@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  background: #C9A885;
  scroll-behavior: smooth;
}

.en {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_m {
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fp {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222222;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #000;
}
footer a:hover {
  opacity: 0.4;
}
footer .txt {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .txt {
    font-size: 12px;
    padding: 40vw 0 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  footer .txt {
    font-size: min(1.0416666667vw, 15px);
    padding: 11.71875vw 0 0;
    line-height: 1.875;
  }
}
footer .txt .m_b {
  margin-bottom: 1em;
}
footer .logo_btn {
  max-width: 127px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 2.734375vw 0 1.953125vw;
  }
}
footer .link {
  padding: 70px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .link p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .link p {
    font-size: 3.7333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link p {
    font-size: 1.09375vw;
    padding-bottom: 0.78125vw;
  }
}
footer .link ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  width: 58.6%;
}
@media screen and (min-width: 769px) {
  footer .link ul {
    max-width: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    padding-right: 8vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    padding-right: 2.34375vw;
  }
}
footer .link ul li:last-child {
  padding-right: 0;
}
footer .copyright {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 8px;
    padding: 0 0 2.1333333333vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    padding: 0 0 0.78125vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
main {
  contain: paint;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

#lead {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lead {
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    padding-bottom: 9.375vw;
  }
}
#lead::after {
  content: "";
  position: absolute;
  width: 10.6%;
  height: 100%;
  background-color: #D7C3AE;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #lead::after {
    width: 8.59375vw;
  }
}
#lead .inner {
  position: relative;
  width: 72%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lead .inner {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  #lead .inner::before {
    content: "";
    display: block;
    padding-top: 34%;
  }
}
#lead .inner p {
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #lead .inner p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead .inner p {
    width: 39.0625vw;
    font-size: 1.171875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#lead .inner p:last-child {
  margin-bottom: 0;
}
#lead .count_wrap {
  width: 100%;
  background: #282F4D;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #lead .count_wrap {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead .count_wrap {
    font-size: 1.171875vw;
  }
}
#lead .count_wrap #countdown {
  text-align: center;
}
#lead .count_wrap #countdown .num {
  font-size: 40px;
  padding-right: 5px;
}
#lead .count_wrap p {
  line-height: 2;
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0.06em;
}
#lead .count_wrap p .underline {
  border-bottom: solid;
  border-color: #fff;
  border-width: 1px;
}
#lead .count_wrap p .en_m {
  font-size: 35px;
  line-height: 1.5;
}
#lead .count_wrap .large {
  font-size: 35px;
  line-height: 1.25 !important;
}
#lead .count_wrap .middle {
  line-height: 1.25 !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #lead .count_wrap .middle {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #lead .count_wrap .middle {
    font-size: 20px;
  }
}
#lead .count_wrap .btn {
  display: block;
  margin: auto;
  background: #c8833b;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
}
#lead .count_wrap .btn.result {
  background: #c8453c;
}
@media screen and (max-width: 768px) {
  #lead .count_wrap .btn {
    width: 72vw;
    padding: 3.2vw 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead .count_wrap .btn {
    width: 23.4375vw;
    max-width: 300px;
    padding: 1.015625vw;
  }
}

#index {
  position: relative;
}
#index .inner {
  position: relative;
}
#index .inner::before {
  content: "";
  display: block;
  padding-top: 64%;
}
@media screen and (min-width: 769px) {
  #index .inner::before {
    padding-top: 11.71875%;
  }
}
#index .inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  right: 0;
  z-index: -1;
}
#index .inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #index .inner ul {
    row-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #index .inner ul {
    flex-wrap: nowrap;
    width: 67.96875vw;
  }
}
#index .inner ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .inner ul li {
    width: 21.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  #index .inner ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #index .inner ul li {
    width: 7.8125vw;
    margin-right: 0.78125vw;
  }
  #index .inner ul li:last-child {
    margin-right: 0;
  }
}
#index .inner ul li span {
  font-size: 12px;
  margin-top: 5px;
}

