@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Luckiest+Guy&family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #DB4764;
  --primary-pale: #F1B0B8;
  --accent:#FDDA02;
  --text: #000000;
  --bg: #FDDEDB;
  --white: #fff;
  --marker:#ffee7e;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.lower-title {
  font-size: max(52 / 16 * 1rem, 88 / 1800 * 100vw);
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}
.lower-title span {
  font-size: max(20 / 16 * 1rem, 32 / 1800 * 100vw);
  display: block;
}

.section-heading {
  font-size: max(52 / 16 * 1rem, 88 / 1800 * 100vw);
  font-weight: 800;
  margin-bottom: max(30 / 16 * 1rem, 50 / 1800 * 100vw);
  color: var(--text);
  line-height: 1.2;
}
.section-heading span {
  font-size: max(42 / 16 * 1rem, 58 / 1800 * 100vw);
}

.parts-heading-l {
  font-size: max(52 / 16 * 1rem, 76 / 1800 * 100vw);
  font-weight: 800;
  line-height: 1.4;
  color: var(--text);
}
.parts-heading-l span {
  font-size: max(42 / 16 * 1rem, 50 / 1800 * 100vw);
}

.parts-heading {
  font-size: max(30 / 16 * 1rem, 60 / 1800 * 100vw);
  font-weight: 800;
  line-height: 1.4;
  color: var(--text);
}

