.campaign-banner-block {
    display: none;
}
nav#header-scrl {
    display: none;
}

.wrapper-reason_vol1 {
    background-color: #f6f0de;
}
.wrapper-reason_vol1 section:nth-child(n+4) {
    margin-top: 35%;
}

.-flex {
    display: flex;
}

/* ----- section.top ----- */

section.top {
    padding: 0 7%;
    padding-top: 15%;
}


section.top h1 {
    font-size: 2rem;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 10% 10%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    box-sizing: border-box;
}

section.top h1::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 0;
}

.marker {
    background:linear-gradient(transparent 50%, rgba(241, 237, 73,0.8) 80%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:background-size 1.5s; 
}

.marker.on {
    background-size: 100% 100%;
}

section.top img.sub_title {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5%;
}

.topimgBox {
    position: relative;
    max-width: 1080px;
    width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
}


.topimgBox li a {
    animation: floating-y 5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
      transform: translateY(-5%);
    }
    100% {
      transform: translateY(5%);
    }
}





.topimgBox li.link_no1 a {
    position: absolute;
    content: "";
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    left: 0%;
    transform: translate(-50%, -50%);
    max-width: 33%;
    width: 500px;
    height: 250px;
}

.topimgBox li.link_no2 a {
    position: absolute;
    content: "";
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 26%;
    left: 35%;
    transform: translate(-50%, -50%);
    max-width: 33%;
    width: 500px;
    height: 300px;

}

.topimgBox li.link_no3 a {
    position: absolute;
    content: "";
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no3.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8%;
    left: 70%;
    transform: translate(-50%, -50%);
    max-width: 33%;
    width: 500px;
    height: 250px;
}

.topimgBox li.link_no1 a:hover {
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no1_hover.png);


}

.topimgBox li.link_no2 a:hover {
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no2_hover.png);


}

.topimgBox li.link_no3 a:hover {
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/top_no3_hover.png);
}


    




@media only screen and (min-width: 768px) {
    section.top img.sub_title {
        width: 80%;
    }

    .topimgBox {
        height: 450px;
    }

    .topimgBox li.link_no1 a {
        height: 300px;
        left: 10%;
    }
    
    .topimgBox li.link_no2 a {
        height: 300px;
        left: 44%;
    
    }
    
    .topimgBox li.link_no3 a {
        height: 300px;
        left: 78%;
    }
    
}



/* ----- section.concept ----- */




section.concept {
    margin: 0 0 10%;
    padding: 0 14%;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #030200;
    line-height: 1.6;
    letter-spacing: -0.1px;
    margin-bottom: 5%;
}

section.concept p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 5%;
    letter-spacing: 0.5px;
}

section.concept p:last-of-type {
    margin-bottom: 0%;
}




section.concept img {
    width: 5%;
    display: block;
    margin: 15% auto;
    animation: floating-a 1s ease-in-out infinite alternate-reverse;
}


@keyframes floating-a {
    0% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(10%);
    }
}

@media only screen and (min-width: 768px) {

    section.concept img {
        width: 2%;
    }
    
}


/* ----- section.sectionMain ----- */

section.sectionMain {
    margin-bottom: 20%;
}

section.sectionMain .subWrap {
    padding: 0 7%;
}

section.sectionMain .-top {
    text-align: center;
    margin-bottom: 5%;
}

.noImg {
    width: 45%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3%;
}


section.sectionMain h3 {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    text-align: center;
    font-size: 1.04rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


section.sectionMain h3:before, section.sectionMain h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
}

section.sectionMain h3:before {
    left:0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

section.sectionMain h3:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}


@media only screen and (min-width: 768px) {
    section.sectionMain .-top {
        margin-bottom: 9%;
    }

    .noImg {
        width: 30%;
    }
    
}


.messageBox {
    display: block;
    margin: 0 5% 15%;
    padding: 10% 8% 25%;
    background-color: #14706a;
    border-radius: 300px;
    color: #FFF;
    position: relative;
}

.messageBox::before {
    position: absolute;
    content: "";
    background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/messageIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    top: -30px;
    right: 15px;

}

.messageBox .portrait {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0%;
}

.messageBox h4 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 5%;
}

.messageBox p {
    font-size: 0.833rem;
    letter-spacing: 0.5px;
    line-height: 1.75;
}

@media only screen and (min-width: 768px) {
    .messageBox {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8% 10% 5%;
        margin: 0;
        margin-bottom: 10%;
        width: 100%;
        gap: 5%;
    }

    .messageBox::before {
        background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/reason_why_vol1/messageIcon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 90px;
        height: 90px;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    
    }
    

    
    .messageBox .portrait {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 0%;
    }

    .messageBox .-box {
        width: 50%;
    }
    
}


.memoryBox {
    margin-bottom: 30%;
}

.memoryBox img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
}


