@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;

     -moz-appearance: button;

          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

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

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
:root {
  --base-size: 1.6rem;
  --color-white: #fff;
  --color-black: #402022;
}

html {
  font-size: inherit;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #402022;
  font-family: "Zen Maru Gothic", serif, sans-serif;
  font-size: 1rem;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none;
  color: #f00;
}
a:active {
  text-decoration: none;
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

/* ------------------------
  Components
------------------------ */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.625rem 0.3125rem 1.625rem 0.9375rem;
  border-radius: 4.75rem;
  width: 100%;
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: var(--color-black);
  text-decoration: none;
  letter-spacing: 0.8px;
  color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-family: Nunito;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .c-button {
    padding: 1.375rem 0.625rem 1.375rem 1.125rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .c-button:hover {
    filter: brightness(0.8);
  }
  .c-button:hover::after {
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate(35%, -50%);
  }
  .c-button:hover::before {
    opacity: 1;
    transition: transform 0.3s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate(0, -50%);
  }
}
.c-button::after,
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.125rem;
  height: 0.75rem;
  transform: translateY(-50%);
  background-color: var(--color-white);

  -webkit-mask-image: url("../img/common/icon_link.svg");

          mask-image: url("../img/common/icon_link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button::before {
  opacity: 0;
  transform: translate(-35%, -50%);
}
.c-button.--sm {
  padding: 0.9375rem 0.3125rem;
  letter-spacing: 0.48px;
  font-size: 0.75rem;
}
.c-button.--sm span::before {
  width: 1rem !important;
  height: 1rem !important;
}
.c-button:visited,
.c-button:link,
.c-button:active {
  color: var(--color-white);
}
.c-button.--instagram span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  background-color: var(--color-white);

  -webkit-mask-image: url("../img/common/icon_instagram.svg");

          mask-image: url("../img/common/icon_instagram.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767.98px) {
  .c-button.--instagram span::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-button.--x span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  background-color: var(--color-white);

  -webkit-mask-image: url("../img/common/icon_x.svg");

          mask-image: url("../img/common/icon_x.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767.98px) {
  .c-button.--x span::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-point {
  margin-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .c-point {
    margin-top: 6.0625rem;
  }
}
.c-point.--post {
  margin-top: 2.8125rem;
}
@media (max-width: 767.98px) {
  .c-point.--post {
    margin-top: 2.8125rem;
  }
}
.c-point .c-point_list {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem;
}
@media (max-width: 767.98px) {
  .c-point .c-point_list {
    grid-template-columns: initial;
    gap: 3.125rem;
  }
}
@media (min-width: 768px) {
  .c-point .c-point_list.c-point_list--reverse .c-point_list_item:nth-of-type(1) {
    margin-top: 6.25rem;
  }
  .c-point .c-point_list.c-point_list--reverse .c-point_list_item:nth-of-type(2) {
    position: relative;
    margin-top: 3.125rem;
  }
  .c-point .c-point_list.c-point_list--reverse .c-point_list_item:nth-of-type(3) {
    margin-top: 0;
  }
}
.c-point .c-point_list_item {
  display: flex;
  align-items: center;
  flex-flow: column;

  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .c-point .c-point_list_item {
    padding: 0 0.5625rem;

    gap: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .c-point .c-point_list_item:nth-of-type(2) {
    margin-top: 3.125rem;
  }
  .c-point .c-point_list_item:nth-of-type(3) {
    position: relative;
    margin-top: 6.25rem;
  }
}
.c-point .c-point_list_item.is-active .c-point_list_item_pop {
  opacity: 1;
  transform: translateY(0);
}
.c-point .c-point_list_item_image {
  position: relative;
}
@media (max-width: 767.98px) {
  .c-point .c-point_list_item_image {
    text-align: left;
  }
}
.c-point .c-point_list_item_text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
}
@media (max-width: 767.98px) {
  .c-point .c-point_list_item_text {
    max-width: 20.625rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.c-point .c-point_list_item_text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.5;
}
.c-point .c-point_list_item_pop {
  opacity: 0;
  margin-top: -0.625rem;
  transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(10px);
}
@media (max-width: 767.98px) {
  .c-point .c-point_list_item_pop {
    margin-top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .c-point .c-point_list_item_pop[type=button]:hover {
    filter: brightness(0.95);
  }
}

.c-terms {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 0.75rem;
  border-radius: 4.75rem;
  width: 100%;
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #449bc7;
  color: var(--color-white);
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .c-terms {
    font-size: 1.375rem;
  }
}
.c-terms.--pink {
  background-color: #a2375d;
}
.c-terms span {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0.75rem;
  border-radius: 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  transform: translateY(-50%);
}
.c-terms span::after,
.c-terms span::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 1.375rem;
  height: 2px;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
}
.c-terms span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.c-terms[aria-expanded=true] span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 768px) {
  .c-terms:hover {
    filter: brightness(0.9);
  }
}

.c-terms_detail {
  position: relative;
  z-index: 1;
  top: -1.875rem;
  margin-bottom: 1.875rem;
  padding: 4.375rem 5.3125rem 2.8125rem;
  border-radius: 0.625rem;
  background-color: var(--color-white);
}
@media (max-width: 767.98px) {
  .c-terms_detail {
    padding: 3.625rem 1.25rem 1.875rem;
  }
}
.c-terms_detail[aria-hidden=true] {
  display: none;
}
.c-terms_detail .c-terms_detail_heading {
  position: relative;
  margin-top: 1.5rem;
  letter-spacing: 0.64px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
}
.c-terms_detail .c-terms_detail_heading::before {
  content: "";
  display: inline-block;
  margin-right: 0.3125rem;
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: var(--color-black);
}
.c-terms_detail .c-terms_detail_heading:first-child {
  margin-top: 0;
}
.c-terms_detail .c-terms_detail_text {
  margin-top: 0.375rem;
  letter-spacing: 0.56px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .c-terms_detail .c-terms_detail_text {
    margin-top: 0.75rem;
  }
}
.c-terms_detail a {
  display: inline-flex;
  text-decoration: none;
  text-indent: 0;
  color: var(--color-black);
}
.c-terms_detail .c-terms_detail_link {
  display: block;
  margin-top: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  letter-spacing: 0.56px;
  color: var(--color-black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
}
.c-terms_detail .c-terms_detail_list {
  display: flex;
  flex-flow: column;
  margin-top: 0.5rem;
}
.c-terms_detail .c-terms_detail_list li {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.56px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
}
.c-terms_detail .c-terms_detail_list li::before {
  content: "・";
  display: inline;
  font-weight: 900;
}
.c-terms_detail .c-terms_detail_list.--ol {
  counter-reset: item;
}
.c-terms_detail .c-terms_detail_list.--ol li::before {
  content: counters(item, ".") ". ";
  display: inline;
  padding-right: 0.25em;
  counter-increment: item;
  font-weight: 900;
}
.c-terms_detail .c-terms_detail_notice {
  display: flex;
  flex-flow: column;
  margin-top: 0.75rem;
}
@media (max-width: 767.98px) {
  .c-terms_detail .c-terms_detail_notice {
    margin-top: 0.5rem;
  }
}
.c-terms_detail .c-terms_detail_notice li {
  position: relative;
  letter-spacing: 0.48px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 180%;
}
.c-terms_detail .c-terms_detail_notice li::before {
  content: "※";
  display: inline-block;
  font-weight: 900;
}

.c-link {
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(1);
  transform-origin: right;
  background-color: var(--color-black);
}
@media (min-width: 768px) {
  .c-link:hover {
    opacity: 0.6;
  }
  .c-link:hover::before {
    transform: scaleX(0);
  }
}
@media (max-width: 767.98px) {
  .c-link {
    text-decoration: underline !important;

    text-underline-offset: 2px;
  }
  .c-link::before {
    display: none;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

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

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.marugo {
  font-family: "Zen Maru Gothic", serif, sans-serif;
}

.playball {
  font-family: Playball, cursive;
  font-style: normal;
}

.nunito {
  font-family: Nunito, sans-serif;
  font-style: normal;

  font-optical-sizing: auto;
}

/* ------------------------
  modal
------------------------ */
#modal-1 {
  display: none;
}

#modal-1.open {
  display: block;
}

.modal {
  display: flex;
  overflow: auto;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);

  inset: 0;
}
.modal[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.modal[aria-hidden=false] {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.modal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__box {
  position: relative;
  margin-top: 6.25rem;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 62.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767.98px) {
  .modal__box {
    margin-top: 3.125rem;
    padding: 0 1rem;
  }
}

.modal__close {
  position: absolute;
  z-index: 1;
  top: -1.5625rem;
  right: -4.375rem;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .modal__close {
    top: -3.75rem;
    right: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .modal__close {
    top: -2.8125rem;
    right: 0.625rem;
  }
}
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 2.75rem;
  height: 0.1875rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .modal__close::before,
  .modal__close::after {
    width: 1.875rem;
  }
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__contents {
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 5rem;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 62.5rem;
  min-height: 37.5rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .modal__contents {
    padding: 1.5rem 0.375rem;
    max-width: 90.6666666667vw;
    min-height: initial;
  }
}

.modal__title {
  margin: 0 auto;
  width: 54.625rem;
}
@media (max-width: 767.98px) {
  .modal__title {
    width: 17.5rem;
  }
}

.modal__swiper__wrap {
  position: relative;
  padding: 0 3.75rem;
}
@media (max-width: 767.98px) {
  .modal__swiper__wrap {
    padding: 0;
  }
}
.modal__swiper__wrap .swiper-pagination {
  bottom: -3rem !important;
}
@media (max-width: 767.98px) {
  .modal__swiper__wrap .swiper-pagination {
    position: static !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.modal__swiper__wrap .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2 !important;
  margin: 0 0.25rem !important;
  width: 0.5625rem !important;
  height: 0.5625rem !important;
  background-color: var(--color-black) !important;
}
.modal__swiper__wrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.modal__swiper__wrap .swiper-button-next,
.modal__swiper__wrap .swiper-button-prev {
  top: 47% !important;
  background-image: url("../img/common/swiper_button_black.svg") !important;
}
@media (max-width: 767.98px) {
  .modal__swiper__wrap .swiper-button-next,
  .modal__swiper__wrap .swiper-button-prev {
    position: static !important;
    margin-top: 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
.modal__swiper__wrap .swiper-button-next {
  right: -1.25rem !important;
}
.modal__swiper__wrap .swiper-button-prev {
  left: -1.25rem !important;
}
@media (max-width: 767.98px) {
  .modal__swiper__wrap .modal__swiper__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.875rem;

    gap: 1rem;
  }
}

.modal__swiper .swiper-slide {
  display: flex;
  flex-flow: column;
  height: auto;
}
.modal__swiper .modal__item__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 13rem;
}
@media (max-width: 767.98px) {
  .modal__swiper .modal__item__image {
    min-height: 11.875rem;
  }
}
.modal__swiper .modal__item__detail__wrap {
  margin-top: 0.3125rem;
  padding-bottom: 0.25rem;
  border-radius: 0.5rem;
  height: 100%;
  background: linear-gradient(to bottom, #a8dff1, #f5f3d5);
}
@media (max-width: 767.98px) {
  .modal__swiper .modal__item__detail__wrap {
    border-radius: 0.375rem;
  }
}
.modal__swiper .modal__item__detail {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin: 0.125rem;
  padding: 0.625rem 0.5rem;
  border-radius: 0.5rem;
  height: 100%;
  background-color: var(--color-white);
  text-align: center;
}
@media (max-width: 767.98px) {
  .modal__swiper .modal__item__detail {
    border-radius: 0.375rem;
  }
}
.modal__swiper .modal__item__detail__title {
  white-space: nowrap;
  letter-spacing: -0.64px;
  color: #449bc7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.modal__swiper .modal__item__detail__title.--small {
  font-size: 0.875rem;
}
.modal__swiper .modal__item__detail__text {
  margin-top: 0.625rem;
  white-space: nowrap;
  letter-spacing: 0.48px;
  color: #402022;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* main.css
*
*/
.micho .pagetop {
  position: fixed;
  z-index: 1111;
  right: 3.75rem;
  bottom: 3.75rem;
  text-decoration: none;
  color: var(--color-black);
  font-family: Playball, sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .micho .pagetop {
    right: 1.25rem;
    bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.micho .pagetop::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  width: 0.6875rem;
  height: 1.0625rem;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(-50%);
  background-color: var(--color-black);

  -webkit-mask-image: url("../img/common/icon_top.svg");

          mask-image: url("../img/common/icon_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.micho .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.125rem;
  height: 3.125rem;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .micho .pagetop:hover::before {
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateX(-50%) translateY(-4px);
  }
}
.micho .wave {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.micho .wave.--post {
  top: -10.625rem;
}
@media (max-width: 767.98px) {
  .micho .wave.--post {
    top: -8.125rem;
  }
}
.micho .wave stop {
  transition: stop-color 5s;
}
.micho .swiper-button-next,
.micho .swiper-button-prev {
  top: 29%;
  width: 3rem;
  height: 3rem;
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("../img/common/swiper_button.svg");
  background-size: cover;
}
.micho .swiper-button-next::after,
.micho .swiper-button-prev::after {
  display: none;
}
@media (min-width: 768px) {
  .micho .swiper-button-next:hover,
  .micho .swiper-button-prev:hover {
    filter: brightness(0.8);
  }
}
.micho .swiper-button-prev {
  left: 1.875rem;
}
.micho .swiper-button-next {
  right: 1.875rem;

  rotate: 180deg;
}
.micho .swiper-pagination {
  bottom: -0.1875rem;
}
.micho .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.6875rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(68, 155, 199, 0.3);
}
.micho .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #449bc7;
}

.footer {
  overflow: hidden;
}
.footer .footer_inner {
  margin: 0 auto;
  padding: 5.625rem 1.25rem 1.5rem;
  width: 100%;
  max-width: 65rem;
}
@media (max-width: 767.98px) {
  .footer .footer_inner {
    padding: 4.625rem 1.875rem 1.5rem;
  }
}
.footer .footer_store_heading {
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer .footer_store_heading {
    margin: 0 auto;
    width: 12.5rem;
  }
}
.footer .footer_store_list {
  display: grid;
  margin-top: 1.875rem;

  grid-template-columns: repeat(4, 1fr);
  gap: 1.4375rem;
}
@media (max-width: 767.98px) {
  .footer .footer_store_list {
    margin-top: 1.5rem;

    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: initial;
  }
  .footer .footer_store_list img {
    width: 100%;
  }
}
.footer .footer_store_list a {
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .footer .footer_store_list a:hover {
    filter: brightness(0.98);
  }
}
.footer .footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9.375rem;

  gap: 0.9375rem;
}
@media (max-width: 767.98px) {
  .footer .footer_sns {
    margin-top: 6.25rem;
  }
}
.footer .footer_sns p {
  font-size: 1rem;
  font-weight: bold;
}
.footer .footer_sns ul {
  display: flex;

  gap: 0.3125rem;
}
.footer .footer_sns a {
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .footer .footer_sns a:hover {
    filter: brightness(0.8);
  }
}
.footer .footer_access {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .footer .footer_access {
    margin-top: 1.875rem;
  }
}
.footer .footer_access::before,
.footer .footer_access::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ccc;
}
.footer .footer_access::before {
  top: 0;
}
.footer .footer_access::after {
  bottom: 0;
}
.footer .footer_access_inner {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 3.75rem;
  padding-block: 6.25rem;
  padding-inline: 1.25rem;
}
@media (max-width: 767.98px) {
  .footer .footer_access_inner {
    flex-flow: column;

    gap: 1.875rem;
    padding-block: 3.125rem;
    padding-inline: 0;
  }
}
.footer .footer_access_info {
  display: flex;
  align-items: center;

  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .footer .footer_access_info_logo {
    width: 3.125rem;
  }
}
.footer .footer_access_info_address {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .footer .footer_access_info_address {
    font-size: 0.625rem;
  }
}
.footer .footer_access_select {
  display: flex;

  gap: 0.625rem;
}
.footer .footer_access_select_button {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .footer_access_select_button select {
  padding-left: 0.9375rem;
  border: #d3d3d3 solid 1px;
  border-radius: 0.375rem;
  outline: none;
  width: 21.875rem;
  height: 2.75rem;
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .footer .footer_access_select_button select {
    width: 15.625rem;
    height: 2rem;
  }
}
.footer .footer_access_select_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  width: 0.8125rem;
  height: 0.5rem;
  transform: translateY(-50%);
  background: url("../img/footer/select_arrow.webp") center center no-repeat;
  background-size: auto;
  background-size: cover;
}
.footer .footer_access_select_submit {
  border-radius: 0.375rem;
  width: 5rem;
  height: 2.75rem;
  cursor: pointer;
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #5e5249;
  letter-spacing: 0.13em;
  color: var(--color-white);
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .footer .footer_access_select_submit {
    width: 3.5rem;
    height: 2rem;
  }
}
@media (min-width: 768px) {
  .footer .footer_access_select_submit:hover {
    filter: brightness(0.8);
  }
}
.footer .footer_copy {
  padding-block: 3.125rem;
}
@media (max-width: 767.98px) {
  .footer .footer_copy {
    padding-block: 1.5625rem;
  }
}
.footer .footer_copy small {
  letter-spacing: 0.4px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 3;
}
@media (max-width: 767.98px) {
  .footer .footer_copy small {
    font-size: 0.625rem;
  }
}