@charset "UTF-8";
:root {
  --pacifico: "Pacifico", cursive;
  --noto: "Noto Sans JP", sans-serif;
}

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

:where(html) {
  scroll-behavior: smooth;
}

:where(body) {
  margin: 0;
  font-family: var(--noto);
}

:where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

:where(img) {
  max-width: 100%;
  vertical-align: bottom;
}

.slider-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  padding: 20px 0 0;
  overflow: hidden;
  background: url("../img/slider_bg_sp.svg") no-repeat left bottom -1px/100% auto;
}
@media (min-width: 769px) {
  .slider-wrap {
    height: 376px;
    padding: 80px 0 0;
    background-image: url("../img/slider_bg_pc.svg");
  }
}

.slider {
  transform: rotate(3deg);
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  margin: 0 2px;
}
.slider .slick-slide img {
  width: 165px;
}
@media (min-width: 769px) {
  .slider .slick-slide img {
    width: 220px;
  }
}

.fv {
  position: relative;
  padding: 10px 10px 0;
}
@media (min-width: 769px) {
  .fv {
    padding: 20px 20px 0;
  }
}
.fv__logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .fv__logo {
    top: clamp(1px, 41.875vw, 603px);
  }
}
.fv__logo img {
  width: 209px;
}
@media (min-width: 769px) {
  .fv__logo img {
    width: 22.2222222222vw;
  }
}
.fv__title {
  position: absolute;
  top: 390px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .fv__title {
    top: 0;
    left: 4.1666666667vw;
    width: auto;
  }
}
.fv__bg {
  display: flex;
  flex-direction: column;
  gap: 267px;
}
@media (min-width: 769px) {
  .fv__bg {
    gap: 10px;
    width: 52.7777777778vw;
    margin: 0 0 0 auto;
  }
}
.fv__bg-top img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 769px) {
  .fv__bg-top img {
    height: auto;
    max-height: 1000px;
  }
}
.fv__bg-bottom {
  display: flex;
  gap: 4px;
}
@media (min-width: 769px) {
  .fv__bg-bottom {
    gap: 10px;
  }
}
.fv__bg-bottom picture {
  flex-grow: 1;
}
.fv__bg-bottom img {
  width: 100%;
}
@media (min-width: 769px) {
  .fv__bg-bottom img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv__welcome {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 6px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .fv__welcome {
    position: absolute;
    bottom: 0;
    left: 6.9444444444vw;
    gap: 40px;
    width: 34.7222222222vw;
    padding: 0;
    margin-top: 0;
  }
}
.fv__welcome-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 769px) {
  .fv__welcome-head {
    align-items: flex-start;
  }
}
.fv__welcome-title {
  width: 100%;
  padding: 12px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.2em;
  background: #333;
}
@media (min-width: 769px) {
  .fv__welcome-title {
    width: auto;
    font-size: clamp(13px, 1.1111111111vw, 16px);
  }
}
.fv__about-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: var(--noto);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  color: #333;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .fv__about-text {
    font-size: clamp(10px, 1.1111111111vw, 16px);
    line-height: 2.4;
  }
}
.fv__about-text br {
  display: none;
}
@media (min-width: 1280px) {
  .fv__about-text br {
    display: block;
  }
}
.fv::after {
  display: none;
}
@media (min-width: 769px) {
  .fv::after {
    position: absolute;
    bottom: -77px;
    left: 46vw;
    display: block;
    width: 11.9444444444vw;
    aspect-ratio: 175/221;
    content: "";
    background: url("../img/fv_stamp.svg");
    background-size: contain;
    transform: translateX(-50%);
  }
}

.bg-blue {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px 0;
  background: #E8F7FF;
}
@media (min-width: 769px) {
  .bg-blue {
    gap: 120px;
    padding: 20px 0 80px;
  }
}

