@charset "UTF-8";
/* =============================
           CSS
  ============================= */
/*-------------------------------------------
ALL
-------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.post,
.page {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.sup {
  font-size: 0.8em;
  vertical-align: top;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto 130px;
  font-size: 1rem;
  padding: 0 20px;
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
#product-mv {
  background-size: 100% 240px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 20px 50px;
}

.product-mv__inner {
  display: flex;
  align-items: center;
}

.product-mv__img {
  width: 55%;
  padding: 20px;
  text-align: center;
}

.product-mv__img--secondary {
  transform: scale(1.5, 1.5);
}

.product-mv__img--thirdly {
  transform: scale(1.2, 1.2);
}

.product-mv__textarea {
  width: 45%;
}

.product-mv__sub-heading {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.product-mv__heading {
  margin-bottom: 30x;
  font-weight: bold;
  font-weight: bold;
  font-size: 3rem;
}

.product-mv__copy {
  font-weight: bold;
  font-size: 1.5rem;
  white-space: pre-line;
}

.product-mv__icon {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-mv__icon--secondary {
  cursor: revert;
}

.product-mv__icon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-mv__icon--secondary ul {
  justify-content: space-evenly;
}

.product-mv__icon a {
  width: 30%;
  background: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1;
}

.product-mv__icon a img {
  width: 80px;
}

.product-mv__icon a span {
  display: block;
  font-size: 0.6rem;
  font-weight: bold;
  padding-top: 10px;
}

.product-mv__button {
  background: #00A42C;
  color: #fff;
  border: 1px solid #00A42C;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}

.product-mv__button:hover {
  background: #fff;
  color: #00A42C;
  cursor: pointer;
}

.not-pointer {
  cursor: revert;
}

/*-------------------------------------------
製品の特長
-------------------------------------------*/
#feature {
  margin-bottom: 100px;
}

#feature img {
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-feature__heading {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.product-feature__item {
  margin-bottom: 30px;
}

.product-feature__title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  white-space: pre-line;
}

.product-feature__text {
  font-size: 1rem;
  text-align: left;
  overflow-wrap: normal;
  white-space: pre-line;
  margin-bottom: 50px;
}

.product-feature__item img {
  width: 600px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-feature__item--secondary img {
  width: 600px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-feature__item--tertiary img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}

.product-feature__item--fourth img {
  width: 600px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-feature__item--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product-feature__item--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.product-feature__item ul {
  display: flex;
  justify-content: space-between;
}

.product-feature__item--secondary ul {
  justify-content: center;
}

.product-feature__item--tertiary ul {
  justify-content: space-between;
}

.product-feature__item li {
  width: calc(50% - 20px);
  background: #fff;
  text-align: center;
  padding: 0 20px;
}

.product-feature__item--tertiary li {
  width: calc(100% - 20px);
  margin-top: 100px;
}

.product-feature__button {
  background: #00A42C;
  color: #fff;
  border: 1px solid #00A42C;
  font-weight: bold;
  padding: 15px 50px;
  text-align: center;
}

.product-feature__button:hover {
  background: #fff;
  color: #00A42C;
  cursor: pointer;
}

/*-------------------------------------------
関連動画
-------------------------------------------*/
#movie {
  background: #eee;
  padding: 30px;
}

.product-movie__heading {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.product-movie__inner {
  display: flex;
  align-items: center;
}

.product-movie__thum {
  margin-bottom: 30px;
}

.product-movie__thum ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 30px 50px 0;
}

.product-movie__thum li {
  width: 100%;
  text-align: center;
}

.product-movie__title {
  font-weight: bold;
  padding-top: 20px;
  text-align: left;
}

/*-------------------------------------------
製品の仕様
-------------------------------------------*/
.product-table__heading {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.product-table__text {
  text-align: center;
}

/*-------------------------------------------
カタログダウンロード
-------------------------------------------*/
#dl {
  background: #eee;
}

.product-dl__heading {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.product-dl__heading h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.product-dl__heading p {
  font-size: 1rem;
}

.product-dl__inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  justify-content: space-evenly;
}

.product-dl__img {
  width: 25%;
  padding: 50px 10px;
}

.product-dl__form {
  display: grid;
  align-items: center;
  text-align: center;
}

.product-dl__form--title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 100px;
}

.product-dl__button--innner {
  margin-bottom: 100px;
}

