/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";

/*------------------------------------------------
色関連
------------------------------------------------*/

.bg-gradation01 {
    background-image: -ms-linear-gradient(160deg, #f3601a 0%, #ff4c6a 48%, #ff7f41 100%);
    background-color: #f3601a;
}

.bg-gradation02 {
    background-image: -ms-linear-gradient(160deg, #ffece3 0%, #ffe4e8 48%, #fde7dd 100%);
    background-color: #ffece3;
}

.bg-gradation03 {
    background: rgb(184, 134, 11);
    background: -webkit-gradient(linear, left top, right top, from(rgba(184, 134, 11, 1)), color-stop(50%, rgba(218, 165, 32, 1)), to(rgba(184, 134, 11, 1)));
    background: -o-linear-gradient(left, rgba(184, 134, 11, 1) 0%, rgba(218, 165, 32, 1) 50%, rgba(184, 134, 11, 1) 100%);
    background: linear-gradient(90deg, rgba(184, 134, 11, 1) 0%, rgba(218, 165, 32, 1) 50%, rgba(184, 134, 11, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b8860b", endColorstr="#b8860b", GradientType=1);
}

.bg-gradation04 {
    background: rgb(245, 222, 179);
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 222, 179, 1)), color-stop(50%, rgba(255, 250, 205, 1)), to(rgba(245, 222, 179, 1)));
    background: -o-linear-gradient(left, rgba(245, 222, 179, 1) 0%, rgba(255, 250, 205, 1) 50%, rgba(245, 222, 179, 1) 100%);
    background: linear-gradient(90deg, rgba(245, 222, 179, 1) 0%, rgba(255, 250, 205, 1) 50%, rgba(245, 222, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5deb3", endColorstr="#f5deb3", GradientType=1);
}

.bg-brown {
    background-color: #f1e9e2;
}


/*------------------------------------------------
btn
------------------------------------------------*/

.linkbtn01 {
    width: 340px;
    height: 65px;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ff4c68;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.linkbtn01-bnr {
    margin: 0px auto;
    display: block;
    width: 410px;
    height: 100px;
}


/* option ------------*/

.linkbtn01--pk {
    background-color: #ff4c68;
}

.linkbtn01--br {
    background-color: #493930;
}

@media screen and (min-width: 768px) {
    .linkbtn01 {
        font-size: 16px;
    }
    .linkbtn01--br:hover {
        background-color: #f3601a;
    }
}


/* /pc-only -----------*/

.pmain01 {
    width: 100%;
    height: 350px;
    background: url(../images/concept/concept-header-bg.jpg) no-repeat center / cover;
}

.pmain01__in {
    width: 900px;
    height: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

.pmain01__ttl-wrap {
    position: relative;
}

.pmain01__ttl-wrap::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    left: 0;
    top: -80px;
}

.pmain01__sub-ttl {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.pmain01__sub-ttl-img {
    position: relative;
    z-index: 1;
}

.pmain__ttl {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #493930;
    line-height: 1;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    font-family: 'Kaisei Opti', serif;
}

.pmain01__img {
    position: absolute;
    right: 60px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.pmain02 {
    width: 100%;
    height: 250px;
    background: url(../img/parts/pmain02/bg_01.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pmain02::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pmain02__in {
    text-align: center;
}

.pmain02__en {
    width: 200px;
    line-height: 1;
    display: inline-block;
}

.pmain02__ttl {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: 0.1em;
}


/*------------------------------------------------
第3下層メイン about以下
------------------------------------------------*/

.pmain03 {
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    background: #fafbfc url(https://adorable-esthe.jp/common/img/pmain/bg_01.jpg) no-repeat center center / contain;
}

.pmain03--area {
    background: url(../img/parts/pmain03/bg_01.jpg) no-repeat center top / cover;
}

.pmain03::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pmain03__ttl-wrap {
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    min-width: 400px;
}

.pmain03__head {}

.pmain03__head-ttl-en {
    width: 110px;
    margin-right: auto;
    margin-left: auto;
}

.pmain03__head-ttl {
    font-size: 22px;
    margin-top: 13px;
    letter-spacing: 0.1em;
}

.pmain03__ttl {
    min-width: 100%;
    margin-top: 30px;
    font-size: 36px;
    padding: 15px 0;
    display: inline-block;
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    letter-spacing: 0.05em;
}


/*------------------------------------------------
英語背景 3点リーダー付タイトル
------------------------------------------------*/

.block-ttl01 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.3;
    color: #493930;
    position: relative;
}

.block-ttl01::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}

.block-ttl01::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    margin: 20px auto 0;
    background: url(../img/parts/block-ttl/dots.png) no-repeat center / cover;
}


/*------------------------------------------------
キャンペーンブロック
------------------------------------------------*/

.campaign {
    padding: 0 0 70px;
}

.campaign__in {
    width: 1050px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .campaign__in {
        overflow: hidden;
        padding-top: 70px;
    }
}

.campaign-list {
    margin: 45px 0 90px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.campaign-list__item {
    margin-right: 15px;
    margin-left: 15px;
    width: 330px;
    height: 440px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.campaign-list .slick-dots {
    width: 100%;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}

.campaign-list .slick-list {
    overflow: visible;
}

.campaign-list .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.campaign-list .slick-dots li button {
    text-indent: 100%;
    background: #c9c9c9;
    display: block;
    width: 100%;
    height: 100%;
}

.campaign-list .slick-dots li.slick-active button {
    background: #f3601a;
}

.campaign-list__item:last-child {
    margin-right: 0;
}

.campaign-list__item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f3981d;
    text-align: center;
}

.campaign-list__img {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.campaign-list__img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .campaign-list__item a:hover .campaign-list__img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .campaign-list__img span:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.campaign-list__content {
    padding: 17px 25px 0;
}

.campaign-list__title {
    font-size: 18.5px;
    line-height: 30px;
    font-weight: bold;
    color: #f3601a;
    margin-bottom: 10px;
}

.campaign-list__time {
    font-size: 14px;
    line-height: 14px;
    color: #493930;
    font-weight: bold;
    margin-bottom: 3px;
}

.campaign-list__text {
    font-size: 14px;
    line-height: 26px;
    color: #493930;
    height: 104px;
    overflow: hidden;
}

.campaign .block-ttl01::before {
    /*	width: 419px;
	height: 108px;
	width: 279px;
	height: 72px;*/
    width: 209.5px;
    height: 54px;
    background: url(../img/campaign/ttl_bg.png) no-repeat left top / cover;
}

.campaign-btn {
    width: 726px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.campaign-btn__item {
    width: 340px;
    height: 80px;
}

.campaign-btn__item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #f3601a;
    border-radius: 10px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.counseling__btn a {
    background: url(../img/campaign/ico_02.png) no-repeat center left 50px /19px #f3601a;
    padding-left: 25px;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .campaign-btn__item a:hover {
        background: #493930;
    }
    .campaign-btn__item.counseling__btn a:hover {
        background: url(../img/campaign/ico_02.png) no-repeat center left 50px /19px #493930;
    }
    .campaign-btn__item--store {
        margin-left: 30px;
    }
}

.campaign-btn__item--store a {
    background: #493931;
    padding-top: 13px;
}

.campaign-btn__item--store a span {
    display: block;
    width: 290px;
    height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    background: #fff;
    border-radius: 8px;
    color: #493931;
    line-height: 23px;
    font-size: 12px;
    margin: auto;
    font-weight: bold;
}

.campaign-btn__item--store a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 13px;
    background: url(../img/campaign/ico_01.png) no-repeat left top / cover;
    position: relative;
    top: 3px;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .campaign-btn__item--store a:hover {
        background: #f3601a;
    }
}


/* .campaign-btn__item--store a span::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid #fff;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -13px;
} */

.slick-prev::before {
    position: relative;
    content: "\f104";
    font-family: FontAwesome;
    padding: 10px;
    opacity: 1;
}

.slick-next::before {
    position: relative;
    content: "\f105";
    font-family: FontAwesome;
    padding: 10px;
    opacity: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.slick-prev {
    left: 80px;
}

.slick-next {
    right: 80px;
}


/*------------------------------------------------
FAQ
------------------------------------------------*/

.faq__list {
    width: 100%;
}

.faq__item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq__item:not(:last-child) {
    margin-bottom: 25px;
}


/*------------ faq__item-q ------------*/

.faq__item-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px 60px 20px 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq__item-q::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    height: 1em;
    line-height: 1;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .faq__item-q:hover {
        opacity: 0.7;
    }
}


/* /pc-only -----------*/

.faq__item-q.active {
    border-radius: 10px 10px 0 0;
}

.faq__item-q.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq__item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #493930;
    font-size: 24px;
    line-height: 1;
}

.faq__item-icon img {
    width: 100%;
}

.faq__item-q-txt {
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}


/*------------ faq__item-a ------------*/

.faq__item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff6e6;
    border-radius: 0 0 10px 10px;
    padding: 20px 40px 20px 20px;
}

.faq__item-icon--or {
    background-color: #ec6941;
}

.faq__item-a-txt {
    width: calc(100% - 40px);
    padding-left: 20px;
}

.faq__item-a-txt-link {
    color: #ec6941;
    cursor: pointer;
    text-decoration: underline;
}

.faq__item-a-txt-link:hover {
    text-decoration: none;
}

.faq__item img {
    width: 100%;
}


/*------------------------------------------------
お問い合わせブロック
------------------------------------------------*/

.contact01 {
    background-color: #f4ece5;
    margin-top: 20px;
}

.contact01__in {
    font-weight: bold;
    padding: 20px 0 40px;
    position: relative;
}

.contact01__ttl {
    color: #fff;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 23px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
}

.contact01__ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ff4c6a transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.contact01__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact01__tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
}

.contact01__tel-ico {
    width: 18px;
    margin-right: 10px;
}

.contact01__tel {
    font-size: 36px;
}

.contact01__tel-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.contact01__tel-txt span {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    background-color: #e60012;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-right: 20px;
}

.contact01__tel-txt p {}

.contact01__tel-btn img {
    width: 26px;
    margin-right: 10px;
}

.contact01__tel-btn {
    width: 340px;
    height: 90px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    color: #f3601a;
    font-size: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .contact01__tel-btn:hover {
        opacity: 0.6;
    }
}


/* /pc-only -----------*/


/*------------------------------------------------
about(datsumou)下層
------------------------------------------------*/


/*------------ a-lead ------------*/

.a-lead {}

.a-lead__in {}

.a-lead__ico {
    width: 65px;
    margin-right: auto;
    margin-left: auto;
}

.a-lead__ttl {
    color: #f3601a;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}

.a-lead__txt {
    font-size: 16px;
    margin-top: 20px;
}


/*------------------------------------------------
about下層 共通ナビ a-nav
------------------------------------------------*/

.a-nav {
    padding: 50px 0;
}

.a-nav__in {}

.a-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.a-nav__item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
}

.a-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ff7f41;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
}

.a-nav__link.active {
    background-color: #493931;
}

.a-nav__item-ico {
    width: 60px;
}

.a-nav__item-txt {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.5;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .a-nav__link:hover {
        background-color: #493930;
    }
}


/* /pc-only -----------*/


/*------------------------------------------------
about下層 a-check
------------------------------------------------*/

.a-check {
    padding: 120px 0 40px;
    margin-top: 20px;
}

.a-check__in {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.a-check__head {
    position: relative;
    background-color: #fff;
    padding: 35px 40px 40px;
    text-align: center;
}

.a-check__head::before {
    content: "";
    display: block;
    width: 421.5px;
    height: 154px;
    background: url(../img/parts/datsumou/P201001_img_check.png) no-repeat center / cover;
    position: absolute;
    top: -154px;
    left: 0;
    right: 0;
    margin: auto;
}

.a-check__head-ttl {
    color: #f3601a;
    font-size: 23px;
    text-align: center;
    line-height: 1.5;
    display: inline;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}

.a-check__head-ttl span {
    color: #000;
    font-size: 18px;
}

.a-check__head-txt {
    margin-top: 15px;
    text-align: left;
}

.a-check__block {
    background-color: #fff6e6;
}

.a-check__block-ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    line-height: 1.6;
}

.a-check__block-in {
    padding: 20px 40px 30px;
}

.a-check__block-top-txt {
    text-align: center;
    font-size: 18px;
}

.a-check__block-img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


/*------------------------------------------------
店舗エリアトップ area
------------------------------------------------*/

.area {
    padding-bottom: 35px;
}

.area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.area__item {
    width: 48%;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 4%;
    padding: 25px 30px;
    line-height: 1.6;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .area__item:nth-child(2n) {
        margin-left: 30px;
    }
}

.area__item-ttl {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #f3601a;
}

.area__item-table {
    margin: 15px 0 40px;
}

.area__item-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.area__item-dt {
    font-weight: bold;
    padding: 10px 5px;
    width: 100px;
    border-top: 1px solid #493930;
}

.area-info-btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #493930;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.area-info-btn img {
    height: 20px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -5px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .area-info-btn:hover {
        background: #f3601a;
    }
}


/* /pc-only -----------*/

.area__item-dd {
    padding: 10px;
    width: calc(100% - 100px);
    border-top: 1px solid #ecebea;
}

.area__item-dl:last-child .area__item-dt {
    border-bottom: 1px solid #493930;
}

.area__item-dl:last-child .area__item-dd {
    border-bottom: 1px solid #ecebea;
}

.area__item-dd--tel {
    text-decoration: underline;
    color: #f3601a;
    font-weight: bold;
}

.area__item .linkbtn01 {
    margin-right: auto;
    margin-left: auto;
    width: 280px;
    height: 55px;
}

.area__item-dd .line,
.area__item-dd .inst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inst_img {
    width: 38px;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.line_img {
    width: 60px;
    margin-right: 5px;
}

.area__seo {
    padding: 30px 0;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.area__seo-txt {}

.area__item-btn {
    height: 80px !important;
    padding-top: 25px;
}

.area__item-btn span {
    background-color: #493931;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
    padding: 5px 0;
    text-align: center;
    max-width: 260px;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    border-radius: 8px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* .area__item-btn span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #493931;
	border-right: 5.5px solid transparent;
	border-left: 5.5px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	transition: 0.3s;
} */


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .area__item-btn:hover span {
        background-color: #f3601a;
    }
    .area__item-btn:hover span::after {
        border-top: 10px solid #f3601a;
    }
}

.area__item-attention {
    color: #e60012;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}


/* /pc-only -----------*/


/*------------------------------------------------
店舗一覧
------------------------------------------------*/

.shop-list {
    width: 1050px;
    margin: 0 auto;
}

.shop-list__h {
    margin-top: 70px;
    font-size: 30px;
    line-height: 1;
    color: #493930;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.shop-list__h::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    margin: 20px auto 0;
    background: url(../img/parts/block-ttl/dots.png) no-repeat center / cover;
}

.shop-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-list__item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 20px;
    background-color: #f4ece5;
}

.shop-list__item:not(:nth-child(3n)) {
    margin-right: 15px;
}

.shop-list__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ff7f41;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 7px 30px 7px;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.shop-list__ttl::after {
    content: "\f105";
    font-family: fontawesome;
    display: block;
    position: absolute;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    font-size: 20px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .shop-list__ttl:hover {
        background-color: #493930;
    }
}


/* /pc-only -----------*/

.shop-list__item-shop {
    background-color: #f4ece5;
    padding: 15px 30px 15px;
}

.shop-list__item-shop-item {
    display: inline-block;
}

.shop-list__item-shop-item:not(:last-child)::after {
    content: "／";
    margin: 0 2px;
}

.shop-list__item-shop-link {
    font-size: 14px;
    text-decoration: underline;
}

.shop-list__attention {
    padding: 0 30px;
    font-size: 12px;
    color: #e60012;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: -10px;
}

.shop-list__attention__item {
    text-indent: -1em;
    margin-left: 1em;
}

.shop-list__attention__item:not(:last-child) {
    margin-bottom: 5px;
}


/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
    /*------------------------------------------------
	btn
	------------------------------------------------*/
    .linkbtn01 {
        width: 300px;
        max-width: 300px;
        width: 100%;
        height: 60px;
        padding: 0 10px;
    }
    .linkbtn01-bnr {
        max-width: 100%;
        height: auto;
        padding: 10px 15px;
    }
    /*------------------------------------------------
	第2下層メイン
	------------------------------------------------*/
    .pmain01 {
        height: 175px;
        background: url(../images/concept/concept-header-bg-sp.jpg) no-repeat left / cover;
    }
    .pmain01__in {
        width: 100%;
        padding: 50px 20px 0;
    }
    .pmain01__ttl-wrap::before {
        top: -45px;
    }
    .pmain__ttl {
        font-size: 21px;
        line-height: 1.4;
        margin-top: 15px;
    }
    .pmain01__img {
        right: 15px;
    }
    /*------------------------------------------------
	SPのみ ページ内リンク
	------------------------------------------------*/
    .sp-pagelink {
        width: 100%;
    }
    .sp-pagelink__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sp-pagelink__item {
        width: 50%;
        background-color: #ff7f41;
    }
    .sp-pagelink__item:nth-child(odd) {
        border-right: 1px solid #ffba99;
    }
    .sp-pagelink__item:not(:nth-last-child(-n + 2)) {
        border-bottom: 1px solid #ffba99;
    }
    .sp-pagelink__link {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 30px 10px 20px;
        position: relative;
    }
    .sp-pagelink__link::after {
        content: "\f107";
        font-family: fontawesome;
        height: 1em;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
    }
    /*------------------------------------------------
	第2下層メイン FAQとか会社概要とか
	------------------------------------------------*/
    .pmain02 {
        height: 85px;
        padding-bottom: 10px;
    }
    .pmain02__en {
        width: 100px;
    }
    .pmain02__ttl {
        font-size: 20px;
        margin-top: 3px;
    }
    /*------------------------------------------------
	第3下層メイン about以下
	------------------------------------------------*/
    .pmain03 {
        height: 145px;
        padding-bottom: 10px;
    }
    .pmain03__ttl-wrap {
        line-height: 1;
        min-width: 200px;
    }
    .pmain03__head-ttl-en {
        width: 69px;
    }
    .pmain03__head-ttl {
        font-size: 14px;
        margin-top: 8px;
    }
    .pmain03__ttl {
        margin-top: 15px;
        font-size: 20px;
        padding: 10px;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        line-height: 1.3;
    }
    /*------------------------------------------------
	英語背景 3点リーダー付タイトル
	------------------------------------------------*/
    .block-ttl01 {
        font-size: 21px;
    }
    .block-ttl01::after {
        margin: 15px auto 0;
    }
    /*------------------------------------------------
	キャンペーンブロック
	------------------------------------------------*/
    .campaign {
        padding: 30px 0 45px;
    }
    .campaign__in {
        width: 100%;
        margin: 0 auto;
    }
    .campaign-list {
        margin: 25px 0 27px;
        height: 415px;
        position: relative;
    }
    .campaign-list .slick-dots {
        width: 100%;
        margin-top: 20px;
        font-size: 0;
        text-align: center;
    }
    .campaign-list .slick-list {
        overflow: visible;
    }
    .campaign-list .slick-dots li {
        display: inline-block;
        margin: 0 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        overflow: hidden;
    }
    .campaign-list .slick-dots li button {
        text-indent: 100%;
        background: #c9c9c9;
        display: block;
        width: 100%;
        height: 100%;
    }
    .campaign-list .slick-dots li.slick-active button {
        background: #f3601a;
    }
    .campaign-list__item {
        /*margin-right: 30px;*/
        width: 280px;
        height: 385px;
        border-radius: 10px;
        -webkit-box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .campaign-list__img {
        height: 175px;
    }
    .campaign-list__content {
        padding: 15px 20px 0;
    }
    .campaign-list__title {
        font-size: 17px;
        line-height: 25px;
    }
    .campaign-list__time {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .campaign-list__text {
        font-size: 13px;
        line-height: 23px;
        height: 91px;
    }
    .campaign-btn {
        width: 300px;
    }
    .campaign-btn__item {
        width: 300px;
        height: 60px;
        margin-bottom: 27.5px;
    }
    .campaign-btn__item:last-child {
        margin-bottom: 0;
    }
    .campaign-btn__item a {
        border-radius: 5px;
        line-height: 60px;
        font-size: 16px;
    }
    .counseling__btn a {
        background: url(../img/campaign/ico_02.png) no-repeat center left 45px /15px #f3601a;
    }
    .campaign-btn__item--store {
        height: 75px;
    }
    .campaign-btn__item--store a {
        line-height: 75px;
        padding-top: 10px;
    }
    .campaign-btn__item--store a span {
        width: 260px;
        height: 20px;
        top: 10px;
        border-radius: 5px;
        line-height: 20px;
        font-size: 12px;
    }
    .campaign-btn__item--store a::before {
        width: 20px;
        height: 18px;
        margin-right: 12px;
        top: 3px;
    }
    .campaign-btn__item--store a span::after {
        border-top: 8.2px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -8.2px;
    }
    /*------------------------------------------------
	FAQ
	------------------------------------------------*/
    .faq__list {}
    .faq__item {}
    .faq__item:not(:last-child) {
        margin-bottom: 15px;
    }
    /*------------ faq__item-q ------------*/
    .faq__item-q {
        padding: 15px 45px 15px 20px;
    }
    .faq__item-q::after {
        right: 20px;
        font-size: 20px;
    }
    .faq__item-icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .faq__item-q-txt {
        width: calc(100% - 30px);
        padding-left: 15px;
        font-size: 15px;
    }
    /*------------ faq__item-a ------------*/
    .faq__item-a {
        padding: 15px 20px;
    }
    .faq__item-a-txt {
        font-size: 13px;
        line-height: 23px;
        width: calc(100% - 30px);
        padding-left: 15px;
    }
    .faq__item-a-txt-link:hover {
        text-decoration: underline;
    }
    /*------------------------------------------------
	お問い合わせブロック
	------------------------------------------------*/
    .contact01 {
        margin-top: 0;
    }
    .contact01__in {
        padding: 35px 20px 20px;
    }
    .contact01__ttl {
        width: 70%;
        height: 25px;
        font-size: 13px;
        top: -12.5px;
    }
    .contact01__ttl::after {
        border-width: 8px 6px 0 6px;
        bottom: -8px;
    }
    .contact01__block {
        display: block;
        margin-top: 0;
    }
    .contact01__tel-wrap {
        line-height: 1;
    }
    .contact01__tel-ico {
        width: 14px;
    }
    .contact01__tel {
        font-size: 28px;
    }
    .contact01__tel-txt {
        margin-top: 5px;
    }
    .contact01__tel-txt span {
        width: 80px;
        height: 23px;
        font-size: 12px;
        margin-right: 10px;
    }
    .contact01__tel-txt p {}
    .contact01__tel-btn img {
        width: 16px;
    }
    .contact01__tel-btn {
        width: 265px;
        height: 55px;
        font-size: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }
    /*------------------------------------------------
	about下層
	------------------------------------------------*/
    /*------------ a-lead ------------*/
    .a-lead {
        padding: 30px 20px 50px;
    }
    .a-lead__in {}
    .a-lead__ico {
        width: 60px;
    }
    .a-lead__ttl {
        font-size: 18px;
        margin-top: 15px;
        line-height: 1.4;
    }
    .a-lead__txt {
        font-size: 14px;
        margin-top: 10px;
    }
    /*------------------------------------------------
	about下層 共通ナビ a-nav
	------------------------------------------------*/
    .a-nav {
        padding: 30px 20px 25px;
    }
    .a-nav__item {
        width: 49%;
        margin-bottom: 2%;
    }
    .a-nav__link {
        border-radius: 5px;
        padding: 8px 5px;
    }
    .a-nav__item-ico {
        width: 40px;
    }
    .a-nav__item-txt {
        font-size: 14px;
        margin-top: 5px;
    }
    /*------------------------------------------------
	about下層 a-check
	------------------------------------------------*/
    .a-check {
        padding: 65px 20px 30px;
        margin-top: 0;
    }
    .a-check__in {}
    .a-check__head {
        padding: 20px 15px 30px;
    }
    .a-check__head::before {
        width: 216.5px;
        height: 79px;
        top: -79px;
    }
    .a-check__head-ttl {
        font-size: 23px;
    }
    .a-check__head-ttl span {
        font-size: 15px;
    }
    .a-check__head-txt {
        margin-top: 10px;
        line-height: 1.6;
    }
    .a-check__block-ttl {
        font-size: 20px;
        padding: 3px 10px;
    }
    .a-check__block-in {
        padding: 15px 15px 20px;
    }
    .a-check__block-top-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .a-check__block-img {}
    /*------------------------------------------------
	店舗エリアトップ area
	------------------------------------------------*/
    .area {
        padding: 30px 20px;
    }
    .area__list {
        display: block;
    }
    .area__item {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    .area__item-ttl {
        font-size: 19px;
    }
    .area__item-table {
        margin: 15px 0 20px;
    }
    .area__item-dl {
        font-size: 12px;
        line-height: 1.3;
    }
    .area__item-dt {
        padding: 10px 5px;
        width: 90px;
    }
    .area-info-btn {
        width: 100%;
        max-width: 170px;
        height: 32px;
        line-height: 32px;
    }
    .area-info-btn img {
        height: 17.5px;
        margin-left: 10px;
        margin-top: -3px;
    }
    .area__item-dd {
        padding: 10px 7px;
        width: calc(100% - 90px);
    }
    .area__item .linkbtn01 {
        width: 100%;
        max-width: 280px;
        height: 55px;
        padding-top: 25px;
    }
    .area__item-dd .line {
        display: block;
    }
    .inst_img {
        width: 40px;
        margin-left: 0;
    }
    .line_img {
        width: auto;
        margin: 0;
        margin-bottom: 5px;
    }
    .area__seo {
        padding: 20px 20px;
        width: 100%;
    }
    .area__seo-txt {
        line-height: 1.5;
    }
    .area__item-attention {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 5px;
    }
    /*------------------------------------------------
	店舗一覧
	------------------------------------------------*/
    .shop-list {
        width: 100%;
        padding: 0 20px;
    }
    .shop-list__h {
        margin-top: 40px;
        font-size: 17px;
        margin-bottom: 15px;
    }
    .shop-list__h::after {
        margin: 15px auto 0;
    }
    .shop-list__list {
        display: block;
    }
    .shop-list__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .shop-list__ttl {
        font-size: 15px;
        padding: 5px 20px 5px;
    }
    .shop-list__ttl::after {
        right: 15px;
        font-size: 15px;
    }
    .shop-list__item-shop {
        padding: 10px 20px 10px;
    }
    .shop-list__attention {
        padding: 0 20px 15px;
        margin-bottom: 10px;
        margin-top: 0;
    }
}


/* フッターメニュ　sp用共通 */

.l-entry {
    z-index: 400;
    display: flex;
    -webkit-animation: fadeIn .4s .9s both;
    animation: fadeIn .4s .9s both;
    pointer-events: none;
}

@media screen and (min-width:801px) {
    .l-entry {
        position: absolute;
        top: auto;
        left: auto;
        right: 2.4%;
        bottom: 50px
    }
}

@media screen and (max-width:800px) {
    .l-entry {
        display: block;
        height: calc(100vh - 60px);
        position: fixed;
        top: auto;
        left: auto;
        /*
        right: 10px;
        bottom: 15px;
        */
        right: 5px;
        /*
        bottom: 5px;
        */
        bottom: 75px;
        height: auto
    }
}

.l-entry__target {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    border-radius: 50%;
    */
    border-radius: 23%;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
    background-color: #70c55e;
    color: #fff;
    transition: color .3s, background-color .3s
}

.l-entry__target span {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    word-break: break-all;
    text-decoration: none;
    color: currentColor;
}

@media screen and (max-width:800px) {
    .l-entry__target {
        line-height: 1.3;
        width: 70px;
        height: 70px
    }
    body.nav-open .l-entry__target {
        background-color: #fff;
        color: #326cdb
    }
}

.l-entry__target svg {
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: 5px;
    bottom: 0;
    width: 10px
}

@media screen and (max-width:800px) {
    .l-entry__target svg {
        display: none
    }
}

.l-entry a {
    display: block;
    padding: 10px;
    transition: .3s;
    pointer-events: auto;
    color: currentColor;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    word-break: break-all;
    text-decoration: none;
}

@media screen and (min-width:801px) {
    .l-entry a:hover {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25);
        transform: translate3d(0, 0, 0) scale(1.25);
        transition: .4s cubic-bezier(.19, .82, .27, 1)
    }
}

@media screen and (max-width:800px) {
    .l-entry a {
        padding: 5px
    }
    body.nav-open .l-entry a {
        transition: .2s;
        pointer-events: auto
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}