body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.u-desktop {
  display: none;
}

.u-desktop-inline {
  display: none;
}

.u-mobile-inline {
  display: inline;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

body {
  color: #2c2c2c;
}

.body-hidden {
  overflow: hidden;
}

.hidden-wrap {
  overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.about {
  padding: 5.6875rem 0 7.625rem 0;
}

.about__inner {
  margin-left: auto;
  margin-right: auto;
}

.about__header {
  display: block;
  position: relative;
}
.about__deco01-wrap {
  left: -10rem;
  position: absolute;
  top: -3.75rem;
  width: 15.125rem;
}

.about__deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.about__deco02-wrap {
  position: absolute;
  right: -5.625rem;
  top: -4.375rem;
  width: 11.625rem;
}

.about__deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.scroll {
  position: absolute;
  right: 50%;
  top: -34%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 4rem;
  background: #000;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 4rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 6rem;
    opacity: 0;
  }
}

.about__logo-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 5.35rem;
}

.about__logo {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.about__title {
  font-feature-settings: "palt";
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3.125rem;
  text-align: center;
}

.about__title-jp {
  display: inline-block;
  position: relative;
}

.about__title-jp::before {
  color: #898989;
  content: "アワーズ";
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: -0.875rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.about__title-line {
  display: inline-block;
  position: relative;
}

.about__title-line::after {
  background-color: #9eb3ac;
  bottom: -0.625rem;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 97%;
  z-index: 1;
}

.about__content {
  margin-top: 6rem;
  position: relative;
}

.about__deco03-wrap {
  left: -6.5625rem;
  opacity: 0.8;
  position: absolute;
  top: -5.625rem;
  width: 11.25rem;
}

.about__deco03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.about__deco04-wrap {
  bottom: -10.625rem;
  left: -4.375rem;
  position: absolute;
  width: 11.875rem;
}

.about__deco04 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.about__img-wrap {
  width: 100%;
}

.about__img {
  -o-object-fit: cover;
  aspect-ratio: 357/265;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about__description-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}

.about__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 1.25rem;
}

.about__features-bg {
  display: block;
  position: relative;
}

.about__deco05-wrap {
  bottom: -8.75rem;
  position: absolute;
  right: -4.375rem;
  width: 14.375rem;
}

.about__deco05 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.about__features {
  grid-gap: 3.5625rem;
  display: grid;
  gap: 3.5625rem;
  grid-template-columns: 1fr;
  margin-top: 5.25rem;
}

.about__feature-header {
  text-align: center;
}

.about__feature-number {
  align-items: center;
  background-color: #9eb3ac;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.8125rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 2.8125rem;
}

.about__feature-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0.875rem;
}

.about__img-wrap {
  margin-top: 1.8125rem;
  width: 100%;
}

.about__feature-img {
  -o-object-fit: cover;
  aspect-ratio: 357/261;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about__feature-text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2.8125rem;
  padding-right: 0.625rem;
}

.about__feature-text-marker {
  background: linear-gradient(
    to bottom,
    rgba(255, 247, 201, 0) 25%,
    #fff7c9 2%
  );
  font-weight: 700;
}

/* フェードイン対象の要素に初期状態を指定 */

.mv__deco01,
.mv__deco02,
.mv__deco03,
.mv__deco04,
.mv__bg,
.mv__title-wrap,
.recommendation__thought01-wrap,
.recommendation__thought02-wrap,
.recommendation__thought03-wrap,
.recommendation__thought04-wrap,
.recommendation__thought05-wrap,
.js-fade-in {
  opacity: 0;
  visibility: visible;
}

/* ===============================================
# CONTACT
=============================================== */

/* ===============================================
# footer-bg
=============================================== */

.footer-bg {
  position: relative;
}

.footer__deco01-wrap {
  left: -5.625rem;
  position: absolute;
  top: -3.125rem;
  width: 11.625rem;
  z-index: -1;
}

.footer__deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__deco02-wrap {
  position: absolute;
  right: 2.5rem;
  top: 1.875rem;
  width: 5rem;
}

.footer__deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__deco03-wrap {
  position: absolute;
  right: -4.375rem;
  top: 4.375rem;
  width: 10.375rem;
}

.footer__deco03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__logo-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 4.375rem;
}

/* ===============================================
# contacat_banner
=============================================== */

#index-bunner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
  width: 26rem;
}

.bl_floatingBanner {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.bl_floatingBanner.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.bl_floatingBanner .bl__floating-list {
  display: flex;
  width: 100%;
}

.bl_floatingBanner .bl__floating-item {
  width: 70%;
}

.bl_floatingBanner .bl__floating-item .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffaa5a;
  color: #fff;
  font-size: 1.455rem;
  font-weight: bold;
  padding: 0.5rem 1rem m;
  width: 100%;
  height: 100%;
}

.bl_floatingBanner .bl__floating-item .img {
  display: inline-block;
  width: 2.5rem;
  margin-right: 1rem;
}

.bl_floatingBanner .bl__floating-item p {
  width: 100%;
}

.bl_floatingBanner .bl__floating-item + .bl__floating-item {
  color: #fff;
  width: 30%;
  text-align: center;
}