.product-dl__button {
  background: #00A42C;
  color: #fff;
  border: 1px solid #00A42C;
  font-weight: bold;
  padding: 20px 100px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-dl__button--secondary {
  background: #fff;
  color: #00A42C;
  border: 1px solid #00A42C;
  font-weight: bold;
  padding: 20px 100px;
  margin-bottom: 30px;
}

.product-dl__button:hover {
  background: #fff;
  color: #00A42C;
  cursor: pointer;
}

.product-dl__button--secondary:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*-------------------------------------------
ラインナップ
-------------------------------------------*/
.product_lineup_title {
  font-size: 1.5rem;
  border-bottom: 2px solid #eee;
}

/*-------------------------------------------
スマホ表示
-------------------------------------------*/
/*-------------------------------------------
ALL
-------------------------------------------*/
@media (width < 521px) {
  .wrap {
    margin: 0 auto 50px;
  }
}
/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
/* ビューポート幅 521px 以下に有効 */
@media (width < 521px) {
  .product-mv__inner {
    display: grid;
    text-align: center;
  }
  .product-mv__img {
    width: 90%;
    margin: 0 auto;
  }
  .product-mv__img--secondary {
    transform: none;
  }
  .product-mv__textarea {
    width: 90%;
    margin: 0 auto;
  }
  .product-mv__copy {
    font-size: 1rem;
  }
}
/*-------------------------------------------
製品の特長
-------------------------------------------*/
/* ビューポート幅 521px 以下に有効 */
@media (width < 521px) {
  .product-feature__item ul {
    display: revert;
  }
  .product-feature__item li {
    width: 100%;
  }
  .product-feature__item li img {
    height: auto;
  }
}
/*-------------------------------------------
関連動画
-------------------------------------------*/
/* ビューポート幅 521px 以下に有効 */
@media (width < 521px) {
  .product-movie__thum ul {
    display: revert;
  }
  .product-movie__thum li {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
}
/*-------------------------------------------
カタログダウンロード
-------------------------------------------*/
/* ビューポート幅 521px 以下に有効 */
@media (width < 521px) {
  .product-dl__inner {
    display: revert;
    padding-bottom: 0;
  }
  .product-dl__img {
    width: 50%;
    margin: 0 auto;
  }
  .product-dl__heading p {
    padding: 0 20px;
  }
  .product-dl__form {
    padding: 0 20px;
  }
  .product-dl__form--title {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .product-dl__button,
  .product-dl__button--secondary {
    padding: 20px;
  }
}
/*-------------------------------------------
JavaScript
-------------------------------------------*/
/*-------------------------------------------
ポップアップ
-------------------------------------------*/
.product_catalog_download_icon {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 70%;
  max-width: 600px;
  padding: 15px 15px;
  background-color: white;
  color: #3949AB;
  border: 5px solid #3949AB;
  border-radius: 5px;
  cursor: pointer;
}

.product_catalog_download_icon:hover {
  transition: 0.2s;
  color: white;
  background-color: #3949AB;
}

@media only screen and (max-width: 640px) {
  .product_catalog_download_icon {
    font-size: 1.2rem;
    max-width: 500px;
    width: initial;
    padding: 10px 15px;
  }
}
.product-dl__popup--title {
  font-size: 1.5rem;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #00A42C;
  color: white;
}

.product-dl__popup--text {
  font-size: 0.9rem;
  text-align: left;
}

#product-dl__popup {
  width: 100vw; /*画面に大きさを合わせる*/
  height: 100vh;
  position: fixed; /*ラッパーの左上隅を画面左上に固定*/
  top: 0px;
  left: 0px;
  display: none;
  z-index: 1000;
}

#product-dl__popup--bg {
  width: 100%; /*ラッパー全体を覆うようにする*/
  height: 100%;
  background-color: rgba(224, 224, 224, 0.8); /*半透明の黒*/
  cursor: pointer;
  z-index: 1001;
}

#product-dl__popup--body {
  width: 50%;
  height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 5%;
  border: 0;
  overflow: scroll;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 1000;
}

@media only screen and (max-width: 960px) {
  #product-dl__popup--body {
    width: 90%;
  }
  .product-dl__popup--title {
    font-size: 1rem;
  }
}
.product-dl__popup--close {
  position: fixed;
  top: 0px;
  right: 10px;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

@media only screen and (max-width: 40.063em) {
  .product-dl__popup--title {
    font-size: 1.5em;
  }
  #product-dl__popup--body {
    width: 90%;
    padding: 20px 5%;
  }
}
/*-------------------------------------------
モーダルウインドウ
-------------------------------------------*/
/* モーダルを開くボタン */
.product-movie__modal--trigger:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* モーダル本体 */
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  background: transparent;
}

.modal-inner {
  position: relative;
  height: 100%;
  padding: 80px 20px 20px;
}

/* モーダルを閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal-close:hover {
  opacity: 0.6;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal-text {
  text-align: center;
}/*# sourceMappingURL=product_common.css.map */