@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.5208vw;
  scroll-behavior: auto;
}
html * {
  scroll-behavior: auto;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-weight: 400;
  cursor: url(../images/cursor.png), default;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

.page-link {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .page-link {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 768px) {
  .header__wrap {
    padding: 9.67rem 0 0 8rem;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.header__logo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding-left: 20px;
  }
}

.header__logo img {
  width: 18.3rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 90px;
  }
}

.header__title {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 2.3076923077;
  letter-spacing: 0.12em;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .header__title {
    display: none;
  }
}

.header__title-sp {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 2.3076923077;
  letter-spacing: 0.12em;
  margin: 60px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .header__title-sp {
    display: none;
  }
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.top-mv-placeholder {
  height: 100svh;
  position: relative;
  z-index: -2;
}

.top-mv {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-mv__inner {
  margin-left: 35rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-mv__inner {
    margin-left: 40px;
    margin-top: 20px;
  }
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #a2958a;
  opacity: 0;
  z-index: 0;
}

.mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    width: 80px;
  }
}

.top-slider {
  opacity: 0;
  z-index: 2;
  position: relative;
}

.bar {
  position: absolute; /* ← 必要に応じて調整 */
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.bar span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleY(0);
  transform-origin: top center;
  transition-timing-function: linear;
}

.top-slider .swiper {
  position: relative;
  overflow: visible;
}

.top-slider .swiper-slide img {
  height: 100svh;
  object-fit: cover;
  width: 100%;
}

/* 1. 縦並びの bullets を左端に配置 */
.top-slider .swiper-pagination {
  position: absolute;
  left: -4.4rem;
  bottom: 34rem;
  display: flex;
  flex-direction: column;
  gap: 10px; /* 任意：縦の間隔 */
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-slider .swiper-pagination {
    left: -28px;
    bottom: 240px;
  }
}

.top-slider .swiper-pagination-bullet {
  border-radius: 0;
  background: none;
  border: 1px solid #000;
}

.top-slider .swiper-pagination-bullet-active {
  background: #000;
}

/* 2. swiper-fraction を bullets の下に配置し、縦書きに */
.swiper-fraction {
  position: absolute;
  left: -4rem;
  bottom: 20rem;
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* 数字が横倒しにならないように */
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-fraction {
    left: -25px;
    bottom: 160px;
    font-size: 10px;
  }
}

.scroll {
  position: absolute;
  left: -3.8rem;
  bottom: 3rem;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 10;
  animation: fluffy 3s infinite;
}
@media screen and (max-width: 768px) {
  .scroll {
    left: -25px;
    bottom: 30px;
    font-size: 10px;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
}
/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1360px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

.inner-p {
  max-width: 168rem;
  padding-inline: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-p {
    width: calc(100% - 40px);
    padding: 0;
  }
}

/*ボタン*/
.btn {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 5rem;
  background-color: #86786d;
  height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  background: #666;
  width: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 30px;
    right: 15px;
    bottom: 20px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #766e70;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 10rem 10rem 10rem 6rem;
  }
}

.footer__info-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__info-wrap {
    grid-template-columns: 1fr;
  }
}

.footer__nav {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    border-bottom: 1px solid #989898;
  }
}

.footer__nav li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    font-size: 14px;
    padding: 15px 20px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer__follow {
    border-left: 1px solid #989898;
    height: 18.5rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__follow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

@media screen and (min-width: 768px) {
  .footer__follow-wrap {
    display: contents;
  }
}

.footer__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 10px;
  }
}

.footer__sns {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 3.2rem 3.2rem 3.2rem;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    margin-top: 0;
    grid-template-columns: 20px 20px 20px;
    gap: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer__contact {
    border-left: 1px solid #989898;
    height: 18.5rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

.footer__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    gap: 10px;
  }
}

.footer__btn .btn {
  background-color: #e10003;
}
@media screen and (min-width: 768px) {
  .footer__btn .btn {
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
}

.footer__btn .btn::before {
  content: "";
  margin: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .footer__btn .btn::before {
    right: 3rem;
  }
}

.footer__logo-wrap {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: 25rem auto auto;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }
}