.bl_floatingBanner .bl__floating-item + .bl__floating-item a {
  width: 100%;
  background-color: #9cb5ac;
  flex-flow: column;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.bl_floatingBanner .bl__floating-item + .bl__floating-item span {
  font-size: 1.1rem;
}

.bl_floatingBanner .bl__floating-item + .bl__floating-item .img {
  width: 2.2rem;
  margin: 0 auto 0.2rem;
}

/* ===============================================
# footer
=============================================== */

.footer {
  overflow: hidden;
  padding: 3.5rem 0 7.625rem 0;
  position: relative;
}

.footer__inner {
  position: relative;
}

.footer__logo {
  -o-object-fit: contain;
  aspect-ratio: 70/105;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__copyright {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 3.7875rem;
  text-align: center;
}

.footer__grass-bg-wrap {
  bottom: -8vw;
  left: 55%;
  position: absolute;
  transform: translateX(-50%);
  width: 172vw;
}

.footer__grass-bg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer__human-deco01-wrap {
  bottom: -5.8125rem;
  left: 0.3125rem;
  position: absolute;
  width: 3.6875rem;
  z-index: 1;
}

.footer__human-deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer__human-deco02-wrap {
  bottom: -5.75rem;
  position: absolute;
  right: 0.625rem;
  width: 3.875rem;
  z-index: 1;
}

.footer__human-deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header {
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 900;
}

.header.header-absolute {
  position: absolute;
}

.header.is-open {
  opacity: 1;
}

.header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 0.9375rem;
}

.header__logo {
  width: 3.375rem;
}

.header__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header__nav {
  display: none;
}

.header__nav-items {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 1.25rem 2.4375rem 1.375rem 2.4375rem;
  align-items: center;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item a {
  align-items: center;
  color: #2c2c2c;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 1.25rem;
  position: relative;
}

.header__nav-item.insta img {
  width: 1.8888rem;
}

.header__nav-item.insta a::after {
  content: none;
}

.header__nav-item a::after {
  background: #9eb3ac;
  bottom: -0.3125rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  transition: all 0.3s;
  width: 65%;
}

.header__nav-item a:hover::after {
  transform: translateX(-50%) scale(1, 1);
}

.header__hamburger {
  background-color: #fff;
  border-radius: 100vh;
  height: 3rem;
  opacity: 1;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  transition: 0.3s;
  visibility: inherit;
  width: 3rem;
  z-index: 999;
}

.header__hamburger.hamburger-close {
  opacity: 0;
  visibility: hidden;
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  background-color: #9eb3ac;
  border-radius: 100vh;
  display: block;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 1.325rem;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  background-color: #2c2c2c;
  top: 0.0625rem;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  background-color: #2c2c2c;
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  right: -120%;
  scrollbar-width: none;
  top: 0;
  transition: 0.6s;
  width: 100%;
  z-index: 900;
}

.header__drawer-nav {
  left: 3.75rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.header__drawer.is-open {
  right: -3.125rem;
}

.header__drawer-overlay {
  background-color: rgba(44, 44, 44, 0.4980392157);
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100vh;
  z-index: 1;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.2rem 0;
}

.header__drawer-item.insta img {
  width: 3rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.lineup__inner {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.lineup {
  background-color: #f5eee8;
  padding: 4.1875rem 0 5.6875rem 0;
  position: relative;
}

.lineup__deco01-wrap {
  left: -4.375rem;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  width: 17.1875rem;
  z-index: 1;
}

.lineup__deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup__deco02-wrap {
  left: -7.25rem;
  position: absolute;
  top: -3.5rem;
  width: 11.625rem;
}

.lineup__deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup__deco03-wrap {
  position: absolute;
  right: 0.625rem;
  top: -6.75rem;
  width: 5rem;
}

.lineup__deco03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup__deco04-wrap {
  position: absolute;
  right: -6.375rem;
  top: -3.875rem;
  width: 10.375rem;
}

.lineup__deco04 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup__header {
  text-align: center;
}

.lineup__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.lineup__title-jp {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
}

.lineup__list {
  margin-top: 3.1875rem;
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

.lineup__item {
  border-radius: 15px;
  display: flex !important;
  margin: 0 2rem;
}

.lineup__item:not(:first-child) {
  margin-top: 1.25rem;
}

.lineup__item-location {
  background-color: #646464;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3125rem 1rem 0.3125rem 0.875rem;
  color: #fff;
}

.lineup__item-type {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5625rem;
}

.lineup__item-headline {
  border-bottom: 1px solid #bebebe;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1875rem;
  padding-bottom: 1.125rem;
}

.lineup__item-details {
  margin-top: 1.40625rem;
}

.lineup__item-detail {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
}

.lineup__item-price {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.3125rem;
}

.lineup__item-price-many {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 1.25rem;
}

.lineup__item-btn-inquiry {
  background-color: #ad9f80;
  border-radius: 9px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.875rem;
  padding: 0.9125rem 0 0.85625rem 0;
  text-align: center;
}

.lineup__item-btn-shop {
  background-color: #fff;
  border: 2px solid #898989;
  border-radius: 9px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #898989;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.6875rem;
  padding: 0.9125rem 0 0.85625rem 0;
  text-align: center;
}

/* ===============================================
# スライダー：メイン
=============================================== */

.slider-main__img {
  -o-object-fit: cover;
  aspect-ratio: 500/380;
  border-radius: 15px 15px 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lineup__item {
  overflow: visible !important; /* または削除 */
}

.slider-main__label {
  background-color: #ffffff;
  border-radius: 15px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  left: 1.0625rem;
  padding: 0.1875rem 0.9375rem 0.3125rem 1rem;
  position: absolute;
  top: 1.0625rem;
}

.slider-main__caption {
  background-color: rgba(43, 43, 43, 0.8470588235);
  bottom: 0;
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5; /* オーバーフローを隠す */
  overflow: hidden;
  padding: 0.5625rem 0.625rem; /* 上下のパディングはそのまま */
  position: absolute;
  text-align: center;
  width: 100%;
}

/* ===============================================
# スライダー：LP-Fukuoka_saga
=============================================== */

.l__slider_wrap {
  overflow: hidden;
  width: 100%;
  padding: 6rem 0 0;
}

.l__slider_list {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.l__slider_track {
  display: flex;
  animation: marqueeScroll linear infinite;
}

.l__slider_item {
  flex: 0 0 auto;
  width: 25rem;
  margin-right: 2rem;
}

.l__slider_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slick-list {
  overflow: visible !important;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

/* .slick-prev {
  top: 15rem;
  left: -8rem;
}

.slick-next {
  top: 15rem;
  right: -8rem;
}

.slick-prev:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  opacity: 1;
}

.slick-next:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  opacity: 1;
} */

.slide-arrow {
  width: 3.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.prev-arrow {
  left: 2rem;
}

.next-arrow {
  right: 2rem;
}

.slick-slide {
  margin: 0 3rem;
}

/* .slider-main__img {
  height: auto;
} */

.swiper-slide img {
  height: auto;
  width: 100%;
}

.lineup-wrapper {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .prev-arrow {
    left: -2rem;
  }

  .next-arrow {
    right: -2rem;
  }
}

@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 3rem;
  }

  .prev-arrow {
    left: -1.5rem;
  }

  .next-arrow {
    right: -1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .slide-arrow {
    width: 2rem;
  }

  .prev-arrow {
    left: -1.5rem;
  }

  .next-arrow {
    right: -1.5rem;
  }
}

/* ===============================================
# スライダー：サムネイル画像
=============================================== */

.slider-thumbnail {
  background-color: #efefef;
  padding: 1rem;
}

.slider-thumbnail__img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* .swiper-wrapper.js-center {
  justify-content: center;
} */

.swiper-slide-thumb-active .slider-thumbnail__img {
  border: 3px solid #2c2c2c;
}

.swiper-button-next::after {
  content: none;
}

.swiper-button-next::before {
  background: url("../images/common/slider-next-arrow.svg") no-repeat center
    center/contain;
  content: "";
  display: inline-block;
  height: 44px;
  width: 44px;
}

/* ===============================================
# モーダル
=============================================== */

.modal-btn-wrap {
  cursor: pointer;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 2.6875rem;
}

.modal-btn {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup-modal {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.lineup-modal__content {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}

.lineup-modal__close-btn-wrap {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -3.125rem;
  width: 2.5rem;
}

.lineup-modal__close-btn {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lineup-modal__img {
  -o-object-fit: cover;
  aspect-ratio: 732/660;
  height: 100%;
  object-fit: cover;

  width: 100%;
}

.lineup-modal__wrap-text {
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.875rem;
  text-align: center;
}

.mv {
  background-color: #f5eee9;
  height: 35rem;
}

.mv__inner {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.mv__title-wrap {
  /* display: flex; */
  /* left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%); */
  text-align: center;
}

.mv__title-wrap img {
  width: 360px;
  margin: 0 auto;
}

.mv__title-area {
  color: #968264;
  font-weight: 700;
}

.mv__title-area-bg {
  background-color: #fff;
  display: inline-block;
  padding: 0.3125rem 1.075rem;
  border-radius: 50px;
}

.mv__title {
  color: #968264;
  font-size: 5rem;
  font-weight: 700;
}

.mv__title .mv__title-sub {
  display: block;
}

/* .mv__bg-wrap {
  bottom: 0;
  position: absolute;
  width: 450px;
} */

.mv__bg {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mv__deco01-wrap {
  bottom: 8.75rem;
  left: -5.625rem;
  position: absolute;
  width: 25.5625rem;
  width: 122px;
}

.mv__deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mv__deco02-wrap {
  left: 28%;
  position: absolute;
  top: -5.9375rem;
  transform: translateX(-50%);
}

.mv__deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mv__deco03-wrap {
  position: absolute;
  right: -3.75rem;
  width: 173px;
  z-index: 1;
}

.mv__deco03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mv__deco04-wrap {
  position: absolute;
  right: -13.75rem;
  top: -1.5625rem;
  width: 20.0625rem;
}

.mv__deco04 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation {
  background-color: #f5eee8;
  border-radius: 0 0 30px 30px;
  padding-top: 7.8125rem;
  position: relative;
}

.recommendation::after {
  border-color: #f5eee8 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  bottom: -19px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.recommendation__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}

.recommendation__title-deco {
  display: inline-block;
  position: relative;
}

.recommendation__title-deco::before {
  background: url("../images/common/recommendation__title-deco.svg") no-repeat
    center center/contain;
  content: "";
  height: 4.375rem;
  left: 0;
  position: absolute;
  top: -4.6875rem;
  width: 9.8125rem;
}

.recommendation__content {
  padding-top: 28.25rem;
}

.recommendation____person-wrap {
  bottom: 0;
  left: 43%;
  position: relative;
  transform: translateX(-50%);
  width: 45.75rem;
}

.recommendation__person {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation__thought01-wrap {
  position: absolute;
}

.recommendation__thought01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation__thought02-wrap {
  position: absolute;
}

.recommendation__thought02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation__thought03-wrap {
  position: absolute;
}

.recommendation__thought03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation__thought04-wrap {
  position: absolute;
}

.recommendation__thought04 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommendation__thought05-wrap {
  position: absolute;
}

.recommendation__thought05 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.store {
  padding-top: 3.5rem;
}

.store__header {
  text-align: center;
}

.store__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.store__title-jp {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
}

.store__branch {
  margin-top: 2.75rem;
}

.store__branch-item {
  background-color: #f5eee8;
  border-radius: 15px;
  margin-top: 1.25rem;
  padding: 1.125rem 1.125rem 1.3125rem 1.125rem;
}

.store__branch-img-wrap {
  position: relative;
  width: 100%;
}

.store__branch-img {
  -o-object-fit: cover;
  aspect-ratio: 321/262;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store__branch-caption {
  bottom: -0.9375rem;
  font-size: 1.1875rem;
  font-weight: 700;
  left: 1.25rem;
  letter-spacing: 0.15em;
  position: absolute;
}

.store__branch-caption-bg {
  background-color: #fff;
  display: inline-block;
  padding: 0.1875rem 0.5rem;
}

.store__branch-caption-bg--mt {
  margin-top: 0.125rem;
}

.store__branch-header {
  align-items: center;
  border-bottom: 1px solid #bebebe;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.3125rem;
}

.store__branch-name {
  font-size: 1.875rem;
  font-weight: 700;
}

.store__branch-map {
  background-color: #fff;
  border-radius: 67px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.375rem 1.0625rem 0.5rem 2rem;
  position: relative;
}

.store__branch-map::before {
  background: url("../images/common/map-icon.svg") no-repeat center
    center/contain;
  content: "";
  height: 0.84375rem;
  left: 0.9375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
}

.store__branch-phone {
  border-bottom: 1px solid #bebebe;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.store__branch-address {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.1875rem;
}

.store__branch-hours {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0.625rem;
}

.store__branch-staff {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 1.3125rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
}

.store__branch-staff-info {
  text-align: center;
}

.store__branch-staff-img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.store__branch-staff-name {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}

.store__branch-staff-desc {
  background-color: #efefef;
  border-radius: 15px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1.375rem 0.625rem 0.9375rem 1.25rem;
  position: relative;
}

.store__branch-staff-desc::before {
  background: url("../images/common/bubble.svg") no-repeat center center/contain;
  content: "";
  height: 24px;
  left: -0.9375rem;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 27px;
}

.store__branch-contacts {
  grid-gap: 0.24375rem;
  display: grid;
  gap: 0.24375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.625rem;
}

.store__branch-contact {
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
}

.store__branch-contact-icon {
  -o-object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: 100%;
}

.store__branch-contact-icon--tel {
  width: 1.358125rem;
}

.store__branch-contact-icon--dm {
  width: 1.625rem;
}

.store__branch-contact-icon--line {
  width: 1.8125rem;
}

.store__branch-contact-link {
  align-items: center;
  display: inline-block;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  height: 100%;
  padding: 1.125rem 0.9375rem 1.0625rem 0.9375rem;
  width: 100%;
}

.store__branch-contact-label {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.voice {
  padding-top: 3.5rem;
  position: relative;
}

.voice__deco01-wrap {
  left: -5.625rem;
  position: absolute;
  top: 0.625rem;
  width: 9.6875rem;
}

.voice__deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__deco02-wrap {
  left: -8.125rem;
  position: absolute;
  top: 7.5rem;
  width: 11.625rem;
}

.voice__deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__deco03-wrap {
  position: absolute;
  right: -6.25rem;
  top: 0.625rem;
  width: 10.375rem;
}

.voice__deco03 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__header {
  text-align: center;
}

.voice__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.voice__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
}

.voice__description {
  font-feature-settings: "palt";
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 2.25rem;
  position: relative;
}

.voice__description::before,
.voice__description::after {
  background-color: #707070;
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.voice__description::before {
  left: -0.875rem;
  transform: rotate(-15deg) translateY(-50%);
}

.voice__description::after {
  right: -0.8125rem;
  transform: rotate(15deg) translateY(-50%);
}

.voice__video-content-wrap {
  margin-top: 2.375rem;
  position: relative;
  text-align: center;
}

.voice__human-deco01-wrap {
  left: -1.25rem;
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  width: 3.6875rem;
  z-index: 1;
}

.voice__human-deco01 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__human-deco02-wrap {
  position: absolute;
  right: -1.5625rem;
  top: 60%;
  transform: translateY(-50%);
  width: 3.875rem;
  z-index: 1;
}

.voice__human-deco02 {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__video-content {
  width: 100%;
}

.voice__video {
  -o-object-fit: cover;
  aspect-ratio: 275/174;
  height: 100%;
  object-fit: cover;
  width: 81%;
}

.voice__video-btn-wrap {
  margin-top: 2.125rem;
  text-align: center;
}

.voice__video-btn {
  background-color: #ad9f80;
  border-radius: 9px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.85rem 5.125rem 0.91875rem 5.125rem;
}

.voice__bottom {
  background-color: #e1e8e6;
  margin-top: 8.125rem;
  padding-bottom: 1.5625rem;
  position: relative;
}

.voice__bg-deco-wrap {
  left: 50%;
  position: absolute;
  top: -16.875rem;
  transform: translateX(-50%);
  width: 90.3125rem;
  z-index: -1;
}

.voice__bg-deco {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.voice__comment {
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  padding: 0.875rem 1.4375rem 3.0625rem 1.25rem;
  position: relative;
}

.voice__comment:not(:first-of-type) {
  margin-top: 5.3125rem;
}

.voice__comment-img-wrap {
  width: 9.625rem;
}

.voice__comment-img {
  max-width: none;
  /* -o-object-fit: contain;
  aspect-ratio: 280/280; */
  height: 100%;
  /* object-fit: contain; */
  width: 12rem;
}

.voice__comment-question-wrap {
  display: inline-block;
  width: 4.875rem;
}

.voice__comment-question {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.voice__comment-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
}

.voice__comment-title-marker {
  background: linear-gradient(transparent 50%, #f5eee8 50%);
}

.voice__comment-text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 1.875rem;
}

.voice__comment-name {
  font-feature-settings: "palt";
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.voice__comment-badge {
  background-color: #9eb3ac;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9375rem 2.1875rem;
  position: absolute;
  top: -3.375rem;
}

.feature__header {
  text-align: center;
}

.feature__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.feature__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
}

.feature .about__inner {
  padding-top: 6.0625rem;
}

.contact__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.contact__title-jp {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.1875rem;
  text-align: center;
}

.contact__description {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  .u-desktop-inline {
    display: inline;
  }

  .u-mobile-inline {
    display: none;
  }

  html {
    font-size: 1.4414414414vw;
  }

  .about {
    padding: 10.8125rem 0 8.875rem 0;
  }

  .about__deco01-wrap {
    left: -3.75rem;
    top: 2.5rem;
    width: 13.75rem;
  }

  .about__deco02-wrap {
    right: -6.25rem;
    top: -1.25rem;
    width: 17.1875rem;
  }

  .about__logo-wrap {
    width: 5.875rem;
  }

  .about__title {
    font-size: 3.0625rem;
    margin-top: 1.325rem;
  }

  .about__title-jp::before {
    font-size: 1rem;
  }

  .about__title-line::after {
    height: 0.25rem;
  }

  .about__content {
    grid-gap: 4.1875rem;
    align-items: center;
    display: grid;
    gap: 4.1875rem;
    grid-template-columns: 54.5% max-content;
    justify-content: flex-start;
    margin-top: 10.3125rem;
  }

  .about__deco03-wrap {
    left: -6.25rem;
    top: -11.25rem;
    width: 23.75rem;
  }

  .about__deco04-wrap {
    bottom: -11.875rem;
    left: -6.25rem;
    width: 21.25rem;
    z-index: -1;
  }

  .about__img {
    aspect-ratio: 781/582;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
  }

  .about__text-wrap {
    text-align: center;
    margin-top: 1.225rem;
  }

  .about__description-title {
    font-size: 3.0625rem;
  }

  .about__description-title br.sp {
    display: none;
  }

  .about__description {
    font-size: 1.8rem;
    margin-top: 2.1875rem;
  }

  .about__description br.sp {
    display: none;
  }

  .about__description .marker__beige {
    background-color: #f5eee8;
    display: inline-block;
    padding: 0rem 0.3rem;
  }

  .about__deco05-wrap {
    bottom: -9.375rem;
    right: -4.375rem;
    width: 21.25rem;
  }

  .about__features {
    gap: 2.75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.9375rem;
    max-width: 1190px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .about__feature-title {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-top: 0.3125rem;
  }

  .about__img-wrap {
    margin-top: 1.3125rem;
  }

  .about__feature-img {
    aspect-ratio: 344/259;
  }

  .about__feature-text {
    margin-top: 2.15625rem;
  }

  .footer__deco01-wrap {
    left: -13.125rem;
    top: -6.25rem;
    width: 21.875rem;
  }

  .footer__deco02-wrap {
    right: 6.25rem;
    top: 1.875rem;
    width: 5.625rem;
  }

  .footer__deco03-wrap {
    right: -5.125rem;
    top: 4.375rem;
    width: 13.125rem;
  }

  .footer__logo-wrap {
    width: 5.115625rem;
  }

  .footer {
    padding: 3.9375rem 0 9.0625rem 0;
  }

  .footer__logo {
    aspect-ratio: 81.85/123.86;
  }

  .footer__copyright {
    margin-top: 2.66875rem;
  }

  .footer__grass-bg-wrap {
    bottom: -11vw;
  }

  .footer__human-deco01-wrap {
    bottom: -5rem;
    left: 17.5rem;
    width: 4.4375rem;
  }

  .footer__human-deco02-wrap {
    bottom: -5rem;
    right: 8.75rem;
    width: 5.125rem;
  }

  .header {
    padding-top: 2.1rem;
    position: fixed;
    transition: opacity 0.5s ease-in-out;
  }

  .header__inner {
    align-items: flex-start;
    padding: 0 5.25rem 0 3.375rem;
  }

  .header__logo {
    transition: opacity 0.5s ease-in-out;
    width: 3.625rem;
  }

  .header__nav {
    display: block;
  }

  .header__hamburger {
    display: none;
  }

  .header__drawer {
    display: none;
  }

  .inner {
    max-width: 1180px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .lineup {
    padding: 5.3125rem 0 7.375rem 0;
  }

  .lineup__deco02-wrap {
    left: -5.625rem;
    top: -6.5rem;
    width: 21.875rem;
  }

  .lineup__deco03-wrap {
    right: 11.25rem;
    top: -7.25rem;
    width: 7.25rem;
  }

  .lineup__deco04-wrap {
    right: -6.25rem;
    top: -2.75rem;
    width: 18.4375rem;
  }

  .lineup__title {
    font-size: 3.0625rem;
  }

  .lineup__title-jp {
    font-size: 1.25rem;
  }

  .lineup__list {
    margin-top: 4rem;
  }

  .lineup__item {
    background-color: #fff;
    display: flex;
    gap: 2.5rem;
    padding: 0.375rem 1.5rem 1.375rem 2.6875rem;
    align-items: flex-end;
  }

  .lineup__item:not(:first-child) {
    margin-top: 1.875rem;
  }

  .lineup__item-info {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .lineup__item-location {
    font-size: 1.6rem;
    margin-top: 0.76875rem;
    padding: 0.1875rem 0.875rem 0.3125rem 0;
    width: fit-content;
    position: relative;
    display: inline-block;
    z-index: 1;
  }

  .lineup__item-location::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #646464;
    top: 0;
    height: 100%;
    left: -2.7rem;
    z-index: -1;
  }

  .lineup__item-type {
    font-size: 1.375rem;
    margin-top: 0.6875rem;
  }

  .lineup__item-headline {
    font-size: 1.875rem;
    margin-top: 0.75rem;
    padding-bottom: 1.4375rem;
  }

  .lineup__item-details {
    margin-top: 1.3125rem;
  }

  .lineup__item-detail {
    font-size: 1rem;
  }

  .lineup__item-price {
    margin-top: 0.8125rem;
    flex-grow: 1;
  }

  .lineup__item-btn-inquiry {
    font-size: 1.25rem;
    padding: 0.6875rem 0 0.75rem 0;
    transition: all 0.3s;
  }

  .lineup__item-btn-inquiry:hover {
    opacity: 0.7;
  }

  .lineup__item-btn-shop {
    font-size: 1.25rem;
    margin-top: 0.8125rem;
    padding: 0.625rem 0 0.6875rem 0;
    transition: all 0.3s;
  }

  .lineup__item-btn-shop:hover {
    background-color: #898989;
    color: #fff;
  }

  .lineup__item-images {
    width: 50%;
  }

  .slider-main__img {
    aspect-ratio: 600/480;
    min-height: 25rem;
    cursor: pointer;
  }

  .slider-main__label {
    left: 1.5rem;
    top: 1.75rem;
  }

  .slider-main__caption {
    font-size: 0.9375rem;
    padding: 0.5625rem 0.9375rem;
  }

  .slider-thumbnail {
    border-radius: 0 0 15px 15px;
  }

  .swiper-button-next {
    width: 2rem;
  }

  .swiper-button-next::before {
    height: 2rem;
    width: 2rem;
  }

  .modal-btn-wrap {
    right: 1.5625rem;
    top: 1.5625rem;
    width: 4rem;
  }

  .lineup-modal__content {
    max-width: 532px;
    padding: 3.75rem 6.25rem;
    padding: 1.25rem;
    width: 73vh;
  }

  .lineup-modal__close-btn-wrap {
    right: -2.25rem;
    top: -2.25rem;
    width: 3.125rem;
  }

  .lineup-modal__wrap-text {
    font-size: 1.5625rem;
    margin-left: calc(-40vw + 50%);
    width: 80vw;
  }
  /* 
  .mv {
    height: 600px;
  } */

  .mv__title-wrap {
    /* display: flex; */
    /* gap: 1.25rem; */
    /* left: 24%;
    top: 48%;
    transform: translate(-50%, -50%); */
  }

  .mv__bg-wrap {
    width: 70%;
  }

  .mv__title-area {
    display: block;
    font-size: 3.5rem;
    /* writing-mode: vertical-rl; */
  }

  .mv__title {
    display: inline-block;
    margin-top: 0rem;
    margin-bottom: 1rem;
    /* writing-mode: vertical-rl; */
    font-size: 3.8rem;
    line-height: 1.2;
  }

  .mv__title-wrap {
    width: 38%;
    padding-top: 6rem;
  }

  .mv__title-wrap img {
    width: 17rem;
  }

  .mv__title-sub {
    font-size: 2.2rem;
  }

  .mv__title-cont {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 3rem;
    color: #968264;
  }

  .mv__title-area {
    font-size: 1.8rem;
  }

  /* .mv__bg-wrap {
    right: -1.875rem;
    width: 564px;
  } */

  .mv__deco01-wrap {
    bottom: 0;
    left: -6.25rem;
    width: 229px;
  }

  .mv__deco02-wrap {
    left: 50%;
    top: -6.25rem;
  }

  .mv__deco03-wrap {
    right: -6.25rem;
    top: 15%;
    width: 205px;
  }

  .mv__deco04-wrap {
    display: none;
  }

  .recommendation {
    border-radius: 0 0 50px 50px;
    padding-top: 10.6875rem;
  }

  .recommendation::after {
    border-width: 30px 35px 0 35px;
    bottom: -29px;
  }

  .recommendation__title {
    font-size: 3.0625rem;
  }

  .recommendation__title-deco::before {
    height: 5.3125rem;
    left: -2.8125rem;
    top: -5rem;
    width: 14.6875rem;
  }

  .recommendation__content {
    padding-top: 9.3125rem;
  }

  .recommendation____person-wrap {
    left: 47%;
    transform: translateX(-50%);
    width: 68.1875rem;
  }

  .recommendation__thought01-wrap {
    left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13.75rem;
  }

  .recommendation__thought02-wrap {
    left: 5rem;
    top: -1.875rem;
    transform: translateY(-50%);
    width: 13.75rem;
  }

  .recommendation__thought03-wrap {
    left: 51%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 13.75rem;
  }

  .recommendation__thought04-wrap {
    right: 5rem;
    top: 10%;
    transform: translateY(-50%);
    width: 13.75rem;
  }

  .recommendation__thought05-wrap {
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 13.75rem;
  }

  .store {
    padding-top: 5.625rem;
  }

  .store__inner.inner {
    max-width: 1390px;
  }

  .store__title {
    font-size: 3rem;
  }

  .store__title-jp {
    font-size: 1.25rem;
  }

  .store__branch {
    margin-top: 3.3125rem;
  }

  .store__branch-item {
    grid-gap: 4%;
    display: grid;
    gap: 4%;
    grid-template-columns: 55.3% 40.7%;
    margin-top: 1.9375rem;
    padding: 6.6875rem 1.25rem;
  }

  .store__branch-img {
    aspect-ratio: 620/507;
  }

  .store__branch-caption {
    bottom: -1.875rem;
    font-size: 1.5625rem;
    left: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .store__branch-caption-bg {
    font-feature-settings: "palt";
    padding: 0.125rem 0.9375rem;
  }

  .store__branch-header {
    padding-bottom: 1.1875rem;
  }

  .store__branch-name {
    font-size: 2.1875rem;
  }

  .store__branch-phone {
    font-size: 1.4375rem;
    margin-top: 0.625rem;
    padding-bottom: 0.6875rem;
  }

  .store__branch-address {
    margin-top: 1.875rem;
  }

  .store__branch-hours {
    margin-top: 0.125rem;
  }

  .store__branch-staff {
    gap: 7%;
    grid-template-columns: 25% 68%;
    margin-top: 1.9375rem;
    padding: 1.21875rem 1.0625rem 1.21875rem 1.0375rem;
  }

  .store__branch-staff-desc {
    padding: 1.125rem 1.5625rem 0.78125rem 1.46875rem;
  }

  .store__branch-staff-desc::before {
    left: -1.375rem;
  }

  .store__branch-contacts {
    gap: 1.3125rem;
    margin-top: 1.03125rem;
  }

  .store__branch-contact {
    transition: all 0.5s;
  }

  .store__branch-contact:hover {
    box-shadow: 0 5px 3px #878787;
    transform: translateY(-3px);
  }

  .store__branch-contact-icon--tel {
    width: 1.73rem;
  }

  .store__branch-contact-icon--dm {
    width: 2.0625rem;
  }

  .store__branch-contact-icon--line {
    width: 2.3125rem;
  }

  .store__branch-contact-link {
    gap: 0.625rem;
    padding: 0.9375rem 0.9375rem;
  }

  .store__branch-contact-label {
    font-size: 0.9375rem;
  }

  .voice {
    padding-top: 6.0625rem;
  }

  .voice__deco01-wrap {
    left: -4.375rem;
    top: 4.375rem;
    width: 17.1875rem;
  }

  .voice__deco02-wrap {
    left: -7.5rem;
    top: 13.75rem;
    width: 25rem;
  }

  .voice__deco03-wrap {
    right: -6.25rem;
    top: 3.75rem;
    width: 18.4375rem;
  }

  .voice__title {
    font-size: 3.0625rem;
  }

  .voice__subtitle {
    font-size: 1.25rem;
  }

  .voice__description {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
    margin-top: 3.3125rem;
  }

  .voice__description::before {
    left: -1.5rem;
    transform: rotate(-25deg) translateY(-50%);
  }

  .voice__description::after {
    right: -1rem;
    transform: rotate(25deg) translateY(-50%);
  }

  .voice__video-content-wrap {
    margin-top: 3.3125rem;
  }

  .voice__human-deco01-wrap {
    left: -1.875rem;
    top: 44%;
    width: 8.125rem;
  }

  .voice__human-deco02-wrap {
    right: -1.875rem;
    top: 37%;
    width: 9.375rem;
  }

  .voice__video {
    aspect-ratio: 820/521;
    width: 51.25rem;
  }

  .voice__video-btn-wrap {
    margin-top: 2.5rem;
  }

  .voice__video-btn {
    font-size: 1.25rem;
    padding: 1rem 10.3125rem 1.125rem 10.3125rem;
    transition: all 0.3s;
  }

  .voice__video-btn:hover {
    opacity: 0.7;
  }

  .voice__bottom {
    margin-top: 6.125rem;
    padding-bottom: 8.125rem;
  }

  .voice__bg-deco-wrap {
    left: 50%;
    top: -29.375rem;
    transform: translateX(-50%);
    width: 152.8125rem;
    z-index: -1;
  }

  .voice__comments.inner {
    padding-right: 5rem;
  }

  .voice__comment {
    /* grid-gap: 10%; */
    align-items: center;
    border-radius: 15px 0 15px 15px;
    display: flex !important;
    /* gap: 10%;
    grid-template-columns: 30% 60%; */
    padding: 2.2625rem 4.25rem 2.2625rem 4.875rem;
  }

  .voice__comment:not(:first-of-type) {
    margin-top: 1rem;
  }

  .voice__comment-img-wrap {
    width: 21.625rem;
    margin-right: 4rem;
  }

  .voice__comment-title {
    font-size: 2.0625rem;
    line-height: 1.5;
    /* white-space: pre; */
  }

  .voice__comment-title-marker {
    display: inline;
  }

  .voice__comment-text {
    line-height: 1.9;
    margin-top: 1.5625rem;
  }

  .voice__comment-name {
    margin-top: 0.625rem;
  }

  .voice__comment:nth-of-type(2) .voice__comment-name {
    margin-top: 3.125rem;
  }

  .voice__comment:nth-of-type(3) .voice__comment-name {
    margin-top: 1.25rem;
  }

  .voice__comment-badge {
    border-radius: 0 15px 15px 0;
    font-size: 1.0625rem;
    padding: 2rem 0.8125rem;
    right: -3.1875rem;
    top: 0;
    writing-mode: vertical-rl;
  }

  .feature__title {
    font-size: 3.0625rem;
  }

  .feature__subtitle {
    font-size: 1.25rem;
  }

  .contact {
    padding-top: 5.625rem;
  }

  .contact__header {
    text-align: left;
  }

  .contact__title {
    font-size: 3.0625rem;
  }

  .contact__title-jp {
    font-size: 1.25rem;
  }

  .contact__description {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .lineup__item-headline {
    font-size: 1.675rem;
  }

  .lineup__item-location {
    margin-top: 1.76875rem;
  }

  .lineup__item-btn-inquiry {
    padding: 0.9375rem 0 1rem 0;
  }

  .lineup__item-btn-shop {
    padding: 0.9375rem 0 1rem 0;
  }

  .lineup-modal__content {
    max-width: 732px;
  }

  .mv__bg-wrap {
    width: 75%;
  }

  .mv__title-wrap {
    width: 34%;
  }
}

@media (min-width: 1110px) {
  html {
    font-size: 16px;
  }

  .mv {
    height: 38rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__logo {
    width: 4.625rem;
  }

  .mv__title-area {
    font-size: 2.3rem;
  }

  .mv__title-wrap {
    width: 38%;
    padding-top: 90px;
  }

  .mv__title-wrap img {
    width: 330px;
  }

  .mv__title {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .mv__title .mv__title-sub {
    font-size: 2.35rem;
  }

  /* 
  .mv__bg-wrap {
    width: 67vw;
  } */

  .mv__deco01-wrap {
    width: 409px;
  }

  .mv__deco03-wrap {
    width: 275px;
  }
}

@media screen and (min-width: 1250px) {
  .store__branch-item {
    gap: 5%;
    grid-template-columns: 55.3% 39.7%;
    padding: 6.6875rem 6.25rem;
  }

  .voice__comments.inner {
    padding-right: 35px;
  }
}

@media screen and (min-width: 1300px) {
  .mv {
    height: min(740px, 50vw);
  }

  .mv__bg-wrap {
    width: 70%;
  }

  .mv__title-cont {
    font-size: 2rem;
  }

  .footer__grass-bg-wrap {
    bottom: -14vw;
  }

  .footer__human-deco01-wrap {
    bottom: -6.25rem;
    left: 15.625rem;
  }

  .footer__human-deco02-wrap {
    bottom: -6.25rem;
    right: 6.25rem;
  }

  .lineup-modal__close-btn-wrap {
    right: -2.5rem;
    top: -2.5rem;
    width: 3.375rem;
  }

  .mv__deco02-wrap {
    top: -8.125rem;
  }

  .voice__human-deco01-wrap {
    left: -3.75rem;
  }

  .voice__human-deco02-wrap {
    right: -5.625rem;
  }

  .mv__title-cont {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__human-deco01-wrap {
    bottom: -5.625rem;
    left: 12.5rem;
    width: 5vw;
  }

  .footer__human-deco02-wrap {
    bottom: -5.625rem;
    width: 5vw;
  }

  /* .mv__bg-wrap {
    width: 800px;
  } */

  .mv__deco02 {
    width: 274px;
  }
}

@media screen and (min-width: 1500px) {
  .about__description-title {
    font-size: 2.375rem;
  }

  .about__description {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1650px) {
  .footer__grass-bg-wrap {
    bottom: -15vw;
  }
}

@media screen and (max-width: 1024px) {
  .lineup__item {
    padding: 1.375rem 1.5rem 1.375rem 2.6875rem;
  }

  .slider-main__img {
    min-height: 24rem;
  }
}

@media screen and (max-width: 767px) {
  .slider-main__img {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #index-bunner {
    bottom: 0;
    max-width: 450px;
    width: 100%;
  }

  .bl_floatingBanner .bl__floating-item {
    width: 65%;
  }

  .bl_floatingBanner .bl__floating-item .flex {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 1.2rem;
  }

  .bl_floatingBanner .bl__floating-item .img {
    display: inline-block;
    width: 2.5rem;
    margin-right: 1rem;
  }

  .bl_floatingBanner .bl__floating-item p {
    width: 100%;
  }

  .bl_floatingBanner .bl__floating-item + .bl__floating-item {
    color: #fff;
    width: 35%;
    text-align: center;
  }

  .bl_floatingBanner .bl__floating-item + .bl__floating-item a {
    width: 100%;
    background-color: #9cb5ac;
    justify-content: center;
    flex-flow: row;
    padding: 0.8rem 0.5rem 0.8rem 0.5rem;
  }

  .bl_floatingBanner .bl__floating-item + .bl__floating-item span {
    font-size: 0.9rem;
  }

  .bl_floatingBanner .bl__floating-item + .bl__floating-item .img {
    width: 2rem;
    margin: 0 0.5rem 0 0;
  }

  .u-mobile {
    display: contents;
  }

  .scroll {
    top: -35%;
  }

  .about__inner {
    padding-top: 4.0625rem !important;
    max-width: 500px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: center;
  }

  .about__img {
    border-radius: 4px;
  }

  .about__description-title {
    margin-top: 2rem;
  }

  .about__description .marker__beige {
    background-color: #f5eee8;
    display: inline;
    padding: 0rem 0.3rem;
  }

  .about__description br.pc {
    display: none;
  }

  .about__features {
    margin-top: 4rem;
  }

  .header__logo {
    padding-top: 0.875rem;
    width: 3.075rem;
  }

  .header__drawer-overlay.is-open {
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
  }

  .lineup__deco01-wrap {
    display: none;
  }

  .lineup__item {
    flex-direction: column-reverse;
    padding: 0;
  }

  .lineup__item {
    margin: 0 1.5rem;
  }

  .lineup__item-info {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 2rem 1.5rem;
  }

  .mv {
    position: relative;
    height: auto;
  }

  .mv__inner {
    display: block;
    background-image: url(../images/common/mv-bg-sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 68% 0 8%;
	position: relative;
	  z-index: 1;
  }
	
    .mv__inner::after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40%;
		background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%);
		z-index: -1;
	}

  .mv__title-wrap {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background-color: #f5efe9;
    border-radius: 0.8rem;
    padding: 1.5rem 2rem;
    /* position: absolute;
    bottom: 0; */
  }

  .mv__title-wrap img {
    display: none;
  }

  .mv__title-area {
    font-size: 1.8rem;
    letter-spacing: -2.5px;
  }

  .mv__title-area-wrap {
    display: flex;
    flex-flow: column-reverse;
  }

  .mv__title-area-bg {
    padding: 0.1125rem 1.075rem;
  }

  .mv__title {
    font-size: 3rem;
  }

  .mv__title-sub {
    display: inline-block !important;
    font-size: 2.5rem;
  }

  .mv__title-cont {
    font-size: 1.6rem;
    color: #968264;
    font-weight: bold;
  }

  .mv__title-cont br {
    display: none;
  }

  .mv__bg-wrap {
    display: none;
  }

  .mv__deco03-wrap {
    top: 60%;
    transform: translateY(-50%);
  }

  .l__slider_wrap {
    padding: 1rem 0 0;
  }

  .l__slider_item {
    width: 13rem;
  }

  .recommendation__title {
    line-height: 1.6;
  }

  .recommendation__thought01-wrap {
    left: 66%;
    top: -124%;
    transform: translateX(-50%);
    width: 9.75rem;
  }

  .recommendation__thought02-wrap {
    left: 42%;
    top: -114%;
    transform: translateX(-50%);
    width: 12.375rem;
  }

  .recommendation__thought03-wrap {
    left: 42%;
    top: -5.5rem;
    transform: translate(-50%, -50%);
    width: 12.5625rem;
  }

  .recommendation__thought04-wrap {
    left: 65%;
    top: -25%;
    transform: translateX(-50%);
    width: 13.25rem;
  }

  .recommendation__thought05-wrap {
    left: 67%;
    top: -76%;
    transform: translateX(-50%);
    width: 11.25rem;
  }

  .store__branch-caption--ls {
    letter-spacing: normal;
  }

  .store__branch-caption--fz16 {
    font-size: 1.0625rem;
  }

  .store__branch-caption-bg {
    font-feature-settings: "palt";
  }

  .store__branch-caption-bg--ls {
    letter-spacing: normal;
  }

  .store__branch-header {
    margin-top: 2.5rem;
  }

  .voice__comment {
    display: flex;
    flex-direction: column;
    margin: 0 2.5rem !important;
  }

  .voice__comment-img {
    width: 10rem;
    margin: 0 auto;
  }

  .voice__comment-img-wrap {
    margin: 1.6875rem auto 0;
    order: 3;
  }

  .voice__comment-content {
    display: contents;
  }

  .voice__comment-question-wrap {
    order: 1;
    width: 3.3rem;
  }

  .voice__comment-title {
    order: 2;
    font-size: 1.45rem;
    /* white-space: nowrap; */
  }

  .voice__comment-text {
    order: 4;
    margin-top: 1rem;
  }

  .voice__comment-name {
    order: 5;
  }

  .voice__comment-badge {
    left: 0;
  }
}

@media (max-width: 640px) {
  .mv__title-wrap {
    padding: 3.8vw 4.8vw;
  }

  .mv__title {
    font-size: 8.3vw;
  }

  .mv__title-sub {
    font-size: 7.8vw;
  }

  .mv__title-area {
    font-size: 4.8vw;
  }

  .mv__title-cont {
    font-size: 4.5vw;
  }
}

@media (max-width: 480px) {
  .lineup__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lineup__item {
    margin: 0 0rem;
  }

  .lineup__item-headline {
    font-size: 1.2rem;
  }

  .voice__comment-img {
    width: 8rem;
  }

  .voice__comment {
    margin: 0 1.5rem !important;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* ===============================================
# お問い合わせフォーム
=============================================== */

.contact__table {
  padding-bottom: 4rem;
}

.contact-message {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}

.message-notice {
  color: #c10811;
  font-size: 14px;
}

.required {
  background: #ad9f80;
  color: #fafafa;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  font-weight: normal;
  margin-left: 1rem;
}

.mw_wp_form {
  background: #f8f8f8;
  padding: 4rem;
  margin: 4rem auto 0;
  border-radius: 1rem;
}

.mw_wp_form_complete .about__logo-wrap {
  width: 6.875rem;
}

.mw_wp_form_complete .thanks__title {
  text-align: center;
  margin-top: 2rem;
}

.mw_wp_form_complete .thanks__title span {
  display: block;
}

.mw_wp_form_complete .thanks__title .en {
  font-size: 2.25rem;
}

.mw_wp_form_complete .thanks__title .jp {
  font-size: 3.0625rem;
}

.mw_wp_form.mw_wp_form_complete {
  margin: 8rem auto 0;
  background: none;
}

.contact-table {
  width: 100%;
}

.table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 2rem;
}

.table-list th {
  font-size: 1.1rem;
  font-weight: bold;
  width: 25%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-list-address {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-list-address .input-area {
  margin-bottom: 10px;
}

.input-area {
  letter-spacing: 0.05em;
  padding: 0.5rem 0.8rem;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  background-color: #fff;
}

.input-area.confirm {
  margin-top: 2rem;
}

.table-list td {
  font-size: 1.1rem;
  width: 70%;
}

.table-list td.address__list p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.table-list td.address__list label {
  width: 15%;
  margin-right: 1.8rem;
}

.table-list td.address__list input {
  width: 35%;
}

.table-list td.address__list p + p {
  margin-top: 2rem;
}

.table-list td.address__list p + p label {
  width: 15%;
}

.table-list td.address__list p .note {
  margin-left: 1rem;
  font-size: 0.9rem;
  margin-top: 0;
}

.table-list td.address__list p + p input {
  width: 80%;
}

.table-list td.radio-list {
  display: flex;
  flex-wrap: wrap;
  width: 73%;
  line-height: 2.2;
}

.mw_wp_form .horizontal-item {
  margin-left: 1rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 1rem !important;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
}

input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
}

input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
}

textarea {
  border: none;
  width: 100%;
  padding: 1rem;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

textarea::placeholder {
  color: #bfbfbf;
  font-size: 12px;
}

input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-area .text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 100px;
}

.contact-area .text a {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-area .text a:hover {
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  color: #777;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.submit-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 3rem auto 0;
  background-color: #ad9f80;
  cursor: pointer;
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1rem 3rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.mw_wp_form_confirm .submit-button {
  margin: 3rem 1rem 0;
  width: 25rem;
}

.submit-button:hover {
  background: #cae1e3;
  color: #000;
  border: 1px solid #cae1e3;
}

.agree-check {
  text-align: center;
  margin-top: 3rem;
}

.note {
  text-align: center;
  margin-top: 1rem;
}

input[type="radio"] {
  display: inline-block !important;
  margin-right: 5px;
}

input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background: #555;
  border-radius: 50%;
}

.js-mw-checkbox {
  text-align: center;
}

.js-mw-checkbox label {
  display: flex;
  justify-content: center;
  align-items: end;
}

.js-mw-checkbox a {
  text-decoration: underline;
}

input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  display: inline-block !important;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 1200px) {
  .contact-area {
    width: 80%;
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 4.0625rem !important;
  }

  .contact__table {
    padding-bottom: 2rem;
  }

  .mw_wp_form {
    padding: 3rem 1.5rem;
    margin: 2rem auto 0;
  }

  .table-list {
    display: block;
  }

  .table-list th {
    width: 100%;
    justify-content: flex-start;
  }

  .table-list td {
    width: 100%;
  }

  .table-list td.address__list p {
    display: block;
  }

  .table-list td.address__list p .note {
    display: block;
    margin-left: 0;
  }

  .table-list th {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .table-list td {
    font-size: 1rem;
  }

  .table-list td.address__list input {
    width: 100%;
  }

  .table-list td.address__list p + p input {
    width: 100%;
  }

  .input-area {
    padding: 0.3rem;
  }

  .radio-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100% !important;
  }

  .submit-button {
    margin: 1rem auto 0;
  }

  .mw_wp_form .horizontal-item {
    margin-left: 0 !important;
    width: 100%;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }

  .btn-wrapper {
    display: block;
  }

  .mw_wp_form_confirm .submit-button {
    margin: 1.5rem auto 0;
    width: 15rem;
    padding: 0.5rem 3rem;
  }

  .mw_wp_form.mw_wp_form_complete {
    padding: 3rem 0;
  }

  .mw_wp_form_complete .thanks__title .en {
    font-size: 1.5rem;
  }

  .mw_wp_form_complete .thanks__title .jp {
    font-size: 1.78rem;
  }

  .mw_wp_form_complete .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .mw_wp_form_complete p {
    font-size: 0.9rem;
  }
}
