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

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: #fff;
}
@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: #fff;
}
footer .footer_bg {
  background-color: #C0B299;
}
footer .footer_bg .inner {
  margin: 0 auto;
  padding: 75px 0 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 84vw;
    padding: 75px 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 62.5vw;
    padding: 75px 0 0.78125vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
footer .txt {
  text-align: center;
  font-size: 11px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  footer .txt {
    padding: 61.3333333333vw 0 36vw;
  }
}
@media screen and (min-width: 769px) {
  footer .txt {
    padding: 16.4285714286vw 0 10.546875vw;
  }
}
footer .txt p {
  font-size: 14px;
}
footer .logo_btn {
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 8vw 0 16vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 2.1428571429vw 0 4.6875vw;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .link ul {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
footer .link ul li {
  margin-bottom: 18px;
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#fv {
  z-index: 2;
  min-height: 100svh;
}
@media screen and (min-width: 769px) {
  #fv {
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: 100vh;
  }
}
#fv .inner {
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 769px) {
  #fv .inner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#fv .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
#fv .inner h1 {
  position: absolute;
  color: #fff;
  z-index: 2;
  line-height: 1.2;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #fv .inner h1 {
    bottom: 41.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 {
    bottom: 2.34375vw;
  }
}
#fv .inner h1 .h1_main {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 .h1_main {
    margin: 5.3333333333vw 0 6.6666666667vw;
    font-size: 13.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 .h1_main {
    margin: 1.4285714286vw 0 2.34375vw;
    font-size: 6.875vw;
  }
}
#fv .inner h1 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 span {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 span {
    font-size: 2.890625vw;
  }
}
#fv .inner h1 span .vol {
  opacity: 0.4;
  display: inline-block;
  font-style: normal;
  background-color: #fff;
  color: #111;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 span .vol {
    font-size: 4.8vw;
    padding: 1.3333333333vw 2.6666666667vw 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 span .vol {
    font-size: 1.953125vw;
    padding: 0.6428571429vw 1.2857142857vw 0.3125vw;
  }
}
#fv .inner h1 span .vol::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
#fv .inner .fv_logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fv .inner .fv_logo {
    width: 19.7333333333vw;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .fv_logo {
    width: 7.8125vw;
    left: 2.734375vw;
    top: 2.34375vw;
  }
}
#fv .inner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#fv .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.inview1 {
  opacity: 0; /*表示前に透明にしておく */
  transition: 1s; /*移動にかける時間 */
}

.inview1.show {
  opacity: 1;
}

