@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: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-weight: 400;
  position: relative;
  cursor: url(../images/cursor.png), default;
}

@media screen and (min-width: 768px) {
  .cursor,
  .follower {
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: none;
    will-change: transform;
  }
}
@media screen and (max-width: 768px) {
  .cursor,
  .follower {
    cursor: auto;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) {
  .cursor {
    width: 8px;
    height: 8px;
    background-color: #1a1a1a;
    z-index: 1001;
  }
}

@media screen and (min-width: 768px) {
  .follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: transform ease 0.1s;
    text-align: center;
    z-index: 1000;
  }
  .follower.is-active {
    transform: scale(2.4);
  }
}

#viewport {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#scroll-container {
  position: absolute;
  width: 100%;
}

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

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

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
.header__wrap {
  height: 14rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .fixed {
    background-color: rgba(152, 152, 152, 0.5);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #989898;
    z-index: 14000;
  }
}

@media screen and (min-width: 768px) {
  .fixed.scrolled {
    background-color: rgba(236, 236, 236, 0.5);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #989898;
  }
}

@media screen and (min-width: 768px) {
  .fixed.scrolled .header__wrap {
    height: 6rem;
  }
}

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

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

.para-image {
  overflow: hidden;
}

.para-image img {
  object-fit: cover;
  transform: scale(1.1);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.mv {
  background-color: #fff;
}

.mv__inner {
  position: relative;
}

.mv__logo {
  position: absolute;
  top: 46rem;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.mv__logo-image {
  text-align: center;
}

.mv__logo-image img {
  width: 89.3rem;
}
@media screen and (max-width: 768px) {
  .mv__logo-image img {
    width: 70%;
  }
}

.mv__title {
  position: absolute;
  top: 12rem;
  left: 6rem;
  z-index: 100;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 2.3076923077;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mv__title {
    top: 100px;
    left: 20px;
    font-size: 12px;
  }
}

.mv__scroll {
  position: absolute;
  right: 7.4rem;
  bottom: 2.7rem;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: right;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 100;
  animation: fluffy 3s infinite;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    font-size: 10px;
  }
}

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

/* -----------------------------------------------------------
swiper
----------------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s ease;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 12px;
  }
}

.swiper-pagination-bullet {
  margin: 0 1.2rem !important;
  width: 1.4rem;
  height: 1.4rem;
  background: none;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* -----------------------------------------------------------
 =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;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 46rem;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 4.5rem;
  background-color: #d1cfbc;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    right: 15px;
  }
}
/*アコーディオン*/
.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: #333333;
}
@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;
}

/* ハンバーガーメニュー */
.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: #989898;
  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;
  }
}

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

.nav-pc__lists {
  margin: 0 auto;
  padding-left: 6rem;
  display: flex;
  gap: 4rem;
}

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

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

.header__sp-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__sp-logo {
    display: block;
    width: 130px;
    padding-left: 20px;
  }
}

.fixed.scrolled .nav-pc__lists li a {
  color: #989898;
}

.header--scene .nav-pc__lists li a {
  color: #000;
}

.header--scene .nav-pc__lists .nav-pc__lists-scene a,
.fixed.scrolled .nav-pc__lists .nav-pc__lists-scene a {
  color: #d1cfbc;
}

