/*特設ページ内のPOPUPは非表示*/

body {
    background-color: #EEEDEB;
}

.banner.itemdetail_view_timer.is-show {
    display: none !important;
}

/* div#header {
    display: block;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

header img {
    width: 55%;
    margin: 0 auto;
    margin-top: 3%;
    display: block;
}

div#header h1 {
    display: table-cell;
    vertical-align:middle;
}

.c-header .inner-block {
    max-width: 100%;
    display: none;
} */

.fs-c-breadcrumb {
    margin-top: 5% !important;
}

.breadcrumb {
    margin-top: -28%;
}


@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        margin-top: 20% !important;
    }
}


/*----------↓↓↓全体共通↓↓↓--------------*/

.wrapper-elegant_military-item {
    font-family: sans-serif, "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, serif;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}


.campaign-banner-block {
    display: none;
}



#header h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.header-nav__inner {
    display: none;
}

.wrapper-elegant_military-item h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2%;
}

.visual img {
    margin-bottom: 10%;
}

.main-txt {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: 10%;
    line-height: 1.8;
}

h3 {
    letter-spacing: -0.5px;
}

.-flex {
    display: flex;
}

@media only screen and (min-width: 641px) {

    .main-txt {
        font-size: 14px;
    }

}


/*----------section.top--------------*/

section.top {
    padding: 0 5%;
    margin-bottom: 15%;
}


section.top .mainTxt {
    font-size: 0.9rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1.75;
}





/*----------section.snap--------------*/

section.snap {
    padding: 0 5%;
}


section.snap ul{
    background-color: #FFF;
    width: 100%;
    padding: 0;
    color: #333333;
    float: left;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5%;
  }

  section.snap ul .snapBox {
    border-bottom: unset;
  }

  section.snap ul .snapBox h2 {
    font-size: 1rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
  }

  section.snap ul .snapBox .-visual {
    border: 1px solid #333333;
  }
  
  section.snap li{
    list-style: none;
  }

  section.snap ul .-innerBox {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
    padding-top: 5%;
  }

  section.snap ul .-innerBox .-detail {
    margin-top: 1%;
    margin-bottom: 3%;
  }

  section.snap ul .-innerBox .-detail p {
   font-size: 0.7rem;
   letter-spacing: -0.2px;
   line-height: 1.75;
   font-family: "Zen Kaku Gothic Antique", serif;
   font-weight: 500;
   font-style: normal;
   text-align: left;
  }


  .balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 15%;
    padding: 12px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333333;
    font-size: 0.8rem;
    line-height: 1.75;
    letter-spacing: 0.2px;
    background: #FFF;
    border: solid 1px #707070;
    box-sizing: border-box;
  }
  
  .balloon:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 18px solid #FFF;
    z-index: 2;
  }
  
  .balloon:after {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 19px solid #707070;
    z-index: 1;
  }
  
  .balloon p {
    margin: 0;
    padding: 0;
  }


  .-flex {
    display: flex;
  }

  .stylingItem {
    margin-bottom: 15%;
    text-align: center;
  }

  .stylingItem h3 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    font-size: 2rem;
    letter-spacing: 0.75px;
    margin-bottom: 5%;
  }

  .stylingItem .-flex {
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 85%;
    margin: 0 auto;
  }

  .stylingItem .-flex .-item {
    width: 45%;
  }

  .stylingItem .-flex .-cross {
    width: 10%;
  }


  .stylingItem .ctaBtn {
    background-color: #E58321;
    border: 1px solid #E58321;
    border-radius: 50px;
    color: #FFF;
    font-size: 0.8rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    letter-spacing: 0.2px;
    width: 100%;
    display: block;
    line-height: 1.3;
    padding: 0% 12px 1%;
    margin-top: 10%;
  }

  .stylingItem .ctaBtn span {
    display: block;
    font-size: 0.5rem;
    font-weight: normal;
  }

  .stylingItem .ctaBtn:hover {
    background-color: #FFF;
    color: #E58321;
  }
  

  .profile {
    margin-bottom: 15%;
  }

  .profile h3 {
    font-size: 0.9rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
  }

  .profile .-border {
    border-bottom: 1px solid #7A7A7A;
    padding-bottom: 2px;
  }


  .profile .-flex, .shop.-border {
    padding: 3px 2px 2px;
    line-height: 1.5;
  }

  .profile .-flex {
    justify-content: space-between;
    align-items: center;
  }

  .profile .-flex .-linkBox.-flex {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .profile .-flex .-linkBox.-flex a {
    display: block;
    background-color: #333333;
    color: #FFF;
    border-radius: 50px;
    padding: 0px 7px;
  }

  .profile .-flex .-linkBox.-flex a:not(:last-child) {
    margin-right: 5px;
  }




  .closeBtn {
    text-align: center;
  }

  .closeBtn img {
    width: 10%;
  }
  
  section.snap ul li li{
    padding: 10px 0 10px 10px;
    margin-left:15px;
  }

  
  section.snap ul:nth-of-type(1) li.active li:last-child{
    border-bottom:1px solid #333333; 
  }
  
  section.snap button{
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    color: #333333;
    cursor: pointer;
    text-align: left;
    padding: 6px 0 4px 10px;
    font-size: 1.2rem;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 65px;
    line-height: 1.2;
  }
  
  section.snap button::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 27px;
    height: 27px;
    transition: .5s;
    background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2025/footwear-snap/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
  }
  
  section.snap .-visual.active button::before{
    background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2025/footwear-snap/batu.png);
    transition:.5s;
  }
  
