@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: 4.1rem 0 0 4.6rem;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

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

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

.logo {
  transition: opacity 0.3s ease;
}

.logo--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

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

.header__inner.is-white .logo--black {
  opacity: 0;
}

.header__inner.is-white .logo--white {
  opacity: 1;
}

.header__title {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1.9230769231;
  letter-spacing: 0.12em;
  transform: translateY(-8px);
}
@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: 1.9230769231;
  letter-spacing: 0.12em;
  margin: 60px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .header__title-sp {
    display: none;
  }
}

.header__inner.is-white .header__title {
  color: #fff;
}

.has-mv-intro .header__inner,
.has-mv-intro .nav-button-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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 {
  position: relative;
}

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

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

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

.bar {
  position: absolute; /* ← 必要に応じて調整 */
  right: 6rem;
  top: 14rem;
  width: 2px;
  height: 50vh;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bar {
    height: 40vh;
    top: 50px;
  }
}

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

.bar-bg {
  display: block;
  position: absolute;
  right: 6rem;
  top: 14rem;
  width: 1px;
  height: 50vh;
  background: #fff;
  overflow: hidden;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .bar-bg {
    height: 40vh;
    top: 50px;
  }
}

.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;
  width: 2.7rem;
  left: inherit;
  right: 5.4rem;
  bottom: 25rem;
  display: flex;
  flex-direction: column;
  gap: 10px; /* 任意：縦の間隔 */
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-slider .swiper-pagination {
    right: 25px;
    bottom: 170px;
  }
}

.top-slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 2.7rem;
  height: 0.1rem;
  background: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-slider .swiper-pagination-bullet {
    width: 20px;
    height: 1px;
  }
}

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

/* 2. swiper-fraction を bullets の下に配置し、縦書きに */
.swiper-fraction {
  position: absolute;
  right: 5rem;
  bottom: 22rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.12em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-fraction {
    right: 9px;
    bottom: 150px;
    font-size: 10px;
  }
}

.scroll {
  position: absolute;
  right: 5.2rem;
  bottom: 5rem;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  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: 25px;
    font-size: 10px;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
}
/* -----------------------------------------------------------
swiper内テキスト
----------------------------------------------------------- */
.swiper-slide__text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}

.swiper-slide__wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 4rem;
  align-items: center;
}

.swiper-slide__text span {
  font-size: 14rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline-block;
}

.swiper-slide__text .swiper-slide__kakeru {
  font-size: 14rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.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: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Light", 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: #cdbeb4;
  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-PA1MinchoStdN-Light", 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-PA1MinchoStdN-Medium", 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-PA1MinchoStdN-Light", 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;
  color: #fff;
}
@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-PA1MinchoStdN-Light", 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-PA1MinchoStdN-Light", 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;
  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-left: 9rem;
  display: flex;
  gap: 8rem;
}

.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-PA1MinchoStdN-Medium", serif;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.header__inner.is-white .nav-pc__lists li a {
  color: #fff;
}

.nav-pc__lists li a.current,
.header__inner.is-white .nav-pc__lists li a.current {
  color: #a66c4b;
}

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

.nav-wrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-wrap.close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #a66c4b;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    opacity: 0;
    visibility: hidden;
  }
}

.nav-wrap__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 768px) {
  .nav-wrap__inner {
    grid-template-columns: 1fr;
  }
}

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

.nav-wrap__slide .swiper {
  height: 100%;
}

.nav-wrap__slide .swiper img {
  height: 100%;
  object-fit: cover;
}

.nav-wrap__info {
  padding: 20rem 6rem 0;
}
@media screen and (max-height: 650px) {
  .nav-wrap__info {
    padding: 10rem 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .nav-wrap__info {
    padding: 80px 20px 0;
  }
}

.nav-wrap__info-sets {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5rem;
  justify-content: space-between;
}

.nav-wrap__info-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .nav-wrap__info-title {
    font-size: 14px;
  }
}

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

.nav li a {
  font-size: 1.5rem;
  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) {
  .nav li a {
    font-size: 10px;
    display: block;
  }
}

.nav-wrap__links {
  margin-top: 8rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .nav-wrap__links {
    margin-top: 30px;
  }
}

.nav-wrap__link {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 7.5rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .nav-wrap__link {
    height: 40px;
  }
}

.nav-wrap__link-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .nav-wrap__link-title {
    font-size: 14px;
  }
}

.nav-wrap__link-btn {
  text-align: center;
}

