@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Zen Maru Gothic";
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141414;
  background: #fff;
  letter-spacing: 0.13rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2rem;
  }
}
body * {
  outline: none;
  font-feature-settings: "palt" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture {
  display: block;
  line-height: 0;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a,
em,
strong,
i {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

dl dt {
  font-weight: inherit;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.6;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141414;
  background: #fff;
  letter-spacing: 0.13rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 1.5rem;
  }
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  display: block;
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  transition: opacity 0.3s;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.js_accordion dt {
  cursor: pointer;
}
.js_accordion dd {
  display: none;
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_tab02 .js_tab_content02 {
  position: relative;
}
.js_tab02 .js_tab_content02 > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab02 .js_tab_content02 > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.1s;
}
.js_anim_scroll.is-anim {
  transform: translateY(0);
  opacity: 1;
}

.js_anim_scroll_group > * {
  display: inline-block;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(20px);
  opacity: 0;
}
.js_anim_scroll_group > *:nth-child(2) {
  transition-delay: 0.06s;
}
.js_anim_scroll_group > *:nth-child(3) {
  transition-delay: 0.12s;
}
.js_anim_scroll_group > *:nth-child(4) {
  transition-delay: 0.18s;
}
.js_anim_scroll_group > *:nth-child(5) {
  transition-delay: 0.24s;
}
.js_anim_scroll_group > *:nth-child(6) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(7) {
  transition-delay: 0.36s;
}
.js_anim_scroll_group > *:nth-child(8) {
  transition-delay: 0.42s;
}
.js_anim_scroll_group > *:nth-child(9) {
  transition-delay: 0.48s;
}
.js_anim_scroll_group > *:nth-child(10) {
  transition-delay: 0.54s;
}
.js_anim_scroll_group > *:nth-child(11) {
  transition-delay: 0.6s;
}
.js_anim_scroll_group > *:nth-child(12) {
  transition-delay: 0.66s;
}
.js_anim_scroll_group > *:nth-child(13) {
  transition-delay: 0.72s;
}
.js_anim_scroll_group > *:nth-child(14) {
  transition-delay: 0.78s;
}
.js_anim_scroll_group > *:nth-child(15) {
  transition-delay: 0.84s;
}
.js_anim_scroll_group > *:nth-child(16) {
  transition-delay: 0.9s;
}
.js_anim_scroll_group > *:nth-child(17) {
  transition-delay: 0.96s;
}
.js_anim_scroll_group > *:nth-child(18) {
  transition-delay: 1.02s;
}
.js_anim_scroll_group > *:nth-child(19) {
  transition-delay: 1.08s;
}
.js_anim_scroll_group > *:nth-child(20) {
  transition-delay: 1.14s;
}
.js_anim_scroll_group > *:nth-child(21) {
  transition-delay: 1.2s;
}
.js_anim_scroll_group > *:nth-child(22) {
  transition-delay: 1.26s;
}
.js_anim_scroll_group > *:nth-child(23) {
  transition-delay: 1.32s;
}
.js_anim_scroll_group > *:nth-child(24) {
  transition-delay: 1.38s;
}
.js_anim_scroll_group.is-anim > * {
  transform: translateY(0);
  opacity: 1;
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

.delay04 {
  transition-delay: 1.2s;
}

.delay05 {
  transition-delay: 1.5s;
}

.delay06 {
  transition-delay: 1.8s;
}

.delay07 {
  transition-delay: 2.1s;
}

.delay08 {
  transition-delay: 2.4s;
}

.delay09 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

.m_box_fixed {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    padding: 0;
  }
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

#l_container {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  box-shadow: 0 0 7rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #l_container {
    width: 75rem;
  }
}
#l_container .sec__inner {
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #l_container .sec__inner {
    width: 75rem;
  }
}
#l_container {
  /*  modal */
}
#l_container .modal__wrap {
  display: flex;
}
#l_container .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease-in-out;
}
#l_container .modal-container {
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#l_container .modal-container a {
  display: block;
  width: 61rem;
  margin: 4.3rem auto 0;
}
#l_container .modal-container a:hover {
  opacity: 1;
}
#l_container .modal-container a:first-of-type {
  margin-top: 0;
}
#l_container .modal-content {
  max-width: 87%;
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, 0%);
  animation: show 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  #l_container .modal-content {
    width: 80%;
    max-width: 80%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#l_container .modal-content img {
  max-width: 60rem;
  max-height: 90vw;
  cursor: default;
}
@media screen and (max-width: 767px) {
  #l_container .modal-content img {
    padding: 2rem 0;
    max-height: none;
  }
}
#l_container .modal-close__wrap {
  position: absolute;
  top: -6rem;
  left: 50%;
  width: 100%;
  max-width: 60rem;
  height: 6.5rem;
  transform: translate(-50%, 0);
  cursor: default;
}
#l_container .modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  cursor: pointer;
}
#l_container .modal-close img {
  padding: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