.footer__logo-wrap img {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap img {
    width: 150px;
  }
}

.footer__logo-wrap span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap span {
    font-size: 10px;
  }
}

.footer__copy {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 30rem;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .fixed {
    width: 100%;
    background-color: rgba(118, 110, 112, 0.5);
    backdrop-filter: blur(12px);
  }
}

@media screen and (min-width: 768px) {
  .fixed--items {
    z-index: 100;
    will-change: opacity, transform;
    transition: opacity 0.1s linear;
  }
}

@media screen and (min-width: 768px) {
  .fixed--items.is-under {
    z-index: -1;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists li a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #766e70;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}

.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav li {
  border-bottom: 1px solid #b9b9b9;
}

.nav li:first-child {
  margin-top: 1px;
  border-top: 1px solid #b9b9b9;
}

.nav li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .nav li a {
    font-size: 14px;
    padding: 15px 20px;
    display: block;
  }
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 12px;
  z-index: 15000;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 50px;
  height: 27px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-10deg);
}
.nav-button.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(10deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.top-body {
  background-color: #fff;
}

/* -----------------------------------------------------------
 top-about
----------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-about {
    aspect-ratio: 1920/1175;
    position: relative;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-about__inner {
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-about__wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 9rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-inline: 10rem;
    background: url(../../images/top-about-logo.png) no-repeat left bottom;
    background-size: 11.2rem auto;
  }
}

.top-about__title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-about__title {
    order: 2;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 20px;
    line-height: 2;
  }
}

.top-about__title span {
  margin-top: 1rem;
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .top-about__title span {
    margin: 0 0 8px 10px;
    width: 50px;
    height: 1px;
  }
}

.top-about__text {
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.3043478261;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-about__text {
    order: 1;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3.5;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2.5;
  }
}

#section1 {
  height: 100vh;
  position: relative;
  overflow: visible;
}

/* スクロール終了時に適用するクラス */
#section1.is-overflow-hidden {
  overflow: hidden;
}

.section1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/top-ex-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.5s ease;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .section1__bg {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: auto; /* 自動で高さを調整 */
    aspect-ratio: 16/9; /* 画像の比率に合わせて調整。なければ外してOK */
    background-image: url("../../images/top-ex-image.jpg");
    background-size: contain;
    background-position: center center;
    transform: translate(-50%, -50%) scale(1); /* 中央配置＋スケール */
    transform-origin: center center;
    z-index: 0;
    will-change: transform;
  }
}

.section1__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.section1__info {
  position: relative;
  z-index: 2;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section1__wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 3rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section1__wrap {
    padding-inline: 20px;
  }
}

.section1__title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section1__title {
    order: 2;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .section1__title {
    font-size: 20px;
    line-height: 2;
  }
}

.section1__text {
  font-size: 2.3rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.3043478261;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section1__text {
    order: 1;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3.5;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .section1__text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2.5;
  }
}

/* -----------------------------------------------------------
top-chara
----------------------------------------------------------- */
.top-chara {
  margin-top: 26.7rem;
}
@media screen and (max-width: 768px) {
  .top-chara {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .top-chara__inner {
    width: 122rem;
  }
}

.top-chara__sets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20rem;
}
@media screen and (max-width: 768px) {
  .top-chara__sets {
    gap: 30px;
  }
}

.top-chara__title-wrap {
  margin-top: 7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-chara__title-wrap {
    margin-top: 30px;
  }
}

