@charset "UTF-8";
/* ==========================================================
 * ベース設定
 * ========================================================== */
/* PC (>= 769px) のフォントサイズ基準を設定 */
html {
  font-size: 62.5%; /* 1rem = 10px 基準 */
  scroll-behavior: smooth;
}

body {
  font-family: "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  position: static !important;
}

a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

/* ==========================================================
 * 全体レイアウト / ユーティリティ
 * ========================================================== */
main.main-area.lp {
  position: relative;
}

#contentsMain {
  color: #000;
}

/* 非表示設定 */
@media screen and (max-width: 767px) {
  .hideSp {
    display: none !important;
  }
}

.hidePc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidePc {
    display: block !important;
  }
}

.img-sp {
  display: none;
}

/* ★追加: PC版では、img-pc をデフォルトで表示にする */
.img-pc {
  display: block;
}

/*----------------------------------------
	p-earflow
----------------------------------------*/
.p-earflow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-earflow {
    line-height: 1.8;
  }
}

.font-en {
  font-family: "TT Commons Pro", "tt-commons-pro", "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 200;
}

/*----------------------------------------
	共通スタイル
----------------------------------------*/
/* --- モーダル --- */
.kv-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 4.0995607613vw;
  z-index: 999;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.kv-modal.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .kv-modal {
    padding: 7rem 2.4rem 7rem;
  }
}
.kv-modal::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  width: 20px;
  height: 20px;
  -webkit-mask: url("../img/nav-icon.svg") no-repeat center/contain;
  mask: url("../img/nav-icon.svg") no-repeat center/contain;
  background-color: #fff;
}

.kv-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 54.1727672035vw;
  height: 100%;
  margin: auto;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .kv-modal__container {
    max-width: 100%;
  }
}

.kv-modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1.756954612vw;
  right: 1.756954612vw;
  width: 1.1713030747vw;
  height: 1.1713030747vw;
  cursor: pointer;
}
.kv-modal__close::before, .kv-modal__close::after {
  content: "";
  position: absolute;
  width: 1.756954612vw;
  height: 2px;
  background: #fff;
}
.kv-modal__close::before {
  rotate: 45deg;
}
.kv-modal__close::after {
  rotate: -45deg;
}
@media screen and (max-width: 767px) {
  .kv-modal__close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .kv-modal__close::before, .kv-modal__close::after {
    width: 2.4rem;
  }
}

.modal__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1713030747vw 2.3426061493vw;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.c-product__link:hover .c-product__img img {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .c-product__link:hover .c-product__img img {
    opacity: 1;
  }
}

.c-product__img {
  position: relative;
  margin: 0 0 0.5856515373vw;
  /* overflow: hidden; */
}
.c-product__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
.c-product__img span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7320644217vw;
  line-height: 1.6;
  color: #fff;
  padding: 0.1464128843vw 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .c-product__img {
    margin: 0 0 0.8rem;
  }
  .c-product__img span {
    font-size: 1rem;
    padding: 0.2rem 0.4rem;
  }
}

.c-product__name {
  text-align: center;
}
.c-product__name span {
  font-size: 0.7320644217vw;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.c-product__name span:nth-of-type(2) {
  font-family: "TT Commons Pro", "tt-commons-pro", "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .c-product__name span {
    display: block;
    font-size: 1.2rem;
  }
}

/* --- セクションレイアウト --- */
.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__inner {
    display: block;
  }
}
.section__inner.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40.7142857143vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section__image {
    width: 100%;
    position: static;
    top: auto;
    margin-bottom: 10px;
    max-width: none;
  }
}
.section__image-top {
  position: relative;
}
.section__image-bottom {
  position: relative;
  z-index: 1;
}
.section__image a {
  position: relative;
  display: block;
  z-index: 2;
}
.section__number {
  font-size: min(2.4rem, 1.6666666667vw);
  display: block;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-bottom: min(1.0416666667vw, 15px);
}
@media screen and (max-width: 767px) {
  .section__number {
    font-size: 4.8vw;
    line-height: 1;
  }
}
.section__title {
  font-size: min(4rem, 2.7777777778vw);
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 6.9333333333vw;
    line-height: 1.7;
  }
}