.offers__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offers__title-icon {
  margin-bottom: 12px;
}
.offers__title-en {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
  font-family: var(--pacifico);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #E94781;
}
.offers__title-en::before, .offers__title-en::after {
  display: block;
  flex-grow: 1;
  height: 1px;
  content: "";
  background: #E94781;
}
@media (min-width: 769px) {
  .offers__title-en::before, .offers__title-en::after {
    flex-grow: 0;
    width: 180px;
  }
}
.offers__title-jp {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .offers__title-jp {
    font-size: 2rem;
  }
}
.offers__promotion {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 0 20px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .offers__promotion {
    padding: 0 80px;
    margin-top: 60px;
  }
}
.offers__promotion-lead {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  color: #333;
  text-align: justify;
  letter-spacing: 0.1em;
  text-box-trim: trim-end;
}
@media (min-width: 769px) {
  .offers__promotion-lead {
    font-size: 1rem;
    text-align: center;
  }
}
.offers__promotion-lead .pc {
  display: none;
}
@media (min-width: 769px) {
  .offers__promotion-lead .pc {
    display: block;
  }
}
.offers__promotion-code {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 769px) {
  .offers__promotion-code {
    gap: 20px;
  }
}
.offers__promotion-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #E94781;
  text-align: center;
  letter-spacing: 0.1em;
}
.offers__promotion-button {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 4px 4px 4px 24px;
  margin: 0;
  font: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background: #E94781;
  border: none;
  border-radius: 4px;
}
.offers__promotion-button::after {
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  content: "";
  background: url("../img/offers_copy.svg") no-repeat center center/contain;
}
@media (min-width: 769px) {
  .offers__promotion-button {
    gap: 20px;
    padding: 4px 4px 4px 28px;
    font-size: 2rem;
  }
  .offers__promotion-button::after {
    width: 40px;
  }
}
.offers__slider {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .offers__slider {
    margin-top: 120px;
  }
}
.offers__slider .slick-track {
  display: flex;
}
.offers__slider .slick-slide {
  height: auto !important;
}
.offers__card {
  margin: 0 20px;
}
@media (min-width: 769px) {
  .offers__card {
    width: 55.5555555556vw;
  }
}
.offers__slider-controller {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.offers__slider-controller button {
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
}
.offers__slider-controller .slick-prev {
  order: 1;
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: url("../img/slider_prev.svg");
}
.offers__slider-controller .slick-next {
  order: 3;
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: url("../img/slider_next.svg");
}
.offers__slider-controller .slick-dots {
  display: flex;
  gap: 15px;
  align-items: center;
  order: 2;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offers__slider-controller .slick-dots li {
  font-size: 0;
  line-height: 0;
}
.offers__slider-controller .slick-dots button {
  width: 8px;
  height: 8px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(50, 174, 191, 0.5);
  border-radius: 4px;
  transition: 0.3s;
}
.offers__slider-controller .slick-dots .slick-active button {
  position: relative;
  width: 36px;
}
.offers__slider-controller .slick-dots .slick-active button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 8px;
  content: "";
  background: #32AEBF;
  animation: progress 5s normal;
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 105%;
  }
}
.copy-tooltip {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 123px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  pointer-events: none;
  background: rgba(50, 174, 191, 0.9);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* PCではマウスの位置に表示 */
@media (width >= 769px) {
  .copy-tooltip.mouse {
    transform: translateY(0);
  }
  .copy-tooltip.mouse.active {
    opacity: 1;
    transform: translateY(-6px);
  }
}
/* スマホでは左下固定 */
@media (width <= 768px) {
  .copy-tooltip {
    inset: auto auto 10px 10px !important;
    opacity: 0;
    transform: translateY(10px);
  }
  .copy-tooltip.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .section__title {
    margin-bottom: 60px;
    gap: 32px;
  }
}
.section__title-en {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #E94781;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .section__title-en {
    gap: 20px;
    font-size: 1.375rem;
  }
}
.section__title-en::before {
  display: block;
  width: 32px;
  height: 2px;
  content: "";
  background: #E94781;
}
.section__title-jp {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (min-width: 769px) {
  .section__title-jp {
    font-size: 2rem;
  }
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 1440px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .post-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 80px;
  }
}
.post-grid__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}
.post-grid__link:hover {
  opacity: 0.7;
}
.post-grid__thumbnail {
  position: relative;
}
.post-grid__thumbnail-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid__thumbnail-image--offers {
  aspect-ratio: 2/1;
}
.post-grid__logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 54px;
  aspect-ratio: 1/1;
  padding: 5px;
  background: #fff;
}
@media (min-width: 769px) {
  .post-grid__logo {
    width: 88px;
    padding: 8px;
  }
}
.post-grid__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-grid__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 12px;
  background: url("../img/grid_bg.webp");
  background-size: 250px auto;
}
@media (min-width: 769px) {
  .post-grid__contents {
    padding: 16px;
  }
}
.post-grid__contents--offers {
  gap: 12px;
  padding: 20px;
}
@media (min-width: 769px) {
  .post-grid__contents--offers {
    padding: 28px;
  }
}
.post-grid__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #FFDF3C;
}
@media (min-width: 769px) {
  .post-grid__title {
    font-size: 1.25rem;
  }
}
.post-grid__title::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.post-grid__title--offers {
  font-size: 1.5rem;
}
.post-grid__title--offers::after {
  display: none;
}
@media (min-width: 769px) {
  .post-grid__title--offers {
    font-size: 1.75rem;
  }
}
.post-grid__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #FFF;
  text-align: justify;
}
.post-grid__description--offers {
  line-height: 1.8;
}