#l_container .modal-close:before {
  transform: rotate(45deg);
}
#l_container .modal-close:after {
  transform: rotate(-45deg);
}
#l_container .modal-close:hover, #l_container .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
#l_container .modal-title {
  color: #FFF;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* あとで戻す */
body.lock {
  overflow: hidden;
  height: 100%;
}

/* 初期状態：メインは隠す */
header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in;
}

#sec-main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in;
}

/* 表示状態 */
header.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease-in;
}

#sec-main.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in;
}

/* あとで消す */
/* あとで消す */
body {
  background-color: #EBEBEB;
}

a {
  filter: brightness(1); /* 100%の明るさ */
  transition: filter 0.3s ease; /* スムーズな変化 */
}

a:hover {
  opacity: 1;
  transition: filter 0.3s ease; /* スムーズな変化 */
  filter: brightness(1.1); /* 120%の明るさ */
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.hover_anime {
  filter: brightness(1); /* 100%の明るさ */
  transition: filter 0.3s ease; /* スムーズな変化 */
}

.hover_anime:hover {
  opacity: 1;
  transition: filter 0.3s ease; /* スムーズな変化 */
  filter: brightness(1.1); /* 120%の明るさ */
}
@media screen and (max-width: 767px) {
  .hover_anime:hover {
    opacity: 1;
  }
}

.quicksand {
  font-family: "Quicksand", sans-serif;
}

.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

/* ------------------------------------
  countdown
------------------------------------ */
.countdown {
  position: relative;
}
.countdown a {
  pointer-events: none;
}
.countdown .countdown__wrap {
  width: 70.875rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url("../img/countdown_bg.webp") no-repeat center top;
  background-size: 100% auto;
  z-index: 10;
  padding-bottom: 5rem;
}
.countdown .countdown__wrap--01 {
  top: -13rem;
}
.countdown .countdown__wrap--02 {
  top: -11rem;
}
.countdown .countdown__wrap--03 {
  top: -4rem;
}
.countdown .countdown__wrap--04 {
  top: 1.7rem;
}
.countdown__head {
  display: flex;
  align-items: center;
  padding: 2rem 5rem 0;
}
.countdown__head .icon {
  width: 11.0625rem;
  margin-left: -0.5rem;
}
.countdown__head .txt {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 600;
  margin-left: 0.5rem;
}
.countdown__head .txt span {
  font-family: "Quicksand", sans-serif;
  font-size: 9.1875rem;
}
.countdown .time-container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0.7rem 5.5rem 0;
}
.countdown .time-container .txt01 {
  width: 25.875rem;
  margin: 0 auto;
}
.countdown .time-container .time-inner {
  display: flex;
  justify-content: center;
  color: #E61015;
  line-height: 1;
}
.countdown .time-container .time-inner .time {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  min-width: 9.5rem;
  letter-spacing: 0;
}
.countdown .time-container .time-inner .time span {
  font-family: "Quicksand", sans-serif;
  font-size: 7.875rem;
  font-weight: 700;
  display: block;
}
.countdown .time-container .time-inner .time02 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 6.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
  min-width: 3rem;
}

/* カウントダウン終了後 */
.is-end .countdown a {
  pointer-events: auto;
}
.is-end .countdown__wrap {
  display: none;
}

