body .ui-tooltip {
	border-width: 2px;
}

@keyframes animPopup {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@keyframes animSwing {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes animSwingReverse {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

:root {
  --color-pink01: 216, 235, 204;
  --color-pink02: 182, 220, 165;
  --color-pink03: 165, 214, 167;
  --color-pink04: 129, 199, 132;
  --color-pink05: 102, 187, 106;
  --color-pink06: 76, 175, 80;
  --color-yellow01: 255, 251, 210;
  --color-yellow02: 255, 248, 166;
  --color-yellow03: 255, 226, 72;
  --color-yellow04: 255, 206, 46;
  --color-blue01: 221, 245, 253;
  --color-blue02: 187, 235, 251;
  --color-blue03: 142, 213, 237;
  --color-blue04: 97, 206, 242;
  --color-blue05: 0, 172, 229;
  --color-green01: 216, 235, 204;
  --color-green02: 132, 206, 109;
  --color-grayscale-100: 255, 255, 255;
  --color-grayscale-200: 237, 237, 237;
  --color-grayscale-500: 204, 204, 204;
  --color-grayscale-800: 128, 128, 128;
  --color-grayscale-900: 0, 0, 0;
  --color-gradient01: linear-gradient(140deg, #a5d6a7 -0.22%, #66bb6a 100%);
  --color-gradient02: linear-gradient(180deg, rgba(102, 187, 106, 0.00) 0%, #e8f5e9 100%);
  --color-gradient03: linear-gradient(180deg, #e8f5e9 0%, rgba(102, 187, 106, 0.00) 100%);
  --color-gradient04: linear-gradient(5deg, #a5d6a7 4.03%, #66bb6a 96.35%);
  --fontfamily_base: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  --font_color_base: rgb(var(--color-grayscale-900));
  --font_size_base: 1.4rem;
  --font_weight_base: 500;
  --font_weight_bold: 900;
  --line-height_base: 1.9;
  --line-height_sm: 1.5;
  --letter-spacing_base: .1em;
  --letter-spacing_sm: .03em;
  --fontfamily_en: "Righteous", sans-serif;
  --font_weight_en: 400;
  --line-height_en: 1.2;
  --letter-spacing_en: 0em;
  --contents_width: 1160px;
  --contents_wide_width: 1260px;
  --body_padding_side: 25px;
  --contents_width_with_padding: 1260px;
  --contents_wide_width_with_padding: 1360px;
  --sidebar_width: 250px;
  --header_height: 70px;
  --shadow_btn: 2px 2px 0 rgb(var(--color-grayscale-900));
  --shadow_btn_lg: 4px 4px 0 rgb(var(--color-grayscale-900));
  --shadow_tit: 1px 1px 0 rgb(var(--color-grayscale-900));
  --hk-primary: #5ec269;
  --hk-primary-dark: #4aaa54;
  --hk-secondary: #81c784;
  --hk-accent: #FFE248;
  --hk-purple: #a5d6a7;
  --hk-green: #69f0ae;
  --hk-gradient: linear-gradient(135deg, #5ec269 0%, #81c784 50%, #a5d6a7 100%);
  --hk-gradient-warm: linear-gradient(135deg, #5ec269 0%, #FFE248 100%);
  --hk-text: #333;
  --hk-text-light: #666;
  --hk-white: #fff;
  --hk-radius: 16px;
  --hk-radius-lg: 24px;
  --hk-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --hk-shadow-lg: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  :root {
    --body_padding_side: 50px;
    --header_height: 120px;
    --font_size_base: 1.6rem;
    --shadow_btn_lg: 8px 8px 0 rgb(var(--color-grayscale-900));
    --shadow_tit: 0 4px 0 rgb(var(--color-grayscale-900));
  }
}

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;
}

span {
  font-weight: inherit;
}

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

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

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

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

html {
  scroll-padding-top: var(--header_height);
}

body {
  background: #f4f9f5;
  min-width: 320px;
  font-family: var(--fontfamily_base);
  color: var(--font_color_base);
  font-size: var(--font_size_base);
  font-weight: var(--font_weight_base);
  line-height: var(--line-height_base);
  letter-spacing: var(--letter-spacing_base);
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body {
    min-width: var(--contents_width_with_padding);
  }
}

@media (min-width: 768px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}

.l-wrapper {
  position: relative;
}

@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);
  }
}

.u-media-query {
  display: none;
  font-family: "sp";
}

@media (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}

@media (min-width: 1260px) {
  .u-media-query {
    font-family: "pc";
  }
}

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

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

.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);
  }
}

.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);
}

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;
  }
}

.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-bg-pink01 {
  background-color: rgb(var(--color-pink01));
}

.c-bg-pink03 {
  background-color: rgb(var(--color-pink03));
}

.c-bg-yellow01 {
  background-color: rgb(var(--color-yellow01));
}

.c-bg-yellow02 {
  background-color: rgb(var(--color-yellow02));
}

.c-bg-blue01 {
  background-color: rgb(var(--color-blue01));
}

.c-bg-blue02 {
  background-color: rgb(var(--color-blue02));
}

.c-box01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-box01::before {
  content: "";
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 15px;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.c-box01::after {
  content: "";
  box-sizing: border-box;
  border: 1px solid rgb(var(--color-grayscale-500));
  border-radius: 10px;
  position: absolute;
  inset: 13px;
  z-index: -2;
}

@media (min-width: 768px) {
  .c-box01 {
    margin: 0 auto;
  }
  .c-box01::before {
    border-radius: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 1820px;
  }
  .c-box01::after {
    border-radius: 20px;
    inset: 28px auto 28px 50%;
    transform: translateX(-50%);
    width: 1764px;
  }
}

.c-box01.is-pattern01::after {
  background-size: 45px 45px;
}

.c-box01.is-pattern02::after {
  background: url(../img/common/bg_pattern02.png) repeat top center;
  background-size: 49px 49px;
}

.c-btn01 {
  margin: 15px auto 0;
  width: 295px;
  max-width: 100%;
}

.c-btn01__in {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid;
  border-radius: 9999px;
  box-shadow: var(--shadow_btn);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  min-height: 66px;
  padding: 16px 16px 16px 23px;
  transition: all 0.3s ease;
}

.c-btn01__in[href*="#"] .c-btn01__ico {
  background: rgb(var(--color-yellow02));
}

.c-btn01__in[href*="#"] .c-btn01__ico::before {
  transform: translate(-50%, -50%);
}

.c-btn01__in[target] .c-btn01__ico::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.33 1.33h5.33v5.33H5.33V1.33ZM4 8h8V0H4v8Z"/><path d="M0 4v8h8V9.34H6.67v1.33H1.33V5.34h1.33V4.01H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.33 1.33h5.33v5.33H5.33V1.33ZM4 8h8V0H4v8Z"/><path d="M0 4v8h8V9.34H6.67v1.33H1.33V5.34h1.33V4.01H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.c-btn01__ico {
  box-sizing: border-box;
  background: rgb(var(--color-blue02));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  position: relative;
  transition: background 0.3s ease;
}

.c-btn01__ico::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: none;
}

