body {
    font-family: "heisei-kaku-gothic-std", sans-serif;
    background-color: #efefef;
}

.campaign-banner-block {
    display: none;
}

nav#header-scrl {
    display: none;
}

.wrapper-trend_military {
    overflow: hidden;
}

.wrapper-trend_military section:nth-child(n+4) {
    margin-top: 12%;
}

.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;
}

p {
    letter-spacing: 0.5px;
    line-height: 1.75;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}


/* section.mainvisual */

section.mainvisual {
    position: relative;
}

.curved {
    width: 124%;
    height: 123px;
    position: absolute;
    bottom: -13%;
    border-radius: 50% 50% 49% 51% / 49% 50% 50% 51%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #efefef;
}

.dokoiku {
    width: 41%;
    position: absolute;
    bottom: 13px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width:960px) {

    .curved {
        bottom: -8%;
    }

    .dokoiku {
        bottom: 19px;
    }
}


.zoom-fade {
    overflow: hidden;
    width: 100%;
    /* height: 400px; */
    margin: 0 auto;
}
  
.zoom-fade__item {
    object-fit: cover;
}

  /*
  ズーム（ズームイン）させるためのアニメーション
  コメントアウト部分を入れ替えれば、ズームアウトになります。
  
  拡大率（scale()）はお好みで！
  */
  .add-animation {
    /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
    /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
    animation: zoom-fade 10s both;
  }
  
  @keyframes zoom-fade {
  
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.2);
    }
  
  }


/* section.concept */

section.concept {
    margin: 3% 0 0;
    padding: 0 8% 7%;
    position: relative;
    z-index: 5;
}

h2 {
    font-size: 27.37px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

section.concept h2 img {
    width: 100%;
}

section.concept p {
    font-size: 0.9rem;
    text-align: center;
    line-height: 2.3;
    margin: 8% 0 10%;
    color: #105e49;
    font-weight: 900;
    font-style: normal;
}

h3 {
    font-size: 15.84px;
    font-weight: bold;
    color: #707070;
    line-height: 1.85;
}



/* section-spot */

section.spot {
    padding-top: 0%;
    padding-bottom: 6%;
    border-bottom: 1px solid #105e49;
}

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(1); /* 左右のスライドを小さくする */
    padding-right: 5%;
}

section.spot .swiper-slide img {
    height: auto;
    width: 100%;
    position: relative;
}

section.spot .swiper-slide .-num {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: #FFF;
}

section.spot .swiper-slide .-num span {
    font-size: 1.9rem;
    font-weight: normal;
    text-transform: capitalize;
    writing-mode: sideways-rl;
}

.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; /* 中央のスライドを一番上にする */
}




/* section.style */

section.style .-top {
    text-align: center;
}

section.style.no01 .-top img {
    width: 47%;
    margin-bottom: 5%;
}

section.style.no02 .-top img {
    width: 73%;
    margin-bottom: 5%;
}

section.style.no03 .-top img {
    width: 65%;
    margin-bottom: 5%;
}


/* imgレイアウト */

.stylingMain {
    position: relative;
} 

.stylingMain .main_img {
    text-align: center;
}

.stylingMain .main_img img {
    width: 85%;
    transform: rotate(2deg);
    margin-bottom: 25%;
}
 
.stylingMain .catchy {
    position: absolute;
}

.stylingMain .catchy img {
    width: 100%;
}

.stylingMain .catchy._1 {
    bottom: 34px;
    right: 9%;
    width: 52%;
}

.stylingMain .catchy._2 {
    bottom: 32px;
    right: 9%;
    width: 51%;
}

.stylingMain .catchy._3 {
    bottom: 63px;
    right: 5%;
    width: 58%;
}

.main_sub {
    position: relative;
}

.main_sub .ta-center img {
    width: 70%;
}

.main_sub._3 .ta-center img {
    width: 85%;
    margin-bottom: 10%;
}