.card-heading {
  font-size: max(20 / 16 * 1rem, 36 / 1800 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}

.text-xl {
  font-size: max(26 / 16 * 1rem, 40 / 1800 * 100vw);
  font-weight: 800;
  line-height: 1.5;
  color: var(--text);
}

.text-l {
  font-size: max(18 / 16 * 1rem, 40 / 1800 * 100vw);
  font-weight: 800;
  line-height: 1.5;
  color: var(--text);
}

.text-m {
  font-size: max(16 / 16 * 1rem, 28 / 1800 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
}

.text {
  font-size: max(14 / 16 * 1rem, 24 / 1800 * 100vw);
  line-height: 1.8;
  color: var(--text);
}

.note {
  font-size: max(12 / 16 * 1rem, 14 / 1800 * 100vw);
  line-height: 1.6;
  color: var(--text);
}

.kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.kome::before {
  content: "※";
}

.f-text-l {
  font-size: max(14 / 16 * 1rem, 32 / 1800 * 100vw);
  line-height: 1.8;
  color: var(--text);
}

.f-text {
  font-size: max(14 / 16 * 1rem, 28 / 1800 * 100vw);
  line-height: 1.8;
  color: var(--text);
}

.f-nav-heading {
  font-size: max(24 / 16 * 1rem, 40 / 1800 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}

.lh160 {
  line-height: 1.6;
}

.form-label {
  display: block;
  font-size: clamp(1rem, 0.9310344828rem + 0.1724137931vw, 1.125rem);
  line-height: 1.6;
  margin-bottom: 0.25em;
}
.form-label.must {
  position: relative;
}
.form-label.must::after {
  content: "※";
  color: var(--primary);
  font-size: 0.8em;
  padding-left: 0.25em;
}
.form-label sub {
  font-size: 0.75em;
}

.text-s {
  font-size: clamp(1rem, 0.9310344828rem + 0.1724137931vw, 1.125rem);
  line-height: 1.6;
}

.text-ss {
  font-size: clamp(0.875rem, 0.8060344828rem + 0.1724137931vw, 1rem);
  line-height: 1.6;
}

.text-xs {
  font-size: max(10 / 16 * 1rem, 12 / 1800 * 100vw);
  line-height: 1.5;
  color: var(--text);
}

.ff-en {
  font-family: "Luckiest Guy", cursive;
}

.ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-craft {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}

.text + .text {
  margin-top: 1lh;
}

.white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.large {
  font-size: 1.5em;
}

.marker {
  background: linear-gradient(to top, var(--marker) 40%, transparent 40%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.primary {
  color: var(--primary);
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--primary);
  text-underline-offset: 0.25em;
}

.btn {
  min-width: max(180 / 16 * 1rem, 300 / 1800 * 100vw);
  height: max(43 / 16 * 1rem, 70 / 1800 * 100vw);
  font-size: max(16 / 16 * 1rem, 26 / 1800 * 100vw);
  font-weight: 800;
  letter-spacing: 0;
  padding: 1em 2em 1em 1.5em;
  border-radius: 99px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  position: relative;
}
.btn::after {
  content: "";
  width: 12px;
  aspect-ratio: 2/3;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
  -webkit-mask: url(../images/arrow-next.svg) center/contain no-repeat;
          mask: url(../images/arrow-next.svg) center/contain no-repeat;
  background: var(--accent);
  transition: all 0.3s ease-out;
}
.btn.btn-primary {
  background: var(--text);
  color: var(--white);
}
.btn.btn-primary::after {
  background: var(--accent);
}
.btn.btn-submit {
  padding: 0 1em;
  border: 0;
  background: var(--text);
  text-align: left;
  color: var(--white);
  cursor: pointer;
}
.btn.btn-submit:disabled {
  background: #777;
}

.btn-wrap {
  display: flex;
  gap: 1em;
}

a {
  position: relative;
}
a .text-wrap {
  display: block;
  height: 1lh;
  overflow: hidden;
}
a .text-wrap .text-in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.1;
  transition: all 0.3s ease-out;
}
a .text-wrap .text-in::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
a:hover .text-in {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  a:hover .text-in {
    transform: translateY(0);
  }
}

.sec {
  padding: max(40 / 16 * 1rem, 100 / 1800 * 100vw) 0;
  width: 94%;
  margin-inline: auto;
}
.sec.advantage {
  padding-bottom: 0;
}

.left-content {
  margin-left: calc(50% - 50vw);
}

.right-content {
  width: calc(100% + 50vw - 50%);
}

.bg-star {
  background: url(../images/bg-star.svg) repeat center/1920px;
  background-attachment: fixed;
}

.bg-cross {
  background: url(../images/bg-cross.webp) repeat center/28px;
}

.w880 {
  width: min(880px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.full-width {
  margin-inline: calc(50% - 50vw);
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.2222222222vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2222222222vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}

.block-xl {
  margin-top: max(80 / 16 * 1rem, 112 / 1800 * 100vw);
}

.block-l {
  margin-top: max(64 / 16 * 1rem, 96 / 1800 * 100vw);
}

.block-m {
  margin-top: max(48 / 16 * 1rem, 64 / 1800 * 100vw);
}

.mt80 {
  margin-top: max(56 / 16 * 1rem, 80 / 1800 * 100vw);
}

.mt64 {
  margin-top: max(48 / 16 * 1rem, 64 / 1800 * 100vw);
}

.mt48 {
  margin-top: max(32 / 16 * 1rem, 48 / 1800 * 100vw);
}

.mt32 {
  margin-top: max(16 / 16 * 1rem, 32 / 1800 * 100vw);
}

.mt24 {
  margin-top: max(16 / 16 * 1rem, 24 / 1800 * 100vw);
}

.mt16 {
  margin-top: max(8 / 16 * 1rem, 16 / 1800 * 100vw);
}

.mt8 {
  margin-top: max(4 / 16 * 1rem, 8 / 1800 * 100vw);
}

.mt4 {
  margin-top: 4px;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  transition: all 0.3s ease-out;
  right: 16px;
  bottom: 120px;
  width: max(40 / 16 * 1rem, 80 / 1800 * 100vw);
  z-index: 10;
  aspect-ratio: 1;
  border-radius: 10px;
  background: var(--text);
  display: grid;
  place-items: center;
  padding: max(7 / 16 * 1rem, 16 / 1800 * 100vw);
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.breadcrumbs-wrap .aioseo-breadcrumbs {
  width: min(1160px, 100% - 2rem);
  margin-inline: auto;
  padding: max(8 / 16 * 1rem, 16 / 1800 * 100vw) 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.breadcrumbs-wrap .aioseo-breadcrumbs span {
  font-size: 14px;
}
.breadcrumbs-wrap .aioseo-breadcrumbs span a {
  color: var(--text);
}
@media (max-width: 767px) {
  .breadcrumbs-wrap {
    display: none;
  }
}

.header {
  background: url(../images/header-bg-star.svg) repeat center/max(1000 / 16 * 1rem, 1800 / 1800 * 100vw), var(--bg);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .inner {
  height: max(100 / 16 * 1rem, 115 / 1800 * 100vw);
  padding-inline: max(20 / 16 * 1rem, 60 / 1800 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header .inner.dashed-line::after {
    display: none;
  }
}
.header .inner .site-logo {
  width: max(280 / 16 * 1rem, 290 / 1800 * 100vw);
}
.header .inner .site-logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .inner .site-logo a img {
  display: block;
}
.header .inner .site-logo a .mark {
  width: max(56 / 16 * 1rem, 73 / 1800 * 100vw);
}
.header .inner .site-logo a .text {
  width: max(164 / 16 * 1rem, 206 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .header .inner .site-logo a .text {
    position: absolute;
    left: 46vw;
    transform: translateX(-50%);
  }
}

.gnav > ul {
  display: flex;
  align-items: center;
  gap: max(4 / 16 * 1rem, 32 / 1800 * 100vw);
}
.gnav > ul li a {
  display: block;
  padding: max(8 / 16 * 1rem, 16 / 1800 * 100vw);
  color: var(--text);
  font-size: max(14 / 16 * 1rem, 22 / 1800 * 100vw);
  font-weight: 800;
}
.gnav > ul.sp-sub-nav {
  display: none;
}

@media (max-width: 1024px) {
  .gnav {
    margin-left: 0;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 45px;
    height: 45px;
    border: 3px solid var(--primary);
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 4px 4px 0 var(--primary-pale);
    transition: all 0.3s ease-out;
    z-index: 1;
  }
  .gnav > ul {
    margin-top: 45px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .gnav > ul.sp-sub-nav {
    display: flex;
    flex-direction: row;
    gap: 1em;
    position: relative;
  }
  .gnav > ul.sp-sub-nav::before {
    content: "";
    border-top: 2px solid var(--primary-pale);
    width: calc(100% - 48px);
    position: absolute;
    top: 0;
    left: 24px;
  }
  .gnav > ul li a {
    color: var(--white);
    padding: 0;
  }
  .gnav.is-open {
    box-shadow: none;
    border-color: var(--text);
    background: var(--text);
    width: calc(100% - 100px);
    height: auto;
    overflow: initial;
  }
  .gnav.is-open > ul {
    margin-top: 0;
  }
  .gnav.is-open a {
    color: var(--white);
    position: relative;
    padding: 0.6em 1em;
    padding-left: 1.5em;
  }
  .gnav.is-open a::before {
    content: "";
    width: 0.5em;
    height: 1em;
    -webkit-mask: url(../images/sp-menu-arrow.svg) center/contain no-repeat;
            mask: url(../images/sp-menu-arrow.svg) center/contain no-repeat;
    background: var(--primary-pale);
    position: absolute;
    left: 0;
    top: calc(50% - 0.5em);
  }
}
.header-cta-btn {
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  padding-right: 3rem;
  font-size: max(20 / 16 * 1rem, 20 / 1800 * 100vw);
  font-weight: 800;
  color: var(--text);
  border: 3px solid var(--text);
  border-radius: 10px;
  background: var(--accent);
  box-shadow: 4px 4px 0 var(--text);
}
.header-cta-btn::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/2;
  background: url(../images/arrow-next.svg) no-repeat center/contain;
  position: absolute;
  right: 1rem;
  top: calc(50% - 9px);
}
@media (max-width: 1024px) {
  .header-cta-btn {
    position: fixed;
    bottom: 24px;
    left: 5%;
    width: 90%;
  }
}

a {
  position: relative;
}
a .text-wrap {
  display: block;
  height: 1.1lh;
  overflow: hidden;
}
a .text-wrap .text-in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.1;
  transition: all 0.3s ease-in-out;
}
a .text-wrap .text-in::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
a:hover .text-in {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  a:hover .text-in {
    transform: none;
  }
}

.toggle {
  display: none;
}
@media (max-width: 1024px) {
  .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 99;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--text);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -8px;
    left: 0;
  }
  .toggle span::after {
    top: 8px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
    background: var(--primary-pale);
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.dashed-line {
  position: relative;
}
.dashed-line::after {
  content: "";
  width: 100%;
  height: max(2 / 16 * 1rem, 3 / 1800 * 100vw);
  background: url(../images/border-dashed.svg) repeat-x center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer {
  width: 100%;
  padding-bottom: 100px;
}
.footer .container {
  width: 94%;
  margin-inline: auto;
  position: relative;
}
.footer .container::before {
  content: "";
  width: 100%;
  height: max(2 / 16 * 1rem, 3 / 1800 * 100vw);
  background: url(../images/border-dashed.svg) repeat-x center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.f-top-area {
  padding: max(50 / 16 * 1rem, 100 / 1800 * 100vw) 0;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1em;
}
@media (max-width: 767px) {
  .f-top-area {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.f-top-area .f-info-wrap {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 40px;
}

.f-sitemap {
  background: var(--text);
  border-radius: 10px;
  padding: max(20 / 16 * 1rem, 60 / 1800 * 100vw);
}
.f-sitemap .f-sitemap-list {
  margin-top: max(16 / 16 * 1rem, 32 / 1800 * 100vw);
}
.f-sitemap .f-sitemap-list li {
  padding: 1em 3em 1em 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .f-sitemap .f-sitemap-list li {
    padding: 1em 1.5em 1em 0;
  }
}
.f-sitemap .f-sitemap-list li a {
  font-size: max(16 / 16 * 1rem, 26 / 1800 * 100vw);
  color: var(--white);
  display: inline-block;
  padding-left: 0.9em;
  position: relative;
  transition: all 0.3s ease-out;
}
.f-sitemap .f-sitemap-list li a:hover {
  opacity: 0.7;
}
.f-sitemap .f-sitemap-list li a::before {
  content: "";
  width: 0.6em;
  aspect-ratio: 1/2;
  -webkit-mask: url(../images/arrow-next.svg) no-repeat center/contain;
          mask: url(../images/arrow-next.svg) no-repeat center/contain;
  background: var(--accent);
  position: absolute;
  top: calc(0.5lh - 0.6em);
  left: 0;
}

.f-sns-area {
  padding: max(40 / 16 * 1rem, 60 / 1800 * 100vw) 0;
}
.f-sns-area .link-sns {
  width: max(67 / 16 * 1rem, 90 / 1800 * 100vw);
}

.copyright {
  text-align: center;
  font-size: max(12 / 16 * 1rem, 24 / 1800 * 100vw);
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
  overflow-x: clip;
  padding-top: max(100 / 16 * 1rem, 115 / 1800 * 100vw);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-weight: normal;
  height: 100%;
  line-height: 1.15;
  letter-spacing: 0.05em;
  background: url(../images/bg-noise.webp) repeat center/400px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body {
    scroll-padding-top: 100px;
  }
}

.mv-slide {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
@media (max-width: 767px) {
  .mv-slide {
    padding: 0 0 1rem;
  }
  .mv-slide.dashed-line::after {
    display: none;
  }
}

.problem-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .problem-wrap {
    grid-template-columns: 1fr;
  }
}

.problem-box {
  border: 3px solid var(--text);
  border-radius: max(10 / 16 * 1rem, 22 / 1800 * 100vw);
  background: var(--accent);
  padding: max(16 / 16 * 1rem, 60 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .problem-box {
    border: none;
    padding: 0;
    background: transparent;
  }
  .problem-box .parts-heading-l.dashed-line::after {
    display: none;
  }
}
.problem-box .parts-heading-l {
  position: relative;
  padding-bottom: max(8 / 16 * 1rem, 40 / 1800 * 100vw);
  line-height: 1.1;
  z-index: 2;
}
.problem-box .parts-heading-l::before {
  content: "";
  width: max(98 / 16 * 1rem, 140 / 1800 * 100vw);
  aspect-ratio: 1;
  background: url(../images/illust-nayami.webp) no-repeat center/contain;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .problem-box .parts-heading-l::before {
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    right: 0;
  }
}

.problem-cards {
  display: flex;
  flex-direction: column;
  gap: max(16 / 16 * 1rem, 40 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .problem-cards {
    margin-top: 24px;
  }
}
.problem-cards .card {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .problem-cards .card {
    border: 3px solid var(--text);
    border-radius: 10px;
    background: var(--accent);
    padding: 20px;
  }
}
.problem-cards .card .check {
  width: max(34 / 16 * 1rem, 75 / 1800 * 100vw);
  margin-right: max(12 / 16 * 1rem, 32 / 1800 * 100vw);
}
.problem-cards .card.red-check {
  padding-left: max(16 / 16 * 1rem, 280 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .problem-cards .card.red-check {
    padding-left: 20px;
  }
}

.anim-pig-box {
  margin-left: 1em;
  width: max(88 / 16 * 1rem, 148 / 1800 * 100vw);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .anim-pig-box {
    position: absolute;
    bottom: -8px;
    right: -16px;
  }
}
.anim-pig-box .pig {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: pig 1.5s ease infinite;
          animation: pig 1.5s ease infinite;
}
.anim-pig-box .coin {
  width: max(42 / 16 * 1rem, 80 / 1800 * 100vw);
  display: block;
  margin-inline: auto;
  -webkit-animation: coin 1.5s linear infinite;
          animation: coin 1.5s linear infinite;
}

@-webkit-keyframes pig {
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(2deg);
  }
  92% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes pig {
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(2deg);
  }
  92% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes coin {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(48%);
  }
}
@keyframes coin {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(48%);
  }
}
.anim-tiktok-box {
  width: max(114 / 16 * 1rem, 190 / 1800 * 100vw);
  aspect-ratio: 19/21;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .anim-tiktok-box {
    left: initial;
    right: -8px;
  }
}
.anim-tiktok-box .tiktok {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(80 / 16 * 1rem, 136 / 1800 * 100vw);
}

.anim-good1 {
  width: max(40 / 16 * 1rem, 64 / 1800 * 100vw);
  top: 8%;
  right: 0;
}

.anim-good2 {
  width: max(35 / 16 * 1rem, 60 / 1800 * 100vw);
  top: 0;
  left: 30%;
}

.anim-good3 {
  width: max(32 / 16 * 1rem, 70 / 1800 * 100vw);
  top: 40%;
  left: 0;
}

.anim-good1,
.anim-good2,
.anim-good3 {
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom center;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 1;
}
.anim-good1.is-active,
.anim-good2.is-active,
.anim-good3.is-active {
  opacity: 1;
  transform: scale(1);
}

.anim-wallet-box {
  width: max(90 / 16 * 1rem, 156 / 1800 * 100vw);
  aspect-ratio: 15/17;
  margin-left: 1em;
  position: relative;
}
@media (max-width: 767px) {
  .anim-wallet-box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.anim-wallet-box .anim-wallet {
  width: max(60 / 16 * 1rem, 104 / 1800 * 100vw);
  position: absolute;
  bottom: -4px;
  right: -8px;
}
.anim-wallet-box .anim-kira1,
.anim-wallet-box .anim-kira2,
.anim-wallet-box .anim-kira3 {
  width: max(14 / 16 * 1rem, 24 / 1800 * 100vw);
  position: absolute;
  z-index: 1;
}
.anim-wallet-box .anim-kira1 {
  top: 0;
  right: 20%;
  -webkit-animation: kirakira 1s ease-out infinite;
          animation: kirakira 1s ease-out infinite;
}
.anim-wallet-box .anim-kira2 {
  top: 50%;
  left: 20%;
  -webkit-animation: kirakira2 1s ease-out infinite;
          animation: kirakira2 1s ease-out infinite;
}
.anim-wallet-box .anim-kira3 {
  bottom: 5%;
  left: 0;
  -webkit-animation: kirakira 1s ease-out infinite;
          animation: kirakira 1s ease-out infinite;
}

@-webkit-keyframes kirakira {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes kirakira {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes kirakira2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes kirakira2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.illust-box {
  position: relative;
}
@media (max-width: 767px) {
  .illust-box {
    display: none;
  }
}
.illust-box .liver-cat {
  width: max(230 / 16 * 1rem, 469 / 1800 * 100vw);
  position: absolute;
  left: -12%;
  bottom: 8px;
  -webkit-animation: updown 3s ease-in-out infinite;
          animation: updown 3s ease-in-out infinite;
}
.illust-box .note1, .illust-box .note2, .illust-box .note3, .illust-box .note4 {
  position: absolute;
}
.illust-box .note1 {
  width: max(60 / 16 * 1rem, 123 / 1800 * 100vw);
  top: 5%;
  left: 8%;
}
.illust-box .note2 {
  width: max(50 / 16 * 1rem, 100 / 1800 * 100vw);
  top: 8%;
  right: 8%;
}
.illust-box .note3 {
  width: max(60 / 16 * 1rem, 120 / 1800 * 100vw);
  top: 50%;
  right: 4%;
}
.illust-box .note4 {
  width: max(32 / 16 * 1rem, 64 / 1800 * 100vw);
  top: 75%;
  right: 24%;
}

.advantage-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(20 / 16 * 1rem, 24 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .advantage-wrap {
    grid-template-columns: 1fr;
  }
}
.advantage-wrap.full {
  display: block;
}
.advantage-wrap + .advantage-wrap {
  margin-top: max(20 / 16 * 1rem, 50 / 1800 * 100vw);
}

.advantage-card {
  border: 3px solid var(--text);
  border-radius: max(10 / 16 * 1rem, 20 / 1800 * 100vw);
  background: var(--white);
  padding: max(20 / 16 * 1rem, 60 / 1800 * 100vw);
}
.advantage-card.pb0 {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantage-card figure {
  margin-top: max(16 / 16 * 1rem, 24 / 1800 * 100vw);
  width: 80%;
  margin-inline: auto;
}
.advantage-card figure.full {
  width: 100%;
}

.pb0 {
  padding-bottom: 0 !important;
}

.advantage-example-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(10 / 16 * 1rem, 24 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .advantage-example-list {
    grid-template-columns: 1fr;
  }
}
.advantage-example-list .example-card {
  background: var(--accent);
  border: 3px solid var(--text);
  border-radius: max(10 / 16 * 1rem, 14 / 1800 * 100vw);
  padding: max(16 / 16 * 1rem, 24 / 1800 * 100vw);
  letter-spacing: -0.05em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.anim-graph1 img {
  transform: scale(0);
  transform-origin: center;
}
.anim-graph1.is-active img {
  -webkit-animation: graph1 0.5s ease-in-out forwards;
          animation: graph1 0.5s ease-in-out forwards;
}

@-webkit-keyframes graph1 {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes graph1 {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.anim-grapph2-wrap {
  overflow: hidden;
}
.anim-grapph2-wrap .anim-graph2 {
  transform: translateY(90%);
}
.anim-grapph2-wrap.is-active .anim-graph2 {
  -webkit-animation: graph2 0.5s ease-out forwards;
          animation: graph2 0.5s ease-out forwards;
}

@-webkit-keyframes graph2 {
  0% {
    transform: translateY(90%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes graph2 {
  0% {
    transform: translateY(90%);
  }
  100% {
    transform: translateY(0);
  }
}
.section-heading.ranking {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: max(18 / 16 * 1rem, 200 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .section-heading.ranking {
    padding-left: 0;
  }
}
.section-heading.ranking::before {
  content: "";
  width: max(100 / 16 * 1rem, 190 / 1800 * 100vw);
  aspect-ratio: 19/21;
  background: url(../images/charactor-cat.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .section-heading.ranking::before {
    top: -36%;
    transform: none;
    left: 104%;
  }
}
.section-heading.ranking::after {
  content: "";
  width: max(55 / 16 * 1rem, 120 / 1800 * 100vw);
  aspect-ratio: 1;
  background: url(../images/illust-crown.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 104%;
}
@media (max-width: 767px) {
  .section-heading.ranking::after {
    top: 2%;
    transform: none;
    left: 56%;
  }
}

.ranking-list {
  margin-top: max(40 / 16 * 1rem, 96 / 1800 * 100vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .ranking-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ranking-card figure {
  border-radius: 50%;
  border: 6px solid var(--white);
  overflow: hidden;
  box-shadow: 0 0 0 6px var(--primary);
}
.ranking-card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ranking-card .rank-liver-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.ranking-card .rank-liver-name .rank-box {
  font-size: max(24 / 16 * 1rem, 32 / 1800 * 100vw);
  display: grid;
  place-items: center;
  background: url(../images/ranking-num-bg.webp) no-repeat center/contain;
  width: max(40 / 16 * 1rem, 55 / 1800 * 100vw);
  aspect-ratio: 55/50;
  padding-top: 4%;
}
@media (max-width: 767px) {
  .ranking-card .rank-liver-name .rank-box {
    padding-top: 7.5%;
  }
}
.ranking-card .rank-liver-name .name {
  font-size: max(24 / 16 * 1rem, 30 / 1800 * 100vw);
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.ranking-card .rank-liver-name .name::before {
  content: attr(data-liver-name);
  -webkit-text-stroke: 6px #fff;
  position: absolute;
  inset: 0;
  font-size: max(24 / 16 * 1rem, 30 / 1800 * 100vw);
  color: var(--text);
  z-index: -1;
}

.splide__track {
  padding-top: 6px;
}

.textline {
  width: 100%;
  overflow-x: hidden;
}
.textline img {
  width: max(2500 / 16 * 1rem, 4600 / 1800 * 100vw);
  max-width: initial;
  -webkit-animation: textline 30s linear infinite;
          animation: textline 30s linear infinite;
}

@-webkit-keyframes textline {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes textline {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cta-area1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(50 / 16 * 1rem, 150 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .cta-area1 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cta-area1 .illust-box {
  position: relative;
  padding-bottom: max(20 / 16 * 1rem, 100 / 1800 * 100vw);
}
.cta-area1 .illust-box::after {
  content: "";
  width: max(2 / 16 * 1rem, 3 / 1800 * 100vw);
  height: 100%;
  background: url(../images/border-dashed-vertical.svg) repeat-y center/100%;
  position: absolute;
  right: 0;
  top: 0;
}
.cta-area1 .illust-box .anim-rythm {
  width: max(200 / 16 * 1rem, 370 / 1800 * 100vw);
}
.cta-area1 .illust-box .anim-headphone {
  width: max(120 / 16 * 1rem, 220 / 1800 * 100vw);
  position: absolute;
  right: 8%;
}
.cta-area1 .illust-box .anim-note {
  width: max(80 / 16 * 1rem, 150 / 1800 * 100vw);
  -webkit-animation: rythm 1s ease-in-out infinite;
          animation: rythm 1s ease-in-out infinite;
}
.cta-area1 .illust-box .anim-player {
  width: max(90 / 16 * 1rem, 160 / 1800 * 100vw);
  position: absolute;
  bottom: 8%;
  left: 55%;
}
.cta-area1 .cta-box-wrap {
  padding-bottom: max(20 / 16 * 1rem, 100 / 1800 * 100vw);
}
.cta-area1 .cta-box {
  padding: max(30 / 16 * 1rem, 60 / 1800 * 100vw);
  background: var(--accent);
  border: 3px solid var(--text);
  border-radius: 10px;
  position: relative;
}
.cta-area1 .cta-box .btn-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-area1 .cta-box {
    padding-bottom: 64%;
  }
}
.cta-area1 .cta-box picture {
  width: max(100 / 16 * 1rem, 190 / 1800 * 100vw);
  position: absolute;
  right: 5%;
  bottom: 5%;
}
@media (max-width: 767px) {
  .cta-area1 .cta-box picture {
    right: -2%;
    bottom: -2%;
    width: 100%;
    pointer-events: none;
  }
}

.scroll-horizontal-container {
  position: relative;
}

.scroll-horizontal-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}

.scroll-horizontal-inner {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.section-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: 20vw;
  padding-left: 20vw;
}
.section-content .section-heading {
  position: absolute;
  top: max(40 / 16 * 1rem, 80 / 1800 * 100vw);
  left: 3vw;
}

.liver-introduction-wrap {
  display: flex;
  align-items: center;
  will-change: transform;
}

.liver-card {
  flex-shrink: 0;
  width: 21vw;
  background: var(--white);
  padding: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: rotate(5deg);
}
@media (max-width: 767px) {
  .liver-card {
    width: 64vw;
  }
}
.liver-card:nth-of-type(even) {
  transform: rotate(-5deg);
  margin-top: max(100 / 16 * 1rem, 300 / 1800 * 100vw);
}
.liver-card .tag-name {
  position: relative;
  background: rgba(242, 168, 170, 0.7);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 0;
  font-size: max(16 / 16 * 1rem, 18 / 1800 * 100vw);
  position: absolute;
  top: 5%;
  left: 0;
  transform: rotate(-15deg);
}
.liver-card .tag-name::before, .liver-card .tag-name::after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
}
.liver-card .tag-name::before {
  background: url(../images/tape-left.webp) no-repeat left center/cover;
  left: -16px;
}
.liver-card .tag-name::after {
  background: url(../images/tape-right.webp) no-repeat right center/cover;
  right: -16px;
}
.liver-card figure {
  aspect-ratio: 35/36;
  overflow: hidden;
}
.liver-card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.liver-card .name {
  text-align: center;
  font-family: "Hachi Maru Pop", cursive;
  font-size: max(16 / 16 * 1rem, 22 / 1800 * 100vw);
  margin-top: 4px;
}
.liver-card .comment {
  margin-top: 8px;
  text-align: center;
  font-family: "Hachi Maru Pop", cursive;
  line-height: 1.4;
}

.recruit-area {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media (max-width: 767px) {
  .recruit-area {
    grid-template-columns: 1fr;
    width: 88%;
    margin-inline: auto;
    position: relative;
    padding-bottom: 40px;
  }
  .recruit-area::before {
    content: "";
    width: 128%;
    height: 128%;
    background: url(../images/illust-recruit-sp.webp) no-repeat center/contain;
    position: absolute;
    top: -15%;
    left: -15%;
    -webkit-animation: rythm 3s ease-in-out infinite;
            animation: rythm 3s ease-in-out infinite;
  }
}
.recruit-area .text-box {
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit-area .text-box {
    justify-content: initial;
  }
  .recruit-area .text-box .btn-wrap {
    margin-top: 48px;
  }
}
.recruit-area .illust-area {
  position: relative;
  aspect-ratio: 1142/866;
}
@media (max-width: 767px) {
  .recruit-area .illust-area {
    display: none;
  }
}
.recruit-area .illust-area .anim-recruit1 {
  position: absolute;
  top: 4%;
  left: 0;
  -webkit-animation: recCharaMove 3s ease-in-out infinite;
          animation: recCharaMove 3s ease-in-out infinite;
}
.recruit-area .illust-area .anim-recruit2 {
  position: absolute;
  width: 90%;
  left: 8%;
  top: 0;
  -webkit-animation: recCharaMove2 3s ease-in-out infinite;
          animation: recCharaMove2 3s ease-in-out infinite;
}

@-webkit-keyframes recCharaMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes recCharaMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes recCharaMove2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes recCharaMove2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes recCharaMove3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes recCharaMove3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.recruit-illust-area {
  padding: max(40 / 16 * 1rem, 80 / 1800 * 100vw) 0 0;
  width: 94%;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-illust-area {
    overflow: hidden;
  }
}

.section-heading-vertical {
  font-size: max(42 / 16 * 1rem, 64 / 1800 * 100vw);
  font-weight: 800;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section-heading-vertical span {
  display: block;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .section-heading-vertical {
    margin-left: auto;
  }
  .section-heading-vertical span {
    padding-top: 2em;
  }
}

.contact-area {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: max(20 / 16 * 1rem, 55 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .contact-area {
    grid-template-columns: 1fr;
  }
}
.contact-area .contact-box {
  --text:#fff;
  --white: #000;
  background: #000;
  border-radius: 10px;
  padding: max(20 / 16 * 1rem, 60 / 1800 * 100vw);
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 767px) {
  .contact-area .contact-box {
    grid-template-columns: 3fr 1fr;
  }
}
.contact-area .contact-box picture {
  max-width: 444px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .contact-area .contact-box picture img {
    display: block;
    margin-top: 40px;
  }
}
.contact-area .anim-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-area .anim-box {
    display: none;
  }
}
.contact-area .anim-box .illust1 {
  width: max(100 / 16 * 1rem, 170 / 1800 * 100vw);
  margin-left: auto;
  -webkit-animation: recCharaMove 1.5s ease-in-out infinite;
          animation: recCharaMove 1.5s ease-in-out infinite;
}
.contact-area .anim-box .illust2 {
  margin-top: -5%;
  width: max(80 / 16 * 1rem, 134 / 1800 * 100vw);
  -webkit-animation: recCharaMove2 1.5s ease-in-out infinite;
          animation: recCharaMove2 1.5s ease-in-out infinite;
}
.contact-area .anim-box .illust3 {
  margin-top: -5%;
  width: max(110 / 16 * 1rem, 200 / 1800 * 100vw);
  margin-left: auto;
  -webkit-animation: recCharaMove3 1.5s ease-in-out infinite;
          animation: recCharaMove3 1.5s ease-in-out infinite;
}

.rythm {
  -webkit-animation: rythm 1s ease-in-out infinite;
          animation: rythm 1s ease-in-out infinite;
}

@-webkit-keyframes rythm {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

@keyframes rythm {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.business-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .business-wrap {
    grid-template-columns: 1fr;
  }
}
.business-wrap .anim-box {
  position: relative;
}
@media (max-width: 767px) {
  .business-wrap .anim-box {
    display: none;
  }
}
.business-wrap .anim-box .player {
  width: max(70 / 16 * 1rem, 134 / 1800 * 100vw);
  position: absolute;
  top: 20%;
  left: 0;
  -webkit-animation: updown 2s ease-in-out infinite;
          animation: updown 2s ease-in-out infinite;
}
.business-wrap .anim-box .note5 {
  width: max(90 / 16 * 1rem, 160 / 1800 * 100vw);
  position: absolute;
  top: 4%;
  left: 18%;
}
.business-wrap .anim-box .note6 {
  width: max(60 / 16 * 1rem, 113 / 1800 * 100vw);
  position: absolute;
  top: 0;
  left: 77%;
}
.business-wrap .anim-box .game2 {
  width: max(150 / 16 * 1rem, 310 / 1800 * 100vw);
  position: absolute;
  top: 12%;
  left: 30%;
  -webkit-animation: updown 2.5s ease-in-out infinite;
          animation: updown 2.5s ease-in-out infinite;
}
.business-wrap .anim-box .note4 {
  width: max(40 / 16 * 1rem, 78 / 1800 * 100vw);
  position: absolute;
  top: 70%;
  left: 70%;
}
.business-wrap .anim-box .note1 {
  width: max(70 / 16 * 1rem, 134 / 1800 * 100vw);
  position: absolute;
  top: 70%;
  left: 0;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.5vw);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.5vw);
  }
  100% {
    transform: translateY(0);
  }
}
.business-box {
  border: 2px solid var(--text);
  padding: max(20 / 16 * 1rem, 60 / 1800 * 100vw);
  border-radius: 10px;
}
.business-box .parts-heading {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
@media (max-width: 767px) {
  .business-box .parts-heading {
    width: 100%;
  }
}
.business-box .parts-heading::before {
  content: "";
  width: max(70 / 16 * 1rem, 184 / 1800 * 100vw);
  aspect-ratio: 1;
  background: url(../images/illust-maker-cirlcle.webp) no-repeat center/contain;
  position: absolute;
  top: -36%;
  left: -2%;
  z-index: -1;
}
.business-box .parts-heading::after {
  content: "";
  width: max(80 / 16 * 1rem, 170 / 1800 * 100vw);
  aspect-ratio: 5/6;
  background: url(../images/logo.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0%;
  left: 104%;
  z-index: -1;
}
@media (max-width: 767px) {
  .business-box .parts-heading::after {
    left: initial;
    right: 0;
  }
}

.lower-sec {
  padding: clamp(40px, 5.5555555556vw, 100px) 0;
}
.lower-sec .container {
  width: min(1160px, 100% - 2rem);
  margin-inline: auto;
}

.lower-sec-title {
  padding: clamp(40px, 5.5555555556vw, 100px) 0 0;
}
.lower-sec-title .container {
  width: min(1160px, 100% - 2rem);
  margin-inline: auto;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.7777777778vw, 50px);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
select,
textarea {
  border: 3px solid var(--text);
  border-radius: 10px;
  height: max(48 / 16 * 1rem, 64 / 1800 * 100vw);
  width: 100%;
  padding: 0.25em 1em;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: max(16 / 16 * 1rem, 18 / 1800 * 100vw);
  color: #ccc;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: max(16 / 16 * 1rem, 18 / 1800 * 100vw);
  color: #ccc;
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 4px;
}

input[type=date] {
  font-size: 1rem;
}

textarea {
  height: clamp(240px, 22.2222222222vw, 400px);
  padding: 1em;
  line-height: 1.6;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select {
  position: relative;
}
.custom-select::after {
  content: "";
  width: 12px;
  aspect-ratio: 2/3;
  -webkit-mask: url(../images/arrow-next.svg) no-repeat center/contain;
          mask: url(../images/arrow-next.svg) no-repeat center/contain;
  background: var(--text);
  rotate: 90deg;
  position: absolute;
  top: calc(50% - 9px);
  right: 1em;
  z-index: 1;
}

.column2 {
  width: min(870px, 100%);
  display: flex;
  gap: 1em;
}

.radio-layout {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.custom-submit {
  position: relative;
}
.custom-submit::after {
  content: "";
  width: 12px;
  aspect-ratio: 2/3;
  -webkit-mask: url(../images/arrow-next.svg) no-repeat center/contain;
          mask: url(../images/arrow-next.svg) no-repeat center/contain;
  background: var(--marker);
  position: absolute;
  top: calc(50% - 9px);
  right: 1em;
  z-index: 1;
  pointer-events: none;
}

.invitation-code-wrap {
  padding: 36px 0;
  position: relative;
}
.invitation-code-wrap::before, .invitation-code-wrap::after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
}
.invitation-code-wrap::before {
  background: url(../images/triangle.svg) repeat-x left/18px;
  top: 0;
}
.invitation-code-wrap::after {
  background: url(../images/triangle.svg) repeat-x left/18px;
  bottom: 0;
  rotate: 180deg;
}

.form-confirm-heading {
  font-size: clamp(1.5rem, 1.0172413793rem + 1.2068965517vw, 2.375rem);
  font-weight: 700;
  color: var(--primary);
}

.entry textarea {
  height: 150px;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

input[type=radio] {
  display: none;
}

label:has(input[type=radio]) {
  position: relative;
  padding-left: 1.5em;
}
label:has(input[type=radio])::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  border: 2px solid var(--text);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

label:has(input[type=radio]:checked)::before {
  border-color: var(--primary);
}
label:has(input[type=radio]:checked)::after {
  content: "";
  width: 0.6em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3em;
}

input[type=checkbox] {
  display: none;
}

label:has(input[type=checkbox]) {
  position: relative;
  padding-left: 1.75em;
}
label:has(input[type=checkbox])::before {
  content: "";
  width: 1.4em;
  aspect-ratio: 1;
  border: 3px solid var(--text);
  background: var(--white);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

label:has(input[type=checkbox]:checked)::before {
  border-color: var(--primary);
  background: var(--primary);
}
label:has(input[type=checkbox]:checked)::after {
  content: "";
  width: 0.4em;
  height: 0.8em;
  border-right: 1px solid var(--white);
  border-bottom: 2px solid var(--white);
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  left: 0.5em;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
}

.wpcf7-list-item {
  margin: 0;
}

.card-box {
  margin-top: max(16 / 16 * 1rem, 32 / 1800 * 100vw);
  background: var(--white);
  padding: max(20 / 16 * 1rem, 36 / 1800 * 100vw) max(20 / 16 * 1rem, 60 / 1800 * 100vw);
  border: 3px solid var(--text);
  border-radius: 22px;
}
.card-box li {
  display: grid;
  grid-template-columns: 187px 1fr;
  padding: max(16 / 16 * 1rem, 32 / 1800 * 100vw) 0;
}
@media (max-width: 767px) {
  .card-box li {
    grid-template-columns: 5em 1fr;
  }
}
.card-box li:not(:first-of-type) {
  border-top: 3px dashed var(--text);
}
.card-box li .text, .card-box li .item {
  font-size: max(16 / 16 * 1rem, 22 / 1800 * 100vw);
  line-height: 1.6;
  font-weight: 700;
}
.card-box li:not(:has(.item)) {
  grid-template-columns: 1fr;
}
.card-box.overview {
  position: relative;
}
.card-box.overview::before {
  content: "";
  width: max(96 / 16 * 1rem, 240 / 1800 * 100vw);
  aspect-ratio: 1/2;
  background: url(../images/abpit-illust-note.webp) no-repeat center/contain;
  position: absolute;
  top: -5vw;
  right: -1vw;
  -webkit-animation: rythm 2s ease-in-out infinite;
          animation: rythm 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .card-box.overview::before {
    background: url(../images/about-note-sp.webp) no-repeat center/contain;
  }
}
.card-box.business {
  position: relative;
}
.card-box.business::before {
  content: "";
  width: max(100 / 16 * 1rem, 220 / 1800 * 100vw);
  aspect-ratio: 1;
  background: url(../images/about-camera.webp) no-repeat center/contain;
  position: absolute;
  top: 1vw;
  right: -1vw;
  -webkit-animation: rythm 1s ease-in-out infinite;
          animation: rythm 1s ease-in-out infinite;
}
@media (max-width: 767px) {
  .card-box.business::before {
    display: none;
  }
}
.card-box.business::after {
  content: "";
  width: max(100 / 16 * 1rem, 245 / 1800 * 100vw);
  aspect-ratio: 1;
  background: url(../images/about-cat.webp) no-repeat center/contain;
  position: absolute;
  bottom: -2vw;
  right: 8vw;
  -webkit-animation: rythm 1.2s ease-in-out infinite;
          animation: rythm 1.2s ease-in-out infinite;
}

.about-option {
  position: relative;
  padding-right: max(120 / 16 * 1rem, 225 / 1800 * 100vw);
}
@media (max-width: 767px) {
  .about-option {
    padding-right: 0;
  }
}
.about-option::before {
  content: "";
  width: max(120 / 16 * 1rem, 225 / 1800 * 100vw);
  aspect-ratio: 225/234;
  background: url(../images/illust-maker-cirlcle.webp) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: -1;
}
.about-option::after {
  content: "";
  width: max(90 / 16 * 1rem, 180 / 1800 * 100vw);
  aspect-ratio: 9/10;
  background: url(../images/logo-mark.webp) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -1vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-option::after {
    top: initial;
    bottom: 0;
  }
}

.p-heading {
  font-size: max(20 / 16 * 1rem, 28 / 1800 * 100vw);
  line-height: 1.4;
  font-weight: 700;
}

.p-text {
  font-size: max(16 / 16 * 1rem, 18 / 1800 * 100vw);
  line-height: 1.8;
}

.main-list {
  list-style: none;
  counter-reset: main-counter;
  padding-left: 0;
}
.main-list li {
  counter-increment: main-counter;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 1.5em;
}
.main-list li::before {
  content: counter(main-counter) ". ";
  position: absolute;
  left: 0;
}

.sub-list {
  list-style: none;
  counter-reset: sub-counter;
  padding-left: 0;
  margin-top: 0.8em;
}
.sub-list li {
  counter-increment: sub-counter;
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 2em;
}
.sub-list li::before {
  content: "(" counter(sub-counter) ")";
  position: absolute;
  left: 0;
}

.nested-list {
  list-style: none;
  counter-reset: nested-counter;
  padding-left: 0;
  margin-top: 0.5em;
}
.nested-list li {
  counter-increment: nested-counter;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
}
.nested-list li::before {
  content: counter(nested-counter) ".";
  position: absolute;
  left: 0;
}

.link-text {
  color: var(--primary);
}
/*# sourceMappingURL=style.css.map */