@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
  background: #EDEBE7;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  background: #EDEBE7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.0862745098);
}

.textShadow {
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.1882352941);
}

.textShadow-s {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1882352941);
}

.textShadow-ss {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.1882352941);
}

.color-yell {
  color: #FFF8A0;
}

/* 全体に適用 */
* {
  -webkit-tap-highlight-color: transparent;
}

/* もしくはラベル／ラジオボタンだけに限定 */
label,
input[type=radio] {
  -webkit-tap-highlight-color: transparent;
}

/* フォーカス時のアウトラインを消したい場合 */
input[type=radio]:focus {
  outline: none;
}

.sectionTitle {
  margin: 0 auto 20px;
}
.sectionTitle .jp {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .sectionTitle .jp {
    font-size: 20px;
    line-height: 1.4;
  }
}
.sectionTitle .en {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #C3C3C3;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
  font-style: italic;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (min-width:768px) {
  .sectionTitle .en {
    font-size: 13px;
    line-height: 1.88;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-block;
  z-index: 10;
  transform: scale(1);
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(0.9);
  }
}

.center {
  text-align: center;
}

.mt-85 {
  margin-top: 85px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin: 0px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* iOS Data Detectors によるリンク装飾を無効化 */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  /* クリックも無効化したい場合 */
}

.footer {
  background: #000000;
  padding: 10px 0;
}
@media screen and (max-width:767px) {
  .footer {
    padding-bottom: 65px;
  }
}
.footer__inner {
  width: 87.7%;
  margin: auto;
}
.footer .copy {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container {
  position: relative;
  height: 100vh;
  width: 100%;
}
.container::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .container::before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/main_bg_left.png) no-repeat center top/cover;
    z-index: 0;
  }
}
.container .pc-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.container .pc-wrap--left {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1921px) {
  .container .pc-wrap--left {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: min(52.9166666667vw, 1016px);
    padding: min(17.96875vw, 345px) 0 0 22.3%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1441px) {
  .container .pc-wrap--left {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: min(52.9166666667vw, 1016px);
    padding: min(17.96875vw, 345px) 0 0 min(15.625vw, 430px);
  }
}
@media screen and (max-width: 1440px) {
  .container .pc-wrap--left {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: min(52.9166666667vw, 1016px);
    padding: min(17.96875vw, 345px) 0 0 min(10.4166666667vw, 200px);
  }
}
.container .pc-wrap .menu {
  max-width: 331px;
  width: 100%;
  z-index: 1;
}
.container .pc-wrap .menu__list {
  margin-bottom: min(1.3541666667vw, 26px);
}
.container .pc-wrap .menu__list a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}
.container--right {
  width: min(22.34375vw, 429px);
}
.container .main__wrap {
  position: relative;
  margin: auto;
  z-index: 2;
  background: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .container .main__wrap {
    position: relative;
    right: min(7.8125vw, 150px);
    width: 100%;
    max-width: 390px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1101px) {
  .container .main__wrap {
    position: relative;
    right: min(26.8229166667vw, 515px);
    width: 100%;
    max-width: 390px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .container .main__wrap {
    overflow: hidden;
  }
}
.container .main__content {
  position: relative;
  max-width: 390px;
  margin: auto;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 394px) {
  .container .main__content {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .container .main__content {
    max-width: 375px;
  }
}

.hamburger {
  position: fixed;
  top: 10px;
  left: 20px;
  background: transparent;
  transition: 0.5s;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
}
.hamburger div {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.hamburger div:nth-child(1) {
  top: 35%;
}
.hamburger div:nth-child(2) {
  top: 55%;
}
.hamburger .close {
  display: none;
}

.hamburger.active div:nth-child(1) {
  transform: translate(-50%, 4px) rotate(-45deg);
  transition: 0.3s;
  background: #fff;
}

.hamburger.active div:nth-child(2) {
  transform: translate(-50%, -6px) rotate(45deg);
  transition: 0.3s;
  background: #fff;
}

.hamburger__menu {
  display: flex;
  position: fixed;
  top: 0;
  left: -2px;
  width: 394px;
  height: 100dvh;
  padding: 100px 30px 50px;
  background: linear-gradient(to right, #000000 0%, rgba(102, 102, 102, 0.2509803922));
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99;
}
.hamburger__menu.active {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu .hamburger__menuList {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger__menu .hamburger__menuList li {
  margin-bottom: 26px;
}
.hamburger__menu .hamburger__menuList a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}

.fv {
  position: relative;
  background: url(../../assets/img/fv_bg.png) no-repeat center top/cover;
  width: 100%;
  padding: 82px 0 40px;
}
.fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 100px, transparent);
  pointer-events: none;
  z-index: 1;
}
.fv__content {
  position: relative;
  z-index: 1;
  width: 93%;
  margin: auto;
}
.fv__textarea {
  margin-bottom: 30px;
  z-index: 1;
}
.fv__textarea .heading {
  position: relative;
  font-size: 33px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-style: italic;
  margin-bottom: 44px;
}
.fv__textarea .heading::before {
  content: "";
  display: block;
  background: url(../../assets/img/fv_logo.png) no-repeat center center/contain;
  width: 104px;
  height: 37px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
}
.fv__textarea .text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
.fv .swiper--fv {
  position: relative;
  z-index: 1;
  /* ページネーションの全体バー */
}
.fv .swiper--fv .swiper-wrapper {
  padding-bottom: 50px;
}
.fv .swiper--fv .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.fv .swiper--fv .swiper-wrapper img {
  position: relative;
  height: 213px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
.fv .swiper--fv .fv-slide {
  padding: 30px 0 25px;
  border-radius: 4px;
  background: #fff;
}
.fv .swiper--fv .fv-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url(../../assets/img/fv_slide_bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv .swiper--fv .fv-slide__content {
  margin-top: 10px;
}
.fv .swiper--fv .fv-slide__name {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  z-index: 3;
}
.fv .swiper--fv .fv-slide__model {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  z-index: 3;
}
.fv .swiper--fv .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 2px;
  width: 100px;
}
.fv .swiper--fv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.fv .swiper--fv .swiper-pagination-bullet.is-viewed {
  background-color: #000;
}
.fv .swiper--fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.fv .flow-bnr {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .fv .flow-bnr {
    display: none;
  }
}
.fv .flow-bnr .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0em;
  background: linear-gradient(to right, #000000 0%, rgba(102, 102, 102, 0.2509803922));
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  /* Safari対応 */
}

.ctaSec {
  position: relative;
  padding: 60px 0 60px;
  background: #fff;
}
.ctaSec::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/cta_bg01.png) no-repeat center top/cover;
}

.feature {
  position: relative;
  padding: 24px 0 67px;
}
.feature::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000, #545454);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 96%);
}
.feature__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.feature__wrap {
  max-width: 360px;
  width: 100%;
  margin: auto;
  padding-left: 26px;
}
.feature .sectionTitle--feature .jp {
  font-size: 22px;
  line-height: 1.63;
  color: #fff;
}
.feature .sectionTitle--feature .spacing {
  letter-spacing: -0.05em;
}
.feature .flex {
  position: relative;
  display: flex;
}
.feature .flex .watch01 {
  position: absolute;
  top: -40px;
  right: -67px;
  width: 200px;
  height: 305px;
}
.feature .flex .watch02 {
  position: absolute;
  bottom: -92px;
  left: -73px;
  width: 195px;
  height: 300px;
  z-index: 3;
}
.feature__sectionText {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 25px;
}
.feature__sectionText01 {
  max-width: 244px;
  width: 100%;
  margin: 0 auto 0 0;
}
.feature__sectionText02 {
  max-width: 200px;
  width: 100%;
  margin: 0 0 0 auto;
}
.feature__bg {
  max-width: 345px;
  aspect-ratio: 345/230;
  margin: 50px 0 30px;
}

.bg__wrap {
  background: linear-gradient(96deg, #ffffff, #E8E8E8);
}

.product {
  position: relative;
  padding: 50px 0 45px;
}
.product__inner {
  width: 100%;
  margin: 0 auto;
}
.product__content {
  text-align: center;
}
.product .sectionTitle--product {
  text-align: left;
  max-width: 360px;
  width: 100%;
  padding-left: 26px;
  margin-bottom: 29px;
}
.product__sectionText {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 33px;
  padding-left: 6px;
}
.product__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 12px;
  max-width: 350px;
  width: 100%;
  margin: auto;
}
.product__item {
  padding: 22px 10px 23px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.0862745098);
  background: #fff;
}
.product__img {
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__info {
  margin-top: 10px;
}
.product__model {
  font-size: 10px;
  font-weight: 400;
  color: #C3C3C3;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product__name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
.product__price {
  font-size: 10px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  text-decoration: underline;
  margin-top: 27px;
}
.product__btn:hover {
  text-decoration: none;
}

.product__item.hidden {
  display: none;
}

.voice {
  position: relative;
  padding: 0 0 25px;
  background: linear-gradient(120deg, #000000, #545454);
}
.voice__img {
  position: relative;
}
.voice__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 75px;
  background: url(../../assets/img/voice_shadow.png) no-repeat center center/cover;
}
.voice__content {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
.voice .sectionTitle--voice {
  max-width: 310px;
  width: 100%;
  margin: 0 auto 28px;
}
.voice .sectionTitle--voice .jp {
  color: #fff;
}
.voice__sectionText {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  max-width: 310px;
  width: 100%;
  margin: 0 auto 39px;
}
.voice .swiper--voice {
  position: relative;
  z-index: 1;
  /* ページネーションの全体バー */
}
.voice .swiper--voice .swiper-wrapper {
  padding-bottom: 27px;
}
.voice .swiper--voice .swiper-wrapper img {
  aspect-ratio: 258/178;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 7px;
}
.voice .swiper--voice .voice-slide__name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.53;
  letter-spacing: 0em;
  margin-bottom: 7px;
}
.voice .swiper--voice .voice-slide__product {
  font-size: 10px;
  font-weight: 400;
  color: #C3C3C3;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.voice .swiper--voice .voice-slide__text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.voice .swiper--voice .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 2px;
  width: 100px;
}
.voice .swiper--voice .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.voice .swiper--voice .swiper-pagination-bullet.is-viewed {
  background-color: #000;
}
.voice .swiper--voice .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.faqSec {
  position: relative;
  padding: 80px 0 70px;
  background: linear-gradient(120deg, #ffffff, #E8E8E8);
}
.faqSec::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../../assets/img/voice_bottom.png) no-repeat center top/cover;
}
.faqSec__inner {
  width: 87.2%;
  max-width: 310px;
  margin: 0 auto;
}
.faqSec .faq__block {
  /* 質問のタイトル部分 */
  /* 回答は初期表示非表示 */
}
.faqSec .faq__block .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faqSec .faq__block .faq-group.open .faq-group-heading::after {
  transform: rotate(180deg);
}
.faqSec .faq__block .faq-question {
  border-bottom: 1px solid #C3C3C3;
}
.faqSec .faq__block button.question-trigger {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.53;
  letter-spacing: 0em;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  width: 100%;
  padding: 11px 50px 11px 0px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.faqSec .faq__block button.question-trigger::after {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  background: url(../../assets/img/open.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.faqSec .faq__block .answer-wrapper {
  display: none;
}
.faqSec .faq__block .answer {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  padding: 0px 50px 10px 0px;
}
.faqSec .faq__block .faq-question.open .question-trigger::after {
  background: url(../../assets/img/close.svg) no-repeat center center/contain;
  width: 16px;
  height: 4px;
}

.access {
  position: relative;
  padding: 70px 0 57px;
  background: #fff;
}
.access::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../../assets/img/faq_bottom.png) no-repeat center top/cover;
  z-index: 2;
}
.access::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/cta_bg02.png) no-repeat center center/cover;
  z-index: 1;
}
.access__inner {
  position: relative;
  width: 87.2%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .access__inner {
    width: 100%;
  }
}
.access .sectionTitle--access {
  text-align: center;
  margin-bottom: 33px;
}

.cta {
  position: relative;
  max-width: 310px;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.cta__name {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
.cta__name span {
  letter-spacing: -0.05em;
}
.cta__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
.cta__address span {
  letter-spacing: -0.05em;
}
.cta__address::before {
  content: "";
  display: block;
  background: url(../../assets/img/i-map.svg) no-repeat center center/contain;
  width: 13px;
  height: 18px;
}
.cta__address--white::before {
  content: "";
  display: block;
  background: url(../../assets/img/i-map-white.svg) no-repeat center center/contain;
  width: 13px;
  height: 18px;
}
.cta__hours {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cta__map {
  text-align: center;
  margin-bottom: 30px;
}
.cta__map .gmap {
  margin: 24px 0 7px;
}
.cta__map .gmap iframe {
  width: 100%;
  aspect-ratio: 310/188;
}
.cta__map a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.cta__map a:hover {
  text-decoration: none;
}
.cta__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
}
.cta__buttons--pc-wrap {
  margin-top: min(1.8229166667vw, 35px);
}
.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  width: 100%;
  height: 50px;
  background: linear-gradient(125deg, #6B5720, #A2926A, #6B5720);
  transition: all 0.3s ease;
  cursor: pointer;
}
.cta__btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.cta__btn--reserve {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.cta__btn--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.05;
  letter-spacing: 0.1em;
}
.cta__btn--tel span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}
.cta__btn--menu {
  max-width: 331px;
  margin-bottom: 30px;
}
.cta__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-top: 18px;
}
.cta--fv {
  position: relative;
  z-index: 1;
}
.cta--fv .cta__address {
  color: #fff;
}

/* AOS fade-up の移動距離を短く調整 */
[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

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

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */