﻿@charset "UTF-8";
* {
  box-sizing: border-box;
}
:before,
:after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.l-free-body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: under-pageline dotted;
  text-decoration: under-pageline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
:root {
  --reading-trim: calc((1em - 1lh) / 2);
}
html {
  font-feature-settings: "palt" 1;
}
html,
body.l-free-body {
  max-width: 100svw;
}
body.l-free-body {
  max-width: 100svw;
  overflow-x: hidden;
}
span,
div {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}
img {
  object-fit: cover;
  pointer-events: none;
  touch-callout: none;
  user-select: none;
  user-drag: none;
  border-radius: inherit;
  width: inherit;
  height: inherit;
}
svg {
  width: inherit;
  height: inherit;
}
svg path {
  transform-origin: center center;
}
video {
  max-width: 100svw;
  object-fit: cover;
}
picture {
  display: block;
}
picture source,
picture img {
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
  line-height: 1;
}
a > * {
  pointer-events: none;
}
div,
p,
a {
  font-size: medium;
}
button,
[expansion-area] {
  position: relative;
  width: fit-content;
}
button:after,
[expansion-area]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 22px);
  width: calc(100% + 22px);
}
section {
  width: 100svw;
}
.container {
  position: relative;
  max-width: 100svw;
  overflow: hidden;
}
@media (min-width: 751px) {
  .container {
    min-height: 100vh;
  }
}
[no-scroll] {
  position: fixed;
  inset: 0;
  overflow: hidden;
  overscroll-behavior: none;
}
@media (max-width: 750px) {
  [pc-only] {
    display: none !important;
  }
}
@media (max-width: 992px) {
  [not-pc-sm-only] {
    display: none !important;
  }
}
@media (min-width: 993px) {
  [pc-sm-only] {
    display: none !important;
  }
}
@media (max-width: 1580px) {
  [lg-over-only] {
    display: none !important;
  }
}
@media (min-width: 751px) {
  [sp-only] {
    display: none !important;
  }
}
[hidden] {
  display: none !important;
}
#wpadminbar {
  opacity: 0.1;
  transition: opacity 0.5s;
}
#wpadminbar:hover {
  opacity: 1;
}
@keyframes scrollBar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 0 100%;
  }
  to {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
}
footer.base-footer {
  position: relative;
  padding-inline: 80rem;
  background: var(--color-green-100);
  display: flex;
  align-items: center;
  padding-top: 60rem;
  padding-bottom: 67rem;
  z-index: 9998;
}
@media (max-width: 992px) {
  footer.base-footer {
    padding-inline: 40rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    padding-top: 60rem;
    padding-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  footer.base-footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-top: 90rem;
  }
}
footer.base-footer .base-footer__logo {
  width: 179rem;
  height: auto;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__logo {
    width: 190rem;
    margin-inline: auto;
  }
}
footer.base-footer .base-footer__copy {
  font-size: 11rem;
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  margin-inline: 32rem 0;
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__copy {
    grid-column: 1/3;
    grid-row: 3/4;
    text-align: center;
    margin-top: 95rem;
    margin-inline: auto;
  }
}
footer.base-footer .base-footer__nav {
  margin-inline: auto 0;
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__nav {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 45rem;
    margin-inline: auto;
  }
}
footer.base-footer .base-footer__list {
  display: flex;
  align-items: center;
  gap: 38rem;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__list {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
footer.base-footer .base-footer__link {
  color: var(--color-white-100);
}
footer.base-footer .base-footer__back {
  width: 84rem;
  height: 84rem;
  background: var(--color-white-100);
  border-radius: 50%;
  margin-inline: 35rem 0;
  color: var(--color-green-100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5rem;
  cursor: pointer;
  filter: drop-shadow(0 0 10rem rgba(0, 0, 0, 0.1));
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__back {
    position: absolute;
    inset: -45rem 0 auto;
    margin: auto;
  }
}
footer.base-footer .base-footer__back svg {
  width: 25rem;
  height: 25rem;
}
footer.base-footer .base-footer__back svg circle,
footer.base-footer .base-footer__back svg path {
  stroke: var(--color-green-100);
}
footer.base-footer .base-footer__logo,
footer.base-footer .base-footer__link {
  transition: opacity 0.4s ease-out;
}
footer.base-footer .base-footer__back svg {
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__logo:hover:hover,
  footer.base-footer .base-footer__link:hover:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__logo:hover[hover-el],
  footer.base-footer .base-footer__link:hover[hover-el] {
    opacity: 0.6;
  }
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__back:hover:hover svg {
    transform: scale(1.2);
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__back:hover[hover-el] svg {
    transform: scale(1.2);
  }
}
header.base-header {
  width: 100%;
  height: 68rem;
  max-width: 1200rem;
  background: var(--color-green-100);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 40rem 0 auto;
  margin: auto;
  z-index: 9999;
  border-radius: 15rem;
  padding-inline: 40rem;
}
@media (max-width: 992px) {
  header.base-header {
    width: 90%;
  }
}
@media (max-width: 750px) {
  header.base-header {
    width: calc(100% - 28rem);
    height: 50rem;
    inset: 14rem 14rem auto;
    border-radius: 8rem;
    background: var(--color-white-100);
    padding-inline: 20rem;
  }
}
header.base-header .base-header__logo {
  width: 130rem;
  height: auto;
}
@media (max-width: 750px) {
  header.base-header .base-header__logo {
    width: 90rem;
    margin-top: 5rem;
  }
}
@media (max-width: 750px) {
  header.base-header .base-header__logo svg path {
    fill: var(--color-green-100);
  }
}
header.base-header .base-header__list {
  display: flex;
  align-items: center;
  gap: 38rem;
}
@media (max-width: 750px) {
  header.base-header .base-header__list {
    display: none;
  }
}
header.base-header .base-header__item:first-of-type .base-header__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
header.base-header .base-header__item:first-of-type .base-header__link svg {
  width: 27rem;
  height: auto;
}
header.base-header .base-header__link {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
}
header.base-header .base-header__button {
  width: 36rem;
  height: 36rem;
  background: var(--color-green-100);
  border-radius: 4rem;
  box-shadow: inset -4px -4px 10px #0003;
  box-shadow: inset 2px 2px 10px #fff9;
  position: relative;
}
@media (min-width: 751px) {
  header.base-header .base-header__button {
    display: none;
  }
}
header.base-header .base-header__button span {
  width: 14rem;
  height: 2rem;
  background: var(--color-white-100);
  position: absolute;
  margin: auto;
}
header.base-header {
  transition: opacity 0.2s ease-out;
}
header.base-header .base-header__logo,
header.base-header .base-header__link {
  transition: opacity 0.4s ease-out;
}
header.base-header .base-header__button span {
  transition: top 0.4s ease, bottom 0.4s ease, transform 0.4s ease;
}
header.base-header .base-header__button span:first-of-type {
  inset: -5rem 0 0;
}
header.base-header .base-header__button span:last-of-type {
  inset: 0 0 -5rem;
}
@media (min-width: 993px) {
  header.base-header .base-header__logo:hover:hover,
  header.base-header .base-header__link:hover:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__logo:hover[hover-el],
  header.base-header .base-header__link:hover[hover-el] {
    opacity: 0.6;
  }
}
header.base-header[hide] {
  opacity: 0;
  pointer-events: none;
}
header.base-header[open] .base-header__button span:first-of-type {
  top: 0;
  transform: rotate(45deg);
}
header.base-header[open] .base-header__button span:last-of-type {
  bottom: 0;
  transform: rotate(-45deg);
}
.base-menu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9998;
}
.base-menu .base-menu__contents {
  background: var(--color-grad-100);
  padding-top: 153rem;
  padding-bottom: 118rem;
  padding-inline: 40rem;
  border-radius: 0 0 30rem 30rem;
}
.base-menu .base-menu__item {
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-white-100),
    var(--color-white-100) 8rem,
    transparent 8rem,
    transparent 13rem
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2rem;
  padding-bottom: 12rem;
  margin-inline: 60rem 0;
  position: relative;
}
.base-menu .base-menu__item:not(:first-of-type) {
  margin-top: 28rem;
}
.base-menu .base-menu__link {
  display: block;
  color: var(--color-white-100);
}
.base-menu .base-menu__icon {
  width: 45rem;
  height: 45rem;
  position: absolute;
  inset: 0 auto 0 -60rem;
  margin: auto;
}
.base-menu .base-menu__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  margin: auto;
  background: color-mix(in srgb, black 20%, transparent 80%);
  z-index: -1;
}
.base-menu {
  transition: opacity 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
.base-menu[open] {
  pointer-events: auto;
  opacity: 1;
}
.container[page-name="index"] section .section__title {
  font-size: 44rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-green-100);
  line-height: 1.7;
  letter-spacing: -0.05em;
}
.container[page-name="index"] section.making .section__title {
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section .section__title {
    font-size: 23rem;
    line-height: 1.9;
  }
}
.container[page-name="index"] section .section__title span {
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-green-100),
    var(--color-green-100) 8rem,
    transparent 8rem,
    transparent 13rem
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section .section__title span {
    padding-bottom: 5rem;
    background-image: repeating-linear-gradient(
      90deg,
      var(--color-green-100),
      var(--color-green-100) 8rem,
      transparent 8rem,
      transparent 14rem
    );
    background-size: 100% 2rem;
  }
}
.container[page-name="index"] section .section__title small {
  font-size: 36rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section .section__title small {
    font-size: 20rem;
  }
}
.container[page-name="index"] section.first {
  width: 100%;
  position: relative;
  padding-bottom: 1120rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.first {
    padding-bottom: 900rem;
  }
}
.container[page-name="index"] section.first .first__yamazaki {
  width: 660rem;
  height: auto;
  position: absolute;
  inset: -206rem 0 auto 145rem;
  margin: auto;
  z-index: 1;
  filter: drop-shadow(4rem 4rem 16rem rgba(0, 0, 0, 0.25));
}
@media (max-width: 992px) {
  .container[page-name="index"] section.first .first__yamazaki {
    width: 500rem;
    height: auto;
    inset: -150rem 0 auto 100rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.first .first__yamazaki {
    width: 430rem;
    inset: -13rem 0 auto 120rem;
  }
}
.container[page-name="index"] section.first .first__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 auto;
  object-position: top;
}
.container[page-name="index"] section.first .first__logo {
  width: 80rem;
  height: 80rem;
  position: absolute;
  inset: 20rem 0 0 20rem;
}
.container[page-name="index"] section.first .first__title {
  width: 452rem;
  height: auto;
  position: absolute;
  inset: 227rem auto auto 61rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.first .first__title {
    width: 300rem;
    height: auto;
    inset: 130rem auto auto 60rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.first .first__title {
    width: 250rem;
    inset: 116rem auto auto 23rem;
  }
}
.container[page-name="index"] section.first .first__scroll {
  font-size: 12rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 350rem;
  left: 30rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.first .first__scroll {
    bottom: 250rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.first .first__scroll {
    left: 10rem;
    bottom: 150rem;
  }
}
.container[page-name="index"] section.first .first__scroll span {
  display: inline-block;
  width: 1rem;
  height: 60rem;
  background: var(--color-white-100);
  margin-top: 15rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.first .first__scroll span {
    height: 30rem;
  }
}
.container[page-name="index"] section.first .first__title {
  overflow: visible;
}
.container[page-name="index"] section.first .first__title [first-title-group] {
  opacity: 0;
}
.container[page-name="index"] section.first .first__title [first-title-copy] {
  transform-origin: center;
  overflow: visible;
}
.container[page-name="index"] section.first .first__yamazaki {
  transform-origin: 50% 75%;
}
.container[page-name="index"] section.first .first__yamazaki picture {
  opacity: 0;
}
.container[page-name="index"] section.first .first__logo {
  transition: opacity 0.3s ease-out;
}
@media (min-width: 993px) {
  .container[page-name="index"] section.first .first__logo:hover:hover {
    opacity: 0.6;
  }
}
@media (max-width: 992px) {
  .container[page-name="index"] section.first .first__logo:hover[hover-el] {
    opacity: 0.6;
  }
}
.container[page-name="index"] section.first .first__scroll span {
  animation: scrollBar 2.5s ease infinite;
}
.container[page-name="index"] section.about {
  position: relative;
  z-index: 1;
  margin-top: -85rem;
}
.container[page-name="index"] section.about:before {
  content: "";
  width: 1723rem;
  height: 848rem;
  position: absolute;
  inset: -163rem 0 auto 50%;
  transform: translate(-50%);
  background: var(--color-white-100);
  border-radius: 50%;
  border: 5rem solid var(--color-green-200);
  z-index: 0;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about:before {
    width: 534rem;
    height: 338rem;
    inset: -85rem 0 auto 50%;
  }
}
.container[page-name="index"] section.about:after {
  content: "";
  width: 1723rem;
  height: 848rem;
  position: absolute;
  inset: auto 0 -230rem 50%;
  transform: translate(-50%);
  background: var(--color-white-100);
  border-radius: 50%;
  border: 5rem solid var(--color-green-200);
  z-index: -1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about:after {
    width: 534rem;
    height: 338rem;
    inset: auto 0 -145rem 50%;
  }
}
.container[page-name="index"] section.about .about__inner {
  background: var(--color-white-100);
  position: relative;
  border-radius: 100rem 100rem 0 0;
}
.container[page-name="index"] section.about .about__title {
  font-size: 38rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-green-100);
  margin-bottom: 40rem;
  text-align: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__title {
    font-size: 24rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
.container[page-name="index"] section.about .about__title__logo {
  width: 280rem;
  height: auto;
}
.container[page-name="index"] section.about .about__description {
  display: block;
  margin-top: 59rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__description {
    width: 390rem;
    margin-top: 20rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__contents {
    padding-inline: 20rem;
  }
}
.container[page-name="index"] section.about .about__text {
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin-top: 40rem;
  text-align: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__text {
    font-size: 16rem;
    margin-top: 28rem;
  }
}
.container[page-name="index"] section.about .about__compare {
  width: 940rem;
  height: auto;
  background: var(--color-green-200);
  margin-inline: auto;
  border-radius: 500rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 67rem 63rem;
  padding-top: 40rem;
  padding-bottom: 44rem;
  padding-inline: 139rem 150rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare {
    width: 100%;
    padding-top: 70rem;
    padding-bottom: 52rem;
    padding-inline: 63rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 100rem;
    gap: 0;
  }
}
.container[page-name="index"] section.about .about__compare:first-of-type {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare:first-of-type {
    margin-top: 60rem;
  }
}
.container[page-name="index"] section.about .about__compare:nth-child(2) {
  margin-bottom: 68rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare:nth-child(2) {
    margin-bottom: 52rem;
  }
}
.container[page-name="index"] section.about .about__compare__title {
  font-size: 18rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  grid-column: 1/3;
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__title {
    grid-column: 1/2;
    grid-row: 1/2;
    line-height: 1.4;
  }
}
.container[page-name="index"] section.about .about__compare__title:after {
  content: "";
  width: 30rem;
  height: 3rem;
  background: var(--color-white-100);
  position: absolute;
  inset: auto 0 -25rem;
  margin: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__title:after {
    inset: auto 0 -15rem;
  }
}
.container[page-name="index"] section.about .about__compare__image-01 {
  width: 350rem;
  height: 275rem;
  border-radius: 20rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__image-01 {
    width: 100%;
    height: 208rem;
    margin-top: 40rem;
  }
}
.container[page-name="index"] section.about .about__compare__text {
  font-size: 18rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__text {
    margin-top: 23rem;
  }
}
.container[page-name="index"] section.about .about__compare__notice {
  font-size: 12rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  position: absolute;
  inset: auto auto 45rem 140rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__notice {
    position: relative;
    inset: auto;
    text-align: center;
    margin-top: 20rem;
  }
}
.container[page-name="index"] section.about .about__compare__image-02 {
  width: 246rem;
  height: auto;
  margin-top: 13rem;
  z-index: 0;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__compare__image-02 {
    width: 270rem;
  }
}
.container[page-name="index"] section.about .about__faq {
  background: var(--color-green-300);
  margin-top: 235rem;
  padding-top: 98rem;
  padding-bottom: 177rem;
  padding-inline: 200rem;
  position: relative;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__faq {
    padding-inline: 40rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq {
    margin-top: 160rem;
    padding-top: 30rem;
    padding-bottom: 127rem;
    padding-inline: 0;
  }
}
.container[page-name="index"] section.about .about__faq:before {
  content: "Q";
  font-size: 400rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  inset: -40rem auto auto 70rem;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq:before {
    font-size: 150rem;
    inset: -40rem auto auto 10rem;
  }
}
.container[page-name="index"] section.about .about__faq:after {
  content: "A";
  font-size: 160rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  inset: 50rem 160rem auto auto;
  opacity: 0.2;
  transform: rotate(10deg);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq:after {
    font-size: 80rem;
    inset: 170rem 50rem auto auto;
  }
}
.container[page-name="index"] section.about .about__faq__inner {
  display: flex;
  gap: 65rem;
  margin-inline: 45rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__faq__inner {
    margin-inline: 0;
    gap: 60rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__inner {
    flex-direction: column;
    gap: 0;
  }
}
.container[page-name="index"] section.about .about__faq__title {
  font-size: 36rem;
  color: var(--color-white-100);
  line-height: 2;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__faq__title {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__title {
    font-size: 23rem;
    line-height: 1.9;
    text-align: center;
  }
}
.container[page-name="index"] section.about .about__faq__title span {
  padding-bottom: 12rem;
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-white-100),
    var(--color-white-100) 8rem,
    transparent 8rem,
    transparent 13rem
  );
  letter-spacing: -0.005em;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__title span {
    padding-bottom: 5rem;
  }
}
.container[page-name="index"] section.about .about__faq__text {
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  line-height: 2;
  margin-top: 8rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__text {
    font-size: 16rem;
    text-align: center;
    margin-top: 22rem;
    line-height: 1.9;
  }
}
.container[page-name="index"] section.about .about__faq__contents {
  background: var(--color-white-200);
  margin-top: 84rem;
  border-radius: 20rem;
  padding-top: 43rem;
  padding-bottom: 39rem;
  padding-inline: 120rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__faq__contents {
    padding-inline: 60rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__contents {
    margin-top: 40rem;
    padding-top: 31rem;
    padding-bottom: 45rem;
    padding-inline: 30rem;
  }
}
.container[page-name="index"] section.about .about__faq__item {
  position: relative;
}
.container[page-name="index"]
  section.about
  .about__faq__item:not(:first-of-type) {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.about
    .about__faq__item:not(:first-of-type) {
    margin-top: 10rem;
  }
}
.container[page-name="index"] section.about .about__faq__item:before {
  content: "";
  position: absolute;
  inset: 30rem 20rem auto auto;
  margin: auto;
  width: 14rem;
  height: 3rem;
  border-radius: 50rem;
  background: var(--color-green-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__item:before {
    width: 14rem;
    height: 2rem;
    inset: 25rem 2rem auto auto;
  }
}
.container[page-name="index"] section.about .about__faq__item:after {
  content: "";
  position: absolute;
  inset: 30rem 20rem auto auto;
  margin: auto;
  width: 14rem;
  height: 3rem;
  border-radius: 50rem;
  background: var(--color-green-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__item:after {
    width: 14rem;
    height: 2rem;
    inset: 25rem 2rem auto auto;
  }
}
.container[page-name="index"] section.about .about__faq__question {
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding-top: 20rem;
  padding-bottom: 22rem;
  padding-inline: 48rem;
  position: relative;
  border-bottom: 3rem dashed var(--color-green-100);
  cursor: pointer;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__question {
    font-size: 16rem;
    line-height: 1.4;
    padding-top: 17rem;
    padding-bottom: 12rem;
    padding-inline: 32rem;
    border-bottom: 2rem dashed var(--color-green-100);
  }
}
.container[page-name="index"] section.about .about__faq__question:before {
  content: "Q";
  font-size: 24rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  height: fit-content;
  position: absolute;
  inset: 20rem auto 0 0;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__question:before {
    font-size: 16rem;
    inset: 18rem auto 0 0;
  }
}
.container[page-name="index"] section.about .about__faq__answer {
  overflow: hidden;
}
.container[page-name="index"] section.about .about__faq__answer-contents {
  font-size: 18rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding-top: 20rem;
  padding-bottom: 30rem;
  padding-inline: 48rem 0;
  line-height: 1.7;
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__answer-contents {
    font-size: 14rem;
    padding-top: 17rem;
    padding-bottom: 3rem;
    padding-inline: 32rem;
  }
}
.container[page-name="index"]
  section.about
  .about__faq__answer-contents:before {
  content: "A";
  font-size: 18rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  height: fit-content;
  position: absolute;
  inset: 19rem auto 0 0;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.about
    .about__faq__answer-contents:before {
    font-size: 15rem;
    inset: 17rem auto 0 5rem;
  }
}
.container[page-name="index"] section.about .about__faq__understand {
  width: 335rem;
  height: 335rem;
  position: absolute;
  inset: auto 0 -225rem;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__understand {
    width: 310rem;
    height: 310rem;
    inset: auto 0 -235rem;
  }
}
.container[page-name="index"] section.about .about__faq__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.container[page-name="index"] section.about .about__faq__wave {
  width: 1440rem;
  height: 100rem;
  position: absolute;
}
.container[page-name="index"] section.about .about__faq__wave-01 {
  inset: -99rem 0 auto;
  transform: rotate(180deg);
  z-index: 0;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__wave-01 {
    width: 800rem;
  }
}
.container[page-name="index"] section.about .about__faq__wave-02 {
  inset: auto 0 -99rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__faq__wave-02 {
    width: 800rem;
  }
}
.container[page-name="index"] section.about .about__detail {
  padding-top: 275rem;
  padding-inline: 200rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__detail {
    padding-inline: 40rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail {
    padding-inline: 20rem;
  }
}
.container[page-name="index"] section.about .about__detail__title {
  text-align: center;
  line-height: 2.1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__title {
    line-height: 2;
  }
}
.container[page-name="index"] section.about .about__detail__title span {
  padding-bottom: 8rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__title span {
    padding-bottom: 5rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.about
    .about__detail__title
    > span:last-of-type {
    font-size: 36rem;
  }
}
.container[page-name="index"]
  section.about
  .about__detail__title
  > span:last-of-type:before {
  content: "メルネス";
  display: inline-block;
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16rem;
  white-space: nowrap;
  letter-spacing: 0.5em;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.about
    .about__detail__title
    > span:last-of-type:before {
    letter-spacing: 0.3em;
  }
}
.container[page-name="index"] section.about .about__detail__movie {
  width: 100%;
  height: 584rem;
  background: var(--color-grad-100);
  border-radius: 20rem;
  margin-top: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__movie {
    width: 100%;
    height: 225rem;
    margin-top: 40rem;
    border-radius: 7rem;
  }
}
.container[page-name="index"] section.about .about__detail__movie-contents {
  width: 780rem;
  height: 440rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__movie-contents {
    width: 275rem;
    height: 155rem;
  }
}
.container[page-name="index"]
  section.about
  .about__detail__movie-contents
  iframe {
  width: 100%;
  height: 100%;
}
.container[page-name="index"] section.about .about__detail__link {
  display: block;
  width: 400rem;
  height: 80rem;
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  background: var(--color-grad-100);
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__link {
    width: 310rem;
    height: 60rem;
    font-size: 18rem;
    margin-top: 50rem;
  }
}
.container[page-name="index"] section.about .about__detail__link svg {
  width: 60rem;
  height: 60rem;
  position: absolute;
  inset: -23rem auto auto -20rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__detail__link svg {
    width: 50rem;
    height: 50rem;
    inset: -20rem auto auto -20rem;
  }
}
.container[page-name="index"] section.about .about__combo {
  width: 940rem;
  height: auto;
  margin-top: 107rem;
  margin-inline: auto;
  padding-top: 50rem;
  padding-bottom: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.about .about__combo {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__combo {
    padding-top: 58rem;
    margin-top: 70rem;
  }
}
.container[page-name="index"] section.about .about__combo__decoration {
  width: 105rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__combo__decoration {
    width: 111rem;
  }
}
.container[page-name="index"] section.about .about__combo__title {
  text-align: center;
  margin-top: 28rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__combo__title {
    font-size: 24rem;
    margin-top: 15rem;
    line-height: 1.8;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__combo__title strong {
    font-size: 36rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.about .about__combo__title small {
    font-size: 20rem;
  }
}
.container[page-name="index"] section.about .about__faq__answer {
  --height: 0;
  height: var(--height);
}
.container[page-name="index"] section.about .about__faq__item:after {
  transition: transform 0.4s ease;
}
.container[page-name="index"] section.about .about__faq__item[close]:after {
  transform: rotate(90deg);
}
.container[page-name="index"] section.campaign {
  padding-top: 360rem;
  background: var(--color-grad-100);
  position: relative;
  z-index: 0;
  padding-bottom: 364rem;
  padding-inline: 80rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign {
    padding-inline: 40rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign {
    padding-top: 260rem;
    padding-bottom: 280rem;
    padding-inline: 14rem;
  }
}
.container[page-name="index"] section.campaign .campaign__title {
  text-align: center;
}
.container[page-name="index"] section.campaign .campaign__title--ja {
  font-size: 44rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: var(--color-white-100);
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__title--ja {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__title--ja {
    font-size: 20rem;
  }
}
.container[page-name="index"] section.campaign .campaign__title--en {
  font-size: 16rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  margin-top: 20rem;
}
.container[page-name="index"] section.campaign .campaign__cloud {
  position: absolute;
}
.container[page-name="index"] section.campaign .campaign__cloud__01 {
  width: 384rem;
  height: auto;
  inset: 180rem auto auto 20rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__cloud__01 {
    width: 300rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__cloud__01 {
    width: 160rem;
    inset: 150rem auto auto -40rem;
  }
}
.container[page-name="index"] section.campaign .campaign__cloud__02 {
  width: 364rem;
  height: auto;
  inset: 480rem -5rem auto auto;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__cloud__02 {
    width: 300rem;
    inset: 375rem -100rem auto auto;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__cloud__02 {
    width: 190rem;
    inset: 150rem -50rem auto auto;
  }
}
.container[page-name="index"] section.campaign .campaign__term {
  width: 914rem;
  height: auto;
  margin-inline: auto;
  margin-top: 78rem;
  background: var(--color-white-100);
  position: relative;
  padding-top: 35rem;
  padding-bottom: 20rem;
  border-radius: 30rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__term {
    width: 100%;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
.container[page-name="index"] section.campaign .campaign__term__title {
  width: 480rem;
  height: 48rem;
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  background: var(--color-green-100);
  position: absolute;
  inset: -24rem 0 auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__term__title {
    width: 180rem;
    height: 28rem;
    font-size: 14rem;
    inset: -18rem 0 auto;
  }
}
.container[page-name="index"] section.campaign .campaign__term__text {
  font-size: 32rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__term__text {
    font-size: 18rem;
  }
}
.container[page-name="index"] section.campaign .campaign__term__text span {
  font-size: 48rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__term__text span {
    font-size: 28rem;
  }
}
.container[page-name="index"] section.campaign .campaign__term__text--en {
  font-size: 32rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__term__text--en {
    font-size: 18rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents {
  background: var(--color-white-100);
  border-radius: 30rem;
  margin-top: 54rem;
  padding-top: 140rem;
  padding-bottom: 135rem;
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__contents {
    padding-inline: 40rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents {
    padding-top: 50rem;
    padding-bottom: 60rem;
    padding-inline: 27rem;
    letter-spacing: -0.01em;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__title {
  width: 480rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__title {
    width: 320rem;
  }
}
.container[page-name="index"] section.campaign .campaign__title__sub {
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-green-100);
  text-align: center;
  margin-top: 80rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__title__sub {
    font-size: 20rem;
    margin-top: 70rem;
  }
}
.container[page-name="index"] section.campaign .campaign__title__sub:before {
  content: "";
  width: 266rem;
  height: 3rem;
  position: absolute;
  inset: 0 200rem 0 auto;
  margin: auto;
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-green-100),
    var(--color-green-100) 8rem,
    transparent 8rem,
    transparent 13rem
  );
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__title__sub:before {
    inset: 0 10rem 0 auto;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__title__sub:before {
    width: 40rem;
    background-image: repeating-linear-gradient(
      90deg,
      var(--color-green-100),
      var(--color-green-100) 8rem,
      transparent 8rem,
      transparent 13rem
    );
  }
}
.container[page-name="index"] section.campaign .campaign__title__sub:after {
  content: "";
  width: 266rem;
  height: 3rem;
  position: absolute;
  inset: 0 auto 0 200rem;
  margin: auto;
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-green-100),
    var(--color-green-100) 8rem,
    transparent 8rem,
    transparent 13rem
  );
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign .campaign__title__sub:after {
    inset: 0 auto 0 10rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__title__sub:after {
    width: 40rem;
    background-image: repeating-linear-gradient(
      90deg,
      var(--color-green-100),
      var(--color-green-100) 8rem,
      transparent 8rem,
      transparent 13rem
    );
  }
}
.container[page-name="index"] section.campaign .campaign__contents__text {
  font-size: 28rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1.4;
  margin-top: 24rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__text {
    font-size: 16rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__list {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-top: 70rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__list {
    flex-direction: column;
    gap: 62rem;
    margin-top: 60rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__item {
  max-width: 288rem;
  border-radius: 10rem;
  background: var(--color-grad-100);
  padding-top: 26rem;
  padding-bottom: 26rem;
  padding-inline: 26rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__item {
    max-width: initial;
    width: 100%;
    padding-top: 30rem;
    padding-bottom: 30rem;
    padding-inline: 30rem;
    border-radius: 20rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__item-step {
  width: 100rem;
  height: 100rem;
  position: absolute;
  inset: -50rem 0 auto;
  margin: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__contents__item-step {
    width: 90rem;
    height: 90rem;
    inset: -40rem 0 auto;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__item-image {
  width: 100%;
  height: 142rem;
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__contents__item-image {
    height: 165rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__contents__item-image
  picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[page-name="index"] section.campaign .campaign__contents__item-text {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin-top: 20rem;
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__contents__item-text {
    margin-top: 12rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__link {
  text-align: center;
  margin-top: 48rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__link {
    font-size: 14rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__link a {
  border-bottom: 2rem solid var(--color-green-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__link a {
    font-size: 14rem;
  }
}
.container[page-name="index"] section.campaign .campaign__contents__button {
  display: block;
  width: 400rem;
  height: 80rem;
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-white-100);
  background: var(--color-grad-100);
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__contents__button {
    width: 310rem;
    height: 60rem;
    font-size: 18rem;
    margin-top: 20rem;
  }
}
.container[page-name="index"] section.campaign .campaign__receipt__text {
  font-size: 23rem;
  font-family: Zen Maru Gothic, serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 36rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__receipt__text {
    font-size: 16rem;
    margin-top: 20rem;
  }
}
.container[page-name="index"] section.campaign .campaign__receipt__text--red {
  font-size: 14rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-red-100);
  text-align: center;
  margin-top: 20rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__receipt__text--red {
    margin-top: 10rem;
  }
}
.container[page-name="index"] section.campaign .campaign__receipt__contents {
  max-width: 725rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  justify-content: center;
  margin-top: 52rem;
  gap: 0 64rem;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__receipt__contents {
    gap: 21rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-image {
  width: 288rem;
  height: auto;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__receipt__contents-image {
    grid-row: 1/2;
    width: 164rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-list {
  counter-reset: item;
  grid-column: 2/3;
  grid-row: 1/2;
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-item {
  font-size: 23rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: relative;
  counter-increment: item;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__receipt__contents-item {
    font-size: 14rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-item:not(:last-of-type) {
  margin-bottom: 7rem;
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-item:before {
  content: counter(item);
  width: 46rem;
  height: 46rem;
  display: inline-block;
  background: var(--color-green-100);
  border-radius: 50%;
  color: var(--color-white-100);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 0 24rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__receipt__contents-item:before {
    width: 24rem;
    height: 24rem;
    margin-inline: 0 5rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__receipt__contents-serif {
  width: 373rem;
  height: auto;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 32rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__receipt__contents-serif {
    grid-column: 1/3;
    width: 100%;
    margin-top: 0;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__caution
  .campaign__title__sub:before,
.container[page-name="index"]
  section.campaign
  .campaign__caution
  .campaign__title__sub:after {
  width: 340rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__caution
    .campaign__title__sub:before,
  .container[page-name="index"]
    section.campaign
    .campaign__caution
    .campaign__title__sub:after {
    width: 90rem;
  }
}
.container[page-name="index"] section.campaign .campaign__caution__list {
  width: 850rem;
  margin-inline: auto;
  margin-top: 40rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__caution__list {
    width: 100%;
    margin-top: 25rem;
  }
}
.container[page-name="index"] section.campaign .campaign__caution__item {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.container[page-name="index"]
  section.campaign
  .campaign__caution__item:not(:first-of-type) {
  margin-top: 10rem;
}
.container[page-name="index"]
  section.campaign
  .campaign__compare
  .campaign__title__sub:before,
.container[page-name="index"]
  section.campaign
  .campaign__compare
  .campaign__title__sub:after {
  width: 150rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__compare
    .campaign__title__sub:before {
    display: none;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__compare
    .campaign__title__sub:after {
    width: 290rem;
    top: -120rem;
  }
}
.container[page-name="index"] section.campaign .campaign__compare__image-good {
  width: 352rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__compare__image-good {
    width: 100%;
  }
}
.container[page-name="index"] section.campaign .campaign__compare__image-bad {
  width: 352rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__compare__image-bad {
    width: 100%;
  }
}
.container[page-name="index"] section.campaign .campaign__compare__image {
  display: flex;
  justify-content: center;
  gap: 22rem;
  margin-top: 58rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__compare__image {
    flex-direction: column;
    gap: 40rem;
    margin-top: 28rem;
  }
}
.container[page-name="index"] section.campaign .campaign__application {
  margin-top: 103rem;
}
.container[page-name="index"] section.campaign .campaign__application__title {
  width: 480rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.campaign .campaign__application__title {
    width: 340rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__contents {
  max-width: 600rem;
  background: var(--color-white-400);
  margin-top: 30rem;
  border-radius: 30rem;
  margin-inline: auto;
  padding-top: 37rem;
  padding-bottom: 37rem;
  padding-inline: 50rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__contents {
    padding-top: 20rem;
    padding-bottom: 20rem;
    padding-inline: 22rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__contents-container {
  overflow: hidden;
  width: 100%;
  height: 198rem;
  overflow-y: scroll;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__contents-text {
    font-size: 14rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__text--small {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  text-align: center;
  margin-top: 40rem;
}
.container[page-name="index"] section.campaign .campaign__application__text {
  font-size: 18rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  text-align: center;
  margin-top: 65rem;
}
.container[page-name="index"] section.campaign .campaign__application__detail {
  max-width: 600rem;
  padding-top: 45rem;
  padding-bottom: 30rem;
  padding-inline: 50rem;
  margin-inline: auto;
  border-radius: 20rem;
  border: 2rem solid var(--color-green-100);
  font-size: 18rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  text-align: center;
  position: relative;
  margin-top: 43rem;
}
@media (max-width: 992px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail {
    max-width: 700rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail {
    padding-inline: 10rem;
    font-size: 14rem;
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__detail-title {
  background: var(--color-green-100);
  color: var(--color-white-100);
  width: 100%;
  max-width: 347rem;
  border-radius: 100rem;
  position: absolute;
  inset: -20rem 0 auto;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail-title {
    font-size: 14rem;
    max-width: 267rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail-text {
    font-size: 14rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__detail-text
  a {
  border-bottom: 2rem solid var(--color-green-100);
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail-text
    a {
    font-size: 14rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__detail-caution {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 750px) {
  .container[page-name="index"]
    section.campaign
    .campaign__application__detail-caution {
    text-align: left;
    font-size: 12rem;
  }
}
.container[page-name="index"]
  section.campaign
  .campaign__application__detail-caution:first-of-type {
  margin-top: 30rem;
}
.container[page-name="index"]
  section.campaign
  .campaign__application__detail-caution--first {
  margin-top: 20rem;
}
.container[page-name="index"] section.campaign p > a {
  transition: opacity 0.3s ease;
}
@media (min-width: 993px) {
  .container[page-name="index"] section.campaign p > a:hover:hover {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .container[page-name="index"] section.campaign p > a:hover[hover-el] {
    opacity: 0.5;
  }
}
.container[page-name="index"] section.comment {
  position: relative;
  z-index: 0;
  padding-top: 400rem;
  /* background: var(--color-white-100); */
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment {
    padding-top: 340rem;
  }
}
/* .container[page-name="index"] section.comment:before {
  content: "";
  width: 1723rem;
  height: 848rem;
  position: absolute;
  inset: -200rem 0 auto 50%;
  transform: translate(-50%);
  background: var(--color-white-100);
  border-radius: 50%;
  border: 5rem solid var(--color-green-200);
  z-index: 1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment:before {
    width: 534rem;
    height: 338rem;
  }
}
.container[page-name="index"] section.comment:after {
  content: "";
  width: 1723rem;
  height: 424rem;
  position: absolute;
  inset: 300rem 0 auto 50%;
  transform: translate(-50%);
  margin: auto;
  background: var(--color-white-100);
  z-index: 1;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment:after {
    width: 534rem;
    height: 338rem;
    inset: -80rem 0 auto 50%;
  }
} */
.container[page-name="index"] section.comment .comment__inner {
  margin-top: -40rem;
  position: relative;
  z-index: 2;
}
.container[page-name="index"] section.comment .comment__title--ja {
  font-size: 38rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__title--ja {
    font-size: 24rem;
  }
}
.container[page-name="index"] section.comment .comment__title--en {
  font-size: 16rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 16rem;
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__title--en {
    font-size: 12rem;
  }
}
.container[page-name="index"] section.comment .comment__contents {
  display: flex;
  gap: 46rem;
  margin-top: 65rem;
  margin-inline: auto;
  justify-content: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__contents {
    flex-direction: column;
    align-items: center;
    margin-top: 27rem;
    gap: 15rem;
  }
}
.container[page-name="index"] section.comment .comment__contents__serif {
  width: 384rem;
  height: 281rem;
  padding-top: 37rem;
  padding-bottom: 37rem;
  padding-inline: 45rem 62rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__contents__serif {
    width: 405rem;
    height: 335rem;
    padding-top: 65rem;
    padding-bottom: 100rem;
    padding-inline: 55rem 45rem;
    order: 1;
  }
}
.container[page-name="index"] section.comment .comment__contents__serif-text {
  font-size: 16rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__contents__serif-text {
    line-height: 1.8;
  }
}
.container[page-name="index"] section.comment .comment__contents__serif-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.container[page-name="index"] section.comment .comment__yamazaki {
  width: 334rem;
  height: 434rem;
  border-radius: 30rem;
  border: 3rem solid var(--color-green-100);
  overflow: hidden;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.comment .comment__yamazaki {
    order: 0;
    width: 370rem;
    height: 370rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.container[page-name="index"] section.comment .comment__yamazaki picture {
  width: 100%;
  height: 100%;
}
.container[page-name="index"] section.making {
  padding-inline: 200rem;
  padding-bottom: 160rem;
  position: relative;
  z-index: 2;
  padding-top: 136rem;
  /* background: var(--color-white-100); */
}
@media (max-width: 992px) {
  .container[page-name="index"] section.making {
    padding-inline: 40rem;
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] section.making {
    padding-top: 62rem;
    padding-bottom: 120rem;
    padding-inline: 15rem;
  }
}
.container[page-name="index"] section.making .making__title {
  text-align: center;
}
.container[page-name="index"] section.making .making__title span {
  background-image: repeating-linear-gradient(90deg,var(--color-white-100),var(--color-white-100) 8rem,transparent 8rem,transparent 13rem);
}
/* @media (max-width: 750px) {
  .container[page-name="index"] section.making .making__title span {
    background-image: repeating-linear-gradient(
      90deg,
      var(--color-green-100),
      var(--color-green-100) 8rem,
      transparent 8rem,
      transparent 13rem
    );
  }
} */
.container[page-name="index"] section.making .making__movie {
  width: 100%;
  height: 584rem;
  background: var(--color-white-100);
  border-radius: 20rem;
  margin-top: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.making .making__movie {
    margin-top: 40rem;
    border-radius: 7rem;
    width: 100%;
    height: 225rem;
  }
}
.container[page-name="index"] section.making .making__movie__contents {
  width: 780rem;
  height: 440rem;
  background: var(--color-white-300);
}
@media (max-width: 750px) {
  .container[page-name="index"] section.making .making__movie__contents {
    width: 275rem;
    height: 155rem;
  }
}
.container[page-name="index"] section.making .making__movie__contents iframe {
  width: 100%;
  height: 100%;
}
.container[page-name="index"] section.making .making__link {
  display: block;
  width: 400rem;
  height: 80rem;
  font-size: 24rem;
  font-family: Zen Maru Gothic, serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: var(--color-green-100);
  background: var(--color-white-100);
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 82rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.making .making__link {
    width: 300rem;
    height: 60rem;
    font-size: 16rem;
    margin-top: 55rem;
  }
  body main {
    padding-top: 0;
}
}
.container[page-name="index"] section.making .making__link svg {
  width: 60rem;
  height: 60rem;
  position: absolute;
  inset: -23rem auto auto -20rem;
}
@media (max-width: 750px) {
  .container[page-name="index"] section.making .making__link svg {
    width: 50rem;
    height: 50rem;
    inset: -20rem auto auto -20rem;
  }
}
html {
  --color-white-100: #fffcf8;
  --color-white-200: #eef8e7;
  --color-white-300: #f4f3f3;
  --color-white-400: #ffffff;
  --color-green-100: #04533f;
  --color-green-200: #269d61;
  --color-green-300: #289769;
  --color-red-100: #ff0000;
  --color-grad-100: linear-gradient(
    135deg,
    rgba(38, 157, 97, 1) 0%,
    rgba(85, 166, 113, 1) 100%
  );
  --select-fill-color: var(--color-white-100);
  --select-text-color: var(--color-green-100);
}
:root {
  --margin-1: 40rem;
  --margin-2: 60rem;
  --margin-3: 80rem;
  --margin-4: 100rem;
}
@media (max-width: 992px) {
  :root {
    --margin-1: 20rem;
    --margin-2: 40rem;
    --margin-3: 60rem;
    --margin-4: 80rem;
  }
}
html {
  font-feature-settings: "palt" 1;
  font-size: calc(100 / var(--base-vw) * 1 * 1vw);
  --max-width: 1580px;
  margin-top: 0rem !important;
}
@media (min-width: 993px) {
  html {
    --base-vw: 1440;
  }
}
@media (max-width: 992px) {
  html {
    --base-vw: 992;
  }
}
@media (max-width: 750px) {
  html {
    --base-vw: 430;
  }
}
@media (min-width: 751px) {
  html {
    min-height: 100%;
  }
}
html:has(vite-error-overlay) {
  font-size: normal !important;
}
html,
body.l-free-body {
  max-width: 100vw;
}
html ::selection,
body.l-free-body ::selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
html ::-moz-selection,
body.l-free-body ::-moz-selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
body.l-free-body {
  color: var(--color-green-100);
  background: var(--color-white-100);
  font-family: Zen Maru Gothic, serif;
}
.container {
  min-height: 100svh;
}
.effect-inner-shadow {
  box-shadow: inset -4px -4px 60px #0003;
  box-shadow: inset 4px 4px 40px #fff9;
}
.effect-3d {
  transition: box-shadow 0.4s ease-out;
  box-shadow: inset -4px -4px 10px #001d0626, 0 4px 4px #001d0640;
}
@media (min-width: 993px) {
  a.effect-3d:hover:hover {
    box-shadow: inset -4px -4px 10px #001d0626, 0 4px 20px #001d0666;
  }
}
@media (max-width: 992px) {
  a.effect-3d:hover[hover-el] {
    box-shadow: inset -4px -4px 10px #001d0626, 0 4px 20px #001d0666;
  }
}
.effect-button {
  transition: box-shadow 0.4s ease-out;
  box-shadow: inset 2px 4px 15px #ffffff80, 0 4px 4px #00000040;
}
@media (min-width: 993px) {
  a.effect-button:hover:hover {
    box-shadow: inset 2px 4px 15px #ffffff80, 0 4px 20px #0006;
  }
}
@media (max-width: 992px) {
  a.effect-button:hover[hover-el] {
    box-shadow: inset 2px 4px 15px #ffffff80, 0 4px 20px #0006;
  }
}
.default {
  width: 100%;
}
[data-astro-image] {
  width: 100%;
  height: auto;
  object-fit: var(--fit);
  object-position: var(--pos);
  aspect-ratio: var(--w) / var(--h);
}
[data-astro-image="responsive"] {
  max-width: calc(var(--w) * 1px);
  max-height: calc(var(--h) * 1px);
}
[data-astro-image="fixed"] {
  width: calc(var(--w) * 1px);
  height: calc(var(--h) * 1px);
}


.container[page-name="index"] .bg-green {
  background:var(--color-grad-100);
  position:relative
}
.container[page-name="index"] .bg-green .bg-green__cloud {
  position:absolute
}
.container[page-name="index"] .bg-green .bg-green__cloud__01 {
  width:384rem;
  height:auto;
  inset:132rem auto auto 20rem
}
@media (max-width: 992px) {
  .container[page-name="index"] .bg-green .bg-green__cloud__01 {
    width:300rem
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] .bg-green .bg-green__cloud__01 {
    width:200rem;
    inset:160rem auto auto -70rem
  }
}
.container[page-name="index"] .bg-green .bg-green__cloud__02 {
  width:364rem;
  height:auto;
  inset:202rem 20rem auto auto
}
@media (max-width: 992px) {
  .container[page-name="index"] .bg-green .bg-green__cloud__02 {
    width:300rem;
    inset:375rem -100rem auto auto
  }
}
@media (max-width: 750px) {
  .container[page-name="index"] .bg-green .bg-green__cloud__02 {
    width:200rem;
    inset:150rem -39rem auto auto
  }
}


.l-free-wrapper div:has(#js-unt-getAjaxHeader),
.l-free-wrapper div:has(#js-unt-getAjaxFooter),
.u-pc-only,
.u-sp-only {
  display: none !important;
}
.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
  padding-bottom: 0;
}