.nav-wrap__link-btn img {
  width: 21.7rem;
}
@media screen and (max-width: 768px) {
  .nav-wrap__link-btn img {
    width: 130px;
  }
}

.nav-wrap__link-sns {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

.nav-wrap__link-sns img {
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .nav-wrap__link-sns img {
    width: 20px;
  }
}

.nav-wrap__logo {
  margin-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav-wrap__logo {
    margin-top: 30px;
  }
}

.nav-wrap__logo img {
  width: 29rem;
}
@media screen and (max-width: 768px) {
  .nav-wrap__logo img {
    width: 150px;
  }
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 12px;
  z-index: 15000;
  padding: 8px 8px 8px 8px;
}

.nav-button-wrap.is-white .nav-button span {
  background-color: #fff;
}

.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: #000;
}
.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;
}

.s-title {
  font-size: 6rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .s-title {
    font-size: 20px;
    line-height: 2;
  }
}

.s-text {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .s-text {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.03em;
  }
}

.s2-title {
  font-size: 5rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .s2-title {
    font-size: 18px;
    line-height: 2;
  }
}

/* -----------------------------------------------------------
 top-about
----------------------------------------------------------- */
.top-about {
  padding-top: 27rem;
  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;
  }
}

.top-about__logo {
  text-align: center;
}

.top-about__logo img {
  width: 42.2rem;
}
@media screen and (max-width: 768px) {
  .top-about__logo img {
    width: 180px;
  }
}

.top-about__title {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    margin-top: 3rem;
  }
}

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

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

