@charset "UTF-8";

@font-face {
  font-family: "FFmodern";
  src: url("../../assets/90689cf/_next/static/media/b99f33e7333ccbff-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "MonaSans";
  src: url("../../assets/90689cf/_next/static/media/2835e3fd93d58f8d-s.p.woff2") format("woff2");
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");


body {
  margin: 0;
}


@media screen and (min-width: 768px) {
  #GodzillaLP {
    margin: 0;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    color: #fff;
    font-family: "MonaSans", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #GodzillaLP {
    margin: 0;
    background-image: url(../images/bg_sp.png);
    background-repeat: repeat;
    color: #fff;
    font-family: "MonaSans", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    line-height: 1;
  }
}

/*-----------------------------------
  reset css
-----------------------------------*/
#GodzillaLP div,
#GodzillaLP span,
#GodzillaLP applet,
#GodzillaLP object,
#GodzillaLP iframe,
#GodzillaLP h1,
#GodzillaLP h2,
#GodzillaLP h3,
#GodzillaLP h4,
#GodzillaLP h5,
#GodzillaLP h6,
#GodzillaLP p,
#GodzillaLP blockquote,
#GodzillaLP pre,
#GodzillaLP a,
#GodzillaLP abbr,
#GodzillaLP acronym,
#GodzillaLP address,
#GodzillaLP big,
#GodzillaLP cite,
#GodzillaLP code,
#GodzillaLP del,
#GodzillaLP dfn,
#GodzillaLP em,
#GodzillaLP img,
#GodzillaLP ins,
#GodzillaLP kbd,
#GodzillaLP q,
#GodzillaLP s,
#GodzillaLP samp,
#GodzillaLP small,
#GodzillaLP strike,
#GodzillaLP strong,
#GodzillaLP sub,
#GodzillaLP sup,
#GodzillaLP tt,
#GodzillaLP var,
#GodzillaLP b,
#GodzillaLP u,
#GodzillaLP i,
#GodzillaLP center,
#GodzillaLP dl,
#GodzillaLP dt,
#GodzillaLP dd,
#GodzillaLP ol,
#GodzillaLP ul,
#GodzillaLP li,
#GodzillaLP fieldset,
#GodzillaLP form,
#GodzillaLP label,
#GodzillaLP legend,
#GodzillaLP table,
#GodzillaLP caption,
#GodzillaLP tbody,
#GodzillaLP tfoot,
#GodzillaLP thead,
#GodzillaLP tr,
#GodzillaLP th,
#GodzillaLP td,
#GodzillaLP article,
#GodzillaLP aside,
#GodzillaLP canvas,
#GodzillaLP details,
#GodzillaLP embed,
#GodzillaLP figure,
#GodzillaLP figcaption,
#GodzillaLP footer,
#GodzillaLP header,
#GodzillaLP hgroup,
#GodzillaLP menu,
#GodzillaLP nav,
#GodzillaLP output,
#GodzillaLP ruby,
#GodzillaLP section,
#GodzillaLP summary,
#GodzillaLP time,
#GodzillaLP mark,
#GodzillaLP audio,
#GodzillaLP video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

#GodzillaLP article,
#GodzillaLP aside,
#GodzillaLP details,
#GodzillaLP figcaption,
#GodzillaLP figure,
#GodzillaLP footer,
#GodzillaLP header,
#GodzillaLP hgroup,
#GodzillaLP menu,
#GodzillaLP nav,
#GodzillaLP section {
  display: block;
}

#GodzillaLP ol,
#GodzillaLP ul {
  list-style: none;
}

#GodzillaLP blockquote,
#GodzillaLP q {
  quotes: none;
}

#GodzillaLP blockquote:before,
#GodzillaLP blockquote:after,
#GodzillaLP q:before,
#GodzillaLP q:after {
  content: "";
  content: none;
}

#GodzillaLP table {
  border-collapse: collapse;
  border-spacing: 0;
}

#GodzillaLP * {
  box-sizing: border-box;
}

#GodzillaLP .mainVisual .KVinner img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #GodzillaLP {
    margin: 0;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    color: #fff;
    font-family: "MonaSans", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    line-height: 1;
  }

  #GodzillaLP .mainVisual .KVinner picture {
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #GodzillaLP {
    margin: 0;
    background-image: url(../images/bg_sp.png);
    background-repeat: repeat;
    color: #fff;
    font-family: "MonaSans", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    line-height: 1;
  }

  #GodzillaLP .mainVisual .KVinner picture {
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    padding-top: 50px;
    height: auto;
  }
}

/*-----------------------------------
  Common
-----------------------------------*/
/* PC/SP class */
@media screen and (max-width: 767px) {
  #GodzillaLP .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #GodzillaLP .sp {
    display: none !important;
  }
}

/* font class */
#GodzillaLP .lacoste {
  font-family: "lacoste";
}