.movie {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 54.9333333333vw;
  background: url("../img/bg-blue_deco_sp.svg") no-repeat;
  background-position: top -1px center;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .movie {
    gap: 120px;
    padding-top: 21.875vw;
    background-image: url("../img/bg-blue_deco_pc.svg");
  }
}
.movie__section {
  position: relative;
  padding: 0 16px;
}
.movie__section--family {
  padding-bottom: 158px;
}
@media (min-width: 769px) {
  .movie__section--family {
    padding-bottom: 24.3055555556vw;
  }
}
.movie__section--filial {
  padding-bottom: 158px;
}
@media (min-width: 769px) {
  .movie__section--filial {
    padding-top: 22.2222222222vw;
    padding-bottom: 20.1388888889vw;
  }
}
.movie__section--romance {
  padding-bottom: 163px;
}
@media (min-width: 769px) {
  .movie__section--romance {
    padding-top: 22.2222222222vw;
    padding-bottom: 20.1388888889vw;
  }
}
.movie__title {
  text-align: center;
}
.movie__section-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .movie__section-head {
    gap: 40px;
  }
}
.movie__section-head--family {
  justify-content: center;
  margin-bottom: 246px;
  text-align: center;
}
@media (min-width: 769px) {
  .movie__section-head--family {
    margin-bottom: 31.9444444444vw;
  }
}
.movie__section-head--filial {
  margin-bottom: 183px;
}
@media (min-width: 769px) {
  .movie__section-head--filial {
    position: absolute;
    top: 5.5555555556vw;
    left: 11.1111111111vw;
  }
}
.movie__section-head--romance {
  margin-bottom: 183px;
}
@media (min-width: 769px) {
  .movie__section-head--romance {
    position: absolute;
    top: 5.5555555556vw;
    right: 11.1111111111vw;
    width: 43.0555555556vw;
  }
}
.movie__section-title {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 769px) {
  .movie__section-title {
    font-size: 3rem;
    font-size: clamp(28px, 3.3333333333vw, 48px);
  }
}
.movie__section-title--family {
  align-self: center;
  color: #32AEBF;
}
.movie__section-title--filial {
  color: #F69324;
}
.movie__section-title--romance {
  color: #E7105F;
}
.movie__section-title .is-small {
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .movie__section-title .is-small {
    font-size: 1.75rem;
    font-size: clamp(20px, 1.9444444444vw, 28px);
  }
}
.movie__section-lead {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #333;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  .movie__section-lead {
    font-size: 1.5rem;
    font-size: clamp(16px, 1.6666666667vw, 24px);
  }
}
.movie__thumbnail {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.movie__thumbnail::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  content: "";
  transition: 0.3s;
}
.movie__thumbnail img {
  position: relative;
  z-index: 2;
  width: 343px;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .movie__thumbnail img {
    width: auto;
  }
}
.movie__thumbnail--family:hover::after {
  background: rgba(50, 174, 191, 0.5);
}
.movie__thumbnail--filial:hover::after {
  background: rgba(246, 147, 36, 0.5);
}
.movie__thumbnail--romance:hover::after {
  background: rgba(231, 16, 95, 0.5);
}
@media (min-width: 769px) {
  .movie__thumbnail--family img, .movie__thumbnail--filial img, .movie__thumbnail--romance img {
    width: 55.5555555556vw;
  }
}
.movie__family-bg01 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  width: 200px;
}
@media (min-width: 769px) {
  .movie__family-bg01 {
    top: 12.5vw;
    width: 44.4444444444vw;
  }
  .movie__family-bg01 img {
    width: 100%;
  }
}
.movie__family-bg02 {
  position: absolute;
  right: 0;
  top: 140px;
  z-index: -1;
  width: 120px;
}
@media (min-width: 769px) {
  .movie__family-bg02 {
    top: 23.6111111111vw;
    width: 31.9444444444vw;
  }
  .movie__family-bg02 img {
    width: 100%;
  }
}
.movie__family-bg03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 140px;
}
@media (min-width: 769px) {
  .movie__family-bg03 {
    width: 27.7777777778vw;
  }
  .movie__family-bg03 img {
    width: 100%;
  }
}
.movie__filial-bg01 {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
  width: 160px;
}
@media (min-width: 769px) {
  .movie__filial-bg01 {
    top: 0;
    width: 34.7222222222vw;
  }
  .movie__filial-bg01 img {
    width: 100%;
  }
}
.movie__filial-bg02 {
  position: absolute;
  bottom: 54px;
  left: 0;
  z-index: -1;
  width: 160px;
}
@media (min-width: 769px) {
  .movie__filial-bg02 {
    bottom: 123px;
    width: 31.9444444444vw;
  }
  .movie__filial-bg02 img {
    width: 100%;
  }
}
.movie__filial-bg03 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 120px;
}
@media (min-width: 769px) {
  .movie__filial-bg03 {
    width: 21.8055555556vw;
  }
  .movie__filial-bg03 img {
    width: 100%;
  }
}
.movie__romance-bg01 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  width: 160px;
}
@media (min-width: 769px) {
  .movie__romance-bg01 {
    top: 0;
    width: 34.7222222222vw;
  }
  .movie__romance-bg01 img {
    width: 100%;
  }
}
.movie__romance-bg02 {
  position: absolute;
  right: 0;
  bottom: 54px;
  z-index: -1;
  width: 160px;
}
@media (min-width: 769px) {
  .movie__romance-bg02 {
    bottom: 133px;
    width: 31.9444444444vw;
  }
  .movie__romance-bg02 img {
    width: 100%;
  }
}
.movie__romance-bg03 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 120px;
}
@media (min-width: 769px) {
  .movie__romance-bg03 {
    width: 21.8055555556vw;
  }
  .movie__romance-bg03 img {
    width: 100%;
  }
}