.section-tap-guide {
  position: absolute;
  width: clamp(1.36rem, 1.4166666667vw, 2.21rem);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.section-tap-guide::before, .section-tap-guide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-animation: mvTapRipple 2.2s ease-out infinite;
          animation: mvTapRipple 2.2s ease-out infinite;
}
.section-tap-guide::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.section-tap-guide--top {
  top: 85%;
  right: 12%;
}
@media screen and (max-width: 767px) {
  .section-tap-guide {
    width: 1.7rem;
  }
  .section-tap-guide--top {
    top: 85%;
    right: 10%;
  }
}

.section-tap-guide.is-faded,
.mv-tap-guide.is-faded {
  opacity: 0;
  visibility: hidden;
}

.section-tap-guide.is-hidden,
.mv-tap-guide.is-hidden {
  display: none;
}

.product__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5px;
}
@media screen and (max-width: 767px) {
  .product__list {
    gap: 30px 3px;
  }
}
.product-list__item {
  position: relative;
}
.product-list__item h3 {
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-size: 1.4rem;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .product-list__item h3 {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.product-list__item .item-price {
  font-size: 1.2rem;
  line-height: 1;
  color: #646464;
  padding: 0 5px;
  margin-top: 6px;
  font-family: "TT Commons Pro", "tt-commons-pro", "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .product-list__item .item-price {
    font-size: 1rem;
    margin-top: 7px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .product-list__item a:hover {
    opacity: 1;
  }
}
.product-list__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  isolation: isolate;
}
.product-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product-list__img img:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.product-list__img.splide {
  visibility: visible;
}
.product-list__img .splide__track,
.product-list__img .splide__list,
.product-list__img .splide__slide {
  height: 100%;
}
.product-list__img .splide__track,
.product-list__img .splide__slide {
  overflow: hidden;
}
.product-list__img .splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .product-list__img.splide {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
.product-list__progress {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product-list__progress-bar {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
.product__all-link {
  display: block;
  margin: 65px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: #9D9D9D;
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  .product__all-link {
    font-size: 1.3rem;
    margin-top: 28px;
    text-underline-offset: 7px;
  }
}

/* ==========================================================
 * 各パーツ
 * ========================================================== */
/* --- アンカーボタンエリア (button) --- */
.page-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-nav {
    grid-template-columns: repeat(2, 1fr);
    border: none;
  }
}

.button_design {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1.0416666667vw 4.1666666667vw 1.1805555556vw 2.4305555556vw;
  border: 1px solid rgba(0, 0, 0, 0.18);
  position: relative;
}
@media screen and (max-width: 767px) {
  .button_design {
    padding: 10px 25px 8px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .button_design:nth-child(1) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .button_design:nth-child(3) {
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .button_design:nth-child(4) {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .button_design:nth-child(5) {
    border-right: none;
  }
}
.button_design span {
  font-family: "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  color: rgba(0, 0, 0, 0.64);
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .button_design span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.button_design::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../img/nav-icon.svg) center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .button_design::after {
    width: 12px;
    height: 6px;
    right: 14px;
  }
}

/* --- mv --- */
.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv-button {
  position: relative;
  display: block;
}
.mv h1 {
  width: 100%;
  height: auto;
}
.mv__left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv__right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mv__right {
    width: 100%;
  }
}
.mv a {
  width: 100%;
  height: 100%;
}
.mv a img {
  height: 100%;
}
.mv a:hover {
  opacity: 1;
}

.sv {
  position: relative;
}

.tap-icon {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -3%;
  right: -3%;
}
.tap-icon::part(animation) {
  -o-object-fit: contain;
     object-fit: contain;
}

.mv-tap-guide {
  position: absolute;
  width: clamp(1.53rem, 1.7708333333vw, 2.55rem);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.mv-tap-guide::before, .mv-tap-guide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-animation: mvTapRipple 2.2s ease-out infinite;
          animation: mvTapRipple 2.2s ease-out infinite;
}
.mv-tap-guide::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.mv-tap-guide--left {
  bottom: 12%;
  left: 12%;
}
@media screen and (max-width: 767px) {
  .mv-tap-guide {
    width: 2.04rem;
  }
  .mv-tap-guide--sp {
    top: auto;
    bottom: 15%;
    right: 10%;
  }
}

@-webkit-keyframes mvTapRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
  20% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
}

@keyframes mvTapRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
  20% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
}
/* --- lead --- */
.lead {
  padding: 6.9444444444vw 0 17.0138888889vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 30px 10px;
  }
}
.lead__top {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .lead__top {
    font-size: 1.8rem;
    gap: 0;
  }
}
.lead__bottom {
  font-size: 1.75rem;
  margin-bottom: 3.125vw;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lead__bottom {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}
.lead::after {
  content: "";
  width: 1px;
  height: 3.4722222222vw;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .lead::after {
    display: none;
  }
}

/* --- メインコンテンツ --- */
.main__contents > section {
  scroll-margin-top: 60px;
  margin-bottom: 11.8055555556vw;
}
@media screen and (max-width: 767px) {
  .main__contents > section {
    scroll-margin-top: 55px;
    margin-bottom: 60px;
  }
}

/* --- 画面右下固定メニュー --- */
.floating-menu {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .floating-menu {
    right: 1.2rem;
  }
}
.floating-menu:not(.is-visible) .floating-menu__toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.floating-menu.is-open .floating-menu__panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: 70vh;
  margin-top: 0;
  padding: 0;
  border-width: 1px;
  pointer-events: auto;
}
.floating-menu.is-open .floating-menu__toggle {
  position: fixed;
  right: 2rem;
  bottom: 18rem;
  z-index: 210;
}
@media screen and (max-width: 767px) {
  .floating-menu.is-open .floating-menu__toggle {
    right: 1.2rem;
    bottom: 20rem;
  }
}
.floating-menu.is-open .floating-menu__toggle-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
          transform: translate(-50%, -50%) rotate(45deg) scaleX(1.5);
}
.floating-menu.is-open .floating-menu__toggle-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
          transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.5);
}
.floating-menu.is-open .floating-menu__toggle-text--default {
  display: none;
}
.floating-menu.is-open .floating-menu__toggle-text--close {
  display: block;
}
.floating-menu__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  background: #bbccdf;
  color: #fff;
  border: 0;
  border-radius: 11px;
  width: 10.7rem;
  height: 10.7rem;
  padding: 0.8rem;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 210;
  -webkit-transition: top 0.25s ease, right 0.25s ease, bottom 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, right 0.25s ease, bottom 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, right 0.25s ease, bottom 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: top 0.25s ease, right 0.25s ease, bottom 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .floating-menu__toggle {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 75px;
    height: 75px;
    gap: 8px;
  }
}
.floating-menu__toggle-icon {
  position: relative;
  width: 1.8rem;
  height: 1rem;
}
.floating-menu__toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.floating-menu__toggle-line:first-child {
  -webkit-transform: translate(-82%, -50%) rotate(-45deg);
          transform: translate(-82%, -50%) rotate(-45deg);
}
.floating-menu__toggle-line:last-child {
  -webkit-transform: translate(-18%, -50%) rotate(45deg);
          transform: translate(-18%, -50%) rotate(45deg);
}
.floating-menu__toggle-label {
  display: block;
  font-size: 1.65rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .floating-menu__toggle-label {
    font-size: 1.1rem;
  }
}
.floating-menu__toggle-text {
  display: block;
}
.floating-menu__toggle-text--close {
  display: none;
}
.floating-menu__panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 0 solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, padding 0.25s ease, border-width 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, padding 0.25s ease, border-width 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, padding 0.25s ease, border-width 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, padding 0.25s ease, border-width 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .floating-menu__panel {
    grid-template-columns: repeat(2, 1fr);
    border: none;
  }
}
.floating-menu__link {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 2.3rem;
  line-height: 1.4;
  padding: 1.0416666667vw 4.1666666667vw 1.1805555556vw 2.4305555556vw;
  border: 1px solid rgba(0, 0, 0, 0.18);
  position: relative;
}
@media screen and (max-width: 767px) {
  .floating-menu__link {
    padding: 10px 25px 8px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu__link:nth-child(1) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu__link:nth-child(3) {
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu__link:nth-child(4) {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu__link:nth-child(5) {
    border-right: none;
  }
}
.floating-menu__link span {
  font-family: "DNP 秀英角ゴシック銀 Std M", "dnp-shuei-gothic-gin-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  display: block;
  color: rgba(0, 0, 0, 0.64);
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .floating-menu__link span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.floating-menu__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(../img/nav-icon.svg) center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .floating-menu__link::after {
    width: 12px;
    height: 6px;
    right: 14px;
  }
}/*# sourceMappingURL=earflow.css.map */