:root {
  --color-primary: #008996;
  --row-gap: 50px;
  --colgroup-gap: 24px;
}

* {
  text-decoration: none !important;
  font-weight: 300;
}

.text-bk {
  color: #000;
}

.w-75 {
  width: 75%;
}

.default-view > h2 {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 1.5rem;
}

.default-view > p {
  color: var(--color-primary);
}

.no-border {
  border-bottom: none;
}

/*
    sub {
        font-size: 20%;
        white-space: pre-wrap;
    }
*/
/* =======================================================
main-visual
======================================================= */

.p-mv_container {
  position: relative;
}

.gr-promotion-kete-button-green {
  width: 100%;
  position: absolute;
  bottom: 16px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .gr-promotion-kete-button-green {
    bottom: 10%;
  }
}

.gr-promotion-kete-button-green > a {
  display: block;
  color: #fff !important;
  font-weight: bold;
  padding: 1rem 1.5rem;
  background: var(--color-primary);
  border: none;
  border-radius: 100vh;
}

.gr-promotion-kete-button-white {
  margin-top: var(--colgroup-gap);
}

.gr-promotion-kete-button-white > a {
  font-weight: bold;
  padding: 1rem 1.5rem;
  color: var(--color-primary);
  background: white;
  font-weight: bold;
  border-radius: 100vh;
}

.hidden-view {
  display: none;
}

.hidden-view.open {
  display: block;
  text-align: center;
}

.view-more-button {
  border: none;
  background: none;
  cursor: pointer;
}

.view-more-button::before {
  content: "+";
  display: block;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 1.5rem;
}

.hidden-view.open + .row > .col-1-1 > .view-more-button::before {
  content: "×";
}

.component-h-lv2 {
  color: #0d4752;
}

.gr-prom-section-p {
  margin-top: 3em;
}

.gr-prom-section > .gr-prom-section-title-02 {
  font-size: 3.5em;
  line-height: 1.2em;
}

.gr-prom-section-kete-02 > a {
  text-align: center;
  padding-top: 15% !important;
  padding-bottom: 10% !important;
  display: block;
}

.gr-prom-section-kete-02 h2 {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 2rem;
}

.gr-prom-section-kete-02-black-bold {
  color: #524a4a;
}

.gr-prom-section-kete-02 {
  margin-bottom: 15%;
  text-align: center;
  background-color: #f8f8f8;
  padding-top: 15% !important;
  padding-bottom: 10% !important;
  display: block;
}

.bg-green,
.bg-gray,
.bg-gradiaent {
  padding-top: calc(var(--row-gap) * 2);
  padding-bottom: calc(var(--row-gap) * 1);
  margin-bottom: var(--row-gap);
}

.bg-gradiaent {
  margin-bottom: 0;
}

.bg-green {
  background: var(--color-primary);
}

.bg-gray {
  background: #f8f8f8;
}

.bg-gradiaent {
  background: linear-gradient(
    to right,
    rgba(38, 151, 99, 1) 0%,
    18.447580933570862%,
    rgba(2, 129, 110, 1) 36.895161867141724%,
    49.94959831237793%,
    rgba(9, 148, 143, 1) 63.004034757614136%,
    71.16935551166534%,
    rgba(88, 188, 186, 1) 79.33467626571655%,
    89.66733813285828%,
    rgba(216, 240, 240, 1) 100%
  );
}

.gr-promotion-code-h3-green {
  padding-top: 10%;
  padding-bottom: 5%;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--color-primary);
  text-align: center;
}

.gr-prom-section-kete-bg3 {
  color: #fff;
}

.motto {
  display: inline-block;
  margin-inline: 0;
}

.motto-h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.motto-p {
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 500px) {
  .motto-p {
    text-align: center;
  }
}

.gr-prom-section-kete-bg3 {
  background-color: var(--color-primary);
  font-weight: 800;
  font-size: 10px;
  text-align: center;
}

.gr-prom-section-kete-bg3 h3 {
  padding-top: 10%;
  font-weight: bold;
  font-size: 2rem;
}

.gr-prom-section-kete-bg3 p {
  font-weight: normal;
  padding-bottom: 10%;
}

.gr-promotion-code-h3-green {
  padding-top: 10%;
  padding-bottom: 5%;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--color-primary);
  text-align: center;
}

.gr-promotion-code-p-green {
  color: var(--color-primary);
  font-weight: bold;
}

.gr-promotion-code-p-gray {
  color: #524a4a;
}

.gr-prom-section-kete-bg4 {
  background-image: url("/shared/gr/img-fcgr-promotion-kete-background-for-tips.jpg");
}

.gr-prom-section-kete-bg4 {
  color: white;
}

.gr-prom-section-kete-bg4 h3 {
  padding-top: 10%;
  padding-bottom: 5%;
  font-weight: bold;
  font-size: 1.5rem;
}

.gr-promotion-kete-button-white {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 100vh;
  margin-bottom: 10%;
}

.gr-promotion-kete-button-white > a {
  color: var(--color-primary) !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .gr-prom-section {
    font-size: 16px;
  }
}