.c-button01 {
  font-size: 16px;
  font-size: 1rem;
  display: flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 320px;
  height: 54px;
  max-width: 100%;
  background: #EBF7F8;
  color: #33AEBE;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .c-button01:hover::before {
    opacity: 0.3;
  }
}
.c-button01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.c-background01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-background01 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-background02 {
  background: url("../img/top/p-top-campaign-background01_pc.png") repeat left top/1024px 1024px;
}

@media (width <= 810px) {
  .c-background02 {
    background: url("../img/top/p-top-campaign-background01_sp.png") repeat left top/480px 480px;
  }
}
.c-modal01__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.c-modal01__container {
  display: flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  height: 100%;
}

.c-modal01__iframe {
  position: relative;
  width: 69.5%;
  max-width: calc(100% - 40px);
  height: 0;
  margin: auto;
  padding: 39.09375% 0 0;
}

@media (width <= 999px) {
  .c-modal01__iframe {
    width: calc(100% - 40px);
    padding: calc((100% - 40px) * 0.5625) 0 0;
  }
}
.c-modal01__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal01__button {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  transition: 0.3s;
}

.c-modal01__button:active {
  pointer-events: none;
}

@media (any-hover: hover) {
  .c-modal01__button:hover {
    opacity: 0.7;
  }
}
@media (width <= 810px) {
  .c-modal01__button {
    width: 20px;
    height: 20px;
    top: -30px;
  }
}
/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal01__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal01__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal01__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal01__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal01__container,
.micromodal-slide .c-modal01__overlay {
  will-change: transform;
}

.l-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding: 40px 20px;
  margin-top: 157px;
}
@media (min-width: 769px) {
  .l-footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 80px 80px;
  }
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, #E7105F 15%, #F4812C, #FFDD03, #83C273, #0DA4DF 85%);
}
.l-footer__copyright {
  font-family: "Program OT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333;
  text-align: center;
  letter-spacing: 1.4px;
}
@media (min-width: 769px) {
  .l-footer__copyright {
    font-size: 18px;
  }
}

.l-totop {
  position: absolute;
  top: -14px;
  right: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  transform: translateY(-100%);
}
.l-totop::before {
  content: url("../img/totop_sp.svg");
}

.c-fadein,
.c-fadein-load {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

@media (width >= 811px) {
  .c-fadein.is-delay200,
  .c-fadein-load.is-delay200 {
    transition: opacity 0.6s 0.2s ease-in-out;
  }
}
@media (width >= 811px) {
  .c-fadein.is-delay300,
  .c-fadein-load.is-delay300 {
    transition: opacity 0.6s 0.3s ease-in-out;
  }
}
@media (width >= 811px) {
  .c-fadein.is-delay600,
  .c-fadein-load.is-delay600 {
    transition: opacity 0.6s 0.6s ease-in-out;
  }
}
.c-fadein.is-scrollin,
.c-fadein-load.is-scrollin {
  opacity: 1;
}

.c-fadein.is-loadin,
.c-fadein-load.is-loadin {
  opacity: 1;
}

.c-fadeup {
  opacity: 0;
  transform: translateY(40px);
  transform: translateY(40px);
  transition: opacity 0.8s ease-in-out, transform 0.6s ease-in-out;
}

@media (width >= 811px) {
  .c-fadeup.is-delay300 {
    transition: opacity 0.8s 0.3s ease-in-out, transform 0.6s 0.3s ease-in-out;
  }
}
@media (width >= 811px) {
  .c-fadeup.is-delay400 {
    transition: opacity 0.8s 0.4s ease-in-out, transform 0.6s 0.4s ease-in-out;
  }
}
@media (width >= 811px) {
  .c-fadeup.is-delay450 {
    transition: opacity 0.8s 0.45s ease-in-out, transform 0.6s 0.45s ease-in-out;
  }
}
.c-fadeup.is-scrollin {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(0);
}