@font-face {
    font-family: 'didot';
    src: url(../font/didot_bold.otf);
}
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;
}

.about{
    padding: 10em 0;
}
.about h3{
    font-size: 2.2em;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 4.5454em;
}
.about div{
    width: 120em;
    margin: 0 auto 10em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about div img{
    width: 48%;
}
.about div p{
    width: 48%;
    font-size: 1.6em;
    line-height: 1.7em;
}
.about section h4{
    font-size: 1.8em;
    margin: 0 0 3.3333em;
    text-align: center;
}
.about section ul{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.about section li{
    width: 32%;
}
.about section strong{
    display: block;
    font-size: 1.8em;
    line-height: 1.7em;
    margin: 0 0 1.1111em;
}
.about section img{
    width: 100%;
    margin: 0 0 2em;
}
.about section p{
    font-size: 1.6em;
    line-height: 1.7em;
}
.contents{
    padding: 10em 0;
    background: #f2f0f0;
}
.contents + .contents{
    background: #e8e7e4;
}
.contents h4{
    margin: 0 0 5em;
    text-align: center;
}
.contents h4 img{
    height: 2.4em;
}
.contents .images{
    display: flex;
    justify-content: space-between;
    width: 120em;
    margin: 0 auto 2em;
}
.contents .images li{
    width: 48%;
}
.contents .images + p{
    width: 75em;
    margin: 0 auto 2.5em;
    font-size: 1.6em;
    line-height: 1.7em;
}
.contents .top{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.contents .top > li{
    width: 48%;
}
.contents .top > li:first-child li:first-child em{
    font-size: 1.6em;
}
.contents .top > li:first-child li:first-child small{
    font-size: 1.2em;
}
.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;
}
.contents .top + em{
    margin: 6.25em 0 .75em;
    font-size: 1.6em;
    display: block;
    text-align: center;
    font-family: 'didot',serif;
}
.contents .top + em + strong{
    font-size: 2em;
    line-height: 1.7em;
    margin: 0 0 2.5em;
    text-align: center;
    display: block;
}
.contents .item{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.contents .item > li{
    width: 48%;
}
.contents .item > li img{
    margin: 0 0 5em;
}

.size{
    background: #f2f0f0;
    padding: 10em 0;
}
.size h4{
    font-size: 2em;
    line-height: 1.7em;
    margin: 0 0 1em;
    display: block;
    text-align: center;
}
.size ul{
    width: 80em;
    margin: 0 auto 10em;
    border-bottom: 1px solid #000;
}
.size ul li{
    padding: 2em 0;
    text-align: center;
    border-top: 1px solid #000;
}
.size ul strong{
    font-size: 1.8em;
    margin: 0 0 .8333em;
    display: block;
}
.size ul p{
    font-size: 1.8em;
}
.size ul span{
    position: relative;
}
.size ul span::before{
    content: '';
    width: 100%;
    height: 100%;
    padding: .7em .8em;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-52%,-50%,0);
}
.size a{
    width: 23.9285em;
    aspect-ratio: 335/40;
    font-size: 1.4em;
    margin: auto;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper{
    width: 57.5em;
    margin: auto;
    position: relative;
}
.swiper_next,.swiper_prev{
    width: 2.5em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    color: rgba(0, 0, 0, 0);
    z-index: 300;
    cursor: pointer;
}
.swiper_next{
    border-top: .2em solid #000;
    border-right: .2em solid #000;
    right: 2em;
    transform: translateY(-50%) rotate(45deg);
}
.swiper_prev{
    border-top: .2em solid #000;
    border-left: .2em solid #000;
    left: 2em;
    transform: translateY(-50%) rotate(-45deg);
}

aside ul{
    width: 120em;
    margin: auto;
}
aside li{
    padding: 10em;
    position: relative;
}
aside li + li::before{
    content: '';
    width: 120em;
    height: 2px;
    background: #d2d2d0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
aside li h5{
    margin: 0 0 2em;
    font-size: 2em;
    text-align: center;
}
aside li img{
    width: 80em;
    margin: 0 auto 4em;
    display: block;
}
aside li a{
    width: 40em;
    aspect-ratio: 560/55;
    font-size: 1.4em;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #808080;
    font-family: 'Noto Sans JP',sans-serif;
}
aside li + li::before{
    width: 92%;
}

@media screen and (max-width:1240px) {
    main,aside{
        font-size: .78vw;
    }
}

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

    .about{
        width: 92%;
        margin: auto;
        padding: 8em 0;
    }
    .about h3{
        font-size: 2em;
        margin: 0 0 2em;
        text-align: left;
    }
    .about div{
        width: 100%;
        margin: 0 0 8em;
        display: block;
    }
    .about div img{
        width: 100%;
        margin: 0 0 4em;
    }
    .about div p{
        width: 100%;
        font-size: 1.4em;
    }
    .about section h4{
        font-size: 2em;
        margin: 0 0 2em;
        text-align: left;
    }
    .about section ul{
        width: 100%;
        display: block;
    }
    .about section li{
        width: 100%;
    }
    .about section strong{
        font-size: 1.6em;
        margin: 0 0 1.25em;
    }
    .about section p{
        font-size: 1.4em;
    }
    .about section li + li{
        margin: 4em 0 0;
    }
    .contents{
        padding: 8em 0;
    }
    .contents h4{
        margin: 0 0 8em;
        height: 2.2em;
    }
    .contents .images{
        width: 92%;
        display: block;
    }
    .contents .images li{
        width: 100%;
    }
    .contents .images li img{
        width: 100%;
    }
    .contents .images li + li{
        margin: 2em 0 0;
    }
    .contents .images + p{
        width: 92%;
        font-size: 1.4em;
        margin: 0 auto 2.8571em;
    }
    .contents .top{
        width: 92%;
        display: block;
    }
    .contents .top > li + li{
        margin: 1.8em auto 0;
    }
    .contents .top > li:first-child li:first-child{
        margin: 0 0 4em;
    }
    .contents .top > li:first-child li:first-child em{
        font-size: 1.4em;
    }
    .contents .top > li:first-child li:first-child small{
        font-size: 1em;
    }
    .contents .top > li{
        width: 100%;
    }
    .contents .top + em{
        width: 92%;
        font-size: 1.4em;
        margin: 5.7142em auto 1em;
        text-align: left;
    }
    .contents .top + em + strong{
        width: 92%;
        margin: 0 auto 2.2222em;
        font-size: 1.8em;
        text-align: left;
    }
    .swiper button{
        display: none;
    }
    .contents .swiper{
        width: 96%;
        overflow-x: scroll;
        margin: 0 0 0 4%;
        padding: 0 0 4em;
        display: block;
    }
    .contents .item > li img{
        margin: 0 0 4em;
    }
    .contents .item > li{
        width: 28em;
    }
    .contents .item > li + li{
        margin: 0 0 0 4em;
    }
    .contents .item > li:last-child{
        padding: 0 4vw 0 0;
        box-sizing: content-box;
    }
    .contents .item{
        width: 100%;
    }
    .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;
    }
    .size{
        padding: 8em 0;
    }
    .size h4{
        width: 92%;
        margin: 0 auto 2.2222em;
        text-align: left;
        font-size: 1.8em;
    }
    .size h4 br{
        display: none;
    }
    .size ul{
        width: 92%;
        margin: 0 auto 8em;
    }
    .size ul strong{
        font-size: 1.6em;
        text-align: left;
    }
    .size ul p{
        font-size: 1.6em;
        text-align: left;
    }
    .size a{
        width: 92%;
        aspect-ratio: 335/50;
        font-size: 1.4em;
    }

    aside{
        width: 92%;
        margin: auto;
    }
    aside li{
        padding: 5em 0;
    }
    aside ul{
        width: 100%;
    }
    aside li h5{
        margin: 0 0 1.3888em;
        font-size: 1.8em;
        text-align: left;
    }
    aside li::before{
        width: 100%;
    }
    aside li img{
        margin: 0 0 2.5em;
    }
    aside li a{
        width: 14.2857em;
        aspect-ratio: 200/40;
    }
    
}