.jsc-fadeIn-1,
.jsc-fadeIn-2,
.jsc-fadeIn-3,
.jsc-fadeIn-4,
.jsc-fadeIn-5 {
  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 {
  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;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
@media screen and (max-width: 768px) {
  #lead {
    width: 88vw;
    margin: 16vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 35.15625vw;
    margin: 7.1428571429vw auto;
  }
}
#lead p {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 4vw;
    padding: 12vw 0;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 1.71875vw;
    padding: 3.2142857143vw 0;
  }
}
#lead p::before {
  content: "“";
  font-size: 100px;
  color: #111;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.07;
}
#lead p::after {
  content: "”";
  font-size: 100px;
  color: #111;
  position: absolute;
  right: 0;
  opacity: 0.07;
}
@media screen and (max-width: 768px) {
  #lead p::after {
    top: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p::after {
    top: 5.078125vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .credit ul {
    margin: 8.5333333333vw auto;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    width: 27.34375vw;
    margin: 2.5vw auto;
  }
}
.credit ul li {
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 2.6666666667vw;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.9375vw;
    font-size: 14px;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li a {
  color: #fff;
  display: flex;
  position: relative;
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  content: "BUY";
  position: absolute;
  font-size: 12px;
  border: solid 1px #fff;
  padding: 4px 13px;
  color: #fff;
  top: 0;
  right: 0;
  letter-spacing: 0.1em;
}
.credit ul li a .txt {
  padding-right: 20px;
  letter-spacing: 0.1em;
}
.credit ul li a .txt .price {
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 0em;
}

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

section {
  overflow: hidden;
}

svg {
  width: 100%;
}

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

.group {
  position: relative;
}
.group:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 1s;
}
.group a:hover {
  opacity: 1;
}

.wrap_plus {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wrap_plus {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus {
    bottom: 3.125vw;
    right: 1.5625vw;
  }
}
.wrap_plus .dli_plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  height: 0.5px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap_plus .dli_plus {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus .dli_plus {
    width: 3.125vw;
  }
}
.wrap_plus .dli_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.container {
  display: grid; /* グリッドレイアウト */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    grid-template-rows: repeat(9, auto);
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (min-width: 769px) {
  .container {
    grid-template-rows: 39.84375vw 13.4375vw 26.328125vw 9.296875vw 17.265625vw 27.734375vw 7.890625vw 37.1875vw;
    grid-template-columns: repeat(9, auto);
  }
}

#fig1 {
  position: relative;
}
#fig1.group:hover {
  opacity: 1;
  cursor: default;
}
#fig1 .logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fig1 .logo {
    width: 33.3333333333vw;
    right: 6.6666666667vw;
    bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fig1 .logo {
    width: 16.640625vw;
    right: 3.28125vw;
    bottom: 7.8125vw;
  }
}
#fig1 .logo p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fig1 .logo p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fig1 .logo p {
    font-size: 1.875vw;
    margin-bottom: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #fig1 {
    width: 100vw;
    grid-row: 1/2;
    grid-column: 1/6;
  }
}
@media screen and (min-width: 769px) {
  #fig1 {
    width: 50vw;
    grid-row: 1/3;
    grid-column: 1/5;
    height: 53.359375vw;
  }
}

@media screen and (max-width: 768px) {
  #fig2 {
    width: 38.6666666667vw;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 769px) {
  #fig2 {
    width: 19.375vw;
    grid-row: 3/5;
    grid-column: 1/2;
    height: 35.703125vw;
  }
}

@media screen and (max-width: 768px) {
  #fig3 {
    width: 61.3333333333vw;
    grid-row: 2/3;
    grid-column: 2/6;
  }
}
@media screen and (min-width: 769px) {
  #fig3 {
    width: 30.625vw;
    grid-row: 3/5;
    grid-column: 2/5;
    height: 35.703125vw;
  }
}

@media screen and (max-width: 768px) {
  #fig4 {
    width: 58.6666666667vw;
    grid-row: 3/4;
    grid-column: 1/5;
  }
}
@media screen and (min-width: 769px) {
  #fig4 {
    width: 29.84375vw;
    grid-row: 1/2;
    grid-column: 5/8;
  }
}

@media screen and (max-width: 768px) {
  #fig5 {
    width: 41.3333333333vw;
    grid-row: 3/4;
    grid-column: 5/6;
  }
}
@media screen and (min-width: 769px) {
  #fig5 {
    width: 20.15625vw;
    grid-row: 1/2;
    grid-column: 8/9;
  }
}

@media screen and (max-width: 768px) {
  #fig6 {
    width: 41.3333333333vw;
    grid-row: 4/5;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  #fig6 {
    width: 20.625vw;
    grid-row: 7/9;
    grid-column: 1/3;
  }
}

@media screen and (max-width: 768px) {
  #fig7 {
    width: 58.6666666667vw;
    grid-row: 4/5;
    grid-column: 3/6;
  }
}
@media screen and (min-width: 769px) {
  #fig7 {
    width: 29.375vw;
    grid-row: 7/9;
    grid-column: 3/5;
  }
}

@media screen and (max-width: 768px) {
  #fig8 {
    width: 52vw;
    grid-row: 5/6;
    grid-column: 1/4;
  }
}
@media screen and (min-width: 769px) {
  #fig8 {
    width: 25.9375vw;
    grid-row: 2/4;
    grid-column: 5/6;
  }
}

@media screen and (max-width: 768px) {
  #fig9 {
    width: 48vw;
    grid-row: 5/6;
    grid-column: 4/6;
  }
}
@media screen and (min-width: 769px) {
  #fig9 {
    width: 24.0625vw;
    grid-row: 2/4;
    grid-column: 6/9;
  }
}