/*メニューボタン*/
.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 :トップページ読み込み用
=================================================================== */
.page-link {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .page-link {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.section-copy {
  font-size: 5.6rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 2.0689655172;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-copy {
    font-size: 25px;
    line-height: 1.67;
  }
}

.section-text {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 2.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-text {
    font-size: 13px;
    line-height: 1.67;
  }
}

.category-title-en {
  font-size: 1.7rem;
  font-weight: 300;
  color: #d1cfbc;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .category-title-en {
    font-size: 11px;
  }
}

.category-title-jp {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .category-title-jp {
    font-size: 12px;
    margin-top: 10px;
  }
}

.en-tate-text {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

/* -----------------------------------------------------------
 top-concept
----------------------------------------------------------- */
.top-concept {
  background-color: #fff;
  padding-block: 21rem 18rem;
}

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

@media screen and (max-width: 768px) {
  .top-concept__copy {
    order: 2;
    margin-top: 40px;
  }
}

.top-concept__title {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top-concept__title {
    order: 1;
  }
}

.top-concept__mv {
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-concept__mv {
    margin-top: 30px;
  }
}

.top-concept__mv-text {
  position: absolute;
  right: 3.6rem;
  bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-concept__mv-text {
    display: none;
  }
}

.top-concept__copy2 {
  margin-top: 11rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept__copy2 {
    text-align: left;
  }
}

.top-concept__text {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept__text {
    text-align: left;
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------
top-design
----------------------------------------------------------- */
.top-design {
  background-color: #fff;
}

.top-design__mv {
  margin-right: calc(50% - 50vw);
  position: relative;
}

.top-design__mv-text {
  color: #d1cfbc;
  position: absolute;
  left: -8rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-design__mv-text {
    display: none;
  }
}

.top-design__bg {
  margin-top: -45rem;
  padding-top: 58rem;
  padding-bottom: 10rem;
  background-color: #ececec;
}

/* -----------------------------------------------------------
top-function
----------------------------------------------------------- */
.top-function {
  background-color: #ececec;
  padding-top: 17.4rem;
}

.top-function__mv {
  margin-left: calc(50% - 50vw);
  position: relative;
}

.top-concept__copy.--function {
  margin-top: 11rem;
}

.top-function__mv-text {
  color: #d1cfbc;
  position: absolute;
  right: -8rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-function__mv-text {
    display: none;
  }
}

.top-function__items {
  margin-top: 16rem;
}

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

.top-function__image img {
  aspect-ratio: 960/828;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top-function__info {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-function__info {
    padding: 40px 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .--reverse .top-function__info {
    order: 1;
    padding-left: 6.8rem;
  }
}

.top-function__item-title {
  font-size: 3.8rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 2.2894736842;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-function__item-title {
    font-size: 18px;
    line-height: 1.67;
  }
}

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

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

/* -----------------------------------------------------------
top-switcher
----------------------------------------------------------- */
.top-switcher {
  background-color: #fff;
  padding-block: 16.5rem 16.5rem;
}
@media screen and (max-width: 768px) {
  .top-switcher {
    padding-block: 30px 80px;
  }
}

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

/* -----------------------------------------------------------
top-youtube
----------------------------------------------------------- */
.top-youtube {
  background-color: #fff;
}

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

.top-youtube__inner a:hover {
  opacity: 1;
}

/* -----------------------------------------------------------
top-scene
----------------------------------------------------------- */
.top-scene {
  background-color: #fff;
  padding-block: 13.5rem 13.5rem;
}
@media screen and (max-width: 768px) {
  .top-scene {
    padding-block: 50px;
  }
}

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

.top-scene__num-wrap {
  padding-bottom: 3rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .top-scene__num-wrap {
    order: 2;
  }
}

.top-scene__num-upper {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-scene__num-upper {
    font-size: 15px;
  }
}

.top-scene__num {
  display: block;
  font-size: 15rem;
  font-weight: 300;
  color: #000;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-scene__num {
    font-size: 60px;
  }
}

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

@media screen and (min-width: 768px) {
  .top-scene__title-wrap .top-concept__title {
    margin-left: auto;
  }
}

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

.top-scene__wrap {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top-scene__wrap {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-scene__aside {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-scene__aside {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .top-scene--scene2 .top-scene__aside {
    margin-right: 0;
    margin-left: 7rem;
  }
}

.top-scene--scene2 .top-scene__aside .top-scene__info {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-scene--scene2 .top-scene__aside .top-scene__info {
    display: block;
  }
}

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

.top-scene__info {
  margin-top: 1rem;
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .top-scene__info {
    margin-block: 40px;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-scene--scene2 .top-scene__info {
    padding-left: 0;
  }
}

.top-scene--scene2 .top-scene__photo2-wrap .top-scene__info {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-scene--scene2 .top-scene__photo2-wrap .top-scene__info {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  .top-scene__photo2-wrap {
    margin-right: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-scene__photo2-wrap {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .top-scene--scene2 .top-scene__photo2-wrap {
    margin-right: 0;
    margin-left: 9rem;
  }
}

.top-scene__btn {
  margin-top: 4rem;
  background-color: #ececec;
  padding: 4rem 9rem 4rem 7rem;
}
@media screen and (max-width: 768px) {
  .top-scene__btn {
    padding: 40px 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .top-scene__btn-num-wrap {
    margin-right: 4rem;
  }
}

.top-scene__btn-wrap .top-scene__num-upper {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .top-scene__btn-wrap .top-scene__num-upper {
    font-size: 10px;
  }
}

.top-scene__btn-wrap .top-scene__num {
  font-size: 8.7rem;
}
@media screen and (max-width: 768px) {
  .top-scene__btn-wrap .top-scene__num {
    font-size: 40px;
  }
}

.top-scene__btn-text {
  font-size: 3.1rem;
  font-weight: 300;
  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-scene__btn-text {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 20px;
  }
}

.top-scene__btn-a {
  background: url(../images/icon-scene-arrow.svg) no-repeat right top 0.8rem;
  background-size: 2.4rem 2.4rem;
  padding-right: 3.7rem;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #b1b1b1;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-scene__btn-a {
    background-size: 20px 20px;
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.top-scene__btn-a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #707070;
  bottom: -1px;
  width: 2.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-scene__btn-a:after {
    width: 30%;
  }
}

.top-scene__btn-a:hover:after {
  width: 100%;
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.scene-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.15em;
  margin-top: 12rem;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .scene-title {
    font-size: 12px;
    margin-top: 60px;
    margin-left: 20px;
  }
}

.scene-fv {
  margin-top: 8rem;
}

.scene-fv__copy {
  text-align: center;
}

.scene-fv__text {
  margin-top: 3rem;
  text-align: center;
}

/* -----------------------------------------------------------
scene1
----------------------------------------------------------- */
.scene1-row1 {
  margin-top: 15rem;
  display: grid;
  grid-template-columns: 64.8% 34.3%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene1-row1 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .scene1-row1 figure {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .scene1-row1 aside {
    width: 80%;
    margin-inline: auto;
  }
}

.scene1-row2 {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 50% 35.1%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene1-row2 {
    margin-top: 30px;
    grid-template-columns: 35%;
    justify-content: end;
  }
}

@media screen and (min-width: 768px) {
  .scene1-row2 figure {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .scene1-row2 figure {
    display: none;
  }
}

.scene1-row3 {
  margin-top: 11rem;
  display: grid;
  grid-template-columns: 35.7% 37.9%;
  justify-content: space-between;
  padding-inline: 11.5rem;
}
@media screen and (max-width: 768px) {
  .scene1-row3 {
    margin-top: 30px;
    grid-template-columns: 45% 45%;
    padding-inline: 20px;
  }
}

.scene1-row3 figure {
  margin-top: -25rem;
}
@media screen and (max-width: 768px) {
  .scene1-row3 figure {
    margin-top: -150px;
  }
}

.scene1-row4 {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .scene1-row4 {
    display: none;
    margin-top: 30px;
  }
}

.scene1-row4 figure {
  width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .scene1-row4 figure {
    width: 70%;
  }
}

.scene1-row5 {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .scene1-row5 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .scene1-row5 figure {
    padding-inline: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scene1-row5 figure {
    margin-top: 30px;
  }
}

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

/* -----------------------------------------------------------
scene2
----------------------------------------------------------- */
.scene2 {
  background-color: #ececec;
}

.scene2-row1 {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 35.7% 58%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene2-row1 {
    margin-top: 30px;
  }
}

.scene2-row1 figure {
  margin-top: 17rem;
}
@media screen and (max-width: 768px) {
  .scene2-row1 figure {
    margin-top: 50px;
  }
}

.scene2-row2 {
  margin-top: 13.4rem;
  display: grid;
  grid-template-columns: 42.2% 34.4%;
  justify-content: space-between;
  padding-inline: 11.5rem;
}
@media screen and (max-width: 768px) {
  .scene2-row2 {
    display: none;
  }
}

.scene2-row2 picture {
  margin-top: -35rem;
}

.scene2-row3 {
  margin-top: 9.5rem;
  display: grid;
  grid-template-columns: 34.3% 59.4%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene2-row3 {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .scene2-row3 aside {
    order: 2;
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .scene2-row3 figure {
    order: 1;
  }
}

.scene2-row4 {
  margin-top: 16rem;
  display: grid;
  grid-template-columns: 50% 44%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene2-row4 {
    margin-top: 30px;
  }
}

.scene2-row4 picture {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .scene2-row4 picture {
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------
scene3
----------------------------------------------------------- */
.scene3-row1 {
  margin-top: 13.4rem;
  display: grid;
  grid-template-columns: 64.8% 34.3%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scene3-row1 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .scene3-row1 figure {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .scene3-row1 aside {
    width: 80%;
    margin-inline: auto;
  }
}

.scene3-row2 {
  margin-top: 10rem;
  margin-left: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .scene3-row2 {
    margin-top: 30px;
  }
}

.scene3-row3 {
  margin-top: 10.5rem;
  display: grid;
  grid-template-columns: 37.8% 33.7%;
  justify-content: space-between;
  padding-inline: 7rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .scene3-row3 {
    margin-top: 30px;
    grid-template-columns: 45% 45%;
    padding-inline: 10px 20px;
  }
}

.scene3-row3 figure {
  margin-top: -40rem;
}
@media screen and (max-width: 768px) {
  .scene3-row3 figure {
    margin-top: -100px;
  }
}

.scene3-row4 {
  margin-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .scene3-row4 {
    margin-top: 30px;
  }
}

.scene3-row4 figure {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .scene3-row4 figure {
    padding-inline: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scene3-row4 figure {
    width: 80%;
  }
}

.top-variation {
  position: relative;
  height: 500vh;
  z-index: -1;
}

.top-variation__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  flex-direction: column;
  padding-top: 8.4rem;
}
.top-variation__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-variation__item img {
    width: 90vw;
  }
}
.top-variation__item--01 {
  background: #ffffff;
  z-index: 4;
}
.top-variation__item--01 img {
  aspect-ratio: 1/0.38;
}
@media screen and (min-width: 768px) {
  .top-variation__item--01 img {
    max-width: 134rem;
  }
}
.top-variation__item--02 {
  background: #3e3a39;
  z-index: 3;
  color: #333;
}
.top-variation__item--02 img {
  aspect-ratio: 1/0.38;
}
@media screen and (min-width: 768px) {
  .top-variation__item--02 img {
    max-width: 134rem;
  }
}
.top-variation__item--03 {
  background: #ffffff;
  z-index: 2;
}
.top-variation__item--03 img {
  aspect-ratio: 1/0.335;
}
@media screen and (min-width: 768px) {
  .top-variation__item--03 img {
    max-width: 167.6rem;
  }
}
.top-variation__item--04 {
  background: #262e40;
  z-index: 1;
}
.top-variation__item--04 img {
  aspect-ratio: 1/0.335;
}
@media screen and (min-width: 768px) {
  .top-variation__item--04 img {
    max-width: 167.6rem;
  }
}

.top-variation__name {
  display: block;
  width: 100%;
  color: #3e3a39;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 8rem;
  font-weight: 300;
  text-align: center;
  margin-top: 9.7rem;
  transform: translate(0px, 0%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-variation__name {
    margin-top: 40px;
    font-size: 28px;
  }
}
.top-variation__name--white {
  color: #ffffff;
}

.top-variation__note {
  display: block;
  width: 100%;
  max-width: calc(100% - 17.6rem);
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #3e3a39;
  margin-top: 2.9rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-variation__note {
    text-align: center;
    font-size: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top-variation__note--short {
    padding-right: 30.5rem;
  }
}
.top-variation__note--white {
  color: #ffffff;
}

.style-switcher {
  position: relative;
  display: flex;
  width: 42rem;
  height: 4rem;
  margin: 8.5rem auto 0;
  gap: 2rem;
  background: #ebded3;
  border-radius: 2rem;
  overflow: hidden;
  padding: 0.6rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .style-switcher {
    width: 300px;
    height: 40px;
    margin: 30rem auto 0;
    gap: 10px;
    border-radius: 20px;
    padding: 6px 8px;
  }
}

.style-btn {
  flex: 1;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .style-btn {
    font-size: 12px;
  }
}

.indicator {
  position: absolute;
  width: 19.1rem;
  height: 2.8rem;
  background: #ccbeb2;
  border-radius: 1.4rem;
  top: 0.6rem;
  left: 0.8rem;
  transition: left 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .indicator {
    width: 140px;
    height: 28px;
    border-radius: 14px;
    top: 6px;
    left: 8px;
  }
}

/* 追加クラスで位置切り替え */
.indicator.left {
  left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .indicator.left {
    left: 8px;
  }
}

.indicator.right {
  left: 53%;
}
@media screen and (max-width: 768px) {
  .indicator.right {
    left: 50%;
  }
}

.style-container {
  position: relative;
  width: 94vw;
  margin: 13rem auto 0;
}
@media screen and (max-width: 768px) {
  .style-container {
    margin: 30rem auto 0;
  }
}

.style-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.style-content img {
  width: 100%;
}

.style-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

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

.top-switcher__btn-a {
  background: url(../images/icon-s-shop.svg) no-repeat right center;
  background-size: 2.5rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #b1b1b1;
  padding: 1.5rem 3rem 1.5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-switcher__btn-a {
    background-size: 20px 20px;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px 10px 0;
  }
}

.top-switcher__btn-a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #707070;
  left: 0;
  bottom: -1px;
  width: 2.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-switcher__btn-a:after {
    width: 30%;
  }
}

.top-switcher__btn-a:hover:after {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */