@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%;
}
@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 */
.about{
    padding: 10em calc(50% - 60em);
    background: #282828;
}
h3{
    font-size: 2em;
    margin: 0 0 2.5em;
    text-align: center;
    line-height: 1.7em;
}
.about h3{
    color: #fff;
}
.about > p{
    font-size: 1.6em;
    line-height: 1.7em;
    margin: 0 0 3.125em;
    color: #fff;
    text-align: center;
}
.about ul{
    display: flex;
    flex-direction: column;
    gap: 5em;
}
.about li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about li img{
    width: 48%;
}
.about li p{
    width: 48%;
    font-size: 1.6em;
    line-height: 1.7em;
    color: #fff;
}
.tie{
    padding: 10em 0;
}
.tie .list{
    width: 120em;
    margin: 0 auto 10em;
    display: flex;
    flex-wrap: wrap;
    gap: 10em 4%;
}
.tie .list > li{
    width: 48%;
}
.tie h4{
    font-size: 2em;
    margin: 0 0 .8em;
}
.tie p{
    margin: 0 0 1em;
    font-size: 1.6em;
}
.tie img{
    margin: 0 0 3em;
}
.more_link{
    width: 25em;
    aspect-ratio: 400/60;
    font-size: 1.6em;
    margin: auto;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
}
.staff{
    padding: 10em calc(50% - 60em);
    background: #f5f3ec;
}
ul.item > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.item > li:nth-child(2n){
    flex-direction: row-reverse;
}
ul.item > li + li{
    margin: 5em 0 0;
}
.item{
    margin: 0 0 10em;
}
.item img{
    width: 48%;
}
.item div{
    width: 48%;
}
.item div > h4{
    font-size: 1.8em;
    margin: 0 0 5.5555em;
}
.item div > em{
    font-size: 1.4em;
    line-height: 1.7em;
    display: block;
    margin: 0 0 1.4285em;
}
.item div > p{
    margin: 0 0 6.25em;
    font-size: 1.6em;
    line-height: 1.7em;
}
.premio{
    padding: 10em 0;
}
.premio h3{
    margin: 0 0 5em;
}
.shirts h4{
    font-size: 2em;
    margin: 0 0 2.5em;
    text-align: center;
}
.shirts div{
    width: 100em;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shirts div img{
    width: 48%;
}
.shirts div p{
    width: 48%;
    font-size: 1.6em;
    line-height: 1.7em;
}
.shirts ul{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.shirts ul li{
    width: 31.25%;
}
.shirts ul li img{
    margin: 0 0 3em;
}
.shirts ul li p{
    font-size: 1.6em;
    line-height: 1.7em;
}
.shirts_item{
    padding: 10em 0 0;
}
.shirts_item > h4{
    font-size: 2em;
    margin: 0 0 1em;
    text-align: center;
}
.shirts_item > p{
    margin: 0 0 2.7777em;
    font-size: 1.8em;
    line-height: 1.7em;
    text-align: center;
}
div.item{
    width: 120em;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shirts_item + .shirts_item div.item{
    flex-direction: row-reverse;
}

@media screen and (max-width:768px) {
    .about{
        padding: 8em 4%;
    }
    h3{
        font-size: 1.8em;
        text-align: left;
        margin: 0 0 2.2222em;
    }
    .about > p{
        margin: 0 0 2.8571em;
        font-size: 1.4em;
        text-align: left;
    }
    .about ul{
        gap: 4em;
    }
    .about li{
        flex-direction: column;
    }
    .about li img{
        width: 100%;
        margin: 0 0 4em;
    }
    .about li p{
        width: 100%;
        font-size: 1.4em;
    }
    .tie{
        padding: 8em 0;
    }
    .tie h3{
        text-align: center;
    }
    .tie .list{
        width: 100%;
        flex-direction: column;
    }
    .tie .list > li{
        width: 100%;
    }
    .tie h4{
        width: 92%;
        margin: 0 auto 1.1111em;
        font-size: 1.8em;
    }
    .tie p{
        width: 92%;
        margin: 0 auto 2.8571em;
        font-size: 1.4em;
    }
    .tie .links{
        width: 92%;
        margin: auto;
    }
    .tie .list{
        margin: 0 0 8em;
    }
    .more_link{
        width: 92%;
        font-size: 1.4em;
        aspect-ratio: 335/60;
    }
    .staff{
        padding: 8em 4%;
    }
    .staff h3{
        text-align: center;
    }
    .item{
        margin: 0 0 8em;
    }
    ul.item > li{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    ul.item > li:nth-child(2n){
        flex-direction: column;
    }
    ul.item > li + li{
        margin: 8em 0 0;
    }
    .item img{
        width: 100%;
        margin: 0 0 4em;
        order: 20;
    }
    .item div{
        width: 100%;
        display: contents;
    }
    .item div > h4{
        text-align: left;
        margin: 0 0 2.5em;
        font-size: 1.6em;
        order: 10;
    }
    .item div > em{
        order: 30;
        margin: 0 0 1.6666em;
        font-size: 1.2em;
    }
    .item div > p{
        order: 40;
        font-size: 1.4em;
        margin: 0 0 2.8571em;
    }
    .links{
        order: 50;
    }
    .premio{
        padding: 8em 4%;
    }
    .premio h3{
        text-align: center;
        margin: 0 0 4.4444em;
    }
    .shirts h4{
        font-size: 1.8em;
        margin: 0 0 2.2222em;
    }
    .shirts div{
        width: 100%;
        margin: 0 0 4em;
        display: block;
    }
    .shirts div img{
        width: 100%;
        margin: 0 0 4em;
    }
    .shirts div p{
        width: 100%;
        font-size: 1.4em;
    }
    .shirts ul{
        width: 100%;
        gap: 4em;
        flex-direction: column;
    }
    .shirts ul li{
        width: 100%;
    }
    .shirts ul li p{
        font-size: 1.4em;
    }
    .shirts_item > h4{
        font-size: 1.8em;
        margin: 0 0 1.1111em;
        text-align: left;
    }
    .shirts_item > p{
        font-size: 1.6em;
        margin: 0 0 2.5em;
        text-align: left;
    }
    div.item{
        width: 100%;
        flex-direction: column;
    }
    .shirts_item + .shirts_item div.item{
        flex-direction: column;
    }
}

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

/* shop */
aside ul{
    width: 100em;
    margin: auto;
}
aside li{
    padding: 10em;
    position: relative;
}
aside li + li::before{
    content: '';
    width: 100em;
    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;
    width: 100%;
}
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:768px){
    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;
    }
}