.content {
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content {
    padding-bottom: 170px;
  }
}
.content h2 .sub {
  display: block;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .content h2 .sub {
    width: 76.0906666667vw;
    padding-left: 10.1333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .content h2 .sub {
    width: 46.09375vw;
    padding-left: 10.9375vw;
    padding-bottom: 0.78125vw;
    font-size: 1.40625vw;
  }
}
.content h2 .num_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .content h2 .num_wrap {
    padding-left: 10.1333333333vw;
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content h2 .num_wrap {
    padding-left: 12.5vw;
  }
}
.content h2 .num_wrap .now {
  position: relative;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .content h2 .num_wrap .now {
    padding-right: 4.8vw !important;
    font-size: 6.9333333333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .content h2 .num_wrap .now {
    padding-right: 1.953125vw !important;
    font-size: 3.90625vw !important;
  }
}
.content h2 .num_wrap .now::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../assets/images/circle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.4em;
  top: -0.25em;
  z-index: 1;
}
.content h2 .num_wrap .other span {
  display: inline-block;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .content h2 .num_wrap .other span {
    padding-right: 4vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .content h2 .num_wrap .other span {
    padding-right: 2.5vw;
    font-size: 1.40625vw;
  }
}
.content h3 {
  font-size: 20px;
  text-align: center;
  position: relative;
}
.content h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .content h3::before {
    width: 25.344vw;
    height: 2.4613333333vw;
    bottom: -2.6666666667vw;
  }
}
.content .btn {
  display: block;
  margin: auto;
  background: #282F4D;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .content .btn {
    font-size: 14px;
    width: 80vw;
    padding: 5.8666666667vw 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .btn {
    width: 31.25vw;
    font-size: 1.09375vw;
    padding: 1.796875vw;
  }
}
.content .more {
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .content .more {
    right: 6.4vw;
    margin-top: 2px;
  }
}
@media screen and (min-width: 769px) {
  .content .more {
    right: 1.171875vw;
    margin-top: 1.5625vw;
  }
}
.content .more .txt {
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .content .more .txt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .content .more .txt {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 769px) {
  .content .more .txt .pl {
    padding-left: 14px;
  }
}
.content .more .txt .arrow {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: skew(45deg);
}
@media screen and (max-width: 768px) {
  .content .more .txt .arrow {
    width: 20vw;
    height: 2.9333333333vw;
    margin: -1.3333333333vw 0 0 -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .more .txt .arrow {
    width: 8.8484375vw;
    height: 0.859375vw;
    margin: -0.390625vw 0 0 -1.71875vw;
  }
}
@media screen and (min-width: 769px) {
  .content .inner .flex_parent {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .content .inner .flex_parent .item_area {
    width: 29.296875vw;
    margin-right: 2.34375vw;
  }
  .content .inner .flex_parent .item_area:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .main_img {
    padding: 1.8666666667vw 0 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .main_img {
    padding: 1.171875vw 0 3.90625vw;
  }
}
.content .main_img .slider_dots {
  margin: 0;
  width: 100%;
}
.content .main_img .slider_dots .slider-img img {
  height: auto;
  width: 100%;
}
.content .credit {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.content .credit .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content .credit .inner {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner {
    gap: 0 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .content .credit .inner {
    margin: 3.4666666667vw auto;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner {
    width: 23.4375vw;
    margin: 1.171875vw auto;
  }
}
.content .credit .inner ul {
  width: 66%;
}
.content .credit .inner ul a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content .credit .inner ul a {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner ul a {
    gap: 0 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .content .credit .inner ul .img {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner ul .img {
    width: 5.46875vw;
  }
}
.content .credit .inner ul .name {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content .credit .inner ul .name {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner ul .name {
    font-size: 0.9375vw;
  }
}
.content .credit .inner ul .name span {
  display: block;
}
@media screen and (max-width: 768px) {
  .content .credit .inner ul .name span {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner ul .name span {
    margin-top: 0.390625vw;
  }
}
@media screen and (max-width: 768px) {
  .content .credit .inner .btn {
    font-size: 12px;
    width: 26.6666666667vw;
    padding: 2.1333333333vw 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .credit .inner .btn {
    font-size: 0.9375vw;
    width: 7.8125vw;
    padding: 0.625vw 0.15625vw;
  }
}
.content .other_items {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content .other_items {
    padding: 6.6666666667vw 0 13.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .content .other_items {
    padding: 2.109375vw 0 0;
    font-size: 0.9375vw;
  }
}
.content .other_items ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content .other_items ul {
    gap: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .other_items ul {
    gap: 0 1.171875vw;
  }
}
.content .other_items ul li {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .content .other_items ul li {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .content .other_items ul li {
    margin-top: 0.78125vw;
  }
}
.content .other_items ul li span {
  font-size: 10px;
}
.content .other_items ul li::after {
  content: "";
  display: inline-block;
  background-color: #222;
  position: absolute;
  top: -1px;
  right: -8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .content .other_items ul li::after {
    font-size: 3.2vw;
    width: 0.1333333333vw;
    height: 3.4666666667vw;
    top: -0.1333333333vw;
    right: -2.9333333333vw;
    padding: 0.1333333333vw 0.0133333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .other_items ul li::after {
    font-size: 0.9375vw;
    width: 0.0390625vw;
    height: 0.9375vw;
    top: -0.0390625vw;
    right: -0.625vw;
    padding: 0.01953125vw 0.01953125vw;
  }
}
.content .other_items ul li:last-child::after {
  content: none;
}
.content .point {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content .point {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .content .point {
    padding: 3.90625vw 3.515625vw;
    width: auto;
    margin: 0;
    margin-top: 1.171875vw;
  }
}
.content .point h3::before {
  background: url(../assets/images/line1.svg) no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .content .point h3::before {
    width: 21.7493333333vw;
    height: 2.4613333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .point h3::before {
    width: 6.371875vw;
    height: 0.72109375vw;
    bottom: -0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .content .point dl {
    width: 80vw;
    margin: 0 auto;
    padding: 8vw 0 21.3333333333vw;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl {
    width: 39.53125vw;
    display: flex;
    justify-content: space-between;
    padding-top: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl.reverse {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -10.15625vw;
  }
}
@media screen and (max-width: 768px) {
  .content .point dl dt {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl dt {
    width: 18.75vw;
  }
}
.content .point dl dd {
  position: relative;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .content .point dl dd {
    margin: 8vw 0 0 auto;
    font-size: 3.2vw;
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl dd {
    font-size: 0.9375vw;
    width: 16.40625vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .content .point dl dd::before {
    content: "";
    display: inline-block;
    background: url(../assets/images/border_r.svg) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    width: 5.352vw;
    height: 34.6666666667vw;
    right: 5.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl dd::before {
    border-bottom: 2px dotted #222;
    content: "";
    position: absolute;
    top: 0.625vw;
    left: -3.28125vw;
    width: 2.34375vw;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .content .point dl.reverse dt {
    margin: 0 0 0 auto;
  }
}
.content .point dl.reverse dd {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content .point dl.reverse dd {
    margin: 8vw 0 0 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .content .point dl.reverse dd::before {
    background: url(../assets/images/border_l.svg) no-repeat;
    background-size: contain;
    width: 5.352vw;
    height: 34.6666666667vw;
    right: 0;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl.reverse dd::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .content .point dl.reverse dd::after {
    border-bottom: 2px dotted #222;
    content: "";
    position: absolute;
    top: 0.625vw;
    right: -3.28125vw;
    width: 2.34375vw;
    background: none;
  }
}
.content .styling {
  overflow: hidden;
  padding: 120px 0 50px;
}
@media screen and (max-width: 768px) {
  .content .styling {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .content .styling {
    padding: 4.6875vw 0;
  }
}
.content .styling h3::before {
  background: url(../assets/images/line2.svg) no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .content .styling h3::before {
    width: 25.344vw;
    height: 2.4613333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .styling h3::before {
    width: 7.425vw;
    height: 0.72109375vw;
    bottom: -0.625vw;
  }
}
.content .styling .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content .styling .inner {
    padding-top: 8vw;
    width: 85.3%;
  }
}
@media screen and (min-width: 769px) {
  .content .styling .inner {
    width: 47.65625vw;
    padding: 2.34375vw 0;
  }
}
.content .styling .lineup {
  position: relative;
}
.content .styling .lineup-carousel li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content .styling .lineup-carousel li {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .content .styling .lineup-carousel li {
    margin-right: 1.5625vw;
  }
}
.content .styling .lineup-carousel li:last-child {
  margin-right: 0;
}
.content .styling .lineup-carousel img {
  display: block;
  width: 100%;
}
.content .styling .slick-list {
  overflow: visible;
}

#no1 .content {
  padding-top: 2px;
}
#no1 .now::before {
  top: -0.025em;
}
@media screen and (min-width: 769px) {
  #no1 .point dl.reverse dd::after {
    width: 5.46875vw;
  }
}

@media screen and (max-width: 768px) {
  #no8.content {
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #no8.content .point dl.reverse dd::after {
    width: 7.03125vw;
  }
}

@media screen and (min-width: 769px) {
  #no6 .point dl.reverse dd::after {
    width: 6.25vw;
  }
}

.slick-dots li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    margin-right: 1.3333333333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .slick-dots li {
    margin-right: 0.390625vw !important;
  }
}

.slick-dots li button:before {
  font-size: 10px !important;
}

.slick-dots li button:before {
  color: #D0D3D5 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #BABCBE !important;
  opacity: 1 !important;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main {
  height: 100%;
  min-height: 100vh;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-trigger {
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 100;
  transform: translateX(0);
  transition: transform 0.5s;
}

.menu-trigger.active {
  top: 15px;
  right: 10px;
  z-index: 9999 !important;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

.menu-trigger.active span {
  background-color: #222;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 300px;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  nav {
    width: 800px;
    transform: translate(800px);
    padding-top: 65px;
  }
}

nav.open {
  transform: translateZ(0);
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 215px;
  margin: 0 auto;
  gap: 20px 15px;
}
@media screen and (min-width: 769px) {
  nav ul {
    width: 630px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
nav ul ::after {
  content: "";
  width: 100%;
}

nav li {
  text-align: center;
  width: 100px;
}
@media screen and (min-width: 769px) {
  nav li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  nav li:nth-child(n+4) {
    order: 1;
  }
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#main {
  width: 100%;
  position: relative;
}
#main::after {
  content: "";
  position: absolute;
  width: 10.6%;
  height: 100%;
  background-color: #D7C3AE;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #main::after {
    width: 8.59375vw;
  }
}
#main .inner {
  position: relative;
}
#main .flex_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  #main .flex_wrap .flex_item {
    width: 25vw;
    height: 20.3125vw;
  }
}

.ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 34px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl_wrap {
    bottom: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ttl_wrap {
    padding: 0;
    bottom: 0;
  }
}
.ttl_wrap h1 {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .ttl_wrap h1 {
    margin: 9.3333333333vw 0 0 0;
    width: 56.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .ttl_wrap h1 {
    width: 66.3671875vw;
    padding-left: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_wrap .fv_txt {
    margin: 36vw 0 0 0;
  }
}
.ttl_wrap .fv_txt p {
  color: #fff;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.286;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .ttl_wrap .fv_txt p {
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ttl_wrap .fv_txt p {
    font-size: 1.875vw;
    padding-right: 5.859375vw;
  }
}
.ttl_wrap .fv_txt p span {
  color: #282f4d;
}
.ttl_wrap .fv_txt .logo {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .ttl_wrap .fv_txt .logo {
    width: 19.3333333333vw;
    margin: 1.7333333333vw 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .ttl_wrap .fv_txt .logo {
    width: 9.6265625vw;
    margin: 0.78125vw 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .slider .slide {
    margin: 0 auto;
    width: 50vw !important;
  }
}

@media screen and (min-width: 769px) {
  .slider,
  .slider_rtl {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .slider_rtl {
    flex-direction: row-reverse;
  }
}

.jsc-fadeIn-1,
.jsc-fadeIn-2,
.jsc-fadeIn-3,
.jsc-fadeIn-4,
.jsc-fadeIn-5,
.jsc-fadeIn-6,
.jsc-fadeIn-7,
.jsc-fadeIn-8 {
  opacity: 0;
  transition: opacity 1s;
}

.jsc-fadeIn-1.is-active,
.jsc-fadeIn-2.is-active,
.jsc-fadeIn-3.is-active,
.jsc-fadeIn-4.is-active,
.jsc-fadeIn-5.is-active,
.jsc-fadeIn-6.is-active,
.jsc-fadeIn-7.is-active,
.jsc-fadeIn-8.is-active {
  opacity: 1;
}

.jsc-fadeIn-1.is-active {
  transition-delay: 0.3s;
}

.jsc-fadeIn-2.is-active {
  transition-delay: 0.6s;
}

.jsc-fadeIn-3.is-active {
  transition-delay: 0.9s;
}

.jsc-fadeIn-4.is-active {
  transition-delay: 1.2s;
}

.jsc-fadeIn-5.is-active {
  transition-delay: 1.5s;
}

.jsc-fadeIn-6.is-active {
  transition-delay: 1.8s;
}

.jsc-fadeIn-7.is-active {
  transition-delay: 2.1s;
}

.jsc-fadeIn-8.is-active {
  transition-delay: 2.4s;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit_card {
  position: relative;
}
.credit_card.active .plus {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.credit_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .credit_wrap {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit_wrap {
    margin-top: 2.5vw;
  }
}
.credit_wrap.t_left {
  text-align: left;
}
.credit_wrap li {
  color: #000;
}
@media screen and (max-width: 768px) {
  .credit_wrap li {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .credit_wrap li {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
.credit_wrap li a {
  color: #000;
  display: inline-block;
}
.credit_wrap li a:hover {
  opacity: 0.4;
}
.credit_wrap li.all {
  line-height: 1;
  margin-top: 0.5em;
}
.credit_wrap li.all a {
  display: inline-block;
  position: relative;
}
.credit_wrap li.all a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plus {
  position: absolute;
  transition: all 0.4s;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .plus {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .plus {
    width: min(1.7361111111vw, 25px);
    height: min(1.7361111111vw, 25px);
    bottom: min(2.0833333333vw, 30px);
    right: min(2.0833333333vw, 30px);
  }
}
.plus:before, .plus:after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .plus:before {
    width: 5.3333333333vw;
    height: 1px;
  }
}
@media screen and (min-width: 769px) {
  .plus:before {
    width: min(1.7361111111vw, 25px);
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .plus:after {
    width: 1px;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .plus:after {
    width: 1px;
    height: min(1.7361111111vw, 25px);
  }
}/*# sourceMappingURL=style.css.map */