@import url('https://fonts.googleapis.com/css2?family=Bentham&display=swap');
body .wrap,body aside{
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .15em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: "palt";
}
body section img,body aside img{
    margin: 0;
}
.l-header{
    position: relative;
}

main,aside{
    font-size: 10px;
}
main *,aside *{
    letter-spacing: .1em;
    line-height: 1em;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.wrap img{
    width: 100%;
}

@media screen and (max-width:1240px) {
    main,aside{
        font-size: .78vw;
    }
}
@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    main,aside{
        font-size: 2.66666vw;
    }
}

/* css */
:root{
    --cont: 120em;
    --cont_margin: 10em;
    --fs24: 2.4em;
    --fs22: 2.2em;
    --fs20: 2em;
    --fs18: 1.8em;
    --fs16: 1.6em;
}
main{
    background: #f4eee6;
}
.about{
    width: var(--cont);
    margin: auto;
    padding: var(--cont_margin) 0;
}
.about h3{
    font-size: var(--fs20);
    margin: 0 0 1em;
    text-align: center;
}
.about h3 + p{
    font-size: var(--fs22);
    margin: 0 0 2.2727em;
    line-height: 1.7em;
    text-align: center;
}
.about > img{
    width: 25em;
    display: block;
    margin: 0 auto 5em;
}
.about > strong{
    font-size: var(--fs18);
    margin: 0 0 1.6em;
    line-height: 1.7em;
    text-align: center;
    display: block;
}
.about > em{
    font-size: var(--fs16);
    line-height: 1.7em;
    margin: 0 0 1em;
    text-align: center;
    display: block;
}
.about > em + p{
    margin: 0 0 6.25em;
    font-size: var(--fs16);
    line-height: 1.7em;
    text-align: center;
}
.about .main{
    margin: 0 0 var(--cont_margin);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .main img{
    width: 48%;
}
.about .main div{
    width: 48%;
}
.about .main strong{
    font-size: var(--fs18);
    margin: 0 0 1.5em;
    line-height: 1.7em;
    display: block;
}
.about .main p{
    font-size: var(--fs16);
    line-height: 1.7em;
}
.reason > li + li{
    margin: 8em 0 0;
}
.reason > li strong{
    font-size: var(--fs20);
    width: 16.75em;
    margin: 0 auto 2em;
    text-align: center;
    line-height: 1.3em;
    aspect-ratio: 335/71;
    border: 2px solid #947950;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason > li h4{
    font-size: var(--fs20);
    margin: 0 0 2em;
    text-align: center;
}
.reason > li h4 + img{
    width: 37.5em;
    margin: 0 auto 5em;
    display: block;
}
.logo{
    width: 80em;
    margin: 0 auto 8em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.logo img{
    width: 20em;
}
.logo p{
    font-size: var(--fs16);
    width: 34.5em;
    line-height: 1.7em;
    text-align: justify;
    letter-spacing: .15em;
}
.logo + a{
    width: 20.9375em;
    margin: auto;
    aspect-ratio: 335/50;
    font-size: var(--fs16);
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason > li ul{
    margin: 0 0 2em;
    display: flex;
    justify-content: space-between;
}
.reason > li ul li{
    width: 48%;
}
.reason > li p{
    font-size: 1.6em;
    line-height: 1.7em;
}

.contents{
    width: 120em;
    margin: auto;
    border-top: 1px solid #947950;
    border-bottom: 1px solid #947950;
    padding: var(--cont_margin) 0;
}
.contents h4{
    width: 13.9583em;
    aspect-ratio: 335/70;
    margin: 0 auto 2.0833em;
    font-size: var(--fs24);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #a61118;
    text-align: center;
}
.contents > li + li{
    margin: var(--cont_margin) 0 0;
}
.contents > li:nth-child(2n) .item{
    flex-direction: row-reverse;
}
.tailor{
    width: 120em;
    margin: auto;
    padding: var(--cont_margin) 20em;
    border-bottom: 1px solid #947950;
}
.tailor > p{
    font-size: 1.7em;
    text-align: center;
    margin: 0 0 1.8em;
}
.tailor > p + a{
    margin: 0 0 2.4em;
    display: block;
}
.tailor > span{
    font-size: var(--fs22);
    margin: 0 0 .5em;
    display: block;
}
.tailor > em{
    font-size: var(--fs18);
    margin: 0 0 2em;
    display: block;
}
.tailor > em + a{
    font-size: var(--fs16);
    width: 20.9375em;
    aspect-ratio: 335/50;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}
.finish{
    width: 50em;
    margin: auto;
    line-height: 1.7em;
    font-size: var(--fs16);
    padding: 6.25em 0;
}
.info{
    padding: var(--cont_margin) 0;
}
.info strong{
    font-size: var(--fs20);
    margin: 0 0 2em;
    display: block;
    text-align: center;
    display: block;
}
.info strong + a{
    width: 60em;
    margin: 0 auto 2em;
    display: block;
}
.info strong + a img{
    width: 100%;
}
.info p{
    width: 37.5em;
    margin: 0 auto 5em;
    font-size: var(--fs16);
    line-height: 1.7em;
}
.info a:last-child{
    font-size: var(--fs16);
    width: 20.9375em;
    aspect-ratio: 335/50;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}
.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.item > img{
    width: 48%;
}
.item > div{
    width: 48%;
}
.item p{
    font-size: var(--fs16);
    margin: 0 0 6.25em;
    line-height: 1.7em;
}


.yurakucho{
    padding: var(--cont_margin) 0;
    background: #edecea;
}
.yurakucho h5{
    font-size: var(--fs18);
    text-align: center;
    margin: 0 0 1.3888em;
    line-height: 1.6em;
}
.yurakucho h5 + a{
    width: 80em;
    margin: 0 auto 2em;
    display: block;
}
.yurakucho h5 + a img{
    width: 100%;
}
.yurakucho p{
    width: 50em;
    font-size: var(--fs16);
    margin: 0 auto 3.125em;
    line-height: 1.5em;
}
.yurakucho a:last-child{
    width: 23.9285em;
    aspect-ratio: 335/50;
    margin: auto;
    background: #000;
    color: #fff;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px) {
    :root{
        --cont: 92%;
        --cont_margin: 8em;
        --fs24: 2.2em;
        --fs22: 2em;
        --fs20: 1.8em;
        --fs18: 1.6em;
        --fs16: 1.4em;
    }
    .about h3{
        margin: 0 0 2.2222em;
    }
    .about h3 + p{
        margin: 0 0 4em;
    }
    .about > img{
        width: 15em;
        margin: 0 auto 4em;
    }
    .about > strong{
        text-align: left;
    }
    .about > em{
        text-align: left;
    }
    .about > em + p{
        text-align: left;
    }
    .about > em + p{
        margin: 0 0 5.7142em;
    }
    .about .main{
        display: block;
    }
    .about .main img{
        width: 100%;
        margin: 0 0 4em;
    }
    .about .main div{
        width: 100%;
    }
    .about .main strong{
        margin: 0 0 1em;
    }
    .reason > li strong{
        width: 100%;
    }
    .reason > li h4{
        text-align: left;
        line-height: 1.7em;
    }
    .reason > li h4 + img{
        width: 100%;
        margin: 0 0 2em;
    }
    .logo{
        width: 100%;
        display: block;
    }
    .logo img{
        width: 21em;
        margin: 0 auto 4em;
        display: block;
    }
    .reason > li p{
        width: 100%;
    }
    .logo + a{
        width: 100%;
    }
    .reason > li ul{
        display: block;
    }
    .reason > li ul li{
        width: 100%;
    }
    .reason > li ul li + li{
        margin: 2em 0 0;
    }
    .contents{
        width: 92%;
    }
    .contents h4{
        width: 100%;
        margin: 0 0 1.8888em;
    }
    .item{
        display: block;
    }
    .item > img{
        width: 100%;
        margin: 0 0 4em;
    }
    .item > div{
        width: 100%;
    }
    .item p{
        margin: 0 0 2.8571em;
    }
    .tailor{
        width: 100%;
        padding: var(--cont_margin) 4%;
    }
    .tailor > p{
        font-size: 1.5em;
        line-height: 1.7em;
        text-align: left;
    }
    .tailor > p + a{
        margin: 0 0 4em;
    }
    .tailor > em{
        margin: 0 0 2.5em;
    }
    .info strong{
        margin: 0 0 4em;
    }
    .info strong + a{
        width: 92%;
    }
    .info p{
        width: 92%;
    }
    .info a:last-child{
        width: 92%;
    }
    .finish{
        width: 92%;
    }
    .yurakucho h5 + a{
        width: 92%;
    }
    .yurakucho p{
        width: 92%;
    }
    .yurakucho a:last-child{
        width: 92%;
    }
}

/* floating */
.floating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100%;
    z-index: 100;
  }
.floating a {
    -webkit-box-shadow: 0 3px 5px rgb(255 255 255 / 30%);
    box-shadow: 0 3px 5px rgb(255 255 255 / 30%);
    width: 90%;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
}
@media screen and (min-width: 768px) {
    .floating{
        width: 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .floating a{
        width: 49%;
        font-size: 16px;
        padding: 20px 0;
    }
}

/* view more */
.links{
    font-family: 'Noto Sans JP', sans-serif;
}
.links > li{
    display: flex;
    align-items: center;
    height: 2.8em;
}
.links > li + li{
    margin: 1.8em 0 0;
}
.links em{
    font-size: 1.4em;
}
.links small{
    font-size: .9em;
}
.links a{
    aspect-ratio: 170/28;
    height: 100%;
    margin: 0 0 0 auto;
    font-size: 1.2em;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px) {
    .links{
        width: 100%;
    }
    .links li{
        height: 2em;
    }
    .links em{
        font-size: 1.2em;
    }
    .links small{
        font-size: 1em;
    }
    .links a{
        aspect-ratio: 8/2;
        font-size: 1em;
    }
}