@charset "utf-8";
/* CSS Document */


/* --------------------------------------

U.S.MILITARY CONTAINER

-------------------------------------- */


/* --------------------------------------

productIntro

-------------------------------------- */
.productIntro{
  padding: 8% 0 12%;
  background: url(../images/item/container/bg_mv_pc.webp) no-repeat top right;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.productIntro .inner{
  max-width: 100%;
}
.productIntro .txt-info .product-ttl .enWrap{
  width: 44%;
}
.productIntro .txt-info .product-ttl .enWrap img{
  width: 100%;
  filter: drop-shadow(0px 0px 14px rgba(0,0,0,0.6));
}
.productIntro .txt-info .product-ttl .enWrap small{
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 9px;
  font-size: 1.8vw;
  font-weight: 300;
}
.productIntro .txt-info .product-ttl h2{
  margin-top: 20px;
  color: #e6e6ef;
  font-size: 1.4rem;
  font-weight: 600;
}
.productIntro .txt-info .catch{
  margin-top: 2.6%;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  font-style: italic;
}
.productIntro .txt-info .catch img{
  width: 100%;
}
.productIntro .txt-info .pointWrap {
  margin-top: 24px;
}
.productIntro .txt-info .pointWrap .point-ttl {
  display: inline-block;
}
.productIntro .txt-info .pointWrap .point-ttl img {
  width: auto;
  height: 14px;
}
.productIntro .txt-info .pointWrap ul {
  margin-top: 8px;
}
.productIntro .txt-info .pointWrap ul li {
  margin-top: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.0;
  padding-left: 1.0em;
  position: relative;
}
.productIntro .txt-info .pointWrap ul li::before {
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  background: #e6e6ef;
  text-indent: -1em;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productIntro .txt-info .pointWrap ul li sup {
  display: inline-block;
  top: 0;
  position: absolute;
}
.productIntro .txt-info .cap {
  margin-top: 15px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0.75;
}


/* --------------------------------------

productFeature

-------------------------------------- */
.productFeature{
  margin-top: -5%;
  padding: 10% 0 20%;
  position: relative;
  z-index: 3;
}
.productFeature::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/item/container/bg_features_top.webp) top left no-repeat, url(../images/item/container/bg_features_bottom.png) center bottom no-repeat, linear-gradient(180deg, rgba(81, 92, 87, 1) 0%, rgba(76, 87, 82, 1) 61.76%, rgba(61, 73, 67, 1) 100%);
  background-size: 70% auto, 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) skewY(-3deg);
  z-index: -1;
}
.productFeature .ttl{
  font-size: 6.4rem;
  color: #fff;
  font-style: italic;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
}
.productFeature .ttl span {
  display: block;
  margin-top: 20px;
  color: #e6e6ef;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productFeature .intro{
  display: flex;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}