@media screen and (max-width: 580px) {
  .gr-prom-section {
    font-size: 8px;
    margin-bottom: 20px;
  }

  .gr-prom-section > p {
    font-size: 2em;
  }

  .gr-prom-section > .gr-prom-section-title-02 {
    font-size: 4.5em;
    line-height: 1.2em;
  }
}

.gr-prom-product-bg > p {
  line-height: 1rem;
}

.gr-prom-series-title-p {
  width: 90%;
  margin: 0 auto;
}

.gr-prom-section-kete-bg1 {
  background-image: url("/shared/gr/img-fcgr-top-banner-main-summer-campaign-2026-01.jpg");
}

.gr-prom-section-kete--bg2 {
  width: 100%;
  aspect-ratio: 1920 / 1080;
  max-height: 1080px;
  float: none;
  margin-block-end: 50px;
  position: relative;
  z-index: 1;
  background: #000;
}

.gr-prom-section-kete--bg2:after {
  content: "";
  display: block;
  max-width: 1920px;
  height: 100%;
  margin-inline: auto;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/shared/gr/img-fcgr-promotion-kete-mainvisual-pc-03.jpg");
}

.gr-prom-section-kete--bg2:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  box-shadow: inset 0 0 100px 100px #000;
  z-index: -1;
}

.gr-prom-section-kete--bg2 .gr-prom-section__heading-group-container {
  color: #fff;
  text-align: left;
  position: absolute;
  left: 10vw;
  top: 0;
  height: 100%;
  background-image: url("/shared/gr/img-fcgr-promotion-kete-mainvisual-contents-wrap-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 640px;
  display: grid;
  justify-content: center;
  gap: 2.5rem;
  grid-template-rows: 1fr 2fr 1fr 1.5fr;
}

.gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
  font-size: clamp(2.625rem, 1.874rem + 1.17vw, 3.75rem);
  margin-block-start: 100px;
}

.gr-prom-section__button {
  background: #e9740d;
  color: #fff !important;
  display: inline-block;
  padding: clamp(0.5rem, 0.429rem + 0.36vw, 1rem)
    clamp(0.75rem, 0.643rem + 0.54vw, 1.5rem);
  font-size: clamp(1.5rem, 1.429rem + 0.36vw, 2rem);
  font-weight: bold;
  margin-block: calc((1em - 1lh) / 2);
}

.gr-prom-section-kete--bg2 .highlight {
  color: #e9740d;
}

@media screen and (max-width: 1400px) {
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group-container {
    gap: 0;
  }
}

@media screen and (max-width: 1200px) {
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
    margin-block-start: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group-container {
    /* left: 0; */
    width: 50%;
  }
  .gr-prom-section-kete--bg2 .gr-prom-section__image-wrapper {
    width: 62.5%;
  }
  .gr-prom-section-kete--bg2 .gr-prom-section__image-wrapper img {
    width: 100%;
  }
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
    font-size: clamp(1.5rem, 0.439rem + 2.83vw, 2.25rem);
  }
}

@media screen and (max-width: 768px) {
  .gr-prom-section-kete--bg2 .gr-prom-section__image-wrapper {
    width: 50%;
  }
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
    margin-block-start: 60px;
  }
}

@media screen and (max-width: 600px) {
  .gr-prom-section-kete--bg2 {
    aspect-ratio: 580 / 900;
    max-height: none;
    background: none;
  }
  .gr-prom-section-kete--bg2:before {
    display: none;
  }

  .gr-prom-section-kete--bg2:after {
    background-image: url("/shared/gr/img-fcgr-promotion-kete-mainvisual-sp-02.jpg");
  }

  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group-container {
    background: none;
    min-width: 100%;
    width: 100%;
    left: 0;
    grid-template-rows: 3fr 0.75fr 0.5fr 1.5fr;
  }

  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
    font-size: clamp(1.25rem, 0.455rem + 3.98vw, 3rem);
    left: auto;
    top: 70%;
    margin-block-start: 50px;
    align-self: start;
  }
  .gr-prom-section-kete--bg2 .gr-prom-section__image-wrapper {
    width: 62.5%;
  }

  .gr-prom-section-kete-bg1 {
    background-image: url("/shared/gr/img-fcgr-promotion-kjcal-mainvisual-sp-01.png");
  }

  .gr-prom-row {
    display: block;
    padding: 20px 24px;
  }

  .box-right {
    margin-top: 20px;
  }

  .gr-prom-section {
    aspect-ratio: 30 / 45;
  }
}

@media screen and (max-width: 580px) {
  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group-container {
    grid-template-rows: 5fr 1fr 1fr 2.5fr;
  }

  .gr-prom-section-kete--bg2 .gr-prom-section__image-wrapper {
    max-width: 62.5%;
    margin-inline: auto;
  }

  .gr-prom-section-kete--bg2 .gr-prom-section__heading-group {
    align-self: start;
    margin-block-start: 24px;
  }

  .gr-prom-section__button {
    font-size: 1.5rem;
    padding: 0.5rem 0.75rem;
  }

  .gr-prom-section__button-wrapper {
    /* margin-block-start: -24px; */
  }
  .gr-prom-section__button {
    font-size: 1.5rem;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