.top-about__wrap {
  margin-top: 8.6rem;
  display: grid;
  grid-template-columns: 96rem 84rem;
  gap: 12rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top-about__wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .top-about__figure {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__figure {
    width: 200px;
  }
}

.top-about__aside-info {
  margin-right: 10rem;
}

.top-about__aside-text {
  margin-top: 4rem;
}

.aside-text--casual {
  color: #cdbeb4;
}

.aside-text--simple {
  color: #a66c4b;
}

.aside-text--natural {
  color: #c4c4c4;
}

.top-about__aside-photo {
  margin-top: 10rem;
  width: 67.8rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-about__aside-photo {
    width: 200px;
  }
}

.top-about__bottom-photo {
  width: 152rem;
  margin-top: 8.5rem;
}

/* -----------------------------------------------------------
top-style
----------------------------------------------------------- */
.style__inner {
  padding-block: 19rem 5rem;
}
@media screen and (max-width: 768px) {
  .style__inner {
    padding: 10rem 20px 30px;
  }
}

.style__text {
  margin-top: 7rem;
}

.top-style {
  position: relative;
}

.top-style__block {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.block-title-layer {
  display: none;
}

.block-title {
  display: none;
}

.top-style__titles {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
}

.top-style__titles.is-active {
  opacity: 1;
}

.top-style__photos {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}

.top-style__photos.is-active {
  opacity: 1;
}

.top-style__title-window {
  position: fixed;
  inset: 0;
  pointer-events: none;
  will-change: clip-path;
}

.top-style__photo-window {
  position: fixed;
  inset: 0;
  pointer-events: none;
  will-change: clip-path;
}

.top-style__photo-fixed {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.top-style__title-fixed {
  position: fixed;
  top: 30vh;
  left: 20rem;
  margin: 0;
  pointer-events: none;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-style__title-fixed {
    top: 200px;
    left: 20px;
    font-size: 20px;
  }
}

.top-style__title-fixed span {
  font-size: 2.5rem;
  display: block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .top-style__title-fixed span {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
top-style end
----------------------------------------------------------- */
/* -----------------------------------------------------------
top-chara
----------------------------------------------------------- */
.top-chara {
  padding-block: 19rem 16rem;
}

.top-chara__inner {
  max-width: 157rem;
  margin-inline: auto;
}

.top-chara__text {
  margin-top: 7rem;
}

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

.top-chara__set {
  display: grid;
  grid-template-columns: 68.5rem 75rem;
  gap: 15rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-chara__set {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-chara__set--r {
  grid-template-columns: 75rem 68.5rem;
}
@media screen and (max-width: 768px) {
  .top-chara__set--r {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .top-chara__set--r .top-chara__image {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .top-chara__set--r .top-chara__image {
    order: 2;
  }
}

.top-chara__info-copy {
  margin-top: 2rem;
}

.top-chara__info-text {
  margin-top: 3rem;
}

/* -----------------------------------------------------------
top-items
----------------------------------------------------------- */
.top-items__inner {
  position: relative;
}

.top-items__title-wrap {
  width: 100%;
  position: absolute;
  top: 16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-items__title-wrap {
    margin-top: 20px;
    padding: 0 20px;
    top: 5px;
  }
}

.top-items__text {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-items__text {
    margin-top: 0;
    line-height: 2;
  }
}

.top-items__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .top-items__items {
    grid-template-columns: 1fr;
  }
}

.top-items__item {
  position: relative;
  display: block;
}

.top-items__item::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #766e70;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
}

.top-items--2 .top-items__item::after {
  background-color: #000;
}

.top-items__item:hover {
  opacity: 1;
}

.top-items__item:hover::after {
  opacity: 0.6;
}

.top-items__name {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-items__name {
    bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .top-items__category {
    font-size: 12px;
  }
}

.top-items__item:hover .top-items__category,
.top-items--2 .top-items__category,
.top-items--2 .top-items__title,
.top-items--2 .top-items__text {
  color: #fff;
}

.top-items__mark {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Light", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #000;
  border-radius: 0.5rem;
  padding-block: 0.5rem 0.5rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .top-items__mark {
    width: 80px;
    font-size: 10px;
    line-height: 1.5;
    padding-block: 2px;
  }
}

.top-items__item:hover .top-items__mark,
.top-items--2 .top-items__mark {
  background-color: #fff;
  color: #000;
}

.top-items--2 .top-items__items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .top-items--2 .top-items__items {
    grid-template-columns: 1fr 1fr;
  }
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.page-body {
  padding-top: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-body {
    padding-top: 50px;
  }
}

.page-body__title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", 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;
}

/* -----------------------------------------------------------
item-outline
----------------------------------------------------------- */
.item-outline {
  position: relative;
  padding-block: 13rem;
  aspect-ratio: 1920/1153;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .item-outline {
    aspect-ratio: 1/1.25;
    background-color: #eaeaeb;
    padding-block: 30px 50px;
  }
}

@media screen and (max-width: 768px) {
  #tab-c .item-outline {
    background-color: #f9f9f9;
  }
}

.item-outline--style {
  aspect-ratio: inherit;
}

.item-outline__inner {
  position: relative;
  z-index: 2;
}

.item-outline__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-outline__subtitle::before,
.item-outline__subtitle::after {
  content: "";
  width: 4.2rem;
  height: 1px;
  background-color: #707070;
}

.item-outline__subtitle::before {
  margin-right: 2.5rem;
}

.item-outline__subtitle::after {
  margin-left: 2.5rem;
}

@media screen and (max-width: 768px) {
  .item-outline__text {
    padding-inline: 15px;
  }
}

.item-outline__image {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .item-outline__image {
    top: inherit;
    bottom: 0;
  }
}

.item-outline__image img {
  width: 100%;
}

/* 親タブスライドUI */
.tab-switcher {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 11;
}

.tab-switcher__inner {
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .tab-switcher__inner {
    max-width: 95%;
  }
}

.tab-switcher--style .tab-switcher__inner {
  max-width: 145rem;
}
@media screen and (max-width: 768px) {
  .tab-switcher--style .tab-switcher__inner {
    max-width: 95%;
  }
}

.maintabs {
  position: relative;
  display: flex;
  background: #e9e9e9;
  border-radius: 999px;
  overflow: hidden;
}

/* タブ共通 */
.maintabs button {
  position: relative;
  flex: 1;
  border: none;
  background: transparent;
  padding: 18px 10px;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .maintabs button {
    font-size: 10px;
    padding: 9px 5px;
    letter-spacing: 0.1em;
  }
}

.maintabs button span {
  pointer-events: none;
}

/* アクティブ文字色 */
.maintabs button.active {
  color: #fff;
}

/* スライドする背景 */
.maintabs::before {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  height: 100%;
  background: #a66c4b;
  border-radius: 999px;
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
}

.tab-switcher--style .maintabs::before {
  width: 25%;
}

/* 1番目 */
.maintabs:has(button:nth-child(1).active)::before {
  transform: translateX(0%);
}

/* 2番目 */
.maintabs:has(button:nth-child(2).active)::before {
  transform: translateX(100%);
}

/* 3番目 */
.maintabs:has(button:nth-child(3).active)::before {
  transform: translateX(200%);
}

/* 4番目 */
.maintabs:has(button:nth-child(4).active)::before {
  transform: translateX(300%);
}

.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;
}

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

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

.subtabs {
  margin-top: -13rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .subtabs {
    margin-top: -52px;
  }
}

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

.subtabs--tab4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subtabs button {
  position: relative;
  padding: 3.5rem 5rem 2rem;
  font-size: 4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  cursor: pointer;
  background-color: #e9e9e9;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border: 3px solid #a66c4b;
  border-bottom: none;
  transform: translateY(1.3rem);
}
@media screen and (max-width: 768px) {
  .subtabs button {
    padding: 15px 4px 15px;
    font-size: 12px;
    letter-spacing: 0;
    transform: translateY(5px);
    border-width: 1px;
  }
}

@media screen and (min-width: 768px) {
  .subtabs button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(135deg);
    transition-duration: 0.3s;
    width: 12px;
    height: 12px;
    border-top: 2px solid #a66c4b;
    border-right: 2px solid #a66c4b;
  }
  .subtabs button.active::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.subtabs--tab4 button {
  padding: 3.5rem 4rem 2rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .subtabs--tab4 button {
    padding: 15px 7px 15px;
    font-size: 11px;
  }
}

.subtabs button.active {
  background: #a66c4b;
  color: #fff;
  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: 1rem solid #a66c4b;
  padding: 1rem 2.5rem;
}

.subtabs button.active span {
  border-left: 1rem solid #fff;
}

.subtabs__body {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
  border: 8rem solid #a66c4b;
}

.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: 20rem;
}

.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;
  padding: 5.5rem;
  text-align: center;
  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 {
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
  }
}

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

.tab-content__fbox img {
  display: inline-block; /* nowrap の効果を受ける */
  width: auto;
  min-width: 700px;
  height: auto;
  vertical-align: top;
}

#subtab-a3 .tab-content__fbox img,
#subtab-b3 .tab-content__fbox img {
  width: 113rem;
}
@media screen and (max-width: 768px) {
  #subtab-a3 .tab-content__fbox img,
  #subtab-b3 .tab-content__fbox img {
    width: auto;
    min-width: 550px;
  }
}

#subtab-c1 .tab-content__fbox img,
#subtab-c2 .tab-content__fbox img,
#subtab-c3 .tab-content__fbox img {
  width: 70rem;
}
@media screen and (max-width: 768px) {
  #subtab-c1 .tab-content__fbox img,
  #subtab-c2 .tab-content__fbox img,
  #subtab-c3 .tab-content__fbox img {
    width: auto;
    min-width: 100%;
  }
}

