/*! Avalanche | MIT License | @colourgarden */
.spHide {
  display: none !important;
}

.pcHide {
  display: initial !important;
}

.spTabletHide {
  display: none !important;
}

.pcTabletHide {
  display: initial !important;
}

@media screen and (min-width: 641px) and (max-width: 1120px) {
  .spHide {
    display: initial !important;
  }
  .pcHide {
    display: initial !important;
  }
  .spTabletHide {
    display: none !important;
  }
  .pcTabletHide {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .pcHide {
    display: none !important;
  }
  .pcTabletHide {
    display: none !important;
  }
  .spHide {
    display: initial !important;
  }
  .spTabletHide {
    display: initial !important;
  }
}
.contentBody {
  margin-top: -14px;
  font-family: "Noto Sans JP", sans-serif;
}
.contentBody .contentImage {
  margin-top: -1px;
  width: 100%;
  height: auto;
}
.contentBody b {
  font-weight: bold;
}
.contentBody section {
  width: 100%;
}
.contentBody a {
  text-decoration: none;
  cursor: pointer;
}
.contentBody img {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.contentBody img.noFade {
  transition: none;
}
.contentBody img.lazyloaded {
  opacity: 1;
}
.contentBody .js-couponButtons {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .contentBody img.leftSide {
    transform: translateX(-20vw);
    transition: all 0.8s ease-in-out;
    opacity: 0;
  }
  .contentBody img.lazyloaded.leftSide {
    opacity: 1;
    transform: translateX(20px);
  }
  .contentBody img.rightSide {
    transform: translateX(20vw);
    transition: all 0.8s ease-in-out;
    opacity: 0;
  }
  .contentBody img.lazyloaded.rightSide {
    transform: translateX(-20px);
    opacity: 1;
  }
}
.kvSection__image {
  width: 100vw !important;
  aspect-ratio: 375/667;
  min-height: 500px;
}

@media screen and (max-width: 640px) {
  .kvSection__image {
    border-bottom: 20px solid #00946A;
  }
}
@media screen and (min-width: 641px) {
  .kvSection__image {
    margin-top: 10px;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1120px) {
  .kvSection__image {
    min-height: 630px;
  }
}
.leadArea {
  width: 100%;
  height: 118px;
  background: linear-gradient(170deg, #00A073 0 50%, #01946A 50% 100%);
  margin-top: -5px;
}
.leadArea__heading {
  position: relative;
  height: 100%;
}
.leadArea__heading > span {
  display: inline-block;
  position: absolute;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}
.leadArea__couponText {
  top: calc(50% - 40px);
  left: calc(50% - 115px);
  font-size: 16px;
  border-bottom: 1px solid #fff;
  rotate: -10deg;
}
.leadArea__offText {
  top: calc(50% - 2px);
  left: 50%;
  font-size: 26px;
  width: 100%;
}
.leadArea__offText--number {
  font-size: 34px;
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
  margin-left: 8px;
}
.leadArea__duration {
  top: calc(50% + 26px);
  left: 50%;
  font-size: 12px;
  width: 100%;
}
.leadArea__duration--date {
  font-size: 18px;
}
.leadArea__duration--format {
  font-size: 14px;
  margin-right: 1px;
}

@media screen and (min-width: 1120px) {
  .leadArea {
    width: 100%;
    height: 80px;
    background: #00946A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    margin-top: -5px;
  }
  .leadArea__heading {
    display: inline-block;
    align-items: center;
    position: initial;
    height: 100%;
  }
  .leadArea__heading > span {
    display: inline;
    position: initial;
    transform: none;
  }
  .leadArea__couponText {
    margin-right: -5px;
    font-size: 24px;
    border-bottom: none;
    rotate: 0deg;
  }
  .leadArea__offText {
    font-size: 24px;
    width: 100%;
  }
  .leadArea__offText--number {
    font-size: 42px;
    font-style: italic;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.1em;
    margin-left: 13px;
  }
  .leadArea__duration {
    font-size: 18px;
    width: 100%;
    margin-left: 40px;
  }
  .leadArea__duration--date {
    font-size: 24px;
    margin-right: -8px;
  }
  .leadArea__duration--format {
    font-size: 18px;
    margin-right: 2px;
  }
}
.appealSection {
  width: 100%;
}
.appealSection__content {
  position: relative;
  letter-spacing: 0.4em;
}
.appealSection__image {
  position: relative;
  z-index: 1;
}
.appealSection__heading {
  position: absolute;
  display: inline-block;
  padding: 1px 4px;
  top: 10%;
  left: 5%;
  color: #000;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  z-index: 2;
}
.appealSection__text {
  position: absolute;
  bottom: 7.5%;
  right: 6%;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
  text-align: right;
}
.appealSection__text > span {
  margin-bottom: 4px;
  text-align: right;
  background: #fff;
  display: inline-block;
  padding: 1px 0px 1px 8px;
}

@media screen and (max-width: 640px) {
  .appealSection {
    margin-top: -4px;
  }
  .appealSection__heading {
    padding: 1px 4px;
    line-height: 1.1;
  }
  .appealSection__text {
    line-height: 1.1;
  }
}
@media screen and (min-width: 641px) {
  .appealSection {
    margin: 80px 0;
    display: flex;
    justify-content: center;
  }
  .appealSection__content {
    width: 450px;
    height: 450px;
    margin-right: 70px;
  }
  .appealSection__content:last-child {
    margin-right: 0;
  }
  .appealSection__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .appealSection {
    margin: 40px 0;
    display: flex;
    justify-content: center;
  }
  .appealSection__content {
    width: 300px;
    height: 300px;
    margin-right: 35px;
  }
  .appealSection__content:last-child {
    margin-right: 0;
  }
  .appealSection__heading {
    font-size: 14px;
  }
}
.button.underlineText {
  margin: 60px auto !important;
  font-size: 14px;
  display: block;
  color: #000;
}
.button.underlineText span {
  border-bottom: 1px #000 solid;
}

@media screen and (min-width: 641px) {
  .button.underlineText {
    margin: 80px auto !important;
  }
}
.couponSection {
  background: #ECFCF8;
  padding: 24px;
}
.couponSection__heading {
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.couponSection__heading > span {
  display: block;
}
.couponSection__heading--top {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: -10px;
}
.couponSection__heading--offText {
  font-size: 32px;
  margin-bottom: -10px;
}
.couponSection__heading--offText .accent {
  font-family: "Noto Sans", sans-serif;
  font-size: 42px;
  color: #00946A;
  font-style: italic;
  padding: 0 10px;
}
.couponSection__heading--offText .accent__number {
  font-size: 65px;
}
.couponSection__heading--bottom {
  font-size: 16px;
}
.couponSection__graphArea {
  position: relative;
}
.couponSection__graphArea--upArrowImage {
  width: 172px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.couponSection__poingArea {
  margin-bottom: 40px;
}
.couponSection__methodArea {
  margin-bottom: 15px;
}
.couponSection .button.secondary {
  margin: 30px 0 30px;
}

@media screen and (min-width: 1120px) {
  .couponSection {
    width: 100%;
    padding: 75px;
  }
  .couponSection__heading {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .couponSection__heading--top {
    font-size: 28px;
    letter-spacing: 0.2em;
    margin-bottom: -10px;
  }
  .couponSection__heading--offText {
    font-size: 56px;
    margin-bottom: -10px;
  }
  .couponSection__heading--offText .accent {
    font-size: 62px;
    padding: 0 10px;
  }
  .couponSection__heading--offText .accent__number {
    font-size: 120px;
  }
  .couponSection__heading--offText .normalWeight {
    font-size: 28px;
    padding-right: 20px;
    font-weight: normal;
  }
  .couponSection__heading--bottom {
    font-size: 28px;
  }
  .couponSection__graphArea {
    width: 840px;
    margin: 60px auto;
  }
  .couponSection__graphArea--upArrowImage {
    width: 386px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .couponSection__poingArea {
    width: 840px;
    margin: 55px auto;
  }
  .couponSection__methodArea {
    width: 840px;
    margin: 75px auto 15px;
  }
  .couponSection .button.secondary {
    width: 420px;
    margin: 40px auto 75px;
  }
  .couponSection .coupon {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .couponSection .button.secondary {
    width: 420px;
    margin: 40px auto 75px;
  }
  .couponSection .coupon {
    margin: 40px auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .couponSection__methodArea {
    width: 550px;
    margin: 75px auto 15px;
  }
}
.graphArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 42px;
}
.graphArea__bars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 70px;
}
.graphArea__bar {
  width: 33.33333%;
  color: #fff;
  font-weight: bold;
}
.graphArea__bar > div {
  border-radius: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.graphArea__bar > div .accent {
  margin-bottom: 16px;
  font-size: 22px;
  padding-right: 1px;
}
.graphArea__bar > div .accent__number {
  font-size: 32px;
}
.graphArea__bar--price {
  font-size: 12px;
  margin-top: 4px;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}
.graphArea__bar:nth-child(1) > div {
  background: #444;
  height: 73px;
}
.graphArea__bar:nth-child(2) > div {
  background: #000;
  height: 98px;
}
.graphArea__bar:nth-child(3) > div {
  background: #00946A;
  height: 123px;
}

@media screen and (min-width: 1120px) {
  .graphArea__bars {
    margin-top: 140px;
  }
  .graphArea__bar > div {
    font-size: 30px;
  }
  .graphArea__bar > div .accent {
    font-size: 30px;
  }
  .graphArea__bar > div .accent__number {
    font-size: 48px;
  }
  .graphArea__bar--price {
    font-size: 22px;
  }
  .graphArea__bar:nth-child(1) > div {
    height: 74px;
  }
  .graphArea__bar:nth-child(2) > div {
    height: 112px;
  }
  .graphArea__bar:nth-child(3) > div {
    height: 148px;
  }
}
.pointArea {
  background: #FFFFFF;
  border-width: 1px;
  border-style: dashed;
  border-color: #000000;
  padding: 28px 12px 22px;
  position: relative;
  margin-bottom: 40px;
}
.pointArea__heading {
  letter-spacing: 0.1em;
  text-align: center;
  padding: 7px 20px;
  background: #000;
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-radius: 60px;
  font-weight: bold;
}
.pointArea__heading.priceBadge {
  border-radius: 50%;
  top: -22px;
  transform-origin: 0;
  rotate: -10deg;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointArea__text {
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
.pointArea__text > span {
  padding-top: 0.2em;
  margin-left: 0.1em;
  margin-bottom: 0.2em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.25em 0.4em;
  background-image: radial-gradient(0.15em 0.15em at center center, #000, #000 50%, transparent);
  font-weight: bold;
  position: relative;
  top: -0.05em;
}
.pointArea__accentText {
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1120px) {
  .pointArea {
    padding: 37px 0 25px;
    margin-bottom: 55px;
  }
  .pointArea.priceContent {
    margin: 60px auto;
    min-width: 556px;
    width: max-content;
  }
  .pointArea__heading {
    padding: 7px 40px;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: -24px;
    border-radius: 60px;
  }
  .pointArea__heading.priceBadge {
    font-size: 10px;
    padding: 0;
  }
  .pointArea__text {
    font-size: 22px;
    line-height: 2.3;
  }
  .pointArea__text > span {
    padding-top: 0.3em;
  }
  .pointArea__accentText {
    font-size: 22px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .pointArea.priceContent {
    min-width: 556px;
    width: max-content;
    margin: 60px auto;
  }
}
.methodArea {
  background: #FFFFFF;
  border: 2px solid #00946A;
  padding: 30px 20px;
  text-align: center;
}
.methodArea__heading {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
.methodArea__heading:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #00946A;
  border-radius: 30px;
  width: 30px;
}
.methodArea__text {
  font-size: 12px;
}
.methodArea__text > span {
  text-decoration: underline;
  font-weight: bold;
}
.methodArea__image {
  margin: 18px auto 10px;
}
.methodArea__subText {
  font-size: 10px;
  text-align: left;
}

@media screen and (min-width: 1120px) {
  .methodArea {
    padding: 35px 0 35px;
    text-align: center;
  }
  .methodArea__heading {
    position: relative;
    font-size: 28px;
  }
  .methodArea__text {
    font-size: 18px;
  }
  .methodArea__image {
    width: 425px;
    margin: 22px auto 18px;
  }
  .methodArea__subText {
    font-size: 14px;
    text-align: center;
  }
}
.products {
  padding: 60px 20px;
  background: #fff;
}
.products__item > a {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 24px;
  margin-bottom: 10px;
  border-bottom: #EEE 1px solid;
  position: relative;
  color: #000;
}
.products__itemImage {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.products__itemHeading {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -5px;
}
.products__itemText {
  font-size: 10px;
  margin-bottom: 8px;
}
.products__itemPrice {
  font-size: 11px;
  font-weight: bold;
}
.products__itemLink {
  position: absolute;
  right: 0;
  color: #000;
  bottom: 10px;
  font-weight: bold;
  font-size: 10px;
}
.products__itemLink:after {
  content: "";
  width: 11px;
  height: 7px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0.5L5.5 5.5L10.5 0.5" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 2px;
}

@media screen and (min-width: 641px) {
  .products {
    width: 1120px !important;
    margin: 120px auto !important;
    padding: 0 !important;
  }
  .products__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .products__item {
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .products__item > a {
    width: 257px;
    flex-direction: column;
  }
  .products__item:nth-of-type(4n) {
    padding-right: 0;
  }
  .products__itemImage {
    width: 100%;
    height: auto;
  }
  .products__itemHeading {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 32px;
    min-height: 54px;
  }
  .products__itemText {
    font-size: 14px;
    margin-bottom: 0;
    min-height: 54px;
  }
  .products__itemPrice {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .products__itemLink {
    bottom: 14px;
    font-size: 14px;
  }
  .products__itemLink:after {
    width: 16px;
    height: 8px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .products {
    width: 100% !important;
    margin: 80px auto !important;
    padding: 0 !important;
  }
  .products__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products__item {
    padding-right: 3%;
    width: 22%;
    margin-bottom: 30px;
  }
  .products__item > a {
    width: 100%;
    flex-direction: column;
  }
  .products__item:nth-of-type(4n) {
    margin-right: -3%;
    padding-right: 3%;
  }
  .products__itemHeading {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
    min-height: 70px;
  }
  .products__itemText {
    font-size: 12px;
    margin-bottom: 0;
    min-height: 60px;
  }
  .products__itemPrice {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 40px;
  }
  .products__itemLink {
    font-size: 12px;
  }
  .products__itemLink:after {
    margin-left: 2px;
  }
}
.headings {
  text-align: center;
  margin-bottom: 40px;
}
.headings__subHeading {
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.headings__heading {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 641px) {
  .headings {
    margin-bottom: 120px;
  }
  .headings__subHeading {
    font-size: 22px;
  }
  .headings__heading {
    font-size: 48px;
  }
  .products > .headings {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .headings {
    margin-bottom: 80px;
  }
  .headings__subHeading {
    font-size: 16px;
  }
  .headings__heading {
    font-size: 32px;
  }
}
.productDetails {
  margin-bottom: 60px;
}

@media screen and (min-width: 1120px) {
  .productDetails {
    margin: 60px auto -40px;
    width: 1120px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .productDetails {
    margin: 60px auto -40px;
    width: 100% !important;
  }
}
.productDetail {
  margin-bottom: 60px;
}
.productDetail__inner {
  margin: 40px 20px;
}
.productDetail__heading {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 7vw;
  padding-top: 7vw;
  position: relative;
  margin-bottom: 30px;
}
.productDetail__heading .smallText {
  font-size: 20px;
}
.productDetail__heading:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6px #000 solid;
  border-left: 6px #000 solid;
}
.productDetail__text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.productDetail__imageBox {
  position: relative;
  margin: 20px;
}
.productDetail__imageBoxInner {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productDetail__imageBoxInner > img {
  width: 110% !important;
  max-width: none;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.productDetail__imageBoxInner > img.lazyloaded {
  width: 100% !important;
  opacity: 1;
}
.productDetail__image {
  border-radius: 20px;
}
.productDetail__imageLabel {
  font-size: 3vw;
  rotate: -90deg;
  letter-spacing: 0.3em;
  position: absolute;
  bottom: -2.5vw;
  left: -17vw;
  transform: translateX(50%);
  font-weight: bold;
}
.productDetail__leadText {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.productDetail__specTextAreas {
  margin: -30px 0 60px;
}
.productDetail__specTextArea {
  margin: 20px 0;
}
.productDetail__subHeading {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.productDetail__smallText {
  font-size: 12px;
  margin-bottom: 6px;
}
.productDetail__microText {
  font-size: 10px;
  margin-bottom: 6px;
}
.productDetail__typeBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.productDetail__typeBox {
  width: 26vw;
  height: 26vw;
  margin-right: 3.5vw;
  margin-bottom: 3.5vw;
  text-align: center;
  font-size: 3.1vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.productDetail__typeBox:nth-of-type(3n) {
  margin-right: 0;
}
.productDetail__typeBox > span {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.productDetail__appealImages {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.productDetail__appealImage {
  width: 90vw;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 30px;
}
.productDetail__appealImage.leftSide {
  margin-left: -20px;
  align-self: flex-start;
  border-radius: 0 20px 20px 0;
}
.productDetail__appealImage.rightSide {
  margin-right: -20px;
  align-self: flex-end;
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 640px) {
  .productDetail__appealImages {
    width: 100vw;
    position: relative;
    margin-left: -20px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 641px) {
  .productDetail {
    margin-bottom: 120px;
  }
  .productDetail__inner {
    margin: 0;
  }
  .productDetail__inner > .productDetail__text {
    text-align: center;
    margin: 60px auto;
  }
  .productDetail__heading {
    font-size: 48px;
    letter-spacing: 0.1em;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
    margin-bottom: 30px;
  }
  .productDetail__heading .smallText {
    font-size: 20px;
  }
  .productDetail__heading:before {
    content: "";
    width: 66px;
    height: 66px;
    border-top: 8px #000 solid;
    border-left: 8px #000 solid;
  }
  .productDetail__heading + .productDetail__text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .productDetail__text {
    font-size: 16px;
  }
  .productDetail__contentGroups {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .productDetail__contentGroups > div + div {
    width: 550px;
    padding-right: 20px;
  }
  .productDetail__contentGroups.includeHeader {
    flex-direction: row;
  }
  .productDetail__contentGroups.includeHeader > div + div {
    width: 485px;
    padding-left: 0;
  }
  .productDetail__contentGroups .alignCenterText {
    text-align: center;
    width: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 60px;
  }
  .productDetail__imageBox {
    margin: 0 40px;
    width: 400px;
  }
  .productDetail__imageLabel {
    font-size: 16px;
    rotate: 90deg;
    bottom: 140px;
    left: 0;
    right: -430px;
  }
  .productDetail__leadText {
    font-size: 22px;
    display: inline-block;
    margin-top: 0;
  }
  .productDetail__specTextAreas {
    margin: 70px auto;
    display: flex;
    width: 600px;
    justify-content: flex-start;
  }
  .productDetail__specTextArea {
    margin: 0;
    padding-right: 60px;
  }
  .productDetail__specTextArea.alignCenterText {
    padding-right: 0;
    text-align: center;
    margin: 30px auto;
  }
  .productDetail__subHeading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .productDetail__smallText {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .productDetail__microText {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .productDetail__typeBoxes {
    width: 360px;
  }
  .productDetail__typeBox {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .productDetail__typeBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .productDetail__appealImages {
    margin-bottom: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .productDetail__appealImages + .productDetail__specTextAreas {
    margin-top: 70px;
  }
  .productDetail__appealImage {
    width: 550px;
  }
  .productDetail__appealImage.leftSide {
    margin: 0;
    border-radius: 0;
  }
  .productDetail__appealImage.rightSide {
    margin: 0;
    border-radius: 0;
  }
  .productDetail__galleryImages {
    margin-top: -40px;
    display: flex !important;
    justify-content: space-between;
  }
  .productDetail__galleryImage {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .productDetail {
    margin: 0 20px 60px;
  }
  .productDetail__inner {
    margin-bottom: 60px;
  }
  .productDetail__inner > .productDetail__text {
    text-align: center;
    margin: 60px auto;
  }
  .productDetail__heading {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    margin-bottom: 15px;
  }
  .productDetail__heading .smallText {
    font-size: 14px;
  }
  .productDetail__heading:before {
    content: "";
    width: 33px;
    height: 33px;
    border-top: 4px #000 solid;
    border-left: 4px #000 solid;
  }
  .productDetail__heading + .productDetail__text {
    padding-left: 30px;
  }
  .productDetail__text {
    font-size: 12px;
  }
  .productDetail__contentGroups > div {
    width: 50%;
    padding-right: 20px;
  }
  .productDetail__contentGroups.includeHeader {
    flex-direction: row;
  }
  .productDetail__contentGroups.includeHeader > div {
    width: 50%;
    padding-left: 0;
  }
  .productDetail__contentGroups .alignCenterText {
    text-align: center;
    width: 50%;
    display: flex;
    flex-grow: column;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .productDetail__imageBox {
    margin: 0 40px;
    width: 80%;
  }
  .productDetail__imageLabel {
    font-size: 16px;
    rotate: 90deg;
    bottom: 140px;
    left: 0;
    right: -108%;
  }
  .productDetail__leadText {
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
  }
  .productDetail__specTextAreas {
    margin: 70px auto;
    display: flex;
    width: 600px;
    justify-content: flex-start;
  }
  .productDetail__specTextArea {
    margin: 0;
    padding-right: 60px;
  }
  .productDetail__specTextArea.alignCenterText {
    padding-right: 0;
    text-align: center;
    margin: 30px auto;
  }
  .productDetail__subHeading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .productDetail__smallText {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .productDetail__microText {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .productDetail__typeBoxes {
    width: 260px;
  }
  .productDetail__typeBox {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .productDetail__typeBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .productDetail__appealImages {
    margin-bottom: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .productDetail__appealImages + .productDetail__specTextAreas {
    margin-top: 70px;
  }
  .productDetail__appealImage {
    width: 47vw;
  }
  .productDetail__appealImage.leftSide {
    margin: 0;
    border-radius: 0;
  }
  .productDetail__appealImage.rightSide {
    margin: 0;
    border-radius: 0;
  }
  .productDetail__galleryImages {
    margin-top: -40px;
    display: flex !important;
    justify-content: space-between;
  }
  .productDetail__galleryImage {
    width: 22vw;
    height: auto;
  }
}
.productTable {
  width: calc(100vw - 20px);
  margin-left: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
.productTable__heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.productTable__wrapper {
  width: 100%;
  overflow-x: scroll;
}
.productTable__table {
  border: 1px #ccc solid;
  font-size: 12px;
  width: max-content;
}
.productTable__table tr {
  border-bottom: 1px solid #ccc;
}
.productTable__table th, .productTable__table td {
  border-right: 1px solid #ccc;
}
.productTable__table > thead > tr > th {
  width: 100px;
  height: 40px;
  color: #fff;
  background: #666;
  text-align: center;
  vertical-align: center;
}
.productTable__table > tbody > tr > td {
  width: 110px;
  height: 40px;
  color: #333;
  background: #fff;
  text-align: center;
  vertical-align: center;
}
.productTable__table > tbody > tr > td:first-child {
  background: #f1f1f1;
}

@media screen and (max-width: 640px) {
  .productTable__inner {
    width: max-content;
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) {
  .productTable {
    width: 1120px;
    margin: 80px auto;
  }
  .productTable__heading {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .productTable__wrapper {
    width: 100%;
    padding-right: 0;
  }
  .productTable__table {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .productTable {
    width: 100%;
    margin: 80px auto;
  }
  .productTable__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .productTable__wrapper {
    width: 100%;
    padding-right: 0;
  }
  .productTable__table {
    font-size: 12px;
    width: 100%;
  }
}
.button {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
.button + .button {
  margin-top: 20px;
}
.button.secondary {
  font-size: 14px;
  padding: 10px 0;
  border: 1px solid #000;
  color: #000;
  border-radius: 60px;
}
.button.primary {
  font-size: 16px;
  padding: 22px 0;
  background: #000;
  color: #fff;
  border-radius: 40px;
  font-weight: bold;
}
.button.primary.smallText {
  font-size: 14px;
}
.button.coupon {
  background: #00946A;
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 60px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.button.coupon:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><circle cx="10" cy="10" r="10" fill="%23fff"/><path stroke="%2300946A" stroke-width="2" d="m8 6 4 4-4 4"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

@media screen and (min-width: 641px) {
  .button.secondary {
    width: 424px;
    margin: 0 auto;
  }
  .button.primary {
    width: 424px;
    margin: 0 auto;
    font-size: 18px;
    padding: 28px 0;
  }
  .button.primary.smallText {
    padding: 16px 23px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .button.coupon {
    background: #00946A;
    font-size: 18px;
    padding: 25px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 60px;
    width: 424px;
    position: relative;
    margin-bottom: 40px;
  }
  .button.coupon > img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .button + .button {
    margin-top: 30px;
  }
}
.floatCouponButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.floatCouponButton__image {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 1120px) {
  .floatCouponButton {
    bottom: 40px;
    right: 80px;
  }
  .floatCouponButton__image {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 160px;
    height: 160px;
  }
}
.couponModal {
  display: none;
}
.couponModal__inner {
  transition: opacity 0.1s ease-out;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.couponModal__backLayer {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.couponModal__contentBox {
  position: relative;
  z-index: 2;
}
.couponModal__contentBoxInner {
  width: 335px;
  background: #ECFCF8;
  border-radius: 20px;
  overflow-y: scroll;
  max-height: 90vh;
  max-height: 90dvh;
}
.couponModal__header {
  font-size: 16px;
  background: #01946A;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 20px 20px 0 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.couponModal__content {
  padding: 12px 12px 20px;
}
.couponModal__text {
  margin-bottom: 10px;
  font-size: 12px;
}
.couponModal__couponHeader {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}
.couponModal__couponArea {
  border: #00946A 2px solid;
  border-radius: 10px;
  padding: 8px 14px;
  background: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.couponModal__coupon {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.couponModal__couponKana {
  font-size: 10px;
  margin-bottom: 10px;
}
.couponModal__copyButton {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 5px;
}
.couponModal__copyButton:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="12" height="12" rx="2" fill="black" stroke="white" stroke-width="1.5"/><rect x="5" y="5" width="12" height="12" rx="2" fill="black" stroke="white" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.couponModal__couponSubTexts > li {
  font-size: 11px;
}
.couponModal__closeButton {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 4;
}

@media screen and (min-width: 641px) and (max-width: 1120px) {
  .couponModal {
    display: none;
  }
  .couponModal__contentBoxInner {
    width: 85vw;
    padding-bottom: 20px;
    height: auto;
    max-height: 90vh;
  }
  .couponModal__text {
    text-align: center;
  }
  .couponModal__copyButton {
    padding: 14px 0;
    width: 300px;
    margin: 0 auto;
  }
  .couponModal__couponArea {
    padding: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1120px) {
  .couponModal {
    display: none;
  }
  .couponModal__contentBoxInner {
    width: 960px;
    height: auto;
    padding-bottom: 20px;
    max-height: 90vh;
  }
  .couponModal__header {
    font-size: 24px;
    background: #01946A;
    padding: 18px 0;
  }
  .couponModal__content {
    padding: 20px;
  }
  .couponModal__text {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .couponModal__couponHeader {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }
  .couponModal__couponArea {
    width: 580px;
    padding: 16px;
    background: #fff;
    text-align: center;
    margin: 0 auto 16px;
  }
  .couponModal__coupon {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .couponModal__couponKana {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .couponModal__copyButton {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0;
    width: 300px;
    margin: 0 auto;
  }
  .couponModal__couponSubTexts {
    width: 580px;
    margin: 0 auto;
  }
  .couponModal__couponSubTexts > li {
    font-size: 11px;
  }
  .couponModal__closeButton {
    position: absolute;
    top: -15px;
    right: -10px;
  }
}
.introduction {
  margin: 60px auto 0;
  text-align: center;
}
.introduction__embedAreas {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduction__heading {
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  padding-left: 15px;
}
.introduction__lead {
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.introduction__subHeading {
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 1120px) {
  .introduction {
    margin: 130px auto 120px;
    width: 1120px !important;
  }
  .introduction__embedAreas {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduction__heading {
    margin-bottom: 60px;
    font-size: 48px;
  }
  .introduction__lead {
    margin-bottom: 100px;
    font-size: 28px;
    border-bottom: 1px solid #000;
  }
  .introduction__subHeading {
    font-size: 28px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .introduction__embedAreas {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.embedArea {
  margin: 0 auto;
  width: calc(100% - 32px);
}
.embedArea + .embedArea {
  margin-top: 38px;
}
.embedArea__embedWrapper {
  margin-bottom: 20px;
}
.embedArea__writerName {
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 10px;
}
.embedArea__writerScreenName {
  letter-spacing: 0.1em;
  font-size: 12px;
}
.embedArea__youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 641px) {
  .embedArea {
    width: 540px;
  }
  .embedArea + .embedArea {
    margin-top: 0;
  }
  .embedArea--youtubeArea {
    width: 686px;
  }
  .embedArea__embedWrapper {
    margin-bottom: 40px;
  }
  .embedArea__writerName {
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .embedArea__writerScreenName {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
  .embedArea__youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .embedArea {
    width: auto !important;
  }
  .embedArea--youtubeArea {
    width: 620px !important;
  }
  .embedArea__embedWrapper {
    margin-bottom: 20px;
  }
  .embedArea__writerName {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .embedArea__writerScreenName {
    font-size: 14px;
  }
}