@media (min-width: 768px) {
  .c-btn01 {
    margin-top: 20px;
    width: 375px;
  }
  .c-btn01__in {
    font-size: 2rem;
    min-height: 80px;
    padding: 16px 20px 16px 38px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01__in[href*="#"]:hover {
    background: rgb(var(--color-yellow02));
  }
  .c-btn01__in:hover {
    box-shadow: none;
    background: rgb(var(--color-blue02));
    transform: translate(2px, 2px);
  }
  .c-btn01__in:hover .c-btn01__ico {
    background: rgb(var(--color-grayscale-100));
  }
}

.c-faq01 {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  overflow: hidden;
}

.c-faq01 + .c-faq01 {
  margin-top: 10px;
}

.c-faq01.is-open .c-faq01__head::before {
  transform: rotate(0);
}

.c-faq01__ico {
  background: rgb(var(--color-pink06));
  border-radius: 5px;
  color: rgb(var(--color-grayscale-100));
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.6rem;
  height: 35px;
  width: 35px;
}

.c-faq01__head {
  box-sizing: border-box;
  background-color: rgb(var(--color-pink01));
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  padding: 13px 50px 13px 18px;
  position: relative;
  transition: background 0.3s ease;
}

.c-faq01__head::before, .c-faq01__head::after {
  content: "";
  background: rgb(var(--color-grayscale-900));
  border-radius: 10px;
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 18px;
  height: 2px;
  width: 20px;
  transition: all 0.3s ease;
}

.c-faq01__head::before {
  transform: rotate(-90deg);
}

.c-faq01__con {
  box-sizing: border-box;
  border-top: 2px solid rgb(var(--color-grayscale-900));
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 18px;
}

.c-faq01__con .c-faq01__ico {
  background: rgb(var(--color-blue05));
  margin: 16px 0 18px;
}

.c-faq01__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 18px;
  min-height: 35px;
}

@media (min-width: 768px) {
  .c-faq01 {
    border-radius: 20px;
  }
  .c-faq01__ico {
    border-radius: 10px;
    font-size: 2rem;
    height: 40px;
    width: 40px;
  }
  .c-faq01__head {
    gap: 15px;
    font-size: 2.3rem;
    padding: 28px 80px 28px 28px;
  }
  .c-faq01__head::before, .c-faq01__head::after {
    right: 28px;
    height: 4px;
    width: 32px;
  }
  .c-faq01__con {
    gap: 15px;
    padding: 0 28px;
  }
  .c-faq01__con .c-faq01__ico {
    margin: 28px 0;
  }
  .c-faq01__txt {
    padding: 28px 0;
    min-height: 40px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-faq01__head:hover {
    background: rgb(var(--color-pink03));
  }
}

.c-flow01 {
  display: grid;
  grid-template-columns: 100%;
  gap: 27px;
}

.c-flow01__item {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  position: relative;
}

.c-flow01__item:nth-child(3n+1) {
  --svg-fukidashi-color: rgb(var(--color-pink04));
}

.c-flow01__item:nth-child(3n+2) {
  --svg-fukidashi-color: rgb(var(--color-blue02));
}

.c-flow01__item:nth-child(3n) {
  --svg-fukidashi-color: rgb(var(--color-yellow02));
}

.c-flow01__item + .c-flow01__item::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 15'%3E%3Cpath d='M12.5 15L0 0h25z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/cover;
  display: block;
  height: 15px;
  width: 25px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.c-flow01__area-img {
  position: relative;
}

.c-flow01__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 35px;
  width: 35px;
  position: absolute;
  left: -10px;
  z-index: 1;
}

.c-flow01__num-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: drop-shadow(var(--shadow_btn));
}

.c-flow01__num-bg svg {
  display: block;
}

.c-flow01__img {
  aspect-ratio: 1;
  box-sizing: border-box;
  background: rgb(var(--color-yellow01));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 110px;
}

.c-flow01__img img {
  width: 60px;
}

.c-flow01__area-txt {
  flex: 1;
}

.c-flow01__head {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  margin-bottom: 5px;
}

.c-flow01__txt {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .c-flow01 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .c-flow01__item {
    border-radius: 20px;
    flex-direction: column;
    padding: 28px;
  }
  .c-flow01__item + .c-flow01__item::before {
    height: 20px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: -36px;
    transform: translate(0, -50%) rotate(-90deg);
  }
  .c-flow01__num {
    font-size: 1.8rem;
    height: 50px;
    width: 50px;
    left: -20px;
  }
  .c-flow01__img {
    width: 150px;
  }
  .c-flow01__img img {
    width: 80px;
  }
  .c-flow01__area-txt {
    flex: 1;
  }
  .c-flow01__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.3rem;
    margin-bottom: 8px;
    min-height: 70px;
    text-align: center;
  }
  .c-flow01__txt {
    font-size: 1.4rem;
  }
}

.mw_wp_form_input .c-form-flow__item:nth-child(1), .is-input .c-form-flow__item:nth-child(1) {
  color: rgb(var(--color-accent01));
}

.mw_wp_form_input .c-form-flow__item:nth-child(1)::before, .is-input .c-form-flow__item:nth-child(1)::before {
  background: rgb(var(--color-accent01));
}

.c-form.is-default th .c-form-note {
  font-size: 1.3rem;
  line-height: var(--line-height_base);
  letter-spacing: var(--letter-spacing_base);
  margin-top: 12px;
}