/* 
  section.snap ul:nth-of-type(2) ul { background-color: #519FA5; border-top: 1px solid #5D9FA8; }
  section.snap ul:nth-of-type(2) button:hover { background-color: #1C4B56; }
  section.snap ul:nth-of-type(2) li li { border-bottom: 1px dotted #73BEBF; }
  section.snap ul:nth-of-type(2) li.active li:last-child { border-bottom:1px solid #5D9FA8; } */
  
  section.snap ul.active{ overflow-y: auto; }








/*----------↓↓↓ボタン↓↓↓--------------*/

.btn01 {
    padding: 10% 20%;
    display: block;
}

.btn01 {
    padding: 2% 4%;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 41px;
    color: #FFF;
    width: 86%;
    margin: 0 auto;
}

.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-blk {
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
}


.btn01.-rd {
    background: #db0f23;
}

.btn01.-blu {
    background: #2c3658;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-gry {
    background: #333333;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-org {
    background: #e06e1d;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
}

.wrapper-elegant_military-item .more-btn.abs {
    bottom: 5px;
}

.wrapper-elegant_military-item .pagetop {
    background: #e06e1d;
}




/*TOPスクロール*/

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 19px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #c41230;
    opacity: 0;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
}


.pagetop img {
    width: 50%;
}

.wrapper-elegant_military-item iframe {
    width: 100%;
    height: 212px;
}


/*section-special*/

.section.special {
    padding: 0 3% 10%;
}

.special-tlt h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4%;
}

.section.special img{
    margin-bottom: 5%;
} 

.section.special.-archive .-box{
    margin-bottom: 5%;
    text-align: center;
} 

.section.special.-archive h5{
    font-weight: bold;
} 

.section.special.-archive img{
    margin-bottom: 1%;
} 


/*fade-in */

.fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

a.c-btn01.mt10 {
    margin-top: 10px;
}



/*----------↓↓↓PC表示↓↓↓--------------*/

@media screen and (min-width:768px){

body {
    padding-top: 0%;
}

.wrapper-elegant_military-item {
    max-width: 800px;
    margin: 0 auto;
}

/* .hamburger {
    top: 25px;
} */

/* header img {
    margin: 0 auto;
    margin-top: 1%;
    display: block;
    max-height: 60px;
    max-width: 300px;
} */

/* .c-header {
    height: 71px;
} */

section.visual {
    padding-top: none;
}


.real a::after {
    right: 23px;
}

.online a::after {
    right: -23px;

}


nav.sp-nav {
    padding: 0% 32%;
}

.sp-nav ul {
    padding: 18% 0;
}


nav.fs-c-breadcrumb {
    padding: 0 20%;
}


}