
/* common */

.wrapper-with_glasses24ss {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

nav#header-scrl {
    display: none;
}

.wrapper-with_glasses24ss img.book {
    margin-bottom: 5%;
}

div#nav-wrapper {
    display: none;
}

.inner-block {
    padding: unset;
}

section.visual {
    padding-top: 1%;
}

body#fs_CustomPage .fs-l-main {
    margin-top: 5%;
}

.-flex {
    display: flex;
}

.-cap {
    text-transform: capitalize;
}

.-upper {
    text-transform: uppercase;
}

header img {
    width: 35%;
    padding: 1% 0;
}

@media screen and (min-width: 768px){
    .wrapper-with_glasses24ss {
        margin-top: 0%;
        padding: 0 35%;
    }

    header img {
        width: 10%;
    }
}


/*breadcrumb*/

.fs-c-breadcrumb {
    margin-top: 28% !important;
    margin-left: 4% !important;
}

@media screen and (min-width: 768px) {
    .fs-c-breadcrumb {
        margin-top: 0% !important;
        margin-left: 0% !important;
    }
}





/* main-txt */

section.main-txt {
    text-align: left;
    line-height: 1.95;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 10% 12%;
}

section.main-txt p {
    margin-bottom: 5%;
}



/* section */

section.section {
    margin-bottom: 20%;
}



/* profile */

.section .profile {
    padding: 0 10%;
}

.profile h3 {
    font-size: 65px;
    font-weight: 400;
    letter-spacing: -1.5px;
    margin-bottom: 3%;
}

.profile h4 {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin-top: -8%;
    margin-left: 2%;
    margin-bottom: 10%;
}

.-flex.name {
    width: 80%;
    justify-content: flex-start;
    align-items: center;
    gap: 10%;
    margin-bottom: 2%;
}

.name h2 {
    font-size: 20px;
}

.name h2 span {
    font-size: 13px;
    margin-left: 2px;
}

.-flex.sns {
    width: 30%;
    justify-content: center;
    gap: 15%;
}

.-flex.sns img {
    width: 20px;
}

.Affiliation {
    font-size: 10px;
    margin-bottom: 5%;
}


.Affiliation a {
    display: block;
    text-decoration: underline;
}

.Affiliation p:first-of-type {
    margin-bottom: 0%;
}



/* styling */

.styling {
    margin-bottom: 10%;
}

.main-stylingImg {
    margin-bottom: 5%;
}


/* interview */

.interview {
    padding: 0 2%;
    margin-bottom: 10%;
}

.interview .-flex {
    justify-content: flex-end;
    align-items: center;
    gap: 5%;
}

.interview .-flex img {
    display: block;
    width: 40%;
}

.interview .-flex .comment {
    width: 60%;
}

.comment .-box:first-child {
    margin-bottom: 20%;
}

.comment .-box h5 {
    font-size: 12px;
    letter-spacing: -0.7px;
    margin-bottom: 1%;
}

.comment .-box p {
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.5rem;
}


.comment .-box .-flex.-a {
    justify-content: flex-start;
    align-items: start;
}


/* eyewear */

.eyewear .-border {
    font-size: 18px;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.eyewear .-border::before {
    border-top: 1px solid;
    content: "";
    width: 1em; /* 線の長さ */
    margin-right: 3%;
}

.eyewear .-glassesBox {
    padding: 0 5%;
}

.eyewear .-glassesBox h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 1%;
}

.-no1 .eyewear .-glassesBox h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 1%;
}

.eyewear .-glassesBox .-shop {
    font-size: 12px;
    letter-spacing: -0.5px;
    margin-top: -2%;
    margin-bottom: 2%;
}

.eyewear .-glassesBox img {
    margin-bottom: 2%;
}

.-glassesBox .point {
    padding: 0 3%;
}


.-glassesBox .point h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.-glassesBox .point p {
    padding: 0 2%;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 1.65;
}


/*section-item*/

.list-box.reco {
    margin-top: 15%;
}

.reco ul.tee-list {
    padding: 0 5%;
    margin-top: 5%;
    margin-bottom: 0%;
}

.reco .tee-list li:not(:nth-child(3n)) {
    margin-right: 2%;
}

/* .reco .tee-list li:not(:nth-child(2n)) {
    margin-right: 2%;
} */

.reco .tee-list li {
    width: 31%;
}

.reco .tee-list li img {
    margin-bottom: 5%;
}

.reco .tee-list.trackjacket-list li p {
    margin-left: 0%;
    text-align: center;
    font-size: 11px;
    background-color: #000;
    color: #FFF;
    font-weight: 400;
    padding: 3% 0%;
    letter-spacing: -0.8px;
}




.cap {
    text-transform: capitalize;
}




.cta_morelook a {
    background: #e06e1d;
    color: #FFF;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 10%;
    width: 80%;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    width: 80%;
    max-width: 400px;
    display: block;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.cta_morelook a .seemore {
    margin-right: 3%;
}

.morelook_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.morelook_arrow::before {
    content: '';
    color: #e06e1d;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.25em 0.3em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cta_morelook a:hover {
    background: #313131;
    color: #FFF;
}

.cta_morelook a:hover .morelook_arrow::before {
    transition: 0.3s ease-in-out;
    color: #313131;
}

/*section_reco-item*/

section.reco-item {
    padding: 0% 6% 8%;
}

section.reco-item h2 {
    color: #000;
    margin-bottom: 2%;
}

section.reco-item ul li {
    float: left;
}

section.reco-item ul li a {
    margin-right: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #ccc;
    box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 25%);
}


/*section-special*/

.section.special {
    padding: 0 3% 10%;
    margin-top: 15%;
}

.special-tlt h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
}

.trivia.special img{
    margin-bottom: 5%;
}


/* スライダー */

.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 3);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

/* レイアウトのためのスタイル */

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    height: auto;
    width: 90%;
    margin-bottom: 2%;
}

.swiper-slide.-large img {
    position: relative;
}

.swiper-slide .-detail {
    text-align: left;
    font-size: 12px;
    margin-left: 5%;
    margin-bottom: 2%;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev,
.swiper-button-next {
    height: 40px;
    width: 40px;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    margin: auto;
    width: 40px;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 80%;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
    background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2024/with_glasses24ss/arrow_left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2024/with_glasses24ss/arrow_right.png);
}