.top-chara__title {
  font-size: 10rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-chara__title {
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-chara__title {
    font-size: 30px;
  }
}

.top-chara__title-num {
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-chara__title-num {
    font-size: 14px;
  }
}

.top-chara__sub-title {
  margin-top: 7rem;
  font-size: 3.5rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-chara__sub-title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.top-chara__text {
  margin-top: 5.5rem;
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 2.1739130435;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-chara__text {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------
top-series
----------------------------------------------------------- */
.top-series {
  margin-top: 12rem;
  background-color: #f0eced;
  padding-block: 24rem 19rem;
}
@media screen and (max-width: 768px) {
  .top-series {
    padding-block: 50px;
  }
}

@media screen and (min-width: 768px) {
  .top-series__inner {
    width: 147rem;
    margin-left: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .top-series__inner {
    padding-inline: 20px;
  }
}

.top-series__head-wrap {
  display: grid;
  grid-template-columns: 107rem 1fr;
  align-items: start;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .top-series__head-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .top-series__head-info {
    order: 1;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-series__head-logo {
    width: 150px;
  }
}

.top-series__head-title {
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-series__head-title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.top-series__head-copy {
  margin-top: 5.7rem;
  font-size: 3.5rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-series__head-copy {
    white-space: pre;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .top-series__head-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .top-series__head-image {
    order: 2;
  }
}

.top-series__head-text {
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 3.0434782609;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-series__head-text {
    font-size: 12px;
  }
}

.top-series__set {
  margin-top: 7.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-series__set {
    margin-top: 40px;
  }
}

.top-series__set-title {
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-series__set-title {
    font-size: 16px;
  }
}

.top-series__set-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.8rem;
  margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
  .top-series__set-items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}

.top-series__set-name {
  font-size: 2.1rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .top-series__set-name {
    margin-top: 10px;
    font-size: 12px;
  }
}

.top-series__btn {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-series__btn {
    margin-top: 20px;
  }
}

.chair-slider {
  margin-top: 2.2em;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .chair-slider {
    margin-left: -35rem;
  }
}
@media screen and (max-width: 768px) {
  .chair-slider {
    margin-top: 40px;
    margin-left: -20px;
  }
}

.top-series__set .swiper-pagination2 {
  position: absolute;
  left: 25rem;
  top: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .top-series__set .swiper-pagination2 {
    width: 100%;
    top: 40px;
    left: 0;
  }
}

.top-series__set .swiper-pagination-bullet {
  border-radius: 0;
  background: none;
  border: 1px solid #000;
}

.top-series__set .swiper-pagination-bullet-active {
  background: #000;
}

.btn-series {
  display: block;
  width: 100rem;
  height: 7.8rem;
  border-radius: 2rem;
  margin-left: 11rem;
  background-color: #9f9494;
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-series {
    width: 100%;
    height: 40px;
    margin-left: 0;
    font-size: 14px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.page-body {
  background-color: #ac9f95;
}

.page-body__title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-body__title {
    margin-top: 30px;
    font-size: 20px;
  }
}

.top-slider--items {
  opacity: 1;
  z-index: 2;
}

/* -----------------------------------------------------------
kodawari
----------------------------------------------------------- */
.kodawari {
  padding-top: 4.5rem;
  background-color: #867971;
}
@media screen and (max-width: 768px) {
  .kodawari {
    padding-top: 20px;
  }
}

.kodawari__inner {
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .kodawari__inner {
    padding-inline: 20px;
  }
}

.kodawari__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .kodawari__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.kodawari__item {
  background-color: #fff;
  padding-block: 4.5rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .kodawari__item {
    padding-block: 15px;
  }
}

.kodawari__item:last-of-type {
  position: relative;
}

.kodawari__item:last-of-type::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
}
@media screen and (max-width: 768px) {
  .kodawari__item:last-of-type::after {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
  }
}

.kodawari__images {
  width: 19.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .kodawari__images {
    width: 60%;
  }
}

.kodawari__title {
  font-size: 2.9rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .kodawari__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.kodawari__text {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .kodawari__text {
    margin-top: 5px;
    font-size: 10px;
  }
}

.kodawari__kumi {
  margin-top: 8.6rem;
  width: 134rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .kodawari__kumi {
    margin-top: 20px;
    width: 100%;
  }
}

.kodawari__kumi-box {
  font-size: 4.2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.5rem;
  width: 100%;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kodawari__kumi-box {
    font-size: 16px;
    line-height: 1.3;
    height: auto;
    padding-block: 10px;
  }
}

.kodawari__kumi-box sub {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .kodawari__kumi-box sub {
    position: absolute;
    bottom: 1.5rem;
    left: 43rem;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .kodawari__kumi-box sub {
    font-size: 10px;
  }
}

.kodawari__kumi-text {
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .kodawari__kumi-text {
    font-size: 10px;
    text-align: left;
  }
}

/* 親タブスライドUI */
.tab-switcher {
  background-color: #867971;
}
.tab-switcher__wrap {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}

.tab-switcher button {
  flex: 1;
  background: none;
  border: none;
  padding: 12px 24px;
  font-size: 4.2rem;
  font-weight: 600;
  color: #ac9f95;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tab-switcher button {
    font-size: 12px;
    line-height: 1.2;
    padding: 12px 4px;
    letter-spacing: 0;
  }
}

.tab-switcher button.active {
  color: #000;
}

.tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background: #e3dbd3;
  border-radius: 999px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.maintabs {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .maintabs {
    padding-top: 30px;
    gap: 5px;
  }
}

.maintabs button {
  height: 15rem;
  font-size: 4rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
  cursor: pointer;
  background-color: #d1c7be;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  transform: translateY(1.4rem);
}
@media screen and (max-width: 768px) {
  .maintabs button {
    height: 50px;
    font-size: 12px;
    letter-spacing: 0;
    transform: translateY(5px);
  }
}

.maintabs button.active {
  height: 18rem;
  background: #ac9f95;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .maintabs button.active {
    height: 60px;
    transform: translateY(0);
  }
}

.maintabs button span {
  border-left: 1.4rem solid #000;
  padding: 1rem 3.2rem;
  display: inline-block;
}

.maintabs button.active span {
  border-color: #fff;
}

/* タブコンテンツ共通 */
.tab-content,
.subtab-content {
  display: none;
}

.tab-content.active,
.subtab-content.active {
  display: block;
}

.subtabs {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .subtabs {
    margin-top: 30px;
    gap: 5px;
  }
}

.subtabs button {
  padding: 3.5rem 6.5rem 2rem;
  font-size: 4rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  cursor: pointer;
  background-color: #e0d8d0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  transform: translateY(1.3rem);
}
@media screen and (max-width: 768px) {
  .subtabs button {
    padding: 15px 10px 15px;
    font-size: 12px;
    letter-spacing: 0;
    transform: translateY(5px);
  }
}

.subtabs button.active {
  background: #d1c7be;
  padding-top: 5rem;
  padding-bottom: 3rem;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .subtabs button.active {
    padding-top: 20px;
    padding-bottom: 20px;
    transform: translateY(0);
  }
}

.subtabs button span {
  border-left: 1.4rem solid #000;
  padding: 1rem 3.2rem;
}

.subtabs__body {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #d2c7be;
}

.subtabs__body-inner {
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .subtabs__body-inner {
    padding-block: 20px 30px;
  }
}

.subtabs__table-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.8rem 5rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-items {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
}

.subtabs__table-items--chair {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6rem 3.8rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-items--chair {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
}

.subtabs__table-items--bench {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6rem 8rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-items--bench {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
}

.subtabs__table-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-title {
    margin-top: 10px;
    font-size: 10px;
  }
}

.subtabs__table-btn {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-btn {
    margin-top: 10px;
  }
}

.subtabs__table-btn .btn {
  width: 21rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-btn .btn {
    width: 100%;
  }
}

.subtabs__table-btn2 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .subtabs__table-btn2 {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .subtabs__table-btn2 .btn {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.subtabs__fbox {
  background-color: #fff;
  border-radius: 3rem;
  padding: 5.5rem;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .subtabs__fbox {
    border-radius: 15px;
    padding: 20px;
    margin-top: 50px;
  }
}

.subtabs__fbox-inner {
  margin-top: -11rem;
}
@media screen and (max-width: 768px) {
  .subtabs__fbox-inner {
    margin-top: -45px;
  }
}

.subtabs__fbox-title {
  text-align: center;
}

.subtabs__fbox-title span {
  background-color: #fff;
  border: 1px solid #000;
  padding: 3rem 3.6rem;
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .subtabs__fbox-title span {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}

.subtabs__fbox-body {
  margin-top: 5.6rem;
}

.tab-box {
  margin-top: 5rem;
}

.tab-content__title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  background: url(../../items-images/title-logo.svg) no-repeat;
  background-size: 11.3rem auto;
  padding: 2.3rem 0 1rem 13.5rem;
}
@media screen and (max-width: 768px) {
  .tab-content__title {
    font-size: 18px;
    background-size: 40px auto;
    padding: 10px 0 5px 50px;
  }
}

.tab-content__fbox {
  background-color: #fff;
  border-radius: 3rem;
  padding: 5.5rem;
  margin-top: 3rem;
  display: block; /* 念のため block に */
  overflow-x: auto; /* 横スクロール有効 */
  overflow-y: hidden; /* 縦スクロールは不要 */
  -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
  white-space: nowrap; /* 子要素を横並びに保持 */
}
@media screen and (max-width: 768px) {
  .tab-content__fbox {
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
  }
}

.tab-content__fbox-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-content__fbox-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: left;
    font-family: "MFW-PA1GothicStdN-Light", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}

.tab-content__fbox img {
  display: inline-block; /* nowrap の効果を受ける */
  width: auto; /* 親に合わせない */
  min-width: 600px; /* 必要な横幅を確保 */
  height: auto;
  vertical-align: top;
}

.tab-box__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .tab-box__btn {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.tab-box__btn a.btn-series {
  width: 100%;
  margin-left: inherit;
  background-color: #d1c7be;
  color: #000;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-weight: 600;
}

/* -----------------------------------------------------------
table-detail
----------------------------------------------------------- */
.table-detail__wrap1 {
  display: grid;
  grid-template-columns: 1fr 32rem;
  gap: 4.3rem;
}
@media screen and (max-width: 768px) {
  .table-detail__wrap1 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .table-detail__wrap1 .table-detail__item {
    order: 2;
  }
}

.table-detail__title {
  background: url(../../items-images/icon-check.png) no-repeat;
  background-size: auto 4.2rem;
  font-size: 4.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table-detail__title {
    background-size: auto 16px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .table-detail__title sub {
    position: absolute;
    bottom: -1rem;
    right: 20rem;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .table-detail__title sub {
    font-size: 10px;
  }
}

.table-detail__sub-title {
  margin-top: 2.5rem;
  font-size: 2.9rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table-detail__sub-title {
    font-size: 14px;
    margin-top: 0;
  }
}

.table-detail__text {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table-detail__text {
    margin-top: 10px;
    font-size: 10px;
  }
}

.table-detail__hosoku {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: right;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table-detail__hosoku {
    margin-top: 10px;
    font-size: 10px;
  }
}

.table-detail__text span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .table-detail__text span {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .table-detail__wrap1-image {
    order: 1;
  }
}

.table-detail__wrap2 {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.3rem 5.4rem;
}
@media screen and (max-width: 768px) {
  .table-detail__wrap2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 20px;
  }
}

.table-detail__zaishitsu {
  margin-top: 6.3em;
}
@media screen and (max-width: 768px) {
  .table-detail__zaishitsu {
    margin-top: 20px;
  }
}

.table-detail__wrap3 {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.4rem;
}
@media screen and (max-width: 768px) {
  .table-detail__wrap3 {
    grid-template-columns: 1fr;
  }
}

.table-detail__wrap3-wrap {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .table-detail__wrap3-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .table-detail__wrap3-wrap .table-detail__sub-title {
    margin-top: 0;
  }
}

.table-detail__tenban {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 86.6rem 1fr;
  gap: 4.3rem;
}
@media screen and (max-width: 768px) {
  .table-detail__tenban {
    grid-template-columns: 1fr;
  }
}

.table-detail__chair-cover {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .table-detail__chair-cover {
    margin-top: 30px;
  }
}

.table-detail__chair-cover .table-detail__wrap2 {
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .table-detail__chair-cover .table-detail__wrap2 {
    margin-top: 20px;
  }
}

.table-detail__chair-cover-func {
  margin-top: 8.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.6rem 5.4rem;
}
@media screen and (max-width: 768px) {
  .table-detail__chair-cover-func {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}

.table-detail__chair-cover-func-wrap {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 5.5rem;
}
@media screen and (max-width: 768px) {
  .table-detail__chair-cover-func-wrap {
    margin-top: 10px;
    grid-template-columns: 30% 1fr;
  }
}

.table-detail__bench-color {
  text-align: center;
}

.table-detail__bench-color img {
  width: 130rem;
}
@media screen and (max-width: 768px) {
  .table-detail__bench-color img {
    width: 100%;
  }
}

.bench-search {
  padding-block: 6.7rem 10rem;
}

/* -----------------------------------------------------------
コーディネート
----------------------------------------------------------- */
@media screen and (min-width: 768px) {
  :root {
    --container-width: 168rem; /* コンテンツの最大幅 */
  }
}

@media screen and (min-width: 768px) {
  .code-title__inner,
  .code-title__inner-right {
    margin: 0 auto;
    max-width: var(--container-width);
  }
}

@media screen and (max-width: 768px) {
  .code-title__inner {
    margin-left: calc(50% - 50vw);
  }
}

.code-title__inner-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .code-title__inner-right {
    margin-right: calc(50% - 50vw);
  }
}

.code-title__inner h3 {
  display: inline-block;
  background: #fff;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
@media screen and (min-width: 768px) {
  .code-title__inner h3 {
    padding: 2.6rem 2.6rem 2.6rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ac9f95;
    text-align: left;
    font-family: "MFW-PA1GothicStdN-Light", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - var(--container-width) / 2 + 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .code-title__inner h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ac9f95;
    text-align: left;
    font-family: "MFW-PA1GothicStdN-Light", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 10px 10px 10px 20px;
  }
}

.code-title__inner-right h3 {
  display: inline-block;
  background: #fff;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
@media screen and (min-width: 768px) {
  .code-title__inner-right h3 {
    padding: 2.6rem 0 2.6rem 5rem;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ac9f95;
    text-align: right;
    font-family: "MFW-PA1GothicStdN-Light", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - var(--container-width) / 2 + 5rem);
  }
}
@media screen and (max-width: 768px) {
  .code-title__inner-right h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ac9f95;
    text-align: right;
    font-family: "MFW-PA1GothicStdN-Light", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 10px 20px 10px 10px;
  }
}

.code {
  margin-top: 4.3rem;
  padding-bottom: 12.2rem;
}

.code__sets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12.2rem;
}
@media screen and (max-width: 768px) {
  .code__sets {
    gap: 30px;
  }
}

.code__wrap {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: 115rem 1fr;
  gap: 4.6rem;
}
@media screen and (max-width: 768px) {
  .code__wrap {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.code__wrap--reverse {
  grid-template-columns: 1fr 115rem;
}
@media screen and (max-width: 768px) {
  .code__wrap--reverse {
    grid-template-columns: 1fr;
  }
}

/* 画像は親にフィット */
.code__mv .swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.code__mv .swiper-wrapper {
  max-width: 100%;
}

.code__mv .swiper-slide {
  width: 100% !important;
}

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

.code__info {
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .code__info {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .code__wrap--reverse .code__mv {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .code__wrap--reverse .code__info {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .code__info-wrap {
    margin-top: 10px;
  }
}

.code__goods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .code__goods {
    gap: 10px;
  }
}

.code__good {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .code__good {
    font-size: 12px;
  }
}

.code__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .code__btn {
    margin-top: 10px;
  }
}

.code__btn .btn {
  width: 21rem;
  margin: inherit;
}
@media screen and (max-width: 768px) {
  .code__btn .btn {
    width: 100%;
  }
}

.code-sick {
  background-color: #867970;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-block: 12.2rem 0;
}

.code-sick .code__btn .btn {
  background-color: #ac9f95;
}/*# sourceMappingURL=styles.css.map */