@media (min-width: 768px) {
  .c-form.is-default th .c-form-note {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}

.c-form.is-default table:first-child tr:first-child th {
  padding-top: 0;
}

.c-form.is-default th, .c-form.is-default td {
  box-sizing: border-box;
  border-color: rgb(var(--color-grayscale-500));
  border-style: solid;
  border-width: 0;
  padding: 12px 0 25px;
}

.c-form.is-default th {
  padding: 25px 0 0;
  font-size: 1.7rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  text-align: left;
}

.c-form.is-default th > span {
  display: flex;
  align-items: center;
}

.c-form.is-default input[type=file] {
  max-width: 100%;
}

@media (max-width: 767px) {
  .c-form.is-default table, .c-form.is-default thead, .c-form.is-default tbody, .c-form.is-default tr, .c-form.is-default th, .c-form.is-default td {
    display: block;
  }
  .c-form.is-default td {
    border-bottom-width: 1px;
  }
  .c-form.is-default tr:last-child td {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-form.is-default table:first-child tr:first-child th, .c-form.is-default table:first-child tr:first-child td {
    padding-top: 0;
  }
  .c-form.is-default th, .c-form.is-default td {
    border-width: 1px 0;
    vertical-align: middle;
  }
  .c-form.is-default th {
    font-size: 2.3rem;
    font-feature-settings: "palt" 1;
    padding: 35px 0;
    width: 320px;
  }
  .c-form.is-default td {
    padding: 30px 0 30px 40px;
  }
  .c-form.is-default tr:first-child th, .c-form.is-default tr:first-child td {
    border-top-width: 0;
  }
  .c-form.is-default tr:last-child th, .c-form.is-default tr:last-child td {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

.c-head01 {
  margin-bottom: 30px;
}

.c-head01__sub {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  margin-bottom: 9px;
  padding: 4px 13px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-head01__sub::before {
  content: "";
  box-sizing: border-box;
  background: rgb(var(--color-pink05));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 5px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.c-head01__head {
  color: rgb(var(--color-grayscale-100));
  font-size: 3.4rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  filter: url(#filter-outline);
  text-shadow: var(--shadow_tit);
}

@media (min-width: 768px) {
  .c-head01__sub {
    border-radius: 10px;
    font-size: 2.6rem;
    margin-bottom: 6px;
    padding: 8px 16px;
  }
  .c-head01__sub::before {
    border-radius: 10px;
    right: -8px;
    bottom: -8px;
  }
  .c-head01__head {
    font-size: 7.4rem;
  }
}

.c-head01.is-small {
  margin-bottom: 20px;
}

.c-head01.is-small .c-head01__sub {
  font-size: 1.4rem;
}

.c-head01.is-small .c-head01__head {
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  .c-head01.is-small .c-head01__sub {
    font-size: 2rem;
  }
  .c-head01.is-small .c-head01__head {
    font-size: 5.8rem;
  }
}

.c-head01.is-center .c-head01__sub {
  margin-inline: auto;
}

.c-head01.is-center .c-head01__head {
  text-align: center;
}

@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(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes c-modal01-slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.c-note01 {
  color: rgb(var(--color-grayscale-800));
  font-size: 1.3rem;
  margin-top: 10px;
}

.c-note01 + .c-note01 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-note01 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.l-footer {
  background: #f4f9f5;
  border-top: 2px solid rgb(var(--color-grayscale-900));
  position: relative;
}

.l-footer__inner {
  padding: 40px var(--body_padding_side);
}

@media (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.l-footer-bottom {
  margin-top: 30px;
  text-align: center;
}

.l-footer-bottom__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: underline !important;
}

.l-footer-bottom__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.33 1.33h5.33v5.33H5.33V1.33ZM4 8h8V0H4v8Z"/><path d="M0 4v8h8V9.34H6.67v1.33H1.33V5.34h1.33V4.01H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M5.33 1.33h5.33v5.33H5.33V1.33ZM4 8h8V0H4v8Z"/><path d="M0 4v8h8V9.34H6.67v1.33H1.33V5.34h1.33V4.01H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  margin: 0 0 0 8px;
}

.l-footer-bottom__cr {
  margin: 30px;
  color: rgb(var(--color-grayscale-800));
  text-align: center;
}

@media (min-width: 768px) {
  .l-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 25px;
  }
  .l-footer-bottom__link {
    margin: 0;
    font-size: 1.4rem;
  }
  .l-footer-bottom__cr {
    margin: 0;
    text-align: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-bottom__link:hover {
    text-decoration: none !important;
  }
}

.l-footer-info-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.l-footer-info-sns__item-in {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  box-shadow: var(--shadow_btn);
  display: grid;
  place-items: center;
  height: 60px;
  width: 60px;
  transition: all 0.3s ease;
}

.l-footer-info-sns__item-in img {
  width: 25px;
}

@media (min-width: 768px) {
  .l-footer-info {
    width: 280px;
  }
  .l-footer-info__logo {
    margin: 0 0 40px;
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-info-sns__item-in:hover {
    box-shadow: none;
    transform: translate(2px, 2px);
  }
}

.l-footer-nav {
  margin-top: 40px;
}

.l-footer-nav-list__item {
  text-align: center;
}

.l-footer-nav-list__item + .l-footer-nav-list__item {
  margin-top: 20px;
}

.l-footer-nav-list__item-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  border: 0;
  font-size: 1.6rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  padding: 0;
}

.l-footer-nav-list__item-ico {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  box-shadow: var(--shadow_btn);
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.l-footer-nav-list__item-ico::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, -1);
}

.l-footer-nav-btn__wrap {
  margin-top: 30px;
}

.l-footer-nav-btn {
  width: 275px;
}

.l-footer-nav-btn + .l-footer-nav-btn {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .l-footer-nav {
    margin-top: 0;
  }
  .l-footer-nav-list {
    display: flex;
    justify-content: flex-end;
  }
  .l-footer-nav-list__item + .l-footer-nav-list__item {
    margin: 0 0 0 20px;
  }
  .l-footer-nav-list__item-link {
    font-size: 1.4rem;
  }
  .l-footer-nav-list__item-ico {
    box-sizing: border-box;
    background: rgb(var(--color-grayscale-100));
    border: 2px solid rgb(var(--color-grayscale-900));
    border-radius: 50%;
    box-shadow: var(--shadow_btn);
    height: 30px;
    width: 30px;
    position: relative;
    transition: all 0.3s ease;
  }
  .l-footer-nav-list__item-ico::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, -1);
  }
  .l-footer-nav-btn__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
  }
  .l-footer-nav-btn {
    margin: 0;
    width: 220px;
  }
  .l-footer-nav-btn + .l-footer-nav-btn {
    margin: 0 0 0 5px;
  }
  .l-footer-nav-btn__in {
    font-size: 1.4rem;
    min-height: 60px;
    padding: 10px 13px 10px 18px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-nav-list__item-link:hover .l-footer-nav-list__item-ico {
    background: rgb(var(--color-yellow02));
    box-shadow: none;
    transform: translate(2px, 0);
  }
}

.l-footer-page-top {
  position: absolute;
  right: 25px;
  top: -26px;
  z-index: 20;
}

.l-footer-page-top__link {
  box-sizing: border-box;
  background: rgb(var(--color-pink01));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  box-shadow: var(--shadow_btn);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 45px;
  width: 45px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 200%;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.l-footer-page-top__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, -1);
}

@media (min-width: 768px) {
  .l-footer-page-top {
    right: 50px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-page-top__link:hover {
    box-shadow: none;
    transform: translate(2px, 2px);
  }
}

.l-header {
  box-sizing: border-box;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  transition: all 0.3s ease;
}

.l-header:not(.is-nav-open) {
  --svg-logo01_color1: #fff;
  --svg-logo01_color2: #fff;
}

.l-header.is-sticky {
  background: rgb(var(--color-pink03));
}

.l-header:not(.is-nav-open).is-scroll-down {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 30px 50px;
    min-width: var(--contents_width_with_padding);
  }
}

@media (min-width: 768px) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}

.l-header-info {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  height: var(--header_height);
  padding: 12px 20px;
}

.l-header-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.l-header-info__logo {
  width: 144px;
}

.l-header-info__logo svg {
  display: block;
}

@media (min-width: 768px) {
  .l-header-info {
    position: static;
    height: auto;
    flex-shrink: 0;
    padding: 0;
  }
  .l-header-info__logo {
    width: 239px;
  }
}

.l-nav-btn {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid;
  border-radius: 50%;
  box-shadow: var(--shadow_btn);
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.l-nav-btn__line {
  position: absolute;
  left: 12px;
  width: 18px;
  height: 2px;
  content: "";
  background: rgb(var(--color-grayscale-900));
  transition: all 0.3s ease;
}

.l-nav-btn__line:nth-child(1) {
  top: 14px;
}

.l-nav-btn__line:nth-child(2) {
  top: 20px;
}

.l-nav-btn__line:nth-child(3) {
  top: 26px;
}

.l-nav-btn.is-open .l-nav-btn__line {
  top: 20px;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  transform: rotate(-45deg);
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  transform: rotate(45deg);
}

.l-nav-btn__txt {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.l-nav {
  background: rgb(var(--color-grayscale-100));
  box-sizing: border-box;
  height: 100vh;
  padding: calc(var(--header_height) + 30px) 25px 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 320px;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .l-nav {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (min-width: 768px) {
  .l-nav {
    background: transparent;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: auto;
    min-width: auto;
    padding: 0;
  }
}

.l-nav-list__item {
  text-align: center;
}

.l-nav-list__item + .l-nav-list__item {
  margin-top: 20px;
}

.l-nav-list__item-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  border: 0;
  font-size: 1.6rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  padding: 0;
}

.l-nav-list__item-ico {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  box-shadow: var(--shadow_btn);
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.l-nav-list__item-ico::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 11"><path d="m7.95 5.44-2.7 2.7V0h-1.5v8.14l-2.7-2.7L0 6.49l4.5 4.5L9 6.49 7.95 5.44z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .l-nav-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .l-nav-list__item + .l-nav-list__item {
    margin: 0 0 0 20px;
  }
  .l-nav-list__item-link {
    font-size: clamp(1.1rem, 0.527rem + 0.455vw, 1.4rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-link:hover .l-nav-list__item-ico {
    background: rgb(var(--color-yellow02));
    box-shadow: none;
    transform: translate(2px, 0);
  }
}

.l-nav-link {
  margin-top: 30px;
}

.l-nav-link__btn {
  width: 275px;
}

.l-nav-link__btn + .l-nav-link__btn {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .l-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 35px;
  }
  .l-nav-link__btn {
    margin: 0;
    width: clamp(190px, 11.46vw, 220px);
  }
  .l-nav-link__btn + .l-nav-link__btn {
    margin: 0 0 0 5px;
  }
  .l-nav-link__btn-in {
    font-size: clamp(1.1rem, 0.527rem + 0.455vw, 1.4rem);
    min-height: 60px;
    padding: 10px 13px 10px 18px;
  }
}

.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.l-main-img {
  position: relative;
}

.l-main-img:not(.is-animated) .l-main-img__copy {
  opacity: 0;
}

.l-main-img:not(.is-animated) .l-main-img__btn {
  opacity: 0;
}

.l-main-img:not(.is-animated) .l-main-img__catalog {
  opacity: 0;
}

.l-main-img.is-animated .l-main-img__copy {
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
  animation: animPopup 1.6s;
}

.l-main-img.is-animated .l-main-img__btn {
  transition-delay: 1.8s;
}

.l-main-img.is-animated .l-main-img__catalog {
  transition-delay: 2.1s;
}

.l-main-img__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.l-main-img__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.l-main-img__bg::before {
  content: "";
  background: var(--color-gradient01);
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1200px;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.l-main-img__bg::after {
  content: "";
  background: var(--color-gradient02);
  position: absolute;
  left: 0;
  bottom: -443px;
  height: 658px;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.l-main-img__inner {
  overflow: hidden;
  padding: 60px 25px 42px;
  position: relative;
}

.l-main-img__img {
  position: relative;
}

.l-main-img__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-main-img__img-deco {
  position: absolute;
}

.l-main-img__img-deco svg {
  display: block;
  height: 100%;
  width: 100%;
}

.l-main-img__img-deco.is-item01 {
  left: 10.3%;
  bottom: 10%;
  width: 6.15%;
  width: 6.1538461538%;
}

.l-main-img__img-deco.is-item02 {
  top: 23.4%;
  right: 8.4%;
  width: 7.3846153846%;
}

.l-main-img__img-deco.is-item03 {
  right: 12%;
  bottom: 6%;
  width: 8.9230769231%;
}

.l-main-img__area-txt {
  margin-top: 9px;
  position: relative;
}

.l-main-img__copy {
  margin: 0 0 0 -5px;
  width: 80vw;
}

.l-main-img__btn {
  transition: opacity 0.3s ease;
  margin-top: 18px;
}

.l-main-img__catalog {
  transition: opacity 0.3s ease;
  position: absolute;
  right: -32px;
  bottom: 128px;
  width: 44vw;
  max-width: 300px;
}

@media (max-width: 767px) {
  .l-main-img__btn-in {
    font-size: 1.7rem;
    min-height: 70px;
  }
}

@media (min-width: 768px) {
  .l-main-img__bg::before {
    bottom: -698px;
  }
  .l-main-img__bg::after {
    bottom: -698px;
    height: 1007px;
  }
  .l-main-img__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    padding: 150px 50px 126px;
    max-width: 1920px;
  }
  .l-main-img__img {
    margin-left: -5.1vw;
    margin-right: 70px;
    width: 54.3vw;
  }
  .l-main-img__img-deco.is-item01 {
    left: 11%;
    bottom: 7%;
    width: 5.95%;
  }
  .l-main-img__img-deco.is-item02 {
    top: 23%;
    right: -5%;
    width: 7.1%;
  }
  .l-main-img__img-deco.is-item03 {
    right: 39.8%;
    bottom: -4.5%;
    width: 6.72%;
  }
  .l-main-img__area-txt {
    margin-top: 30px;
  }
  .l-main-img__copy {
    margin: 0 0 0 7px;
    width: 41.6vw;
  }
  .l-main-img__catalog {
    right: 50px;
    bottom: 80px;
    width: 15.6vw;
    max-width: 300px;
  }
  .l-main-img__btn {
    margin-top: 30px;
    margin: 30px 0 0 3.6vw;
    width: 380px;
  }
}

.js-c-anime-elem.is-animated[data-anime=fadein-up], .js-c-anime-elem.is-animated [data-anime=fadein-up] {
  opacity: 1;
  transform: translateY(0);
}

.js-c-anime-elem.is-animated[data-anime=fadein-left], .js-c-anime-elem.is-animated [data-anime=fadein-left] {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem.is-animated[data-anime=fadein-right], .js-c-anime-elem.is-animated [data-anime=fadein-right] {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem.is-animated[data-anime=bounce], .js-c-anime-elem.is-animated [data-anime=bounce] {
  animation: animBounce 1.2s ease;
  opacity: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.home-intro {
  padding-top: 20px;
  position: relative;
}

.home-intro__inner {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.home-intro__head {
  padding-inline: var(--body_padding_side);
}

.home-intro-set {
  margin: 0 auto;
  max-width: 325px;
  position: relative;
}

.home-intro-set + .home-intro-set {
  margin-top: 38px;
}

.home-intro-set.is-item01 .home-intro-set__img {
  margin: 0 0 0 5.9%;
  width: 84.6153846154%;
}

.home-intro-set.is-item01 .home-intro-set__area-txt::before, .home-intro-set.is-item01 .home-intro-set__area-txt::after {
  background: rgb(var(--color-pink01));
}

.home-intro-set.is-item01 .home-intro-set__ico {
  right: -2%;
  bottom: -26%;
  width: 110px;
}

.home-intro-set.is-item02 .home-intro-set__img {
  margin: 0 4.6% 0 auto;
  width: 76.9230769231%;
}

.home-intro-set.is-item02 .home-intro-set__area-txt::before, .home-intro-set.is-item02 .home-intro-set__area-txt::after {
  background: rgb(var(--color-blue01));
}

.home-intro-set.is-item02 .home-intro-set__ico {
  animation: animSwingReverse 5s steps(1, start) infinite;
  right: 4%;
  bottom: -10%;
  width: 84px;
}

.home-intro-set.is-item03 .home-intro-set__img {
  margin: 0 auto;
  width: 83.1%;
  width: 83.0769230769%;
}

.home-intro-set.is-item03 .home-intro-set__area-txt::before, .home-intro-set.is-item03 .home-intro-set__area-txt::after {
  background: rgb(var(--color-yellow01));
}

.home-intro-set.is-item03 .home-intro-set__ico {
  right: 4%;
  bottom: -13%;
  width: 78px;
}

.home-intro-set__img {
  box-sizing: border-box;
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
}

.home-intro-set__area-txt {
  box-sizing: border-box;
  background: rgb(var(--color-grayscale-100));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  margin-top: -16px;
  padding: 28px 18px 23px;
  position: relative;
}

.home-intro-set__area-txt::before, .home-intro-set__area-txt::after {
  content: "";
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  position: absolute;
  right: -8px;
  bottom: -8px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.home-intro-set__area-txt::before {
  right: -14px;
  bottom: -14px;
}

.home-intro-set__head {
  position: absolute;
  left: 8px;
  top: 16px;
  right: 0;
  transform: translateY(-100%);
}

.home-intro-set__head-in {
  box-sizing: border-box;
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 2rem;
  font-weight: var(--font_weight_bold);
  line-height: 2;
  letter-spacing: var(--letter-spacing_sm);
  padding: 5px 8px;
}

.home-intro-set__txt {
  font-size: 1.5rem;
}

.home-intro-set__ico {
  position: absolute;
  animation: animSwing 5s steps(1, start) infinite;
}

@media (min-width: 768px) {
  .home-intro {
    padding-top: 52px;
  }
  .home-intro__bg01 {
    top: 76px;
  }
  .home-intro__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-intro-set {
    width: 46.8253968254%;
    max-width: 100%;
  }
  .home-intro-set + .home-intro-set {
    margin-top: 0;
  }
  .home-intro-set.is-item01 {
    margin: 0 0 auto 0;
  }
  .home-intro-set.is-item01 .home-intro-set__img {
    margin: 0 0 0 5%;
    width: 93.2203389831%;
  }
  .home-intro-set.is-item01 .home-intro-set__area-txt {
    margin-top: -116px;
    padding-right: 28%;
  }
  .home-intro-set.is-item01 .home-intro-set__ico {
    right: 0;
    bottom: 10%;
    width: 30%;
  }
  .home-intro-set.is-item02 {
    margin: -514px 1.6% 0 auto;
  }
  .home-intro-set.is-item02 .home-intro-set__img {
    margin: 0 9.3% 0 auto;
    width: 77.9661016949%;
  }
  .home-intro-set.is-item02 .home-intro-set__area-txt {
    margin-top: -66px;
  }
  .home-intro-set.is-item02 .home-intro-set__ico {
    right: 5%;
    bottom: -22%;
    width: 25.593220339%;
  }
  .home-intro-set.is-item03 {
    display: flex;
    align-items: center;
    margin: -56px auto 0;
    width: 100%;
    max-width: 1100px;
  }
  .home-intro-set.is-item03 .home-intro-set__img {
    margin: 0 -3.7% 0 0;
    width: auto;
    flex: 1;
  }
  .home-intro-set.is-item03 .home-intro-set__area-txt {
    margin: 15% 20px 0 0;
    width: 53.63%;
    width: 53.6363636364%;
  }
  .home-intro-set.is-item03 .home-intro-set__ico {
    right: 7%;
    bottom: -22%;
    width: 16.6101694915%;
  }
  .home-intro-set__area-txt {
    border-radius: 20px;
    margin-top: 0;
    padding: 48px 38px 38px;
  }
  .home-intro-set__area-txt::before, .home-intro-set__area-txt::after {
    border-radius: 20px;
    right: -12px;
    bottom: -12px;
  }
  .home-intro-set__area-txt::before {
    right: -22px;
    bottom: -22px;
  }
  .home-intro-set__head {
    left: 18px;
    top: 30px;
    transform: translateY(-100%);
  }
  .home-intro-set__head-in {
    border-radius: 20px;
    font-size: 3.2rem;
    padding: 8px 18px;
  }
  .home-intro-set__txt {
    font-size: 1.8rem;
  }
}

.home-step-complete__img.is-item02 {
  position: absolute;
  top: 30%;
  left: -3%;
  width: 26.8852459016%;
}

.home-step-complete__img.is-item03 {
  position: absolute;
  top: 55%;
  right: -3%;
  width: 27.868852459%;
}

@media (min-width: 768px) {
  .home-step-wrap {
    margin-top: -170px;
    padding-top: 270px;
  }
  .home-step-sec + .home-step-sec {
    margin-top: 100px;
  }
  .home-step-sec.is-step02 .home-step-sec-head__step::before {
    background-color: rgb(var(--color-yellow03));
  }
  .home-step-sec.is-step03 .home-step-sec-head__step::before {
    background-color: rgb(var(--color-blue04));
  }
  .home-step-sec-head {
    gap: 21px;
    margin-bottom: 97px;
  }
  .home-step-sec-head__step {
    font-size: 1.8rem;
    width: 90px;
  }
  .home-step-sec-head__step-num {
    font-size: 3.2rem;
  }
  .home-step-sec-head__txt {
    font-size: 5.8rem;
  }
  .home-step-complete {
    margin-top: 100px;
  }
  .home-step-complete__bg {
    border-radius: 60px;
  }
  .home-step-complete__inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home-step-complete__area-img {
    margin: 0 auto 60px;
    width: 65.873015873%;
    max-width: 830px;
  }
  .home-step-complete__img.is-item02 {
    top: 30.3%;
    left: -21.1%;
    width: 36.1445783133%;
  }
  .home-step-complete__img.is-item03 {
    top: 46%;
    right: -21%;
    width: 37.3493975904%;
  }
  .home-step-complete__head {
    bottom: 1.5%;
    left: -1.5%;
    width: 51.5662650602%;
  }
  .home-step-complete__bnr-ico {
    right: 80px;
    bottom: 63px;
    height: 80px;
    width: 80px;
  }
  .home-step-complete__bnr-ico::before {
    height: 20px;
    width: 16px;
  }
}

.home-product__loop.is-item01 {
  top: 192px;
  transform: rotate(-20deg);
}

.home-product__loop.is-item02 {
  top: 350px;
  transform: rotate(10deg);
}

.home-product__loop.is-item03 {
  top: 820px;
  transform: rotate(-10deg);
}

@media (min-width: 768px) {
  .home-product__loop.is-item01 {
    top: 438px;
  }
  .home-product__loop.is-item02 {
    top: 446px;
  }
  .home-product__loop.is-item03 {
    top: 1584px;
  }
  .home-product-tab {
    justify-content: flex-end;
    margin: -77px 40px -2px 0;
    width: auto;
  }
  .home-product-set {
    border-radius: 20px;
    padding: 38px;
  }
  .home-product-set + .home-product-set {
    margin-top: 20px;
  }
  .home-product-set-info {
    display: grid;
    grid-template-columns: 48.7288135593% 1fr;
    gap: 30px;
  }
  .home-product-set-info__area-txt {
    margin-top: 27px;
  }
  .home-product-set-info__label {
    font-size: 1.8rem;
    padding: 8px 10px;
  }
  .home-product-set-info__head {
    font-size: 4.1rem;
    margin-bottom: 15px;
  }
  .home-product-set-info__txt {
    font-size: 1.8rem;
  }
  .home-product-set-info__tag {
    gap: 7px;
    margin-top: 20px;
  }
  .home-product-set-info__tag-item {
    font-size: 1.4rem;
    padding: 6px 18px;
  }
  .home-product-set-detail {
    margin: 25px -20px -20px;
  }
  .home-product-set-detail__con {
    padding: 0 20px;
  }
  .home-product-set-detail__area-img {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.home-benefit__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-benefit-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}

.home-benefit-list:not(:last-of-type) {
  margin-bottom: 15px;
}

.home-benefit-list.type-ticket {
  grid-template-columns: 1fr;
  gap: 0;
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  overflow: hidden;
}

.home-benefit-list__item {
  box-sizing: border-box;
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 10px;
  padding: 23px 18px;
}

.home-benefit-list__item.type-ticket {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 23px 18px;  
}

.home-benefit-list__item.type-ticket:nth-child(2){
  position: relative;
  padding: 23px 18px 0; 
}

.home-benefit-list__item.type-ticket:nth-child(2)::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;  
  transform: translateX(-50%);
  width: 90%;
  height: 0;
  border-top: 6px dotted rgb(var(--color-grayscale-800));
}

.home-benefit-list__item.type-ticket:nth-child(3){
  padding: 0 23px 18px;
}

.home-benefit-list__item.is-item01 .home-benefit-list__txt {
  font-size: 2.1rem;
}

.home-benefit-list__item.is-item01 .home-benefit-list__txt-label {
  font-size: 1.1rem;
  margin-right: 5px;
  width: 60px;
}

.home-benefit-list__item.is-item01 .home-benefit-list__txt-label em {
  font-size: 1.4rem;
}

.home-benefit-list__item.is-item01 .home-benefit-list__txt-num {
  font-size: 5.8rem;
}

.home-benefit-list__item.is-item02 .home-benefit-list__txt {
  font-size: 2.1rem;
}

.home-benefit-list__item.is-item02 .home-benefit-list__txt-label {
  font-size: 1.1rem;
  margin-right: 5px;
  width: 60px;
}

.home-benefit-list__item.is-item02 .home-benefit-list__txt-label em {
  font-size: 1.4rem;
}

.home-benefit-list__item.is-item02 .home-benefit-list__txt-num {
  font-size: 5.8rem;
}

.home-benefit-list__item.is-item03 .home-benefit-list__txt {
  font-size: 1.6rem;
  gap: 0 10px;
}

.home-benefit-list__item.is-item03 .home-benefit-list__txt-label {
  font-size: 1.1rem;
  margin-right: 2px;
  width: 60px;
}

.home-benefit-list__item.is-item03 .home-benefit-list__txt-label em {
  font-size: 1.4rem;
}

.home-benefit-list__item.is-item03 .home-benefit-list__txt-num {
  font-size: 4.7rem;
}

.home-benefit-list__area-head {
  border-bottom: 2px dashed;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.home-benefit-list__head {
  margin-bottom: 10px;
  position: relative;
}

.home-benefit-list__head::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 180px;
  width: 180px;
}

.home-benefit-list__head img {
  height: 70px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-benefit-list__lead {
  font-size: 1.5rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  text-align: center;
}

.home-benefit-list__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
}

.home-benefit-list__txt + .home-benefit-list__txt {
  margin-top: 9px;
}

.home-benefit-list__txt-in {
  display: inline-flex;
  align-items: baseline;
}

.home-benefit-list__txt-label {
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
  text-align: center;
}

.home-benefit-list__txt-label em {
  font-weight: inherit;
  font-style: normal;
}

.home-benefit-list__txt-num {
  font-style: normal;
}

@media (max-width: 767px) {
  .home-benefit__inner {
    margin-inline: auto;
    max-width: 512px;
  }
}

@media (min-width: 768px) {
  .home-benefit__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-benefit-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  .home-benefit-list.type-ticket {
    grid-template-columns: repeat(2, 1fr);
    width: 82%;
    margin: 0 auto;
  }
  .home-benefit-list__item.type-ticket {
    padding: 23px 18px 0;  
  }
  .home-benefit-list__item.type-ticket:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 90%;
    border-top: none;
    border-left: 6px dotted rgb(var(--color-grayscale-800));
  }
  .home-benefit-list__item.type-ticket:nth-child(3){
    grid-column: 1 / 3;
  }
  .home-benefit-list:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .home-benefit-list__item {
    border-radius: 20px;
    padding: 38px 28px 28px;
  }
  .home-benefit-list__item.is-item01 .home-benefit-list__txt {
    font-size: 3.2rem;
  }
  .home-benefit-list__item.is-item01 .home-benefit-list__txt-label {
    width: 70px;
  }
  .home-benefit-list__item.is-item01 .home-benefit-list__txt-label em {
    font-size: 1.6rem;
  }
  .home-benefit-list__item.is-item01 .home-benefit-list__txt-num {
    font-size: 7.4rem;
  }
  .home-benefit-list__item.is-item02 .home-benefit-list__txt {
    font-size: 3.2rem;
  }
  .home-benefit-list__item.is-item02 .home-benefit-list__txt-label {
    width: 70px;
  }
  .home-benefit-list__item.is-item02 .home-benefit-list__txt-label em {
    font-size: 1.6rem;
  }
  .home-benefit-list__item.is-item02 .home-benefit-list__txt-num {
    font-size: 7.4rem;
  }
  .home-benefit-list__item.is-item03 .home-benefit-list__txt {
    font-size: 2rem;
    gap: 0 12px;
  }
  .home-benefit-list__item.is-item03.c-bg-yellow01 .home-benefit-list__txt{
    font-size: 1.6rem;
  }
  .home-benefit-list__item.is-item03 .home-benefit-list__txt-label {
    font-size: 1rem;
    margin-right: 4px;
  }
  .home-benefit-list__item.is-item03 .home-benefit-list__txt-num {
    font-size: 5.2rem;
  }
  .home-benefit-list__area-head {
    margin-bottom: 25px;
    padding-bottom: 18px;
  }
  .home-benefit-list__head {
    margin-bottom: 16px;
  }
  .home-benefit-list__head img {
    height: 94px;
  }
  .home-benefit-list__lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(1.6rem, 1.218rem + 0.303vw, 1.8rem);
    min-height: 54px;
  }
  .home-benefit-list__area-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 134px;
  }
}

.home-flow__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .home-flow__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.home-faq__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.home-faq__bg.is-item01 {
  top: 25px;
  right: 40px;
  width: 125px;
}

.home-faq__bg.is-item02 {
  bottom: 15px;
  left: 30px;
  width: 90px;
}

@media (min-width: 768px) {
  .home-faq__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-faq__bg {
    display: block;
    position: absolute;
  }
  .home-faq__bg.is-item01 {
    inset: 183px auto auto -128px;
    width: 106px;
  }
  .home-faq__bg.is-item02 {
    inset: 117px -104px auto auto;
    width: 210px;
  }
}

.home-order__inner {
  padding-top: 50px;
}

.home-order-set-head {
  display: flex;
  align-items: center;
}

.home-order-set-head.is-yellow .home-order-set-head__step::before {
  background: rgb(var(--color-yellow03));
}

.home-order-set-head.is-yellow .home-order-set-head__txt {
  background: rgb(var(--color-yellow01));
}

.home-order-set-head.is-blue .home-order-set-head__step::before {
  background: rgb(var(--color-blue04));
}

.home-order-set-head.is-blue .home-order-set-head__txt {
  background: rgb(var(--color-blue01));
}

.home-order-set-head.is-gray .home-order-set-head__step::before {
  background: rgb(var(--color-grayscale-800));
}

.home-order-set-head.is-gray .home-order-set-head__txt {
  background: rgb(var(--color-grayscale-200));
}

@media (min-width: 768px) {
  .home-order__inner {
    padding-top: 100px;
  }
  .home-order-sec__inner {
    padding-top: 100px;
  }
  .home-order-sec__inner.has-pb {
    padding-bottom: 100px;
  }
  .home-order-sec__con {
    border-radius: 20px;
    padding: 78px;
  }
  .home-order-set + .home-order-set {
    border-top: 0;
    margin-top: 30px;
    padding-top: 0;
  }
  .home-order-set-head {
    display: flex;
    align-items: center;
  }
  .home-order-set-head__step {
    font-size: 1.8rem;
    margin-bottom: 6px;
    width: 90px;
  }
  .home-order-set-head__step::before {
    right: -6px;
    bottom: -6px;
  }
  .home-order-set-head__step-num {
    font-size: 3.2rem;
  }
  .home-order-set-head__txt {
    border-radius: 20px;
    font-size: 2.6rem;
    margin-left: -66px;
    padding: 12px 86px;
  }
}

.home-order-bg {
  background: var(--color-gradient04);
  position: relative;
  z-index: 1;
}

.home-order-bg::before {
  content: "";
  background: url(../img/common/bg_pattern03.png) repeat top center;
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.home-order-bg::after {
  content: "";
  background: var(--color-gradient03);
  position: absolute;
  top: 0;
  left: 0;
  height: 1490px;
  width: 100%;
  pointer-events: none;
  z-index: -2;
}

.home-order-bg__loop.is-item01 {
  top: 238px;
  transform: rotate(-20deg);
}

.home-order-bg__loop.is-item02 {
  top: 406px;
  transform: rotate(10deg);
}

.home-order-bg__loop.is-item03 {
  top: 1196px;
  transform: rotate(-10deg);
}

@media (min-width: 768px) {
  .home-order-bg__loop.is-item01 {
    top: 918px;
  }
  .home-order-bg__loop.is-item02 {
    top: 1130px;
  }
  .home-order-bg__loop.is-item03 {
    top: 2790px;
  }
}

@keyframes toggleBgRotate {
  100% {
    transform: rotate(1turn);
  }
}

.home-order-product {
  position: relative;
}

.home-order-product:not(.is-fixed) .home-order-product__btn {
  display: none;
}

.home-order-product:not(.is-fixed) .home-order-product__toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-order-product.is-fixed {
  background: rgb(var(--color-grayscale-100));
  position: fixed;
  height: 50vh;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 100;
}

.home-order-product.is-fixed .home-order-product__inner {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-order-product.is-fixed .home-order-product__head {
  display: none;
}

.home-order-product.is-fixed .home-order-sec__con {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.home-order-product.is-open {
  transform: translateY(0);
  transition: all 0.3s ease;
}

.home-order-product__toggle {
  box-sizing: border-box;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 27px 50px 17px;
  height: 74px;
  width: 296px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
}

.home-order-product__toggle.is-open .home-order-product__toggle-ico {
  background: rgb(var(--color-blue02));
}

.home-order-product__toggle.is-open .home-order-product__toggle-ico::after {
  transform: translate(-50%, -50%) rotate(0);
}

.home-order-product__toggle-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.home-order-product__toggle-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-order-product__toggle-img {
  pointer-events: none;
  position: absolute;
}

.home-order-product__toggle-img.is-item01 {
  top: 19px;
  left: -10px;
  width: 59px;
}

.home-order-product__toggle-img.is-item02 {
  top: -10px;
  right: -22px;
  width: 75px;
}

.home-order-product__toggle-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-order-product__toggle-txt {
  display: block;
  font-size: 1.7rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line-height_sm);
  letter-spacing: var(--letter-spacing_sm);
}

.home-order-product__toggle-ico {
  box-sizing: border-box;
  background: rgb(var(--color-pink02));
  border: 2px solid rgb(var(--color-grayscale-900));
  border-radius: 50%;
  display: block;
  margin-left: 6px;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.home-order-product__toggle-ico::before, .home-order-product__toggle-ico::after {
  content: "";
  background: rgb(var(--color-grayscale-900));
  border-radius: 50px;
  height: 2px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.home-order-product__toggle-ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-order-product__btn {
  margin-top: 50px;
}

.home-order-product__alert {
  margin: 20px 0;
  font-weight: 700;
  color: red;
}

@media (max-width: 767px) {
  .home-order-product__toggle-img.is-item01 {
    animation: animSwing 5s steps(1, start) infinite;
  }
  .home-order-product__toggle-img.is-item02 {
    animation: animSwingReverse 5s steps(1, start) infinite;
  }
}

@media (min-width: 768px) {
  .home-order-product__toggle {
    flex-direction: column;
    padding: 50px 50px 30px;
    left: 60px;
    top: -60px;
    transform: translate(0, -100%);
    height: 225px;
    width: 230px;
  }
  .home-order-product__toggle-bg {
    animation: toggleBgRotate 20s infinite linear;
  }
  .home-order-product__toggle-img {
    position: absolute;
  }
  .home-order-product__toggle-img.is-item01 {
    top: 21px;
    left: 8px;
    width: 67px;
  }
  .home-order-product__toggle-img.is-item02 {
    top: 71px;
    right: -14px;
    width: 96px;
  }
  .home-order-product__toggle-txt {
    font-size: 2.3rem;
    text-align: center;
  }
  .home-order-product__toggle-ico {
    margin: 6px 0 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .home-order-product__toggle:hover .home-order-product__toggle-bg {
    animation-play-state: paused;
  }
}

/* ============================================
   放課後LIVE ライバー募集LP - Custom CSS
   ============================================ */

/* ============================================
   放課後LIVE ライバー募集LP - Custom CSS
   ============================================ */

/* ------------------------------------------
   Header Logo Override
   ------------------------------------------ */
.hk-header-logo {
	height: 35px;
	width: auto;
	object-fit: contain;
}

.hk-footer-logo {
	height: 36px;
	width: auto;
	object-fit: contain;
}

/* ------------------------------------------
   HERO Section
   ------------------------------------------ */
.hk-hero {
	position: relative;
	overflow: hidden;
}

.hk-hero__bg {
	background: var(--hk-gradient);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hk-hero__inner {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 60px;
}

.hk-hero__img img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.hk-hero__area-txt {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 5px;
}

.hk-hero__logo-img {
	max-width: 360px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.hk-hero__catch {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--hk-white);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	margin-top: 12px;
	margin-bottom: 24px;
	line-height: 1.5;
}

.hk-cta-btn {
	margin-top: 16px;
}

.hk-cta-btn__in {
	background: #06c755 !important;
	border-color: #06c755 !important;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 16px 32px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(6, 199, 85, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}

.hk-cta-btn__in:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(6, 199, 85, 0.5);
}

.hk-hero__howto {
	text-align: center;
	margin-top: 20px;
}

.hk-hero__howto img {
	width: 140px;
	height: auto;
	transition: transform 0.3s;
}

.hk-hero__howto img:hover {
	transform: scale(1.05);
}

/* ------------------------------------------
   VOICES Section
   ------------------------------------------ */
.hk-voices {
	padding: 80px 0 60px;
	background: #f4f9f5;
}

.hk-voices__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hk-voices__slider {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 16px;
}

.hk-voices__slider::-webkit-scrollbar {
	display: none;
}

.hk-voices__card {
	flex: 0 0 300px;
	background: var(--hk-white);
	border: 2px solid rgb(var(--color-grayscale-900));
	border-radius: var(--hk-radius-lg);
	padding: 24px;
	scroll-snap-align: center;
}

.hk-voices__card-profile {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.hk-voices__card-avatar {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.hk-voices__card-info {
	flex: 1;
}

.hk-voices__card-label {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--hk-white);
	background: var(--hk-secondary);
	padding: 2px 10px;
	border-radius: 4px;
	margin-bottom: 4px;
}

.hk-voices__card-name {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--hk-text);
}

.hk-voices__card-achievement {
	background: var(--hk-secondary);
	color: var(--hk-text);
	font-size: 1.5rem;
	font-weight: 900;
	padding: 10px 16px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.hk-voices__card-achievement strong {
	font-size: 1.6rem;
}

.hk-voices__card-compare {
	margin-bottom: 16px;
}

.hk-voices__card-compare-row {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--hk-text);
}

.hk-voices__card-compare-row + .hk-voices__card-compare-row {
	margin-top: 8px;
}

.hk-voices__card-compare-row strong {
	font-size: 1.8rem;
}

.hk-voices__card-badge {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--hk-white);
	padding: 3px 12px;
	border-radius: 20px;
	flex-shrink: 0;
}

.hk-voices__card-badge--before {
	background: #aab4c0;
}

.hk-voices__card-badge--after {
	background: var(--hk-secondary);
}

.hk-voices__card-txt {
	font-size: 1.5rem;
	color: var(--hk-text-light);
	line-height: 1.7;
	border-left: 3px solid #e0e0e0;
	padding-left: 12px;
}

/* ------------------------------------------
   INTRO (ABOUT / INCOME / DREAM) Override
   ------------------------------------------ */
.hk-intro .home-intro-set__img {
	border-radius: 0 !important;
	border: none !important;
}

.hk-intro .home-intro-set__img img {
	border-radius: 0;
	width: 100%;
	height: auto;
}

.hk-intro .home-intro-set__ico img {
	border-radius: 0;
}

/* Icon sits on the bottom-right corner of the card frame, outside text */
.hk-intro .home-intro-set .home-intro-set__ico {
	right: -38px;
	bottom: -38px;
	width: 84px;
	z-index: 2;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.hk-intro .home-intro-set .home-intro-set__ico {
		right: -45px;
		bottom: -45px;
		width: 120px;
	}
}

/* ------------------------------------------
   WHY Section (uses home-benefit-list from base CSS)
   ------------------------------------------ */
.hk-why {
	background: #f4f9f5;
}

/* Unify section backgrounds */
.hk-intro,
.hk-faq {
	background: #fff;
}

.hk-intro .c-box01::before,
.hk-intro .c-box01::after,
.hk-faq .c-box01::before,
.hk-faq .c-box01::after {
	display: none;
}

.hk-why .home-benefit-list__item.c-bg-pink01 {
	background: #C3D1B7;
}

.hk-why .home-benefit-list__head img {
	height: 180px;
}

@media (min-width: 768px) {
	.hk-why .home-benefit-list__head img {
		height: 180px;
	}
}

/* ------------------------------------------
   HOW TO JOIN / Flow Section
   ------------------------------------------ */
.hk-flow {
	background: #fff;
}

.hk-flow .c-flow01__img {
	width: 130px;
}

.hk-flow .c-flow01__img img {
	width: 90px;
}

@media (min-width: 768px) {
	.hk-flow .c-flow01__img {
		width: 180px;
	}

	.hk-flow .c-flow01__img img {
		width: 120px;
	}
}

.hk-flow__steps {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: 40px;
}

.hk-flow__step {
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--hk-white);
	border-radius: var(--hk-radius-lg);
	padding: 24px;
	box-shadow: var(--hk-shadow);
	position: relative;
	border: 2px solid #e8e8e8;
}

.hk-flow__step:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: var(--hk-primary) transparent transparent transparent;
	transform: translateX(-50%);
	z-index: 2;
}

.hk-flow__step-img {
	flex-shrink: 0;
	position: relative;
}

.hk-flow__step-img img {
	width: 120px;
	height: auto;
}

.hk-flow__step-num {
	display: none;
	background: var(--hk-gradient);
	color: var(--hk-white);
	font-size: 0.85rem;
	font-weight: 900;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.hk-flow__step-head {
	font-size: 1.1rem;
	font-weight: 900;
	color: var(--hk-text);
	margin-bottom: 8px;
	line-height: 1.4;
}

.hk-flow__step-txt {
	font-size: 0.85rem;
	color: var(--hk-text-light);
	line-height: 1.7;
	text-align: left;
}

.hk-flow__step-body {
	flex: 1;
}

/* ------------------------------------------
   FAQ Override
   ------------------------------------------ */
.hk-faq {
}

/* ------------------------------------------
   LINE CTA Section
   ------------------------------------------ */
.hk-line-cta {
	background: #f4f9f5;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.hk-line-cta__inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hk-line-cta__header {
	margin-bottom: 30px;
}

.hk-line-cta__header-img {
	width: 100%;
	max-width: 600px;
	height: auto;
	border-radius: var(--hk-radius);
}

.hk-line-cta__body {
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgb(var(--color-grayscale-900));
	border-radius: var(--hk-radius-lg);
	padding: 48px 40px;
}

.hk-line-cta__head {
	font-size: 2rem;
	font-weight: 900;
	color: var(--hk-text);
	margin-bottom: 16px;
}

.hk-line-cta__txt {
	font-size: 1.5rem;
	color: var(--hk-text-light);
	line-height: 1.8;
	margin-bottom: 20px;
}

.hk-line-cta__btn-wrap {
	margin-bottom: 16px;
}

.hk-line-cta__btn {
	display: inline-block;
}

.hk-line-cta__btn-in {
	background: #06c755 !important;
	border-color: #06c755 !important;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 18px 48px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(6, 199, 85, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
	display: inline-flex;
	align-items: center;
}

.hk-line-cta__btn-in:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(6, 199, 85, 0.5);
}

.hk-line-cta__note {
	font-size: 0.85rem;
	color: #999;
	margin-top: 8px;
}

/* ------------------------------------------
   Liver Gallery
   ------------------------------------------ */
.hk-liver-gallery {
	margin-top: 40px;
}

.hk-liver-gallery__head {
	color: var(--hk-white);
	font-size: 1.1rem;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.hk-liver-gallery__list {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hk-liver-gallery__item {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid var(--hk-white);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s;
}

.hk-liver-gallery__item:hover {
	transform: scale(1.1);
}

.hk-liver-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------------------
   Responsive: Tablet (768px)
   ------------------------------------------ */
@media screen and (min-width: 768px) {
	.hk-hero__catch {
		font-size: 2rem;
	}

	.hk-hero__logo-img {
		max-width: 480px;
	}

	.hk-hero__howto img {
		width: 180px;
	}

	.hk-header-logo {
		height: 36px;
	}

	.hk-footer-logo {
		height: 44px;
	}

	.hk-line-cta__head {
		font-size: 2rem;
	}

	.hk-liver-gallery__item {
		width: 100px;
		height: 100px;
	}
}

/* ------------------------------------------
   Responsive: SP (max-width: 767px)
   ------------------------------------------ */
@media screen and (max-width: 767px) {
	.hk-voices__card {
		flex: 0 0 280px;
	}

	.hk-why__item--01,
	.hk-why__item--02,
	.hk-why__item--03 {
		border-left: none;
		border-top: 6px solid;
	}

	.hk-why__item--01 { border-top-color: var(--hk-primary); }
	.hk-why__item--02 { border-top-color: var(--hk-secondary); }
	.hk-why__item--03 { border-top-color: var(--hk-accent); }

	.hk-flow__step-img img {
		width: 100px;
		height: auto;
	}

	.hk-line-cta__body {
		padding: 32px 20px;
	}

	.hk-line-cta__head {
		font-size: 2rem;
	}

	.hk-line-cta__btn-in {
		font-size: 1rem;
		padding: 14px 32px;
	}

	.hk-hero__catch {
		font-size: 2.5rem;
	}

	.hk-liver-gallery__list {
		gap: 10px;
	}

	.hk-liver-gallery__item {
		width: 60px;
		height: 60px;
	}
}

/* ------------------------------------------
   Toggle button override (uses original home-order-product__toggle structure)
   ------------------------------------------ */
/* SP nav menu: align items consistently */
@media (max-width: 767px) {
	.l-nav-list {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-right: 25%;
	}
}

.hk-toggle-link {
	text-decoration: none;
	color: inherit;
}

.hk-toggle-link:hover {
	color: inherit;
}

/* Force SP to show PC-style round toggle (not the horizontal bar) */
.hk-toggle-link.home-order-product__toggle {
	flex-direction: column;
	padding: 35px 30px 20px;
	width: 170px;
	height: 166px;
	left: 10px;
	right: auto;
	bottom: 10px;
	transform: translate(0, calc(-100% - 5px));
}

.hk-toggle-link .home-order-product__toggle-bg {
	animation: toggleBgRotate 20s infinite linear;
}

.hk-toggle-link .home-order-product__toggle-txt {
	font-size: 1.3rem;
	text-align: center;
}

.hk-toggle-link .home-order-product__toggle-img.is-item01 {
	top: 14px;
	left: 2px;
}

.hk-toggle-link .home-order-product__toggle-img.is-item02 {
	top: auto;
	bottom: -6px;
	right: -16px;
}

@media (min-width: 768px) {
	.hk-toggle-link.home-order-product__toggle {
		padding: 50px 50px 30px;
		width: 230px;
		height: 225px;
		left: 60px;
		right: auto;
	}

	.hk-toggle-link .home-order-product__toggle-txt {
		font-size: 2.1rem;
	}

	.hk-toggle-link .home-order-product__toggle-img.is-item01 {
		top: 21px;
		left: 8px;
	}

	.hk-toggle-link .home-order-product__toggle-img.is-item02 {
		top: auto;
		bottom: 10px;
		right: -14px;
	}
}

/* Smartphone (item01): +30% bigger / Mic (item02): -30% smaller */
.hk-toggle-link .home-order-product__toggle-img.is-item01 {
	width: 75px;
}

.hk-toggle-link .home-order-product__toggle-img.is-item02 {
	width: 44px;
}

@media (min-width: 768px) {
	.hk-toggle-link .home-order-product__toggle-img.is-item01 {
		width: 87px;
	}

	.hk-toggle-link .home-order-product__toggle-img.is-item02 {
		width: 67px;
	}
}

/* ------------------------------------------
   Animations
   ------------------------------------------ */
@keyframes hk-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.hk-hero__howto img {
	animation: hk-float 3s ease-in-out infinite;
}

@keyframes hk-pulse {
	0%, 100% { box-shadow: 0 4px 15px rgba(6, 199, 85, 0.4); }
	50% { box-shadow: 0 4px 30px rgba(6, 199, 85, 0.7); }
}

.hk-cta-btn__in,
.hk-line-cta__btn-in {
	animation: hk-pulse 2s ease-in-out infinite;
}