#subtab-c1 .tab-content__fbox-text,
#subtab-c2 .tab-content__fbox-text,
#subtab-c3 .tab-content__fbox-text {
  display: none;
}

.tab-content__fbox--large img {
  min-width: 200rem;
}
@media screen and (max-width: 768px) {
  .tab-content__fbox--large img {
    min-width: 800px;
  }
}

.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;
}

/* -----------------------------------------------------------
item-brand
----------------------------------------------------------- */
.item-brand {
  margin-top: 10rem;
}

.item-brand__title {
  color: #907a6b;
}

.item-brand__subtitle {
  color: #907a6b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-brand__subtitle::before,
.item-brand__subtitle::after {
  content: "";
  width: 4.2rem;
  height: 1px;
  background-color: #907a6b;
}

.item-brand__subtitle::before {
  margin-right: 2.5rem;
}

.item-brand__subtitle::after {
  margin-left: 2.5rem;
}

.item-brand__mv {
  text-align: center;
}

:root {
  --spmv: 1.3;
}

#item-a1-1 .item-brand__mv img {
  width: 77.8rem;
}
@media screen and (max-width: 768px) {
  #item-a1-1 .item-brand__mv img {
    width: calc(77.8rem * var(--spmv));
  }
}

#item-a1-2 .item-brand__mv img {
  width: 99.7rem;
}
@media screen and (max-width: 768px) {
  #item-a1-2 .item-brand__mv img {
    width: calc(99.7rem * var(--spmv));
  }
}

#item-a1-3 .item-brand__mv img {
  width: 103rem;
}
@media screen and (max-width: 768px) {
  #item-a1-3 .item-brand__mv img {
    width: calc(103rem * var(--spmv));
  }
}

#item-a2-1 .item-brand__mv img {
  width: 52.2rem;
}
@media screen and (max-width: 768px) {
  #item-a2-1 .item-brand__mv img {
    width: calc(52.2rem * var(--spmv));
  }
}

#item-a2-2 .item-brand__mv img {
  width: 81.9rem;
}
@media screen and (max-width: 768px) {
  #item-a2-2 .item-brand__mv img {
    width: calc(81.9rem * var(--spmv));
  }
}

