@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: #2e2a39;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "MFW-PA1GothicStdN-Regular";
  font-weight: 400;
  cursor: url(../images/cursor.png), default;
}

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

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

.red {
  color: #f00;
}

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.top-mv-placeholder {
  aspect-ratio: 1920/1080;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .top-mv-placeholder {
    margin-top: 50px;
  }
}

.top-mv {
  width: 100%;
  aspect-ratio: 1920/1080;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-mv {
    margin-top: 50px;
  }
}

.top-mv video {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1695px);
  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: 3.3rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 4rem;
  background-color: #3c3258;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

@media (hover: hover) {
  .btn:hover::before {
    opacity: 1;
    right: 15px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
}

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

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

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

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

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

.footer__nav li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Regular";
  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-Regular";
  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-Regular";
  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: #fff;
  color: #766e70;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__btn .btn {
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
}

.footer__btn .btn::before {
  border-top: 2px solid #874c4d;
  border-right: 2px solid #874c4d;
}
@media screen and (max-width: 768px) {
  .footer__btn .btn::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #874c4d;
    border-right: 1px solid #874c4d;
  }
}

.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-Regular";
  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-Regular";
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.content {
  padding: 20px;
}

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

.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 65px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .nav-wrap .nav {
    margin: 50px auto 0;
  }
}

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

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

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

/*メニューボタン*/
.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 {
    right: 20px;
    top: 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .nav-button span {
    background-color: #2e2a39; /* デフォルト黒 */
  }
  .nav-button.is-white span {
    background-color: #fff;
  }
}
.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;
}

.section-head {
  padding-block: 15rem;
  background-color: #e0e9f5;
}
@media screen and (max-width: 768px) {
  .section-head {
    padding-block: 30px;
  }
}

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

