@charset "UTF-8";
/* -------------------------------------------------------
   product
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.product {
  text-align: center;
}
.product .topImage {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product .topImage img {
    display: block;
    width: 200%;
  }
}
.product .title {
  font: normal normal bold 40px/110px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .product .title {
    margin-top: 30px;
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.product .inoutSale {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.product .inoutSale .c-button2 {
  text-decoration: none;
}
@media screen and (max-width: 430px) {
  .product .inoutSale .c-button2 p {
    margin-left: 10px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .product .inoutSale .c-button2 .triangle {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product .inoutSale .c-button2 .triangle {
    right: 15px;
  }
}
@media screen and (max-width: 550px) {
  .product .inoutSale .c-button2 .triangle {
    right: 10px;
  }
}
.product .inoutSale .c-button2.active {
  background: #15A19A 0% 0% no-repeat padding-box;
}
.product .inoutSale .dummy {
  width: 16px;
}
.product .abroad .genre {
  margin-top: 40px;
  font: normal normal bold 32px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .product .abroad .genre {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.product .abroad .description {
  width: 80%;
  margin: 15px auto 0;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 1500px) {
  .product .abroad .description {
    width: 100%;
    white-space: pre-line;
  }
}
@media screen and (max-width: 768px) {
  .product .abroad .description {
    padding: 0 5%;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
    white-space: unset;
  }
}
.product .abroad_txt {
  width: 90%;
  max-width: 1364px;
  margin: 0 auto;
}
.product .abroad .abordImgWrap {
  position: relative;
  max-width: 1364px;
  margin: 0 auto;
}
.product .abroad .abordImgWrap .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .product .abroad .abordImgWrap .overlay {
    display: block;
  }
}
.product .abroad .abordImgWrap.isActive .overlay {
  display: none;
}
.product .abroad .abordImgWrap .img {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .product .abroad .abordImgWrap .img {
    overflow: scroll hidden;
  }
}
.product .abroad .abordImgWrap .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product .abroad .abordImgWrap .img img {
    width: 747px;
    height: 476px;
  }
}
.product .abroad .productList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 1364px;
  height: 939px;
  margin: 48px auto 0;
}
@media screen and (max-width: 1500px) {
  .product .abroad .productList {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product .abroad .productList {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    height: auto;
  }
}
.product .abroad .productList .card {
  width: 329px;
  height: 297px;
}
@media screen and (max-width: 768px) {
  .product .abroad .productList .card {
    width: 45%;
    height: auto;
    margin-bottom: 5%;
  }
}
.product .abroad .productList .card img {
  width: 329px;
  height: 259px;
}
@media screen and (max-width: 768px) {
  .product .abroad .productList .card img {
    width: 100%;
    height: auto;
  }
}
.product .abroad .productList .card .caption {
  font: normal normal bold 18px/30px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .product .abroad .productList .card .caption {
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.product .abroad .productList .card .caption span {
  white-space: nowrap;
}
.product .abroad .port {
  width: 1363px;
  margin: 50px auto 0;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 5px solid #15A19A;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .product .abroad .port {
    width: 97%;
    height: auto;
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .product .abroad .port {
    width: 90%;
    height: auto;
    padding-bottom: 5%;
    margin: 20px auto 0;
  }
}
.product .abroad .port .title {
  width: 90%;
  margin-top: 30px;
  margin-left: 5%;
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  color: #11A197;
  text-align: left;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .product .abroad .port .title {
    margin-top: 0;
    font: normal normal bold 20px/56px "Noto Sans JP", sans-serif;
    letter-spacing: 1.6px;
  }
}
.product .abroad .port .bar {
  width: 90%;
  margin: 25px auto;
  border-bottom: solid 1px #D6D6D6;
}
@media screen and (max-width: 768px) {
  .product .abroad .port .bar {
    margin: 15px auto;
  }
}
.product .abroad .port .flagList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .product .abroad .port .flagList {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .product .abroad .port .flagList {
    height: auto;
    padding-left: 3%;
  }
}
.product .abroad .port .flagList .card {
  width: 120px;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .product .abroad .port .flagList .card {
    width: 30%;
    margin-right: 3%;
  }
}
.product .abroad .port .flagList .card img {
  width: 120px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .product .abroad .port .flagList .card img {
    width: 100%;
    height: auto;
  }
}
.product .abroad .port .flagList .card .caption {
  font: normal normal bold 16px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 0.64px;
  line-height: 1.2;
  padding: 0.5em 0 1em;
}
@media screen and (max-width: 768px) {
  .product .abroad .port .flagList .card .caption {
    font: normal normal bold 13px/27px "Noto Sans JP", sans-serif;
    letter-spacing: 0.4px;
  }
}
.product .abroad .port .flagList .card .caption.uae {
  font-size: 12px;
  line-height: 1.2;
}
.product .abroad .port .flagList .card:last-child {
  margin-right: 0;
}
.product .domestic {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .product .domestic {
    width: 100%;
    padding: 5%;
    margin-top: 0;
  }
}
.product .domestic .genre {
  font: normal normal bold 32px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .product .domestic .genre {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.product .domestic .description {
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .product .domestic .description {
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
  }
}
.product .domestic_txt {
  width: 90%;
  max-width: 1364px;
  margin: 0 auto;
}
.product .domestic .abordImgWrap {
  position: relative;
  max-width: 1364px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .product .domestic .abordImgWrap {
    padding: 0 5px;
  }
}
.product .domestic .abordImgWrap .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .product .domestic .abordImgWrap .overlay {
    display: block;
  }
}
.product .domestic .abordImgWrap.isActive .overlay {
  display: none;
}
.product .domestic .abordImgWrap .img {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .product .domestic .abordImgWrap .img {
    margin-top: 25px;
    overflow: scroll hidden;
  }
}
.product .domestic .abordImgWrap .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product .domestic .abordImgWrap .img img {
    width: 1090px;
    height: 391px;
  }
}
.product .domestic .mainProduct {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1364px;
  margin: 48px auto 0;
}
@media screen and (max-width: 1500px) {
  .product .domestic .mainProduct {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .mainProduct {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
.product .domestic .mainProduct .card {
  width: 672px;
  height: 655px;
}
@media screen and (max-width: 1500px) {
  .product .domestic .mainProduct .card {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .mainProduct .card {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
.product .domestic .mainProduct .card img {
  width: 672px;
  height: 434px;
}
@media screen and (max-width: 1500px) {
  .product .domestic .mainProduct .card img {
    width: 95%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .mainProduct .card img {
    width: 100%;
    height: auto;
  }
}
.product .domestic .mainProduct .card .title {
  width: 400px;
  height: 46px;
  padding-left: 16px;
  margin-top: 16px;
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  line-height: 46px;
  color: #11A197;
  text-align: left;
  letter-spacing: 1.92px;
  border-left: 8px solid #11A197;
}
@media screen and (max-width: 1500px) {
  .product .domestic .mainProduct .card .title {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .mainProduct .card .title {
    width: 100%;
    height: 30px;
    padding-left: 20px;
    margin-left: 0;
    font: normal normal bold 20px/56px "Noto Sans JP", sans-serif;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
}
.product .domestic .mainProduct .card .caption {
  margin-top: 20px;
  font: normal normal normal 16px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 1500px) {
  .product .domestic .mainProduct .card .caption {
    width: 80%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .mainProduct .card .caption {
    margin-left: 0;
    font: normal normal normal 13px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.product .domestic .iron {
  width: 1363px;
  padding-bottom: 20px;
  margin: 0 auto;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .product .domestic .iron {
    width: 95%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .iron {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-top: 24px;
  }
}
.product .domestic .iron .title {
  height: 55px;
  font: normal normal bold 24px/110px "Noto Sans JP", sans-serif;
  color: #FFF;
  letter-spacing: 1.92px;
  background: #11A197 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .title {
    margin-top: 0;
    font: normal normal bold 20px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.6px;
  }
}
.product .domestic .iron .title .titleText {
  top: -27px;
  left: 64px;
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .title .titleText {
    top: 10px;
    left: 30px;
  }
}
.product .domestic .iron .ironList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
  max-width: 1164px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.product .domestic .iron .ironList .card {
  width: 550px;
  margin-top: 46px;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .product .domestic .iron .ironList .card {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card {
    width: 100%;
    height: auto;
    padding: 0 5%;
  }
}
.product .domestic .iron .ironList .card .imgWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 550px;
  height: 350px;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 1500px) {
  .product .domestic .iron .ironList .card .imgWrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card .imgWrap {
    width: 100%;
    height: auto;
    border-radius: 9px;
  }
}
.product .domestic .iron .ironList .card .imgWrap img {
  width: 470px;
  height: 316px;
}
@media screen and (max-width: 1500px) {
  .product .domestic .iron .ironList .card .imgWrap img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card .imgWrap img {
    width: 100%;
    height: auto;
  }
}
.product .domestic .iron .ironList .card .title {
  display: inline-block;
  height: 39px;
  padding: 0 15px;
  margin-top: 24px;
  font: normal normal bold 18px/27px "Noto Sans JP", sans-serif;
  color: #FFF;
  letter-spacing: 0.72px;
  background: #15A19A 0% 0% no-repeat padding-box;
  border-radius: 13px;
}
@media screen and (max-width: 1000px) {
  .product .domestic .iron .ironList .card .title {
    font: normal normal bold 14px/27px "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card .title {
    height: 29px;
    font: normal normal bold 14px/27px "Noto Sans JP", sans-serif;
    letter-spacing: 0.56px;
    border-radius: 7px;
  }
}
.product .domestic .iron .ironList .card .title p {
  line-height: 39px;
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card .title p {
    line-height: 29px;
  }
}
.product .domestic .iron .ironList .card .description {
  margin-top: 16px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 0.64px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .ironList .card .description {
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.product .domestic .iron .endDescription {
  text-align: left;
  margin-top: 68px;
  margin-bottom: 68px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .product .domestic .iron .endDescription {
    padding: 0 5%;
    margin-top: 27px;
    margin-bottom: 0;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.product .domestic .download {
  width: 811px;
  height: 71px;
  margin: 50px auto 10px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  line-height: 71px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.72px;
  background: #01817B 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .product .domestic .download {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .product .domestic .download {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 10px;
    font: normal normal normal 16px/24px "Noto Sans JP", sans-serif;
    line-height: 60px;
    letter-spacing: 0.64px;
  }
}
.product .domestic .download img {
  margin-right: 10px;
  vertical-align: middle;
}
.product .download_txt {
  margin-bottom: 50px;
}
.product a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 550px) {
  .product.en .inoutSale .c-button2 p {
    margin-left: 10px;
    font-size: 16px;
    text-align: left;
  }
}
.product.en .abroad .productList .card .caption {
  font-size: 15px;
}
.product.en .abroad .port .flagList {
  padding-bottom: 30px;
}
.product.en .abroad .port .flagList .card .caption {
  font-size: 15px;
}
@media screen and (max-width: 550px) {
  .product.en .abroad .port .flagList .card .caption {
    font-size: 13px;
  }
}
.product.en .domestic .mainProduct .card {
  height: auto;
  margin-bottom: 10px;
}
.product.en .domestic .mainProduct .card .title {
  font-size: 20px;
}/*# sourceMappingURL=product.css.map */