@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2;
}

.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.format-area .format-img {
  font-size: 0;
  text-align: center;
}

.format-area .img-caption {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
}

.format-area .format-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.format-area .format01 {
  margin: 60px auto;
}

.format-area .format02 {
  margin: 60px auto;
}

.format-area .format03 {
  margin: 60px auto;
}

.format-area .format04 {
  margin: 60px auto;
}

.format-area .format05 {
  margin: 60px auto;
}

.format-area .format06 {
  margin: 60px auto;
}

.format-area .format07 {
  margin: 60px auto;
}

.format-area .format08 {
  margin: 60px auto;
}

.format-area .format09 {
  margin: 60px auto;
}

.format-area .format01 .ttl-lrg {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px 0 15px 15px;
  border-left: 12px solid #eb6c00;
  color: #eb6c00;
}

.format-area .format02 .ttl-mid {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 15px 0 0 20px;
  border-left: 5px solid #000;
  position: relative;
}

.format-area .format02 .ttl-mid::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 294px;
  height: 5px;
  top: 0;
  left: 0;
  background: #000;
}

.format-area .format07 .format-img {
  width: 48%;
}

.format-area .format08 .format-img {
  width: 32%;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .format-area .format-rowPC .head, .format-area .format-rowPC .body {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 2.6rem;
  }
  .format-area .format02 .ttl-mid {
    font-size: 2.2rem;
  }
  .format-area .format08 .format-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .format-area .format08 .format-img {
    width: 48%;
  }
  .format-area .format08 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 576px) {
  .format-area .format01 {
    margin: 40px auto;
  }
  .format-area .format02 {
    margin: 40px auto;
  }
  .format-area .format03 {
    margin: 40px auto;
  }
  .format-area .format04 {
    margin: 40px auto;
  }
  .format-area .format05 {
    margin: 40px auto;
  }
  .format-area .format06 {
    margin: 40px auto;
  }
  .format-area .format07 {
    margin: 40px auto;
  }
  .format-area .format08 {
    margin: 40px auto;
  }
  .format-area .format09 {
    margin: 40px auto;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 2.2rem;
    border-width: 8px;
    padding: 7px 0 7px 15px;
  }
  .format-area .format02 .ttl-mid {
    font-size: 1.8rem;
    padding: 15px 0 0 15px;
  }
  .format-area .format02 .ttl-mid::before {
    width: 60%;
  }
  .format-area .format09 iframe {
    height: 320px;
  }
}

/* 画像　+　タイトル ======================*/
.page-head-img.head-products {
  background-image: url(../img/products/back_products_image.png);
}

.page-head-img .page-ttl {
  /*margin-top: 130px;*/
  color: #fff;
  padding-left: 0%;
}

@media screen and (max-width: 576px){
  .page-head-img {
    min-height: 280px;
  }
}

@media screen and (max-width: 768px){
  /*.page-head-img {
    min-height: 380px;
  }*/
}

.innerP .page-ttl-en {
  font-family: 'Jost', sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
  .page-head-img .page-ttl-en {
    font-size: 9vw;
  }
}

.page-head-img .page-ttl-ja {
  letter-spacing: 1em;
  padding-left: 15%;
}
.innerP .page-ttl-ja {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px){
  .innerP .page-head-img .page-ttl-ja {
    letter-spacing: 0.5em;
    font-size: 3vw;
  }
}

/* 商品一覧 */
.lineup-title{
  text-align: center;
  padding: 100px 0px 80px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineup-title{
    padding: 100px 4% 80px ;
  }
}

.product-st-body {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.product-st-body p {
  margin: 30px 0 -10px 0;
  letter-spacing: 2px;
  font-weight: bold;
}

.product-s-title1 {
  display: inline-block;
  font-size: 45px;
  letter-spacing: 5px;
  padding: 0 10px;
  transform: scale(1, 0.8);
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .product-st-body p {
    margin: 10px 0 -5px 0;
    letter-spacing: 2px;
    font-weight: bold;
  }

  .product-s-title1 {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 2px;
    padding: 0 5px;
    transform: scale(1, 0.8);
    font-weight: bold;
  }
}

.product-s-title2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.product-item{
  position: relative;
  margin: 20px;
}

.other-product-item a:hover,
.product-item a:hover{
  opacity: 0.5;
}

.other-product-item {
  max-width: 516px;
  position: relative;
  top: 0;
  left: 50%;
  margin: 0 0px 50px 0px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align : center;
}
@media screen and (max-width: 767px) {
  .other-product-item {
    margin : 0 4% 50px 0;
  }
}

.img-product{
  position: relative;
}

.product-item-price {
  position: absolute;
  /* top: 76.8%; */
  bottom : 3px;
  left: 6.7%;
  text-align: left;
}

.product-item-price span:nth-child(1) {
  display: block;
  position: relative;
  top: 4px;
  font-size: 1.8rem;
  line-height: 1;
}
.product-item-price span:nth-child(2) {
  font-size: 3rem;
}
.product-item-price span:nth-child(3) {
  display: inline-block;
  border: 1px solid #000;
  margin-left: 16px;
  padding-left: 5px;
  text-align : center;
  font-size: 1.4rem;
  vertical-align: text-top;
}

@media screen and (max-width: 1140px) {
  .product-item-price {
    left: 0;
    padding-left: 6.7%;
  }
  .product-item-price span:nth-child(1) {
    font-size: 1.578vw;
  }
  .product-item-price span:nth-child(2) {
    font-size: 2.631vw;
  }
  .product-item-price span:nth-child(3) {
    font-size: 1.222vw;
    margin-left: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .product-item-price {
    position : relative;
    top: 0;
    margin-top : -15%;
  }
  .product-item-price span:nth-child(1) {
    top: 4px;
    font-size: 1.8rem;
  }
  .product-item-price span:nth-child(2) {
    font-size: 3rem;
  }
  .product-item-price span:nth-child(3) {
    display: inline-block;
    border: 1px solid #000;
    margin-left: 25px;
    font-size: 1.4rem;
    vertical-align: text-top;
  }
}

.btn_viewmore{
  width: 38.8%;
  padding : 4px 0;
  position: absolute;
  top : 88%;
  right: 2.3%;
  background: #000;
  color : #fff;
}
@media screen and (max-width: 1140px) {
  .btn_viewmore{
    width: 32%;
    top : 86%;
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .btn_viewmore{
    display: block;
    position : relative;
    width: 100%;
    margin-top: 5px;
    top:0;
    right: 0;
  }
}

.product-table {
  margin: 0 auto;
}

.product-table td {
  text-align: center;
  border: none;
}

@media screen and (max-width: 767px) {
  .product-item{
    display: inline-block;
    margin: 20px 4%;
  }
  .product-table {
    width: 100%;
  }

  .product-table td {
    border: none;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn-child {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.concept-wrapper.innerP {
  padding-bottom: 0;
}

.concept-promise {
  padding: 30px 0 160px;
}

.concept-promise .bnr-cnv {
  z-index: 3;
}
