@charset "UTF-8";

@font-face {
  font-family: "Lacoste";
  src: url("../../assets/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("../../assets/fonts/Lacoste-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lacoste Heavy";
  src: url("../../assets/fonts/Lacoste-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Lacoste ExtraBold";
  src: url("../../assets/fonts/Lacoste-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Lacoste Black";
  src: url("../../assets/fonts/Lacoste-Black.woff") format("woff");
}

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

body {
  margin: 0;
}

#GodzillaLP {
  margin: 0;
  background: #1c1c1c;
  color: #fff;
  font-family: "Lacoste", "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%;
}

#GodzillaLP .mainVisual .KVinner picture {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  max-width: none;
  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: 50px;
}
@media screen and (max-width: 767px) {
  #GodzillaLP .mainVisual .intro {
    margin-bottom: 50px;
  }
}

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

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

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

/*--- SPECISL NOVERTY ---------------------------------------------------------------*/
#GodzillaLP .SpecialNovelty {
  max-width: 1000px;
  margin: 0 auto 100px;
}

#GodzillaLP .SpecialNovelty .main div {
  padding: 0;
  -webkit-flex: 1; /*  等倍にする  */
  flex: 1; /*  等倍にする  */
  flex-grow: 1; /*  等倍にする  */
}

#GodzillaLP .SpecialNovelty .main .col-1 {
  background: #f6f6f6;
}

#GodzillaLP .SpecialNovelty .main .col-1 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #GodzillaLP .SpecialNovelty .main .col-1 img {
    max-width: 100%;
    height: auto;
  }
}

#GodzillaLP .SpecialNovelty .main .col-2 h3 {
  font-size: 40px;
  color: #000000;
  font-family: "Lacoste Black";
  margin-bottom: 5px;
}
#GodzillaLP .SpecialNovelty .main .col-2 p.sub {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
#GodzillaLP .SpecialNovelty .main p {
  color: #000;
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 15px;
}
#GodzillaLP .SpecialNovelty p.note {
  color: #000;
  font-size: 15px;
}

/*  横並びにする  */
#GodzillaLP .SpecialNovelty .main {
  -js-display: flex;
  /*IE8,IE9対応*/
  display: -webkit-flex;
  /*safari用 ベンダープレフィックス*/
  display: flex;
  padding: 0 20px;
}
/*  横幅の比率を？倍にする  */
#GodzillaLP .SpecialNovelty .main .col-2 {
  -webkit-flex: 1.5;
  flex: 1.5;
  flex-grow: 1.5;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
}
/*  横幅の比率を？倍にする  */
#GodzillaLP .SpecialNovelty .main .col-2 img.icon {
  margin-top: 20px;
  width: 20%;
}

#GodzillaLP .SpecialNovelty a {
  width: 230px;
  margin: 0 auto;
  display: block;
  background-color: black;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  /*  横並びにする  */
  #GodzillaLP .SpecialNovelty .main {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  /*  横幅の比率を？倍にする  */
  #GodzillaLP .SpecialNovelty .main .col-2 {
    -webkit-flex: 1;
    flex: 1;
    flex-grow: 1;
    text-align: center;
    padding-bottom: 50px;
  }
  #GodzillaLP .SpecialNovelty .main .col-1 {
    background: #fff;
  }
  /*  横幅の比率を？倍にする  */
  #GodzillaLP .SpecialNovelty .main .col-2 img.icon {
    margin-top: 10%;
    width: 30%;
  }
  #GodzillaLP .SpecialNovelty .main .col-2 h3 {
    font-size: 30px;
    color: #000000;
    font-family: "Lacoste Black";
    margin-bottom: 5px;
  }
  #GodzillaLP .SpecialNovelty .main .col-2 p.sub {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #GodzillaLP .SpecialNovelty .main p {
    color: #000;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
  }
  #GodzillaLP .SpecialNovelty p.note {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  #GodzillaLP .SpecialNovelty {
    margin: 0 auto;
    display: block;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  #GodzillaLP .howto p.note {
    font-size: 16px;
    padding-top: 70px;
    margin-bottom: 50px;
    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 h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #0f5a33;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #GodzillaLP .accordion-a-content h3 {
    margin-top: 30px;
  }
}
#GodzillaLP .accordion-a-content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  padding-top: 10px;
}

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

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

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

#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: 16px;
  line-height: 1.6;
  color: #000000;
  list-style: "※";
  margin-left: 15px;
}

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

@media screen and (max-width: 767px) {
}
#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: 25px;
}

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

#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: "Lacoste ExtraBold";
  font-size: 40px;
  margin-top: 100px;
}

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

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

#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: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  flex: 1 1 0%;
}

#GodzillaLP .collection span.price {
  text-align: right;
  font-size: 15px;
  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: 15px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

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

@media screen and (max-width: 767px) {
  #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: "Lacoste ExtraBold";
    font-size: 30px;
    margin-top: 70px;
  }
  #GodzillaLP .collection p.subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    padding: 0;
  }
  #GodzillaLP .collection p {
    padding: 34px 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);
  }
}

/*--- フッター直上：TM COPYRIGHT ---------------------------------*/
#GodzillaLP .TM_copy {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
#GodzillaLP .TM_copy p {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #GodzillaLP .TM_copy {
    padding: 50px 0;
  }
  #GodzillaLP .TM_copy p {
    font-size: 14px;
  }
}
