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

html {
  scroll-behavior: smooth;
}

.main {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

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

.ja {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ttl {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_VDL {
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.basic {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
}

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

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

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

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

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 2s ease, visibility 2s ease;
}
#loading.is-loaded {
  /* フェードアウト状態 */
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
  background-color: #59a0e6;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 21.3333333333vw 5.0666666667vw 4vw 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 7.8125vw 7.8125vw 1.171875vw 7.8125vw;
  }
}
footer .footer_bg {
  position: relative;
}
footer .footer_bg .look_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer .footer_bg .look_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .look_bg img {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .look_bg img {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
}
footer .footer_bg .inner ul.link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner ul.link {
    font-size: min(4.2666666667vw, 16px);
    row-gap: min(5.3333333333vw, 20px);
    margin-bottom: 50.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner ul.link {
    font-size: min(1.25vw, 16px);
    row-gap: min(1.5625vw, 20px);
    margin-bottom: min(12.96875vw, 166px);
  }
}
footer .footer_bg .inner ul.link li:last-child {
  border-right: none;
}
footer .footer_bg .inner ul.link li a {
  color: #fff;
  display: inline;
  position: relative;
}
footer .footer_bg .inner ul.link li a::after {
  content: "";
  display: inline-block;
  background-image: url(../assets/images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner ul.link li a::after {
    width: 3.6vw;
    height: 1.9626666667vw;
    right: -5.6vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner ul.link li a::after {
    width: 1.0546875vw;
    height: 0.575vw;
    right: -1.640625vw;
  }
}
footer .footer_bg .inner a:hover {
  opacity: 0.4;
}
footer .footer_bg .inner .logo_btn {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .logo_btn {
    width: 58.1333333333vw;
    margin: 0 auto 13.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .logo_btn {
    width: min(17.03125vw, 218px);
    margin: 0 auto 3.90625vw 0;
  }
}
footer .footer_bg .inner .logo_btn svg {
  fill: #fff;
}
footer .footer_bg .inner .copyright {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .copyright {
    font-size: min(2.9333333333vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .copyright {
    font-size: min(1.09375vw, 14px);
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    width: min(72vw, 270px);
    height: min(13.3333333333vw, 50px);
  }
}
@media screen and (min-width: 769px) {
  .btn {
    width: min(27.34375vw, 350px);
    height: min(4.6875vw, 60px);
  }
}
.btn::after {
  content: "";
  display: inline-block;
  background-image: url(../assets/images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 4.1333333333vw;
    height: 1.9626666667vw;
    right: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .btn::after {
    width: 1.71875vw;
    height: 0.78125vw;
    right: 2.03125vw;
  }
}
.btn span,
.btn a {
  color: #fff;
  background-color: #59a0e6;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .btn span,
  .btn a {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .btn span,
  .btn a {
    font-size: min(1.5vw, 21px);
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.fv .inner .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面の高さにピッタリ合わせる */
  height: 100dvh; /* モバイルのツールバーを考慮 */
  z-index: 0; /* 背景として配置 */
  overflow: hidden;
  pointer-events: none;
}
.fv .inner .bg > div {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fv .inner .bg .pcNone {
  background-image: url(../assets/images/fv_sp_poster.webp);
}
.fv .inner .bg .spNone {
  background-image: url(../assets/images/fv_pc_poster.webp);
}
.fv .inner .bg iframe,
.fv .inner .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101% !important;
  height: 101% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}
.fv .inner .top {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv .inner .top {
    background-position: 71.2vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 53.92%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top {
    background-position: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 29.89%, rgba(0, 0, 0, 0.25) 56.83%, rgba(0, 0, 0, 0.1) 82.28%, rgba(0, 0, 0, 0) 90.26%);
  }
}
.fv .inner .top .first {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first {
    height: 178.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first {
    height: 52.1875vw;
  }
}
.fv .inner .top .first .logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first .logo {
    width: 29.3333333333vw;
    left: 5.6vw;
    top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first .logo {
    width: 12.2765625vw;
    left: 3.125vw;
    top: 3.125vw;
  }
}
.fv .inner .top .first .logo svg {
  fill: #fff;
}
.fv .inner .top .first .ttl {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first .ttl {
    bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first .ttl {
    bottom: 6.25vw;
  }
}
.fv .inner .top .first .ttl .ttl_sub {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first .ttl .ttl_sub {
    width: 54.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first .ttl .ttl_sub {
    width: 24.453125vw;
  }
}
.fv .inner .top .first .ttl h1 {
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first .ttl h1 {
    font-size: 11.2vw;
    margin: 3.4666666667vw 0 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first .ttl h1 {
    font-size: 6.25vw;
    margin: 1.015625vw 0 2.34375vw;
  }
}
.fv .inner .top .first .ttl h1 span {
  letter-spacing: 0em;
}
.fv .inner .top .first .ttl p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fv .inner .top .first .ttl p {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top .first .ttl p {
    font-size: 1.328125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup {
    margin: 18.6666666667vw 0 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup {
    margin: min(6.25vw, 80px) 0 min(12.5vw, 160px);
  }
}
.fv .inner .top #lineup h3 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup h3 {
    font-size: 1.953125vw;
    margin-bottom: 2.34375vw;
  }
}
.fv .inner .top #lineup h3::before, .fv .inner .top #lineup h3::after {
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup h3::before, .fv .inner .top #lineup h3::after {
    width: 24vw;
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup h3::before, .fv .inner .top #lineup h3::after {
    width: 7.03125vw;
    height: 0.078125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup h3::before {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup h3::before {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup h3::after {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup h3::after {
    margin-left: 1.5625vw;
  }
}
.fv .inner .top #lineup h3 span {
  color: #00b1b3;
}
.fv .inner .top #lineup .list_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup .list_wrap {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    width: 85.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup .list_wrap {
    width: 39.84375vw;
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
.fv .inner .top #lineup .list_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup .list_wrap ul {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup .list_wrap ul {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup .list_wrap ul:nth-child(2) {
    margin-bottom: 0vw;
    margin-left: 18.4vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .top #lineup .list_wrap ul li {
    width: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .top #lineup .list_wrap ul li {
    width: 9.375vw;
  }
}

#youtube,
#recommend_area,
footer {
  position: relative;
  z-index: 1;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
@media screen and (max-width: 768px) {
  #lead {
    width: 74.6666666667vw;
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 39.0625vw;
    margin: 4.2857142857vw auto;
  }
}
#lead p {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: min(1.25vw, 16px);
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit (creditajax)
*--------------------------------------*/
.credit {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .credit {
    width: 82.6666666667vw;
    margin: 6.6666666667vw auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    width: 39.0625vw;
    margin: 2.734375vw auto 10.6666666667vw;
  }
}
.credit a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .credit a {
    -moz-column-gap: 3.7333333333vw;
         column-gap: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit a {
    -moz-column-gap: 1.71875vw;
         column-gap: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .credit a .img {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit a .img {
    width: 10.1171875vw;
  }
}
@media screen and (max-width: 768px) {
  .credit a li {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit a li {
    width: 25vw;
  }
}

/* 価格
===================================================== */
.creditAjax_price {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .creditAjax_price {
    font-size: 3.2vw;
    margin: 1.0666666667vw 0 0vw;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_price {
    font-size: 1.328125vw;
    margin: 0.625vw 0 0vw;
  }
}

.creditAjax_price.txt {
  opacity: 0.5;
  margin-left: 0.5em !important;
}
@media screen and (max-width: 768px) {
  .creditAjax_price.txt {
    font-size: 2.9333333333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_price.txt {
    font-size: min(1.09375vw, 15px) !important;
  }
}

.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .creditAjax_price__sale {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_price__sale {
    font-size: 1.328125vw;
  }
}

.creditAjax_price__off {
  color: red;
}
@media screen and (max-width: 768px) {
  .creditAjax_price__off {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_price__off {
    font-size: 0.9375vw;
  }
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .credit {
    margin: 12vw auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    margin: 4.2857142857vw auto 2.8571428571vw;
  }
}
.credit a ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.credit a ul .btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .credit a ul .btn {
    width: 18.6666666667vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit a ul .btn {
    width: 8.0642857143vw;
    height: 2.3042857143vw;
  }
}
.credit a ul .btn span {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .credit a ul .btn span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit a ul .btn span {
    font-size: 1.2142857143vw;
  }
}

.other_credit {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other_credit {
    width: 93.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit {
    width: 39.0625vw;
  }
}
.other_credit h4 {
  font-weight: 500;
  text-align: center;
  border-bottom: 0.7px solid #222;
}
@media screen and (max-width: 768px) {
  .other_credit h4 {
    font-size: 5.3333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit h4 {
    font-size: 2.34375vw;
    padding-bottom: 0.78125vw;
  }
}
.other_credit .ot_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .other_credit .ot_list {
    width: 95%;
    margin: 2.6666666667vw auto 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit .ot_list {
    width: 90%;
    margin: 0.9375vw auto 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .other_credit .ot_list > * {
    width: 49%;
  }
}
@media screen and (min-width: 769px) {
  .other_credit .ot_list > * {
    width: 49%;
  }
}
.other_credit ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .other_credit ul {
    -moz-column-gap: 1.0666666667vw;
         column-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit ul {
    -moz-column-gap: 0.46875vw;
         column-gap: 0.46875vw;
  }
}
.other_credit ul .ot_item {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .other_credit ul .ot_item {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit ul .ot_item {
    font-size: 1.09375vw;
  }
}
.other_credit ul .creditAjax_price,
.other_credit ul .creditAjax_price__sale {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .other_credit ul .creditAjax_price,
  .other_credit ul .creditAjax_price__sale {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit ul .creditAjax_price,
  .other_credit ul .creditAjax_price__sale {
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 768px) {
  .other_credit ul .creditAjax_price__sale {
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit ul .creditAjax_price__sale {
    margin-left: 0.390625vw;
  }
}
@media screen and (max-width: 768px) {
  .other_credit ul .creditAjax_price__off {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_credit ul .creditAjax_price__off {
    font-size: 0.78125vw;
  }
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.38;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* 【旧】商品一覧ページから取得
*--------------------------------------*/
.sectionAjax > div,
.sectionAjax > li {
  box-sizing: border-box;
  flex-shrink: 0;
  width: auto;
}
.sectionAjax a {
  display: block;
  text-align: left;
}
.sectionAjax a > p {
  position: relative;
  text-align: left;
}
.sectionAjax img {
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .sectionAjax img {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax img {
    margin-bottom: 0.625vw;
  }
}
.sectionAjax img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 10px;
  white-space: nowrap;
  font-size: 10px;
}
.sectionAjax .ico_box {
  display: none;
}
.sectionAjax .ico_box + p {
  display: none;
}
.sectionAjax .textOverflow,
.sectionAjax .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sectionAjax .textOverflow,
  .sectionAjax .label {
    font-size: 3.2vw !important;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax .textOverflow,
  .sectionAjax .label {
    font-size: min(1.09375vw, 14px);
  }
}
.sectionAjax .price,
.sectionAjax .salecolor,
.sectionAjax .salecolor + .price {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sectionAjax .price,
  .sectionAjax .salecolor,
  .sectionAjax .salecolor + .price {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sectionAjax .price,
  .sectionAjax .salecolor,
  .sectionAjax .salecolor + .price {
    font-size: min(1.09375vw, 14px);
    margin-top: min(0.390625vw, 5px);
  }
}
.sectionAjax .salecolor,
.sectionAjax .salecolor + .price {
  color: #ee2e2e;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

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

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

.wrapper {
  overflow: clip;
}

svg {
  width: 100%;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure a {
  position: relative;
  display: block;
  height: auto;
}

figure a img {
  display: block;
  width: 100%;
}

figure a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #fff; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}

figure a:hover {
  opacity: 1;
}

figure a:hover:before {
  opacity: 0.2;
}

#ca_area .inner {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ca_area .inner {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner {
    padding-top: 5.703125vw;
  }
}
#ca_area .inner::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ca_area .inner::before {
    background-image: url(../assets/images/ca_edge.svg);
    width: 118.1333333333vw;
    height: 15.2vw;
    top: -11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner::before {
    background-image: url(../assets/images/ca_edge_pc.svg);
    width: 110.546875vw;
    height: 6.171875vw;
    top: -4.84375vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 1.953125vw;
         column-gap: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head {
    position: relative;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .ca_num {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 100%;
  border: #000 1px solid;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ca_num {
    font-size: 4.2666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ca_num {
    font-size: 1.5625vw;
    width: 3.90625vw;
    height: 3.90625vw;
    margin: 0 auto 2.34375vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .ca_num::before {
  content: "";
  display: inline-block;
  background-image: url(../assets/images/ca_num.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ca_num::before {
    width: 14.6693333333vw;
    height: 7.7946666667vw;
    left: -7.2vw;
    top: -3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ca_num::before {
    width: 5.05546875vw;
    height: 2.68671875vw;
    left: -2.34375vw;
    top: -1.015625vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .ttl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex {
    -moz-column-gap: 1.40625vw;
         column-gap: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex .tag {
    width: 22.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex .tag {
    width: 8.59375vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 {
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 {
    font-size: 4.6875vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 span {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: #59a0e6;
  display: block;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 span {
    font-size: 5.8666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .ttl_flex h2 span {
    font-size: 2.5vw;
    margin-bottom: 0.9375vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_head .expl {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .expl {
    font-size: 3.4666666667vw;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_head .expl {
    font-size: 1.09375vw;
    width: 23.4375vw;
    margin: 2.34375vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_head .expl p {
    width: 32vw;
    padding: 5.3333333333vw;
  }
}
#ca_area .inner .ca_head_wrap .ca_img {
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .ca_head_wrap .ca_img {
    width: 100vw;
    height: 106.6666666667vw;
    border-radius: 53.3333333333vw 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .ca_head_wrap .ca_img {
    width: 58.59375vw;
    height: 41.40625vw;
    border-radius: 15.625vw 0 0 0;
  }
}
#ca_area .inner .ca_head_wrap .ca_img .swiper_fade,
#ca_area .inner .ca_head_wrap .ca_img .swiper-wrapper,
#ca_area .inner .ca_head_wrap .ca_img .swiper-slide,
#ca_area .inner .ca_head_wrap .ca_img img,
#ca_area .inner .ca_head_wrap .ca_img video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents {
    margin: 10.6666666667vw auto 0;
    padding-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents {
    margin: 4.6875vw auto 0;
    padding-bottom: 14.0625vw;
  }
}
#ca_area .inner .contents ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list {
    width: 84vw;
    margin-bottom: 10.6666666667vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list {
    width: 81.640625vw;
    margin-bottom: 3.90625vw;
    -moz-column-gap: 1.171875vw;
         column-gap: 1.171875vw;
    row-gap: 1.953125vw;
  }
}
#ca_area .inner .contents ul.list li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list li {
    width: calc((100% - 4vw) / 2);
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list li {
    width: calc((100% - 3.515625vw) / 4);
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list li img {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list li img {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list li .list_name,
  #ca_area .inner .contents ul.list li .price,
  #ca_area .inner .contents ul.list li .creditAjax_price__sale {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list li .list_name,
  #ca_area .inner .contents ul.list li .price,
  #ca_area .inner .contents ul.list li .creditAjax_price__sale {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list li .creditAjax_price__off {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list li .creditAjax_price__off {
    font-size: 0.78125vw;
  }
}
#ca_area .inner .contents ul.list li .list_name {
  margin-bottom: 5px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #ca_area .inner .contents ul.list li .list_name {
    min-height: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area .inner .contents ul.list li .list_name {
    min-height: 2.34375vw;
  }
}
#ca_area .inner .contents ul.list li .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ca_area #ca1 .inner .expl {
    width: 85.3333333333vw;
    top: 133.8666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca1 .inner .expl p {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca1 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.33);
    top: -12.2666666667vw;
    right: -16vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca1 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.25);
    top: -3.125vw;
    right: -3.75vw;
  }
}
#ca_area #ca2 .inner {
  background-color: #fcf5ed;
}
@media screen and (max-width: 768px) {
  #ca_area #ca2 .inner::before {
    background-image: url(../assets/images/ca_edge_2.svg);
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca2 .inner::before {
    background-image: url(../assets/images/ca_edge_2_pc.svg);
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_head .ttl_flex h2 {
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_head .ttl_flex h2 {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_head .expl {
    width: 85.3333333333vw;
    top: 130.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_head .expl p {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.3);
    top: 2.1333333333vw;
    right: -3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca2 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.27);
    top: 1.25vw;
    right: -0.390625vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca3 .inner .ca_head_wrap .ca_head .ttl_flex h2 {
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca3 .inner .ca_head_wrap .ca_head .expl {
    width: 85.3333333333vw;
    top: 135.2vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca3 .inner .ca_head_wrap .ca_head .expl p {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca3 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.8);
    top: -9.0666666667vw;
    right: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca3 .inner .ca_head_wrap .ca_img img {
    transform: scale(2);
    top: -4.0625vw;
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca3 .inner .contents {
    margin: 14.6666666667vw auto 0;
  }
}
#ca_area #ca4 .inner {
  background-color: #fcf5ed;
}
@media screen and (max-width: 768px) {
  #ca_area #ca4 .inner::before {
    background-image: url(../assets/images/ca_edge_2.svg);
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca4 .inner::before {
    background-image: url(../assets/images/ca_edge_2_pc.svg);
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca4 .inner .ca_head_wrap .ca_head .expl {
    width: 72vw;
    top: 127.4666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #ca_area #ca4 .inner .ca_head_wrap .ca_head .expl p {
    width: 61.3333333333vw;
  }
}
#ca_area #ca4 .inner .ca_head_wrap .ca_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #ca_area #ca4 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.6);
    right: -0.8vw;
  }
}
@media screen and (min-width: 769px) {
  #ca_area #ca4 .inner .ca_head_wrap .ca_img img {
    transform: scale(1.08);
    right: 1.328125vw;
  }
}

.other_area .inner {
  position: relative;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .other_area .inner {
    padding-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner {
    padding-bottom: 14.0625vw;
  }
}
.other_area .inner::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .other_area .inner::before {
    background-image: url(../assets/images/ot_edge.svg);
    width: 134.5333333333vw;
    height: 18.736vw;
    top: -11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner::before {
    background-image: url(../assets/images/ot_edge_pc.svg);
    width: 117.5vw;
    height: 7.8125vw;
    top: -5.859375vw;
  }
}
.other_area .inner .h3_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .other_area .inner .h3_wrap {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner .h3_wrap {
    padding-top: min(6.25vw, 80px);
    padding-bottom: min(3.90625vw, 50px);
  }
}
.other_area .inner .h3_wrap h3 {
  text-align: center;
  color: #59a0e6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .other_area .inner .h3_wrap h3 {
    font-size: 12vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner .h3_wrap h3 {
    font-size: min(4.296875vw, 55px);
    margin-bottom: min(3.90625vw, 50px);
  }
}
.other_area .inner .h3_wrap .futura_c_book {
  color: #fcf5ed;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .other_area .inner .h3_wrap .futura_c_book {
    font-size: 37.3333333333vw;
    top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner .h3_wrap .futura_c_book {
    font-size: min(13.28125vw, 170px);
    top: min(1.953125vw, 25px);
  }
}
.other_area .inner .h3_wrap .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .other_area .inner .h3_wrap .sub {
    top: 27.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner .h3_wrap .sub {
    top: min(10.46875vw, 134px);
  }
}
.other_area .inner h4 {
  color: #59a0e6;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .other_area .inner h4 {
    padding-bottom: 3.2vw;
    font-size: 7.4666666667vw;
    background: url(../assets/images/wave.svg) repeat-x bottom left/20.8vw 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .other_area .inner h4 {
    padding-bottom: 1.25vw;
    font-size: min(2.65625vw, 34px);
    background: url(../assets/images/wave.svg) repeat-x bottom left/min(7.3546875vw, 94.14px) min(1.3203125vw, 16.9px);
  }
}

@media screen and (max-width: 768px) {
  #recommend_area .h3_wrap .sub {
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #recommend_area .h3_wrap .sub {
    width: min(5.078125vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  #recommend_area .group_wrap {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #recommend_area .group_wrap {
    margin-bottom: min(7.03125vw, 90px);
  }
}
#recommend_area .group_wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #recommend_area .group_wrap .recommend_swiper {
    max-width: 94.9333333333vw;
    margin: 6.6666666667vw 0 5.0666666667vw 8vw;
  }
}
@media screen and (min-width: 769px) {
  #recommend_area .group_wrap .recommend_swiper {
    max-width: 71.875vw;
    margin: 2.34375vw auto 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #recommend_area .group_wrap .recommend_swiper .sectionAjax {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #recommend_area .group_wrap .recommend_swiper .sectionAjax {
    margin-bottom: 2.734375vw;
  }
}
#coordinate {
  position: relative;
  z-index: 2;
}
#coordinate .inner {
  background-color: #fcf5ed;
}
@media screen and (max-width: 768px) {
  #coordinate .inner::before {
    background-image: url(../assets/images/ot_edge_2.svg);
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner::before {
    background-image: url(../assets/images/ot_edge_2_pc.svg);
  }
}
#coordinate .inner .h3_wrap .futura_c_book {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #coordinate .inner .side_slide__swiper {
    max-width: 94.9333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner .side_slide__swiper {
    max-width: 58.59375vw;
    margin: 0 auto 3.90625vw;
  }
}
#coordinate .inner ul {
  text-align: left;
  justify-content: flex-start;
  padding-bottom: 0;
}
#coordinate .inner ul li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
}
#coordinate .inner ul figure img {
  height: 100%; /* 親要素など指定高さに固定 */
  width: 100%; /* 横幅を揃える（必要に応じて） */
  -o-object-fit: cover;
     object-fit: cover; /* はみ出しても高さは埋める */
  -o-object-position: center;
     object-position: center; /* 中央揃え */
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul figure img {
    min-height: 56.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul figure img {
    min-height: 20.859375vw;
  }
}
#coordinate .inner ul dl {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul dl {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul dl {
    margin-top: 0.625vw;
  }
}
#coordinate .inner ul dt img {
  border-radius: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul dt img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul dt img {
    width: 3.125vw;
  }
}
#coordinate .inner ul dd ul li {
  width: auto;
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul dd ul li {
    font-size: 2.4vw;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul dd ul li {
    font-size: min(0.9375vw, 12px);
    margin-bottom: 4px;
  }
}
#coordinate .inner ul dd ul li:last-child {
  margin-bottom: 0;
}
#coordinate .inner ul dd ul li.staff_name {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul dd ul li.staff_name {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul dd ul li.staff_name {
    font-size: min(1.09375vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #coordinate .inner ul dd ul li.staff_height {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .inner ul dd ul li.staff_height {
    margin-bottom: 2px;
  }
}
#youtube {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #youtube .inner {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #youtube .inner {
    padding-bottom: 12.5vw;
  }
}
#youtube figure {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #youtube figure {
    width: 93.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #youtube figure {
    width: 46.875vw;
  }
}
#youtube .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#youtube .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: opacity 2s ease, transform 2s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

.element_up {
  opacity: 0;
}

.element_up.fadeIn {
  /* アニメーションの指定 */
  animation: element_up 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* アニメーションの動き 定義 */
@keyframes element_up {
  0% {
    opacity: 0;
    transform: translateY(50px); /* 開始位置：下に50pxずらす */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 終了位置：元の位置に戻る */
  }
}
/*===========
  下から
  ===========*/
.swiper_default_wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper {
    padding: 0 12.6666666667vw; /* 左右に矢印が置けるスペースを確保 */
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper {
    padding: 0 10.15625vw;
  }
}

.swiper_default_wrapper .swiper_default {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper_default {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper_default {
    width: 28.125vw;
  }
}

.swiper_default_wrapper.swiper-wrapper {
  align-items: stretch;
  position: relative;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-slide {
    margin: 0 4vw;
    width: 74.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-slide {
    width: 28.125vw !important;
    margin: 0 0.78125vw;
  }
}

.swiper_default_wrapper .swiper-horizontal > .swiper-pagination-bullets,
.swiper_default_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper_default_wrapper .swiper-pagination-custom,
.swiper_default_wrapper .swiper-pagination-fraction {
  top: auto;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-horizontal > .swiper-pagination-bullets,
  .swiper_default_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper_default_wrapper .swiper-pagination-custom,
  .swiper_default_wrapper .swiper-pagination-fraction {
    transform: translateY(5.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-horizontal > .swiper-pagination-bullets,
  .swiper_default_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper_default_wrapper .swiper-pagination-custom,
  .swiper_default_wrapper .swiper-pagination-fraction {
    transform: translateY(1.5625vw);
  }
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 46.875vw;
  }
}

.swiper_default_wrapper .swiper-button-prev,
.swiper_default_wrapper .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-button-prev,
  .swiper_default_wrapper .swiper-button-next {
    width: 3.2vw;
    height: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-button-prev,
  .swiper_default_wrapper .swiper-button-next {
    width: 1.09375vw;
    height: 2.00546875vw;
  }
}

.swiper_default_wrapper .swiper-button-prev {
  background-image: url("../assets/images/arrow_prev.svg");
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-button-prev {
    left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-button-prev {
    left: 10.9375vw;
  }
}

/* 右 */
.swiper_default_wrapper .swiper-button-next {
  background-image: url("../assets/images/arrow_next.svg");
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-button-next {
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-button-next {
    right: 10.9375vw;
  }
}

.swiper_default_wrapper .swiper-button-prev::after,
.swiper_default_wrapper .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-pagination {
    bottom: -5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-pagination {
    bottom: -1.484375vw;
  }
}

.swiper_default_wrapper .swiper-pagination-bullet {
  background: #00b1b3;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-pagination-bullet {
    width: 0.81484375vw;
    height: 0.81484375vw;
  }
}

.swiper_default_wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper_default_wrapper .swiper-pagination-bullet-active {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_default_wrapper .swiper-pagination-bullet-active {
    width: 1.01875vw;
    height: 1.01875vw;
  }
}/*# sourceMappingURL=style.css.map */