@charset "UTF-8";

html{
    font-size: 62.5%;
}

body{
    font-family:'urw-din',"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    color: #231815;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}

.sp-video{
    display: none;
}

.sp-img{
    display: none;
}
.btn-trigger{
    display: none;
}
.sp-reverse{
    display: none;
}
/* ------------------------
* header
---------------------------- */
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #fff;
}
.header-inner{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-logo{
    width: 18%;
}
.header-logo a{
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.header-logo a::after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 34.9%;
    background-image: url(../../../img/top/header-logo@72x-8.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.nav-list{
    display: flex;
    font-weight: 700;
}
.nav-list__item{
    margin-left: 40px;
}
.nav-list__item a{
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px 0;
    padding-left: 3.5em;
    border-left: 1px solid #C9C9C9;
    position: relative;
}
.nav-list__item a::after{
    color: #C9C9C9;
    font-size: 4.2rem;
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
}
.nav-list__item:first-of-type a::after{
    content: "01";
}
.nav-list__item:nth-of-type(2) a::after{
    content: "02";
}
.nav-list__item:nth-of-type(3) a::after{
    content: "03";
}
.nav-list__item:last-of-type a::after{
    content: "04";
}
.nav-list__item a span{
    display: block;
    font-size: 1rem;
    padding-top: 0.5em;
}

.nav-list__item a{
    font-size: 1.6rem;
}


/* ------------------------
* / header
---------------------------- */

/* -------------------------
* mv
 ----------------------------*/
.mv{
    width: 100%;
    overflow-x: hidden;
    margin-top: 7.6%;
    position: relative;
}

.mv h2{
    font-size: 3.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    letter-spacing: 0.1em;
    color: #fff;
}

.mv-cacthcopy{
    font-size: 2.2rem;
    top: 130px;
}
.mv-video{
    max-width: 1220px;
}

.catch{
    text-align: center;
    background-color: #CBE2BD;
}

.catch h3{
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.7rem;
    padding: 1.7em 0 1.48em;
    line-height: 1.5;
}
 /* -------------------------
* / mv
 ----------------------------*/


/* -------------------------
* common
----------------------------- */
.section{
    width: 76.4%;
    margin: 0 auto;
}

.breadcrumbs {
    width: 76.4%;
    margin: 3% auto 0;
}
 
.breadcrumbs ul {
    display: table;
    font-size: 1.6rem;
}
 
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 1.6rem;
    float: left;
    color: #969696;
}
 
.breadcrumbs ul li a{
    text-decoration: underline;
    color: #231815;
}
 
.breadcrumbs ul li:not(:first-of-type)::before {
    padding: 0 10px 0 0;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    font-weight: 600;
    color: #231815;
}
/* -------------------------
* /common
----------------------------- */

/* -------------------------
* point
----------------------------- */
.section-point2{
    width: 70.5%;
    padding: 3.5% 1.38% 12.5%;
}
 
.point2-listItem:not(:last-of-type){
    padding-bottom: 6.1%;
}

.point2-listItem:first-of-type{
    display: flex;
}

.point2-listItem figure{
    width: 51.4%;
}

.point2-listItem:nth-of-type(2) figure{
    width: 55.2%;
    margin: 0 auto;
}

.point2-listItem:last-of-type figure{
    width: 84.2%;
    margin: 0 auto;
}

.point2-listItem div{
    width: calc(100% - 51.4% - 5.4%);
    padding-left: 5.4%;
}

.point2-listItem.reverse div{
    padding-left: 0;
    padding-right: 5.4%;
}
.point2-listItem h3{
    font-size: 2.3rem;
    padding: 0.47em 0 1.2em;
}

.point2-listItem p{
    font-size: 1.5rem;
    line-height: 1.5;
}
/* -------------------------
* point
----------------------------- */

/* -------------------------
* shopping
----------------------------- */
.section-shopping{
    padding-top: 3.8%;
    padding-bottom: 7.6%;
    text-align: center;
}

.section-shopping h2{
    font-size: 2.8rem;
    padding-bottom: 1.3em;
}


.section-shopping h2 span{
    font-size: 1.8rem;
    padding-bottom: 0.16em;
    display: block;
}

.section-shopping figure{
    width: 68.5%;
    margin: 0 auto;
}
.btn-area{
    background-color: #000000;
    padding: 2.8% 0;
    position: relative;
}

.btn-area::after{
    content: "";
    width: 100%;
    padding-top: 4%;
    background-color: #000000;
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -1;
}

.btn-area a{
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-block;
    background-color: #FF0000;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #fff;
    padding: 1.25em 3.5em;
}
.btn-area a::after{
    content: "";
    display: inline-block;
    width: 38px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
}

.campaign{
    background-color: #FF0000;
    color: #fff;
    padding: 2% 1.3%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.campaign h3{
    font-size: 4rem;
    font-size: 2.77vw;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
}

.campaign h3::before,.campaign h3::after{
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.campaign h3::before {
    left: 3%;
}

.campaign h3::after{
    right: 3%;
}

.campaign p{
    font-size: 2.4rem;
    font-size: 1.66vw;
    padding-bottom: 1em;
    font-weight: bold;
    font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.campaign p span{
    font-size: 5rem;
    font-size: 3.47vw;
    font-weight: bold;
    vertical-align: middle;
}

.campaign p:last-of-type{
    padding-bottom: 0;
    font-size: 3.4rem;
    font-size: 2.36vw;
    font-weight: 500;
}
/* -------------------------
* /shopping
----------------------------- */

/*---------------------------
* banner
-----------------------------  */
.section-banner{
    padding-bottom: 3.4%;
}

.section-banner__inner{
    display: flex;
}

.banner-wrapper {
    padding-bottom: 5.4%;
}

.txt-area{
    height: auto;
    text-align: center;
    width: 50%;
    padding-left: 5.4%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.txt-area__coordinate{
    background-color: #F1E2E4;
}

.txt-area__beauty{
    background-color: #C4EAE5;
}

.txt-area__intro{
    background-color: #FBF1D9;
}

.txt-area__point{
    background-color: #D0E7C2;
}

.txt-area h2{
    text-align: left;
}

.txt-area h2 p:first-of-type{
    font-size: 9rem;
    display: inline-block;
    color: #000;
    font-weight: 300;
    letter-spacing: normal;
    letter-spacing: -0.05em;
    padding-right: 0.15em;
}

.txt-area h2 p:last-of-type{
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    display: inline-block;
    font-weight: 500;
}

.txt-area h2 span{
    font-size: 1.6rem;
    padding-top: 1em;
    display: block;
}

.banner-img{
    width: 50%;
}

.banner-btn{
    /* width: 57%; */
    width: 190px;
    display: block;
    border: solid 1px #000;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1.5em 0%;
    text-align: center;
    margin-top: 3.45em;
    box-sizing: border-box;
}

.banner-btn::after{
    content: "";
    display: inline-block;
    width: 38px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}
/*---------------------------
* banner
-----------------------------  */

/*---------------------------
* footer
-----------------------------  */
.footer{
    position: relative;
    padding: 1.7% 0 1.3%;
    background-color: #ECECEC;
    text-align: center;
}

.sns-wrapper a{
    display: inline-block;
    width: 2.8%;
    height: 100%;
}

.sns-wrapper a:first-of-type{
    margin-right: 25px;
}

.footer-logo{
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    display: block;
    width: 12.2%;
    height: 100%;
    margin: 2.6% auto 1.7%;
}

.footer-logo::after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 110%;
    background-image: url(../../../img/top/footer-logo@72x-8.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.copyright{
    text-align: center;   
    font-size: 1.4rem;
    color: #868786;
}
/*---------------------------
* footer
-----------------------------  */

@media screen and (max-width:769px){
    img{
        max-width: 100%;
        height: auto;
    }
    
    .sp-video{
        display: block;
    }

    .pc-video{
        display: none;
    }
    .pc-img{
        display: none;
    }
    .sp-img{
        display: block;
    }
    body{
    
        font-size: 1.6rem;
        font-size: 4.2vw;
    }
    .sp-reverse{
        display: block;
    }

    .pc-reverse{
        display: none;
    }
    /* ------------------------
    * header
    ---------------------------- */
    .header{
        padding: 10px 0;
    }
    .header-inner{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5.4%;
        box-sizing: border-box;
    }

    .header-logo{
        width: 132px;
        height: 42px;
        margin: 0 auto;
    }

    .header-logo a{
        width: 100%;
        height: 100%;
        background-image: url(../../../img/top/header-logo@72x-8.png);
        background-size: 100% auto;
        background-repeat: no-repeat;

    }

    .header-logo a::after{
        display: none;
    }

    .btn-trigger, .btn-trigger span{
        display: inline-block;
        transition: all .4s;
    }
    .btn-trigger{
        display: block;
        appearance: none;
        -webkit-appearance: none;
        border: none;
        width: 20px;
        height: 12px;
        position: fixed;
        top: 25px;
        right: 5.3%;
        z-index: 110;
        background-color: transparent;
        outline: none;
    }
    .btn-trigger span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #231815;
        border-radius: 100px;
    }
    .btn-trigger span:first-of-type{
        top: 0;
    }
    .btn-trigger span:nth-of-type(2){
        top: 5px;
    }
    .btn-trigger span:last-of-type{
        bottom: 0;
    }
    .btn-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .btn-trigger.active span:nth-of-type(2) {
        left: 200%;
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-animation: active-btn-bar02 .8s forwards;
        animation: active-btn-bar02 .8s forwards;
    }
    
    @keyframes active-btn-bar02 {
        100% {
            height: 0;
        }
    }
    .btn-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
    }

    .nav{
        background: #fff;
        box-sizing: border-box;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 98;
        top: 0;
        left: 0;
        display: none;
    }
    .nav-wrap{
        align-items:center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        padding-left: 8%;
    }
    .nav-list{
        display: block;
        text-align: left;
    }
    .nav-list__item{
        margin-left: 0;
        opacity: 0;
    }

    .nav-list__item a{
        font-size: 2em;
        font-size: 5.3vw;
        font-weight: 600;
        padding: 0 0 2em 3em;
        text-decoration: none;
        border-left: unset;
    }


    .nav-list__item a span {
        font-size: 1.2rem;
        font-size: 3.2vw;
        padding-top: 0.5em;
    }
    .nav-list__item a::after {
        font-size: 4.2rem;
        font-size: 11.2vw;
        top: -3px;
        left: 0;
        font-weight: 500;
    }
    /* ------------------------
    * / header
    ---------------------------- */

    /* -------------------------
    * mv
    ----------------------------*/
    .mv{
        margin-top: 60px;
    }

    .mv h2{
        font-size: 1.8rem;
        font-size: 4.8vw;
    }

    .mv-cacthcopy{
        font-size: 1.5rem;
        font-size: 4vw;
        top: 130px;
    }
    
    .catch h3{
        font-size: 1.5rem;
        font-size: 4vw;
        padding: 1.3em 0;
    }
    /* -------------------------
    * / mv
    ----------------------------*/


    /* -------------------------
    * common
    ----------------------------- */
    .section{
        width: 100%;
        padding: 0 5.3%;
        box-sizing: border-box;
    }

    .breadcrumbs {
        width: 100%;
        padding: 0 5.3%;
        box-sizing: border-box;
        margin: 6% auto 0;
    }

    .breadcrumbs ul {
        display: table;
        font-size: 1.4rem;
        font-size: 3.7vw;
    }

    .breadcrumbs ul li {
        margin: 0 0.5em 0 0;
        font-size: 1.3rem;
        font-size: 3.4vw;
    }

    .breadcrumbs ul li:last-of-type {
        margin-top: .8em;
    }
    .breadcrumbs ul li:not(:first-of-type)::before {
        padding: 0 0.4em 0 0;
        font-size: 1.2rem;
        font-size: 3.2vw;
    }
    /* -------------------------
    * /common
    ----------------------------- */

    /* -------------------------
    * point
    ----------------------------- */
    .section-point2{
        width: 100%;
        padding: 6% 0 12.7%;
    }
    
    .point2-listItem:not(:last-of-type){
        display: block;
        padding-bottom: 8.6%;
    }

    .point2-listItem:first-of-type{
        display: flex;
        flex-direction: column-reverse;
    }

    .point2-listItem figure{
        width: 74.6%;
        margin: 0 auto;
    }

    .point2-listItem:nth-of-type(2) figure{
        width: 74.6%;
    }

    .point2-listItem:last-of-type figure{
        width: 100%;
        margin: 0 auto;
    }

    .point2-listItem div{
        width: 65%;
        margin: 0 auto;
        padding: 0 0;
        box-sizing: border-box;
    }

    .point2-listItem.reverse div{
        padding-left: 0;
        padding-right: 5.4%;
    }
    .point2-listItem h3{
        font-size: 1.3rem;
        font-size: 3.4vw;
        padding: 0.47em 0 1.2em;
    }

    .point2-listItem p{
        font-size: 1rem;
        font-size: 2.6vw;
        line-height: 1.8;
        padding-bottom: 3em;

    }
    /* -------------------------
    * point
    ----------------------------- */

    /* -------------------------
    * shopping
    ----------------------------- */
    .section-shopping{
        padding: 0;
        width: 100%;
        padding-top: 5%;
        padding-bottom: 14%;
    }

    .section-shopping h2{
        font-size: 2rem;
        font-size: 5.3vw;
        padding-bottom: 1em;
    }


    .section-shopping h2 span{
        font-size: 1.6rem;
        font-size: 4.2vw;
        padding-bottom: 0.5em;
    }

    .section-shopping figure{
        width: 90%;
        margin: 0 auto;
    }
    .btn-area{
        padding: 3.8% 0;
    }

    .btn-area::after{
        padding-top: 5%;
        position: absolute;
        top: -25%;
    }

    .btn-area a{
        width: 40%;
        display: block;
        font-size: 1.2rem;
        font-size: 3.2vw;
        padding: 1em 3.5em;
    }
    .btn-area a::after{
        width: 38%;
        height: 1.5vw;
        margin-left: 10px;
    }
    .campaign{
        padding: 3% 0;
        width: 95%;
        margin: 0 auto 6%;
    }
    
    .campaign h3{
        font-size: 1.3rem;
        font-size: 3.4vw;
        margin-bottom: 0.5em;
    }

    .campaign p{
        line-height: 1.5;
        font-size: 1.1rem;
        font-size: 2.9vw;
        padding-bottom: .5em;
    }
    
    .campaign p span{
        font-size: 2.3rem;
        font-size: 6.1vw;
    }
    
    .campaign p:last-of-type{
        padding-bottom: 0;
        font-size: 1.3rem;
        font-size: 3.4vw;

    }
    /* -------------------------
    * /shopping
    ----------------------------- */

    /*---------------------------
    * banner
    -----------------------------  */
    .section-banner{
        width: 100%;
        padding: 0;
        padding-bottom: 3.4%;
    }

    .section-banner__inner{
        display: flex;
    }

    .banner-wrapper {
        padding-bottom: 5%;
    }

    .txt-area{
        width: 50%;
        padding: 0 0;
        padding-left: 3.3%;
        box-sizing: border-box;
        text-align: center;
        display: block;
        padding-top: 4%;
    }


    .txt-area h2 p:first-of-type{
        font-size: 3.4rem;
        font-size: 9vw;
        padding-right: 0.1em;
        margin-top: -2%;
    }

    .txt-area h2 p:last-of-type{
        text-align: left;
        font-size: 1rem;
        font-size: 2.6vw;
        vertical-align: top;
    }

    .txt-area h2 span{
        font-size: 1.1rem;
        font-size: 2.9vw;
        padding-top: .3em;
        display: block;
        line-height: 1.2;
    }

    .banner-img{
        width: 50%;
    }

    .banner-btn{
        width: 90%;
        font-size: 1rem;
        font-size: 2.6vw;
        padding: 0.8em 0;
        margin-top: 1.5em;
    }

    .banner-btn::after{
        width: 28%;
        height: 1vw;
        margin-left: 5px;
    }
    /*---------------------------
    * banner
    -----------------------------  */

    /*---------------------------
    * footer
    -----------------------------  */
    .footer{
        padding: 6% 0 4%;
    }

    .sns-wrapper a{
        display: inline-block;
        width: 6%;
        height: 100%;
    }

    .sns-wrapper a:first-of-type{
        margin-right: 2%;
    }

    .footer-logo{
        width: 26.6%;
        margin: 4.2% auto 3%;
    }

    .copyright{
        font-size: 1.2rem;
        font-size: 3.2vw;
    }
    /*---------------------------
    * footer
    -----------------------------  */

}

