@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: YuMincho, 'Yu Mincho', 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%;
}
.about{
    padding: 10em;
}
.about h3{
    font-size: 1.8em;
    line-height: 1.7em;
    text-align: center;
    margin: 0 0 2.7777em;
}
.about h3 + p{
    margin: 0 0 3.125em;
    font-size: 1.6em;
    line-height: 1.7em;
    text-align: center;
}
.about .about_photo{
    width: 120em;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.about .about_photo li{
    width: 48%;
}
.about .about_txt{
    width: 120em;
    margin: 5em auto 0;
}
.about .about_txt p{
    width: 100%;
    font-size: 1.6em;
    line-height: 1.7em;
}
.about .about_txt em{
    margin: 1.25em 0 0;
    font-size: 1.6em;
    color: #f00;
    display: block;
    line-height: 1.7em;
}
.osusume{
    padding: 10em calc(50% - 60em);
    background: #fcf9f0;
}
.osusume > h4{
    font-size: 3em;
    margin: 0 0 1.6666em;
    text-align: center;
    line-height: 1.5em;
}
.osusume > h4 + em{
    padding: 0 0 2em;
    margin: 0 0 2em;
    font-size: 1.8em;
    line-height: 1.7em;
    text-align: center;
    display: block;
    position: relative;
}
.osusume > h4 + em::after{
    content: '';
    width: 18em;
    height: 1px;
    background: #77542f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main > h5{
    font-size: 2em;
    margin: 0 0 1em;
    text-align: center;
}
.main > h5 + p{
    margin: 0 0 2em;
    font-size: 2.4em;
    text-align: center;
}
.main > h5 + p small{
    font-size: .5em;
}
.list{
    padding: 0 0 5em;
    display: flex;
    justify-content: center;
    gap: 9em;
    text-align: center;
    position: relative;
}
.list::after{
    content: '';
    width: 32.4em;
    height: 1px;
    background: #77542f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list li strong{
    font-size: 1.6em;
    margin: 0 0 1em;
    display: block;
}
.list ul li{
    font-size: 1.6em;
}
.list ul li small{
    font-size: .75em;
}
.list ul li + li{
    margin: 1em 0 0;
}
.contents > li{
    padding: 10em 0;
}
.contents > li > em{
    font-size: 2.6em;
    color: #77542f;
    margin: 0 0 .7692em;
    display: block;
    text-align: center;
}
.contents > li > strong{
    font-size: 2em;
    line-height: 1.6em;
    margin: 0 0 2.5em;
    text-align: center;
    display: block;
}
.item > li + li{
    padding-top: 10em;
}
.item > li:nth-child(2n) .info{
    flex-direction: row-reverse;
}
.item > li > h4{
    font-size: 2.2em;
    line-height: 1.5em;
    margin: 0 0 .8888em;
    text-align: center;
}
.item > li > p{
    margin: 0 0 3.125em;
    font-size: 1.6em;
    line-height: 1.7em;
    text-align: center;
}
.info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info > img{
    width: 48%;
}
.info > div{
    width: 48%;
}
.info div h5{
    font-size: 1.4em;
    margin: 0 0 1.4285em;
}
.info div p{
    margin: 0 0 1.25em;
    font-size: 1.6em;
    line-height: 1.7em;
}
.info div img + p{
    margin: 0 0 6.25em;
}
.info div img{
    width: 33.4em;
    margin: 0 0 5em;
}
.info div p + img{
    margin: 0 0 10em;
}
img.otodoke{
    width: 30em;
    margin: 0 auto 10em;
    display: block;
}
.tailor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tailor > a{
    width: 48%;
}
.tailor > div{
    width: 48%;
}
.tailor > div strong{
    font-size: 1.8em;
    margin: 0 0 1.6666em;
    display: block;
}
.tailor > div ul{
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.tailor > div li em{
    font-size: 1.8em;
    margin: 0 0 1em;
    color: #77542f;
    display: block;
}
.tailor > div li p{
    font-size: 1.6em;
    line-height: 1.7em;
}
.customer h4{
    font-size: 1.8em;
    line-height: 1.6em;
    margin: 0 0 1.875em;
    text-align: center;
}
.swiper_next,.swiper_prev,.swiper_about_next,.swiper_about_prev{
    width: 2.5em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 40%;
    color: rgba(0, 0, 0, 0);
    z-index: 300;
    cursor: pointer;
}
.swiper_about_next,.swiper_about_prev{
    top: 50%;
    transform: translateY(-50%);
}
.swiper_next,.swiper_about_next{
    border-top: .2em solid #000;
    border-right: .2em solid #000;
    right: 2em;
    transform: translateY(-50%) rotate(45deg);
}
.swiper_about_next{
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
}
.swiper_prev,.swiper_about_prev{
    border-top: .2em solid #000;
    border-left: .2em solid #000;
    left: 2em;
    transform: translateY(-50%) rotate(-45deg);
}
.swiper_about_prev{
    border-top: .2em solid #fff;
    border-left: .2em solid #fff;
}
.swiper{
    width: 57.5em;
    margin: 0 0 10em;
}
.swiper img{
    margin: 0 0 3em;
}
.swiper em{
    margin: 0 0 1em;
    font-size: 1.6em;
    display: block;
}
.swiper em small{
    font-size: .75em;
}
.swiper strong{
    margin: 0 0 1.25em;
    font-size: 1.6em;
    color: #777;
    display: block;
}
.swiper p{
    font-size: 1.6em;
    line-height: 1.7em;
}
.customer > a{
    width: 21.4285em;
    aspect-ratio: 300/40;
    font-size: 1.4em;
    color: #fff;
    background: #000;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop{
    padding: 10em;
}
.shop strong{
    margin: 0 0 1.923em;
    font-size: 2.6em;
    color: #77542f;
    text-align: center;
    display: block;
}
.shop > ul{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.shop > ul > li{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.shop h5{
    font-size: 1.8em;
    margin: 0 0 1.666em;
}
.shop ul > li > img{
    margin: 0 0 3em;
    display: block;
    width: 100%;
}
.shop div{
    gap: 2em;
    margin: 0 0 3em;
    display: flex;
    align-items: center;
}
.shop div img{
    width: 12em;
}
.shop div span{
    font-size: 1.6em;
    line-height: 1.7em;
}
.shop p{
    margin: 0 0 1.6em;
    font-size: 1.6em;
    line-height: 1.7em;
}
.shop li ul{
    margin: auto 0 0;
}
.shop li ul li{
    font-size: 1.4em;
    line-height: 1.7em;
}
.shop li ul li a{
    margin: 1em 0 0;
    text-decoration: underline;
}

@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;
    }
    .about{
        padding: 8em 0;
    }
    .about h3{
        font-size: 1.6em;
    }
    .about h3 + p{
        width: 92%;
        margin: 0 auto 2em;
        font-size: 1.4em;
        text-align: left;
    }
    .about .about_photo{
        width: 92%;
        margin: auto;
        display: block;
    }
    .about .about_photo li{
        width: 100%;
    }
    .about .about_photo img{
        width: 100%;
    }
    .swiper_about_prev{
        border-top: 0.4em solid #fff;
        border-left: 0.4em solid #fff;
    }
    .swiper_about_next {
        border-top: 0.4em solid #fff;
        border-right: 0.4em solid #fff;
    }
    .about .about_txt{
        width: 92%;
        margin: 4em auto 0;
    }
    .about .about_txt p{
        width: 100%;
        font-size: 1.4em;
    }
    .osusume{
        padding: 8em 4%;
    }
    .osusume > h4{
        font-size: 2.8em;
    }
    .osusume > h4 + em{
        font-size: 1.6em;
    }
    .osusume > h4 + em::after{
        width: 100%;
    }
    .main > h5{
        font-size: 1.8em;
    }
    .main > h5 + p{
        font-size: 2.2em;
    }
    .list{
        padding: 0 0 4em;
        flex-direction: column;
        gap: 4em;
    }
    .list li strong{
        font-size: 1.4em;
    }
    .list ul li{
        font-size: 1.4em;
    }
    .contents > li{
        padding: 8em 0;
    }
    .contents > li > em{
        font-size: 2.4em;
    }
    .contents > li > strong{
        font-size: 1.8em;
        margin: 0 0 4.4444em;
    }
    .item > li + li{
        padding: 8em 0 0;
    }
    .item > li > h4{
        font-size: 2em;
        text-align: left;
    }
    .item > li > p{
        font-size: 1.4em;
        text-align: left;
    }
    .info{
        display: block;
    }
    .info > img{
        width: 100%;
        margin: 0 0 4em;
    }
    .info > div{
        width: 100%;
    }
    .info div img{
        width: 100%;
    }
    .info div h5{
        font-size: 1.2em;
    }
    .info div p{
        font-size: 1.4em;
    }
    .info div img{
        margin: 0 0 2em;
    }
    .info div p + img{
        margin: 0 0 4em;
    }
    img.otodoke{
        margin: 0 0 4em;
    }
    .tailor{
        display: block;
    }
    .tailor > a{
        width: 100%;
        display: block;
        margin: 0 0 4em;
    }
    .tailor > div{
        width: 100%;
    }
    .tailor > div strong{
        font-size: 1.6em;
    }
    .tailor > div ul{
        gap: 4em;
    }
    .tailor > div li em{
        font-size: 1.6em;
    }
    .tailor > div li p{
        font-size: 1.4em;
    }
    .customer h4{
        font-size: 1.6em;
        text-align: left;
    }
    .customer .swiper{
        width: 100%;
        overflow-x: scroll;
        padding: 0 0 2em;
    }
    .customer .swiper-wrapper{
        width: 100%;
        display: flex;
        gap: 4em;
    }
    .customer .swiper-slide{
        width: 25em;
    }
    .swiper_next,.swiper_prev{
        display: none;
    }
    .swiper img{
        margin: 0 0 2em;
    }
    .swiper em{
        font-size: 1.4em;
    }
    .swiper strong{
        font-size: 1.4em;
    }
    .swiper p{
        font-size: 1.4em;
    }
    .shop{
        padding: 8em 4%;
    }
    .shop strong{
        font-size: 2.4em;
    }
    .shop > ul{
        width: 100%;
        display: block;
    }
    .shop > ul > li{
        width: 100%;
    }
    .shop h5{
        font-size: 1.6em;
    }
    .shop ul > li > img{
        margin: 0 0 4em;
    }
    .shop p{
        font-size: 1.4em;
    }
    .shop > ul > li + li{
        margin: 8em 0 0;
    }
    .shop li ul li{
        line-height: 2em;
    }
}

/* 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;
    }
}
