@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-size: 13px;
}

a {
    color: #000;
    transition: all .4s ease-out;
}

.yellow-line {
    background: linear-gradient(transparent 60%, #FFFA76 60%);	
}

.jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-gray {
    background: #f8f7f7;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.mx900 {
    max-width: 900px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    
    .is-pc {
        display: none;
    }

    .pt10 {
        padding-top: 6px!important;
    }
    
    .pt20 {
        padding-top: 12px!important;
    }

    .pt30 {
        padding-top: 20px!important;
    }

    .pt40 {
        padding-top: 25px!important;
    }

    .pt50 {
        padding-top: 30px!important;
    }

    .pt60 {
        padding-top: 35px!important;
    }

    .pt70 {
        padding-top: 40px!important;
    }

    .pt80 {
        padding-top: 50px!important;
    }

    .pt90 {
        padding-top: 60px!important;
    }

    .pt100 {
        padding-top: 70px!important;
    }

    .pt120 {
        padding-top: 80px!important;
    }

    .pb10 {
        padding-bottom: 6px!important;
    }

    .pb20 {
        padding-bottom: 12px!important;
    }

    .pb30 {
        padding-bottom: 20px!important;
    }

    .pb40 {
        padding-bottom: 25px!important;
    }

    .pb50 {
        padding-bottom: 30px!important;
    }

    .pb60 {
        padding-bottom: 35px!important;
    }

    .pb70 {
        padding-bottom: 40px!important;
    }

    .pb80 {
        padding-bottom: 50px!important;
    }

    .pb90 {
        padding-bottom: 60px!important;
    }

    .pb100 {
        padding-bottom: 70px!important;
    }

    .pb120 {
        padding-bottom: 80px!important;
    }

    .mt10 {
        margin-top: 6px!important;
    }

    .mt20 {
        margin-top: 12px!important;
    }

    .mt30 {
        margin-top: 20px!important;
    }

    .mt40 {
        margin-top: 25px!important;
    }

    .mt50 {
        margin-top: 30px!important;
    }

    .mt60 {
        margin-top: 35px!important;
    }

    .mt70 {
        margin-top: 40px!important;
    }

    .mt80 {
        margin-top: 50px!important;
    }

    .mt90 {
        margin-top: 60px!important;
    }

    .mt100 {
        margin-top: 70px!important;
    }

    .mt120 {
        margin-top: 80px!important;
    }

    .mb10 {
        margin-bottom: 6px!important;
    }

    .mb20 {
        margin-bottom: 12px!important;
    }

    .mb30 {
        margin-bottom: 20px!important;
    }

    .mb40 {
        margin-bottom: 25px!important;
    }

    .mb50 {
        margin-bottom: 30px!important;
    }

    .mb60 {
        margin-bottom: 35px!important;
    }

    .mb70 {
        margin-bottom: 40px!important;
    }

    .mb80 {
        margin-bottom: 50px!important;
    }

    .mb90 {
        margin-bottom: 60px!important;
    }

    .mb100 {
        margin-bottom: 70px!important;
    }

    .mb120 {
        margin-bottom: 80px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 14px!important;
    }

    .fs16 {
        font-size: 15px!important;
    }

    .fs18 {
        font-size: 16px!important;
    }

    .fs20 {
        font-size: 18px!important;
    }

    .fs22 {
        font-size: 18px!important;
    }

    .fs26 {
        font-size: 22px!important;
    }

    .fs28 {
        font-size: 24px!important;
    }

    .fs30 {
        font-size: 24px!important;
    }

}

@media screen and (min-width: 768px) {

    body {
        font-size: 12px;
    }

    .is-sp {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    
    .br1000 {
        display: none;
    }
    
}

/* common */


body.open, html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.underline > div {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.underline > div::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 0;
    margin: 0 auto;
    display: block;
    transition: all 1.0s ease-out;
    transition-delay: .5s;
}

.underline[data-aos="border"].aos-animate div::after {
    width: 100%;
}

.underline {
    line-height: 2;
}

.credit {
    padding-top: 16px;
}

.credit a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: underline;
}

.credit a:hover {
    color: #bca38d;
}

.credit a[href=""] {
    text-decoration: none;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {

    .credit a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {

    .credit {
        padding-bottom: 60px!important;
        padding-top: 16px;
        text-align: center;
    }

    .credit a {
        font-size: 13px;
    }

}


/* ------------------------
footer
------------------------ */

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 12%;
}

.f-credit {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.f-credit p {
    font-size: 12px;
}

.f-credit span {
    display: inline-block;
    padding: 2px 8px;
}

#f-copy {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    margin: 0 15px;
}

#f-link .ico-img {
    width: 28px;
    margin-right: 10px;
}

#f-link a {
    display: flex;
    align-items: center;
}

#f-link a:hover {
    opacity: 0.75;
}

#f-link a span {
    font-weight: 700;
    font-size: 114%;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;   
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit > div::after, .coming-soon .menu-tit > div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events:none;
}

