:root {
  --color-grayscale-900: 89, 87, 87;
  --color-grayscale-700: 133, 135, 145;
  --color-grayscale-600: 225, 229, 232;
  --color-grayscale-500: 176, 173, 173;
  --color-grayscale-300: 243, 245, 246;
  --color-grayscale-200: 225, 229, 232;
  --color-grayscale-100: 255, 255, 255;
  --color-secondary--500: 203, 155, 154;
  --color-primary-500: 249, 243, 244;
  --color-primary-600: 245, 232, 236;
  --color-primary-700: rgb(175, 118, 132,0.6);
  --color-primary-800: 217, 166, 182;
  --color-primary-900: 204, 117, 159;
  --color-secondary-500: 220, 193, 203;
  --color-tertiary-500: 196, 154, 162;
  --color-accent-700: 204, 117, 159;
  --color-gradient01: linear-gradient(94deg, #7C99C2 6.78%, #D7A6BF 26.55%, #C4A6B6 60.51%, #AFD6D6 92.74%);
  --fontfamily_base: "Noto Sans JP", sans-serif;
  --font_color_base: rgb(var(--color-grayscale-900));
  --font_size_base: clamp(0.6rem, 2.6vw, 1rem);
  --line-height_base: 1.9;
  --line-height_head: 1.6;
  --line-height_narrow: 1.1;
  --letter-spacing_base: 0.05em;
  --font_weight_base: 500;
  --font_weight_bold: 700;
  --fontfamily_en: "Jost", sans-serif;
  --font_weight_en: 500;
  --line-height_en: 1.1;
  --letter-spacing_en: 0.05em;
  --contents_width: 58.3%;
  --contents_wide_width: 76%;
  --body_padding_side: 30px;
  --contents_width_with_padding: 82.3%;
  --contents_wide_width_with_padding: 100%;
  --sidebar_width: 250px;
  --header_height: 0px;
  --mh--easing: cubic-bezier(0.26, 0.06, 0, 1);
}
@media (min-width: 768px) {
  :root {
    --body_padding_side: 12%;
    --header_height: 0px;
    --font_size_base: clamp(0.5rem, 0.52vw, 1rem);
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: max(50%, 0.8rem);
  line-height: var(--line-height_base);
}

sub {
  vertical-align: text-bottom;
  font-size: 50%;
  line-height: var(--line-height_base);
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(var(rgba(var(--color-grayscale-900), 0.6)));
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

select {
  color: inherit;
}

textarea {
  resize: vertical;
}

button {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font-weight: normal;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

/* 02_base
================================================ */
body {
  min-width: 320px;
  font-family: var(--fontfamily_base);
  color: var(--font_color_base);
  font-size: var(--font_size_base);
  line-height: var(--line-height_base);
  letter-spacing: var(--letter-spacing_base);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    min-width: auto;
  }
}
@media (min-width: 768px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}

.l-wrapper {
  position: relative;
  transition: background-color 1s ease;
  background-color: rgb(var(--color-primary-500));
}
.l-wrapper.is-bg-features02 {
  background-color: #c7aab2;
}
.l-wrapper.is-bg-features02 .l-wrapper__bg-item.is-for-features02 {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.l-wrapper.is-bg-product {
  background-color: rgb(var(--color-grayscale-300));
}
.l-wrapper__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.l-wrapper__bg-item {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@supports not (position: sticky) {
  .l-wrapper__bg-item {
    position: -webkit-sticky;
  }
}
@supports (width: max(100vh, 100lvh)) {
  .l-wrapper__bg-item {
    height: max(100vh, 100lvh);
  }
}

@media (min-width: 768px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--sidebar_width) auto;
    gap: 0 20px;
    width: var(--contents_width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-contents {
    flex: 1;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
    flex-basis: var(--sidebar_width);
  }
}

/* sp <--> tb <--> pc
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media (width >= 82.3%) {
  .u-media-query {
    font-family: "pc";
  }
}

@media (width < 82.3%) {
  .u-view-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-view-tb {
    display: none !important;
  }
}
@media (width >= 82.3%) {
  .u-view-tb {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

@media (width >= 82.3%) {
  .u-view-under-tb {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-view-upper-tb {
    display: none !important;
  }
}

/* overflow
-------------------------------------- */
.u-overflow-wrap {
  overflow: auto;
}
.u-overflow-wrap .u-overflow-sec {
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-overflow-wrap .u-overflow-sec {
    min-width: var(--contents_width_with_padding);
  }
}

/* font
-------------------------------------- */
.u-font-base {
  font-family: var(--fontfamily_base);
}

.u-font-en {
  font-family: var(--fontfamily_en);
  font-weight: var(--font_weight_en);
  line-height: var(--line-height_en);
  letter-spacing: var(--letter-spacing_en);
}

/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .u-text
-------------------------------------- */
.u-text-base {
  font-size: max(1.5em, 1rem);
}
@media (min-width: 768px) {
  .u-text-base {
    font-size: max(1.9em, 1rem);
  }
}

/* .u-align
-------------------------------------- */
.u-align-center {
  text-align: center;
}
.u-align-center.has-punc {
  margin-left: 0.85em;
}
@media (max-width: 767px) {
  .u-align-center-sp {
    text-align: center;
  }
  .u-align-center-sp.has-punc {
    margin-left: 0.85em;
  }
}
@media (min-width: 768px) {
  .u-align-center-pc {
    text-align: center;
  }
  .u-align-center-pc.has-punc {
    margin-left: 0.85em;
  }
}

.u-align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .u-align-right-sp {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .u-align-right-pc {
    text-align: right;
  }
}

/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: all 0.3s ease;
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}

a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  a.u-zoom .u-zoom__img {
    transition: all 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}

a[class].u-text-underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-color: var(--color-grayscale-100-op50);
  text-decoration-color: var(--color-grayscale-100-op50);
  word-break: break-word;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}

/* img
-------------------------------------- */
.u-img-def {
  display: block;
  width: 100%;
}

.u-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* layout
-------------------------------------- */
.u-iframe {
  position: relative;
  aspect-ratio: 16/9;
}
.u-iframe iframe,
.u-iframe video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.u-shadow {
  box-shadow: 6.923px 6.923px 6.923px 0px rgba(62, 33, 31, 0.05);
}

/* layout
-------------------------------------- */
.u-inner {
  box-sizing: border-box;
  padding-left: var(--body_padding_side);
  padding-right: var(--body_padding_side);
}
@media (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--contents_width_with_padding);
    margin-right: auto;
    margin-left: auto;
  }
}

.u-wide-inner {
  box-sizing: border-box;
  padding-left: var(--body_padding_side);
  padding-right: var(--body_padding_side);
}
@media (min-width: 768px) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--contents_wide_width_with_padding);
    margin-right: auto;
    margin-left: auto;
  }
}

/* .c-btn01.is-black
================================================== */
.c-btn01.is-black .c-btn01__link {
  border: 1px solid rgb(var(--color-grayscale-900));
  color: rgb(var(--color-grayscale-100));
  background: rgb(var(--color-grayscale-900));
}
.c-btn01.is-black .c-btn01__ico {
  color: rgb(var(--color-grayscale-900));
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01.is-black .c-btn01__link:hover {
    color: rgb(var(--color-grayscale-900));
    background: transparent;
    opacity: 1;
  }
  .c-btn01.is-black .c-btn01__link:hover .c-btn01__ico {
    color: rgb(var(--color-grayscale-100));
    background: rgb(var(--color-grayscale-900));
  }
  .c-btn01.is-black .c-btn01__ico {
    transition: all 0.6s ease;
  }
}