#GodzillaLP .lacosteBold {
  font-family: "lacoste Bold";
}

/* color class */
#GodzillaLP .maincolor {
  color: #105a33;
}

/* layout */
#GodzillaLP .KVinner {
  margin: 0 auto;
}

#GodzillaLP .mainVisual .intro {
  text-align-last: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .mainVisual .intro {
    margin-bottom: 50px;
  }
}

#GodzillaLP .mainVisual .intro h2 {
  font-family: "FFmodern", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  font-size: 54px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .mainVisual .intro h2 {
    font-family: "FFmodern", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-top: 40px;
  }
}

#GodzillaLP .mainVisual .intro p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .mainVisual .intro p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
  }
}

/*--- 販売方法・注意事項 ---------------------------------------------------------------*/

#GodzillaLP section.howto {
  max-width: 1000px;
  margin: 0 auto;
}

#GodzillaLP .howto p.note {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .howto p.note {
    font-size: 16px;
    padding-top: 80px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.7;
  }
}

#GodzillaLP .accordion {
  list-style: none;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion {
    padding: 0 20px;
  }
}

#GodzillaLP .accordion-q-prefix {
  display: block;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  left: 20px;
  top: 24px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-q-prefix {
    left: 10px;
    top: 18px;
    font-size: 24px;
  }
}

#GodzillaLP .accordion-q-content {
  display: block;
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
}

#GodzillaLP .accordion-q .button span.accordion-q-note {
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-q-content {
    font-size: 20px;
  }

  #GodzillaLP .accordion-q .button span.accordion-q-note {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

#GodzillaLP .accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-q-icon {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}

#GodzillaLP .accordion-q-icon::before,
#GodzillaLP .accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 9px;
}

@media screen and (max-width: 767px) {

  #GodzillaLP .accordion-q-icon::before,
  #GodzillaLP .accordion-q-icon::after {
    top: 7px;
  }
}

#GodzillaLP .accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

#GodzillaLP .accordion-q button {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #0f5a33;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
}

#GodzillaLP .accordion-q button {
  padding: 15px 60px 15px 57px;
  background-color: #0f5a33;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-q button {
    padding: 20px 36px 20px 41px;
    background-color: #0f5a33;
  }
}

#GodzillaLP .accordion-a {
  display: none;
  overflow: hidden;
}

#GodzillaLP .accordion-a-inner {
  padding: 20px 0 50px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-inner {
    padding: 5px 0 25px;
  }
}

#GodzillaLP .accordion-a-body {
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-body {
    padding: 0 15px;
  }
}



#GodzillaLP .accordion-a-content div.language {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: right;
}

#GodzillaLP .accordion-a-content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #0f5a33;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-content h3 {
    margin-top: 30px;
  }
}

#GodzillaLP .accordion-a-content h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  padding-top: 10px;
}

#GodzillaLP .accordion-a-content h4 span.thin {
  font-weight: normal;
}

#GodzillaLP .accordion-a-content p {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}

#GodzillaLP .accordion-a-content ul {
  list-style-position: outside;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 10px;
}

#GodzillaLP .accordion-a-content ul.secound {
  margin-left: 15px;
}

#GodzillaLP .accordion-a-content ul.red {
  margin-left: 15px;
  color: #d30018;
}

#GodzillaLP .accordion-a-content ul.red {
  margin-left: 15px;
}

#GodzillaLP .accordion-a-content ul li {
  margin-bottom: 5px;
}

#GodzillaLP .accordion-a-content .pt20 {
  padding-top: 20px;
}

#GodzillaLP .accordion-a-content ul.kome {
  list-style-position: outside;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  list-style: "※";
  margin-left: 15px;
}

#GodzillaLP .accordion-a-content ul.nonstyle {
  list-style-position: outside;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  list-style-type: none;
  margin-left: 0px;
}

#GodzillaLP .accordion-a-content ul.nonstyle02 {
  list-style-position: outside;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  list-style-type: none;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-content ul.nonstyle02 {
    margin-bottom: 20px;
  }
}

#GodzillaLP .accordion-a-content a {
  text-decoration: none;
}

#GodzillaLP .accordion-a-content a:link {
  color: #0f5a33;
  text-decoration: underline;
}

#GodzillaLP .accordion-a-content a:visited {
  color: #0f5a33;
}

#GodzillaLP .accordion-a-content a:hover {
  color: #0f5a33;
}

#GodzillaLP .accordion-a-content a:active {
  color: #0f5a33;
}

#GodzillaLP .accordion-a-content p+p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }

  #GodzillaLP .accordion-a-content p+p {
    margin-top: 10px;
  }
}

#GodzillaLP .accordion-a-close {
  line-height: 1.5;
  width: 160px;
  margin: 25px auto 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-close {
    width: 140px;
    margin: 20px auto 0;
    font-size: 15px;
  }
}