#item-a3-1 .item-brand__mv img {
  width: 78.9rem;
}
@media screen and (max-width: 768px) {
  #item-a3-1 .item-brand__mv img {
    width: calc(78.9rem * var(--spmv));
  }
}

#item-a3-2 .item-brand__mv img {
  width: 57.8rem;
}
@media screen and (max-width: 768px) {
  #item-a3-2 .item-brand__mv img {
    width: calc(57.8rem * var(--spmv));
  }
}

#item-b1-1 .item-brand__mv img {
  width: 67.1rem;
}
@media screen and (max-width: 768px) {
  #item-b1-1 .item-brand__mv img {
    width: calc(67.1rem * var(--spmv));
  }
}

#item-b1-2 .item-brand__mv img {
  width: 64.1rem;
}
@media screen and (max-width: 768px) {
  #item-b1-2 .item-brand__mv img {
    width: calc(64.1rem * var(--spmv));
  }
}

#item-b2-1 .item-brand__mv img {
  width: 31.3rem;
}
@media screen and (max-width: 768px) {
  #item-b2-1 .item-brand__mv img {
    width: calc(31.3rem * var(--spmv));
  }
}

#item-b2-2 .item-brand__mv img {
  width: 31.3rem;
}
@media screen and (max-width: 768px) {
  #item-b2-2 .item-brand__mv img {
    width: calc(31.3rem * var(--spmv));
  }
}

#item-b2-3 .item-brand__mv img {
  width: 31.3rem;
}
@media screen and (max-width: 768px) {
  #item-b2-3 .item-brand__mv img {
    width: calc(31.3rem * var(--spmv));
  }
}

#item-b3-1 .item-brand__mv img {
  width: 56.4rem;
}
@media screen and (max-width: 768px) {
  #item-b3-1 .item-brand__mv img {
    width: calc(56.4rem * var(--spmv));
  }
}

#item-b3-2 .item-brand__mv img {
  width: 73.4rem;
}
@media screen and (max-width: 768px) {
  #item-b3-2 .item-brand__mv img {
    width: calc(73.4rem * var(--spmv));
  }
}

#item-c1-1 .item-brand__mv img {
  width: 72.1rem;
}
@media screen and (max-width: 768px) {
  #item-c1-1 .item-brand__mv img {
    width: calc(72.1rem * var(--spmv));
  }
}

#item-c2-1 .item-brand__mv img {
  width: 59.3rem;
}
@media screen and (max-width: 768px) {
  #item-c2-1 .item-brand__mv img {
    width: calc(59.3rem * var(--spmv));
  }
}

#item-c3-1 .item-brand__mv img {
  width: 53.9rem;
}
@media screen and (max-width: 768px) {
  #item-c3-1 .item-brand__mv img {
    width: calc(53.9rem * var(--spmv));
  }
}