.productFeature .intro h4{
  margin-right: 60px;
  transform: translateY(-40px);
}
.productFeature .feature-list{
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productFeature .feature-list li{
  display: flex;
  width: 47%;
  justify-content: space-between;
}
.productFeature .feature-list li:nth-of-type(n+3){
  margin-top: 70px;
}
.productFeature .feature-list li{
  width: 48%;
}
.productFeature .feature-list li .txt-wrap{
  width: 50%;
  color: #fff;
}
.productFeature .feature-list li .txt-wrap .lead{
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .15rem;
}
.productFeature .feature-list li .txt-wrap .txt{
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.productFeature .feature-list li .cap{
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: .75;
}
.productFeature .feature-list li figure{
  width: 48%;
  max-width: 320px;
  filter: drop-shadow(0px 0px 14px rgba(0,0,0,0.2));
  position: relative;
}
.productFeature .feature-list li figure figcaption{
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.productFeature .point-wrap{
  display: flex;
  margin-top: 80px;
  padding: 40px;
  background: rgba(135,145,140,0.8);
  filter: drop-shadow(0px 0px 14px rgba(0,0,0,0.2));
  justify-content: space-between;
}
.productFeature .point-wrap li{
  display: flex;
  width: 48%;
  justify-content: space-between;
  align-items: center;
}
.productFeature .point-wrap li .txt-wrap .txt{
  margin-top: 10px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}


/* --------------------------------------

productGallery

-------------------------------------- */
.productGallery{
  margin-top: -5%;
  padding: 10% 0;
  position: relative;
  z-index: 6;
}
.productGallery::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #25272b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) skewY(-3deg);
  z-index: -1;
}
.productGallery .ttl{
  color: #fff;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
}
.productGallery .ttl span {
  display: block;
  margin-top: 20px;
  color: #e6e6ef;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productGallery .gallery{
  display: flex;
  max-width: 1200px;
  margin: 80px auto 0;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.productGallery .gallery .swiper-container{
  width: 56.8%;
  margin: 0;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide{
  position: relative;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide small{
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.2rem;
}
.productGallery .gallery .thumblist {
  display: flex;
  width: 42.2%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 3%;
}
.productGallery .gallery .thumblist .thumblist-item{
  width: 31.3%;
  position: relative;
  cursor: pointer;
}
.productGallery .gallery .thumblist .thumblist-item.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #c66040;
  position: absolute;
  top: 0;
  left: 0;
}
.productGallery .gallery .thumblist .thumblist-item small{
  display: none;
}


/* --------------------------------------

productInfo

-------------------------------------- */
.productInfo{
  margin-top: -5%;
  padding: 10% 0 0;
  position: relative;
  z-index: 7;
}
.productInfo .inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
.productInfo .inner > .ttl{
  font-size: 4.6rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
}
.productInfo .inner .ttl span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productInfo .inner .flexbox{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.productInfo .photo {
  display: flex;
  width: 49%;
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
}
.productInfo .detail {
  width: 49%;
  padding: 25px 30px;
  background: #fdfdfd;
  border: 2px solid #f0f0f0;
}
.productInfo .detail .wrap{
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.productInfo .detail .wrap:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.productInfo .detail .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.productInfo .detail .txt {
  margin-top: 5px;
  font-size: 1.4rem;
}
.productInfo .detail .txt sup{
  font-size: 60%;
}
.productInfo .detail .cap {
  margin-top: 8px;
  font-size: 1.2rem;
}
.productInfo .purchase .price {
  margin-top: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05rem;
  vertical-align: middle;
  text-align: center;
}
.productInfo .purchase .price dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.productInfo .purchase .price dl.mt{
  margin-top: -15px;
}
.productInfo .purchase .price dl dt{
  margin-right: 10px;
}
.productInfo .purchase .price dl dd + dd{
  margin-left: 10px;
}
.productInfo .purchase .price dl dd > span{
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  bottom: -3px;
}

.productInfo .attention {
  max-width: 420px;
  margin: 48px auto 0;
  padding: 16px 24px 18px;
  border: 1px solid #b53e3e;
}
.productInfo .attention .ttl-attention {
  margin-bottom: 12px;
  color: #b53e3e;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.productInfo .attention .cap {
  margin-top: 8px;
  font-size: 1.3rem;
  opacity: .85;
}

/* btn */
.productInfo .purchase .btn-round{
  max-width: 360px;
  margin: 20px auto 0;
}
.productInfo .purchase .btn-round a{
  display: block;
  padding: 15px 5%;
  background: #333333;
  color: #ffffff;
  border: 2px solid #333333;
  border-radius: 50rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.productInfo .purchase .btn-round a:hover{
  opacity: .7;
}
.productInfo .purchase .btn-round a span{
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.productInfo .purchase .btn-round a span::before{
  content: "";
  display: block;
  background: url(../images/common/icon-shop-wh.svg) center no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0,-50%);
}
.productInfo .purchase .btn-round a.noshop span::before{
  content: none;
}
.productInfo .purchase .cap {
  margin-top: 15px;
  font-size: 1.1rem;
  text-align: center;
}

.Item .btn.back{
  max-width: 280px;
  margin: 60px auto 120px;
}



@media screen and (max-width: 768px) {
  
  .productIntro {
    padding: 12% 0 20%;
    background: #222222;
  }
  .productIntro .txt-info .product-ttl .enWrap {
    width: 100%;
  }
  .productIntro .txt-info .product-ttl .enWrap small{
    margin-left: 1.0rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .productIntro .txt-info .product-ttl h2{
    font-size: 1.3rem;
    font-weight: 500;
  }
  .productIntro .txt-info .catch{
    margin-top: 30px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .productIntro .txt-info .img-product{
    display: block;
    margin: 20px auto 0;
  }
  .productIntro .txt-info .pointWrap {
    margin-top: 20px;
  }
  .productIntro .txt-info .pointWrap ul {
    margin-top: 12px;
  }
  .productIntro .txt-info .pointWrap ul li {
    margin-top: 8px;
    padding-left: 1.0em;
    font-size: 1.4rem;
    font-weight: 400;
    text-indent: 0em;
  }
  .productIntro .txt-info .pointWrap ul li::before {
    top: 8px;
  }

  
  /* --------------------------------------

  productFeature

  -------------------------------------- */
  .productFeature{
    padding: 15% 0 45%;
  }
  .productFeature::after{
    background: url(../images/item/container/bg_features_bottom.webp) bottom no-repeat, linear-gradient(180deg, rgba(81, 92, 87, 1) 0%, rgba(76, 87, 82, 1) 61.76%, rgba(61, 73, 67, 1) 100%);
    background-size: contain;
    transform: translate(-50%,-50%) skewY(-6deg);
  }
  .productFeature .ttl{
    max-width: 200px;
    margin: 0 auto;
  }
  .productFeature .ttl span {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productFeature .intro{
    display: block;
    margin-top: 40px;
  }
  .productFeature .intro h4{
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    transform: translateY(0);
    text-align: center;
  }
  .productFeature .intro h4 img{
    width: 100%;
  }
  .productFeature .intro .item{
    margin-top: 30px;
  }
  .productFeature .feature-list{
    margin: 40px auto 0;
  }
  .productFeature .feature-list li{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .productFeature .feature-list li:nth-of-type(n+2){
    margin-top: 40px;
  }
  .productFeature .feature-list li:nth-of-type(even){
    flex-flow: row-reverse;
  }
  .productFeature .feature-list li .txt-wrap{
    width: 50%;
  }
  .productFeature .feature-list li .txt-wrap .num{
    max-width: 24px;
  }
  .productFeature .feature-list li .txt-wrap .lead{
    margin-top: 10px;
    font-size: 1.7rem;
    letter-spacing: .1rem;
  }
  .productFeature .feature-list li .txt-wrap .txt{
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .productFeature .feature-list li > figure{
    width: 46%;
  }
  .productFeature .point-wrap{
    display: block;
    margin-top: 50px;
    padding: 7% 6%;
    background: rgba(135,145,140,0.9);
  }
  .productFeature .point-wrap li{
    width: 100%;
  }
  .productFeature .point-wrap li:nth-child(2){
    margin-top: 30px;
    flex-flow: row-reverse;
  }
  .productFeature .point-wrap li .txt-wrap .point{
    max-width: 50px;
  }
  .productFeature .point-wrap li .txt-wrap .txt{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .productFeature .point-wrap li figure{
    width: 46%;
  }


  /* --------------------------------------

  productGallery

  -------------------------------------- */
  .productGallery {
    padding: 15% 0 20%;
  }
  .productGallery::after {
    transform: translate(-50%,-50%) skewY(-6deg);
  }
  .productGallery .ttl{
    max-width: 186px;
    margin: 0 auto;
  }
  .productGallery .ttl span {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productGallery .gallery{
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .productGallery .gallery .swiper-container{
    width: 100%;
  }
  .productGallery .gallery .thumblist {
    width: 100%;
    margin-top: 10px;
  }
  .productGallery .gallery .thumblist .thumblist-item.current::before{
    border: 3px solid #ea9c4a;
  }


  /* --------------------------------------

  productInfo

  -------------------------------------- */
  .productInfo{
    padding: 20% 0 0;
  }
  .productInfo .inner{
    padding: 0;
    background: none;
  }
  .productInfo .inner > .ttl{
    font-size: 3.8rem;
  }
  .productInfo .inner .ttl span {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productInfo .inner .flexbox{
    display: block;
    margin-top: 40px;
  }
  .productInfo .photo {
    width: 100%;
  }
  .productInfo .detail {
    width: 100%;
    margin-top: 15px;
    padding: 5%;
  }
  .productInfo .detail .wrap{
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .productInfo .detail .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .detail .txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .productInfo .purchase .price {
    width: 100%;
    margin-top: 20px;
    padding: 5% 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
  }
  .productInfo .purchase .price dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .productInfo .purchase .price dl dt{
    width: 100%;
    margin: 0;
    font-size: 1.3rem;
  }
  .productInfo .purchase .price dl dd + dd{
    margin-left: 10px;
  }
  .productInfo .purchase .price dl dd > span{
    font-size: 160%;
    font-weight: 500;
    position: relative;
    bottom: -2px;
  }
  .productInfo .purchase .price dl dd small{
    font-size: 100%;
    font-weight: 500;
  }
  .productInfo .attention .ttl-attention {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }

  /* btn */
  .productInfo .purchase .btn-round{
    margin: 20px auto 0;
  }
  .productInfo .purchase .btn-round a{
    padding: 15px 5%;
    font-size: 1.4rem;
  }
  .productInfo .purchase .btn-round a span{
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .purchase .cap {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .Item .btn.back{
    margin: 40px auto 60px;
  }


}