.section-head__title {
  font-size: 9.1rem;
  font-weight: 600;
  color: transparent;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #2e2a39;
}
@media screen and (max-width: 768px) {
  .section-head__title {
    font-size: 38px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .section-head--reverse .section-head__title {
    text-align: right;
  }
}

.section-head__text {
  font-size: 3.3rem;
  font-weight: 300;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 2.2424242424;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-head__text {
    padding: 3rem 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .section-head__text {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .section-head--reverse .section-head__text {
    padding: 5rem 0 0 40rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .section-head__info {
    padding: 6rem 0 0 6rem;
    margin-right: -39rem;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .section-head__info {
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section-head--reverse .section-head__info {
    order: 2;
    padding: 6rem 6rem 0 0;
    margin-right: inherit;
    margin-left: -35rem;
  }
}

@media screen and (min-width: 768px) {
  .section-head--3 .section-head__info {
    padding: 6rem 0 0 9rem;
    margin-right: -37rem;
  }
}

@media screen and (min-width: 768px) {
  .section-head--3 .section-head__text {
    padding: 3rem 0 0 7rem;
  }
}

@media screen and (max-width: 768px) {
  .section-head__image {
    margin-top: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section-head--reverse .section-head__image {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .section-head--reverse .section-head__image {
    padding-left: inherit;
    padding-right: 20px;
  }
}

.section-head__image img {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .section-head__image img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

.section-head--reverse .section-head__image img {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 768px) {
  .section-head--reverse .section-head__image img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

/* -----------------------------------------------------------
top-nayami
----------------------------------------------------------- */
.top-nayami {
  padding-block: 6rem 0;
  background-color: #f9f7f8;
}
@media screen and (max-width: 768px) {
  .top-nayami {
    padding-block: 40px 0;
  }
}

.top-nayami__title {
  font-size: 4rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium";
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-nayami__title {
    font-size: 17px;
  }
}

.pin-spacer {
  background-color: #e0e9f5;
}

.top-nayami__wrap {
  margin-top: 2rem;
  width: 100%;
  height: 85.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-nayami__wrap {
    margin-top: 30px;
    height: 674px;
  }
}

.top-nayami__woman {
  width: 49.3rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top-nayami__woman {
    bottom: 0;
    left: 67.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-nayami__woman {
    width: 240px;
    bottom: 0;
    right: 0;
  }
}

.top-nayami__wrap > div:not(.top-nayami__woman) {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

.top-nayami__f1 {
  width: 47.6rem;
  position: absolute;
  left: 17rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-nayami__f1 {
    width: 162px;
    left: 20px;
    top: 0;
  }
}

.top-nayami__f2 {
  width: 57.2rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top-nayami__f2 {
    left: 119rem;
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-nayami__f2 {
    width: 181px;
    right: 20px;
    top: 52px;
  }
}

.top-nayami__f3 {
  width: 49.6rem;
  position: absolute;
  top: 2rem;
  left: 69.6rem;
}
@media screen and (max-width: 768px) {
  .top-nayami__f3 {
    width: 200px;
    left: 20px;
    top: 182px;
  }
}

.top-nayami__f4 {
  width: 63rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top-nayami__f4 {
    left: 110rem;
    top: 44.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-nayami__f4 {
    width: 252px;
    right: 20px;
    top: 253px;
  }
}

.top-nayami__f5 {
  width: 43.1rem;
  position: absolute;
  left: 24.2rem;
  top: 47rem;
}
@media screen and (max-width: 768px) {
  .top-nayami__f5 {
    width: 172px;
    left: 20px;
    top: 406px;
  }
}

/* -----------------------------------------------------------
top-about
----------------------------------------------------------- */
.top-about__body {
  background-color: #e0e9f5;
  padding-bottom: 15rem;
}

.top-about__set {
  overflow: hidden;
}

.top-about__set:not(:first-of-type) {
  margin-top: 13rem;
}

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

@media screen and (min-width: 768px) {
  .top-about__set-wrap--01 {
    grid-template-columns: 108.5rem 80.5rem;
  }
  .top-about__set-wrap--02 {
    grid-template-columns: 85rem 117rem;
  }
  .top-about__set-wrap--03 {
    grid-template-columns: 108rem 80rem;
  }
}
.top-about__set-wrap--01 .top-about__set-point {
  background: url(../../images/set-point-01.webp) no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1125/632;
}
@media screen and (min-width: 768px) {
  .top-about__set-wrap--01 .top-about__set-point {
    padding: 9rem 0 0 21rem;
    margin-left: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__set-wrap--01 .top-about__set-point {
    background: url(../../images/set-point-01_sp.webp) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 360/336;
    padding: 90px 0 0 20px;
  }
}

.top-about__set-wrap--02 .top-about__set-point {
  background: url(../../images/set-point-02.webp) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .top-about__set-wrap--02 .top-about__set-point {
    aspect-ratio: 1175/672;
    padding: 9rem 25rem 0 0;
    order: 2;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__set-wrap--02 .top-about__set-point {
    background: url(../../images/set-point-02_sp.webp) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 360/333;
    padding: 70px 20px 0 0;
  }
}

.top-about__set-wrap--03 .top-about__set-point {
  background: url(../../images/set-point-03.webp) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .top-about__set-wrap--03 .top-about__set-point {
    aspect-ratio: 1275/648;
    padding: 9rem 0 0 37rem;
    margin-left: -20rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__set-wrap--03 .top-about__set-point {
    background: url(../../images/set-point-03_sp.webp) no-repeat;
    background-size: 100% auto;
    aspect-ratio: 360/326;
    padding: 70px 0 0 20px;
  }
}

.top-about__set-wrap--02 .top-about__set-point > * {
  text-align: right;
}

.top-about__set-tag {
  font-size: 2rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-about__set-tag {
    font-size: 13px;
  }
}

.top-about__set-num {
  font-size: 18.5rem;
  font-weight: 700;
  color: transparent;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #2e2a39;
  margin-left: -1.6rem;
}
@media screen and (max-width: 768px) {
  .top-about__set-num {
    font-size: 70px;
  }
}

.top-about__set-wrap--02 .top-about__set-num {
  margin-left: inherit;
  margin-right: -1.6rem;
}

.top-about__set-title {
  margin-top: 2.5rem;
  font-size: 4.5rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-about__set-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.top-about__set-text {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 2.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-about__set-text {
    font-size: 13px;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .top-about__set-wrap--01 .top-about__set-info {
    margin-right: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .top-about__set-wrap--02 .top-about__set-info {
    order: 1;
    margin-left: 3.6rem;
  }
}

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

@media screen and (max-width: 768px) {
  .top-about__set-info {
    padding-block: 30px;
  }
}

.top-about__set-info-image img {
  display: block;
  max-width: 100%;
  animation: cloudFloat 5s ease-in-out infinite;
}

/* 雲のアニメーション */
@keyframes cloudFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3rem);
  } /* 揺れ幅 */
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  @keyframes cloudFloat {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px);
    } /* 揺れ幅 */
    100% {
      transform: translateY(0);
    }
  }
}
.top-about__set-wrap--01 .top-about__set-info-image img {
  animation-delay: 0s;
}

.top-about__set-wrap--02 .top-about__set-info-image img {
  animation-delay: 2s;
}

.top-about__set-wrap--03 .top-about__set-info-image img {
  animation-delay: 4s;
}

/* -----------------------------------------------------------
top-asto
----------------------------------------------------------- */
.top-asto {
  background: url(../../images/asto-bg.png) no-repeat center bottom #e5e0f5;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .top-asto {
    background: url(../../images/asto-bg_sp.png) no-repeat center bottom #e5e0f5;
    background-size: 100% auto;
  }
}

.top-asto .section-head {
  background-color: transparent;
}

.top-asto__body {
  padding: 0 6rem 17rem;
}
@media screen and (max-width: 768px) {
  .top-asto__body {
    padding: 0 20px 100px;
  }
}

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

.top-asto__logo img {
  width: 65rem;
}
@media screen and (max-width: 768px) {
  .top-asto__logo img {
    width: 60%;
  }
}

.top-asto__title {
  font-size: 4.5rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1.6444444444;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-asto__title {
    margin-top: 20px;
    font-size: 18px;
  }
}

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

.top-asto__movie video {
  width: 131.7rem;
}
@media screen and (max-width: 768px) {
  .top-asto__movie video {
    width: 100%;
  }
}

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

/* -----------------------------------------------------------
top-find
----------------------------------------------------------- */
.top-find {
  background-color: #e5e0f5;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .top-find {
    padding-bottom: 50px;
  }
}

.top-find .section-head {
  background-color: #e5e0f5;
}

.section-head__btn {
  margin-top: 6rem;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .section-head__btn {
    display: none;
  }
}

.section-head__btn .btn {
  width: 52rem;
}

.top-find__diagnosis {
  margin-inline: auto;
  width: 136rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-find__diagnosis {
    display: none;
  }
}

.top-find__diagnosis-image img {
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}

.top-find__diagnosis-btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.top-find__diagnosis-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.top-find__diagnosis-btn a {
  height: 45.2rem;
  position: relative;
}

.top-find__diagnosis-btn .btn {
  width: 23.4rem;
  height: 5.5rem;
  font-size: 2.3rem;
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}

/* -----------------------------------------------------------
find-sp
----------------------------------------------------------- */
.find-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .find-sp {
    display: block;
  }
}

.find-sp__wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.find-sp__q1-yes {
  display: inline-block;
  width: 120px;
  height: 50px;
  border-radius: 25px;
  background-color: #4482ba;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.find-sp__q1-text {
  font-size: 15px;
  font-weight: 400;
  color: #2e2a39;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}

.find-sp__q1-no {
  display: inline-block;
  width: 120px;
  height: 50px;
  border-radius: 25px;
  background-color: #e39821;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.find-sp__q2-yes {
  margin-top: 40px;
  position: relative;
}

.find-sp__q2-no {
  position: relative;
}

.find-sp__q2-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.find-sp__q2-btn a {
  display: block;
  position: relative;
  height: 211px;
}

.find-sp__q2-btn .btn {
  width: 120px;
  height: 28px;
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* -----------------------------------------------------------
top-lineup
----------------------------------------------------------- */
.top-lineup {
  background-color: #e0e9f5;
  padding-block: 5.5rem 15rem;
}
@media screen and (max-width: 768px) {
  .top-lineup {
    padding-block: 50px;
  }
}

.top-lineup--w {
  background-color: #fff;
}

/* -----------------------------------------------------------
top-lineup__head
----------------------------------------------------------- */
.top-lineup__head {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 14rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-lineup__head {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.top-lineup__head-num {
  font-size: 3.5rem;
  font-weight: 600;
  color: transparent;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #2e2a39;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-num {
    font-size: 18px;
  }
}

.top-lineup__head-origin {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-origin {
    font-size: 18px;
    margin-top: 10px;
  }
}

.top-lineup__head-name {
  margin-top: 3.5rem;
  font-size: 8.5rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-name {
    font-size: 28px;
    margin-top: 20px;
  }
}

.top-lineup__head-price {
  margin-top: 1rem;
  font-size: 8.5rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-price {
    font-size: 28px;
    margin-top: 10px;
  }
}

.top-lineup__head-price span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-price span {
    font-size: 18px;
  }
}

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

.top-lineup__head-btn a {
  width: 42.6rem;
  font-size: 2.7rem;
  height: 6.5rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__head-btn a {
    width: 80%;
    font-size: 16px;
    height: 30px;
    margin-inline: auto;
  }
}

.top-lineup__section-title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 1rem 0 1rem 7rem;
  background-image: url(../../images/lineup-title-icon.png);
  background-repeat: no-repeat;
  background-size: 5.2rem auto;
}
@media screen and (max-width: 768px) {
  .top-lineup__section-title {
    margin-top: 30px;
    font-size: 18px;
    padding: 5px 0 5px 35px;
    background-size: 30px auto;
  }
}

.top-lineup--w .top-lineup__section-title {
  background-image: url(../../images/lineup-title-icon2.png);
}

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

.top-lineup__size-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__size-tags {
    gap: 8px;
    margin-top: 10px;
  }
}

.top-lineup__size-tag {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #fff;
  padding-inline: 4.6rem;
  height: 5.3rem;
  border-radius: 2.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-lineup__size-tag {
    font-size: 12px;
    padding-inline: 10px;
    height: 24px;
    border-radius: 12px;
  }
}

.top-lineup--w .top-lineup__size-tag {
  background-color: #e0e9f5;
}

.top-lineup__hardness {
  margin-top: 6rem;
}

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

.top-lineup__hardness-soft,
.top-lineup__hardness-hard {
  min-width: 0;
  min-height: 0;
}

.top-lineup__hardness-title {
  background-color: #a34d6c;
  height: 6.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.15em;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness-title {
    height: 30px;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

.top-lineup__hardness-slide {
  position: relative;
}

.top-lineup__hardness-slide .swiper-slide img {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness-slide .swiper-slide img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.top-lineup__hardness-hard .top-lineup__hardness-title {
  background-color: #015079;
}

.top-lineup__hardness .swiper-button-next,
.top-lineup__hardness .swiper-button-prev {
  background-color: #3c3258;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness .swiper-button-next,
  .top-lineup__hardness .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}

.top-lineup__hardness .swiper-button-prev {
  left: -2.6rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness .swiper-button-prev {
    left: -15px;
  }
}

.top-lineup__hardness .swiper-button-next {
  right: -2.6rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness .swiper-button-next {
    right: -15px;
  }
}

.top-lineup__hardness .swiper-button-next:after,
.top-lineup__hardness .swiper-button-prev:after {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-lineup__hardness .swiper-button-next:after,
  .top-lineup__hardness .swiper-button-prev:after {
    font-size: 16px;
  }
}

.modaal-close {
  top: 50px;
  z-index: 15001;
}
@media screen and (min-width: 768px) {
  .modaal-close {
    right: 50px;
  }
}

/* -----------------------------------------------------------
top-lineup__chara
----------------------------------------------------------- */
.top-lineup__chara {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .top-lineup__chara-items {
    width: 100vw;
    margin: 1.6rem calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-items {
    margin-top: 15px;
  }
}

.top-lineup__chara-item {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-item {
    display: block;
  }
}

.top-lineup__chara-item:not(:first-of-type) {
  margin-top: 9.6rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-item:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-lineup__chara-image {
    width: 47%;
  }
}

.top-lineup__chara-image img {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-image img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-lineup__chara-info {
    width: 47%;
  }
}

.top-lineup__chara-title {
  font-size: 4.5rem;
  font-weight: 600;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-title {
    font-size: 20px;
    margin-top: 15px;
  }
}

.top-lineup__chara-text {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-text {
    margin-top: 5px;
    font-size: 16px;
  }
}

.top-lineup__chara-note {
  margin-top: 5rem;
  font-size: 2.5rem;
  font-weight: 400;
  color: #2e2a39;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-note {
    margin-top: 10px;
    font-size: 12px;
  }
}

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

.top-lineup__chara-item--reverse .top-lineup__chara-image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .top-lineup__chara-item--reverse .top-lineup__chara-image img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-lineup__chara-item--reverse .top-lineup__chara-info {
    order: 1;
    margin-left: 4%;
    width: 43%;
  }
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== *//*# sourceMappingURL=styles.css.map */