/* .c-btn01
================================================== */
.c-btn01 {
  margin-top: 2.5em;
  width: 100%;
  max-width: 29.5em;
  min-height: 4.5em;
  display: flex;
}
.c-btn01 + .c-btn01{
  margin-top: 1em;
}
.c-btn01__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9em;
  padding-right: 0.6em;
  border: 1px solid rgb(var(--color-primary-800));
  color: rgb(var(--color-grayscale-100));
  background: rgb(var(--color-primary-800));
  width: 100%;
}
.c-btn01__txt {
  position: relative;
  font-size: max(1.5em, 1rem);
}
.c-btn01__txt.has-cart {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.c-btn01__txt.has-cart::before {
  content: "";
  background: url(../img/common/icon-cart.svg) no-repeat center center/contain;
  height: 1.27em;
  width: 1.27em;
  transform: scale(1);
  transition: opacity 0.4s var(--mh--easing), transform 0.5s var(--mh--easing);
}
.c-btn01__txt.has-cart::after {
  position: absolute;
  left: 0.6em;
  height: 0.4em;
  width: 0.4em;
  content: "";
  opacity: 0;
  background: currentColor;
  border-radius: 50%;
  transform: scale(1.5);
  transition: opacity 0.5s var(--mh--easing), transform 0.8s var(--mh--easing);
}
.c-btn01__ico {
  display: block;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: all 0.6s ease;
  color: rgb(var(--color-primary-800));
  background: rgb(var(--color-grayscale-100));
}
.c-btn01__ico::before, .c-btn01__ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45%;
  content: "";
  border-top: 1px solid;
  transform: translateX(-50%);
}
.c-btn01__ico::after {
  transform: translateX(-50%) rotate(90deg);
}
.c-btn01.is-center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-btn01.is-center-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .c-btn01 {
    max-width: 37em;
    margin-top: 4em;
    min-height: 5em;
  }
  .c-btn01 + .c-btn01{
    margin-top: 1em;
  }
  .c-btn01__ico::before {
    transform: translate(-50%, -48%);
  }
  .c-btn01__ico::after {
    transform: translate(-50%, -48%) rotate(90deg);
  }
  .c-btn01.is-center-pc {
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn01.is-large-pc {
    max-width: 27.5em;
    margin-top: 6em;
    min-height: 7.6em;
  }
  .c-btn01.is-large-pc .c-btn01__link {
    padding-right: 1.1em;
  }
  .c-btn01.is-large-pc .c-btn01__txt {
    font-size: max(1.6em, 1rem);
  }
  .c-btn01.is-large-pc .c-btn01__ico {
    right: 2.8em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__link {
    transition: all 0.6s ease;
  }
  .c-btn01__link:hover {
    opacity: 0.75;
  }
}
/* .c-btn01.comingsoon
================================================== */
.c-btn01.comingsoon {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}
.c-btn01.comingsoon .c-btn01__link {
  cursor: not-allowed;
  background: rgb(var(--color-grayscale-500));
  border-color: rgb(var(--color-grayscale-500));
}
.c-btn01.comingsoon .c-btn01__ico {
  background: rgb(var(--color-grayscale-100));
  color: rgb(var(--color-grayscale-500));
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01.comingsoon .c-btn01__link:hover {
    opacity: 0.6;
  }
}

/* .c-btn02
================================================== */
.c-btn02.is-bg-white .c-btn02__link {
  background: rgb(var(--color-grayscale-100));
  border: 1px solid rgb(var(--color-grayscale-100));
  color: rgb(var(--color-grayscale-900));
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02.is-bg-white .c-btn02__logo-main {
    transition: filter 0.3s ease;
    filter: invert(0);
  }
  .c-btn02.is-bg-white .c-btn02__link:hover {
    background: rgb(var(--color-grayscale-900));
    border-color: rgb(var(--color-grayscale-900));
    color: rgb(var(--color-grayscale-100));
    opacity: 1;
  }
  .c-btn02.is-bg-white .c-btn02__link:hover .c-btn02__logo-main {
    opacity: 1;
    filter: invert(1);
  }
}

/* .c-btn02
================================================== */
.c-btn02.is-black .c-btn02__link {
  border: 1px solid rgb(var(--color-grayscale-900));
  background: transparent;
  color: rgb(var(--color-grayscale-900));
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02.is-black .c-btn02__logo-main {
    transition: all 0.6s ease;
    filter: invert(0);
  }
  .c-btn02.is-black .c-btn02__link:hover {
    background: rgb(var(--color-grayscale-900));
    color: rgb(var(--color-grayscale-100));
    border-color: rgb(var(--color-grayscale-900));
    opacity: 1;
  }
  .c-btn02.is-black .c-btn02__link:hover .c-btn02__logo-main {
    opacity: 1;
    filter: invert(1);
  }
}

/* .c-btn02.is-small
================================================== */
.c-btn02.is-small {
  max-width: unset;
  min-height: 4.5em;
}
.c-btn02.is-small .c-btn02__link {
  padding-right: 1em;
}
.c-btn02.is-small .c-btn02__txt {
  font-size: max(1.2em, 1rem);
}
.c-btn02.is-small .c-btn02__ico {
  right: 1.7em;
}
@media (min-width: 768px) {
  .c-btn02.is-small {
    max-width: unset;
    min-height: 5.1em;
  }
  .c-btn02.is-small .c-btn02__txt {
    font-size: max(1.6em, 1rem);
  }
  .c-btn02.is-small .c-btn02__ico {
    right: 2em;
  }
}

/* .c-btn02
================================================== */
.c-btn02.is-white .c-btn02__link {
  border: 1px solid rgb(var(--color-grayscale-100));
  background: transparent;
  color: rgb(var(--color-grayscale-100));
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02.is-white .c-btn02__logo-main {
    transition: all 0.6s ease;
    filter: invert(0);
  }
  .c-btn02.is-white .c-btn02__link:hover {
    background: rgb(var(--color-grayscale-100));
    border-color: rgb(var(--color-grayscale-100));
    color: rgb(var(--color-tertiary-500));
    opacity: 1;
  }
  .c-btn02.is-white .c-btn02__link:hover .c-btn02__logo-main {
    opacity: 1;
    filter: invert(1);
  }
}

/* .c-btn02
================================================== */
.c-btn02 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 265px;
  min-height: 4.5em;
  margin-top: 3em;
  box-sizing: border-box;
}
.c-btn02__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 0.5em;
  margin-top: 3em;
}
.c-btn02__wrap .c-btn02 {
  margin: 0;
}
.c-btn02__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(var(--color-primary-800));
  border: 1px solid rgb(var(--color-grayscale-100));
  color: rgb(var(--color-grayscale-100));
  border-radius: 9em;
}
.c-btn02__img {
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
.c-btn02__ico {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.c-btn02__txt {
  font-size: max(1.5em, 1rem);
  line-height: var(--line-height_narrow);
}
.c-btn02__logo {
  padding: 1em 0 0.4em;
}
.c-btn02__logo-main {
  display: block;
  width: 10.7em;
  margin-bottom: 0.7em;
  opacity: 0.8;
}
.c-btn02__logo-main img {
  display: block;
  width: 100%;
}
.c-btn02__logo-txt {
  display: block;
  font-size: max(1.3em, 1rem);
  opacity: 0.5;
}
.c-btn02.has-img .c-btn02__link {
  padding-left: 1.8em;
}
.c-btn02.is-center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn02.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .c-btn02.is-center-sp {
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn02__img.c-ico::after {
    width: 1.8em !important;
    height: 1.8em !important;
  }
}
@media (min-width: 768px) {
  .c-btn02 {
    max-width: 35em;
    min-height: 7.6em;
    margin-top: 6em;
  }
  .c-btn02__wrap {
    gap: 2em 1.2em;
    margin-top: 6.7em;
  }
  .c-btn02__img {
    left: 30px;
  }
  .c-btn02__ico {
    right: 3.3em;
  }
  .c-btn02__txt {
    font-size: max(1.9em, 1rem);
  }
  .c-btn02__logo {
    padding: 1em 0 0.4em;
  }
  .c-btn02__logo-main {
    margin-bottom: 0.7em;
  }
  .c-btn02__logo-txt {
    font-size: max(1.2em, 1rem);
  }
  .c-btn02.has-img .c-btn02__link {
    padding-left: 2em;
  }
  .c-btn02.is-large-pc {
    max-width: 35em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__link {
    transition: all 0.3s ease;
  }
  .c-btn02__link:hover {
    opacity: 0.75;
  }
}

/* .c-color-primary-900
================================================== */
.c-color-primary-900 {
  color: rgb(var(--color-primary-900));
}

/* .c-color01
================================================ */
.c-color01 {
  position: relative;
  z-index: 3;
  background-color: rgba(237, 222, 225, 0.9);
}
.c-color01__bg {
  position: absolute;
  top: 0;
  bottom: 6.2em;
  left: 1em;
  right: 1em;
}
.c-color01__inner {
  position: relative;
  padding: 6em 3em 11em;
  color: rgb(var(--color-grayscale-100));
}
.c-color01__intro {
  margin-bottom: 3em;
  box-sizing: border-box;
}
.c-color01__txt {
  font-size: max(1.7em, 1rem);
}
@media (min-width: 768px) {
  .c-color01__bg {
    bottom: 16em;
    left: 2.6041666667%;
    right: 2.6041666667%;
  }
  .c-color01__inner {
    padding: 8.3333333333% 6.25% 17.2916666667% 9.375%;
  }
  .c-color01__intro {
    padding: 0 2.7472527473%;
    margin-bottom: 0;
  }
  .c-color01__txt {
    font-size: max(1.9em, 1rem);
  }
}

.c-color01-imgs__item {
  display: block;
}
.c-color01-imgs__item.is-item01 {
  width: 79.3650793651%;
  text-align: right;
  margin: 0 0 0 auto;
}
.c-color01-imgs__item.is-item03 {
  width: 55.5555555556%;
  margin: -16.8253968254% auto 0 -3em;
}
.c-color01-imgs__item.is-item02 {
  width: 100%;
  text-align: right;
  margin: 9.5238095238% -3em 0 auto;
}
.c-color01-imgs__item img {
  display: block;
  width: 100%;
}
.c-color01-imgs__item-txt {
  position: relative;
  display: block;
  font-size: max(2.4em, 1rem);
  margin: -0.5em 0.75em 0;
}
@media (min-width: 768px) {
  .c-color01-imgs__bg {
    position: absolute;
    top: 0;
    bottom: 6.2em;
    left: 1em;
    right: 1em;
  }
  .c-color01-imgs__item.is-item01 {
    width: 55.5555555556%;
    margin-right: 0;
    margin-top: -8.2716049383%;
  }
  .c-color01-imgs__item.is-item03 {
    width: 33.950617284%;
    margin-left: 0;
    margin: -22.5352112676% auto 0 -1em;
  }
  .c-color01-imgs__item.is-item02 {
    width: 71.6049382716%;
    margin-right: 9.2592592593%;
    margin-top: 5.7407407407%;
  }
  .c-color01-imgs__item-txt {
    font-size: max(4.7em, 1rem);
    margin: -0.5em 1em 0;
  }
}

/* .c-column01
================================================ */
.c-column01 {
  position: relative;
  background-color: rgb(var(--color-grayscale-100));
  margin-top: 10.1333333333%;
}
.c-column01__bg {
  display: block;
  position: relative;
}
.c-column01__bg-head {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.c-column01__inner {
  position: relative;
  padding-top: 3.2em;
  padding-bottom: 6em;
}
.c-column01__item-thumb {
  margin: 0 auto 2em;
  max-width: 74.6031746032%;
}
.c-column01__item-thumb img {
  display: block;
  width: 100%;
}
.c-column01__item-head {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  padding-bottom: 0.5em;
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .c-column01 {
    margin-top: 10.2083333333%;
  }
  .c-column01__inner {
    padding-top: 13.6em;
    padding-bottom: 28em;
  }
  .c-column01__head {
    max-width: 37.5%;
  }
  .c-column01__item {
    position: static;
    max-width: 37.5%;
  }
  .c-column01__item-thumb {
    position: absolute;
    top: 50%;
    right: var(--body_padding_side);
    transform: translateY(-56%);
    width: 35.4166666667%;
    margin: 0;
  }
  .c-column01__item-head {
    font-size: max(2.8em, 1rem);
    padding-bottom: 0.714em;
    margin-bottom: 1.786em;
  }
}

.c-head01 {
  font-size: max(3.1em, 1rem);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-head01 {
    font-size: max(6.3em, 1rem);
    margin-bottom: 40px;
  }
}

/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all 0.3s ease;
}

/* .c-ico.is-x01
================================================== */
.c-ico.is-x01::after {
  content: "";
  display: block;
  width: 2.7em;
  height: 2.7em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2229%22%20fill%3D%22none%22%20viewBox%3D%220%200%2027%2029%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.14%2012.846%2025.986.988h-2.331l-8.551%2010.298L8.27.988H.4l10.32%2015.57L.4%2028.988h2.33l9.028-10.87%207.206%2010.87h7.87L16.133%2012.846h.009Zm-3.199%203.853-1.046-1.552L3.574%202.804h3.582l6.713%209.954%201.046%201.551%208.73%2012.943h-3.582L12.941%2016.69v.009Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.4.988h26.444v28H.4z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2229%22%20fill%3D%22none%22%20viewBox%3D%220%200%2027%2029%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.14%2012.846%2025.986.988h-2.331l-8.551%2010.298L8.27.988H.4l10.32%2015.57L.4%2028.988h2.33l9.028-10.87%207.206%2010.87h7.87L16.133%2012.846h.009Zm-3.199%203.853-1.046-1.552L3.574%202.804h3.582l6.713%209.954%201.046%201.551%208.73%2012.943h-3.582L12.941%2016.69v.009Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.4.988h26.444v28H.4z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

/* .c-ico.is-insta01
================================================== */
.c-ico.is-insta01::after {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M20.77 34a5.27 5.27 0 0 1-5.27-5.26v-7.47A5.27 5.27 0 0 1 20.77 16h7.47c2.9 0 5.25 2.36 5.26 5.26v7.48a5.27 5.27 0 0 1-5.26 5.27h-7.47V34Zm-3.59-12.73v7.47a3.58 3.58 0 0 0 3.58 3.59h7.47a3.58 3.58 0 0 0 3.59-3.59v-7.47a3.58 3.58 0 0 0-3.58-3.59h-7.47a3.58 3.58 0 0 0-3.59 3.58ZM19.86 25a4.65 4.65 0 1 1 4.65 4.65A4.66 4.66 0 0 1 19.86 25Zm1.68 0a2.97 2.97 0 0 0 2.97 2.97A2.97 2.97 0 0 0 27.48 25a2.97 2.97 0 0 0-2.97-2.97A2.97 2.97 0 0 0 21.54 25Zm7.52-3.7a1.12 1.12 0 1 1 1.35-.84 1.12 1.12 0 0 1-1.09.86c-.09 0-.17-.01-.26-.03Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M20.77 34a5.27 5.27 0 0 1-5.27-5.26v-7.47A5.27 5.27 0 0 1 20.77 16h7.47c2.9 0 5.25 2.36 5.26 5.26v7.48a5.27 5.27 0 0 1-5.26 5.27h-7.47V34Zm-3.59-12.73v7.47a3.58 3.58 0 0 0 3.58 3.59h7.47a3.58 3.58 0 0 0 3.59-3.59v-7.47a3.58 3.58 0 0 0-3.58-3.59h-7.47a3.58 3.58 0 0 0-3.59 3.58ZM19.86 25a4.65 4.65 0 1 1 4.65 4.65A4.66 4.66 0 0 1 19.86 25Zm1.68 0a2.97 2.97 0 0 0 2.97 2.97A2.97 2.97 0 0 0 27.48 25a2.97 2.97 0 0 0-2.97-2.97A2.97 2.97 0 0 0 21.54 25Zm7.52-3.7a1.12 1.12 0 1 1 1.35-.84 1.12 1.12 0 0 1-1.09.86c-.09 0-.17-.01-.26-.03Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* .c-ico.is-insta02
================================================== */
.c-ico.is-insta02::after {
  content: "";
  display: block;
  width: 2.7em;
  height: 2.7em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cg%20fill%3D%22%23898F9C%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M15%203.5c3.87%200%204.33.01%205.86.08%201.41.06%202.18.3%202.69.5.68.26%201.16.58%201.67%201.08.51.51.82.99%201.08%201.67.2.51.43%201.28.5%202.69.07%201.53.08%201.99.08%205.86s-.01%204.33-.08%205.86c-.06%201.41-.3%202.18-.5%202.69-.26.68-.58%201.16-1.08%201.67-.5.51-.99.82-1.67%201.08-.51.2-1.28.43-2.69.5-1.53.07-1.99.08-5.86.08s-4.33-.01-5.86-.08c-1.41-.06-2.18-.3-2.69-.5-.68-.26-1.16-.58-1.67-1.08-.51-.51-.82-.99-1.08-1.67-.2-.51-.43-1.28-.5-2.69-.07-1.53-.08-1.99-.08-5.86s.01-4.33.08-5.86c.06-1.41.3-2.18.5-2.69.26-.68.58-1.16%201.08-1.67.5-.51.99-.82%201.67-1.08.51-.2%201.28-.43%202.69-.5%201.53-.07%201.99-.08%205.86-.08Zm0-2.61c-3.94%200-4.43.02-5.98.09-1.54.07-2.6.32-3.52.67-.95.37-1.76.87-2.57%201.67-.81.81-1.3%201.61-1.67%202.57-.36.92-.6%201.98-.67%203.52C.52%2010.96.5%2011.45.5%2015.39c0%203.94.02%204.43.09%205.98.07%201.54.32%202.6.67%203.52.37.95.87%201.76%201.67%202.57.81.81%201.61%201.3%202.57%201.67.92.36%201.98.6%203.52.67%201.55.07%202.04.09%205.98.09%203.94%200%204.43-.02%205.98-.09%201.54-.07%202.6-.32%203.52-.67.95-.37%201.76-.87%202.57-1.67.81-.81%201.3-1.61%201.67-2.57.36-.92.6-1.98.67-3.52.07-1.55.09-2.04.09-5.98%200-3.94-.02-4.43-.09-5.98-.07-1.54-.32-2.6-.67-3.52-.37-.95-.87-1.76-1.67-2.57-.81-.81-1.61-1.3-2.57-1.67-.92-.36-1.98-.6-3.52-.67C19.43.91%2018.94.89%2015%20.89Z%22%2F%3E%0A%3Cpath%20d%3D%22M15%207.94a7.45%207.45%200%200%200-7.45%207.45c0%204.12%203.33%207.45%207.45%207.45s7.45-3.33%207.45-7.45S19.12%207.94%2015%207.94Zm0%2012.28c-2.67%200-4.83-2.16-4.83-4.83s2.16-4.83%204.83-4.83%204.83%202.16%204.83%204.83-2.16%204.83-4.83%204.83Zm7.74-10.83a1.74%201.74%200%201%200%200-3.48%201.74%201.74%200%200%200%200%203.48Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.5.89h29v29H.5z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cg%20fill%3D%22%23898F9C%22%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20d%3D%22M15%203.5c3.87%200%204.33.01%205.86.08%201.41.06%202.18.3%202.69.5.68.26%201.16.58%201.67%201.08.51.51.82.99%201.08%201.67.2.51.43%201.28.5%202.69.07%201.53.08%201.99.08%205.86s-.01%204.33-.08%205.86c-.06%201.41-.3%202.18-.5%202.69-.26.68-.58%201.16-1.08%201.67-.5.51-.99.82-1.67%201.08-.51.2-1.28.43-2.69.5-1.53.07-1.99.08-5.86.08s-4.33-.01-5.86-.08c-1.41-.06-2.18-.3-2.69-.5-.68-.26-1.16-.58-1.67-1.08-.51-.51-.82-.99-1.08-1.67-.2-.51-.43-1.28-.5-2.69-.07-1.53-.08-1.99-.08-5.86s.01-4.33.08-5.86c.06-1.41.3-2.18.5-2.69.26-.68.58-1.16%201.08-1.67.5-.51.99-.82%201.67-1.08.51-.2%201.28-.43%202.69-.5%201.53-.07%201.99-.08%205.86-.08Zm0-2.61c-3.94%200-4.43.02-5.98.09-1.54.07-2.6.32-3.52.67-.95.37-1.76.87-2.57%201.67-.81.81-1.3%201.61-1.67%202.57-.36.92-.6%201.98-.67%203.52C.52%2010.96.5%2011.45.5%2015.39c0%203.94.02%204.43.09%205.98.07%201.54.32%202.6.67%203.52.37.95.87%201.76%201.67%202.57.81.81%201.61%201.3%202.57%201.67.92.36%201.98.6%203.52.67%201.55.07%202.04.09%205.98.09%203.94%200%204.43-.02%205.98-.09%201.54-.07%202.6-.32%203.52-.67.95-.37%201.76-.87%202.57-1.67.81-.81%201.3-1.61%201.67-2.57.36-.92.6-1.98.67-3.52.07-1.55.09-2.04.09-5.98%200-3.94-.02-4.43-.09-5.98-.07-1.54-.32-2.6-.67-3.52-.37-.95-.87-1.76-1.67-2.57-.81-.81-1.61-1.3-2.57-1.67-.92-.36-1.98-.6-3.52-.67C19.43.91%2018.94.89%2015%20.89Z%22%2F%3E%0A%3Cpath%20d%3D%22M15%207.94a7.45%207.45%200%200%200-7.45%207.45c0%204.12%203.33%207.45%207.45%207.45s7.45-3.33%207.45-7.45S19.12%207.94%2015%207.94Zm0%2012.28c-2.67%200-4.83-2.16-4.83-4.83s2.16-4.83%204.83-4.83%204.83%202.16%204.83%204.83-2.16%204.83-4.83%204.83Zm7.74-10.83a1.74%201.74%200%201%200%200-3.48%201.74%201.74%200%200%200%200%203.48Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.5.89h29v29H.5z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* .c-ico.is-line01
================================================== */
.c-ico.is-line01::after {
  content: "";
  display: block;
  width: 3em;
  height: 2.8em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2031%2030%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.578%2029.41c-.157%200-.3-.043-.4-.157a1.103%201.103%200%200%201-.072-.824V28.4c.043-.227.215-1.279.215-1.279a3.08%203.08%200%200%200-.043-1.35c-.172-.412-.815-.625-1.33-.739a16.15%2016.15%200%200%201-8.96-4.078A10.83%2010.83%200%200%201%20.4%2013.096C.4%206.416%207.132.988%2015.407.988%2023.682.988%2030.4%206.417%2030.4%2013.096a10.783%2010.783%200%200%201-3.216%207.446%2047.809%2047.809%200%200%201-11.777%208.654%202.105%202.105%200%200%201-.829.213ZM21.21%209.87a.283.283%200%200%200-.2.085s-.086.128-.086.213v6.495a.28.28%200%200%200%20.086.198s.128.086.2.086h4.216a.286.286%200%200%200%20.286-.284V15.61a.286.286%200%200%200-.286-.284h-2.858v-1.109h2.858a.286.286%200%200%200%20.286-.284v-1.051a.286.286%200%200%200-.286-.285h-2.858V11.49h2.858a.286.286%200%200%200%20.286-.284v-1.052a.286.286%200%200%200-.286-.284H21.21Zm-5.889%202.927%203.002%204.022s.043.057.071.07h1.215a.286.286%200%200%200%20.286-.283v-6.48a.286.286%200%200%200-.286-.285h-1.058a.286.286%200%200%200-.285.285v3.865l-3.002-4.022s0-.014-.028-.028l-.029-.029h-1.229c-.157%200-.286.114-.286.27v6.495c0%20.156.129.284.286.284h1.057a.286.286%200%200%200%20.286-.284v-3.908.028ZM11.32%209.87a.286.286%200%200%200-.286.284v6.494c0%20.157.13.285.286.285h1.058a.286.286%200%200%200%20.286-.285v-6.494a.286.286%200%200%200-.286-.284H11.32Zm-5.688%200a.286.286%200%200%200-.286.284v6.494a.28.28%200%200%200%20.086.2s.128.085.2.085h4.202a.286.286%200%200%200%20.286-.285v-1.051a.286.286%200%200%200-.286-.284h-2.86v-5.159a.286.286%200%200%200-.285-.284H5.63Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2031%2030%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.578%2029.41c-.157%200-.3-.043-.4-.157a1.103%201.103%200%200%201-.072-.824V28.4c.043-.227.215-1.279.215-1.279a3.08%203.08%200%200%200-.043-1.35c-.172-.412-.815-.625-1.33-.739a16.15%2016.15%200%200%201-8.96-4.078A10.83%2010.83%200%200%201%20.4%2013.096C.4%206.416%207.132.988%2015.407.988%2023.682.988%2030.4%206.417%2030.4%2013.096a10.783%2010.783%200%200%201-3.216%207.446%2047.809%2047.809%200%200%201-11.777%208.654%202.105%202.105%200%200%201-.829.213ZM21.21%209.87a.283.283%200%200%200-.2.085s-.086.128-.086.213v6.495a.28.28%200%200%200%20.086.198s.128.086.2.086h4.216a.286.286%200%200%200%20.286-.284V15.61a.286.286%200%200%200-.286-.284h-2.858v-1.109h2.858a.286.286%200%200%200%20.286-.284v-1.051a.286.286%200%200%200-.286-.285h-2.858V11.49h2.858a.286.286%200%200%200%20.286-.284v-1.052a.286.286%200%200%200-.286-.284H21.21Zm-5.889%202.927%203.002%204.022s.043.057.071.07h1.215a.286.286%200%200%200%20.286-.283v-6.48a.286.286%200%200%200-.286-.285h-1.058a.286.286%200%200%200-.285.285v3.865l-3.002-4.022s0-.014-.028-.028l-.029-.029h-1.229c-.157%200-.286.114-.286.27v6.495c0%20.156.129.284.286.284h1.057a.286.286%200%200%200%20.286-.284v-3.908.028ZM11.32%209.87a.286.286%200%200%200-.286.284v6.494c0%20.157.13.285.286.285h1.058a.286.286%200%200%200%20.286-.285v-6.494a.286.286%200%200%200-.286-.284H11.32Zm-5.688%200a.286.286%200%200%200-.286.284v6.494a.28.28%200%200%200%20.086.2s.128.085.2.085h4.202a.286.286%200%200%200%20.286-.285v-1.051a.286.286%200%200%200-.286-.284h-2.86v-5.159a.286.286%200%200%200-.285-.284H5.63Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

/* .c-ico.is-link01
================================================== */
.c-ico.is-link01::after {
  content: "";
  display: block;
  width: 3.1em;
  height: 3.1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M8.9 30.47c-3.679-1.501-5.462-5.742-3.976-9.457.353-.9.892-1.707 1.56-2.383A7.82 7.82 0 0 0 7.599 20c.409.413.873.788 1.356 1.126a3.795 3.795 0 0 0-.78 4.034 3.767 3.767 0 0 0 2.731 2.27c.706.131 1.45.056 2.1-.206a3.64 3.64 0 0 0 1.226-.826l5.462-5.516a3.81 3.81 0 0 0 1.021-1.952 4 4 0 0 0-.204-2.139 3.767 3.767 0 0 0-2.731-2.27 3.888 3.888 0 0 0-2.118.206c-.464.188-.873.47-1.226.826l-.409.413a2.197 2.197 0 0 1-2.322-1.37 2.334 2.334 0 0 1-.149-1.126l.41-.412a7.16 7.16 0 0 1 10.18 0c2.805 2.833 2.805 7.448 0 10.282l-5.462 5.516c-2.044 2.064-5.128 2.702-7.803 1.595l.019.019Zm2.136-9.963a7.285 7.285 0 0 1-4.366-5.348 7.304 7.304 0 0 1 1.97-6.53l5.462-5.516a7.16 7.16 0 0 1 10.18 0c2.787 2.833 2.806 7.393.038 10.245a8.724 8.724 0 0 0-1.115-1.37 9.86 9.86 0 0 0-1.356-1.126 3.73 3.73 0 0 0 .985-1.895 3.782 3.782 0 0 0-1.022-3.377 3.7 3.7 0 0 0-4.032-.826c-.464.188-.873.47-1.226.826l-5.462 5.516a3.836 3.836 0 0 0-1.022 1.933 3.932 3.932 0 0 0 .205 2.12 3.706 3.706 0 0 0 2.73 2.27c.706.132 1.45.075 2.1-.206.464-.188.873-.47 1.226-.826l.409-.412c.241-.038.483-.02.706.018.724.15 1.337.657 1.616 1.351.149.357.186.75.149 1.126l-.409.413a6.96 6.96 0 0 1-3.716 1.989 6.7 6.7 0 0 1-1.375.131 7.133 7.133 0 0 1-2.712-.525l.037.018Z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M8.9 30.47c-3.679-1.501-5.462-5.742-3.976-9.457.353-.9.892-1.707 1.56-2.383A7.82 7.82 0 0 0 7.599 20c.409.413.873.788 1.356 1.126a3.795 3.795 0 0 0-.78 4.034 3.767 3.767 0 0 0 2.731 2.27c.706.131 1.45.056 2.1-.206a3.64 3.64 0 0 0 1.226-.826l5.462-5.516a3.81 3.81 0 0 0 1.021-1.952 4 4 0 0 0-.204-2.139 3.767 3.767 0 0 0-2.731-2.27 3.888 3.888 0 0 0-2.118.206c-.464.188-.873.47-1.226.826l-.409.413a2.197 2.197 0 0 1-2.322-1.37 2.334 2.334 0 0 1-.149-1.126l.41-.412a7.16 7.16 0 0 1 10.18 0c2.805 2.833 2.805 7.448 0 10.282l-5.462 5.516c-2.044 2.064-5.128 2.702-7.803 1.595l.019.019Zm2.136-9.963a7.285 7.285 0 0 1-4.366-5.348 7.304 7.304 0 0 1 1.97-6.53l5.462-5.516a7.16 7.16 0 0 1 10.18 0c2.787 2.833 2.806 7.393.038 10.245a8.724 8.724 0 0 0-1.115-1.37 9.86 9.86 0 0 0-1.356-1.126 3.73 3.73 0 0 0 .985-1.895 3.782 3.782 0 0 0-1.022-3.377 3.7 3.7 0 0 0-4.032-.826c-.464.188-.873.47-1.226.826l-5.462 5.516a3.836 3.836 0 0 0-1.022 1.933 3.932 3.932 0 0 0 .205 2.12 3.706 3.706 0 0 0 2.73 2.27c.706.132 1.45.075 2.1-.206.464-.188.873-.47 1.226-.826l.409-.412c.241-.038.483-.02.706.018.724.15 1.337.657 1.616 1.351.149.357.186.75.149 1.126l-.409.413a6.96 6.96 0 0 1-3.716 1.989 6.7 6.7 0 0 1-1.375.131 7.133 7.133 0 0 1-2.712-.525l.037.018Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01::after {
  content: "";
  display: block;
  width: 1em;
  min-width: 10px;
  height: 1em;
  min-height: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2010%2010%22%3E%0A%3Cpath%20fill%3D%22%23595757%22%20d%3D%22M10%20.495V.472L9.997.46V.448L9.995.433l-.002-.01-.002-.015L9.99.4a.582.582%200%200%200-.009-.039L9.979.353a.808.808%200%200%200-.005-.014l-.003-.01-.005-.012a.783.783%200%200%200-.004-.01L9.957.296%209.952.284l-.004-.01C9.945.272%209.943.267%209.94.263L9.937.254a.517.517%200%200%200-.008-.013L9.925.234a.44.44%200%200%200-.014-.02L9.902.2%209.896.193%209.887.182a.32.32%200%200%200-.008-.01L9.871.163a.464.464%200%200%200-.016-.017L9.853.144a.512.512%200%200%200-.017-.016L9.827.12%209.819.113A.46.46%200%200%200%209.8.098l-.013-.01L9.78.085a.563.563%200%200%200-.014-.009L9.759.071%209.745.063%209.738.06a.577.577%200%200%200-.044-.021L9.683.034%209.67.029%209.66.026a.429.429%200%200%200-.036-.011L9.615.013%209.6.01%209.592.008a.523.523%200%200%200-.016-.003h-.01L9.553.001H9.54L9.53%200H6.392a.496.496%200%201%200%200%20.993h1.912L4.192%205.105a.496.496%200%201%200%20.702.702l4.113-4.112v1.844a.496.496%200%200%200%20.993%200V.495Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23595757%22%20d%3D%22M8.953%205.209a.496.496%200%200%200-.497.496v3.3H.993V1.542H4.25a.496.496%200%201%200%200-.992H.496A.496.496%200%200%200%200%201.047v8.454c0%20.274.222.496.496.496h8.457a.496.496%200%200%200%20.496-.496V5.705a.496.496%200%200%200-.496-.496Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2010%2010%22%3E%0A%3Cpath%20fill%3D%22%23595757%22%20d%3D%22M10%20.495V.472L9.997.46V.448L9.995.433l-.002-.01-.002-.015L9.99.4a.582.582%200%200%200-.009-.039L9.979.353a.808.808%200%200%200-.005-.014l-.003-.01-.005-.012a.783.783%200%200%200-.004-.01L9.957.296%209.952.284l-.004-.01C9.945.272%209.943.267%209.94.263L9.937.254a.517.517%200%200%200-.008-.013L9.925.234a.44.44%200%200%200-.014-.02L9.902.2%209.896.193%209.887.182a.32.32%200%200%200-.008-.01L9.871.163a.464.464%200%200%200-.016-.017L9.853.144a.512.512%200%200%200-.017-.016L9.827.12%209.819.113A.46.46%200%200%200%209.8.098l-.013-.01L9.78.085a.563.563%200%200%200-.014-.009L9.759.071%209.745.063%209.738.06a.577.577%200%200%200-.044-.021L9.683.034%209.67.029%209.66.026a.429.429%200%200%200-.036-.011L9.615.013%209.6.01%209.592.008a.523.523%200%200%200-.016-.003h-.01L9.553.001H9.54L9.53%200H6.392a.496.496%200%201%200%200%20.993h1.912L4.192%205.105a.496.496%200%201%200%20.702.702l4.113-4.112v1.844a.496.496%200%200%200%20.993%200V.495Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23595757%22%20d%3D%22M8.953%205.209a.496.496%200%200%200-.497.496v3.3H.993V1.542H4.25a.496.496%200%201%200%200-.992H.496A.496.496%200%200%200%200%201.047v8.454c0%20.274.222.496.496.496h8.457a.496.496%200%200%200%20.496-.496V5.705a.496.496%200%200%200-.496-.496Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.7em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 7"><path d="M14.5 3.5 9.25.47v6.06L14.5 3.5Z"/><path d="M9.83 3h-9v1h9z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 7"><path d="M14.5 3.5 9.25.47v6.06L14.5 3.5Z"/><path d="M9.83 3h-9v1h9z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.7em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%225%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%205%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.137%204.809%201.095%201.115c-.35-.255-.35-.67%200-.924.348-.255.912-.255%201.261%200l4.412%203.233L11.178.19c.349-.255.913-.255%201.262%200%20.348.255.348.669%200%20.924L7.398%204.809c-.348.255-.912.255-1.261%200Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%225%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%205%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.137%204.809%201.095%201.115c-.35-.255-.35-.67%200-.924.348-.255.912-.255%201.261%200l4.412%203.233L11.178.19c.349-.255.913-.255%201.262%200%20.348.255.348.669%200%20.924L7.398%204.809c-.348.255-.912.255-1.261%200Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.23128 6.6367L2.06051,11.7352C1.70382,12.0883,1.1242,12.0883,0.767516,11.7352C0.410828,11.3833,0.410828,10.813,0.767516,10.46L5.29239,5.99848L0.767516,1.53822C0.410828,1.18635,0.410828,0.616076,0.767516,0.262993C1.1242,-0.0888786,1.70382,-0.0888786,2.06051,0.262993L7.23128,5.36148C7.58797,5.71335,7.58797,6.28362,7.23128,6.6367Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.23128 6.6367L2.06051,11.7352C1.70382,12.0883,1.1242,12.0883,0.767516,11.7352C0.410828,11.3833,0.410828,10.813,0.767516,10.46L5.29239,5.99848L0.767516,1.53822C0.410828,1.18635,0.410828,0.616076,0.767516,0.262993C1.1242,-0.0888786,1.70382,-0.0888786,2.06051,0.262993L7.23128,5.36148C7.58797,5.71335,7.58797,6.28362,7.23128,6.6367Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* .c-ico.is-arw04
================================================== */
.c-ico.is-arw04::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.7em;
  height: 1.7em;
  background: rgb(var(--color-grayscale-100));
  border-radius: 50%;
}
.c-ico.is-arw04::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.8em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4.33301L0.5,7.79711L0.5,0.868906L8,4.33301Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml,<svg viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4.33301L0.5,7.79711L0.5,0.868906L8,4.33301Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.c-ico.is-arw04.is-pink::after {
  color: rgb(var(--color-primary-800));
}

/* .c-lineup01
================================================ */
.c-lineup01 {
  background: rgb(var(--color-grayscale-100));
}
@media (max-width: 767px) {
  .c-lineup01__inner {
    padding: 4em 1em 7em;
  }
  .c-lineup01__inner:has(.splide__arrows) {
    padding-bottom: calc(7em + 50px);
  }
}
.c-lineup01-slider {
  position: relative;
}
.c-lineup01-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9c2c2 0%, #faeeee 13%, #e4dddd 38%, #c9bfbf 50.97%, #e4dddd 63%, #e4dddd 68.23%, #f5f1f1 72.73%, #e4dddd 78.73%, #e4dddd 85%, #ccc6c6 100%), #d9d9d9;
  z-index: 2;
}
.c-lineup01-slider.is-single-slide {
  visibility: visible;
}
.c-lineup01-slider.is-single-slide .c-lineup01-slider__item {
  width: 100%;
}
.c-lineup01-slider.splide {
  padding: 0;
}
.c-lineup01-slider .splide__arrows {
  bottom: 0;
  top: auto;
  transform: translateY(50px);
}
.c-lineup01-slider .splide__arrows::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 50%;
  width: 1px;
  height: 24px;
  background: rgb(var(--color-grayscale-600));
}
.c-lineup01-slider .splide__arrow {
  background: #F3F5F6;
  border: 1px solid rgb(var(--color-grayscale-600));
}
.c-lineup01-slider .splide__arrow--prev {
  left: 50% !important;
  margin-left: -53px;
}
.c-lineup01-slider .splide__arrow--next {
  right: 50% !important;
  margin-right: -53px;
}
.c-lineup01-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-lineup01-slider__content {
  display: grid;
  gap: 5.3333333333vw;
  grid-template-columns: 26.6666666667vw auto;
  padding: 3em 2em;
}
.c-lineup01-slider__head {
  font-size: max(1.7em, 1rem);
  line-height: 1.3;
}
.c-lineup01-slider__sub {
  margin-top: 1em;
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.2em, 1rem);
  line-height: 1.6;
}
.c-lineup01-slider__btn {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .c-lineup01__inner {
    padding-bottom: 16em;
  }
  .c-lineup01__inner:has(.splide__arrows) {
    padding-bottom: calc(16em + 50px);
  }
  .c-lineup01__head {
    font-size: max(4.8em, 1rem);
  }
  .c-lineup01-slider__wrap {
    width: 46.3541666667vw;
    max-width: 890px;
    margin: 0 auto;
  }
  .c-lineup01-slider__content {
    gap: 6em;
    grid-template-columns: 30em auto;
    padding: 6em 8em;
    align-items: center;
  }
  .c-lineup01-slider__head {
    font-size: max(3.2em, 1rem);
    line-height: 1.1;
  }
  .c-lineup01-slider__sub {
    margin-top: 0.5em;
    font-size: max(1.9em, 1rem);
  }
  .c-lineup01-slider__btn {
    width: 27.5em;
    max-width: 275px;
    margin-top: 4em;
  }
}

/* .c-modal01
=============================== */
.c-modal01 {
  display: none;
  pointer-events: none;
}
.c-modal01.is-open {
  display: block;
  pointer-events: auto;
}
.c-modal01[aria-hidden=false] .c-modal01__overlay {
  animation: c-modal01-fadein 0.6s var(--mh--easing);
}
.c-modal01[aria-hidden=false] .c-modal01__container {
  animation: c-modal01-slideIn 0.6s var(--mh--easing);
}
.c-modal01[aria-hidden=true] .c-modal01__overlay {
  animation: c-modal01-fadeout 0.6s var(--mh--easing);
}
.c-modal01[aria-hidden=true] .c-modal01__container {
  animation: c-modal01-slideOut 0.6s var(--mh--easing);
}
.c-modal01__overlay {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(244, 224, 226, 0.5);
  padding: 0;
  will-change: transform;
  z-index: 3000;
}
.c-modal01__container {
  position: relative;
  border-radius: 5px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px auto 0;
  box-sizing: border-box;
  pointer-events: initial;
  background: rgb(var(--color-grayscale-100));
  will-change: transform;
}
.c-modal01__container.has-mov {
  background: none;
  width: calc(100% - 2em);
  max-width: 42.5vh;
  padding-bottom: 41px;
}
.c-modal01__container.has-mov .c-modal01-content {
  overflow: hidden;
}
.c-modal01__container.has-mov .c-modal01-header {
  top: 0;
  right: 0;
  position: static;
}
.c-modal01__container.has-mov .c-modal01-content__inner {
  padding: 177.78% 0 0 !important;
}
.c-modal01__container.has-mov .c-modal01-content__inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-modal01__container.has-mov.is-landscape {
  max-width: unset;
}
.c-modal01__container.has-mov.is-landscape .c-modal01-content__inner {
  padding: 56.25% 0 0 !important;
}
.c-modal01-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.c-modal01-header__title {
  display: none;
}
.c-modal01-header__close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  margin: 0 0 15px auto;
  text-indent: -999px;
  overflow: hidden;
  border: none;
}
.c-modal01-header__close::before, .c-modal01-header__close::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  background: rgb(var(--color-grayscale-500));
  height: 2px;
  margin-top: -1px;
}
.c-modal01-header__close::before {
  transform: skewY(-45deg);
}
.c-modal01-header__close::after {
  transform: skewY(45deg);
}
.c-modal01-content {
  height: 100%;
  overflow: auto;
}
.c-modal01-content.is-all {
  position: relative;
  padding: 60px 20px;
  box-sizing: border-box;
}
.c-modal01-content.is-all .c-modal01-content__inner {
  padding: 30px 0;
}
.c-modal01-content.is-all .c-modal01-content__inner:first-child {
  padding-top: 0;
}
.c-modal01-content.is-all .c-modal01-content__inner + .c-modal01-content__inner {
  border-top: 1px solid rgb(var(--color-grayscale-600));
}
.c-modal01-content__inner {
  position: relative;
  padding: 60px 20px;
  box-sizing: border-box;
}
.c-modal01-footer {
  display: none;
}
@media (max-width: 767px) {
  .c-modal01__container {
    display: grid;
    place-content: center stretch;
  }
}
@media (min-width: 768px) {
  .c-modal01__overlay {
    display: grid;
    place-content: center stretch;
  }
  .c-modal01__container {
    margin-top: 0;
    max-width: 730px;
    max-height: calc(100vh - 200px);
    height: auto;
  }
  .c-modal01__container.has-mov {
    padding-bottom: 51px;
  }
  .c-modal01__container.has-mov.is-landscape {
    max-width: 900px;
  }
  .c-modal01-header {
    top: 30px;
    right: 30px;
  }
  .c-modal01-header__close {
    width: 36px;
    height: 36px;
  }
  .c-modal01-content__inner {
    padding: 110px 100px;
  }
  .c-modal01-content.is-all {
    padding: 50px 100px;
  }
  .c-modal01-content.is-all .c-modal01-content__inner {
    padding: 40px 0;
  }
}

@keyframes c-modal01-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes c-modal01-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes c-modal01-slideIn {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes c-modal01-slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30px);
  }
}
/* .c-modal01-intro layout
--------------------------------------------------------- */
.c-modal01-intro {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0 1.5em;
  align-items: center;
}
.c-modal01-intro__img {
  grid-area: 1/1/2/2;
}
.c-modal01-intro__img img {
  display: block;
  width: 100%;
  filter: drop-shadow(1.5em 1.5em 1em rgba(0, 0, 0, 0.1));
}
.c-modal01-intro__detail {
  grid-area: 1/2/2/3;
}
.c-modal01-intro__box {
  grid-area: 2/1/3/3;
  padding: 1em;
  margin-top: 3em;
  text-align: center;
  background: #f3f5f6;
}
.c-modal01-intro__box__sub {
  font-size: max(1.2em, 1rem);
  line-height: var(--line-height_head);
}
.c-modal01-intro__box__main {
  font-size: max(1.6em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_bold);
}
@media (min-width: 768px) {
  .c-modal01-intro {
    grid-template-columns: auto 56.6037735849%;
    gap: 0 3.7735849057%;
    align-items: start;
  }
  .c-modal01-intro__img {
    max-width: 250px;
    grid-area: 1/1/3/2;
    margin-left: -20%;
  }
  .c-modal01-intro__detail {
    grid-area: 1/2/2/3;
    align-self: end;
  }
  .c-modal01-intro__box {
    grid-area: 2/2/3/3;
    margin-top: 2.7em;
  }
}

/* .parts
--------------------------------------------------------- */
.c-modal01__name {
  font-size: max(1.5em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_bold);
}
.c-modal01__price {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: var(--line-height_head);
}
.c-modal01__price-unit {
  display: block;
  font-size: max(1.2em, 1rem);
}
.c-modal01__price-main {
  display: block;
  font-size: max(1.5em, 1rem);
  margin-right: 0.2em;
}
.c-modal01__price-tax {
  display: block;
  font-size: max(1.2em, 1rem);
}
.c-modal01-colors {
  margin-top: 2em;
}
.c-modal01-colors__item {
  margin-top: 0.8em;
  font-size: max(1.2em, 1rem);
}
.c-modal01-colors__item::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  border-radius: 9em;
  margin: 0 0.5em -0.25em 0;
  box-sizing: border-box;
}
.c-modal01-colors__item.is-gray::before {
  background: rgb(var(--color-grayscale-900));
}
.c-modal01-colors__item.is-pink::before {
  background: #edd8d8;
}
.c-modal01-colors__item.is-silver::before {
  background: #D3D3D3;
}
.c-modal01-colors__item.is-white::before {
  border: 1px solid rgb(var(--color-grayscale-500));
  background: rgb(var(--color-grayscale-100));
}
.c-modal01-detail {
  line-height: var(--line-height_head);
}
.c-modal01-detail__head {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  padding-bottom: 0.5em;
  margin-bottom: 1.1em;
}
.c-modal01-detail-list__item {
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  padding: 0 0 2em 1.8em;
  margin-top: 2em;
}
.c-modal01-detail-list__item-head {
  position: relative;
  font-size: max(1.6em, 1rem);
  color: rgb(var(--color-primary-900));
}
.c-modal01-detail-list__item-head::before {
  position: absolute;
  display: block;
  top: 0.75em;
  left: -0.7em;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: currentColor;
}
.c-modal01-detail-list.is-shop .c-modal01-detail-list__item-head {
  color: inherit;
}
.c-modal01-detail-list-child__item {
  margin-top: 1em;
}
.c-modal01-detail-list-child__item-head {
  font-size: max(1.2em, 1rem);
  opacity: 0.5;
}
.c-modal01-detail-list-child__item-txt {
  font-size: max(1.6em, 1rem);
}
.c-modal01-detail__notes {
  margin-top: 1.5em;
}
.c-modal01-shops.is-disabled a {
  pointer-events: none !important;
  background: rgb(var(--color-primary-800)) !important;
}
@media (min-width: 768px) {
  .c-modal01__name {
    font-size: max(2.2em, 1rem);
    margin-right: -1em;
  }
  .c-modal01__price {
    margin-top: 1em;
  }
  .c-modal01__price-unit {
    font-size: max(1.3em, 1rem);
  }
  .c-modal01__price-main {
    font-size: max(1.6em, 1rem);
  }
  .c-modal01__price-tax {
    font-size: max(1.3em, 1rem);
  }
  .c-modal01-colors {
    margin-top: 2.95em;
    display: flex;
    flex-wrap: wrap;
  }
  .c-modal01-colors__item {
    margin-top: 0;
    margin-right: 0.75em;
    font-size: max(1.4em, 1rem);
  }
  .c-modal01-colors__item::before {
    font-size: 0.86em;
    margin-bottom: -0.2em;
  }
  .c-modal01-detail__head {
    font-size: max(2.2em, 1rem);
    padding-bottom: 0.682em;
    margin-bottom: 0;
  }
  .c-modal01-detail-list__item {
    padding-left: 2.3em;
  }
  .c-modal01-detail-list__item-head {
    font-size: 2em;
  }
  .c-modal01-detail-list-child__item-head {
    font-size: max(1.4em, 1rem);
  }
  .c-modal01-detail-list-child__item-txt {
    font-size: max(1.9em, 1rem);
  }
  .c-modal01-detail__notes {
    margin-top: 2em;
  }
  .c-modal01-shops {
    margin-top: 1.5625vw;
  }
}