#page_top {
  overflow: hidden;
  width: 75rem;
  background: #fff;
  position: relative;
  /* ------------------------------------
    opening
  ------------------------------------ */
}
#page_top #opening {
  position: fixed;
  top: 0;
  left: 50%;
  width: 75rem;
  height: 100vh;
  background: radial-gradient(ellipse 40% 60%, rgb(252, 239, 234) 0%, rgb(248, 215, 205) 48%, rgb(255, 185, 165) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
  transform: translateX(-50%);
}
#page_top #opening .op_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 28.875rem;
  margin: 1.875rem 2.625rem;
}
#page_top #opening .op_logo img {
  width: 100%;
}
#page_top #opening .op__txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30.84375rem;
  /* 画像 */
}
#page_top #opening .op__txt img {
  width: 100%;
  opacity: 0;
}
#page_top #opening .op__txt {
  /* 表示 */
}
#page_top #opening .op__txt img.show {
  opacity: 1;
}
#page_top #opening .op__txt .line01 {
  width: 7rem;
  position: absolute;
}
#page_top #opening .op__txt .line02 {
  width: 7rem;
  position: absolute;
  left: -4rem;
  top: 14rem;
}
#page_top #opening .op__txt .line03 {
  width: 7rem;
  position: absolute;
  left: -10rem;
  top: 34rem;
}
#page_top #opening .op__txt .op__txt01 {
  width: 9.15rem;
  position: absolute;
  left: 0;
  top: 0;
}
#page_top #opening .op__txt .op__txt02 {
  width: 2.731875rem;
  position: absolute;
  left: 3.6rem;
  top: 9rem;
}
#page_top #opening .op__txt .op__txt03 {
  width: 3.2025rem;
  position: absolute;
  left: 3.4rem;
  top: 13.9rem;
}
#page_top #opening .op__txt .op__txt04 {
  width: 2.24625rem;
  position: absolute;
  left: 3.7rem;
  top: 17.5rem;
}
#page_top #opening .op__txt .op__txt05 {
  width: 5.926875rem;
  position: absolute;
  left: 0;
  top: 0;
}
#page_top #opening .op__txt .op__txt06 {
  width: 3.2925rem;
  position: absolute;
  left: 0.2rem;
  top: 6.2rem;
}
#page_top #opening .op__txt .op__txt07 {
  width: 4.209375rem;
  position: absolute;
  left: 0.2rem;
  top: 11.3rem;
}
#page_top #opening .op__txt .op__txt08 {
  width: 2.720625rem;
  position: absolute;
  left: 0.1rem;
  top: 15.9rem;
}
#page_top #opening .op__txt .op__txt09 {
  width: 2.218125rem;
  position: absolute;
  left: 0.1rem;
  top: 21.4rem;
}
#page_top #opening .op__txt .op__txt10 {
  width: 4.725rem;
  position: absolute;
  left: -0.2rem;
  top: 27.6rem;
}
#page_top #opening .op__txt .op__txt11 {
  width: 1.974375rem;
  position: absolute;
  left: 0.7rem;
  top: 37rem;
}
#page_top #opening .op__txt .op__txt12 {
  width: 2.6625rem;
  position: absolute;
  left: -0.4rem;
  top: -0.1rem;
}
#page_top #opening .op__txt .op__txt13 {
  width: 1.265625rem;
  position: absolute;
  left: -0.3rem;
  top: 6rem;
}
#page_top #opening .op__txt .op__txt14 {
  width: 4.509375rem;
  position: absolute;
  left: -1.1rem;
  top: 11rem;
}
#page_top #opening .op__txt .op__txt15 {
  width: 2.3625rem;
  position: absolute;
  left: -0.5rem;
  top: 15rem;
}
#page_top #opening .op__txt .op__txt16 {
  width: 3.6075rem;
  position: absolute;
  left: 0;
  top: 22.3rem;
}
#page_top #opening {
  /* フェードアウト */
}
#page_top #opening.hide {
  opacity: 0;
  pointer-events: none; /* クリック防止 */
}
#page_top {
  /* ------------------------------------
    header
  ------------------------------------ */
}
#page_top header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
#page_top header .logo {
  width: 28.875rem;
  margin: 1.875rem 2.625rem;
}
#page_top header .logo img {
  width: 100%;
}
#page_top {
  /* ------------------------------------
    sec-main
  ------------------------------------ */
}
#page_top #sec-main {
  position: relative;
  /* ------------------------------------
    sec-mv
  ------------------------------------ */
}
#page_top #sec-main #sec-mv .slide {
  position: relative;
  margin: 0 0 0;
}
#page_top #sec-main #sec-mv .slide .swiper {
  overflow: visible;
}
#page_top #sec-main #sec-mv .slide .swiper .swiper-wrapper .swiper-slide {
  transition-property: opacity;
}
#page_top #sec-main #sec-mv .slide .swiper .swiper-wrapper .slide__item {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}
#page_top #sec-main #sec-mv .slide .swiper .swiper-wrapper .slide__item .slide__img {
  width: 100%;
  margin: 0 auto;
}
#page_top #sec-main #sec-mv .slide .swiper-button-prev,
#page_top #sec-main #sec-mv .slide .swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  width: 6rem;
  height: 14rem;
  background: #D9D9D9;
  box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.1);
  border-radius: 1.4rem 0 0 1.4rem;
  transform: translate(0, -50%);
}
#page_top #sec-main #sec-mv .slide .swiper-button-prev::before,
#page_top #sec-main #sec-mv .slide .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #525252;
  height: 2.1650635095rem;
  width: 2.5rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#page_top #sec-main #sec-mv .slide .swiper-button-next {
  left: auto;
  right: 0;
  border-radius: 0 1.4rem 1.4rem 0;
}
#page_top #sec-main #sec-mv .slide .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#page_top #sec-main {
  /* ------------------------------------
    sec-lead
  ------------------------------------ */
}
#page_top #sec-main .sec-lead {
  position: relative;
  z-index: 2;
  padding-top: 5.71875rem;
}
#page_top #sec-main .sec-lead .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#page_top #sec-main .sec-lead h2 {
  width: 46.125rem;
  margin-left: 17.25rem;
}
#page_top #sec-main .sec-lead .l-txt {
  text-align: center;
  font-size: 2.625rem;
  margin-top: -0.4rem;
  letter-spacing: 0.25rem;
  line-height: 5.25rem;
}
#page_top #sec-main .sec-lead .img__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
#page_top #sec-main .sec-lead .img__wrap .img__item {
  position: absolute;
  left: 0;
  top: -100rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(1) {
  width: 57.125rem;
  left: -24.1rem;
  top: -19.6rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(2) {
  width: 30.875rem;
  left: auto;
  right: -15.5rem;
  top: -0.4rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(3) {
  width: 37.125rem;
  left: -12.8rem;
  top: 20.4rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(4) {
  width: 33.3125rem;
  left: auto;
  right: -10.2rem;
  top: 37.1rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(5) {
  width: 33.25rem;
  left: -13rem;
  top: 56rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(6) {
  width: 30.4375rem;
  left: 14.6rem;
  top: 53.7rem;
}
#page_top #sec-main .sec-lead .img__wrap .img__item:nth-child(7) {
  width: 42.5625rem;
  left: auto;
  right: -12.4rem;
  top: 51.7rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-50th
  ------------------------------------ */
}
#page_top #sec-main .sec-50th {
  position: relative;
  z-index: -1;
  background: url("../img/sec_50th_bg.webp") no-repeat center top;
  background-size: 100% auto;
  margin-top: 20.625rem;
}
#page_top #sec-main .sec-50th h2 {
  width: 41.5625rem;
  margin: 0 auto;
  padding-top: 15.84375rem;
}
#page_top #sec-main .sec-50th .img--01 {
  position: absolute;
  left: -5.6rem;
  top: 35.125rem;
  width: 35.75rem;
}
#page_top #sec-main .sec-50th .btn__list li {
  width: 46.125rem;
}
#page_top #sec-main .sec-50th .btn__list li:nth-child(1) {
  margin: 2.2rem 0 0 33.1rem;
}
#page_top #sec-main .sec-50th .btn__list li:nth-child(2) {
  width: 47.875rem;
  margin: -12.7rem 0 0 18.1rem;
}
#page_top #sec-main .sec-50th .btn__list li:nth-child(3) {
  margin: -0.8rem 0 0 20.6rem;
}
#page_top #sec-main .sec-50th .btn__list li:nth-child(4) {
  margin: -1.3rem 0 0 39.3rem;
}
#page_top #sec-main .sec-50th .btn__list li a {
  display: block;
  cursor: pointer;
}
#page_top #sec-main .sec-50th .cta {
  margin-top: 4.3rem;
  padding-bottom: 14rem;
  position: relative;
}
#page_top #sec-main .sec-50th .cta a {
  display: block;
  width: 60.75rem;
  margin: 0 auto;
}
#page_top #sec-main .sec-50th .cta .lst01 {
  position: absolute;
  left: 4rem;
  top: 2.5rem;
  width: 12.1875rem;
  z-index: 1;
}
#page_top #sec-main .sec-50th .cta .lst02 {
  position: absolute;
  left: auto;
  right: 3rem;
  top: 4.5rem;
  width: 13.375rem;
  z-index: 1;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-campaign
  ------------------------------------ */
}
#page_top #sec-main .sec-campaign {
  position: relative;
  background: url("../img/sec_campaign_bg.webp") repeat-y center top;
  background-size: 100% auto;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-campaign--01
  ------------------------------------ */
}
#page_top #sec-main .sec-campaign--01 {
  margin-top: -3rem;
}
#page_top #sec-main .sec-campaign--01 .campaign__img {
  width: 80.3125rem;
  margin: 0.6rem 0 0 -3rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-case
  ------------------------------------ */
}
#page_top #sec-main .sec-case {
  padding-bottom: 11.25rem;
}
#page_top #sec-main .sec-case h2 {
  width: 43.9375rem;
  margin: 0 auto;
  padding-top: 2.6rem;
}
#page_top #sec-main .sec-case ul {
  padding-top: 3.375rem;
  margin-left: 3.75rem;
}
#page_top #sec-main .sec-case ul li {
  font-size: 2.0625rem;
  font-weight: 600;
  color: #333333;
}
#page_top #sec-main .sec-case .slide__wrap {
  margin-top: 2rem;
  padding-left: 1rem;
}
#page_top #sec-main .sec-case .slide {
  position: relative;
  margin: 0;
}
#page_top #sec-main .sec-case .slide .swiper {
  overflow: hidden;
}
#page_top #sec-main .sec-case .slide .swiper .swiper-wrapper .swiper-slide {
  transition-property: opacity;
}
#page_top #sec-main .sec-case .slide .swiper .swiper-wrapper .slide__item {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  width: 28.375rem;
  margin-left: 1.5rem;
}
#page_top #sec-main .sec-case .slide .swiper .swiper-wrapper .slide__item .slide__img {
  width: 100%;
  margin: 0 auto;
}
#page_top #sec-main .sec-case .slide .swiper .swiper-wrapper .slide__item .slide__txt {
  font-size: 2.0625rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
  padding-left: 1rem;
}
#page_top #sec-main .sec-case .slide .swiper-button-prev,
#page_top #sec-main .sec-case .slide .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: -0.5rem;
  left: 50%;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0.1rem solid #E61015;
  border-radius: 50%;
  margin-left: -10rem;
  transform: translate(-50%, 0);
}
#page_top #sec-main .sec-case .slide .swiper-button-prev::before,
#page_top #sec-main .sec-case .slide .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #E61015;
  height: 1.1258330249rem;
  width: 1.3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-50%, -50%) rotate(-90deg);
  margin-left: -0.1rem;
}
#page_top #sec-main .sec-case .slide .swiper-button-next {
  left: 50%;
  margin-left: 10rem;
}
#page_top #sec-main .sec-case .slide .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(90deg);
  margin-left: 0.1rem;
}
#page_top #sec-main .sec-case .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
#page_top #sec-main .sec-case .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#page_top #sec-main .sec-case .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8rem;
}
#page_top #sec-main .sec-case .swiper-pagination-bullet {
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #E61015;
  border-radius: 50%;
  cursor: pointer;
}
#page_top #sec-main .sec-case .swiper-pagination-bullet-active {
  background-color: #E61015;
  border: 0.1rem solid #E61015;
}
#page_top #sec-main .sec-case .swiper-pagination-bullet:hover {
  background-color: #E61015;
  border: 0.1rem solid #E61015;
  transition: all 0.3s;
}
#page_top #sec-main .sec-case .mealkit__head {
  width: 69.5rem;
  margin-top: 2rem;
  margin-left: 2rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-mealkit
  ------------------------------------ */
}
#page_top #sec-main .sec-mealkit {
  background: url("../img/sec_mealkit_bg.webp") no-repeat center top;
  background-size: 100% auto;
  padding-top: 8.6625rem;
  padding-bottom: 52.125rem;
  margin-top: -10rem;
  position: relative;
}
#page_top #sec-main .sec-mealkit .mealkit__bnr .bnr__img {
  width: 69.25rem;
  margin: 0 0 0 2rem;
}
#page_top #sec-main .sec-mealkit .mealkit__bnr .bnr__img + .bnr__img {
  margin-top: 0.5rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-menu
  ------------------------------------ */
}
#page_top #sec-main .sec-menu {
  position: relative;
  margin-top: -46rem;
}
#page_top #sec-main .sec-menu__inner {
  background-color: #E61015;
  margin-top: -0.2rem;
}
#page_top #sec-main .sec-menu__inner h2 {
  font-size: 5.25rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 5rem;
  letter-spacing: -0.03em;
}
#page_top #sec-main .sec-menu__inner h2 span {
  font-size: 3rem;
  display: block;
}
#page_top #sec-main .sec-menu__inner .menu__wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-bottom: 6.1rem;
  position: relative;
}
#page_top #sec-main .sec-menu__inner .menu__wrap .stamp {
  position: absolute;
  right: 7.4rem;
  bottom: 19rem;
  width: 22.375rem;
}
#page_top #sec-main .sec-menu__inner .menu__wrap .menu__item {
  width: 50%;
  cursor: pointer;
  margin-top: -0.1rem;
}
#page_top #sec-main .sec-menu__inner .menu__wrap .menu__item:nth-child(4), #page_top #sec-main .sec-menu__inner .menu__wrap .menu__item:nth-child(5) {
  position: relative;
}
#page_top #sec-main .sec-menu__inner .menu__wrap .menu__item:nth-child(4)::after, #page_top #sec-main .sec-menu__inner .menu__wrap .menu__item:nth-child(5)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37.5rem;
  height: 2.0625rem;
  background: url("../img/sec_menu_shadow.webp") no-repeat center top;
  background-size: 100% auto;
  transform: translate(0, 91%);
}
#page_top #sec-main .sec-menu__inner .menu__wrap .menu__item:nth-child(5) {
  width: 41.4375rem;
}
#page_top #sec-main .sec-menu__inner .cta {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 6.3rem;
}
#page_top #sec-main .sec-menu__inner .cta .lst {
  position: absolute;
  left: 3.5rem;
  top: 5.5rem;
  width: 21rem;
  z-index: 1;
}
#page_top #sec-main .sec-menu__inner .cta a {
  display: block;
  width: 60.75rem;
  margin: 0 auto;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-more
  ------------------------------------ */
}
#page_top #sec-main .sec-more {
  background: url("../img/fv_bg.webp") repeat-y center top;
  background-size: 100% auto;
  position: relative;
}
#page_top #sec-main .sec-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.3rem;
  width: 100%;
  height: 1rem;
  background: url("../img/dot_line.svg") repeat-x center top;
  background-size: 100% auto;
}
#page_top #sec-main .sec-more .more__head img {
  margin-top: -0.1rem;
}
#page_top #sec-main .sec-more h2 {
  width: 67.5rem;
  margin: 0 auto;
  padding-top: 0.3rem;
}
#page_top #sec-main .sec-more .detail {
  margin: 0 2rem 0 4rem;
  padding-top: 4rem;
}
#page_top #sec-main .sec-more ul {
  margin: 2rem 1.5rem 0 3rem;
}
#page_top #sec-main .sec-more ul li {
  font-size: 2.0625rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
}
#page_top #sec-main .sec-more .cta {
  position: relative;
  margin-top: 2.6rem;
  padding-bottom: 11.3rem;
}
#page_top #sec-main .sec-more .cta .lst {
  position: absolute;
  left: 3.5rem;
  top: 5.5rem;
  width: 21rem;
  z-index: 1;
}
#page_top #sec-main .sec-more .cta a {
  display: block;
  width: 60.75rem;
  margin: 0 auto;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-what
  ------------------------------------ */
}
#page_top #sec-main .sec-what {
  background: #FAFBF3;
  padding-bottom: 25rem;
  position: relative;
}
#page_top #sec-main .sec-what::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 27rem;
  height: 16rem;
  background: url("../img/sec_what_stamp.webp") no-repeat center top;
  background-size: 100% auto;
  transform: translateX(-50%);
}
#page_top #sec-main .sec-what h2 {
  font-size: 4.5rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding-top: 22rem;
  letter-spacing: -0.03em;
  position: relative;
  display: block;
  line-height: 1.3;
}
#page_top #sec-main .sec-what h2 span {
  font-size: 2.625rem;
  display: block;
  padding: 2rem 0;
}
#page_top #sec-main .sec-what h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7.7rem;
  width: 18rem;
  height: 14.375rem;
  background: url("../img/sec_what_icon.webp") no-repeat center top;
  background-size: 100% auto;
  transform: translateX(-50%);
}
#page_top #sec-main .sec-what__img {
  width: 80.4375rem;
  margin: 0 0 0 -9rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-point
  ------------------------------------ */
}
#page_top #sec-main .sec-point {
  background: #F5DBD4;
  position: relative;
  padding-bottom: 17rem;
}
#page_top #sec-main .sec-point__img {
  width: 70.4375rem;
  padding-top: 6rem;
  margin: 0 0 0 1rem;
}
#page_top #sec-main .sec-point .point__wrap {
  padding-top: 11rem;
}
#page_top #sec-main .sec-point .point__wrap h2 {
  font-size: 3.75rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#page_top #sec-main .sec-point .point__wrap h2 span {
  color: #E61015;
  display: block;
}
#page_top #sec-main .sec-point .point__wrap ul {
  padding-top: 4.6rem;
}
#page_top #sec-main .sec-point .point__wrap ul li {
  width: 67.3125rem;
  margin-left: 3.8rem;
}
#page_top #sec-main .sec-point .point__wrap ul li + li {
  margin-top: 3.8rem;
}
#page_top #sec-main .sec-point .point__wrap ul li:nth-child(3) {
  margin-top: 7.5rem;
}
#page_top #sec-main {
  /* ------------------------------------
    sec-footer
  ------------------------------------ */
}
#page_top #sec-main .sec-footer {
  position: relative;
  background-color: #E61014;
  padding-top: 3rem;
  padding-bottom: 30rem;
}
#page_top #sec-main .sec-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.3rem;
  width: 100%;
  height: 4.7rem;
  background: url("../img/footer_bg.webp") no-repeat center top;
  background-size: 100% auto;
}
#page_top #sec-main .sec-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24.125rem;
  height: 25.25rem;
  background: url("../img/footer_stamp.webp") no-repeat center top;
  background-size: 100% auto;
  transform: translateX(-50%);
}
#page_top #sec-main .sec-footer .cta {
  position: relative;
}
#page_top #sec-main .sec-footer .cta .lst {
  position: absolute;
  left: 3.5rem;
  top: 5.5rem;
  width: 21rem;
  z-index: 1;
}
#page_top #sec-main .sec-footer .cta a {
  display: block;
  width: 60.75rem;
  margin: 0 auto;
}
#page_top #sec-main .sec-footer .cta-50th {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 9rem;
}
#page_top #sec-main .sec-footer .cta-50th .lst {
  position: absolute;
  right: 2.5rem;
  top: 3.5rem;
  width: 12.5625rem;
  z-index: 1;
}
#page_top #sec-main .sec-footer .cta-50th a {
  display: block;
  width: 60.75rem;
  margin: 0 auto;
}
#page_top #sec-main .sec-footer .sns__txt {
  width: 54.9375rem;
  margin: 0 auto;
}
#page_top #sec-main .sec-footer .insta {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  margin-left: 13rem;
}
#page_top #sec-main .sec-footer .insta a {
  width: 9.1875rem;
  margin: 0 0.5rem;
}
#page_top #sec-main .sec-footer .insta .txt {
  font-size: 2.625rem;
  color: #fff;
  margin-left: 4rem;
}