#GodzillaLP .accordion-a-close button {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: #0f5a33;
  color: #fff;
  font: inherit;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  height: 45px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-close button {
    height: 40px;
  }
}

#GodzillaLP .accordion-a-close button>span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#GodzillaLP .accordion-a-close button>span>span::before,
#GodzillaLP .accordion-a-close button>span>span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
}

#GodzillaLP .accordion-a-close button>span>span::after {
  transform: rotate(90deg);
}

#GodzillaLP .accordion-a-close button:hover,
#GodzillaLP .accordion-a-close button:active {
  opacity: 0.5;
}

/* ＋−を回転させる */
#GodzillaLP .accordion>li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}

/*--- 　コレクションの紹介 ---------------------------------------------------------------*/
#GodzillaLP .collection {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#GodzillaLP .collection h3 {
  color: #ffffff;
  text-align: center;
  font-family: "FFmodern", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  font-size: 40px;
  margin-top: 100px;
}

#GodzillaLP .collection h4 {
  max-width: 34%;
  margin: 100px auto 20px;
}

#GodzillaLP .collection p.subtitle {
  padding-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

#GodzillaLP .collection p.copy {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

#GodzillaLP .collection .main {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

#GodzillaLP .collection .main div.item {
  /* （全体の幅 - gapでつけた余白の合計）をカラム数で割る */
  width: calc((100% - 100px) / 3);
  text-align: center;
}

#GodzillaLP .collection a {
  color: #222;
}

#GodzillaLP .collection ul {
  list-style: none;
}

#GodzillaLP .collection img {
  max-width: 100%;
}

/* Collection クラス */

#GodzillaLP .collection .item {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.item_info {
  display: flex;
  align-items: baseline;
}

#GodzillaLP .collection span.itemName {
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  flex: 1 1 0%;
}

#GodzillaLP .collection span.price {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0;
  color: #ffffff;
}

#GodzillaLP .collection span.price small {
  font-size: 11px;
  font-weight: 300;
  color: rgb(202, 202, 202);
}

#GodzillaLP .collection p {
  padding: 10px 0 50px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

#GodzillaLP .collection img.cap {
  width: 100%;
  margin: 0;
  padding: 0;
}

#GodzillaLP .collection .ctv {
  padding: 0 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  #GodzillaLP .collection .ctv {
    padding: 0;
    margin-bottom: 20px;
  }

  #GodzillaLP .collection .main {
    padding: 0;
  }

  #GodzillaLP .collection .main div.item {
    /* （全体の幅 - gapでつけた余白の合計）をカラム数で割る */
    /* width: calc((100% - 10px) / 2);*/
    width: 90%;
  }

  #GodzillaLP .collection img.cap {
    margin: 0;
    padding: 0;
  }

  #GodzillaLP .collection h3 {
    color: #ffffff;
    text-align: center;
    font-family: "FFmodern", "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 100px;
  }

  #GodzillaLP .collection p.subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    padding: 0;
  }


  #GodzillaLP .collection p.copy {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
  }

  #GodzillaLP .collection p {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  #GodzillaLP .collection h4 {
    max-width: 100%;
    margin: 50px auto 10px;
    display: block;
  }

  #GodzillaLP .collection span.itemName {
    margin-top: 15px;
    font-size: 15px;
    display: block;
    text-align: center;
  }

  #GodzillaLP .collection span.price {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 15px 0;
    color: #ffffff;
  }

  #GodzillaLP .collection span.price small {
    font-size: 13px;
    font-weight: 300;
    color: rgb(202, 202, 202);
  }

  .item_info {
    display: block;
    align-items: normal;
  }

  #GodzillaLP .collection span.price small {
    font-size: 11px;
    font-weight: 300;
    color: rgb(202, 202, 202);
  }
}


/*--- btn: すべてのコレクションを見る ---------------------------------*/



#GodzillaLP .btnarea .collectionBtn {
  margin: 15px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  color: #082415;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  line-height: 52px;
  padding: 0px 24px;
  border: 1px solid;
  background: rgb(255, 255, 255);
  width: auto;
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
  transition: background 0.3s linear, color 0.3s linear, border-color 0.3s linear;
}

#GodzillaLP .btnarea .collectionBtn:hover {
  color: #fff;
  border: 1px solid #082415;
  background-color: #082415;
}

/* 以下はレイアウト調整用 */
#GodzillaLP .btnarea {
  vertical-align: middle;
  padding: 50px 0 0;
  text-align: center;
}


/*--- フッター直上：TM COPYRIGHT ---------------------------------*/
#GodzillaLP .TM_copy {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 100px;
}

#GodzillaLP .TM_copy p {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #GodzillaLP .TM_copy {
    padding: 50px 0 100px;
  }

  #GodzillaLP .TM_copy p {
    font-size: 14px;
  }
}