@font-face {
    font-family: 'didot';
    src: url(../font/didot_bold.otf);
}
body .wrap{
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .15em;
    font-family: a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, serif;
    font-feature-settings: "palt";
}
body section img,body aside img{
    margin: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.l-header{
    position: relative;
}

main{
    font-size: 10px;
}
main *{
    letter-spacing: .1em;
}

.fv{
    margin: 0 0 15em;
}
.about{
    margin: 0 0 9.375em;
    font-size: 1.6em;
    line-height: 1.75em;
    text-align: center;
}

.profile,.item .contents > li,.styling,.yurakucho{
    border-bottom: 1px solid #666;
    padding: 0 0 9em;
    margin: 0 auto 9em;
    width: 120em;
}

.profile h3{
    font-size: 1.8em;
    margin: 0 0 2.7777em;
    text-align: center;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
}
.profile .name{
    font-size: 1.8em;
    margin: 0 0 2.7777em;
    text-align: center;
}
.profile ul{
    margin: 0 0 3em;
    display: flex;
    justify-content: space-between;
}
.profile ul li{
    width: 48%;
}
.profile .text{
    font-size: 1.6em;
    line-height: 1.75em;
}
.contents li h3{
    margin: 0 0 2.5em;
    font-size: 2em;
    line-height: 1.75em;
    text-align: center;
}
.contents li > p{
    margin: 0 0 3.125em;
    font-size: 1.6em;
    line-height: 1.75em;
}
.item .contents > li:nth-child(2n) .info{
    flex-direction: row-reverse;
}
.info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info > img{
    width: 48%;
}
.info div{
    width: 48%;
}
.info div p{
    font-size: 1.6em;
    line-height: 1.75em;
    letter-spacing: .05em;
}
.info div p + p{
    margin: 1.8em 0 0;
}
.info div img{
    width: 48%;
    margin: 3em 0;
}
.item_list{
    width: 100em;
    margin: 5em auto 0;
}
.item_list h4{
    font-size: 1.6em;
    margin: 0 0 1.875em;
}
.item_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2em 4%;
}
.item_list li,.info div li{
    width: 48%;
    height: 2.8em;
    display: flex;
    align-items: center;
}
.item_list strong, .info div li strong{
    margin: 0 .7142em 0 0;
    font-size: 1.4em;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
}
.item_list span, .info div li span{
    line-height: 2.4em;
}
.item_list span strong, .info div li span strong{
    font-size: 1.4em;
}
.item_list strong, .info div li strong{
    display: block;
}
.item_list em,.info div li em{
    font-size: 1.6em;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
}
.item_list small,.info div li small{
    font-size: 1em;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
}
.item_list a,.info div li a{
    width: 14.166em;
    margin: 0 0 0 auto;
    aspect-ratio: 170/28;
    font-size: 1.2em;
    color: #fff;
    background: #000;
    border: 1px solid #ccc;
    font-weight: bold;
    font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info div h4{
    font-size: 1.6em;
    margin: 3.125em 0 1.875em;
}
.info div ul{
    gap: 2em 0;
    display: flex;
    flex-direction: column;
}
.info div li{
    width: 100%;
}

.styling h3{
    margin: 0 0 2.7777em;
    font-size: 1.8em;
    text-align: center;
}
.person{
    width: 76.5em;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.person img{
    width: 39.12%;
}
.person div{
    width: 49%;
}
.person div p{
    margin: 0 0 1.25em;
    font-size: 1.6em;
    line-height: 1.75em;
}
.person div small{
    font-size: 1.6em;
    line-height: 1.75em;
    letter-spacing: .04em;
}
.yurakucho h3{
    margin: 0 0 2.7777em;
    font-size: 1.8em;
    line-height: 1.75em;
    text-align: center;
}
.yurakucho img{
    width: 80em;
    margin: 0 auto 3em;
    display: block;
}
.yurakucho p{
    width: 50em;
    margin: 0 auto 2.5em;
    font-size: 1.6em;
    line-height: 1.75em;
    text-align: justify;
}
.yurakucho a{
    width: 25em;
    aspect-ratio: 400/60;
    font-size: 1.6em;
    margin: auto;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

aside ul{
  width: 120em;
  margin: auto;
}
aside ul li{
  padding: 0 0 10em;
  display: flex;
  flex-direction: column;
  position: relative;
}
aside ul li + li{
    padding: 10em 0;
}
aside ul li h4{
  margin: 0 0 40px;
  font-size: 2em;
  text-align: center;
}
aside ul li img{
  width: 80em;
  margin: 0 auto 4em;
  display: block;
}
aside ul li + li::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #d1d1cf;
  position: absolute;
  top: 0;
  left: 0;
}
aside ul li a{
  width: 560px;
  height: 50px;
  font-size: 1.6em;
  margin: auto;
  border: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP',noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}

@media screen and (max-width:1200px) {
    main{
        font-size: .9vw;
    }
    .profile, .item .contents > li, .styling, .yurakucho{
        width: 100em;
    }

    aside ul{
        width: 100em;
    }
    aside ul li h4{
        margin: 0 0 3vw;
    }
    aside ul li a{
        width: 45.1vw;
        height: 4vw;
        font-size: 1.6em;
    }
}

@media screen and (max-width:767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    main{
        font-size: 2.66666vw;
    }
    
    .fv{
        margin: 0 0 8em;
    }
    .about{
        width: 92%;
        margin: 0 auto 5.714em;
        font-size: 1.4em;
        text-align: left;
        letter-spacing: .15em;
    }
    .profile, .item .contents > li, .styling, .yurakucho{
        width: 92%;
        padding: 0 0 8em;
        margin: 0 auto 8em;
    }
    .profile h3{
        margin: 0 0 2.5em;
        font-size: 1.6em;
        text-align: left;
    }
    .profile .name{
        margin: 0 0 2.5em;
        font-size: 1.6em;
        text-align: left;
    }
    .profile ul{
        flex-wrap: wrap;
        gap: 2em 0;
    }
    .profile ul li{
        width: 100%;
    }
    .profile .text{
        font-size: 1.4em;
    }
    .contents li h3{
        margin: 0 0 2.2222em;
        font-size: 1.8em;
        text-align: left;
    }
    .contents li > p{
        font-size: 1.4em;
        line-height: 2em;
    }
    .info{
        display: block;
    }
    .info > img{
        width: 100%;
        margin: 0 0 6em;
    }
    .info div{
        width: 100%;
    }
    .info div p{
        font-size: 1.4em;
        line-height: 2em;
    }
    .info div img{
        width: 100%;
        margin: 6em 0;
    }
    .item_list{
        width: 100%;
        margin: 8em 0 0;
    }
    .item_list h4{
        font-size: 1.6em;
        margin: 0 0 3.125em;
    }
    .item_list ul{
        gap: 2em 0;
        flex-direction: column;
    }
    .item_list li, .info div li{
        width: 100%;
    }
    .item_list strong, .info div li strong{
        font-size: 1.2em;
    }
    .item_list em, .info div li em{
        font-size: 1.4em;
    }
    .item_list small, .info div li small{
        font-size: 1em;
    }
    .item_list a, .info div li a{
        width: 8em;
        aspect-ratio: 80/20;
    }

    .styling h3{
        font-size: 1.6em;
    }
    .person{
        width: 92%;
        flex-direction: column;
    }
    .person img{
        width: 20em;
        margin: 0 auto 4em;
    }
    .person div{
        width: 100%;
    }
    .person div p{
        font-size: 1.4em;
    }
    .person div small{
        font-size: 1.4em;
    }
    .yurakucho h3{
        font-size: 1.6em;
        text-align: left;
        margin: 0 0 2em;
    }
    .yurakucho p{
        width: 100%;
    }
    .yurakucho a{
        width: 100%;
    }

    aside{
        margin: 0;
    }
    aside ul{
        width: 95%;
    }
    aside ul li{
        padding: 0 0 5em;
    }
    aside ul li + li{
        padding: 5em 0;
    }
    aside ul li h4{
        font-size: 1.4em;
        text-align: left;
    }
    aside ul li a{
        width: 53.3vw;
        height: 10.6vw;
        font-size: 2.6vw;
    }
}