.campaign-banner-block {
    display: none;
}

nav#header-scrl {
    display: none;
}

.wrapper-trend_military section:nth-child(n+4) {
    margin-top: 20%;
}

.box {
    position: relative;
}

.img {
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}

.txt {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 22px;
    width: 100%;
}

.txt h1 {
    font-size: 32.85px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
    line-height: 0.7;
}

span.br {
    white-space: nowrap;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
}



/* section.concept */

section.concept {
    margin: 10% 0 15%;
    padding: 0 7%;
}

h2 {
    font-size: 27.37px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

section.concept h2 img {
    width: 80%;
}

section.concept p {
    font-size: 12.5px;
    line-height: 2.5;
    margin: 2% 0 10%;
    color: #1C1C1C;
}

h3 {
    font-size: 15.84px;
    font-weight: bold;
    color: #707070;
    line-height: 1.85;
}



/* section-spot */

section.spot {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-bottom: 7%;
    padding-top: 20%;
    padding-bottom: 5%;
}

section.spot h2 {
    text-align: center;
    margin-bottom: 7%;
}

section.spot h2 img {
    width: 80%;
}

.swiper.-spot .swiper-wrapper {
    margin-bottom: 10%;
}

section.spot .swiper-slide {
    /* opacity: .3; 左右のスライドを薄くする */
    transform: scale(.8); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
    padding-right: 5%;
}

section.spot .swiper-slide img {
    height: auto;
    width: 100%;
    margin-bottom: 10%;
}

section.spot .swiper-slide p {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.5;
}

.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    padding-right: 5%;
}

section.spot .swiper-slide-active {
    opacity: 1; /* 中央のスライドは薄くしない */
    transform: scale(1); /* 中央のスライドは小さくしない */
    z-index: 1; /* 中央のスライドを一番上にする */
}

.swiper-pagination-bullets {
    position: static;
    margin-top: 2%;
}

.swiper-pagination-bullet {
    background-color: #FFF;
    border: 1px solid #363636;
    opacity: 1;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}


section.spot .swiper-pagination-bullet-active {
    background-color: #d7e63a ;
    border: 3px solid #d7e63a;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}




/* section.style */

section.style .-top {
    text-align: center;
    margin-bottom: 5%;
}

section.style .-top img {
    width: 31%;
    margin-bottom: 7%;
}

section.style .-top h4 {
    font-size: 1rem;
    color: #1E1E1E;
    font-weight: bold;
    letter-spacing: -0.2px;
}

section.style .-top h4 span {
    font-size: 0.8rem;
}

.stylingMain {
    width: 100%;
    margin-bottom: 15%;
}



/* itemBox */

.keyvisual{
    position: relative;
}
  
.keyvisual__scroll{
    width: 27vw;
    position: absolute;
    top: -80px;
    right: 5%;
}

.keyvisual__scroll--circle{
    height: auto;
    width: 100%;
    animation: rotate 15s linear infinite;
}

.keyvisual__scroll--arrow{
    height: auto;
    width: 12vw;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}

@media screen and (min-width:960px) {
    
    .keyvisual__scroll{
        width: 10vw;
        position: absolute;
        top: -80px;
        right: 5%;
    }

    .keyvisual__scroll--arrow{
        height: auto;
        width: 4.5vw;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.itemBox .-detail {
    padding: 0 10%;
    margin-bottom: 20%;
}

.itemBox .-detail .-img {
    text-align: center;
    margin-bottom: 8%;
}

.itemBox .-detail .-img img {
    width: 80%;
    display: block;
    margin: 0 auto 8%;
}

.itemBox .-detail .-inner {
    text-align: center;
}

.itemBox .-detail .-name {
    font-size: 0.9rem;
    font-weight: bold;
    border-bottom: 1px solid #1E1E1E;
    text-align: center;
}

.itemBox .-detail .-name span {
    font-size: 0.85rem;
    font-weight: bold;
}

.itemBox .-detail .txtBox {
    font-size: 0.8rem;
    line-height: 1.75;
    letter-spacing: -0.2px;
    margin: 7% 0;
}


.buyBtn {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    outline: none;
    color: #1E1E1E;
    background-color: #c9d640;
    position: relative;
    border: 1px solid #c9d640;
    transition: color 0.5s ease;
    text-transform: uppercase;
}

.buyBtn:hover {
    color: #1E1E1E;
}

.buyBtn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.buyBtn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}

section.concept .buyBtn {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.text {
 position: relative;
}


/* section.itemlist */

.-flex {
    display: flex;
}

.item-list {
    margin-top: 5%;
    padding: 0% 5% 0;
}

.item-list h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2%;
    text-align: left;
}

.main-box {
    display: table;
    width: 100%;
    padding: 5% 0;
    border-bottom: 1px solid #707070;
}

.item-list .-flex {
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
}

.item-list .-flex a {
    width: 25%;
}

.txt-box {
    display: table-cell;
    width: 75%;
    font-weight: bold;
    color: #1E1E1E;
}

.main-box.-store .btn-box a {
    padding: 5% 13%;
    background: #c9d640;
    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;
    width: 25%;
    text-align: center;
}

.btn-box a {
    padding: 2% 12% 0;
    background: #c9d640;
    color: #1e1e1e;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 0.8rem;
    width: 100%;
    display: block;
}

.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;
    }
}

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-trend_military .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 img {
    margin-bottom: -2%;
}

.slick-arrow:before{
	content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next {
    right: 6px;
}

.slick-prev {
    left: 6px;
    z-index: 1;
}

.slick-next:before{
    background: url(https://jamtrading.itembox.design/item/jam/img/special/2025/trend_military/arrow_right.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(https://jamtrading.itembox.design/item/jam/img/special/2025/trend_military/arrow_left.png)!important;
    background-size: contain!important;
}

section.section.special .special-tlt {
    margin-left: 5%;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

section.section.special div {
    margin-bottom: 4%;
}


.nav__btn {
    max-height: 260px;
}

@media screen and (min-width:960px) {

    .nav__btn {
        max-height: 260px;
    }

}

.slick-nav .slick-current .-mask {
    position: relative;
}

.slick-nav .slick-current .-mask::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}










/*PC版*/

@media screen and (min-width:960px) {
.wrapper-trend_military {
    padding: 0 30%;
}

section.concept p {
    font-size: 15px !important;
}

.txt h1 {
    font-size: 66.85px;
    color: #FFF;
}

span.br {
    font-size: 24px;

}
}