.memoryBox p {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 10%;
    line-height: 1.75;
    margin-bottom: 10%;
}


.memoryBox a.likeBtn {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 1% 5%;
    background-color: #f4ec49;
    box-shadow: 4px 4px 0px 0px rgb(3 3 3 / 100%);
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.memoryBox a.likeBtn:hover {
    transform: translateY(4px);
    transform: translateX(4px);
    transition-duration: 0.5s;
    box-shadow: none;
}


@media only screen and (min-width: 768px) {

    .memoryBox {
        margin-bottom: 20%;
    }

    .memoryBox img {
        width: 60%;
        margin-bottom: 10%;
    }

    .memoryBox p {
        padding: 0 17%;
    }

    .memoryBox a.likeBtn {
        width: 50%;
    }
}



.profileBox {
    position: relative;
    padding: 10% 7% 10% 10%;
    background-color: #FFF;
    border-radius: 100px 0 0 100px;
    margin-left: 7%;
}

.profileBox::before {
    position: absolute;
    content: "PROFILE";
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.profileBox .-flex {
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.profileIcon {
    width: 85%;
}


.profileBox h5 {
    font-size: 0.833rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.profileBox h4 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 2%;
}


.profileBox p {
    font-size: 0.694rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.75;
}


@media only screen and (min-width: 768px) {
    .profileBox {
        position: relative;
        padding: 10%;
        background-color: #FFF;
        border-radius: 100px;
        margin-left: 0%;
        width: 70%;
        margin: 0 auto;
    }

    .profileIcon {
        width: 60%;
    }
}







h4 span {
    font-size: 12px;
    margin-left: 5px;
}

.item-list {
    padding: 0% 3% 0;
}

.main-box {
    display: table;
    width: 100%;
    padding: 5% 0;
    border-bottom: 1px solid #707070;
}



.txt-box {
    display: table-cell;
    width: 75%;
    font-weight: bold;
    color: #707070;
}

.main-box.-store .btn-box a {
    padding: 5% 13%;
    background: #000;
    color: #FFF;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 11px;
}

.cmg .txt-box {
    width: 58%;
}
.btn-box {
    display: table-cell;
    vertical-align: middle;
}
.btn-box a {
    padding: 5% 13%;
    background: #707070;
    color: #FFF;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 11px;
}
.main-box.cmg a {
    color: #000;
    background: none;
}

.main-box.-store .txt-box p span {
    margin-left: 5px;
    font-size: 10px;
}

.break_sp {
    display: block;
}

@media screen and (min-width:960px) {

    .break_sp {
        display: none;
    }
}

.memo {
    padding: 3% 5%;
    margin: 9% 3%;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.75;
    background: #f1f1f1;
}
.memo p:nth-child(1) {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2%;
}


/* ----- section.litemList ----- */

section.litemList {
    padding: 5% 7%;
    background-color: #FFF;
    border-radius: 50px;
    margin: 0 5%;
}

section.litemList h4 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
}

ul.tee-list {
    margin-top: 5%;
    margin-bottom: 0%;
}

.tee-list li {
    float: left;
    width: 31%;
}

.tee-list li p:first-of-type {
    font-weight: 700;
    font-size: 11px;
}

.tee-list li p {
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    white-space: nowrap;
    letter-spacing: 0.8px;
}

.tee-list li img {
    margin-bottom: 4%;
}

.tee-list li:nth-child(-n+12) {
    margin-bottom: 10%;
}

.tee-list li:not(:nth-child(3n)) {
    margin-right: 3%;
}



section.style {
    position: relative;
}
.no-txt {
    position: absolute;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 64px;
    width: 100%;
    color: #343434;
}


/*slick slider*/
.wrapper-reason_vol1 .slick-slide+.slick-slide {
    margin-left: 0px;
}

.single-item .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
}

.single-item .card p {
    font-size: 2rem;
}
.slick-next {
    right: 6px;
}

.slick-prev {
    left: 6px;
    z-index: 1;
}

/* ----- section.section.special ----- */

section.section.special {
    text-align: center;
    padding: 0 7%;
}

section.section.special h4 {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    text-align: center;
    font-size: 1.04rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10%;
}

section.section.special h4::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

section.section.special .-box:first-of-type {

    margin-bottom: 10%;

}

section.section.special h4::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

section.section.special p {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
}

section.section.special div {
    margin-bottom: 4%;
}


section.section.special div:last-child {
    margin-bottom: 0%;
    padding-bottom: 4%;
}




/*fade-in */

.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}



/*PC版*/

@media screen and (min-width:960px) {

section.concept p {
    font-size: 15px !important;
}

.txt h1 {
    font-size: 66.85px;
    color: #FFF;
}

span.br {
    font-size: 24px;

}
}

@media screen and (min-width:1080px) {
    .wrapper-reason_vol1 {
        padding: 0 25%;
        margin: 0 auto;
    }
    
    }