@media screen and (max-width: 768px) {
  #fig10 {
    width: 100vw;
    grid-row: 6/7;
    grid-column: 1/6;
  }
}
@media screen and (min-width: 769px) {
  #fig10 {
    width: 50vw;
    grid-row: 4/6;
    grid-column: 5/9;
  }
}

@media screen and (max-width: 768px) {
  #fig11 {
    width: 58.6666666667vw;
    grid-row: 7/8;
    grid-column: 1/5;
  }
}
@media screen and (min-width: 769px) {
  #fig11 {
    width: 29.453125vw;
    grid-row: 6/8;
    grid-column: 5/7;
  }
}

@media screen and (max-width: 768px) {
  #fig12 {
    width: 41.3333333333vw;
    grid-row: 7/8;
    grid-column: 5/6;
  }
}
@media screen and (min-width: 769px) {
  #fig12 {
    width: 20.625vw;
    grid-row: 6/8;
    grid-column: 7/9;
  }
}

@media screen and (max-width: 768px) {
  #fig13 {
    width: 41.3333333333vw;
    grid-row: 8/9;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  #fig13 {
    width: 20.625vw;
    grid-row: 5/7;
    grid-column: 4/5;
  }
}

@media screen and (max-width: 768px) {
  #fig14 {
    width: 58.6666666667vw;
    grid-row: 8/9;
    grid-column: 3/6;
  }
}
@media screen and (min-width: 769px) {
  #fig14 {
    width: 29.375vw;
    grid-row: 5/7;
    grid-column: 1/4;
  }
}

@media screen and (max-width: 768px) {
  #fig15 {
    width: 100vw;
    grid-row: 9/10;
    grid-column: 1/6;
  }
}
@media screen and (min-width: 769px) {
  #fig15 {
    width: 50vw;
    grid-row: 8/9;
    grid-column: 5/9;
  }
}

#ending {
  color: #fff;
  text-align: center;
}
#ending .inner {
  background-color: #C6BBA7;
  letter-spacing: 0.1em;
  padding: 75px 0;
}
#ending .produced {
  margin: 0 auto;
  border-bottom: solid 1px #fff;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #ending .produced {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #ending .produced {
    width: 19.53125vw;
  }
}
#ending .produced p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ending .produced p::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #ending .produced p::after {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #ending .produced p::after {
    width: 11.71875vw;
  }
}
#ending .produced ul {
  margin: 25px 0 30px;
}
#ending .produced ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
#ending .produced ul li:last-child {
  margin-bottom: 0;
}
#ending .produced ul li a {
  display: inline-block;
}
#ending .produced ul li a::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  padding-top: 0.5em;
}
#ending .staff ul li {
  font-size: 14px;
  margin-bottom: 8px;
}
#ending .staff ul li:last-child {
  margin-bottom: 0;
}

.button {
  display: block;
  margin: 0 auto;
  color: #fff;
  border: #fff solid 1px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 69.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .button {
    width: 20.3125vw;
    padding: 1.5625vw 0;
  }
}
.button:hover {
  opacity: 0.6;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* モーダルコンテナ（高さ制限 & スクロール） */
.modal__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #C6BBA7;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .modal__container {
    overflow: hidden; /* PCではスクロールバーを無効化 */
  }
}