/* -----------------------------------------------------------
item-chara
----------------------------------------------------------- */
.item-chara {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .item-chara {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .item-chara__units {
    margin-top: 20px;
  }
}

.item-chara__unit1 {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item-chara__unit1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .item-chara__unit-image {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .item-chara__unit-image img {
    width: 200px;
  }
}

.item-chara__copy {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .item-chara__copy {
    font-size: 20px;
  }
}

.item-chara__text {
  line-height: 2;
  margin-top: 3rem;
}

.item-chara__unit2 {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 30rem;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item-chara__unit2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .item-chara__unit2 .item-chara__unit-image {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .item-chara__unit2 .item-chara__info {
    order: 1;
  }
}

.item-chara__btn {
  margin-top: 2rem;
}

.item-chara__btn .btn {
  background-color: #a66c4b;
  color: #fff;
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .item-chara__btn .btn {
    width: 240px;
  }
}

/* slide */
.item-chara__slide .slider,
.item-chara__slide .slider-thumbnail {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

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

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

.item-chara__slide .slider-thumbnail {
  margin-top: 2rem;
}

.item-chara__slide .slider-thumbnail .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.slider-thumbnail .swiper-slide img {
  cursor: pointer;
  border: 2px solid #c4c4c4;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active img {
  border: 5px solid #907a6b;
}

.slider-thumbnail .swiper-slide img {
  aspect-ratio: 185/140;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
item-lineup
----------------------------------------------------------- */
.item-lineup {
  margin-top: 10rem;
}

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

.item-lineup__good-text {
  text-align: left;
  line-height: 1.6;
}

.item-lineup__good-btn {
  margin-top: 2rem;
}

.item-lineup__good-btn .btn {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .item-lineup__good-btn .btn {
    width: 130px;
  }
}

/* -----------------------------------------------------------
item-covering
----------------------------------------------------------- */
.item-covering {
  margin-top: 10rem;
}

.item-covering__wrap {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 51% 43%;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .item-covering__wrap {
    grid-template-columns: 1fr;
  }
}

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

/* Scss Document */
.page-body.tab1-b,
.page-body.tab1-d {
  background-color: #ded8d4;
}

@media screen and (max-width: 768px) {
  .tab1-b .tab-box,
  .tab1-c .tab-box,
  .tab1-d .tab-box {
    margin-top: 70px;
  }
}

.item-outline--style {
  background-color: #fff;
  padding-block: 5rem 0;
}
@media screen and (max-width: 768px) {
  .item-outline--style {
    margin-top: 50px;
  }
}

.style-title {
  font-size: 4.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  background: #a66c4b;
  border-radius: 999px;
  width: 91.2rem;
  margin-top: 13rem;
  margin-inline: auto;
  padding-block: 2rem;
}
@media screen and (max-width: 768px) {
  .style-title {
    width: 90%;
    font-size: 16px;
  }
}

/* -----------------------------------------------------------
style-outline
----------------------------------------------------------- */
.style-outline {
  margin-top: 7rem;
}

.style-outline__row1 {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 44.5% 47%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .style-outline__row1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .style-outline__row1-left img {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .style-outline__text-wrap {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .style-outline__text-wrap {
    margin-top: 20px;
  }
}

.style-outline__text {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .style-outline__row1-right-image {
    margin-top: 10rem;
    margin-left: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .style-outline__row1-right-image {
    margin-top: 20px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .style-outline__row1-right-image img {
    width: 200px;
  }
}

.style-outline__row2 {
  display: grid;
  grid-template-columns: 55% 39.8%;
  justify-content: space-between;
  padding-inline: 8rem 9.5rem;
}
@media screen and (max-width: 768px) {
  .style-outline__row2 {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .style-outline__row2-left {
    margin-top: -12rem;
  }
}

.style-outline__text-wrap2 {
  margin-top: 10rem;
}

.style-outline__row2-right {
  padding-top: 12rem;
}

/* -----------------------------------------------------------
style-goods
----------------------------------------------------------- */
@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: #ded8d4;
  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: 400;
    color: #000;
    text-align: left;
    font-family: "MFW-PA1MinchoStdN-Light", 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: 400;
    color: #000;
    text-align: left;
    font-family: "MFW-PA1MinchoStdN-Light", serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 10px 10px 10px 20px;
  }
}

.code-title h3 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .code-title h3 span {
    font-size: 11px;
  }
}

.code-title__inner-right h3 {
  display: inline-block;
  background: #ded8d4;
  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: 400;
    color: #000;
    text-align: right;
    font-family: "MFW-PA1MinchoStdN-Light", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    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: 400;
    color: #000;
    text-align: right;
    font-family: "MFW-PA1MinchoStdN-Light", serif;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 10px 20px 10px 10px;
  }
}

.page-body.tab1-b .code-title__inner h3,
.page-body.tab1-d .code-title__inner h3,
.page-body.tab1-b .code-title__inner-right h3,
.page-body.tab1-d .code-title__inner-right h3 {
  background: #fff;
  color: #907a6b;
}

.style-goods__wrap {
  display: grid;
  grid-template-columns: 110rem 54rem;
  gap: 5rem;
}

.style-goods {
  padding-bottom: 20rem;
}

.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__set {
  margin-top: 10rem;
}

.code__wrap {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: 110rem 54rem;
  gap: 5rem;
}
@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;
  }
}

/* slide */
.code__mv .slider,
.code__mv .slider-thumbnail {
  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__mv .slider-thumbnail .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.code__mv .slider-thumbnail {
  margin-top: 2rem;
}

.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__image {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .code__image img {
    width: 200px;
  }
}

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

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

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

.code__good a {
  color: #000;
  text-decoration: underline;
}

.code__good a:hover {
  color: #86786d;
  text-decoration: none;
}

.code__keppin {
  margin-top: 0.5rem;
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  border: 1px solid #000;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .code__keppin {
    font-size: 12px;
  }
}

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

.code__btn .btn {
  width: 21rem;
  margin: inherit;
  background-color: #86786d;
  color: #fff;
}
@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 */