.main_sub .-bub {
    position: absolute;
    bottom: 34%;
    right: 4%;
}


.img-box_02 {
    padding: 15% 5%;
}

.img-box_02 img:first-child {
    width: 48%;
    float: left;
}

.img-box_02 img:nth-child(2) {
    width: 44%;
    margin-top: -5%;
    margin-left: 7%;
}

.img-box_02 img:last-child {
    width: 60%;
    margin-top: 5%;
    margin-left: 20%;
}

.img-box_03 img {
    width: 95%;
}

.img-box_04 {
    padding: 15% 5%;
}

.img-box_04 img:first-child {
    width: 75%;
    transform: rotate(4deg);
    float: left;
}

.img-box_04 img:last-child {
    width: 70%;
    transform: rotate(-4deg);
    margin-top: -3%;
    margin-left: 28%;
}


.img-box_05 {
    padding-bottom: 15%;
}

.img-box_05 img {
    margin-right: 10%;
    width: 70%;
}

.img-box_06 img {
    width: 73%;
    margin-left: 5%;
}

.img-box_07 {
    width: 100%;
    padding: 0 5%;
    margin-top: -10%;
    position: relative;
}

.img-box_07 .fade-img {
    position: relative;
    width: 70%;
    height: 256px;
}

@media screen and (min-width:960px) {

    .img-box_07 .fade-img {
        position: relative;
        width: 70%;
        height: 326px;
    }
}

.img-box_07 .fade-img img {
    position: absolute;
}

.img-box_07 .-bub {
    width: 50%;
    margin-right: 0%;
    position: absolute;
    bottom: 32%;
    right: -12%;
}

.img-box_08 {
    padding: 15% 5%;
}

.img-box_08 img:first-child {
    width: 39%;
    float: left;
}

.img-box_08 img:last-child {
    width: 58%;
    margin-top: 11%;
    margin-left: 3%;
}

.img-box_09 {
    padding-bottom: 8%;
}

.img-box_09 img {
    width: 100%;
}

.img-box_10 img {
    width: 73%;
    margin-right: 9%;
}

.img-box_11 {
    padding-bottom: 15%;
}

.img-box_11 img {
    width: 50%;
    margin-left: 15%;
    margin-top: 10%;
}

.img-box_12 img {
    width: 45%;
    margin-left: 35%;
    margin-top: 4%;
    margin-bottom: 15%;
}

.img-box_13 {
    padding: 15% 5% 32%;
}

.img-box_13 img:first-child {
    width: 48%;
    float: left;
}

.img-box_13 img:last-child {
    width: 44%;
    margin-top: -5%;
    margin-left: 7%;
}

.img-box_14 img {
    width: 80%;
    margin-top: -5%;
    margin-left: 7%;
}

.img-box_15 img {
    width: 55%;
    margin-top: 10%;
}

.img-box_16 img {
    width: 70%;
    margin-bottom: 10%;
}

.img-box_17 {
    padding: 0% 5%;
    margin-bottom: 8%;
}

.img-box_17 img:first-child {
    width: 48%;
    float: left;
    margin-top: 10%;
}

.img-box_17 img:nth-child(2) {
    width: 44%;
    margin-top: -5%;
    margin-left: 7%;
}

.img-box_17 img:last-child {
    width: 60%;
    margin-top: 5%;
    margin-left: 20%;
}

.img-box_18 {
    padding: 3% 5% 15%;
}

.img-box_18 img:first-child {
    width: 39%;
    float: left;
}

.img-box_18 img:last-child {
    width: 58%;
    margin-top: 11%;
    margin-left: 3%;
}

.img-box_19 img {
    width: 95%;
}

.img-box_20 {
    position: relative;
}

.img-box_20 .-pic {
    width: 69%;
    margin-top: 20%;
    margin-bottom: 13%;
}