/* モーダル内部 */
.modal__inner {
  position: relative;
  text-align: center;
  max-height: 100svh;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .modal__inner {
    overflow: hidden; /* PCではスクロールを無効化 */
  }
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal__close {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal__close:before, .modal__close:after {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal__close:before, .modal__close:after {
    width: 3.125vw;
  }
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダルの中身（スクロール可能にする） */
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 10.6666666667vw 0 8.8vw;
    overflow-y: auto; /* スマホのみ縦スクロール有効 */
    max-height: 100svh; /* コンテナの高さ制限 */
  }
}
@media screen and (min-width: 769px) {
  .modal__content {
    padding: 2.34375vw 0;
    overflow-y: hidden; /* PCではスクロールバーを非表示 */
  }
}

@media screen and (min-width: 769px) {
  .profile__group {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
  }
}

.my-slick {
  margin: 0 auto;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .my-slick {
    width: 100vw;
    margin-bottom: 10.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .my-slick {
    width: 33.59375vw;
  }
}

.my-slick img {
  width: 100%;
  height: 100%;
}

.my-slick .slick-dots {
  z-index: 3;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.my-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
}
.my-slick .slick-dots li:last-child {
  margin-right: 0;
}
.my-slick .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  border: unset;
  height: 10px;
  display: block;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
}
.my-slick .slick-dots button:before {
  content: none;
}
.my-slick .slick-dots .slick-active button {
  background: #fff;
  opacity: 1;
}

/* メニューのデザイン*/
.nav_content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: #C6BBA7;
  opacity: 0;
  transform: translateX(100%); /* 初期状態を画面外に */
  transition: opacity 0.6s ease-in-out, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .nav_content {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content {
    width: 27.34375vw;
  }
}
.nav_content .inner {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.nav_content .inner .index {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .index ul {
    width: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .index ul {
    width: 9.375vw;
  }
}
.nav_content .inner .index ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .index ul li {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .index ul li {
    font-size: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
}
.nav_content .inner .index ul li:last-child {
  margin-bottom: 0;
}
.nav_content .inner .index ul li a.arrow_l {
  position: relative;
  display: block;
  padding-right: 0.5rem;
}
.nav_content .inner .index ul li a.arrow_l::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav_content .inner .index .logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .index .logo {
    width: 33.3333333333vw;
    margin-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .index .logo {
    width: 9.765625vw;
    margin-top: 6.25vw;
  }
}
.nav_content .inner .index .logo p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .index .logo p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .index .logo p {
    font-size: 1.09375vw;
    margin-bottom: 1.09375vw;
  }
}

/* メニューが開いた状態 */
.nav_content.active {
  opacity: 1;
  transform: translateX(0); /* 画面内にスライド */
  pointer-events: auto;
}

#hamburger_menu {
  /* ここから下がハンバーガーメニューに関するCSS */
  /* チェックボックスを非表示にする */
  /* ハンバーガーアイコンの設置スペース */
  /*このクラスが付与されると表示する*/
  /* ハンバーガーメニューのアイコン */
  /* 三本線の一番上の棒の位置調整 */
  /* 三本線の一番下の棒の位置調整 */
  /* アイコンがクリックされたら真ん中の線を透明にする */
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  /* ハンバーガーメニューが開いたときのスタイル */
}
#hamburger_menu .drawer_hidden {
  display: none;
}
#hamburger_menu .wrap_open {
  /*デフォルトで非表示にする*/
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .wrap_open {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .wrap_open {
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
#hamburger_menu .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .drawer_open {
    width: 3.515625vw;
    height: 3.515625vw;
  }
}
#hamburger_menu .drawer_open span,
#hamburger_menu .drawer_open span:before,
#hamburger_menu .drawer_open span:after {
  content: "";
  display: block;
  height: 1.3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open span,
  #hamburger_menu .drawer_open span:before,
  #hamburger_menu .drawer_open span:after {
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .drawer_open span,
  #hamburger_menu .drawer_open span:before,
  #hamburger_menu .drawer_open span:after {
    width: 2.109375vw;
  }
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open span:before {
    width: 8vw;
    bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .drawer_open span:before {
    width: 3.125vw;
    bottom: 1.015625vw;
  }
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open span:after {
    width: 8vw;
    top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .drawer_open span:after {
    width: 3.125vw;
    top: 1.015625vw;
  }
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#hamburger_menu #drawer_input:checked ~ .nav_content {
  opacity: 1;
  transform: scale(1); /* ふわっと拡大表示 */
  pointer-events: auto; /* メニューを開いたらクリックできるように */
}

/*===========
inview（その場で）
===========*/
.fadeIn_on {
  opacity: 0;
  transition: 4s;
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
inview（左から）
===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition-duration: 2s;
  transition-timing-function: ease;
}

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

/*===========
inview（右から）
===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: 2s;
  transition-timing-function: ease;
}

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

/*===========
inview（下から）
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s;
}

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

/*===========
inview（上から）
===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */