/* lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-stopped:has(body.is-nav-show) {
  overflow: visible;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

/* simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

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

#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

sup {
  font-size: 0.5em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

figure {
  margin: 0;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  overflow-x: clip;
  color: #000;
  background: #fff;
  font-family: "DotGothic16", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-nav-show {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: visible;
}

a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}

em {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}

small {
  font-size: 0.75em;
}

[data-hover-text],
a:has([data-hover-text]) {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] [data-hover-text],
a:has([data-hover-text]) [data-hover-text] {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] .hover-text-origin,
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-origin,
a:has([data-hover-text]) .hover-text-clone {
  display: flex;
}
[data-hover-text] .hover-text-origin span,
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-origin span,
a:has([data-hover-text]) .hover-text-clone span {
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-hover-text] .hover-text-origin span:nth-child(1),
[data-hover-text] .hover-text-clone span:nth-child(1),
a:has([data-hover-text]) .hover-text-origin span:nth-child(1),
a:has([data-hover-text]) .hover-text-clone span:nth-child(1) {
  transition-delay: 0.03s;
}
[data-hover-text] .hover-text-origin span:nth-child(2),
[data-hover-text] .hover-text-clone span:nth-child(2),
a:has([data-hover-text]) .hover-text-origin span:nth-child(2),
a:has([data-hover-text]) .hover-text-clone span:nth-child(2) {
  transition-delay: 0.06s;
}
[data-hover-text] .hover-text-origin span:nth-child(3),
[data-hover-text] .hover-text-clone span:nth-child(3),
a:has([data-hover-text]) .hover-text-origin span:nth-child(3),
a:has([data-hover-text]) .hover-text-clone span:nth-child(3) {
  transition-delay: 0.09s;
}
[data-hover-text] .hover-text-origin span:nth-child(4),
[data-hover-text] .hover-text-clone span:nth-child(4),
a:has([data-hover-text]) .hover-text-origin span:nth-child(4),
a:has([data-hover-text]) .hover-text-clone span:nth-child(4) {
  transition-delay: 0.12s;
}
[data-hover-text] .hover-text-origin span:nth-child(5),
[data-hover-text] .hover-text-clone span:nth-child(5),
a:has([data-hover-text]) .hover-text-origin span:nth-child(5),
a:has([data-hover-text]) .hover-text-clone span:nth-child(5) {
  transition-delay: 0.15s;
}
[data-hover-text] .hover-text-origin span:nth-child(6),
[data-hover-text] .hover-text-clone span:nth-child(6),
a:has([data-hover-text]) .hover-text-origin span:nth-child(6),
a:has([data-hover-text]) .hover-text-clone span:nth-child(6) {
  transition-delay: 0.18s;
}
[data-hover-text] .hover-text-origin span:nth-child(7),
[data-hover-text] .hover-text-clone span:nth-child(7),
a:has([data-hover-text]) .hover-text-origin span:nth-child(7),
a:has([data-hover-text]) .hover-text-clone span:nth-child(7) {
  transition-delay: 0.21s;
}
[data-hover-text] .hover-text-origin span:nth-child(8),
[data-hover-text] .hover-text-clone span:nth-child(8),
a:has([data-hover-text]) .hover-text-origin span:nth-child(8),
a:has([data-hover-text]) .hover-text-clone span:nth-child(8) {
  transition-delay: 0.24s;
}
[data-hover-text] .hover-text-origin span:nth-child(9),
[data-hover-text] .hover-text-clone span:nth-child(9),
a:has([data-hover-text]) .hover-text-origin span:nth-child(9),
a:has([data-hover-text]) .hover-text-clone span:nth-child(9) {
  transition-delay: 0.27s;
}
[data-hover-text] .hover-text-origin span:nth-child(10),
[data-hover-text] .hover-text-clone span:nth-child(10),
a:has([data-hover-text]) .hover-text-origin span:nth-child(10),
a:has([data-hover-text]) .hover-text-clone span:nth-child(10) {
  transition-delay: 0.3s;
}
[data-hover-text] .hover-text-origin span:nth-child(11),
[data-hover-text] .hover-text-clone span:nth-child(11),
a:has([data-hover-text]) .hover-text-origin span:nth-child(11),
a:has([data-hover-text]) .hover-text-clone span:nth-child(11) {
  transition-delay: 0.33s;
}
[data-hover-text] .hover-text-origin span:nth-child(12),
[data-hover-text] .hover-text-clone span:nth-child(12),
a:has([data-hover-text]) .hover-text-origin span:nth-child(12),
a:has([data-hover-text]) .hover-text-clone span:nth-child(12) {
  transition-delay: 0.36s;
}
[data-hover-text] .hover-text-origin span:nth-child(13),
[data-hover-text] .hover-text-clone span:nth-child(13),
a:has([data-hover-text]) .hover-text-origin span:nth-child(13),
a:has([data-hover-text]) .hover-text-clone span:nth-child(13) {
  transition-delay: 0.39s;
}
[data-hover-text] .hover-text-origin span:nth-child(14),
[data-hover-text] .hover-text-clone span:nth-child(14),
a:has([data-hover-text]) .hover-text-origin span:nth-child(14),
a:has([data-hover-text]) .hover-text-clone span:nth-child(14) {
  transition-delay: 0.42s;
}
[data-hover-text] .hover-text-origin span:nth-child(15),
[data-hover-text] .hover-text-clone span:nth-child(15),
a:has([data-hover-text]) .hover-text-origin span:nth-child(15),
a:has([data-hover-text]) .hover-text-clone span:nth-child(15) {
  transition-delay: 0.45s;
}
[data-hover-text] .hover-text-origin span:nth-child(16),
[data-hover-text] .hover-text-clone span:nth-child(16),
a:has([data-hover-text]) .hover-text-origin span:nth-child(16),
a:has([data-hover-text]) .hover-text-clone span:nth-child(16) {
  transition-delay: 0.48s;
}
[data-hover-text] .hover-text-origin span:nth-child(17),
[data-hover-text] .hover-text-clone span:nth-child(17),
a:has([data-hover-text]) .hover-text-origin span:nth-child(17),
a:has([data-hover-text]) .hover-text-clone span:nth-child(17) {
  transition-delay: 0.51s;
}
[data-hover-text] .hover-text-origin span:nth-child(18),
[data-hover-text] .hover-text-clone span:nth-child(18),
a:has([data-hover-text]) .hover-text-origin span:nth-child(18),
a:has([data-hover-text]) .hover-text-clone span:nth-child(18) {
  transition-delay: 0.54s;
}
[data-hover-text] .hover-text-origin span:nth-child(19),
[data-hover-text] .hover-text-clone span:nth-child(19),
a:has([data-hover-text]) .hover-text-origin span:nth-child(19),
a:has([data-hover-text]) .hover-text-clone span:nth-child(19) {
  transition-delay: 0.57s;
}
[data-hover-text] .hover-text-origin span:nth-child(20),
[data-hover-text] .hover-text-clone span:nth-child(20),
a:has([data-hover-text]) .hover-text-origin span:nth-child(20),
a:has([data-hover-text]) .hover-text-clone span:nth-child(20) {
  transition-delay: 0.6s;
}
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-clone {
  position: absolute;
  top: 0;
  left: 0;
}
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-clone span {
  transform: translateY(120%);
}
@media (hover: hover) {
  [data-hover-text]:hover .hover-text-origin span,
  a:has([data-hover-text]):hover .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:hover .hover-text-clone span,
  a:has([data-hover-text]):hover .hover-text-clone span {
    transform: translateY(0);
  }
}
@media (hover: none) {
  [data-hover-text]:active .hover-text-origin span,
  a:has([data-hover-text]):active .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:active .hover-text-clone span,
  a:has([data-hover-text]):active .hover-text-clone span {
    transform: translateY(0);
  }
}

.animation-bg-in::before {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-bg-in.is-inview::before {
  opacity: 1;
  transform: scale(1);
}

.animation-slide-in {
  opacity: 0;
  transform: translateY(6rem);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animation-slide-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.animation-child-slide-in .animation-child {
  opacity: 0;
  transform: translateY(6rem);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animation-child-slide-in .animation-child:nth-child(1) {
  transition-delay: 0.1s;
}
.animation-child-slide-in .animation-child:nth-child(2) {
  transition-delay: 0.2s;
}
.animation-child-slide-in .animation-child:nth-child(3) {
  transition-delay: 0.3s;
}
.animation-child-slide-in .animation-child:nth-child(4) {
  transition-delay: 0.4s;
}
.animation-child-slide-in .animation-child:nth-child(5) {
  transition-delay: 0.5s;
}
.animation-child-slide-in .animation-child:nth-child(6) {
  transition-delay: 0.6s;
}
.animation-child-slide-in .animation-child:nth-child(7) {
  transition-delay: 0.7s;
}
.animation-child-slide-in .animation-child:nth-child(8) {
  transition-delay: 0.8s;
}
.animation-child-slide-in .animation-child:nth-child(9) {
  transition-delay: 0.9s;
}
.animation-child-slide-in .animation-child:nth-child(10) {
  transition-delay: 1s;
}
.animation-child-slide-in .animation-child:nth-child(11) {
  transition-delay: 1.1s;
}
.animation-child-slide-in .animation-child:nth-child(12) {
  transition-delay: 1.2s;
}
.animation-child-slide-in .animation-child:nth-child(13) {
  transition-delay: 1.3s;
}
.animation-child-slide-in .animation-child:nth-child(14) {
  transition-delay: 1.4s;
}
.animation-child-slide-in .animation-child:nth-child(15) {
  transition-delay: 1.5s;
}
.animation-child-slide-in .animation-child:nth-child(16) {
  transition-delay: 1.6s;
}
.animation-child-slide-in .animation-child:nth-child(17) {
  transition-delay: 1.7s;
}
.animation-child-slide-in .animation-child:nth-child(18) {
  transition-delay: 1.8s;
}
.animation-child-slide-in .animation-child:nth-child(19) {
  transition-delay: 1.9s;
}
.animation-child-slide-in .animation-child:nth-child(20) {
  transition-delay: 2s;
}
.animation-child-slide-in.is-inview .animation-child {
  opacity: 1;
  transform: translateY(0);
}

.animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.animation-fade-in.is-inview {
  opacity: 1;
}

@keyframes arrow_button {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  45% {
    opacity: 0;
    transform: translateX(1rem);
  }
  55% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.layout-container {
  padding-top: 11.4rem;
}
@media screen and (max-width: 768px) {
  .layout-container {
    padding-top: 5rem;
  }
}

.layout-footer {
  color: #fff;
  background: #FF0000;
}
.layout-footer .footer-copyright {
  padding: 2rem 4rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    padding: 1.6rem 2rem;
    font-size: 1rem;
  }
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.4rem;
  padding: 0 4rem;
  border-bottom: 0.4rem solid #FF5F00;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 5rem;
    padding: 0 0 0 1rem;
    border-bottom-width: 0.2rem;
  }
}
.layout-header:has(.header-nav.is-show) {
  background: #fff;
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header-logo {
  position: relative;
  z-index: 10;
  width: 19.3rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo {
    width: 8.7rem;
  }
}
.layout-header .header-logo a {
  display: block;
}
.layout-header .header-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav {
    overflow-y: auto;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    padding: 7rem 2rem 6rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .layout-header .header-nav.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.layout-header .header-nav__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav__logo {
    width: 100%;
    max-width: 22.9rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.layout-header .header-nav__kirakira {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav__kirakira {
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .layout-header .header-nav__kirakira--1 {
    width: 4.6rem;
    top: 20.6rem;
    right: 3rem;
  }
  .layout-header .header-nav__kirakira--2 {
    width: 5.7rem;
    top: 45.3rem;
    left: 3rem;
  }
}
.layout-header .header-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .layout-header .header-menu {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 5.6rem;
    font-size: 2.4rem;
  }
}
.layout-header .header-menu__item {
  position: relative;
}
.layout-header .header-menu__item > a, .layout-header .header-menu__item > button {
  position: relative;
  display: block;
  text-decoration: none;
  user-select: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-menu__item > a::after, .layout-header .header-menu__item > button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.1rem);
  left: -2.2rem;
  width: 1.8rem;
  height: 2.2rem;
  background: url("/assets/img/common/img_kirakira.svg") no-repeat center center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  .layout-header .header-menu__item > a:hover, .layout-header .header-menu__item > button:hover {
    color: #FF5F00;
  }
  .layout-header .header-menu__item > a:hover::after, .layout-header .header-menu__item > button:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .layout-header .header-menu__item > a:active, .layout-header .header-menu__item > button:active {
    color: #FF5F00;
  }
  .layout-header .header-menu__item > a:active::after, .layout-header .header-menu__item > button:active::after {
    opacity: 1;
  }
}
.layout-header .header-menu__item > a.is-current, .layout-header .header-menu__item > button.is-current {
  color: #FF5F00;
}
.layout-header .header-menu__item > a.is-current::after, .layout-header .header-menu__item > button.is-current::after {
  opacity: 1;
}
.layout-header .header-sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-sns {
    flex-direction: column;
    margin-top: 5.5rem;
  }
}
.layout-header .header-sns__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
@media (hover: hover) {
  .layout-header .header-sns__item a:hover .header-sns__icon {
    background: #FF5F00;
  }
}
@media (hover: none) {
  .layout-header .header-sns__item a:active .header-sns__icon {
    background: #FF5F00;
  }
}
.layout-header .header-sns__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  display: block;
  background: #000;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .layout-header .header-sns__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
  }
}
.layout-header .header-sns__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-sns__text {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.layout-header .header-hamburger {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  background: #FF5F00;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    display: flex;
  }
}
.layout-header .header-hamburger__line {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-hamburger__line:nth-child(1) {
  transform: translateY(-0.8rem);
}
.layout-header .header-hamburger__line:nth-child(3) {
  transform: translateY(0.8rem);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(2) {
  opacity: 0;
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.component-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6rem 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .component-modal {
    padding: 4rem 0;
  }
}
.component-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.component-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 167, 242, 0.8);
  z-index: 10;
}
.component-modal__content {
  position: relative;
  margin: auto;
  z-index: 20;
}
.component-modal__content > *:first-child {
  margin-top: 0;
}
.component-modal__close {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: absolute;
  top: -2rem;
  right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0.2rem solid #FF5F00;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .component-modal__close {
    right: 2rem;
  }
}
.component-modal__close::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #FF5F00;
  mask: url("/assets/img/common/icn_close.svg") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .helper-only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .helper-only-pc {
    display: none !important;
  }
}