.profile {
    border: 2px solid #918b8a;
    padding: 12px;
    position: relative;
}

.profile p {
    line-height: 1.5;
}

.con-prof {
    padding-left: 12px;
    overflow: hidden;
}

.txt-prof {
    width: 2%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-160%);
}

@media only screen and (max-width: 767px) {
    
    .footer {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    #f-link {
        display: inline-block;
    }
    
    .f-link-wrap {
        text-align: center;    
    }
    
    #f-link li:not(:last-child) {
        padding-bottom: 10px;
    }
    
    #f-copy {
        font-size: 9px;
    }
    
    .f-credit p {
        font-size: 9px;
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    
    #f-logo {
        width: 38%;
    }
    
    .profile {
        border: 1px solid #918b8a;
    }
    
}

@media only screen and (min-width: 768px) {

    #f-link .ico-img {
        width: 35px;
    }

    .f-credit {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .f-credit p {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
    }
    
}


/* ------------------------
item
------------------------ */

.img-max {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.img-70 {
    padding-left: 15%;
    padding-right: 15%;
    max-width: calc(320px + 30%);
    margin-left: auto;
    margin-right: auto;
}

.cont-wrap {
    max-width: 1200px;
}

.inner {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    
    .img-94 {
        padding-left: 2.8%;
        padding-right: 2.8%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-83 {
        padding-left: 8.5%;
        padding-right: 8.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-60 {
        padding-left: 20%;
        padding-right: 20%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-50 {
        padding-left: 24.7%;
        padding-right: 24.7%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .pc-flex.bottom {
        align-items: flex-end;
    }

    .pc-flex.middle {
        align-items: center;
    }

    .pc-95 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-84 {
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-66 {
        width: 66%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pc-62 {
        width: 62%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-60 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-50 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }


}

@media only screen and (max-width: 767px) {
    
    .sp-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .sp-flex.bottom {
        align-items: flex-end;
    }

    .sp-flex.middle {
        align-items: center;
    }

    .sp-86 {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-82 {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-77 {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-75-r {
        width: 75%;
        margin-left: 25%;
    }
    
    .sp-75-l {
        width: 75%;
        margin-right: 25%;
    }
    
    .sp-65 {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sp-60 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .credit.in {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sp-item-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .inner {
        padding-left: 0;
        padding-right: 0;
    }

}

/* ------------------------
main
------------------------ */

.main-inner {
    width: 100%;
    position: relative;
}

.main-inner h1 {
    width: 73.33%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {

    .main-inner h1 {
        width: 26.16%;
        top: 52%;
    }
    
}

.catch-section {
    
}

@media only screen and (min-width: 768px) {

    .catch-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .catch-section > div {
        max-width: 566px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }
    
    .catch-box01 {
        width: 46%;
    }

    .catch-box02 {
        width: 54%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .catch-box02 h2 {
        width: 100%;
        padding-bottom: 24px;
    }

}

@media only screen and (max-width: 767px) {

    .catch-box02 h2 {
        width: 75%;
        padding-top: 70px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -2vw;
    }

    .catch-box02 p {
        font-size: 12px;
        margin-top: -3.5vw;
        padding-bottom: 60px;
    }
    
}


/* ------------------------
item
------------------------ */

.box09-01-03 {
    display: flex;
}

.box09-01-03 div {
    width: 48.86%;
}

.box09-01-03 div:first-child {
    margin-right: 2.28%;
}

@media only screen and (min-width: 768px) {

    .box02 {
        align-items: flex-end;
    }
    
    .box02-01 {
        width: 30%;
    }
    
    .box02-02-wrap {
        width: 28%;
        padding: 0 1.6% 0 4.5%;
    }
    
    .box02-02 {
        padding-right:  10%;
    }

    .box02-03 {
        width: 42%;
    }
    
    .box03-01-wrap {
        width: 42%;
        padding-left: 8%;
        padding-right: 10.5%;
    }
    
    .box03-02-wrap {
        width: 57%;
    }
    
    .box03-01 {
        padding: 0 5.5%;
    }
    
    .box03-03 {
        padding-top: 100px;
    }
    
    .box03-02-wrap > div:nth-child(1) {
        width: 50%;
        padding-right: 0.9%;
    }
    
    .box03-02-wrap > div:nth-child(2) {
        width: 50%;
        padding-left: 0.9%;
    }

    .box03-02-wrap > div:nth-child(3) {
        padding: 0 16%;
        margin-top: 10px;
    }
    
    .box04-01 {
        width: 36%;
        padding-right: 3.05%;
    }

    .box04-02 {
        width: 28%;
    }

    .box05 {
        margin-top: 40px;
    }
    
    .box05-01 {
        width: 36%;
        padding-left: 3.05%;
    }
    
    .box05-02 {
        width: 26%;
        margin-right: 13.4%;
    }

    .box05-03 {
        width: 21.2%;
        margin-right: 13.4%;
    }

    .box05-04 {
        width: 26%;
        margin-bottom: 30px;
    }

    .box06-01 {
        width: 50%;
        padding-right: 9%;
    }
    
    .box06-02 {
        width: 50%;
    }

    .box06-02 > div:nth-child(1) {
        padding-right: 56%;
    }

    .box06-02 > div:nth-child(2) {
        padding-right: 12.2%;
        margin-top: 20px;
    }
    
    .box07 {
        transform: translateX(2.5%);
    }
    
    .box07-01 {
        width: 47.5%;
    }
    
    .box07-02 {
        width: 52.5%;
        padding-left: 2.5%;
    }

    .box07-02 > div:nth-child(1) {
        width: 47.5%;
        margin-right: 5%;
    }

    .box07-02 > div:nth-child(2) {
        width: 47.5%;
        margin-top: 124px;
        margin-bottom: 28px;
    }
    
    .box07-02 > div:nth-child(3) {
        padding-right: 13%;
    }
    
    .box08 {
        transform: translateX(2.5%);
    }

    .box08-01 {
        width: 47.5%;
    }

    .box08-02 {
        width: 52.5%;
        padding-left: 2.5%;
    }

    .box08-02 > div:nth-child(1) {
        width: calc(46% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .box08-02 > div:nth-child(2) {
        width: calc(46% - 5px);
    }

    .box08-02 > div:nth-child(3) {
        padding-right: 8%;
    }
    
    .box09-01 {
        align-items: flex-end;
        position: relative;
        margin-bottom: 80px;
    }

    .box09-01 > div:nth-child(1) {
        width: 25%;
        position: absolute;
        right: 11.5%;
        top: 0;
    }

    .box09-01 > div:nth-child(2) {
        width: 50%;
        margin-bottom: 10px;
    }

    .box09-01 > div:nth-child(3) {
        width: 50%;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .box09-01 > div:nth-child(4) {
        padding-left: 25.5%;
        padding-right: 25.5%;
    }
    
    .box09-01 > div:nth-child(5) {
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 767px) {
    
    .box02-01 div:first-child {
        width: 60%;
        margin-right: -5%;
    }
    
    .box02-01 div:last-child {
        width: 45%;
        margin-top: 51vw;
    }
    
    .box02-02-wrap {
        width: 100%;
    }

    .box02-03 {
        margin-top: 2vw;
    }
    
    .box03-01 {
        padding: 0 18.5%;
        margin-bottom: 110px;
    }

    .box03-03 {
        padding: 0 17%;
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .box04-02 {
        padding: 30px 11% 90px;
    }
    
    .box05-02 {
        padding: 0 23% 0;
    }

    .box05-03 {
        padding: 100px 28.5% 100px;
    }

    .box05-04 {
        padding: 0 23% 40px;
    }
    
    .box06-01 > div:nth-child(1) {
        padding-left: 32%;
        margin-bottom: -26.5vw;
    }
    
    .box06-01 > div:nth-child(2) {
        padding-right: 54%;
        margin-bottom: 9px;
    }
    
    .box09-01 > div:nth-child(1) {
        padding: 0 0 2.3vw 53%;
    }

    .box09-01 > div:nth-child(3) {
       padding: 2.3vw;
    }
    
}

/* ------------------------
stylist
------------------------ */

.styilist-ico-insta {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 4px;
}

.styilist-ico-insta a {
    width: 26px;
    margin-right: 4px;
}

.styilist-ico-insta a img {
    display: block;
}

@media only screen and (min-width: 768px) {

    .box-styilist {
        padding: 30px 0;
        border-top: 1px solid #ddd;
    }
    
    .box-styilist > div {
        align-items: center;
    }
    
    .styilist-img {
        width: 27%;
    }
    
    .stylist-pc-right {
        width: 73%;
        padding-left: 3.2%;
    }
    
    .styilist-txt {
        width: 34%;
        margin-bottom: 12px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .box-styilist {
        padding: 30px 0;
        border-top: 1px solid #ddd;
    }

    .styilist-img {
        padding-left: 24%;
        padding-right: 24%;
        margin-bottom: 16px;
    }

    .stylist-pc-right {
        width: 100%;
        padding-left: 0;
    }

    .styilist-txt {
        width: 40%;
        margin: 0 auto 12px;
    }

    .styilist-ico-insta a {
        width: 24px;
    }

}




.slick-arrow {
    width: 20px;
    height: 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: calc(50% - 39px);
    z-index: 2;
}

.slick-prev {
    background-image: url(../images/arrow-left.svg);
    left: 5%;
}

.slick-next {
    background-image: url(../images/arrow-right.svg);
    right: 5%;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    margin: 0 4px;
}

.slick-dots button {
    border: 1px solid #000;
    background: #fff;
    width: 28px;
    height: 7px;
    border-radius: 3px;
    text-indent: -9999px;
}

.img-slide {
    margin-bottom: 10px;
}

.slick-dots .slick-active button {
    background: #000;
}