@charset "UTF-8";

html {
    font-size: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",　Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1rem;
}

*[data-aos="fade-in"], *[data-aos="fade-up"], *[data-aos="fade-right"] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
}

.halyard {
    font-family: "halyard-display", sans-serif;
    font-weight: 300;
}

.halyard-r {
    font-family: "halyard-display", sans-serif;
    font-weight: 400;
}

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

a:hover {
    opacity: .7;
}

.l-height11 {
    line-height: 1.1;
}

.l-height12 {
    line-height: 1.2;
}

.l-height13 {
    line-height: 1.3;
}

.l-height14 {
    line-height: 1.4;
}

.l-height15 {
    line-height: 1.5;
}

.l-height18 {
    line-height: 1.8;
}

.l-height20 {
    line-height: 2;
}

.l-height25 {
    line-height: 2.5;
}

.p-relative {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.bg-black {
    background: #000000;
}

.bg-gray {
    background: #909090;
}

.bg-white {
    background: #fff;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

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

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

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

.text-white {
    color: #fff!important;
}

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

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

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx780 {
    max-width: 780px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx680 {
    max-width: 680px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx650 {
    max-width: 650px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx560 {
    max-width: 560px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx500 {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx460 {
    max-width: 460px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt05 {
    padding-top: 5px!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;
}

.pb05 {
    padding-bottom: 5px!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;
}

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

    .sp-imgmax {
        width: 111.11%;
        margin-left: -5.555%;
        margin-right: -5.555%;
    }
    .is-pc {
        display: none;
    }
    .pt05 {
        padding-top: 4px!important;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 25px!important;
    }
    .pt40 {
        padding-top: 30px!important;
    }
    .pt50 {
        padding-top: 35px!important;
    }
    .pt60 {
        padding-top: 45px!important;
    }
    .pt70 {
        padding-top: 55px!important;
    }
    .pt80 {
        padding-top: 60px!important;
    }
    .pt90 {
        padding-top: 70px!important;
    }
    .pt100 {
        padding-top: 80px!important;
    }
    .pt120 {
        padding-top: 95px!important;
    }
    .pb05 {
        padding-bottom: 4px!important;
    }
    .pb10 {
        padding-bottom: 8px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 25px!important;
    }
    .pb40 {
        padding-bottom: 30px!important;
    }
    .pb50 {
        padding-bottom: 35px!important;
    }
    .pb60 {
        padding-bottom: 45px!important;
    }
    .pb70 {
        padding-bottom: 55px!important;
    }
    .pb80 {
        padding-bottom: 60px!important;
    }
    .pb90 {
        padding-bottom: 70px!important;
    }
    .pb100 {
        padding-bottom: 80px!important;
    }
    .pb120 {
        padding-bottom: 95px!important;
    }
    .mt10 {
        margin-top: 8px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 25px!important;
    }
    .mt40 {
        margin-top: 30px!important;
    }
    .mt50 {
        margin-top: 35px!important;
    }
    .mt60 {
        margin-top: 45px!important;
    }
    .mt70 {
        margin-top: 55px!important;
    }
    .mt80 {
        margin-top: 60px!important;
    }
    .mt90 {
        margin-top: 70px!important;
    }
    .mt100 {
        margin-top: 80px!important;
    }
    .mt120 {
        margin-top: 95px!important;
    }
    .mb10 {
        margin-bottom: 8px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 25px!important;
    }
    .mb40 {
        margin-bottom: 30px!important;
    }
    .mb50 {
        margin-bottom: 35px!important;
    }
    .mb60 {
        margin-bottom: 45px!important;
    }
    .mb70 {
        margin-bottom: 55px!important;
    }
    .mb80 {
        margin-bottom: 60px!important;
    }
    .mb90 {
        margin-bottom: 70px!important;
    }
    .mb100 {
        margin-bottom: 80px!important;
    }
    .mb120 {
        margin-bottom: 95px!important;
    }

}

@media screen and (min-width: 768px) {
    html {
        font-size: 14.8px;
    }
    
    .is-sp {
        display: none;
    }
}

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


/* common */

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

.body {
    position: relative;
}

#wrapper {
    position: relative;
}

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

.underline {
    text-decoration: underline!important;
}

.credit {
    padding-top: 10px;
}

.credit li {
/*    text-align: center;*/
/*    padding-bottom: 2px;*/
    font-size: 1.15rem;
}

.credit a {
    padding: 3px 0;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.15rem;
    line-height: 1.55;
}

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

a.soon, a[href=""] {
    pointer-events: none;
}

.credit a > span {
    padding-right: 8px;
    text-align: left;
}

.credit span.buy {
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border: 1.5px solid #000;
    color: #000;
    padding: 2px 24px 1px;
    transition: all .3s ease-out;
    text-align: center;
    font-size: 1.15rem;
}

.credit a:hover span.buy {
    background: #000;
}

.credit a:hover {
    opacity: 1;
}

.credit a span {
    transition: all .3s ease-out;
}

.credit a div span {
    display: inline-block;
}

.credit a div {
    white-space: nowrap;
}

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

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

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


}

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

    .credit a span.buy {
        padding: 1px 20px 0;
    }

}


/* footer */

.all-btn {
    display: block;
    padding: 8px 12px;
    color: #fff;
    background: #000;
    border: 1.5px solid #000;
    font-size: 21px;
    text-align: center;
    width: 45.33%;
    margin-left: auto;
    margin-right: auto;
}

.all-btn:hover {
    background: rgba(255, 255, 255, 0);
    color: #000!important;
    opacity: 1!important;
}

.back-btn {
    display: block;
    padding: 8px 12px;
    color: #000;
    background: rgba(0, 0, 0, 0);
    border: 1.5px solid #000;
    font-size: 21px;
    text-align: center;
    width: 45.33%;
    margin-left: auto;
    margin-right: auto;
}

.back-btn:hover {
    background: #000;
    color: #fff;
    opacity: 1!important;
}

.footer {
    background: #5488B4;
}

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

}

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

    .all-btn {
        padding: 6px 12px;
        font-size: 16px;
    }

}

/* header */

.g-nav {
    position: fixed;
}

.bt-ptop {
    display: block;
    width: 63px;
    position: fixed;
    right: 23px;
    bottom: 25px;
}

.g-nav .is-current {
    font-weight: 500;
}

.g-nav ul a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.g-nav span {
    font-weight: 400!important;
    font-size: 15px;
    width: 46px;
}
header .num {
        position: absolute;
        top: 100%;
        left: 6%;
        transform: translateY(-54%);
        z-index: 3;
    }

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

    .logo-russet {
        width: 11.11vw;
        max-width: 160px;
        position: fixed;
        left: 22.5%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .txt-key01 {
        width: 154px;
        position: fixed;
        top: 249px;
        left: 42px;
    }

    .txt-key02 {
        width: 152px;
        position: fixed;
        left: 36px;
        top: 42px;
    }

    .g-nav {
        font-size: 23px;
        position: fixed;
        left: 36px;
        bottom: 40px;
    }
    
    .openbtn1 {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    
    .header {
        height: 319px;
        position: relative;
        background: #D0C8BD;
        z-index: 2;
    }
    
    .logo-russet {
        padding-top: 28px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .txt-key01 {
        width: 133px;
        position: absolute;
        top: 219px;
        left: 6%;
    }
    
    .txt-key02 {
        width: 105px;
        position: absolute;
        top: 219px;
        right: 6%;
    }
    
    .bt-ptop {
        width: 45px;
        right: 25.5px;
        bottom: 26.5px;
    }
    
    .g-nav {
        font-size: 13px;
        left: 6%;
        top: 46px;
        overflow: hidden;
        display: none;
    }
    
    .g-nav span {
        display: none;
    }
    
    .openbtn1 {
        position: fixed;
        left: 6%;
        top: 13px;
        cursor: pointer;
        width: 28px;
        height: 27px;
        border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn1 span {
        display: inline-block;
        transition: all .3s;
        position: absolute;
        left: 0;
        height: 1px;
        background: #000;
        width: 100%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 8px; 
    }

    .openbtn1 span:nth-of-type(2) {
        top: 13px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 18px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn1.active span:nth-of-type(1) {
        top: 7px;
        left: 0;
        transform: translateY(6px) rotate(-20deg);
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3){
        top: 18.5px;
        left: 0;
        transform: translateY(-6px) rotate(20deg);
    }
}

/* font-size */

.fs110 {
    font-size: 1.1rem;
}

.fs115 {
    font-size: 1.15rem;
}

.fs125 {
    font-size: 1.25rem;
}

.fs130 {
    font-size: 1.3rem;
}

.fs140 {
    font-size: 1.40rem;
}

.fs415 {
    font-size: 4.15rem;
}

/* item */

.credit .d-block {
    display: block!important;
}

.credit .d-block .buy {
    margin-top: 4px;
}

.credit-left {
    margin-bottom: -2px;
}

.sec-head {
    padding-top: 28px;
    padding-bottom: 28px;
}

.img-first {
    position: relative;
}

.img-first .num {
    position: absolute;
    top: 0;
    left: 6%;
    transform: translateY(-54%);
    z-index: 3;
}

.sec-logo {
    margin-left: auto;
    margin-right: auto;
}

.inner01 {
    margin-left: 5.1%;
    margin-right: 5.1%;
}

.inner02 {
    margin-left: 8.53%;
    margin-right: 8.53%;
}

.inner03 {
    margin-left: 8.53%;
    margin-right: 8.53%;
}

.inner03 {
    margin-left: 10.67%;
    margin-right: 10.67%;
}

.inner04 {
    margin-left: 14.8%;
    margin-right: 14.8%;
}

.inner05 {
    margin-left: 6%;
    margin-right: 36%;
}

.inner06 {
    margin-left: 6%;
    margin-right: 13.33%;
}

.inner07 {
    margin-left: 13.33%;
    margin-right: 6%;
}

.size01 {
    margin-left: 8%;
    margin-right: 8%;
}

.size02 {
    margin-left: 14.8%;
    margin-right: 14.8%;
}

.size03 {
    margin-left: 0;
    margin-right: 26.5%;
}

.size04 {
    margin-left: 36%;
    margin-right: 0;
}

.size05 {
    margin-left: 0;
    margin-right: 21.33%;
}

.size06 {
    margin-left: 26.5%;
    margin-right: 0;
}

.size07 {
    margin-left: 8.7%;
    margin-right: 8.7%;
}

.size08 {
    margin-left: 0;
    margin-right: 33.33%;
}

.size09 {
    margin-left: 0;
    margin-right: 13.33%;
}

.size10 {
    margin-left: 13.33%;
    margin-right: 0;
}


[data-aos="curtain"] {
    clip-path: inset(0 0 100% 0);
    transition-duration: .50s!important;
    transition-delay: .25s;
}

[data-aos="curtain"].aos-animate {
    clip-path: inset(0 0 0 0);
}

.sec-wrap .btn-area {
    position: relative;
}

.btn-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1.5px;
    background: #000;
    z-index: 0;
    transform: translateY(-50%);
}

.btn-area a {
    position: relative;
    z-index: 1;
}

.p-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.p-link li {
    width: calc(100% / 3);
    text-align: center;
    border-left: 1.5px solid #000;
}

.p-link li:last-child {
    border-right: 1.5px solid #000;
}

.sec-wrap {
    width: 100%;
    overflow: hidden;
}

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

    .sec-inner {
        margin-left: 45%;
        margin-right: 11.8%;
        border-left: 1.5px solid #000;
        border-right: 1.5px solid #000;
    }
    
    .item-wrap {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
    .footer-btn-wrap {
        margin-bottom: 40px;
    }
    
    .footer-btn-wrap + nav {
        display: none;
    }
    
}


/* sec01 */

.sec01, .sec01 .sec-head, .sec01 .all-btn:hover {
    background: #D0C8BD;
}

.sec01 .sec-logo {
    width: 49.07%;
}

.img-sec01-02 {
    margin-top: -130px;
}

.img-sec01-09 {
    position: relative;
    background-image: url(../images/img_sec01_09.jpg);
    background-size: 73.87%;
    background-position: right center;
    background-repeat: no-repeat;
}

.sec01 .all-btn, .sec01 .credit a:hover span.buy {
    color: #D0C8BD;
}

/* sec02 */

.sec02, .sec02 .sec-head, .sec02 .all-btn:hover {
    background: #B98057;
}

.sec02 .sec-logo {
    width: 22.4%;
}

.img-sec02-19 {
    position: relative;
    background-image: url(../images/img_sec02_19.jpg);
    background-size: 100%;
    background-position: right 47%;
    background-repeat: no-repeat;
}

.credit-sec02-05 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img-sec02-12 {
    margin-top: -126px;
}

.sec02 .all-btn, .sec02 .credit a:hover span.buy {
    color: #B98057;
}

.img-sec02-16 {
    position: relative;
    background-image: url(../images/img_sec02_16.jpg);
    background-size: 70.93%;
    background-position: right top;
    background-repeat: no-repeat;
}

.border-blackk {
    background: #000;
    height: 1.5px;
}

.logo-ol {
    width: 83.96%;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .credit-sec02-05 {
        position: static;
        margin-left: 36%;
        margin-right: 6%;
    }
}

/* sec03 */

.sec03, .sec03 .sec-head, .sec03 .all-btn:hover {
    background: #C4CAC1;
}

.sec03 .sec-logo {
    width: 42.7%;
}

.sec03 .all-btn, .sec03 .credit a:hover span.buy {
    color: #C4CAC1;
}

/* sec04 */

.sec04, .sec04 .sec-head, .sec04 .all-btn:hover {
    background: #5488B4;
}

.sec04 .sec-logo {
    width: 42.7%;
}

.sec04 .all-btn, .sec04 .credit a:hover span.buy {
    color: #5488B4;
}

.sec04 .back-btn:hover {
    color: #5488B4;
}