.c-nav-sns01 {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em 1em;
}
.c-nav-sns01__item-link, .c-nav-sns01__item-btn {
  padding: 100% 0 0 0;
  margin: 0;
  position: relative;
  display: block;
}
.c-nav-sns01__item-link .c-ico, .c-nav-sns01__item-btn .c-ico {
  display: block;
}
.c-nav-sns01__item-btn {
  position: relative;
  border-radius: 0;
  border: 0;
}
.c-nav-sns01__item-btn-txt {
  background: rgb(var(--color-primary-600));
  color: rgb(var(--color-primary-900));
  width: 3em;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 2px 1px 4px;
  font-size: max(1.2em, 1rem);
  border-radius: 3px;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, 20%);
  opacity: 0;
}
.c-nav-sns01__item-btn.is-active .c-nav-sns01__item-btn-txt {
  transform: translate(-50%, 0%);
  opacity: 1;
}
.c-nav-sns01__item-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-nav-sns01__item-circle {
  display: block;
  overflow: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  fill: none;
}
.c-nav-sns01__item-circle-df, .c-nav-sns01__item-circle-ov {
  transform-origin: center center;
  stroke-width: 1px;
  fill: none;
}
.c-nav-sns01__item-circle-df {
  stroke: rgba(var(--color-grayscale-100), 0.2);
}
.c-nav-sns01__item-circle-ov {
  transition: stroke-dasharray 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  stroke: rgb(var(--color-grayscale-100));
  stroke-dasharray: 0% 314%;
  transform: rotate(90deg) rotateY(180deg);
}
@media (max-width: 767px) {
  .c-nav-sns01__item-ico::after {
    width: 1.8em !important;
    height: 1.8em !important;
  }
}
@media (min-width: 768px) {
  .c-nav-sns01 {
    gap: 1em 1.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-nav-sns01__item-link, .c-nav-sns01__item-btn {
    transition: opacity 0.3s ease;
  }
  .c-nav-sns01__item-link:hover .c-nav-sns01__item-circle-ov, .c-nav-sns01__item-btn:hover .c-nav-sns01__item-circle-ov {
    transform: rotate(-90deg);
    stroke-dasharray: 314% 314%;
  }
}

.c-note01 {
  line-height: var(--line-height_head);
  color: rgb(var(--color-grayscale-700));
  margin-top: 15px;
  word-break: break-word;
}
.c-note01:not([class*=u-text]) {
  font-size: 1rem;
}
.c-note01 + .c-note01 {
  margin-top: 0em;
}
.c-note01.has-mark {
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.c-note01.has-mark-num {
  text-indent: -1.85em;
  padding-left: 1.85em;
}
.c-note01.is-strong {
  opacity: 1;
}
.c-note01.is-white {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .c-note01 {
    margin-top: 2.1em;
  }
  .c-note01:not([class*=u-text]) {
    font-size: max(1.4em, 1rem);
  }
}

.c-point01 {
  border: 1px solid rgb(var(--color-grayscale-100));
  background: rgba(var(--color-grayscale-900), 0.9);
  color: rgb(var(--color-grayscale-100));
  text-align: center;
  display: grid;
  place-content: center center;
  place-items: center center;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  transition: all 0.6s var(--mh--easing);
  padding-bottom: 0.4em;
  box-sizing: border-box;
}
.c-point01__head {
  margin-bottom: 0.4em;
}
.c-point01__head-main {
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}
.c-point01__head-sub {
  font-size: max(0.8em, 1rem);
}
.c-point01__body {
  position: relative;
  white-space: nowrap;
}
.c-point01__body-txt {
  display: inline-block;
  font-size: max(1.2em, 1rem);
  vertical-align: bottom;
}
.c-point01__body-num {
  display: inline-block;
  font-size: max(2.4em, 1rem);
  letter-spacing: 0;
}
.c-point01__body sup {
  position: absolute;
  top: -0.6em;
  right: -0.2em;
  font-size: max(0.8em, 0.8rem);
}
.c-point01__foot {
  margin-top: 0.05em;
  line-height: var(--line-height_narrow);
}
@media (min-width: 768px) {
  .c-point01 {
    border-width: 2px;
    width: 22em;
    height: 22em;
  }
  .c-point01__head-main {
    font-size: max(2.2em, 1rem);
  }
  .c-point01__head-sub {
    font-size: max(1.6em, 1rem);
  }
  .c-point01__body-txt {
    font-size: max(2.2em, 1rem);
  }
  .c-point01__body-num {
    font-size: max(5.8em, 1rem);
  }
  .c-point01__body sup {
    font-size: max(1.4em, 1rem);
  }
  .c-point01__foot {
    font-size: max(2.4em, 1rem);
  }
}

/* .c-point02
================================================ */
.c-point02 {
  position: relative;
  z-index: 9;
}
.c-point02__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-point02__bg-in {
  display: block;
  overflow: hidden;
  position: sticky;
  margin-top: -14.5%;
  top: -12%;
  left: 0;
  height: calc(100vh + env(safe-area-inset-bottom) + 12vh);
}
@supports not (position: sticky) {
  .c-point02__bg-in {
    position: -webkit-sticky;
  }
}
@supports (height: max(calc(100vh + env(safe-area-inset-bottom) + 12vh), calc(100lvh + 12lvh))) {
  .c-point02__bg-in {
    height: max(calc(100vh + env(safe-area-inset-bottom) + 12vh), calc(100lvh + 12lvh));
  }
}
.c-point02__bg-img {
  display: block;
  width: 246.9333333333%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0/50% 50% 0 0;
  z-index: 1;
}
.c-point02__bg-img img {
  width: 40.4967602592%;
  margin: 0 auto;
}
.c-point02__inner {
  padding-top: 10.6666666667%;
  padding-bottom: 26.6666666667%;
  position: relative;
  color: rgb(var(--color-grayscale-100));
}
.c-point02__head {
  margin-bottom: 10.6666666667vw;
  font-size: max(2.2em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_base);
}
.c-point02__content {
  position: relative;
}
.c-point02__content-anc {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
}
.c-point02__content-anc.is-point01 {
  top: 0%;
}
.c-point02__content-anc.is-point02 {
  top: 30%;
}
.c-point02__content-anc.is-point03 {
  top: 60%;
}
.c-point02__content-inner {
  position: sticky;
  top: 2em;
  left: 0;
}
@supports not (position: sticky) {
  .c-point02__content-inner {
    position: -webkit-sticky;
  }
}
.c-point02__content-nav {
  position: relative;
}
.c-point02__content-box {
  position: relative;
}
.c-point02__content[data-current="01"] .c-point02-nav__center-item.is-item01 {
  opacity: 1;
}
.c-point02__content[data-current="01"] .c-point02-nav__item.is-item01 .c-point02-nav__item-in {
  color: rgb(var(--color-tertiary-500));
}
.c-point02__content[data-current="01"] .c-point02-nav__item.is-item01 .c-point02-nav__item-in::before {
  opacity: 1;
}
.c-point02__content[data-current="01"] .c-point02-sec.is-sec01 {
  pointer-events: auto;
  opacity: 1;
}
.c-point02__content[data-current="02"] .c-point02-nav__center-item.is-item02 {
  opacity: 1;
}
.c-point02__content[data-current="02"] .c-point02-nav__item.is-item02 .c-point02-nav__item-in {
  color: rgb(var(--color-tertiary-500));
}
.c-point02__content[data-current="02"] .c-point02-nav__item.is-item02 .c-point02-nav__item-in::before {
  opacity: 1;
}
.c-point02__content[data-current="02"] .c-point02-sec.is-sec02 {
  pointer-events: auto;
  opacity: 1;
}
.c-point02__content[data-current="03"] .c-point02-nav__center-item.is-item03 {
  opacity: 1;
}
.c-point02__content[data-current="03"] .c-point02-nav__item.is-item03 .c-point02-nav__item-in {
  color: rgb(var(--color-tertiary-500));
}
.c-point02__content[data-current="03"] .c-point02-nav__item.is-item03 .c-point02-nav__item-in::before {
  opacity: 1;
}
.c-point02__content[data-current="03"] .c-point02-sec.is-sec03 {
  pointer-events: auto;
  opacity: 1;
}
.c-point02.is-animated .c-point02-gallery__item {
  animation-play-state: running;
}
@media (min-width: 768px) {
  .c-point02 {
    margin-top: -7vw;
  }
  .c-point02__bg-in {
    top: -35%;
    height: calc(100vh + env(safe-area-inset-bottom) + 35vh);
  }
  @supports (height: max(calc(100vh + env(safe-area-inset-bottom)), calc(100lvh + 35lvh))) {
    .c-point02__bg-in {
      height: max(calc(100vh + env(safe-area-inset-bottom) + 35vh), calc(100lvh + 35lvh));
    }
  }
  .c-point02__bg-img {
    width: 145.5208333333%;
    min-width: 2794px;
    border-radius: 50% 50% 0 0/75% 75% 0 0;
  }
  .c-point02__bg-img img {
    width: 68.7186828919%;
  }
  .c-point02__inner {
    padding-top: 0;
    padding-bottom: 7.1354166667%;
    max-width: calc(122em + var(--body_padding_side) * 2);
  }
  .c-point02__head {
    margin-bottom: 4.1666666667vw;
    font-size: max(4em, 1rem);
  }
  .c-point02__content-inner {
    top: calc(50vh - 22vw);
    display: grid;
    grid-template-columns: min(53.28%, 70vh) 36.89%;
    gap: 0 9.8360655738%;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 150/100) {
  .c-point02__content-inner {
    top: calc(50vh - 30%);
  }
}

.c-point02-nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-point02-nav::before {
  display: block;
  content: "";
  padding-top: 95.0693374422%;
}
.c-point02-nav .clippath {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.c-point02-nav__shadow {
  position: absolute;
  top: -10px;
  bottom: -30px;
  left: calc(var(--body_padding_side) * -1);
  right: calc(var(--body_padding_side) * -1);
  -webkit-mask-image: linear-gradient(#fff, #fff), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 649 617"><path fill="white" d="M324.206 230.74C262.981 267.431 222 334.43 222 411.001c0 73.865 38.137 138.824 95.794 176.259C286.283 606.144 249.409 617 210 617 94.02 617 0 522.98 0 407s94.02-210 210-210c42.114 0 81.333 12.397 114.206 33.74Z"/><path fill="white" d="M539.893 222.779C536.314 335.622 443.712 426 330 426c-36.567 0-70.95-9.346-100.893-25.779A215.031 215.031 0 0 0 229 407c0 115.98 94.02 210 210 210s210-94.02 210-210c0-79.413-44.08-148.531-109.107-184.221Z"/><path fill="white" d="M420.976 395.791C487.598 360.586 533 290.595 533 210 533 94.02 438.98 0 323 0S113 94.02 113 210c0 1.071.008 2.141.024 3.209C142.274 197.752 175.615 189 211 189c114.908 0 208.261 92.291 209.976 206.791Z"/></svg>');
  mask-image: linear-gradient(#fff, #fff), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 649 617"><path fill="white" d="M324.206 230.74C262.981 267.431 222 334.43 222 411.001c0 73.865 38.137 138.824 95.794 176.259C286.283 606.144 249.409 617 210 617 94.02 617 0 522.98 0 407s94.02-210 210-210c42.114 0 81.333 12.397 114.206 33.74Z"/><path fill="white" d="M539.893 222.779C536.314 335.622 443.712 426 330 426c-36.567 0-70.95-9.346-100.893-25.779A215.031 215.031 0 0 0 229 407c0 115.98 94.02 210 210 210s210-94.02 210-210c0-79.413-44.08-148.531-109.107-184.221Z"/><path fill="white" d="M420.976 395.791C487.598 360.586 533 290.595 533 210 533 94.02 438.98 0 323 0S113 94.02 113 210c0 1.071.008 2.141.024 3.209C142.274 197.752 175.615 189 211 189c114.908 0 208.261 92.291 209.976 206.791Z"/></svg>');
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px, center 10px;
  mask-position: 0px 0px, center 10px;
  -webkit-mask-size: 100% auto, calc(100% - var(--body_padding_side) * 2) auto;
  mask-size: 100% auto, calc(100% - var(--body_padding_side) * 2) auto;
  opacity: 0.05;
}
.c-point02-nav__shadow-in {
  position: absolute;
  top: 20px;
  left: var(--body_padding_side);
  right: var(--body_padding_side);
  filter: blur(10px);
  transform: translateX(10px);
}
.c-point02-nav__shadow-in::before {
  display: block;
  content: "";
  padding-top: 95.0693374422%;
  background: #3e211f;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 649 617"><path fill="white" d="M324.206 230.74C262.981 267.431 222 334.43 222 411.001c0 73.865 38.137 138.824 95.794 176.259C286.283 606.144 249.409 617 210 617 94.02 617 0 522.98 0 407s94.02-210 210-210c42.114 0 81.333 12.397 114.206 33.74Z"/><path fill="white" d="M539.893 222.779C536.314 335.622 443.712 426 330 426c-36.567 0-70.95-9.346-100.893-25.779A215.031 215.031 0 0 0 229 407c0 115.98 94.02 210 210 210s210-94.02 210-210c0-79.413-44.08-148.531-109.107-184.221Z"/><path fill="white" d="M420.976 395.791C487.598 360.586 533 290.595 533 210 533 94.02 438.98 0 323 0S113 94.02 113 210c0 1.071.008 2.141.024 3.209C142.274 197.752 175.615 189 211 189c114.908 0 208.261 92.291 209.976 206.791Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 649 617"><path fill="white" d="M324.206 230.74C262.981 267.431 222 334.43 222 411.001c0 73.865 38.137 138.824 95.794 176.259C286.283 606.144 249.409 617 210 617 94.02 617 0 522.98 0 407s94.02-210 210-210c42.114 0 81.333 12.397 114.206 33.74Z"/><path fill="white" d="M539.893 222.779C536.314 335.622 443.712 426 330 426c-36.567 0-70.95-9.346-100.893-25.779A215.031 215.031 0 0 0 229 407c0 115.98 94.02 210 210 210s210-94.02 210-210c0-79.413-44.08-148.531-109.107-184.221Z"/><path fill="white" d="M420.976 395.791C487.598 360.586 533 290.595 533 210 533 94.02 438.98 0 323 0S113 94.02 113 210c0 1.071.008 2.141.024 3.209C142.274 197.752 175.615 189 211 189c114.908 0 208.261 92.291 209.976 206.791Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.c-point02-nav__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.4083204931%;
  transform: translate(-50%, -25%);
  opacity: 0.6;
}
.c-point02-nav__center::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.c-point02-nav__center-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.c-point02-nav__item {
  position: absolute;
  width: 64.7149460709%;
  overflow: hidden;
}
.c-point02-nav__item.is-item01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: url(#clippath_point01);
  clip-path: url(#clippath_point01);
}
.c-point02-nav__item.is-item01 .c-point02-nav__item-txt {
  top: 22%;
  left: 0;
  right: 0;
}
.c-point02-nav__item.is-item02 {
  left: 0;
  bottom: 0;
  -webkit-clip-path: url(#clippath_point02);
  clip-path: url(#clippath_point02);
}
.c-point02-nav__item.is-item02 .c-point02-nav__item-txt {
  top: 38%;
  left: 7%;
}
.c-point02-nav__item.is-item03 {
  right: 0;
  bottom: 0;
  -webkit-clip-path: url(#clippath_point03);
  clip-path: url(#clippath_point03);
}
.c-point02-nav__item.is-item03 .c-point02-nav__item-txt {
  top: 62%;
  left: 8%;
  right: 0;
}
.c-point02-nav__item-in {
  display: block;
  transition: color 0.3s ease 0.3s;
  cursor: pointer;
}
.c-point02-nav__item-in::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -100%;
  left: -100%;
  right: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.c-point02-nav__item-bg {
  position: relative;
  display: block;
}
.c-point02-nav__item-txt {
  position: absolute;
  text-align: center;
  display: grid;
  place-items: center;
}
.c-point02-nav__item-txt-en {
  font-size: max(0.8em, 0.8rem);
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}
.c-point02-nav__item-txt-main {
  font-size: max(1.2em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_base);
}
@media (max-width: 767px) {
  .c-point02-nav {
    max-width: 40em;
  }
}
@media (min-width: 768px) {
  .c-point02-nav__shadow {
    left: calc(var(--body_padding_side) * -1.3);
    right: calc(var(--body_padding_side) * -1.3);
  }
  .c-point02-nav__item-txt-en {
    font-size: max(1.6em, 1.6rem);
    border-bottom-width: 2px;
  }
  .c-point02-nav__item-txt-main {
    font-size: 2.4em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-point02-nav__item-in:hover {
    transition-delay: 0s;
    color: rgb(var(--color-tertiary-500));
  }
  .c-point02-nav__item-in:hover::before {
    transition-delay: 0s;
    opacity: 0.8;
  }
}

.c-point02-sec {
  position: relative;
  padding-top: 2.2em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.c-point02-sec + .c-point02-sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-point02-sec__label {
  margin-bottom: 1.7em;
}
.c-point02-sec__label span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: var(--line-height_narrow);
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.c-point02-sec__head {
  margin-bottom: 0.6818181818em;
  font-size: max(2.2em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_base);
}
.c-point02-sec__txt-op {
  display: inline-block;
  font-feature-settings: "palt";
}
.c-point02-sec__note {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .c-point02-sec__txt-op-small {
    font-size: 80%;
  }
  .c-point02-sec__btn {
    max-width: unset;
  }
}
@media (max-width: 767px) and (min-aspect-ratio: 375/730) {
  .c-point02-sec__label {
    margin-bottom: 4px;
  }
  .c-point02-sec__head {
    margin-bottom: 0.2em;
  }
  .c-point02-sec__txt {
    line-height: var(--line-height_head);
  }
  .c-point02-sec__note {
    margin-top: 0.8em;
  }
  .c-point02-sec__btn {
    margin-top: 1.8em;
  }
}
@media (min-width: 768px) {
  .c-point02-sec {
    height: 100%;
    display: grid;
    align-items: center;
    padding-top: 0;
  }
  .c-point02-sec__label {
    text-align: left;
  }
  .c-point02-sec__label span {
    font-size: max(2.2em, 1rem);
    padding-bottom: 0.9090909091em;
    margin-bottom: 0.9090909091em;
  }
  .c-point02-sec__head {
    text-align: left;
    margin-bottom: 0.625em;
    font-size: max(4em, 1rem);
  }
  .c-point02-sec__txt {
    text-align: left;
  }
  .c-point02-sec__btn {
    margin-top: 4em;
    max-width: 27.5em;
  }
}

/* .c-point02-gallery
================================================ */
@keyframes imgLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-point02-gallery {
  overflow: hidden;
  display: flex;
}
.c-point02-gallery__item {
  width: 160%;
  flex-shrink: 0;
  animation: imgLoop 20s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.c-point02-gallery__item-img {
  display: block;
  position: relative;
  padding-top: 33.3333333333%;
}
.c-point02-gallery__item-img img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-point02-gallery__item {
    width: 150%;
    animation-duration: 30s;
  }
  .c-point02-gallery__item-img {
    padding-top: 25%;
  }
}

/* .c-product01
================================================ */
.c-product01 {
  position: relative;
}
.c-product01__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-product01__inner {
  padding-top: 8em;
  padding-bottom: 7em;
}
@media (max-width: 767px) {
  .c-product01__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 768px) {
  .c-product01__inner {
    padding-top: 16em;
    padding-bottom: 16em;
  }
}

.c-product01-content {
  position: relative;
  background: rgb(var(--color-grayscale-100));
  padding: 2.5em 3em 4em;
}
@media (min-width: 768px) {
  .c-product01-content {
    padding: 5.4794520548% 10.9589041096% 5.4794520548% 8.904109589%;
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
  }
}

.c-product01-content-img__slide {
  position: relative;
  padding-bottom: 0;
}
.c-product01-content-img__slide .splide__arrows {
  top: 50%;
  transform: translateY(-50%);
}
.c-product01-content-img__slide .splide__arrows .splide__arrow {
  background-color: rgb(var(--color-grayscale-300));
  border: 1px solid rgba(var(--color-grayscale-600), 0.6);
  filter: none;
}
.c-product01-content-img__slide .splide__arrows .splide__arrow--prev {
  left: 0 !important;
}
.c-product01-content-img__slide .splide__arrows .splide__arrow--next {
  right: 0 !important;
}
.c-product01-content-img__slide-item-img {
  width: 80.9523809524%;
  margin: 0 auto;
}
.c-product01-content-img__slide-item-img img {
  display: block;
  width: 100%;
}
.c-product01-content-img__slide-control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.c-product01-content-img__slide-control-btn {
  pointer-events: auto;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: rgb(var(--color-grayscale-300));
  border: 1px solid rgb(var(--color-grayscale-600));
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: grid;
  place-content: center;
}
.c-product01-content-img__slide-control-btn.is-prev {
  transform: scaleX(-1) translateY(-50%);
  left: 0;
}
.c-product01-content-img__slide-control-btn.is-next {
  right: 0;
}
@media (max-width: 767px) {
  .c-product01-content-img__slide {
    margin: 0 -1em;
  }
}
@media (min-width: 768px) {
  .c-product01-content-img__slide {
    margin-right: 7.5em;
  }
  .c-product01-content-img__slide-item-img {
    width: auto;
    margin: 0 2em;
  }
  .c-product01-content-img__slide-control-btn {
    width: 6em;
    height: 6em;
  }
  .c-product01-content-img__slide-control-btn .c-ico::after {
    width: 2.4em;
    height: 1.1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-product01-content-img__slide-control .c-ico {
    transition: transform 0.6s var(--mh--easing);
  }
  .c-product01-content-img__slide-control-btn:hover .c-ico {
    transform: translateX(20%);
  }
}

.c-product01-content-data {
  margin-top: 2em;
}
.c-product01-content-data__head {
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.c-product01-content-data__head-sub {
  font-size: max(2.4em, 1rem);
}
.c-product01-content-data__head-main {
  margin-top: 0.4em;
  font-size: max(1.2em, 1rem);
  color: rgb(var(--color-grayscale-700));
  line-height: var(--line-height_head);
}
.c-product01-content-data__price {
  font-size: max(1.2em, 1rem);
}
.c-product01-content-data__price .is-large {
  font-size: 125%;
  margin-right: 0.2em;
}
.c-product01-content-data__color {
  margin-top: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product01-content-data__color-head {
  font-size: max(1.2em, 1rem);
  margin-right: 0.5em;
}
.c-product01-content-data__color-btns {
  display: flex;
  align-items: center;
}
.c-product01-content-data__color-btns-item {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  margin: 0 0 0 1em;
  padding: 0;
  white-space: nowrap;
  font-size: max(1.2em, 1rem);
}
.c-product01-content-data__color-btns-item::before {
  content: "";
  width: 1.92em;
  height: 1.92em;
  display: inline-block;
  border: 1px solid rgb(var(--color-grayscale-600));
  border-radius: 50%;
  margin-right: 0.2em;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.c-product01-content-data__color-btns-item::after {
  position: absolute;
  top: 0.335em;
  left: 0.335em;
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  border-radius: 50%;
  background: rgb(var(--color-grayscale-900));
}
.c-product01-content-data__color-btns-item.is-pink::after {
  background: #edd8d8;
}
.c-product01-content-data__color-btns-item.is-silver::after {
  background: #D3D3D3;
}
.c-product01-content-data__color-btns-item.is-white::after {
  background: rgb(var(--color-grayscale-100));
  box-shadow: 0 0 0 1px inset rgb(var(--color-grayscale-700));
}
.c-product01-content-data__color-btns-item.is-active::before {
  opacity: 1;
}
.c-product01-content-data-box {
  margin-top: 1.6em;
  grid-area: box;
  background: rgb(var(--color-grayscale-300));
  text-align: center;
  padding: 1em;
}
.c-product01-content-data-box__sub {
  font-size: max(1.2em, 1rem);
  line-height: var(--line-height_head);
}
.c-product01-content-data-box__main {
  font-size: max(1.6em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_bold);
}
@media (max-width: 767px) {
  .c-product01-content-data {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-product01-content-data {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-product01-content-data__head {
    padding-bottom: 4em;
    margin-bottom: 4em;
  }
  .c-product01-content-data__head-sub {
    font-size: max(4.5em, 1rem);
    margin-right: -2em;
  }
  .c-product01-content-data__head-main {
    margin-top: 0.8em;
    font-size: max(1.9em, 1rem);
  }
  .c-product01-content-data__price {
    font-size: 2em;
  }
  .c-product01-content-data__color {
    margin-top: 1.5em;
    justify-content: flex-start;
  }
  .c-product01-content-data__color-head {
    font-size: max(1.4em, 1rem);
  }
  .c-product01-content-data__color-btns-item {
    font-size: max(1.4em, 1rem);
  }
  .c-product01-content-data__color-btns-item::before {
    width: 1.76em;
    height: 1.76em;
  }
  .c-product01-content-data__color-btns-item::after {
    top: 0.37em;
    left: 0.37em;
    width: 1.06em;
    height: 1.06em;
  }
  .c-product01-content-data-box {
    margin-top: 4em;
    text-align: left;
    padding: 1.85em 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-product01-content-data-box__sub {
    margin: 0 1.2em -0.1em 0;
  }
}

.c-product01-detail {
  padding-top: 7em;
}
.c-product01-detail__head {
  font-size: max(1.8em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_base);
}
.c-product01-detail__notes {
  margin-top: 1em;
  margin-right: -1em;
}
.c-product01-detail__notes-item {
  display: inline;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .c-product01-detail {
    padding-top: 12em;
  }
  .c-product01-detail__head {
    font-size: max(4em, 1rem);
  }
  .c-product01-detail__notes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .c-product01-detail__notes-item {
    margin: 0em 1em 0 0 !important;
  }
}

.c-product01-detail-tab-list {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-top: 2em;
}
.c-product01-detail-tab__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid rgb(var(--color-primary-800));
  border-radius: 50%;
  width: 34.7vw;
  height: 34.7vw;
  color: rgb(var(--color-primary-800));
  font-size: max(1.6em, 1rem);
  text-align: center;
  line-height: 1.6;
  position: relative;
}
.c-product01-detail-tab__txt::after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.c-product01-detail-tab.is-active .c-product01-detail-tab__txt {
  background: rgb(var(--color-primary-800));
  color: rgb(var(--color-grayscale-100));
}
@media (min-width: 768px) {
  .c-product01-detail-tab-list {
    gap: 2em;
    margin-top: 4em;
  }
  .c-product01-detail-tab__txt {
    width: 17.7083333333vw;
    height: 3.2291666667vw;
    border-radius: 100em;
    font-size: max(1.9em, 1rem);
  }
  .c-product01-detail-tab__txt::after {
    width: 0.4em;
    height: 0.4em;
    bottom: -0.6770833333vw;
    color: rgb(var(--color-grayscale-100));
  }
  .c-product01-detail-tab.is-active .c-product01-detail-tab__txt::after {
    color: rgb(var(--color-primary-800));
  }
}

.c-product01-detail-table {
  position: relative;
  display: grid;
  text-align: center;
  background: rgb(var(--color-grayscale-100));
}
.c-product01-detail-table__wrap {
  margin-top: 2.2em;
  border-top: 1px solid rgb(var(--color-grayscale-700));
}
.c-product01-detail-table__tr {
  border-bottom: 1px solid rgb(var(--color-grayscale-700));
}
.c-product01-detail-table__th {
  background: rgb(var(--color-primary-600));
}
.c-product01-detail-table__td {
  position: relative;
  padding: 1.1em 1.3em 1.3em;
  display: grid;
  place-content: center center;
}
.c-product01-detail-table__td sup {
  font-size: max(75%, 0.8rem);
  vertical-align: super;
}
.c-product01-detail-table__line {
  font-size: max(1.3em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_bold);
  background: rgb(var(--color-grayscale-100));
  border-radius: 9em;
  padding: 0.2em 1em;
  margin: 0 -0.5em;
}
.c-product01-detail-table__img {
  width: 80px;
  margin: 0 auto 5px;
}
.c-product01-detail-table__img img {
  display: block;
  width: 100%;
}
.c-product01-detail-table__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-grayscale-100));
  font-size: max(1.2em, 1rem);
  min-width: 127px;
  margin-bottom: 0.5em;
}
.c-product01-detail-table__tag.is-pink {
  background: #EDC0CE;
}
.c-product01-detail-table__tag.is-gold {
  background: #D0C3AA;
}
.c-product01-detail-table__tag.is-gray {
  background: #9FA0A3;
}
.c-product01-detail-table__tag.is-green {
  background: #A6B59C;
}
.c-product01-detail-table__name {
  font-size: max(1em, 1rem);
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_head);
}
.c-product01-detail-table__price {
  margin-top: 0.45em;
  font-size: max(1.2em, 1rem);
  line-height: var(--line-height_head);
}
.c-product01-detail-table__price .is-large {
  font-size: max(1.5em, 1rem);
  margin-right: 0.2em;
}
.c-product01-detail-table__txt {
  font-size: max(1em, 1rem);
  line-height: var(--line-height_head);
}
.c-product01-detail-table__txt a {
  -webkit-text-decoration-color: rgb(var(--color-grayscale-600));
  text-decoration-color: rgb(var(--color-grayscale-600));
  text-underline-offset: 0.3em;
}
.c-product01-detail-table__note {
  margin-top: 0.5em;
  line-height: var(--line-height_narrow);
}
.c-product01-detail-table__color {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product01-detail-table__color-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 2px;
}
.c-product01-detail-table__color-item.is-black {
  background-color: #262626;
}
.c-product01-detail-table__color-item.is-white {
  border: 1px solid rgb(var(--color-grayscale-700));
  background-color: #fff;
  box-sizing: border-box;
}
.c-product01-detail-table__color-item.is-gray {
  background-color: rgb(var(--color-grayscale-900));
}
.c-product01-detail-table__color-item.is-lightgray {
  background-color: #B4B6BD;
}
.c-product01-detail-table__color-item.is-blue {
  background-color: #374571;
}
.c-product01-detail-table__color-item.is-beige {
  background-color: #a99b8e;
}
.c-product01-detail-table__color-item.is-pink {
  background-color: #f0e0e0;
}
.c-product01-detail-table__color-item.is-pink02 {
  background-color: #C9AEBD;
}
@media (max-width: 767px) {
  .c-product01-detail-table {
    grid-template-rows: subgrid;
    grid-row: span 12;
  }
  .c-product01-detail-table__scroll {
    overflow-x: auto;
    margin-right: -10px;
  }
  .c-product01-detail-table__scroll .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    z-index: 9;
    width: 100px;
    height: 90px;
    background-color: rgb(var(--color-grayscale-700));
  }
  .c-product01-detail-table__wrap {
    display: grid;
    width: 440px;
    margin-right: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-product01-detail-table__wrap.is-col4 {
    width: 586px;
    grid-template-columns: repeat(4, 1fr);
  }
  .c-product01-detail-table__wrap.is-col4 .is-table01 .c-product01-detail-table__th {
    width: 400%;
  }
  .c-product01-detail-table.is-table01 {
    z-index: 1;
  }
  .c-product01-detail-table.is-table01 .c-product01-detail-table__th {
    width: 300%;
  }
  .c-product01-detail-table + .c-product01-detail-table .c-product01-detail-table__td::before {
    position: absolute;
    top: 1.2em;
    bottom: 1.2em;
    left: 0;
    content: "";
    border-left: 1px solid rgb(var(--color-grayscale-600));
  }
  .c-product01-detail-table + .c-product01-detail-table .c-product01-detail-table__th {
    visibility: hidden;
  }
  .c-product01-detail-table__tr {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-product01-detail-table__th.is-empty {
    display: none;
  }
  .c-product01-detail-table__td.has-child {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-product01-detail-table__td-child + .c-product01-detail-table__td-child {
    margin: 1.1em 0 0;
    padding: 1.1em 0 0.1em;
    border-top: 1px solid rgb(var(--color-grayscale-600));
    display: grid;
    place-content: center;
  }
  .c-product01-detail-table__txt.is-small-sp {
    font-size: max(1.2em, 1rem);
  }
  .c-product01-detail-table__note {
    font-size: 1em !important;
  }
}
@media (max-width: 767px) and (min-width: 440px) and (max-width: 767px) {
  .c-product01-detail-table__scroll {
    margin-right: 0;
  }
  .c-product01-detail-table__wrap {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  @supports not (grid-template-rows: subgrid) {
    .c-product01-detail-table__td {
      display: block;
      grid-row: unset;
      height: 7em;
    }
    .c-product01-detail-table__td.has-child {
      display: block;
      grid-row: unset;
      height: 26em;
    }
  }
}
@media (min-width: 768px) {
  .c-product01-detail-table {
    grid-template-columns: minmax(10px, 2.4fr) repeat(auto-fit, minmax(10px, 1fr));
  }
  .c-product01-detail-table__wrap {
    margin-top: 40px;
  }
  .c-product01-detail-table__tr {
    border-bottom-color: rgb(var(--color-grayscale-600));
  }
  .c-product01-detail-table:last-child .c-product01-detail-table__tr {
    border-bottom-color: rgb(var(--color-grayscale-700));
  }
  .c-product01-detail-table + .c-product01-detail-table .c-product01-detail-table__th {
    display: none;
  }
  .c-product01-detail-table__tr {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-product01-detail-table__tr:first-of-type .c-product01-detail-table__th, .c-product01-detail-table__tr:first-of-type .c-product01-detail-table__td {
    border-left: none;
  }
  .c-product01-detail-table__th {
    border-left: 1px solid rgb(var(--color-grayscale-100));
    font-size: max(1.6em, 1rem);
    padding: 0.7em 1em 0.85em;
  }
  .c-product01-detail-table__td {
    border-left: 1px solid rgb(var(--color-grayscale-600));
    padding: 2em 1em;
  }
  .c-product01-detail-table__td.has-child {
    grid-template-columns: 55% 45%;
    padding-left: 0;
  }
  .c-product01-detail-table__td-child {
    display: grid;
    place-content: center center;
    padding: 0.5em 0;
  }
  .c-product01-detail-table__td-child + .c-product01-detail-table__td-child {
    border-left: 1px solid rgb(var(--color-grayscale-600));
    padding-left: 1em;
  }
  .c-product01-detail-table__line {
    font-size: max(1.6em, 1rem);
  }
  .c-product01-detail-table__tag {
    min-width: auto;
    margin: 0 1em 0.8em;
    font-size: max(1.6em, 1rem);
  }
  .c-product01-detail-table__img {
    width: 65.7894736842%;
  }
  .c-product01-detail-table__name {
    font-size: max(1.4em, 1rem);
  }
  .c-product01-detail-table__price {
    font-size: max(1.2em, 1rem);
  }
  .c-product01-detail-table__price .is-large {
    font-size: max(1.5em, 1rem);
  }
  .c-product01-detail-table__txt {
    font-size: max(1.6em, 1rem);
  }
  .c-product01-detail-table__color {
    flex-wrap: wrap;
    max-width: 90px;
  }
  .c-product01-detail-table__color.is-pc-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product01-detail-table__color-item {
    width: 17px;
    height: 17px;
    margin: 4px;
  }
  @supports not (grid-template-rows: subgrid) {
    .c-product01-detail-table__tr {
      grid-template-rows: 6em auto;
      place-content: stretch stretch;
    }
    .c-product01-detail-table.is-table02 .c-product01-detail-table__tr {
      grid-template-rows: auto;
    }
    .c-product01-detail-table.is-table03 .c-product01-detail-table__tr {
      grid-template-rows: auto;
    }
    .c-product01-detail-table.is-table04 .c-product01-detail-table__tr {
      grid-template-rows: auto;
    }
  }
}

.c-product01-check {
  margin: 3em 1.5em 0;
}
.c-product01-check__head {
  padding: 1em;
  background: #EDDEE1;
  font-size: max(1.3em, 1rem);
  line-height: 1.6;
}
.c-product01-check__content {
  border: 3px solid #EDDEE1;
  background: rgb(var(--color-grayscale-100));
}
.c-product01-check__link {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.7em;
}
.c-product01-check__area-img {
  width: 17.6vw;
}
.c-product01-check__area-txt {
  width: calc(100% - 17.6vw - 2em);
}
.c-product01-check__txt {
  font-size: max(1.5em, 1rem);
  line-height: 1.6;
}
.c-product01-check__blank {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
@media (min-width: 768px) {
  .c-product01-check {
    width: 41.6666666667vw;
    max-width: 800px;
    margin: 10em auto 0;
  }
  .c-product01-check__head {
    padding: 1em 2.7em;
    font-size: max(1.5em, 1rem);
  }
  .c-product01-check__link {
    align-items: center;
    padding: 2.7em 3.7em;
  }
  .c-product01-check__area-img {
    width: 7.8125vw;
    max-width: 150px;
  }
  .c-product01-check__area-txt {
    width: calc(100% - 7.8125vw - 3em);
  }
  .c-product01-check__txt {
    font-size: max(1.9em, 1rem);
  }
  .c-product01-check__blank {
    bottom: 1.7em;
    right: 1.7em;
  }
}

.footer {
  font-family: var(--fontfamily_en) var(--fontfamily_base);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  letter-spacing: var(--letter-spacing_base);
  background: #f3f5f6;
  position: relative;
  padding: 4em 0 8rem;
}
.footer img {
  display: block;
  width: 100%;
}
.footer .footer__inner {
  width: 78.6666666667vw;
  margin: 0 auto;
  position: relative;
}
.footer .footer__head {
  position: relative;
}
.footer .footer__ttl {
  width: 17.3333333333vw;
  margin: 0 auto 11.3333333333vw;
}
.footer .footer__bnr {
  margin-bottom: 60px;
}
.footer .footer__bnr--ttl {
  font-size: 3.2vw;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .footer {
    padding: 16em 0;
  }
  .footer .footer__bnr {
    margin-bottom: 5.333333333vw;
  }
  .footer .footer__bnr--ttl {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer .footer__bnr--list {
    display: flex;
    align-items: center;
    margin: 0 -20px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer .footer__bnr--box {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 20px;
  }
}
.footer .footer__bnr--box a {
  display: block;
  border: 1px solid #dbdbdb;
}
.footer .footer__bnr--box:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .footer .footer__bnr--box:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer .footer__lang {
  position: absolute;
  top: 0;
  right: 0;
  color: #c8c8c8;
  width: 20vw;
  display: flex;
  align-items: center;
}
.footer .footer__lang__link {
  display: block;
  width: calc(50% - 1px);
  padding: 1.5vw;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  font-size: 0.7rem;
  color: #333;
  font-size: 10px !important;
}
.footer .footer__langLine {
  display: block;
  height: 10px;
  width: 1px;
  background: #000;
}
.footer .footer__menu-wrap {
  width: 100%;
  margin: 0 auto 10vw;
}
.footer .footer__menu__block {
  margin: 0 0 8vw;
  width: 100%;
}
.footer .footer__menu__block h2 {
  font-size: max(1.6em, 1rem);
  margin: 0 0 5.3333333333vw;
  font-weight: var(--font_weight_en);
}
.footer .footer__menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 11px;
}
.footer .footer__menu-list__list {
  width: 50%;
  margin: 0 0 2.6666666667vw 0;
}
.footer .footer__menu-list__list a {
  letter-spacing: 0.06em;
  text-decoration: none;
}
.footer .footer__menu-list__list span {
  display: inline-block;
  position: relative;
}
.footer .footer__menu-list__list a {
  display: flex;
  align-items: center;
}
.footer .footer__menu-list__list a.c-ico::after {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .footer .footer__menu-list__list a {
    transition: opacity 0.3s;
  }
  .footer .footer__menu-list__list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.footer .footer__copylight {
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .footer .footer img {
    width: 100%;
    display: block;
  }
  .footer .footer__inner {
    width: 80%;
    max-width: 1120px;
  }
  .footer .footer__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
  .footer .footer__ttl {
    width: 125px;
    margin: 0;
  }
  .footer .footer__lang {
    position: static;
    width: 100px;
  }
  .footer .footer__lang__link {
    padding: 10px 0;
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer .footer__lang__link {
    transition: opacity 0.3s;
  }
  .footer .footer__lang__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer .footer__menu-wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 0px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer .footer__menu__block {
    margin: 0 0 60px;
  }
  .footer .footer__menu__block h2 {
    margin: 0 0 40px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu-list {
    display: flexbox;
  }
  .footer .footer__menu-list__list.num01 {
    order: 1;
  }
  .footer .footer__menu-list__list.num02 {
    order: 2;
  }
  .footer .footer__menu-list__list.num03 {
    order: 7;
  }
  .footer .footer__menu-list__list.num04 {
    order: 3;
  }
  .footer .footer__menu-list__list.num05 {
    order: 4;
  }
  .footer .footer__menu-list__list.num06 {
    order: 6;
  }
  .footer .footer__menu-list__list.num07 {
    order: 5;
  }
  .footer .footer__menu-list__list.num08 {
    order: 8;
  }
}
@media (min-width: 768px) {
  .footer .footer__menu-list {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    justify-content: end;
  }
  .footer .footer__menu-list__list {
    width: 33.333333%;
    margin: 0 0 15px;
  }
  .footer .footer__menu-list__list .sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer .footer__copylight {
    text-align: center;
    font-size: 1.2rem;
  }
}

.footer .sns-wrap {
  margin: 0 auto 16vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .sns-list {
  width: 6%;
}
.footer .sns-list a {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .footer .sns-list a {
    transition: opacity 0.3s;
  }
  .footer .sns-list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.footer .sns-list a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.footer .sns-list img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .footer .sns-wrap {
    width: 250px;
    margin: 0 auto;
  }
  .footer .sns-list {
    width: 20px;
  }
}

.header {
  position: relative;
  --color-white: #fff;
  line-height: var(--line-height_head);
  z-index: 10;
}
.header .headerButtons {
  transition: opacity 1s ease;
  pointer-events: none;
  opacity: 0;
}
.header:not(.is-loading) .headerLogo,
.header:not(.is-loading) .headerButtons {
  pointer-events: auto;
  opacity: 1;
}
.header.is-scrolled .headerButtons {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .header:not(.is-loading) .headerLogo,
.header:not(.is-loading) .headerButtons, .header.is-scrolled .headerLogo,
.header.is-scrolled .headerButtons {
    pointer-events: auto;
    opacity: 1;
  }
}
.header .headerLogo {
  position: -webkit-fixed;
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 10;
  transition: opacity 1s ease;
  pointer-events: none;
  opacity: 0;
}
.header .headerButtons {
  position: -webkit-fixed;
  position: fixed;
  top: 3rem;
  right: 2.6rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 2em;
  z-index: 10;
}
.header .headerButtonsItem {
  border-radius: 40px;
  border: 1px solid rgb(var(--color-grayscale-100));
  background: rgba(117, 78, 90, 0.4);
  height: 4.5rem;
  transition: background 0.4s var(--mh--easing);
}
.header .headerButtonsBuy {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(var(--color-grayscale-100));
  letter-spacing: 0.02em;
  padding: 0 2.1rem;
  border-radius: 9999px;
}
.header .headerButtonsBuy::before {
  content: "";
  background: url(../img/common/icon-cart.svg) no-repeat center center/cover;
  height: 1.5rem;
  width: 1.8rem;
  margin-right: 10px;
  transform: scale(1);
  transition: opacity 0.4s var(--mh--easing), transform 0.5s var(--mh--easing);
}
.header .headerButtonsBuy::after {
  position: absolute;
  left: 2.6em;
  content: "";
  opacity: 0;
  height: 0.7rem;
  width: 0.7rem;
  background: var(--color-white);
  border-radius: 50%;
  transform: scale(1.5);
  transition: opacity 0.5s var(--mh--easing), transform 0.8s var(--mh--easing);
}
.header .headerButtonsMenu {
  position: relative;
  width: 4.5rem;
  border-radius: 50%;
}
.header .headerButtonsMenu.is-active img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}
.header .headerButtonsMenu.is-active::before {
  content: "";
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.header .headerButtonsMenu img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.4s var(--mh--easing), transform 0.5s var(--mh--easing);
}
.header .headerButtonsMenu::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  height: 0.7rem;
  width: 0.7rem;
  background: var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  transition: opacity 0.5s var(--mh--easing), transform 0.6s var(--mh--easing);
}
.header .headerMenu {
  position: -webkit-fixed;
  position: fixed;
  top: 115px;
  right: 2.6rem;
  opacity: 0.98;
  color: rgb(var(--color-grayscale-100));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 10;
  border-radius: 0.5rem;
  transition: -webkit-clip-path 0.4s var(--mh--easing) 0s;
  transition: clip-path 0.4s var(--mh--easing) 0s;
  transition: clip-path 0.4s var(--mh--easing) 0s, -webkit-clip-path 0.4s var(--mh--easing) 0s;
  -webkit-clip-path: inset(-1px -1px 100% -1px);
  clip-path: inset(-1px -1px 100% -1px);
  overflow: auto;
  max-height: calc(100vh - 12.6rem);
  pointer-events: none;
}
.header .headerMenu .headerMenuClose {
  width: 20px;
  height: 20px;
  position: sticky;
  top: 30px;
  left: 0;
  padding: 0;
  margin: 0 30px 0 auto;
  border: none;
  transition: opacity 0.4s var(--mh--easing) 0.4s;
  opacity: 0;
  pointer-events: none;
}
@supports not (position: sticky) {
  .header .headerMenu .headerMenuClose {
    position: -webkit-sticky;
  }
}
.header .headerMenu .headerMenuClose::before, .header .headerMenu .headerMenuClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 120%;
  border-top: 1px solid;
}
.header .headerMenu .headerMenuClose::before {
  transform: rotate(45deg);
}
.header .headerMenu .headerMenuClose::after {
  transform: rotate(-45deg);
}
.header .headerMenu.is-active {
  opacity: 1;
  transition: -webkit-clip-path 0.4s var(--mh--easing) 0s;
  transition: clip-path 0.4s var(--mh--easing) 0s;
  transition: clip-path 0.4s var(--mh--easing) 0s, -webkit-clip-path 0.4s var(--mh--easing) 0s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  pointer-events: auto;
  opacity: 0.98;
  background: linear-gradient(180deg, rgba(221, 175, 188, 0.95) 0%, rgba(227, 172, 188, 0.95) 65.23%, rgba(230, 171, 188, 0.95) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.header .headerMenu.is-active .headerMenuInner {
  transition: opacity 0.4s var(--mh--easing) 0.2s;
  opacity: 1;
}
.header .headerMenu.is-active .headerMenuListItem {
  transition: transform 0.4s var(--mh--easing) 0.2s;
  transform: translateY(0);
}
.header .headerMenuInner {
  padding: 30px;
  opacity: 0;
}
.header .headerMenuListBody {
  display: grid;
  gap: 4em;
}
.header .headerMenuListItem {
  transform: translateY(-1rem);
}
.header .headerMenuListItem > a {
  display: block;
  font-size: max(2em, 1rem);
}
.header .headerMenuListItem a span {
  display: inline-block;
  position: relative;
}
.header .headerMenuListItem a span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s var(--mh--easing) 0s;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.header .headerMenuListSubList {
  display: grid;
  gap: 0.85em;
  margin: 1.5rem 0 0;
  font-size: max(1.2em, 1rem);
  color: rgba(var(--color-grayscale-100), 0.7);
}
.header .headerMenuListItemChild {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.5em;
  line-height: 1.6;
}
.header .headerMenuListItemChild a {
  color: rgb(var(--color-grayscale-300));
  font-size: max(1.2em, 1rem);
}
@media (max-width: 767px) {
  .header .header.is-scroll .headerButtons {
    display: flex;
  }
  .header .header.is-scroll .headerMenu {
    display: grid;
  }
  .header .headerLogo {
    position: absolute;
    left: 2em;
    top: 3rem;
    width: 10rem;
    margin: auto;
  }
  .header .headerLogo img {
    width: 100%;
  }
  .header .headerButtons {
    position: -webkit-fixed;
    position: fixed;
    top: auto;
    bottom: 2rem;
    right: 2rem;
  }
  .header .headerButtonsItem {
    height: 4rem;
  }
  .header .headerButtonsBuy {
    font-size: 1.3rem;
    padding: 0 1.7rem;
  }
  .header .headerButtonsBuy::before {
    height: 1.4rem;
    width: 1.7rem;
  }
  .header .headerButtonsBuy::after {
    left: 2.4rem;
    height: 0.6rem;
    width: 0.6rem;
  }
  .header .headerButtonsMenu {
    width: 4rem;
    padding: 0;
    margin: 0;
  }
  .header .headerButtonsMenu img {
    display: block;
  }
  .header .headerButtonsMenu::before {
    height: 0.6rem;
    width: 0.6rem;
  }
  .header .headerButtonsMenu img {
    width: 1.2rem;
  }
  .header .headerMenu {
    transition: none;
    position: -webkit-fixed;
    position: fixed;
    top: 3em;
    bottom: 3em;
    left: 3em;
    right: 3em;
    -webkit-clip-path: inset(100% -1px -1px -1px);
    clip-path: inset(100% -1px -1px -1px);
    max-height: unset;
    background: transparent;
  }
  .header .headerMenuInner {
    padding: 3em 4em 5em 4em;
  }
  .header .headerMenu.is-active {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  .header .headerMenu.is-active .headerMenuClose {
    opacity: 1;
    pointer-events: auto;
  }
  .header .headerMenu.is-active .headerMenuListItem {
    transform: translateY(0);
  }
  .header .headerMenuListItem {
    transform: translateY(1rem);
  }
}
@media (min-width: 768px) {
  .header .headerButtonsMenu {
    width: 70px;
  }
  .header .headerButtonsBuy {
    justify-content: center;
    width: 190px;
  }
  .header .headerButtonsBuy,
.header .headerButtonsMenu {
    height: 70px;
  }
  .header .headerMenuListItemChild {
    margin-top: 2em;
    grid-template-columns: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .headerButtonsItem:hover {
    background: rgb(var(--color-primary-800));
  }
  .header .headerButtonsBuy:hover::before {
    opacity: 0;
    transform: scale(0.2);
  }
  .header .headerButtonsBuy:hover::after {
    transform: scale(1);
    opacity: 1;
  }
  .header .headerButtonsMenu:hover img {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  .header .headerButtonsMenu:hover::before {
    content: "";
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.4);
  }
  .header .headerMenuListItem a:hover span::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}

.l-nav__bottom {
  margin-top: 4.5em;
}
@media (min-width: 768px) {
  .l-nav__bottom {
    margin-top: 40px;
    min-width: 230px;
  }
}

/* .l-main-img HOME
================================================ */
.l-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}
@supports (width: max(100vh, 100lvh)) {
  .l-main-img {
    height: max(100vh, 100lvh);
  }
}
.l-main-img__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 1s ease;
}
.l-main-img__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 9.6em 0 0;
  box-sizing: border-box;
}
.l-main-img__logo {
  position: relative;
  max-width: 336px;
  width: 74.6666666667%;
  margin: 0 auto 40px;
  transition: -webkit-mask-position 1.8s ease-out 1.4s;
  transition: mask-position 1.8s ease-out 1.4s;
  transition: mask-position 1.8s ease-out 1.4s, -webkit-mask-position 1.8s ease-out 1.4s;
  -webkit-mask-image: linear-gradient(90deg, #fff 45%, rgba(255, 255, 255, 0) 55%);
  mask-image: linear-gradient(90deg, #fff 45%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  will-change: mask-position;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
}
.l-main-img__inner.is-animated .l-main-img__img-dryer, .l-main-img__inner.is-animated .l-main-img__img-iron {
  opacity: 1;
  transform: translate(0);
}
.l-main-img__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-main-img__img-dryer {
  position: absolute;
  top: 51.2vw;
  right: 5.3333333333vw;
  width: 54.6666666667vw;
  transform: translate(4vw, 10vw);
  opacity: 0;
  transition: all 1.8s 0.3s ease;
}
.l-main-img__img-iron {
  position: absolute;
  top: 75.4666666667vw;
  left: 11.2vw;
  width: 45.8666666667vw;
  transform: translate(-4vw, 10vw);
  opacity: 0;
  transition: all 1.8s 0.6s ease;
}
.l-main-img.is-loading .l-main-img__bg {
  opacity: 0;
}
.l-main-img.is-loading .l-main-img__copy {
  -webkit-mask-position: 100% 0%;
  mask-position: 100% 0%;
}
.l-main-img.is-loading .l-main-img__logo {
  -webkit-mask-position: 100% 0%;
  mask-position: 100% 0%;
}
.l-main-img.is-loading .l-main-img__img-main img {
  filter: brightness(1.5);
  opacity: 0;
}
.l-main-img.is-loading .l-main-img__img-sub img {
  transform: translate(20px, 20px);
  opacity: 0;
}
@media (min-width: 768px) {
  .l-main-img__set {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .l-main-img__logo {
    position: absolute;
    top: 50%;
    right: 18.28125vw;
    transform: translateY(-50%);
    width: 29.1666666667vw;
    margin: 0;
    max-width: none;
  }
  .l-main-img__img {
    top: 50vh;
    transform: translateY(-50%);
  }
  .l-main-img__img-dryer {
    top: 0;
    right: auto;
    left: 27.9166666667vw;
    width: 24.7916666667vw;
  }
  .l-main-img__img-iron {
    top: 12.0833333333vw;
    left: 14.1145833333vw;
    width: 19.0104166667vw;
  }
}
@media (min-width: 1460px) {
  .l-main-img__img {
    top: 0;
    transform: none;
  }
  .l-main-img__img-dryer {
    top: 6.3541666667vw;
  }
  .l-main-img__img-iron {
    top: 18.4375vw;
  }
}

body:has(.l-sub-img) .header .headerLogo {
  opacity: 1;
  right: auto;
}
@media (max-width: 767px) {
  body:has(.l-sub-img) .header .headerLogo {
    top: 2em;
    left: 2em;
  }
}
@media (min-width: 768px) {
  body:has(.l-sub-img) .header .headerLogo {
    position: absolute;
  }
}

.l-sub-img {
  position: relative;
}
.l-sub-img.is-dryer .l-sub-img-slider__item img {
  transform: scale(0.9);
}
.l-sub-img__float {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-sub-img__float-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.l-sub-img__float-gradient img {
  width: 100%;
  max-width: 100%;
}
.l-sub-img__float-item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.l-sub-img__float-item img {
  transition: transform 3s ease;
}
.l-sub-img__float-item.is-item01 {
  z-index: 4;
  bottom: -30%;
}
.l-sub-img__float-item.is-item02 {
  z-index: 3;
  bottom: 25%;
  transition-duration: 5s;
}
.l-sub-img__float-item.is-item03 {
  z-index: 2;
  bottom: 20%;
  transition-duration: 8s;
}
.l-sub-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-sub-img__inner {
  position: relative;
  z-index: 2;
}
.l-sub-img__area-img {
  overflow: hidden;
  position: relative;
  padding-top: 4.2em;
  z-index: 2;
}
.l-sub-img__area-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-sub-img__area-img-other {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.l-sub-img__circle {
  position: absolute;
  width: 10.3em;
  bottom: 2em;
  left: 2em;
}
.l-sub-img-slider {
  width: 78.6666666667vw;
  margin: 0 auto;
  opacity: 0;
  transform: translate(1.5em, 1.5em);
  transition: all 0.9s ease;
}
.l-sub-img-slider.is-visible {
  transform: translate(0, 0);
  opacity: 1;
}
.l-sub-img .splide {
  padding: 0;
}
.l-sub-img__area-txt {
  position: relative;
  padding: 9.3333333333vw 0 12vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-sub-img__area-txt {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
@media (max-width: 767px) {
  .l-sub-img.is-dryer .l-sub-img__area-txt {
    padding-bottom: 26.6666666667vw;
  }
}
.l-sub-img__copy {
  margin-bottom: 2.36em;
}
.l-sub-img__copy img {
  display: block;
  margin: 0 auto;
}
.l-sub-img__copy.is-dryer img {
  width: 14.7em;
}
.l-sub-img__copy.is-iron img {
  width: 82.4vw;
}
.l-sub-img__head {
  margin: 0 4em 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  font-weight: normal;
  text-align: center;
}
.l-sub-img__head-en {
  font-size: max(2.6em, 1rem);
}
.l-sub-img__head-txt {
  display: block;
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.4em, 1rem);
  font-weight: normal;
}
.l-sub-img__price {
  text-align: center;
}
.l-sub-img__price-prefix {
  font-size: max(1.2em, 1rem);
}
.l-sub-img__price-txt {
  font-size: max(1.5em, 1rem);
}
.l-sub-img__price-tax {
  font-size: max(1.2em, 1rem);
}
.l-sub-img__note {
  margin-top: 1.8em;
  padding: 0 3em;
}
@media (min-width: 768px) {
  .l-sub-img {
    min-height: 150em;
    box-sizing: border-box;
  }
  .l-sub-img__inner {
    height: 100%;
  }
  .l-sub-img__float-item.is-item01 {
    bottom: -5%;
  }
  .l-sub-img__float-item.is-item02 {
    bottom: 20%;
  }
  .l-sub-img__float-item.is-item03 {
    bottom: -10%;
  }
  .l-sub-img__content {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-sub-img__area-img {
    overflow: visible;
    padding: 9.8em 0 0;
    width: 50vw;
  }
  .l-sub-img__area-img-other {
    top: 0;
    bottom: auto;
  }
  .l-sub-img__circle {
    top: 71.7em;
    left: 5em;
    bottom: auto;
    width: 24.3em;
  }
  .l-sub-img-slider {
    width: 33.75vw;
    margin: 0 0 0 19.3em;
  }
  .l-sub-img-slider.is-iron {
    width: 25vw;
    margin-left: 27.1em;
  }
  .l-sub-img__note {
    position: absolute;
    top: 96.3541666667em;
    left: 2.6041666667vw;
    margin: 0;
    padding: 0;
  }
  .l-sub-img__area-txt {
    width: 50vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10vw 10vw 0 5vw;
  }
  .l-sub-img__copy img {
    margin: 0;
  }
  .l-sub-img__copy.is-dryer img {
    width: 31.395em;
  }
  .l-sub-img__copy.is-iron img {
    width: 30.3em;
  }
  .l-sub-img__head {
    margin: 3em 0;
    padding: 0 0 4em;
    text-align: left;
  }
  .l-sub-img__head-en {
    font-size: max(5em, 1em);
  }
  .l-sub-img__head-txt {
    margin-top: 1em;
    font-size: max(2.2em, 1rem);
  }
  .l-sub-img__price {
    text-align: left;
  }
  .l-sub-img__price-prefix {
    font-size: max(2em, 1rem);
  }
  .l-sub-img__price-txt {
    font-size: max(2.4em, 1rem);
  }
  .l-sub-img__price-tax {
    font-size: max(2em, 1rem);
  }
}
@media (min-width: 1460px) {
  .l-sub-img__area-txt {
    padding: 0 23em 0 17em;
  }
}

.js-c-anime-elem[data-anime=fadein-up], .js-c-anime-elem [data-anime=fadein-up] {
  transition: opacity 1s ease, transform 1s var(--mh--easing);
  opacity: 0;
  transform: translateY(20px);
}
.js-c-anime-elem:not(.is-animated)[data-anime=fadein-up], .js-c-anime-elem:not(.is-animated) [data-anime=fadein-up] {
  transition: all 0.3s ease 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=fadein-up], .js-c-anime-elem.is-animated [data-anime=fadein-up] {
  opacity: 1;
  transform: translateY(0px);
}

.js-c-anime-elem[data-anime=fadein-angle], .js-c-anime-elem [data-anime=fadein-angle] {
  transition: opacity 1s ease, transform 1.2s ease-out;
  opacity: 0;
  transform: translate(20px, 30px);
}
.js-c-anime-elem:not(.is-animated)[data-anime=fadein-angle], .js-c-anime-elem:not(.is-animated) [data-anime=fadein-angle] {
  transition: all 0.3s ease 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=fadein-angle], .js-c-anime-elem.is-animated [data-anime=fadein-angle] {
  opacity: 1;
  transform: translate(0px, 0px);
}

.js-c-anime-elem[data-anime=fadein], .js-c-anime-elem [data-anime=fadein] {
  transition: opacity 0.6s ease;
  opacity: 0;
}
.js-c-anime-elem:not(.is-animated)[data-anime=fadein], .js-c-anime-elem:not(.is-animated) [data-anime=fadein] {
  transition: opacity 0.3s ease 0s !important;
}
.js-c-anime-elem.is-animated[data-anime=fadein], .js-c-anime-elem.is-animated [data-anime=fadein] {
  opacity: 1;
}

.js-c-anime-elem[data-anime=mask-curtain], .js-c-anime-elem [data-anime=mask-curtain] {
  filter: brightness(1.5);
  -webkit-mask-image: linear-gradient(135deg, #fff 33%, rgba(255, 255, 255, 0) 66%);
  mask-image: linear-gradient(135deg, #fff 33%, rgba(255, 255, 255, 0) 66%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  will-change: mask-position;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  transition: filter 1.5s ease, -webkit-mask-position 2s ease-out;
  transition: mask-position 2s ease-out, filter 1.5s ease;
  transition: mask-position 2s ease-out, filter 1.5s ease, -webkit-mask-position 2s ease-out;
}
.js-c-anime-elem:not(.is-animated)[data-anime=mask-curtain], .js-c-anime-elem:not(.is-animated) [data-anime=mask-curtain] {
  transition-duration: 0.8s, 0.5s;
  transition-delay: 0s, 0.3s !important;
}
.js-c-anime-elem.is-animated[data-anime=mask-curtain], .js-c-anime-elem.is-animated [data-anime=mask-curtain] {
  filter: brightness(1);
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
}

.js-c-anime-elem .js-c-split-txt span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  transition: all 1s var(--mh--easing);
}
.js-c-anime-elem .js-c-split-txt span.is-space {
  min-width: 0.2em;
}
.js-c-anime-elem.is-animated .js-c-split-txt span {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem:not(.is-animated) .js-c-split-txt span {
  transition: opacity 0.6s ease 0s, transform 0s ease 0.6s !important;
}

.js-c-anime-elem.is-animated[data-anime-delay="0.1"], .js-c-anime-elem.is-animated [data-anime-delay="0.1"], .js-home-top.is-animated[data-anime-delay="0.1"], .js-home-top.is-animated [data-anime-delay="0.1"] {
  transition-delay: 0.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.1"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.1"]::after, .js-home-top.is-animated[data-anime-delay="0.1"]::after, .js-home-top.is-animated [data-anime-delay="0.1"]::after {
  transition-delay: 0.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.2"], .js-c-anime-elem.is-animated [data-anime-delay="0.2"], .js-home-top.is-animated[data-anime-delay="0.2"], .js-home-top.is-animated [data-anime-delay="0.2"] {
  transition-delay: 0.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.2"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.2"]::after, .js-home-top.is-animated[data-anime-delay="0.2"]::after, .js-home-top.is-animated [data-anime-delay="0.2"]::after {
  transition-delay: 0.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.3"], .js-c-anime-elem.is-animated [data-anime-delay="0.3"], .js-home-top.is-animated[data-anime-delay="0.3"], .js-home-top.is-animated [data-anime-delay="0.3"] {
  transition-delay: 0.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.3"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.3"]::after, .js-home-top.is-animated[data-anime-delay="0.3"]::after, .js-home-top.is-animated [data-anime-delay="0.3"]::after {
  transition-delay: 0.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.4"], .js-c-anime-elem.is-animated [data-anime-delay="0.4"], .js-home-top.is-animated[data-anime-delay="0.4"], .js-home-top.is-animated [data-anime-delay="0.4"] {
  transition-delay: 0.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.4"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.4"]::after, .js-home-top.is-animated[data-anime-delay="0.4"]::after, .js-home-top.is-animated [data-anime-delay="0.4"]::after {
  transition-delay: 0.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.5"], .js-c-anime-elem.is-animated [data-anime-delay="0.5"], .js-home-top.is-animated[data-anime-delay="0.5"], .js-home-top.is-animated [data-anime-delay="0.5"] {
  transition-delay: 0.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.5"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.5"]::after, .js-home-top.is-animated[data-anime-delay="0.5"]::after, .js-home-top.is-animated [data-anime-delay="0.5"]::after {
  transition-delay: 0.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.6"], .js-c-anime-elem.is-animated [data-anime-delay="0.6"], .js-home-top.is-animated[data-anime-delay="0.6"], .js-home-top.is-animated [data-anime-delay="0.6"] {
  transition-delay: 0.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.6"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.6"]::after, .js-home-top.is-animated[data-anime-delay="0.6"]::after, .js-home-top.is-animated [data-anime-delay="0.6"]::after {
  transition-delay: 0.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.7"], .js-c-anime-elem.is-animated [data-anime-delay="0.7"], .js-home-top.is-animated[data-anime-delay="0.7"], .js-home-top.is-animated [data-anime-delay="0.7"] {
  transition-delay: 0.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.7"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.7"]::after, .js-home-top.is-animated[data-anime-delay="0.7"]::after, .js-home-top.is-animated [data-anime-delay="0.7"]::after {
  transition-delay: 0.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.8"], .js-c-anime-elem.is-animated [data-anime-delay="0.8"], .js-home-top.is-animated[data-anime-delay="0.8"], .js-home-top.is-animated [data-anime-delay="0.8"] {
  transition-delay: 0.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.8"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.8"]::after, .js-home-top.is-animated[data-anime-delay="0.8"]::after, .js-home-top.is-animated [data-anime-delay="0.8"]::after {
  transition-delay: 0.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.9"], .js-c-anime-elem.is-animated [data-anime-delay="0.9"], .js-home-top.is-animated[data-anime-delay="0.9"], .js-home-top.is-animated [data-anime-delay="0.9"] {
  transition-delay: 0.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="0.9"]::after, .js-c-anime-elem.is-animated [data-anime-delay="0.9"]::after, .js-home-top.is-animated[data-anime-delay="0.9"]::after, .js-home-top.is-animated [data-anime-delay="0.9"]::after {
  transition-delay: 0.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1"], .js-c-anime-elem.is-animated [data-anime-delay="1"], .js-home-top.is-animated[data-anime-delay="1"], .js-home-top.is-animated [data-anime-delay="1"] {
  transition-delay: 1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1"]::after, .js-home-top.is-animated[data-anime-delay="1"]::after, .js-home-top.is-animated [data-anime-delay="1"]::after {
  transition-delay: 1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.1"], .js-c-anime-elem.is-animated [data-anime-delay="1.1"], .js-home-top.is-animated[data-anime-delay="1.1"], .js-home-top.is-animated [data-anime-delay="1.1"] {
  transition-delay: 1.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.1"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.1"]::after, .js-home-top.is-animated[data-anime-delay="1.1"]::after, .js-home-top.is-animated [data-anime-delay="1.1"]::after {
  transition-delay: 1.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.2"], .js-c-anime-elem.is-animated [data-anime-delay="1.2"], .js-home-top.is-animated[data-anime-delay="1.2"], .js-home-top.is-animated [data-anime-delay="1.2"] {
  transition-delay: 1.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.2"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.2"]::after, .js-home-top.is-animated[data-anime-delay="1.2"]::after, .js-home-top.is-animated [data-anime-delay="1.2"]::after {
  transition-delay: 1.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.3"], .js-c-anime-elem.is-animated [data-anime-delay="1.3"], .js-home-top.is-animated[data-anime-delay="1.3"], .js-home-top.is-animated [data-anime-delay="1.3"] {
  transition-delay: 1.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.3"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.3"]::after, .js-home-top.is-animated[data-anime-delay="1.3"]::after, .js-home-top.is-animated [data-anime-delay="1.3"]::after {
  transition-delay: 1.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.4"], .js-c-anime-elem.is-animated [data-anime-delay="1.4"], .js-home-top.is-animated[data-anime-delay="1.4"], .js-home-top.is-animated [data-anime-delay="1.4"] {
  transition-delay: 1.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.4"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.4"]::after, .js-home-top.is-animated[data-anime-delay="1.4"]::after, .js-home-top.is-animated [data-anime-delay="1.4"]::after {
  transition-delay: 1.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.5"], .js-c-anime-elem.is-animated [data-anime-delay="1.5"], .js-home-top.is-animated[data-anime-delay="1.5"], .js-home-top.is-animated [data-anime-delay="1.5"] {
  transition-delay: 1.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.5"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.5"]::after, .js-home-top.is-animated[data-anime-delay="1.5"]::after, .js-home-top.is-animated [data-anime-delay="1.5"]::after {
  transition-delay: 1.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.6"], .js-c-anime-elem.is-animated [data-anime-delay="1.6"], .js-home-top.is-animated[data-anime-delay="1.6"], .js-home-top.is-animated [data-anime-delay="1.6"] {
  transition-delay: 1.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.6"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.6"]::after, .js-home-top.is-animated[data-anime-delay="1.6"]::after, .js-home-top.is-animated [data-anime-delay="1.6"]::after {
  transition-delay: 1.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.7"], .js-c-anime-elem.is-animated [data-anime-delay="1.7"], .js-home-top.is-animated[data-anime-delay="1.7"], .js-home-top.is-animated [data-anime-delay="1.7"] {
  transition-delay: 1.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.7"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.7"]::after, .js-home-top.is-animated[data-anime-delay="1.7"]::after, .js-home-top.is-animated [data-anime-delay="1.7"]::after {
  transition-delay: 1.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.8"], .js-c-anime-elem.is-animated [data-anime-delay="1.8"], .js-home-top.is-animated[data-anime-delay="1.8"], .js-home-top.is-animated [data-anime-delay="1.8"] {
  transition-delay: 1.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.8"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.8"]::after, .js-home-top.is-animated[data-anime-delay="1.8"]::after, .js-home-top.is-animated [data-anime-delay="1.8"]::after {
  transition-delay: 1.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.9"], .js-c-anime-elem.is-animated [data-anime-delay="1.9"], .js-home-top.is-animated[data-anime-delay="1.9"], .js-home-top.is-animated [data-anime-delay="1.9"] {
  transition-delay: 1.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="1.9"]::after, .js-c-anime-elem.is-animated [data-anime-delay="1.9"]::after, .js-home-top.is-animated[data-anime-delay="1.9"]::after, .js-home-top.is-animated [data-anime-delay="1.9"]::after {
  transition-delay: 1.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2"], .js-c-anime-elem.is-animated [data-anime-delay="2"], .js-home-top.is-animated[data-anime-delay="2"], .js-home-top.is-animated [data-anime-delay="2"] {
  transition-delay: 2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2"]::after, .js-home-top.is-animated[data-anime-delay="2"]::after, .js-home-top.is-animated [data-anime-delay="2"]::after {
  transition-delay: 2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.1"], .js-c-anime-elem.is-animated [data-anime-delay="2.1"], .js-home-top.is-animated[data-anime-delay="2.1"], .js-home-top.is-animated [data-anime-delay="2.1"] {
  transition-delay: 2.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.1"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.1"]::after, .js-home-top.is-animated[data-anime-delay="2.1"]::after, .js-home-top.is-animated [data-anime-delay="2.1"]::after {
  transition-delay: 2.1s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.2"], .js-c-anime-elem.is-animated [data-anime-delay="2.2"], .js-home-top.is-animated[data-anime-delay="2.2"], .js-home-top.is-animated [data-anime-delay="2.2"] {
  transition-delay: 2.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.2"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.2"]::after, .js-home-top.is-animated[data-anime-delay="2.2"]::after, .js-home-top.is-animated [data-anime-delay="2.2"]::after {
  transition-delay: 2.2s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.3"], .js-c-anime-elem.is-animated [data-anime-delay="2.3"], .js-home-top.is-animated[data-anime-delay="2.3"], .js-home-top.is-animated [data-anime-delay="2.3"] {
  transition-delay: 2.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.3"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.3"]::after, .js-home-top.is-animated[data-anime-delay="2.3"]::after, .js-home-top.is-animated [data-anime-delay="2.3"]::after {
  transition-delay: 2.3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.4"], .js-c-anime-elem.is-animated [data-anime-delay="2.4"], .js-home-top.is-animated[data-anime-delay="2.4"], .js-home-top.is-animated [data-anime-delay="2.4"] {
  transition-delay: 2.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.4"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.4"]::after, .js-home-top.is-animated[data-anime-delay="2.4"]::after, .js-home-top.is-animated [data-anime-delay="2.4"]::after {
  transition-delay: 2.4s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.5"], .js-c-anime-elem.is-animated [data-anime-delay="2.5"], .js-home-top.is-animated[data-anime-delay="2.5"], .js-home-top.is-animated [data-anime-delay="2.5"] {
  transition-delay: 2.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.5"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.5"]::after, .js-home-top.is-animated[data-anime-delay="2.5"]::after, .js-home-top.is-animated [data-anime-delay="2.5"]::after {
  transition-delay: 2.5s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.6"], .js-c-anime-elem.is-animated [data-anime-delay="2.6"], .js-home-top.is-animated[data-anime-delay="2.6"], .js-home-top.is-animated [data-anime-delay="2.6"] {
  transition-delay: 2.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.6"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.6"]::after, .js-home-top.is-animated[data-anime-delay="2.6"]::after, .js-home-top.is-animated [data-anime-delay="2.6"]::after {
  transition-delay: 2.6s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.7"], .js-c-anime-elem.is-animated [data-anime-delay="2.7"], .js-home-top.is-animated[data-anime-delay="2.7"], .js-home-top.is-animated [data-anime-delay="2.7"] {
  transition-delay: 2.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.7"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.7"]::after, .js-home-top.is-animated[data-anime-delay="2.7"]::after, .js-home-top.is-animated [data-anime-delay="2.7"]::after {
  transition-delay: 2.7s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.8"], .js-c-anime-elem.is-animated [data-anime-delay="2.8"], .js-home-top.is-animated[data-anime-delay="2.8"], .js-home-top.is-animated [data-anime-delay="2.8"] {
  transition-delay: 2.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.8"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.8"]::after, .js-home-top.is-animated[data-anime-delay="2.8"]::after, .js-home-top.is-animated [data-anime-delay="2.8"]::after {
  transition-delay: 2.8s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.9"], .js-c-anime-elem.is-animated [data-anime-delay="2.9"], .js-home-top.is-animated[data-anime-delay="2.9"], .js-home-top.is-animated [data-anime-delay="2.9"] {
  transition-delay: 2.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="2.9"]::after, .js-c-anime-elem.is-animated [data-anime-delay="2.9"]::after, .js-home-top.is-animated[data-anime-delay="2.9"]::after, .js-home-top.is-animated [data-anime-delay="2.9"]::after {
  transition-delay: 2.9s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="3"], .js-c-anime-elem.is-animated [data-anime-delay="3"], .js-home-top.is-animated[data-anime-delay="3"], .js-home-top.is-animated [data-anime-delay="3"] {
  transition-delay: 3s !important;
}
.js-c-anime-elem.is-animated[data-anime-delay="3"]::after, .js-c-anime-elem.is-animated [data-anime-delay="3"]::after, .js-home-top.is-animated[data-anime-delay="3"]::after, .js-home-top.is-animated [data-anime-delay="3"]::after {
  transition-delay: 3s !important;
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide {
  position: relative;
  padding-bottom: 20px;
}

.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 25%;
  z-index: 9;
}
.splide__arrow {
  position: relative;
  height: 35px;
  width: 35px;
  transform: translateY(0);
  background-color: rgb(var(--color-grayscale-100));
  border-radius: 50%;
  opacity: 1;
  filter: drop-shadow(3px 3px 20px rgba(133, 84, 81, 0.1));
  transition: background 0.3s ease;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1.5em;
  height: 0.7em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 7"><path d="M14.5 3.5 9.25.47v6.06L14.5 3.5Z"/><path d="M9.83 3h-9v1h9z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 7"><path d="M14.5 3.5 9.25.47v6.06L14.5 3.5Z"/><path d="M9.83 3h-9v1h9z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.splide__arrow--prev::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.splide__arrow--prev {
  left: auto;
  left: -15px !important;
}
.splide__arrow--next {
  right: -15px !important;
}
@media (min-width: 768px) {
  .splide__arrow {
    width: 6em;
    height: 6em;
  }
  .splide__arrow::before {
    width: 2.4em !important;
    height: 1.1em !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow:hover {
    opacity: 1 !important;
  }
  .splide__arrow::before {
    transition: margin 0.3s ease;
  }
  .splide__arrow--prev:hover::before {
    margin-left: -10%;
  }
  .splide__arrow--next:hover::before {
    margin-left: 10%;
  }
}

.splide__pagination {
  bottom: 0;
}
.splide__pagination__page {
  background-color: rgb(var(--color-grayscale-600));
  opacity: 1;
  width: 7px;
  height: 7px;
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background-color: rgb(var(--color-grayscale-900));
}

/* .dryer-point
================================================ */
@media (min-width: 768px) {
  .dryer-point {
    margin-top: -30em;
    padding-top: 10.9375vw;
  }
  .dryer-point .c-point02__bg-in {
    top: 0;
    margin-top: 0;
  }
}

/* .dryer-mode
================================================ */
.dryer-mode {
  position: relative;
  z-index: 2;
  background: #eddee1;
}
.dryer-mode__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dryer-mode__bg-head {
  display: block;
  position: absolute;
  bottom: 102%;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
.dryer-mode__bg-light {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dryer-mode__bg-light img {
  mix-blend-mode: plus-lighter;
}
@supports not (mix-blend-mode: plus-lighter) {
  .dryer-mode__bg-light img {
    display: none;
  }
}
.dryer-mode__inner {
  position: relative;
  padding: 5em 2em 0;
}
.dryer-mode__head {
  margin-bottom: 40px;
}
.dryer-mode__content {
  position: relative;
}
.dryer-mode__img img {
  width: 100%;
}
.dryer-mode-list {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6em;
  width: 24.5em;
  top: 4em;
}
.dryer-mode-list__item img {
  filter: drop-shadow(20px 20px 20px rgba(62, 33, 31, 0.03));
}
@media (min-width: 768px) {
  .dryer-mode__bg-head {
    bottom: 105%;
  }
  .dryer-mode__bg-light {
    top: auto;
  }
  .dryer-mode__inner {
    padding: 12em 2.6041666667% 0 12.3em;
  }
  .dryer-mode__content {
    width: 47.5520833333vw;
    max-width: 913px;
    margin: 0 auto;
  }
  .dryer-mode__head {
    margin-bottom: 46px;
  }
  .dryer-mode-list {
    display: block;
    top: 6em;
    width: 47em;
    height: 34.3em;
  }
  .dryer-mode-list__item {
    position: absolute;
    width: 17.6em;
  }
  .dryer-mode-list__item:nth-child(1) {
    top: 0;
    right: 19.6em;
  }
  .dryer-mode-list__item:nth-child(2) {
    top: 0;
    right: 0;
  }
  .dryer-mode-list__item:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .dryer-mode-list__item:nth-child(4) {
    bottom: 0;
    right: 9.8em;
  }
}

@media (min-width: 768px) {
  .dryer-features-sec__inner {
    padding-bottom: 30em !important;
  }
}

.home-wrap01 {
  position: relative;
}

/* .home-concept
================================================ */
@keyframes fadeAnime {
  0% {
    opacity: 0;
    z-index: 1;
  }
  10% {
    opacity: 1;
    z-index: 2;
  }
  50% {
    opacity: 1;
    z-index: 0;
  }
  60% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.home-concept {
  position: relative;
  padding-bottom: 30vw;
}
.home-concept__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-concept__bg-mov {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@supports not (position: sticky) {
  .home-concept__bg-mov {
    position: -webkit-sticky;
  }
}
@supports (width: max(100vh, 100lvh)) {
  .home-concept__bg-mov {
    height: max(100vh, 100lvh);
  }
}
.home-concept__bg-mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-concept__float {
  position: sticky;
  top: 0;
  height: 100lvh;
  left: 0;
  right: 0;
  background: linear-gradient(172.76deg, rgba(254, 236, 236, 0.9) 18.44%, rgba(253, 232, 232, 0.85) 39.11%, rgba(253, 229, 229, 0.9) 52.41%, #FCDFE1 94.36%);
  overflow: hidden;
}
.home-concept__float-item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.home-concept__float-item img {
  transition: transform 3s ease;
}
.home-concept__float-item.is-item01 {
  z-index: 4;
  bottom: -30%;
}
.home-concept__float-item.is-item02 {
  z-index: 3;
  bottom: 25%;
  transition-duration: 5s;
}
.home-concept__float-item.is-item03 {
  z-index: 2;
  bottom: 20%;
  transition-duration: 8s;
}
.home-concept__inner {
  position: relative;
  z-index: 9;
  padding: 7.7em var(--body_padding_side) 0;
}
.home-concept__head {
  margin-bottom: 1.5909090909em;
  font-size: max(2em, 1rem);
  line-height: var(--line-height_head);
  font-weight: var(--font_weight_base);
}
.home-concept__head-prefix {
  margin-right: -0.5em;
}
.home-concept__head-en {
  font-size: max(1.1em, 1rem);
}
.home-concept__head-sub {
  display: block;
  font-size: max(0.7em, 1rem);
}
.home-concept__txt + .home-concept__txt {
  margin-top: 1.9em;
}
.home-concept__imgs {
  position: relative;
  z-index: 9;
  margin: 6.4em auto 0;
  width: 93.3333333333%;
  overflow: hidden;
}
.home-concept__imgs-item {
  position: relative;
  display: block;
  opacity: 0;
  z-index: -1;
  margin-left: -10.2040816327%;
}
.home-concept__imgs-item + .home-concept__imgs-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-concept__imgs-item.is-item01 {
  animation-delay: 0s;
}
.home-concept__imgs-item.is-item02 {
  animation-delay: 4s;
}
.home-concept__imgs-item.is-item03 {
  animation-delay: 8s;
}
.home-concept.is-animated .home-concept__imgs-item {
  animation-name: fadeAnime;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  .home-concept {
    padding-bottom: 30vw;
  }
  .home-concept__float-item.is-item01 {
    bottom: -45%;
  }
  .home-concept__float-item.is-item02 {
    bottom: 0%;
  }
  .home-concept__float-item.is-item03 {
    bottom: -70%;
  }
  .home-concept__inner {
    padding: 16em 0 0;
  }
  .home-concept__head {
    font-size: max(3.6em, 1rem);
  }
  .home-concept__head-sub {
    font-size: max(0.44em, 1rem);
  }
  .home-concept__txt {
    font-size: max(1.9em, 1rem);
  }
  .home-concept__imgs {
    margin-top: 7em;
    width: 33.4375%;
  }
  .home-concept__imgs-item {
    margin-left: -18.3800623053%;
  }
}

/* .home-product
================================================ */
.home-product {
  position: relative;
  padding-top: 8em;
}
.home-product.is-animated .home-product-gallery__item {
  animation-play-state: running;
}
.home-product .c-head01 {
  margin-bottom: 24px;
}
.home-product__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-product__bg-in {
  display: block;
  overflow: hidden;
  position: sticky;
  margin-top: -14.5%;
  top: -12%;
  left: 0;
  height: calc(100vh + env(safe-area-inset-bottom) + 12vh);
}
@supports not (position: sticky) {
  .home-product__bg-in {
    position: -webkit-sticky;
  }
}
@supports (height: max(calc(100vh + env(safe-area-inset-bottom) + 12vh), calc(100lvh + 12lvh))) {
  .home-product__bg-in {
    height: max(calc(100vh + env(safe-area-inset-bottom) + 12vh), calc(100lvh + 12lvh));
  }
}
.home-product__bg-img {
  display: block;
  width: 246.9333333333%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0/50% 50% 0 0;
  z-index: 1;
}
.home-product__bg-img img {
  width: 40.4967602592%;
  margin: 0 auto;
}
.home-product-slider__item-in {
  display: grid;
  gap: 6em;
}
.home-product-slider__copy {
  margin: 0 auto 5.0133333333vw;
}
.home-product-slider__copy img {
  display: block;
  width: 100%;
}
.home-product-slider__copy.is-img01 {
  width: 49.1786666667vw;
}
.home-product-slider__copy.is-img02 {
  width: 48.1493333333vw;
}
.home-product-slider__copy.is-img04 {
  width: 60.149333vw;
}
.home-product-slider__img {
  width: 82.1333333333vw;
  margin: 0 auto;
}
.home-product-slider__area-img.is-dryer {
  margin-bottom: 4em;
}
.home-product-slider__head {
  padding: 0 0 1.2em;
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  text-align: center;
}
.home-product-slider__head-en {
  display: block;
  margin-top: 3.2vw;
  color: rgb(var(--color-grayscale-800));
  font-size: max(2.4em, 1rem);
  line-height: 1.1;
}
.home-product-slider__head-txt {
  display: block;
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.2em, 1rem);
  line-height: 1.6;
}
.home-product-slider .c-product01-content-data__color-btns-item {
  margin-left: 0;
}
.home-product-slider__btn {
  max-width: 265px;
}
.home-product-slider__btn + .home-product-slider__btn {
  margin-top: 1em;
}
.home-product-slider__btn .c-btn01__link,
.home-product-slider__btn .c-btn02__link {
  width: 100%;
  border: 0;
}
.home-product-slider .splide__arrow--next {
  right: -75px !important;
}
.home-product-slider .splide__arrow--prev {
  left: -75px !important;
}
.home-product .splide.is-single-slide {
  visibility: visible;
}
@media (max-width: 767px) {
  .home-product .splide.is-single-slide .splide__list {
    width: 100%;
  }
  .home-product .splide.is-single-slide .splide__slide {
    width: 100%;
  }
  .home-product-slider__item{
    margin-bottom: 6em;
  }
}
@media (min-width: 768px) {
  .home-product {
    padding-top: 16em;
  }
  .home-product__bg-in {
    top: -35%;
    height: calc(100vh + env(safe-area-inset-bottom) + 35vh);
  }
  @supports (height: max(calc(100vh + env(safe-area-inset-bottom)), calc(100lvh + 35lvh))) {
    .home-product__bg-in {
      height: max(calc(100vh + env(safe-area-inset-bottom) + 35vh), calc(100lvh + 35lvh));
    }
  }
  .home-product__bg-img {
    width: 145.5208333333%;
    min-width: 2794px;
    border-radius: 50% 50% 0 0/75% 75% 0 0;
  }
  .home-product__bg-img img {
    width: 68.7186828919%;
  }
  .home-product-slider {
    width: 66.0416666667vw;
    margin: 0 auto;
  }
  .home-product-slider .splide__pagination{
    bottom: -50px;
  }
  .home-product-slider__item-in {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-product-slider__copy {
    margin-bottom: 1em;
  }
  .home-product-slider__copy.is-img01 {
    width: 23.4010416667vw;
  }
  .home-product-slider__copy.is-img02 {
    width: 12.5vw;
  }
  .home-product-slider__copy.is-img04 {
    width: 15.4vw;
  }
  .home-product-slider__img {
    width: 30.4166666667vw;
  }
  .home-product-slider__head {
    margin-top: 4em;
    padding: 0 0 2em;
  }
  .home-product-slider__head-en {
    margin: 0;
    font-size: max(3.8em, 1rem);
  }
  .home-product-slider__head-txt {
    margin-top: 0.5em;
    font-size: max(1.9em, 1rem);
  }
  .home-product-slider .c-product01-content-data__color {
    margin-top: 2em;
    justify-content: center;
  }
  .home-product-slider .c-product01-content-data__color-head {
    margin-right: 2em;
  }
  .home-product-slider__btn {
    margin: 0;
  }
  .home-product-slider__btn + .home-product-slider__btn {
    margin: 0;
  }
  .home-product-slider__btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    margin-top: 4em;
    padding: 0 0.7em;
  }
  .home-product-slider__btn .c-btn01__txt {
    font-size: max(1.9em, 1rem);
  }
  .home-product-slider__btn .c-btn01__ico {
    right: 2em;
  }
  .home-product .c-head01 {
    margin-bottom: 70px;
  }
  .home-product .splide {
    padding: 0;
  }
  .home-product .splide.is-single-slide .splide__slide {
    width: 100%;
  }
}

.home-product-gallery {
  overflow: hidden;
  display: flex;
  margin-top: 9.5em;
}
.home-product-gallery__item {
  width: 213.3333333333%;
  flex-shrink: 0;
  animation: imgLoop 20s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.home-product-gallery__item-img {
  display: block;
  position: relative;
  padding-top: 27.5%;
}
.home-product-gallery__item-img img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .home-product-gallery {
    margin-top: 18em;
  }
  .home-product-gallery__item {
    width: 150%;
    animation-duration: 30s;
  }
  .home-product-gallery__item-img {
    padding-top: 25%;
  }
}

/* .home-lineup
================================================ */
.home-lineup {
  position: relative;
  z-index: 9;
}
.home-lineup::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8em;
  background: rgb(var(--color-grayscale-100));
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home-lineup__inner {
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (max-width: 767px) {
  .home-lineup__inner {
    background: rgb(var(--color-grayscale-100));
  }
}
.home-lineup__content {
  position: relative;
  margin: 0 -3em;
  padding: 3.5em 1.5em;
  background: rgb(var(--color-grayscale-100));
}
@media (min-width: 768px) {
  .home-lineup::before {
    content: none;
  }
  .home-lineup__inner {
    padding-top: 16em;
    padding-bottom: 32em;
  }
  .home-lineup__content {
    margin: 5.5em 0 0;
    padding: 7em 13em;
  }
}

.home-lineup-intro__head {
  margin-bottom: 5.3333333333vw;
  font-size: max(2.7em, 1rem);
  text-align: center;
}
.home-lineup-intro__head img {
  display: block;
  width: 54vw;
  max-width: 210px;
  margin: 0 auto 3.7333333333vw;
}
@media (min-width: 768px) {
  .home-lineup-intro__head {
    margin-bottom: 2.0833333333vw;
    font-size: max(4.8em, 1rem);
  }
  .home-lineup-intro__head img {
    max-width: 100%;
    width: 19.375vw;
    margin: 0 auto 1.1458333333vw;
  }
}

.home-lineup-bnrs {
  display: grid;
  gap: 0.7em;
  padding: 0 3em;
}
.home-lineup-bnrs img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.home-lineup-bnrs__txt {
  margin-top: 0.7em;
  padding-left: 3em;
}
@media (min-width: 768px) {
  .home-lineup-bnrs {
    gap: 3em;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .home-lineup-bnrs img {
    max-width: 100%;
  }
  .home-lineup-bnrs__txt {
    margin: 1em 0 0;
    text-align: right;
    padding: 0;
  }
}

.home-lineup-compare {
  margin-top: 3em;
}
.home-lineup-compare__head {
  font-size: max(1.8em, 1rem);
}
.home-lineup-compare__detail {
  padding-top: 0;
}
@media (min-width: 768px) {
  .home-lineup-compare {
    margin-top: 8em;
  }
  .home-lineup-compare__head {
    font-size: max(3em, 1rem);
  }
}

/* .home-features
================================================ */
.home-features {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.home-features-intro {
  position: relative;
  padding-top: 7em;
}
.home-features-intro__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-features-intro__img {
  position: relative;
}
.home-features-intro__img img {
  width: 100%;
}
.home-features-intro:not(.is-animated) .home-features-intro-nav::after {
  transform: scaleX(0);
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.home-features-intro:not(.is-animated) .home-features-intro-nav__item::after {
  transform: scaleY(0);
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.home-features-intro:not(.is-animated) .home-features-intro-nav__item-link {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.3s;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .home-features-intro {
    padding-top: 19em;
  }
}

.home-features-intro-nav {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.home-features-intro-nav::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #cec4c7;
  transform-origin: left top;
  transition: transform 0.9s ease;
  transition-delay: 0.3s;
}
.home-features-intro-nav__item {
  position: relative;
  display: grid;
}
.home-features-intro-nav__item::after {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #cec4c7;
  transform-origin: left top;
  transition: transform 0.6s ease;
  transition-delay: 0.6s;
}
.home-features-intro-nav__item-link {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  box-sizing: border-box;
  padding: 22px 0 15px;
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}
.home-features-intro-nav__item-link::after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.home-features-intro-nav__item-head {
  display: block;
}
.home-features-intro-nav__item-head-sub {
  display: block;
  margin-bottom: 0.3em;
  color: rgb(var(--color-primary-900));
  font-size: max(0.8em, 1rem);
  transform: scale(0.8);
}
.home-features-intro-nav__item-head-small {
  display: block;
  font-size: max(1em, 1rem);
  line-height: var(--line-height_head);
}
.home-features-intro-nav__item-head-main {
  display: block;
  font-size: max(1.2em, 1rem);
  line-height: var(--line-height_head);
}
.home-features-intro-nav__item-head-note {
  display: block;
  margin-top: 0.3em;
  font-size: max(0.6em, 1rem);
  transform: scale(0.6);
}
.home-features-intro-nav__item-ico {
  display: block;
  width: 6em;
  height: 6em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-features-intro-nav {
    margin-top: 70px;
  }
  .home-features-intro-nav__item:last-of-type::after {
    content: none;
  }
  .home-features-intro-nav__item-link {
    padding: 6.5em 0 6em;
  }
  .home-features-intro-nav__item-link::after {
    bottom: 6em;
    width: 1.2em;
    height: 1.2em;
  }
  .home-features-intro-nav__item-head-sub {
    margin-bottom: 0.8em;
    font-size: max(1.6em, 1rem);
    transform: scale(1);
  }
  .home-features-intro-nav__item-head-small {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: max(2.4em, 1rem);
  }
  .home-features-intro-nav__item-head-main {
    font-size: max(2.4em, 1rem);
  }
  .home-features-intro-nav__item-head-note {
    margin-top: 0.2em;
    transform: scale(1);
    font-size: 1.4em !important;
  }
  .home-features-intro-nav__item-ico {
    width: 13em;
    height: 13em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-features-intro-nav__item-link::after {
    transition: transform 0.6s var(--mh--easing);
  }
  .home-features-intro-nav__item-link:hover::after {
    transform: translate(-50%, 75%) rotate(45deg);
  }
}

@media (min-width: 768px) {
  .home-features-nav {
    position: sticky;
    top: 100px;
    left: 0;
    line-height: var(--line-height_head);
  }
  @supports not (position: sticky) {
    .home-features-nav {
      position: -webkit-sticky;
    }
  }
  .home-features-nav__item + .home-features-nav__item {
    margin-top: 4em;
  }
  .home-features-nav__item-link {
    position: relative;
    display: block;
    opacity: 0.5;
    padding-left: 2em;
    transition: opacity 0.6s ease;
  }
  .home-features-nav__item-link::before {
    position: absolute;
    top: 0;
    bottom: 0.5em;
    left: 0;
    content: "";
    border-left: 1px solid;
    transform: scaleY(0);
    transition: transform 0.6s var(--mh--easing);
    transform-origin: left bottom;
    transform: scaleY(0);
  }
  .home-features-nav__item-link.is-current {
    opacity: 1;
  }
  .home-features-nav__item-link.is-current::before {
    transform-origin: left top;
    transform: scaleY(1);
  }
  .home-features-nav__item-sub {
    display: block;
    opacity: 0.5;
    font-size: max(1.4em, 1rem);
  }
  .home-features-nav__item-main {
    margin-top: 0.5em;
    display: block;
    font-size: 2em;
  }
  .home-features-nav__item-note {
    display: block;
    margin-top: 0.7em;
    padding-left: 1.5em;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .home-features-nav__item-link:hover {
    opacity: 1;
  }
}
.home-features-sec {
  position: relative;
  border-bottom: 1px solid var(--color-grayscale-100-op50);
}
.home-features-sec__inner {
  position: relative;
  z-index: 2;
  padding: 0 var(--body_padding_side) 7em;
}
.home-features-sec__wrap {
  position: relative;
  padding-top: 3em;
}
.home-features-sec__img {
  position: relative;
}
.home-features-sec__img-anc {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.home-features-sec__img-main-wrap {
  background: rgb(var(--color-grayscale-100));
}
.home-features-sec__img-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 85.3333333333%;
  pointer-events: none;
}
.home-features-sec__img-note.is-dryer {
  margin: 1em -2em 0 0;
}
.home-features-sec__head {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  position: relative;
  z-index: 2;
}
.home-features-sec__head-sub {
  position: relative;
  font-size: max(1.1em, 1rem);
  padding-left: 3.1em;
  margin-bottom: 1.9em;
  color: rgb(var(--color-grayscale-700));
}
.home-features-sec__head-sub::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 2em;
  border-top: 1px solid;
}
.home-features-sec__head-small {
  text-align: center;
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  font-size: max(1.4em, 1rem);
}
.home-features-sec__head-main {
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  font-size: max(2.2em, 1rem);
}
.home-features-sec__txt {
  margin-top: 1em;
}
.home-features-sec__num {
  position: absolute;
  top: 0.1em;
  right: -0.2em;
  text-align: right;
  font-size: 12em;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
}
.home-features-sec.is-features02 {
  position: relative;
  color: rgb(var(--color-grayscale-100));
}
.home-features-sec.is-features02 .home-features-sec__num {
  color: rgba(var(--color-grayscale-100), 0.1);
}
.home-features-sec.is-features02 .home-features-sec__head-sub {
  color: rgb(var(--color-grayscale-100));
}
.home-features-sec.is-features02 .home-features-sec__note {
  color: rgba(var(--color-grayscale-100), 0.7);
}
.home-features-sec.is-features02 .home-features-sec-detail {
  position: relative;
  background: transparent;
  padding: 0;
}
.home-features-sec.is-features02 .home-features-sec-detail__label {
  padding: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 15.77%, rgba(255, 255, 255, 0.2) 53.51%, rgba(255, 255, 255, 0.4) 73.93%, rgba(255, 255, 255, 0.2) 83.94%);
}
.home-features-sec.is-features02 .home-features-sec-detail__img-wrap {
  position: relative;
}
.home-features-sec.is-features02 .home-features-sec-detail__img.is-item01 {
  width: 81.8181818182%;
  margin: 0 0 0 calc(var(--body_padding_side) * -1);
}
.home-features-sec.is-features02 .home-features-sec-detail__img.is-item02 {
  width: 54.5454545455%;
  margin: 7.8787878788% calc(var(--body_padding_side) * -1) 0 auto;
}
.home-features-sec.is-features02 .home-features-sec-detail__ico {
  position: absolute;
  bottom: 31%;
  right: calc(var(--body_padding_side) * -0.8);
  width: 42.4242424242%;
}
@media (max-width: 767px) {
  .home-features-sec__head-sub {
    padding-left: 0;
  }
  .home-features-sec__head-sub::before {
    left: calc(var(--body_padding_side) * -1);
    width: calc(var(--body_padding_side) - 1em);
  }
  .home-features-sec__head-main {
    text-align: center;
  }
  .home-features-sec__note {
    margin-top: 1em !important;
  }
}
@media (min-width: 768px) {
  .home-features-sec:last-of-type {
    border-bottom: none;
  }
  .home-features-sec__inner {
    padding-bottom: 22em;
  }
  .home-features-sec__wrap {
    padding-top: 12em;
    display: grid;
    align-items: flex-end;
    grid-template-columns: auto max-content;
    grid-template-rows: auto 1fr;
    gap: 0 20px;
  }
  .home-features-sec__img-anc {
    top: 100%;
  }
  .home-features-sec__img-bottom {
    width: 52.0833333333%;
  }
  .home-features-sec__img-note.is-dryer {
    width: 58.3333333333vw;
    margin: 1em auto 0;
  }
  .home-features-sec__head {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .home-features-sec__head-sub {
    font-size: max(2.2em, 1rem);
    margin-bottom: 60px;
  }
  .home-features-sec__head-sub::before {
    top: 10px;
  }
  .home-features-sec__head-small {
    font-size: max(2.2em, 1rem);
    text-align: left;
  }
  .home-features-sec__head-main {
    font-size: max(6em, 1rem);
  }
  .home-features-sec__txt {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  .home-features-sec__num {
    top: 30px;
    right: -93px;
    z-index: 1;
    font-size: max(28em, 1rem);
  }
  .home-features-sec.is-features01 .home-features-sec__area-txt {
    padding-bottom: 1.5em;
  }
  .home-features-sec.is-features02 .home-features-sec__img {
    margin: 0 50px;
  }
  .home-features-sec.is-features02 .home-features-sec-detail {
    margin-top: 95px;
  }
  .home-features-sec.is-features02 .home-features-sec-detail__label {
    font-size: max(2.4em, 1rem);
    margin-bottom: 50px;
  }
  .home-features-sec.is-features02 .home-features-sec-detail__img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5342465753%;
  }
  .home-features-sec.is-features02 .home-features-sec-detail__img.is-item01 {
    width: 100%;
    margin: 0;
  }
  .home-features-sec.is-features02 .home-features-sec-detail__img.is-item02 {
    width: 100%;
    margin: 27.5862068966% 0 0;
  }
  .home-features-sec.is-features02 .home-features-sec-detail__ico {
    position: absolute;
    bottom: auto;
    top: 0%;
    right: -1.8493150685%;
    width: 21.2328767123%;
  }
}

.home-features-sec-detail {
  margin-top: 35px;
  padding: 2em;
  background: rgb(var(--color-grayscale-100));
}
.home-features-sec-detail__head {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
  text-align: center;
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  font-size: max(1.8em, 1rem);
}
.home-features-sec-detail__label {
  margin-bottom: 18px;
  text-align: center;
  padding: 5px;
  background-color: rgb(var(--color-grayscale-300));
  font-size: max(1.3em, 1rem);
}
.home-features-sec-detail__item + .home-features-sec-detail__item {
  margin-top: 30px;
}
.home-features-sec-detail__child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
}
.home-features-sec-detail__child-item-txt {
  padding: 3px;
  background-color: #e8e8ef;
  text-align: center;
  font-size: max(1em, 1rem);
  letter-spacing: 0em;
  line-height: var(--line-height_head);
}
.home-features-sec-detail__child-item-txt.is-gradient {
  color: rgb(var(--color-grayscale-100));
  background: var(--color-gradient01);
}
.home-features-sec-detail__graph {
  display: grid;
  gap: 30px 0;
}
.home-features-sec-detail__graph-item-note {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .home-features-sec-detail {
    margin-top: 7.5em;
    padding: 8em 16em 10em;
  }
  .home-features-sec-detail__head {
    font-size: max(2.8em, 1rem);
    padding-bottom: 0.536em;
    margin-bottom: 1.786em;
  }
  .home-features-sec-detail__list {
    display: grid;
    grid-template-columns: auto 30.2631578947%;
    gap: 0 4.8245614035%;
  }
  .home-features-sec-detail__item + .home-features-sec-detail__item {
    margin-top: 0;
  }
  .home-features-sec-detail__label {
    margin-bottom: 1em;
    font-size: max(2em, 1rem);
  }
  .home-features-sec-detail__child {
    gap: 0 1.0810810811%;
  }
  .home-features-sec-detail__child-item {
    position: relative;
  }
  .home-features-sec-detail__child-item-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0.4375em 0.625em;
    font-size: max(1.6em, 1rem);
    box-sizing: border-box;
  }
  .home-features-sec-detail__graph {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6em;
  }
}

.home-features-sec-change {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
  margin: 55px calc(var(--body_padding_side) * -1) 0;
}
.home-features-sec-change__item {
  position: relative;
}
.home-features-sec-change__item + .home-features-sec-change__item {
  position: relative;
}
.home-features-sec-change__item + .home-features-sec-change__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 13px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2030%22%3E%0A%3Cpath%20fill%3D%22url(%23a)%22%20fill-opacity%3D%22.5%22%20d%3D%22M13%2015%200%2030V0l13%2015Z%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-4.333%22%20x2%3D%2213%22%20y1%3D%2215%22%20y2%3D%2215%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23C27C7A%22%20stop-opacity%3D%220%22%2F%3E%0A%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23C27C7A%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/100% auto;
}
.home-features-sec-change__item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  z-index: 9;
  box-sizing: border-box;
  background-color: rgb(var(--color-grayscale-100));
  text-align: center;
  font-size: max(1.6em, 1rem);
  letter-spacing: 0em;
  line-height: var(--line-height_head);
}
.home-features-sec-change__item-label.is-gradient {
  color: rgb(var(--color-grayscale-100));
  background: var(--color-gradient01);
}
@media (min-width: 768px) {
  .home-features-sec-change {
    gap: 0 12.0689655172%;
    margin: 11em 16em 0;
  }
  .home-features-sec-change__item + .home-features-sec-change__item::before {
    width: 3em;
    height: 7em;
    left: -16%;
  }
  .home-features-sec-change__item-label {
    width: 30%;
    font-size: max(2.8em, 1rem);
  }
}

.home-features-detail + .home-features-block {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .home-features-detail + .home-features-block {
    margin-top: 6em;
  }
}

.home-features-block + .home-features-block {
  margin-top: 4em;
}
.home-features-block__head {
  font-size: max(1.7em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin-bottom: 0.9em;
}
.home-features-block__head::before {
  content: "";
  display: inline-block;
  width: 0.588em;
  border-top: 1px solid;
  opacity: 0.5;
  margin: -0.3em 0.6em 0 0;
  vertical-align: middle;
}
.home-features-block__mov {
  margin-top: 2em;
}
.home-features-block__mov video {
  display: block;
  width: 100%;
}
.home-features-block__txt {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .home-features-block + .home-features-block {
    margin-top: 7em;
  }
  .home-features-block__head {
    font-size: max(2.4em, 1rem);
    margin-bottom: 0.9em;
  }
  .home-features-block__mov {
    margin: 4em auto 0;
    max-width: 67.2268907563%;
  }
  .home-features-block__txt {
    margin-top: 1.5em;
  }
}

.home-features-subblock {
  margin-top: 3em;
}
.home-features-subblock__head {
  font-size: max(1.5em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin-bottom: 0.67em;
}
.home-features-subblock__head::before {
  content: "";
  display: inline-block;
  height: 1em;
  border-left: 2px solid;
  opacity: 0.5;
  margin: -0.3em 0.6em 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .home-features-subblock {
    margin-top: 6em;
  }
  .home-features-subblock__head {
    font-size: max(2.2em, 1rem);
    margin-bottom: 1.818em;
  }
}

.home-features-forte {
  margin-top: 2.5em;
}
.home-features-forte__content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.home-features-forte__item {
  position: relative;
  display: grid;
  place-content: center center;
  text-align: center;
  width: 12em;
  height: 12em;
}
.home-features-forte__item-txt {
  font-size: max(1.4em, 1rem);
  line-height: var(--line-height_head);
  transition: opacity 0.6s ease;
  opacity: 0;
}
.home-features-forte__item-circle {
  display: block;
  overflow: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  fill: none;
  opacity: 0.2;
  pointer-events: none;
}
.home-features-forte__item-circle circle {
  transform-origin: center center;
  stroke-width: 1px;
  fill: none;
  transition: stroke-dasharray 0.6s var(--mh--easing) 0s;
  stroke: currentColor;
  transform: rotate(90deg) rotateY(180deg);
  stroke-dasharray: 0% 314%;
}
.home-features-forte__x {
  display: grid;
  place-content: center stretch;
  align-self: center;
  width: 3em;
  height: 3em;
  margin: 0 0.8em;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.home-features-forte__x::before, .home-features-forte__x::after {
  display: block;
  content: "";
  border-top: 1px solid;
  width: 100%;
  opacity: 0.2;
}
.home-features-forte__x::before {
  transform: rotate(-45deg);
}
.home-features-forte__x::after {
  transform: rotate(45deg);
}
.home-features-forte.is-animated .home-features-forte__item-txt {
  transition-delay: 0.6s;
  opacity: 1;
}
.home-features-forte.is-animated .home-features-forte__item-circle circle {
  transform: rotate(-90deg);
  stroke-dasharray: 314% 314%;
}
.home-features-forte.is-animated .home-features-forte__x {
  transition-delay: 0.6s;
  opacity: 1;
}
@media (min-width: 768px) {
  .home-features-forte {
    margin-top: 6em;
  }
  .home-features-forte__item {
    width: 32em;
    height: 32em;
  }
  .home-features-forte__item-txt {
    font-size: max(2.8em, 1rem);
  }
  .home-features-forte__item-circle circle {
    stroke-width: 2px;
  }
  .home-features-forte__x {
    width: 6em;
    height: 6em;
    margin: 0 2.5em;
  }
  .home-features-forte__x::before, .home-features-forte__x::after {
    border-top-width: 2px;
  }
}

.home-features-graf {
  position: relative;
}
.home-features-graf__content-img {
  display: block;
}
.home-features-graf__content-img img {
  display: block;
  width: 100%;
}
.home-features-graf__point {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.home-features-graf__point .c-point02 {
  opacity: 0;
  transform: scale(0.8);
}
.home-features-graf__content-figure {
  display: block;
  position: absolute;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: left bottom;
  background: rgb(var(--color-primary-900));
}
.home-features-graf.is-graf01 .home-features-graf__content-figure {
  top: 12%;
  bottom: 19%;
  left: 61.1%;
  right: 7.3%;
}
.home-features-graf.is-graf01.is-animated .home-features-graf__content-figure {
  transform: scaleY(50%);
}
.home-features-graf.is-graf02 {
  margin-top: 1.5em;
}
.home-features-graf.is-graf02 .home-features-graf__content-figure {
  top: 9%;
  bottom: 19%;
  left: 62.1%;
  right: 6.5%;
  transform: scaleY(35%);
}
.home-features-graf.is-graf02.is-animated .home-features-graf__content-figure {
  transform: scaleY(100%);
  opacity: 1;
}
.home-features-graf.is-animated .c-point02 {
  transition-duration: 1s;
  transition-delay: 0.4s;
  opacity: 1;
  transform: scale(1);
}
.home-features-graf.is-animated .home-features-graf__content-figure {
  transition-delay: 0s, 0.6s;
  opacity: 0;
}
@media (min-width: 768px) {
  .home-features-graf__point {
    font-size: 0.775em;
  }
  .home-features-graf__content-num {
    font-size: max(2.4em, 1rem);
  }
  .home-features-graf.is-graf01 {
    max-width: 650px;
    margin: 0 auto;
  }
  .home-features-graf.is-graf01 .home-features-graf__point {
    left: 54%;
  }
  .home-features-graf.is-graf01 .home-features-graf__content-figure {
    top: 12%;
    bottom: 19.1%;
    left: 61.2%;
    right: 7.3%;
  }
  .home-features-graf.is-graf02 {
    max-width: 650px;
    margin: 0 auto;
  }
  .home-features-graf.is-graf02 .home-features-graf__point {
    left: 54%;
  }
  .home-features-graf.is-graf02 .home-features-graf__content-figure {
    top: 5.5%;
    bottom: 19.1%;
    left: 61.9%;
    right: 6.6%;
    transform: scaleY(25%);
  }
  .home-features-graf.is-animated .c-point02 {
    transition-delay: 1s;
  }
  .home-features-graf.is-animated .home-features-graf__content-figure {
    transition-delay: 0.6s, 1.2s;
  }
}

.home-features-set01 {
  display: grid;
  grid-template-columns: auto 7.5em;
  gap: 0 1em;
  align-items: center;
}
.home-features-set01 + .home-features-set01 {
  margin-top: 1.5em;
}
.home-features-set01__img img {
  display: block;
  width: 100%;
}
.home-features-set01__head {
  font-size: max(1.7em, 1rem);
  line-height: var(--line-height_head);
  margin-bottom: 0.45em;
}
.home-features-set01__head::before {
  content: "";
  display: inline-block;
  width: 0.588em;
  border-top: 1px solid;
  opacity: 0.5;
  margin: -0.3em 0.6em 0 0;
  vertical-align: middle;
}
.home-features-set01__txt {
  line-height: var(--line-height_head);
}
@media (max-width: 767px) {
  .home-features-set01 + .home-features-set01 {
    padding-top: 1.5em;
    border-top: 1px solid var(--color-grayscale-100-op05);
  }
  .home-features-set01__detail {
    padding: 0.5em 0;
  }
  .home-features-set01__img {
    order: 2;
  }
}
@media (min-width: 768px) {
  .home-features-set01 {
    grid-template-columns: 20em auto;
    gap: 0 6em;
  }
  .home-features-set01 + .home-features-set01 {
    margin-top: 6em;
  }
  .home-features-set01__head {
    font-size: max(2.4em, 1rem);
  }
}

.home-features-set02 + .home-features-set02 {
  margin-top: 2em;
}
.home-features-set02__img img,
.home-features-set02__img video {
  display: block;
  width: 100%;
}
.home-features-set02__txt {
  margin-top: 0.67em;
}
@media (min-width: 768px) {
  .home-features-set02 + .home-features-set02 {
    margin-top: 6em;
  }
  .home-features-set02__img {
    max-width: 77.6699029126%;
    margin: 0 auto;
  }
  .home-features-set02__txt {
    margin-top: 2.1em;
  }
}

/* .home-howto
================================================ */
.home-howto {
  overflow: hidden;
  padding-top: 4em;
  position: relative;
  z-index: 1;
}
.home-howto::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9c2c2 0%, #faeeee 13%, #e4dddd 38%, #c9bfbf 50.97%, #e4dddd 63%, #e4dddd 68.23%, #f5f1f1 72.73%, #e4dddd 78.73%, #e4dddd 85%, #ccc6c6 100%), #d9d9d9;
  z-index: 1;
}
.home-howto__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-howto__inner {
  padding: 4em var(--body_padding_side) 7em;
}
.home-howto__slider {
  display: flex;
  align-items: center;
  animation: imgLoop 20s linear infinite;
  will-change: transform;
  flex-basis: 50%;
}
.home-howto__slider-wrap {
  overflow: hidden;
  display: flex;
  width: 394.6666666667%;
}
.home-howto__slider-item {
  display: flex;
  align-items: center;
  flex-basis: 25%;
}
.home-howto__slider-item-ico {
  width: 4em;
  margin-right: 1.5em;
}
.home-howto__slider-item-ico img {
  width: 100%;
}
.home-howto__slider-item-txt {
  font-size: max(1.6em, 1rem);
  background: linear-gradient(90deg, #7c99c2 0%, #d7a6bf 23.01%, #c4a6b6 62.51%, #afd6d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .home-howto {
    padding-top: 12.5em;
  }
  .home-howto::before {
    height: 5px;
  }
  .home-howto__inner {
    padding: 11em 0 26em;
  }
  .home-howto__slider-wrap {
    width: 197.0833333333%;
  }
  .home-howto__slider-item-ico {
    width: 11em;
    margin-right: 5em;
  }
  .home-howto__slider-item-txt {
    font-size: max(3.6em, 1rem);
  }
  .home-howto__txt {
    text-align: center;
  }
}

@keyframes marqueeLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-howto-step {
  position: relative;
  margin-top: 3.7em;
}
.home-howto-step__slider {
  position: relative;
}
.home-howto-step__slider .splide__track {
  position: relative;
  margin-bottom: 15px;
}
.home-howto-step__slider .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid #fff;
}
.home-howto-step__slider .splide__arrows {
  top: calc(50vw - var(--body_padding_side) * 2);
}
.home-howto-step__marquee {
  position: absolute;
  top: 93vw;
  bottom: 0;
  left: calc(var(--body_padding_side) * -1);
  right: calc(var(--body_padding_side) * -1);
  overflow: hidden;
}
.home-howto-step__marquee-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 300vw;
  height: 100%;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 101"><path fill="white" d="M471.268 50.5c0 6.24 1.3 11.83 3.9 16.77 2.687 4.853 6.37 8.667 11.05 11.44 4.68 2.773 10.01 4.16 15.99 4.16 6.067 0 11.397-1.387 15.99-4.16 4.68-2.773 8.32-6.587 10.92-11.44 2.687-4.94 4.03-10.53 4.03-16.77s-1.3-11.787-3.9-16.64c-2.6-4.94-6.24-8.797-10.92-11.57-4.593-2.773-9.967-4.16-16.12-4.16-5.98 0-11.31 1.387-15.99 4.16s-8.363 6.63-11.05 11.57c-2.6 4.853-3.9 10.4-3.9 16.64Zm-16.25 0c0-6.847 1.17-13.13 3.51-18.85 2.34-5.72 5.633-10.66 9.88-14.82 4.333-4.247 9.36-7.54 15.08-9.88 5.807-2.34 12.047-3.51 18.72-3.51 6.847 0 13.13 1.17 18.85 3.51 5.72 2.34 10.703 5.633 14.95 9.88 4.333 4.16 7.67 9.1 10.01 14.82 2.34 5.72 3.51 12.003 3.51 18.85 0 6.76-1.17 13.043-3.51 18.85-2.34 5.807-5.633 10.833-9.88 15.08-4.247 4.247-9.273 7.583-15.08 10.01-5.72 2.34-12.003 3.51-18.85 3.51-6.76 0-13.043-1.17-18.85-3.51-5.807-2.427-10.833-5.763-15.08-10.01-4.16-4.247-7.41-9.273-9.75-15.08s-3.51-12.09-3.51-18.85Zm-69.433-31.33V5h63.44v14.17h-24.05V96h-15.47V19.17h-23.92Zm-93.124 46.8L313.781 5h17.81l-37.18 95.81-28.08-64.35-28.08 64.35L201.071 5h17.81l21.58 60.97L266.331.45l26.13 65.52ZM114.428 50.5c0 6.24 1.3 11.83 3.9 16.77 2.687 4.853 6.37 8.667 11.05 11.44 4.68 2.773 10.01 4.16 15.99 4.16 6.067 0 11.397-1.387 15.99-4.16 4.68-2.773 8.32-6.587 10.92-11.44 2.687-4.94 4.03-10.53 4.03-16.77s-1.3-11.787-3.9-16.64c-2.6-4.94-6.24-8.797-10.92-11.57-4.593-2.773-9.966-4.16-16.12-4.16-5.98 0-11.31 1.387-15.99 4.16s-8.363 6.63-11.05 11.57c-2.6 4.853-3.9 10.4-3.9 16.64Zm-16.25 0c0-6.847 1.17-13.13 3.51-18.85 2.34-5.72 5.634-10.66 9.88-14.82 4.334-4.247 9.36-7.54 15.08-9.88 5.807-2.34 12.047-3.51 18.72-3.51 6.847 0 13.13 1.17 18.85 3.51 5.72 2.34 10.704 5.633 14.95 9.88 4.334 4.16 7.67 9.1 10.01 14.82 2.34 5.72 3.51 12.003 3.51 18.85 0 6.76-1.17 13.043-3.51 18.85-2.34 5.807-5.633 10.833-9.88 15.08-4.246 4.247-9.273 7.583-15.08 10.01-5.72 2.34-12.003 3.51-18.85 3.51-6.76 0-13.043-1.17-18.85-3.51-5.806-2.427-10.833-5.763-15.08-10.01-4.16-4.247-7.41-9.273-9.75-15.08s-3.51-12.09-3.51-18.85ZM6.25 54.27V40.1h64.87v14.17H6.25ZM61.24 5h15.34v91H61.24V5ZM.14 5h15.34v91H.14V5Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 101"><path fill="white" d="M471.268 50.5c0 6.24 1.3 11.83 3.9 16.77 2.687 4.853 6.37 8.667 11.05 11.44 4.68 2.773 10.01 4.16 15.99 4.16 6.067 0 11.397-1.387 15.99-4.16 4.68-2.773 8.32-6.587 10.92-11.44 2.687-4.94 4.03-10.53 4.03-16.77s-1.3-11.787-3.9-16.64c-2.6-4.94-6.24-8.797-10.92-11.57-4.593-2.773-9.967-4.16-16.12-4.16-5.98 0-11.31 1.387-15.99 4.16s-8.363 6.63-11.05 11.57c-2.6 4.853-3.9 10.4-3.9 16.64Zm-16.25 0c0-6.847 1.17-13.13 3.51-18.85 2.34-5.72 5.633-10.66 9.88-14.82 4.333-4.247 9.36-7.54 15.08-9.88 5.807-2.34 12.047-3.51 18.72-3.51 6.847 0 13.13 1.17 18.85 3.51 5.72 2.34 10.703 5.633 14.95 9.88 4.333 4.16 7.67 9.1 10.01 14.82 2.34 5.72 3.51 12.003 3.51 18.85 0 6.76-1.17 13.043-3.51 18.85-2.34 5.807-5.633 10.833-9.88 15.08-4.247 4.247-9.273 7.583-15.08 10.01-5.72 2.34-12.003 3.51-18.85 3.51-6.76 0-13.043-1.17-18.85-3.51-5.807-2.427-10.833-5.763-15.08-10.01-4.16-4.247-7.41-9.273-9.75-15.08s-3.51-12.09-3.51-18.85Zm-69.433-31.33V5h63.44v14.17h-24.05V96h-15.47V19.17h-23.92Zm-93.124 46.8L313.781 5h17.81l-37.18 95.81-28.08-64.35-28.08 64.35L201.071 5h17.81l21.58 60.97L266.331.45l26.13 65.52ZM114.428 50.5c0 6.24 1.3 11.83 3.9 16.77 2.687 4.853 6.37 8.667 11.05 11.44 4.68 2.773 10.01 4.16 15.99 4.16 6.067 0 11.397-1.387 15.99-4.16 4.68-2.773 8.32-6.587 10.92-11.44 2.687-4.94 4.03-10.53 4.03-16.77s-1.3-11.787-3.9-16.64c-2.6-4.94-6.24-8.797-10.92-11.57-4.593-2.773-9.966-4.16-16.12-4.16-5.98 0-11.31 1.387-15.99 4.16s-8.363 6.63-11.05 11.57c-2.6 4.853-3.9 10.4-3.9 16.64Zm-16.25 0c0-6.847 1.17-13.13 3.51-18.85 2.34-5.72 5.634-10.66 9.88-14.82 4.334-4.247 9.36-7.54 15.08-9.88 5.807-2.34 12.047-3.51 18.72-3.51 6.847 0 13.13 1.17 18.85 3.51 5.72 2.34 10.704 5.633 14.95 9.88 4.334 4.16 7.67 9.1 10.01 14.82 2.34 5.72 3.51 12.003 3.51 18.85 0 6.76-1.17 13.043-3.51 18.85-2.34 5.807-5.633 10.833-9.88 15.08-4.246 4.247-9.273 7.583-15.08 10.01-5.72 2.34-12.003 3.51-18.85 3.51-6.76 0-13.043-1.17-18.85-3.51-5.806-2.427-10.833-5.763-15.08-10.01-4.16-4.247-7.41-9.273-9.75-15.08s-3.51-12.09-3.51-18.85ZM6.25 54.27V40.1h64.87v14.17H6.25ZM61.24 5h15.34v91H61.24V5ZM.14 5h15.34v91H.14V5Z"/></svg>');
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 50% auto;
  mask-size: 50% auto;
  background: rgb(var(--color-grayscale-100));
  animation: marqueeLoop 10s linear infinite both;
  opacity: 0.35;
}
.home-howto-step__item {
  position: relative;
}
.home-howto-step__img {
  position: relative;
  box-shadow: 6.923px 6.923px 6.923px 0px rgba(62, 33, 31, 0.05);
}
.home-howto-step__area-txt {
  padding: 3em;
  border-top: 0;
}
.home-howto-step__head {
  position: relative;
  z-index: 2;
}
.home-howto-step__head-sub {
  position: relative;
  font-size: max(1.1em, 1rem);
  padding-left: 3.1em;
  margin-bottom: 10px;
  color: rgb(var(--color-grayscale-700));
}
.home-howto-step__head-sub::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 2em;
  border-top: 1px solid;
}
.home-howto-step__head-main {
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  font-size: max(1.7em, 1rem);
}
.home-howto-step__txt {
  margin-top: 10px;
  line-height: var(--line-height_head);
  font-size: max(1.4em, 1rem);
}
.home-howto-step__box {
  position: relative;
  margin-top: 50px;
  padding: 35px 20px 30px;
  background-color: rgb(var(--color-grayscale-100));
}
.home-howto-step__box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9c2c2 0%, #faeeee 13%, #e4dddd 38%, #c9bfbf 50.97%, #e4dddd 63%, #e4dddd 68.23%, #f5f1f1 72.73%, #e4dddd 78.73%, #e4dddd 85%, #ccc6c6 100%), #d9d9d9;
}
.home-howto-step__box-head {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(var(--color-grayscale-600));
}
.home-howto-step__box-head-sub {
  margin-bottom: 5px;
  font-size: max(1.4em, 1rem);
  line-height: var(--line-height_head);
}
.home-howto-step__box-head-main {
  font-weight: 500;
  font-size: max(2.2em, 1rem);
  line-height: var(--line-height_head);
}
.home-howto-step__box-flow {
  margin-top: 30px;
  display: grid;
  gap: 45px 0;
}
.home-howto-step__box-flow-item {
  position: relative;
  position: relative;
}
.home-howto-step__box-flow-item + .home-howto-step__box-flow-item {
  position: relative;
}
.home-howto-step__box-flow-item + .home-howto-step__box-flow-item::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 15px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2230%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2030%22%3E%0A%3Cpath%20fill%3D%22url(%23a)%22%20fill-opacity%3D%22.5%22%20d%3D%22M13%2015%200%2030V0l13%2015Z%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-4.333%22%20x2%3D%2213%22%20y1%3D%2215%22%20y2%3D%2215%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23C27C7A%22%20stop-opacity%3D%220%22%2F%3E%0A%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23C27C7A%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/100% auto;
}
.home-howto-step__box-flow-item-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-grayscale-100));
  background: linear-gradient(110.96deg, #7C99C2 -32.78%, #D7A6BF 41.62%, #E8C1D5 123.09%);
  font-size: max(1.8em, 1rem);
  z-index: 1;
}
.home-howto-step__box-flow-item-img {
  position: relative;
  margin-bottom: 10px;
}
.home-howto-step__box-flow-item-txt {
  font-size: max(1.5em, 1rem);
  line-height: var(--line-height_head);
}
@media (min-width: 768px) {
  .home-howto-step {
    margin: 7em 0 0;
  }
  .home-howto-step__slider {
    margin: 0 5em;
  }
  .home-howto-step__slider .splide__track::before {
    border-width: 20px;
  }
  .home-howto-step__slider .splide__pagination {
    bottom: calc(14% + 2em);
    width: 49%;
    left: auto;
    right: 0;
  }
  .home-howto-step__slider .splide__arrows {
    top: auto;
    bottom: 14%;
    justify-content: center;
    width: 50%;
    left: auto;
    right: 0;
  }
  .home-howto-step__slider .splide__arrow--prev {
    left: -30px !important;
  }
  .home-howto-step__slider .splide__arrow--next {
    right: -30px !important;
  }
  .home-howto-step__marquee {
    top: calc(50% - 9vw);
  }
  .home-howto-step__marquee-in {
    width: 220vw;
    animation-duration: 20s;
  }
  .home-howto-step__item {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
  }
  .home-howto-step__area-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15%;
    border-left: 0;
  }
  .home-howto-step__head {
    text-align: left;
  }
  .home-howto-step__head-sub {
    font-size: max(2.2em, 1rem);
  }
  .home-howto-step__head-sub::before {
    top: 10px;
  }
  .home-howto-step__head-main {
    font-size: max(3.6em, 1rem);
  }
  .home-howto-step__txt {
    margin-top: 25px;
  }
  .home-howto-step__box {
    width: 100%;
    max-width: var(--contents_wide_width);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 110px;
    padding: 115px 8%;
    box-sizing: border-box;
  }
  .home-howto-step__box::before {
    height: 5px;
  }
  .home-howto-step__box-wrap {
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto 1fr;
  }
  .home-howto-step__box-head {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .home-howto-step__box-head-sub {
    margin-bottom: 0;
    font-size: max(2.2em, 1rem);
  }
  .home-howto-step__box-head-main {
    font-size: max(3.6em, 1rem);
  }
  .home-howto-step__box-head-note {
    margin-top: 20px;
  }
  .home-howto-step__box-flow {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 100px;
  }
  .home-howto-step__box-flow-item + .home-howto-step__box-flow-item::before {
    top: 45%;
    left: -65px;
    transform: translate(0, -50%) rotate(0);
    width: 30px;
    height: 70px;
  }
  .home-howto-step__box-flow-item-num {
    width: 2.2727272727em;
    height: 2.2727272727em;
    font-size: max(2.2em, 1rem);
  }
  .home-howto-step__box-flow-item-img {
    margin-bottom: 15px;
  }
  .home-howto-step__box-flow-item-txt {
    font-size: max(1.9em, 1rem);
  }
}
@media (width > 100%) {
  .home-howto-step__area-txt {
    padding: 17em 0 17em 17em;
  }
  .home-howto-step__box {
    padding: 115px 160px;
  }
}

.home-howto-message {
  position: relative;
  z-index: 2;
  background: #eddee1;
}
.home-howto-message__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.home-howto-message__bg-head {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
.home-howto-message__bg-light {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-howto-message__bg-light img {
  mix-blend-mode: plus-lighter;
}
@supports not (mix-blend-mode: plus-lighter) {
  .home-howto-message__bg-light img {
    display: none;
  }
}
.home-howto-message__inner {
  position: relative;
  padding: 5em var(--body_padding_side) 0;
}
.home-howto-message__head {
  text-align: center;
}
.home-howto-message__head-sub {
  font-size: max(1.4em, 1rem);
  margin-bottom: 8px;
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
}
.home-howto-message__head-main {
  margin-bottom: 15px;
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  font-size: max(2.7em, 1rem);
}
.home-howto-message__area-txt {
  position: relative;
  z-index: 2;
}
.home-howto-message__img {
  margin: 1em calc(var(--body_padding_side) * -1) -80px;
}
@media (min-width: 768px) {
  .home-howto-message__inner {
    padding: 1em 2.6041666667% 0 12.3em;
  }
  .home-howto-message__wrap {
    display: grid;
    grid-template-columns: max(28.88%, 50em) 55.8152476349%;
    align-items: center;
    justify-content: end;
  }
  .home-howto-message__area-txt {
    padding-bottom: 13.8728323699%;
  }
  .home-howto-message__head {
    text-align: left;
  }
  .home-howto-message__head-sub {
    font-size: max(2.2em, 1rem);
    margin-bottom: 10px;
  }
  .home-howto-message__head-main {
    margin-bottom: 30px;
    font-size: max(6em, 1rem);
  }
  .home-howto-message__img {
    margin: 0 0 0 -18.6440677966%;
  }
}

/* .home-project
================================================ */
.home-project {
  overflow: hidden;
  position: relative;
}
.home-project__head .u-font-base {
  margin-left: -0.02em;
  font-size: 95%;
}
.home-project__img {
  position: relative;
}
.home-project__img-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 85.3333333333%;
  pointer-events: none;
}
.home-project__inner {
  position: relative;
  padding-top: 6em;
  padding-bottom: 7.5em;
}
.home-project__box {
  margin-top: 4em;
  padding: 3em 2em;
  background-color: rgb(var(--color-grayscale-100));
  box-sizing: border-box;
}
.home-project__box-logo {
  width: 38.1818181818%;
  margin: 0 auto 3em;
}
.home-project__box-txt {
  padding-top: 1.5333333333em;
  border-top: 1px solid rgb(var(--color-grayscale-600));
  color: rgb(var(--color-grayscale-700));
}
@media (min-width: 768px) {
  .home-project__img-bottom {
    width: 52.0833333333%;
  }
  .home-project__inner {
    padding-top: 14em;
    padding-bottom: 23em;
  }
  .home-project__txt {
    text-align: center;
  }
  .home-project__box {
    margin-top: 7em;
    padding: 2em 10.6849315068%;
    display: grid;
    align-items: center;
    grid-template-columns: 25.6164383562% auto;
  }
  .home-project__box-logo {
    position: relative;
    width: 48.128342246%;
    margin: 0;
    padding: 3.8em 0 5.5em;
  }
  .home-project__box-logo::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -65.9793814433%;
    width: 1px;
    background: rgb(var(--color-grayscale-600));
  }
  .home-project__box-txt {
    padding: 0;
    border-top: 0;
    color: rgb(var(--color-grayscale-700));
  }
}

.home-project-sec {
  margin-top: 5em;
}
.home-project-sec__head {
  text-align: center;
  margin-bottom: 1.1111111111em;
  font-size: max(2.7em, 1rem);
}
.home-project-sec__slider {
  padding-bottom: 0;
}
.home-project-sec__slider .splide__track {
  overflow-y: visible;
}
.home-project-sec__slider-item {
  padding-top: 1.5em;
  position: relative;
}
.home-project-sec__slider-item-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--color-gradient01);
  color: rgb(var(--color-grayscale-100));
  text-align: center;
  padding: 4px 8px;
  font-size: max(1em, 1rem);
  line-height: var(--line-height_head);
}
.home-project-sec__slider-item-label span {
  display: inline-block;
  margin-left: 3px;
  font-size: max(1.3em, 1rem);
}
.home-project-sec__slider-item-img {
  margin-bottom: 8px;
}
.home-project-sec__slider-item-name {
  font-size: max(1.6em, 1rem);
  line-height: var(--line-height_head);
}
.home-project-sec__slider-item-txt {
  font-size: max(1em, 1rem);
  line-height: var(--line-height_head);
}
.home-project-sec__slider-item-sns {
  width: 3em;
  height: 3em;
  margin: 1em auto 0;
  color: #898f9c;
}
.home-project-sec__box {
  position: relative;
  margin-top: 4em;
  padding: 3em 2em;
  background-color: rgba(var(--color-grayscale-100), 0.7);
}
.home-project-sec__box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9c2c2 0%, #faeeee 13%, #e4dddd 38%, #c9bfbf 50.97%, #e4dddd 63%, #e4dddd 68.23%, #f5f1f1 72.73%, #e4dddd 78.73%, #e4dddd 85%, #ccc6c6 100%), #d9d9d9;
}
.home-project-sec__box-lead {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: max(2em, 1rem);
  line-height: var(--line-height_head);
}
.home-project-sec__box-txt {
  font-size: max(1.4em, 1rem);
  line-height: var(--line-height_head);
}
.home-project-sec__btn {
  margin-top: 0;
}
.home-project-sec__btn + .home-project-sec__btn {
  margin-top: 1em;
}
.home-project-sec__btn-wrap {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .home-project-sec {
    margin-top: 11em;
  }
  .home-project-sec__head {
    margin-bottom: 1.2888888889em;
    font-size: max(4.5em, 1rem);
  }
  .home-project-sec__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .home-project-sec__slider .splide__arrows {
    top: 32%;
  }
  .home-project-sec__slider .splide__arrows .splide__arrow--prev {
    left: -3em !important;
  }
  .home-project-sec__slider .splide__arrows .splide__arrow--next {
    right: -3em !important;
  }
  .home-project-sec__slider .splide__track {
    overflow: hidden;
  }
  .home-project-sec__slider-item {
    padding-top: 2.3em;
  }
  .home-project-sec__slider-item-label {
    top: 0;
    padding: 8px 22px;
    font-size: max(1.2em, 1rem);
  }
  .home-project-sec__slider-item-label span {
    font-size: max(2.6em, 1rem);
  }
  .home-project-sec__slider-item-img {
    margin-bottom: 2em;
  }
  .home-project-sec__slider-item-area-txt {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 2em;
  }
  .home-project-sec__slider-item-name {
    align-self: flex-end;
    text-align: right;
    grid-area: 1/1/2/2;
    font-size: max(2.8em, 1rem);
  }
  .home-project-sec__slider-item-txt {
    margin-top: 6px;
    grid-area: 2/1/3/3;
    font-size: max(1.6em, 1rem);
  }
  .home-project-sec__slider-item-sns {
    text-align: left;
    align-self: flex-start;
    grid-area: 1/2/2/3;
    margin: 1em auto 0 0;
  }
  .home-project-sec__box {
    margin-top: 8em;
    box-sizing: border-box;
    padding: 3.3em 10%;
    display: grid;
    align-items: center;
    grid-template-columns: 27% 1fr;
  }
  .home-project-sec__box::before {
    height: 5px;
  }
  .home-project-sec__box-lead {
    text-align: left;
    margin-bottom: 0;
    font-size: max(3.6em, 1rem);
  }
  .home-project-sec__box-txt {
    padding: 3.2777777778em 0 3.2777777778em 10%;
    position: relative;
    font-size: max(1.8em, 1rem);
    line-height: 1.9;
  }
  .home-project-sec__box-txt::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgb(var(--color-grayscale-600));
  }
  .home-project-sec__btn {
    max-width: 35em;
  }
  .home-project-sec__btn + .home-project-sec__btn {
    margin: 0 0 0 10px;
  }
  .home-project-sec__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
  }
}

/* .home-campaign
================================================ */
.home-campaign {
  position: relative;
  background: #EDDEE1;
  z-index: 9;
}
.home-campaign__bg02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-campaign__bg02-in {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: calc(100% - 3vw);
}
.home-campaign__bg {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
}
.home-campaign__bg-in {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@supports not (position: sticky) {
  .home-campaign__bg-in {
    position: -webkit-sticky;
  }
}
@supports (width: max(100vh, 100lvh)) {
  .home-campaign__bg-in {
    height: max(100vh, 100lvh);
  }
}
.home-campaign__inner {
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
}
.home-campaign__img {
  margin-top: 3em;
}
.home-campaign__img img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .home-campaign__inner {
    padding-top: 16em;
    padding-bottom: 16em;
  }
  .home-campaign__img {
    margin-top: 12em;
  }
}

.home-campaign-intro {
  position: relative;
}
.home-campaign-intro__subhead {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin-bottom: 1em;
}
.home-campaign-intro__img img {
  display: block;
  width: 100%;
}
.home-campaign-intro__date {
  /* display: grid; */
  grid-template-columns: 6.2em auto;
  align-items: center;
  border: 1px solid rgb(var(--color-grayscale-700));
  font-size: max(1.2em, 1rem);
  padding: 0.5em 1.5em;
  margin-bottom: 0.9em;
  line-height: var(--line-height_head);
}
.home-campaign-intro__date dt {
  font-weight: var(--font_weight_bold);
}
@media (max-width: 767px) {
  .home-campaign-intro__img {
    margin: 0 auto 3em;
    max-width: 74.6031746032%;
  }
}
@media (min-width: 768px) {
  .home-campaign-intro {
    display: grid;
    grid-template-columns: 52.7397260274% auto;
  }
  .home-campaign-intro::before {
    display: block;
    content: "";
    padding-top: 88.3116883117%;
    grid-area: 1/1/3/1;
  }
  .home-campaign-intro__head {
    align-self: end;
    grid-area: 1/2/1/2;
  }
  .home-campaign-intro__sec {
    grid-area: 2/2/3/2;
  }
  .home-campaign-intro__subhead {
    font-size: 3em;
    margin-bottom: 1.5em;
  }
  .home-campaign-intro__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 46.5753424658%;
    margin: 0;
  }
  .home-campaign-intro__date {
    /* display: grid; */
    grid-template-columns: auto auto;
    place-content: center center;
    gap: 0 1em;
    font-size: max(1.9em, 1rem);
    padding: 0.2em 2.5em 0.3em;
    margin-bottom: 2.5em;
    text-align: left;
    grid-area: 1/1/2/2;
  }
}

.home-campaign-sec {
  margin-top: 5em;
}
.home-campaign-sec__head {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .home-campaign-sec {
    margin-top: 10em;
  }
  .home-campaign-sec__head {
    font-size: max(4em, 1rem);
    margin-bottom: 1em;
  }
}

.home-campaign-detail {
  margin-top: 2em;
  padding: 0 21px 3.5em;
  color: rgb(var(--color-grayscale-900));
  background: rgb(var(--color-grayscale-100));
}
.home-campaign-detail__head {
  position: relative;
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin: 0 -21px 1.1em;
  padding: 15px;
  box-sizing: border-box;
}
.home-campaign-detail__head-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-campaign-detail__head-txt {
  position: relative;
}
.home-campaign-detail-step__item + .home-campaign-detail-step__item {
  position: relative;
  margin-top: 33px;
}
.home-campaign-detail-step__item + .home-campaign-detail-step__item::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2213%22%20fill%3D%22none%22%20viewBox%3D%220%200%2030%2013%22%3E%0A%3Cpath%20fill%3D%22url(%23a)%22%20fill-opacity%3D%22.5%22%20d%3D%22M15%2013%200%200h30L15%2013Z%22%2F%3E%0A%3Cpath%20fill%3D%22url(%23b)%22%20fill-opacity%3D%22.5%22%20d%3D%22M15%2013%200%200h30L15%2013Z%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22a%22%20x1%3D%2215%22%20x2%3D%2215%22%20y1%3D%22-4.333%22%20y2%3D%2213%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%235C5E64%22%20stop-opacity%3D%220%22%2F%3E%0A%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23fff%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22b%22%20x1%3D%2215%22%20x2%3D%2215%22%20y1%3D%22-4.333%22%20y2%3D%2213%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23C27C7A%22%20stop-opacity%3D%220%22%2F%3E%0A%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23C27C7A%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/100% auto;
}
.home-campaign-detail-step__item-num {
  font-size: max(1.2em, 1rem);
  margin-bottom: 0.9em;
}
.home-campaign-detail-step__item-num::before {
  display: inline-block;
  content: "";
  width: 1.75em;
  border-top: 1px solid rgb(var(--color-grayscale-500));
  margin: -1px 0.9em 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .home-campaign-detail {
    padding: 0 10.9589041096% 6em;
  }
  .home-campaign-detail__head {
    font-size: max(2.8em, 1rem);
    margin: 0 -14.0350877193% 1.7857142857em;
    padding: 0.7142857143em;
  }
  .home-campaign-detail-step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10.2em;
  }
  .home-campaign-detail-step__item {
    position: relative;
  }
  .home-campaign-detail-step__item + .home-campaign-detail-step__item {
    margin-top: 0;
  }
  .home-campaign-detail-step__item + .home-campaign-detail-step__item::before {
    position: absolute;
    top: 50%;
    left: -9em;
    width: 7em;
    height: 3em;
    transform: translateY(-50%) rotate(-90deg);
  }
  .home-campaign-detail-step__item-num {
    font-size: max(2em, 1rem);
    margin-bottom: 1em;
  }
  .home-campaign-detail-step__item-num::before {
    width: 2em;
  }
}

.home-campaign-point {
  margin-top: 2em;
  padding: 2em;
  background: rgb(var(--color-primary-500));
}
.home-campaign-point__head {
  font-size: max(1.5em, 1rem);
  opacity: 0.5;
  margin-bottom: 0.8em;
  color: rgb(var(--color-primary-900));
}
@media (min-width: 768px) {
  .home-campaign-point {
    margin-top: 4.3em;
    padding: 4em 2em;
  }
  .home-campaign-point__head {
    font-size: max(2.4em, 1rem);
    margin-bottom: 0.7em;
  }
}

.home-campaign-summary {
  border: 1px solid rgb(var(--color-grayscale-500));
  padding: 2em;
  height: 300px;
  overflow: auto;
  box-sizing: border-box;
}
.home-campaign-summary p {
  font-size: max(1.3em, 1rem);
  line-height: var(--line-height_head);
}
.home-campaign-summary p + p {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .home-campaign-summary {
    width: 59.375vw;
    height: 20.8333333333vw;
    max-height: 400px;
    margin: 0 auto;
    padding: 4em;
  }
  .home-campaign-summary p {
    font-size: max(1.6em, 1rem);
  }
  .home-campaign-summary p + p {
    margin-top: 3em;
  }
}

/* .home-shop
================================================ */
.home-shop {
  position: relative;
  padding-top: 2em;
}
.home-shop__bg {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
}
.home-shop__bg-in {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@supports not (position: sticky) {
  .home-shop__bg-in {
    position: -webkit-sticky;
  }
}
@supports (width: max(100vh, 100lvh)) {
  .home-shop__bg-in {
    height: max(100vh, 100lvh);
  }
}
.home-shop__inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 8em;
}
@media (min-width: 768px) {
  .home-shop {
    padding: 0;
  }
  .home-shop__inner {
    padding-top: 16em;
    padding-bottom: 16em;
  }
}

.home-shop-sec {
  padding-top: 6em;
}
.home-shop-sec__img {
  width: 62.6666666667vw;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .home-shop-sec {
    padding: 0;
  }
  .home-shop-sec + .home-shop-sec {
    margin-top: 10em;
  }
  .home-shop-sec__content {
    display: grid;
    gap: 10em;
    grid-template-columns: 46.5753424658% auto;
    align-items: center;
  }
  .home-shop-sec:nth-child(even) .home-shop-sec__content {
    grid-template-columns: auto 46.5753424658%;
  }
  .home-shop-sec:nth-child(even) .home-shop-sec__area-txt {
    order: 2;
  }
}

/* .home-shopping
================================================ */
.home-shopping-intro {
  overflow: hidden;
  position: relative;
}
.home-shopping-intro__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-shopping-intro__bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}
.home-shopping-intro__bg-mov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.home-shopping-intro__bg-mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-shopping-intro__inner {
  position: relative;
  padding-top: 8em;
}
.home-shopping-intro__subhead {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  border-bottom: 1px solid rgb(var(--color-grayscale-700));
  padding-bottom: 0.5em;
  margin-bottom: 1.1em;
}
.home-shopping-intro__img {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.home-shopping-intro__img-wrap {
  position: relative;
  margin-top: 70px;
  padding-top: 75%;
}
.home-shopping-intro__img-in {
  display: block;
}
.home-shopping-intro__img.is-pink {
  width: 52%;
  left: 50%;
}
.home-shopping-intro__img.is-white {
  width: 35%;
  left: 22%;
}
.home-shopping-intro__img.is-gray {
  width: 35%;
  left: 82%;
}
.home-shopping-intro__img img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .home-shopping-intro {
    z-index: 1;
    color: rgb(var(--color-grayscale-900));
  }
  .home-shopping-intro__inner {
    padding-top: 0;
  }
  .home-shopping-intro__wrap {
    display: grid;
    grid-template-columns: 45% 1fr;
  }
  .home-shopping-intro__subhead {
    font-size: max(2.8em, 1rem);
    border-bottom-color: rgb(var(--color-grayscale-700));
  }
  .home-shopping-intro__content {
    padding: 35.1470588235% 0 34.5588235294%;
  }
  .home-shopping-intro__head {
    margin-bottom: 60px;
  }
  .home-shopping-intro__img {
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .home-shopping-intro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-shopping-intro__img-wrap {
    margin-top: 0;
    max-width: 1000px;
  }
  .home-shopping-intro__img.is-pink {
    left: 60%;
    width: 56%;
  }
  .home-shopping-intro__img.is-white {
    width: 40%;
    left: 32%;
  }
  .home-shopping-intro__img.is-gray {
    width: 40%;
    left: 97%;
  }
}

.home-shopping-refund {
  position: relative;
  color: rgb(var(--color-grayscale-100));
}
.home-shopping-refund__head {
  font-size: max(1.8em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
  margin-bottom: 1.1em;
}
.home-shopping-refund__txt {
  margin-bottom: 1.4em;
}
.home-shopping-refund__txt strong {
  font-weight: var(--font_weight_base);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-grayscale-100-op50);
  text-decoration-color: var(--color-grayscale-100-op50);
}
.home-shopping-refund__btn {
  margin-top: 2.5em;
  display: flex;
  justify-content: center;
}
.home-shopping-refund__btn-in {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 0 0.4em 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(var(--color-grayscale-100), 0.2);
  font-size: inherit;
  box-sizing: border-box;
}
.home-shopping-refund__btn-in::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  transform-origin: right bottom;
  transform: scaleX(0);
}
.home-shopping-refund__btn-txt {
  position: relative;
}
.home-shopping-refund__btn-ico {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: all 0.6s ease;
  color: rgb(var(--color-primary-900));
  background: rgb(var(--color-grayscale-100));
}
.home-shopping-refund__btn-ico::before, .home-shopping-refund__btn-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45%;
  content: "";
  border-top: 1px solid;
  transform: translateX(-50%);
}
.home-shopping-refund__btn-ico::after {
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .home-shopping-refund::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    right: 1em;
    border: 1px solid rgba(var(--color-grayscale-100), 0.2);
    pointer-events: none;
  }
  .home-shopping-refund__inner {
    padding: 3em 2em 5em;
    margin: 0 1em;
    max-height: 29.5em;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .home-shopping-refund {
    padding-top: 0;
    border-top: 1px solid rgb(var(--color-grayscale-100), 0.2);
    border-bottom: 1px solid rgb(var(--color-grayscale-100), 0.2);
  }
  .home-shopping-refund__inner {
    display: grid;
    grid-template-columns: 20.5479452055% auto;
  }
  .home-shopping-refund__col {
    display: grid;
    place-content: center center;
    padding: 10em 6em;
    border-left: 1px solid rgba(var(--color-grayscale-100), 0.2);
  }
  .home-shopping-refund__col:last-of-type {
    border-right: 1px solid rgba(var(--color-grayscale-100), 0.2);
  }
  .home-shopping-refund__head {
    font-size: max(2.8em, 1rem);
    margin-bottom: 1.429em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-shopping-refund__btn-in::before {
    transition: transform 0.6s var(--mh--easing);
  }
  .home-shopping-refund__btn-in:hover::before {
    transform-origin: left bottom;
    transform: scaleX(1);
  }
}

.home-shopping-present {
  position: relative;
  margin-top: 13vw;
  color: rgb(var(--color-grayscale-100));
}
.home-shopping-present__bg {
  position: absolute;
  top: 0;
  left: calc(-1 * var(--body_padding_side));
  width: calc(100% + var(--body_padding_side));
  height: 100%;
  z-index: -1;
}
.home-shopping-present__inner {
  position: relative;
  z-index: 1;
  padding-top: 8em;
  padding-bottom: 8em;
}
.home-shopping-present__head {
  margin-top: 5.3vw;
  font-size: max(1.7em, 1rem);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_head);
}
.home-shopping-present__head-sub {
  display: block;
  font-size: max(0.88em, 1rem);
}
@media (min-width: 768px) {
  .home-shopping-present {
    margin-top: 10em;
  }
  .home-shopping-present__bg {
    left: 0;
    width: 100%;
  }
  .home-shopping-present__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-shopping-present__content {
    position: relative;
    padding: 16em 10em;
    display: grid;
    grid-template-columns: auto 48em;
    gap: 10em;
  }
  .home-shopping-present__area-txt {
    display: grid;
    place-content: center left;
  }
  .home-shopping-present__head {
    margin: 0;
    font-size: max(2.2em, 1rem);
  }
  .home-shopping-present__head-sub {
    font-size: max(0.86em, 1rem);
  }
}

.home-shopping-sns {
  color: rgb(var(--color-grayscale-100));
}
.home-shopping-sns__inner {
  position: relative;
  padding-top: 5em;
  padding-bottom: 9em;
}
.home-shopping-sns__head {
  font-size: 2em;
  margin-bottom: 1em;
}
.home-shopping-sns__content {
  max-width: 23em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-shopping-sns {
    margin-top: 10em;
  }
  .home-shopping-sns__inner {
    border: 1px solid rgba(var(--color-grayscale-100), 0.2);
    width: 58.3333333333vw;
    max-width: 1120px;
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .home-shopping-sns__inner::before, .home-shopping-sns__inner::after {
    position: absolute;
    content: "";
    width: 1em;
    top: 1px;
    bottom: 1px;
    border-left: 1px solid rgba(var(--color-grayscale-100), 0.2);
    border-right: 1px solid rgba(var(--color-grayscale-100), 0.2);
  }
  .home-shopping-sns__inner::before {
    left: 1em;
  }
  .home-shopping-sns__inner::after {
    right: 1em;
  }
  .home-shopping-sns__head {
    font-size: max(3.3em, 1rem);
    margin-bottom: 40px;
  }
  .home-shopping-sns__content {
    max-width: 30em;
  }
}

/* .home-bottom
================================================ */
.home-bottom {
  position: relative;
  padding-top: 26.6666666667%;
}
.home-bottom__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .home-bottom {
    padding-top: 5.2083333333%;
  }
}

/* .home-beauty
================================================ */
.home-beauty {
  color: rgb(var(--color-grayscale-100));
}
.home-beauty__inner {
  position: relative;
  padding-bottom: 8em;
}
.home-beauty__img img {
  display: block;
  width: 100%;
}
.home-beauty__content {
  padding-top: 5em;
}
.home-beauty__head {
  margin-bottom: 3em;
}
.home-beauty__head img {
  width: 33.8666666667vw;
}
.home-beauty__btn {
  margin-top: 4em;
}
@media (min-width: 768px) {
  .home-beauty__inner {
    position: relative;
    padding-top: 16em;
    padding-bottom: 16em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }
  .home-beauty__content {
    padding-top: 0;
    padding-left: 14em;
  }
  .home-beauty__head {
    margin-bottom: 5em;
  }
  .home-beauty__head img {
    width: 11.1458333333vw;
  }
  .home-beauty__btn {
    margin-top: 7em;
  }
}

/* .iron-movie01
================================================ */
.iron-movie01 {
  position: relative;
  z-index: 1;
}
.iron-movie01 button {
  border: 0;
  padding: 0;
}
.iron-movie01 button img {
  width: 100%;
}
@media (min-width: 768px) {
  .iron-movie01 {
    width: 76.0416666667vw;
    margin: -28.125em auto 0;
  }
}

/* .iron-point
================================================ */
@media (min-width: 768px) {
  .iron-point {
    margin-top: 10.9375vw;
    padding-top: 10.9375vw;
  }
  .iron-point .c-point02__bg-in {
    top: 0;
    margin-top: 0;
  }
}

/* .iron-features
================================================ */
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .iron-features-sec-features01-sec__wrap {
    display: grid;
    grid-template-columns: auto 28.125vw;
    gap: 4.1666666667vw;
    margin-top: 7.2em;
  }
}
.iron-features-sec-features01-sec01 {
  margin-top: 4em;
}
.iron-features-sec-features01-sec01-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5em;
}
.iron-features-sec-features01-sec01-list__wrap {
  margin: 0 -3em;
  padding: 0 3em 2.4em;
}
.iron-features-sec-features01-sec01-list__item {
  position: relative;
  width: 43.7333333333vw;
}
.iron-features-sec-features01-sec01-list__item:nth-child(1) {
  z-index: 3;
}
.iron-features-sec-features01-sec01-list__item:nth-child(2) {
  margin-left: -2.6666666667vw;
  z-index: 2;
}
.iron-features-sec-features01-sec01-list__item:nth-child(3) {
  margin-top: -9.8666666667vw;
  z-index: 1;
}
.iron-features-sec-features01-sec01-list__item img {
  filter: drop-shadow(20px 20px 20px rgba(62, 33, 31, 0.03));
}
.iron-features-sec-features01-sec01-list__img img {
  filter: drop-shadow(20px 20px 20px rgba(62, 33, 31, 0.03));
}
.iron-features-sec-features01-sec01-mv {
  position: relative;
}
.iron-features-sec-features01-sec01-mv::before {
  position: absolute;
  content: "";
  top: -24.5333333333vw;
  left: 50%;
  background: rgba(199, 170, 178, 0.6);
  width: 88.2666666667vw;
  height: 88.2666666667vw;
  filter: blur(100px);
  z-index: -1;
  transform: translateX(-50%);
}
.iron-features-sec-features01-sec01-mv__img-shine {
  position: absolute;
  width: 49%;
  top: 34%;
  left: 20%;
  height: 40%;
  overflow: hidden;
  transform: skewX(-27deg);
}
.iron-features-sec-features01-sec01-mv__img-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  animation: none;
}
.iron-features-sec-features01-sec01-mv__img-shine.is-animated::before {
  animation: shine 1.2s 2s ease-in-out;
}
@media (min-width: 768px) {
  .iron-features-sec-features01-sec01 {
    margin-top: 7em;
  }
  .iron-features-sec-features01-sec01-list__wrap {
    margin: 0;
    padding: 0 0 10em;
  }
  .iron-features-sec-features01-sec01-list__img {
    width: 58.2291666667vw;
    margin: 0 auto;
  }
  .iron-features-sec-features01-sec01-mv {
    width: 59.375vw;
    margin: -7.2916666667vw auto 0;
  }
  .iron-features-sec-features01-sec01-mv::before {
    top: -10.625vw;
    width: 39.375vw;
    height: 39.375vw;
  }
  .iron-features-sec-features01-sec01-mv__img-shine {
    width: 50%;
    top: 37%;
    left: 24%;
    height: 28%;
    transform: skewX(-28deg);
  }
}
.iron-features-sec-features01-sec02 {
  margin: 6em -1em 0;
}
.iron-features-sec-features01-sec02__head-in {
  display: inline-block;
  padding: 1.0666666667vw 5.3333333333vw;
  white-space: nowrap;
  background: linear-gradient(110.96deg, #7C99C2 -32.78%, #D7A6BF 41.62%, #E8C1D5 123.09%);
  color: rgb(var(--color-grayscale-100));
  font-size: max(1.6em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features01-sec02__mov video {
  display: block;
  width: 100%;
}
.iron-features-sec-features01-sec02__mov iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.iron-features-sec-features01-sec02 button {
  display: block;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .iron-features-sec-features01-sec02 {
    margin: 0;
  }
  .iron-features-sec-features01-sec02__head-in {
    padding: 0.4166666667vw 2.0833333333vw;
    font-size: max(3em, 1rem);
  }
}
.iron-features-sec-features01-sec03 {
  margin-top: 4em;
  padding: 2em;
  background: rgb(var(--color-grayscale-100));
  color: rgb(var(--color-grayscale-900));
}
.iron-features-sec-features01-sec03__head {
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.4em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features01-sec03__img {
  margin-top: 2em;
}
.iron-features-sec-features01-sec03-child {
  margin-top: 0.6em;
}
.iron-features-sec-features01-sec03-child__label {
  padding: 0.5em 0 0.7em;
  background: rgb(var(--color-grayscale-300));
  font-size: max(1.3em, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .iron-features-sec-features01-sec03 {
    margin: 0;
    padding: 3em 4em;
  }
  .iron-features-sec-features01-sec03__head {
    font-size: max(1.6em, 1rem);
  }
  .iron-features-sec-features01-sec03-child {
    margin-top: 1em;
  }
  .iron-features-sec-features01-sec03-child__label {
    padding: 5px 0 8px;
    font-size: max(2em, 1rem);
  }
  .iron-features-sec-features01-sec03__img {
    margin-top: 2em;
  }
}

.iron-features-sec-features02-sec01__head {
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.2em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features02-sec01-mv {
  position: relative;
  margin: 0 -3em;
}
.iron-features-sec-features02-sec01-mv__img.is-img02, .iron-features-sec-features02-sec01-mv__img.is-img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.iron-features-sec-features02-sec01-detail {
  margin-top: 5em;
}
.iron-features-sec-features02-sec01-detail__in {
  padding: 2em;
  background: rgb(var(--color-grayscale-100));
  color: rgb(var(--color-grayscale-900));
}
.iron-features-sec-features02-sec01-child {
  display: grid;
  gap: 3em;
  margin-top: 0.6em;
}
.iron-features-sec-features02-sec01-child__label {
  padding: 0.5em 0 0.7em;
  background: rgb(var(--color-grayscale-300));
  font-size: max(1.3em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features02-sec01-child__mov {
  margin-top: 1.6em;
}
.iron-features-sec-features02-sec01-child__mov video {
  display: block;
  width: 100%;
  height: auto;
}
.iron-features-sec-features02-sec01-child-graph {
  position: relative;
  margin-top: 0.4em;
}
.iron-features-sec-features02-sec01-child-graph__ico {
  position: absolute;
  top: 7.664vw;
  right: 23.68vw;
  width: 23.0026666667vw;
}
.iron-features-sec-features02-sec01-child-graph__move.is-move01 {
  position: absolute;
  bottom: 10.0373333333vw;
  right: 4.784vw;
  width: 23.168vw;
  height: 0;
  background: #CC759F;
  transition: height 1.2s ease;
  transition-delay: 0.6s;
}
.iron-features-sec-features02-sec01-child-graph.is-animated .iron-features-sec-features02-sec01-child-graph__move.is-move01 {
  height: 36.2666666667vw;
}
@media (min-width: 768px) {
  .iron-features-sec-features02-sec01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0;
  }
  .iron-features-sec-features02-sec01__head {
    font-size: max(1.9em, 1rem);
  }
  .iron-features-sec-features02-sec01-mv {
    width: 54.8630136986%;
    margin: 0;
  }
  .iron-features-sec-features02-sec01-detail {
    width: 45.1369863014%;
    box-sizing: border-box;
    margin: 0;
  }
  .iron-features-sec-features02-sec01-detail__in {
    padding: 5em 8em;
  }
  .iron-features-sec-features02-sec01-child {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3em;
    gap: 6em;
  }
  .iron-features-sec-features02-sec01-child.is-col1 {
    grid-template-columns: none;
  }
  .iron-features-sec-features02-sec01-child__label {
    padding: 5px 0 8px;
    font-size: max(2.5em, 1rem);
  }
  .iron-features-sec-features02-sec01-child-graph {
    margin-top: 3.8em;
  }
  .iron-features-sec-features02-sec01-child-graph__ico {
    top: 0;
    right: 7.4479166667vw;
    width: 8.8541666667vw;
  }
  .iron-features-sec-features02-sec01-child-graph__move.is-move01 {
    bottom: 3.9vw;
    right: 2.34375vw;
    width: 7.2916666667vw;
    transition: height 1.2s ease;
  }
  .iron-features-sec-features02-sec01-child-graph.is-animated .iron-features-sec-features02-sec01-child-graph__move.is-move01 {
    height: 11.875vw;
  }
}

.iron-features-sec-features03-sec01 {
  margin-top: 4em;
}
.iron-features-sec-features03-sec01 img {
  width: 100%;
}
.iron-features-sec-features03-sec01__head {
  margin-bottom: 2em;
  padding: 0.5em 0 0.7em;
  background: rgb(var(--color-grayscale-100));
  font-size: max(1.3em, 1rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .iron-features-sec-features03-sec01 {
    width: 59.375vw;
    margin: 10em auto 0;
  }
  .iron-features-sec-features03-sec01__head {
    margin-bottom: 3.125vw;
    padding: 0;
    font-size: max(2.8em, 1rem);
  }
}
.iron-features-sec-features03-sec02 {
  position: relative;
  margin: 6em -3em 0;
  padding: 2em;
  background: #F1E6EA;
}
.iron-features-sec-features03-sec02__head {
  display: inline-block;
  padding: 0.4em 2em;
  background: linear-gradient(110.96deg, #7C99C2 -32.78%, #D7A6BF 41.62%, #E8C1D5 123.09%);
  color: rgb(var(--color-grayscale-100));
  font-size: max(1.6em, 1rem);
  line-height: 1.6;
  white-space: nowrap;
}
.iron-features-sec-features03-sec02-list {
  display: grid;
  gap: 1em;
  margin-top: 1em;
}
.iron-features-sec-features03-sec02-list__item {
  display: grid;
  gap: 1.5em;
  grid-template-columns: 7.5em auto;
  padding: 1em 1.5em;
  background: rgb(var(--color-grayscale-100));
}
.iron-features-sec-features03-sec02-list__area-img {
  border: 0;
  padding: 0;
}
.iron-features-sec-features03-sec02-list__head {
  font-size: max(1.2em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features03-sec02-list__btn {
  margin-top: 0.5em;
  border: 0;
  padding: 0;
  height: 8.2666666667vw;
}
.iron-features-sec-features03-sec02-list__btn .c-btn02__link {
  height: 100%;
}
.iron-features-sec-features03-sec02-list__btn .c-btn02__txt {
  font-size: max(1.2em, 1rem);
}
.iron-features-sec-features03-sec02-list__btn .c-btn02__ico {
  right: 3.2vw;
}
@media (min-width: 768px) {
  .iron-features-sec-features03-sec02 {
    margin: 14em 0 0;
    padding: 10em 15em 6em;
  }
  .iron-features-sec-features03-sec02__head {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4166666667vw 2.0833333333vw;
    font-size: max(3em, 1rem);
  }
  .iron-features-sec-features03-sec02-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }
  .iron-features-sec-features03-sec02-list__item {
    padding: 2em;
    grid-template-columns: 9em auto;
  }
  .iron-features-sec-features03-sec02-list__head {
    font-size: max(1.4em, 1rem);
  }
  .iron-features-sec-features03-sec02-list__btn {
    height: 2.0833333333vw;
    min-height: auto;
    max-height: 40px;
  }
  .iron-features-sec-features03-sec02-list__btn .c-btn02__txt {
    font-size: max(1.4em, 1rem);
  }
  .iron-features-sec-features03-sec02-list__btn .c-btn02__ico {
    right: 0.78125vw;
  }
}
.iron-features-sec-features03-sec03 {
  margin-top: 40px;
  padding: 2em;
  background: rgb(var(--color-grayscale-100));
}
.iron-features-sec-features03-sec03__head {
  color: rgb(var(--color-grayscale-700));
  font-size: max(1.4em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features03-sec03-child {
  display: grid;
  gap: 3em;
  margin-top: 0.8em;
}
.iron-features-sec-features03-sec03-child + .iron-features-sec-features03-sec03-child {
  margin-top: 2em;
}
.iron-features-sec-features03-sec03-child__label {
  padding: 0.5em 0 0.7em;
  background: rgb(var(--color-grayscale-300));
  font-size: max(1.3em, 1rem);
  line-height: 1.6;
}
.iron-features-sec-features03-sec03-child__mov {
  margin-top: 1.6em;
}
.iron-features-sec-features03-sec03-child__mov video {
  display: block;
  width: 100%;
  height: auto;
}
.iron-features-sec-features03-sec03-child-graph {
  position: relative;
  margin-top: 1.6em;
}
.iron-features-sec-features03-sec03-child-graph__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.iron-features-sec-features03-sec03-child-graph__point {
  position: absolute;
  top: 5vw;
  right: 10.9333333333vw;
}
.iron-features-sec-features03-sec03-child-graph__area-img.is-img03 .iron-features-sec-features03-sec03-child-graph__img {
  position: relative;
}
.iron-features-sec-features03-sec03-child-graph__area-img.is-img03 .iron-features-sec-features03-sec03-child-graph__ico {
  position: absolute;
  top: 0;
  right: -3.0853333333vw;
  width: 23.0853333333vw;
}
.iron-features-sec-features03-sec03-child-graph__move.is-move01 {
  position: absolute;
  bottom: 20%;
  right: 10.5454545455%;
  width: 31%;
  height: 60%;
  background: #CC759F;
  transition: height 1.5s ease;
  transition-delay: 0.6s;
}
.iron-features-sec-features03-sec03-child-graph.is-animated .iron-features-sec-features03-sec03-child-graph__line {
  animation: reveal-mask 1.5s 0.6s ease-out forwards;
}
.iron-features-sec-features03-sec03-child-graph.is-animated .iron-features-sec-features03-sec03-child-graph__move.is-move01 {
  height: 0;
}
@media (min-width: 768px) {
  .iron-features-sec-features03-sec03 {
    margin-top: 60px;
    padding: 8em 16em;
  }
  .iron-features-sec-features03-sec03__head {
    font-size: max(1.9em, 1rem);
  }
  .iron-features-sec-features03-sec03-child {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3em;
    gap: 6em;
  }
  .iron-features-sec-features03-sec03-child.is-col1 {
    grid-template-columns: none;
  }
  .iron-features-sec-features03-sec03-child__label {
    padding: 5px 0 8px;
    font-size: max(2.5em, 1rem);
  }
  .iron-features-sec-features03-sec03-child__mov {
    width: 20vw;
    margin: 3.8em auto 0;
  }
  .iron-features-sec-features03-sec03-child-graph {
    margin-top: 3.8em;
  }
  .iron-features-sec-features03-sec03-child-graph__point {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
  }
  .iron-features-sec-features03-sec03-child-graph__point .c-point01 {
    width: 100%;
    height: 100%;
  }
  .iron-features-sec-features03-sec03-child-graph__area-img.is-img03 .iron-features-sec-features03-sec03-child-graph__img {
    width: 36.09375vw;
    margin: 0 auto;
  }
  .iron-features-sec-features03-sec03-child-graph__area-img.is-img03 .iron-features-sec-features03-sec03-child-graph__ico {
    top: 0.6770833333vw;
    right: auto;
    left: 50%;
    margin-left: 12.5vw;
    width: 8.8541666667vw;
  }
  .iron-features-sec-features03-sec03-child-graph__move.is-move01 {
    bottom: 3.4895833333vw;
    right: 17.3%;
    width: 25.2%;
    height: 15.1041666667vw;
    transition: height 3s ease;
  }
}

@keyframes reveal-mask {
  from {
    -webkit-mask-position: right;
    mask-position: right;
  }
  to {
    -webkit-mask-position: left;
    mask-position: left;
  }
}
/* .iron-design
================================================ */
.iron-design {
  position: relative;
  z-index: 2;
  background: #eddee1;
}
.iron-design__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.iron-design__bg-head {
  display: block;
  position: absolute;
  bottom: 101%;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
.iron-design__bg-light {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iron-design__bg-light img {
  mix-blend-mode: plus-lighter;
}
@supports not (mix-blend-mode: plus-lighter) {
  .iron-design__bg-light img {
    display: none;
  }
}
.iron-design__inner {
  position: relative;
  padding: 5em 0 3em;
}
.iron-design__head {
  margin-bottom: 40px;
}
.iron-design__content {
  position: relative;
}
.iron-design__img img {
  width: 100%;
}
.iron-design-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iron-design-list img {
  width: 100%;
}
.iron-design-list__item {
  position: absolute;
}
.iron-design-list__item:nth-child(1) {
  top: 0;
  right: 12.5333333333vw;
  width: 63.4666666667vw;
}
.iron-design-list__item:nth-child(2) {
  top: 29.8666666667vw;
  right: 2.6666666667vw;
  width: 49.3333333333vw;
}
.iron-design-list__item:nth-child(3) {
  left: 2.6666666667vw;
  bottom: 0;
  width: 54.9333333333vw;
}
.iron-design-list__item img {
  filter: drop-shadow(20px 20px 20px rgba(62, 33, 31, 0.03));
}
@media (min-width: 768px) {
  .iron-design__inner {
    padding: 12em 2.6041666667% 0 12.3em;
  }
  .iron-design__content {
    width: 59.375vw;
    margin: 0 auto;
  }
  .iron-design__head {
    margin-bottom: 46px;
  }
  .iron-design-list__item:nth-child(1) {
    top: 0.3645833333vw;
    right: 7.96875vw;
    width: 32.6041666667vw;
  }
  .iron-design-list__item:nth-child(2) {
    top: 14.6875vw;
    right: 0;
    width: 25.5208333333vw;
  }
  .iron-design-list__item:nth-child(3) {
    bottom: 5.2083333333vw;
    left: 0;
    width: 20.15625vw;
  }
}

.coming-soon {
  pointer-events: none;
  opacity: 0.5;
}

.coming-soon a {
  pointer-events: none;
  cursor: default;
}