.img-box_20 .-nauman {
    position: absolute;
    width: 41%;
    top: 4%;
    left: -4%;
    transform: translateX(-50%);
    animation-name: decoSwing;
    animation-duration: 1000ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
}

@keyframes decoSwing {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(25deg);
    }
  }




.img-box_21 img {
    width: 55%;
    margin-top: 3%;
    margin-right: 23%;
}

.img-box_22 img {
    width: 51%;
    margin-left: 35%;
    margin-top: 7%;
    margin-bottom: 15%;
}

.img-box_23 {
    padding-bottom: 15%;
    position: relative;
}

.img-box_23 .-pic {
    margin-right: 10%;
    width: 70%;
    margin-top: 10%;
    z-index: 1;
    position: relative;
}

.img-box_23 .-frend {
    position: absolute;
    width: 36%;
    top: -17%;
    left: 5%;
    /* transform: translateX(-50%); */
}

/* スライドの動き等速 */
.swiper-wrapper1 {
    transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-wrapper1 .swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-wrapper2 {
    transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-wrapper2 .swiper-slide img {
    height: auto;
    width: 100%;
}

/* buyBtn */

.buyBtn {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
    color: #FFF;
    background-color: #105e49;
    position: relative;
    border: 1px solid #105e49;
    transition: color 0.5s ease;
    text-transform: uppercase;
}

.buyBtn:hover {
    color: #105e49;
}

.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;
}

/* all-box */

.all-box {
    padding: 0 5% 0;
    margin-bottom: 10%;
}

.all-box a:first-child {
    margin-bottom: 4%;
}



/* place */

.place {
    padding: 0 5%;
}

.place .-detail {
    margin-bottom: 5%;
    font-size: 0.9rem;
}

.place .-detail h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #105e49;
}

.place .-detail p {
    color: #105e49;
    font-size: 0.9rem;
}

.place .-detail a {
    color: #105e49;
    font-size: 0.9rem;
}

.place iframe {
    width: 100%;
    height: 250px;
}




/* section.itemlist */

.-flex {
    display: flex;
}

.item-list {
    padding: 3% 4%;
    background-color: #FFF;
    margin: 0 3% 8%;
}

.item-list h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #105e49;
    margin-bottom: 2%;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #105e49;
}

.main-box {
    display: table;
    width: 100%;
    padding: 3% 0;

}

.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%;
    color: #105e49;
}

.txt-box p:first-of-type {
    font-size: 0.9rem;
}

.txt-box p:last-of-type {
    font-size: 0.7rem;
}

.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: 18%;
    text-align: center;
}

.btn-box a {
    padding: 10% 12% 8%;
    background: #105e49;
    color: #FFF;
    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;
    padding-bottom: 15%;
    border-bottom: 1px solid #105e49;
}

.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 {
    padding: 0 3%;
}


.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);
}


/*----------section.popup--------------*/


section.popup {
    margin: 10% auto 15%;
    padding: 0 10%;
}

section.popup p {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #105e49;
    line-height: 1.8;
    margin-bottom: 2%;
}

section.popup a {
    display: block;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

@media only screen and (min-width: 641px) {

    section.popup p {
        font-size: 1rem;
    }

}



/*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);
}


/*slider*/

.slider {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
}
  
  
@media only screen and (min-width: 641px){

    .slider {
        margin-bottom: 5%;
    }

}
  
.slider img {
    width: 100%;
}

.slider .slick-slide {
    height: auto!important;
    margin-left: 0;
}

.slick-slider div { 
    transition: none; 
}



/*PC版*/

@media screen and (min-width:960px) {
.wrapper-trend_military {
    max-width: 500px;
    margin: 0 auto;
    border-right: 2px solid #105e49;
    border-left: 2px solid #105e49;
}

section.concept p {
    font-size: 15px !important;
}

.txt h1 {
    font-size: 66.85px;
    color: #FFF;
}

span.br {
    font-size: 24px;

}
}