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

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

#top_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 50px;
}
@media screen and (min-width: 769px) {
  #top_btn {
    bottom: 20px;
    right: 20px;
  }
}

.en {
  font-family: "hwt-roman-extended-light-fac", serif;
  font-weight: 300;
  font-style: normal;
}

.en_b {
  font-family: "hwt-roman-extended-fat-face", serif;
  font-weight: 900;
  font-style: normal;
}

.ja {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_b {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.arrow {
  font-family: "kaisotai", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

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

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
.footer_top .w_bg {
  background-color: #fff;
  position: relative;
}
.footer_top .btn {
  font-size: 3.2vw;
  width: 58.6666666667vw;
  margin: 7.4666666667vw auto 0;
  text-align: center;
  padding: 4.2666666667vw 0;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer_top {
    width: 87.7333333333vw;
    margin: 5.3333333333vw auto 21.3333333333vw;
  }
  .footer_top .w_bg {
    padding: 12vw 10.6666666667vw 13.3333333333vw;
    border-radius: 20px;
  }
  .footer_top .logo {
    position: absolute;
    width: 49.3333333333vw;
    translate: -50% 0;
    left: 50%;
    top: -4.5333333333vw;
  }
  .footer_top .title {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .footer_top .text {
    padding-top: 4vw;
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
@media screen and (min-width: 769px) {
  .footer_top {
    width: 75.4861111111vw;
    margin: 3.4722222222vw auto 6.9444444444vw;
  }
  .footer_top .w_bg {
    padding: 4.4444444444vw 5.7638888889vw 4.1666666667vw;
    border-radius: 20px;
  }
  .footer_top .logo {
    position: absolute;
    width: 16.875vw;
    translate: -50% 0;
    left: 50%;
    top: -2.1527777778vw;
  }
  .footer_top .title {
    font-size: 1.3194444444vw;
    text-align: center;
  }
  .footer_top .text {
    padding-top: 1.0416666667vw;
    font-size: 0.9722222222vw;
    line-height: 2.0714285714;
  }
  .footer_top .btn {
    font-size: 0.9722222222vw;
    width: 20.8333333333vw;
    margin: 1.7361111111vw auto 0;
    padding: 0.9027777778vw 0;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
  padding-top: 5px;
}
.fv .container {
  overflow: hidden;
  width: 100%;
}
.fv .border {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ad839a;
  height: 5px;
  z-index: 10;
}
.fv .text_slider {
  margin-top: -7px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ad839a;
  z-index: 10;
}
.fv .text_slider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .fv .text_slider {
    font-size: 13.6vw;
  }
  .fv .fade_slider {
    scale: 1.12;
    transform-origin: center;
  }
  .fv .fv_logo_wrap {
    width: 47.4666666667vw;
    position: absolute;
    top: 104vw;
    right: 4.5333333333vw;
    z-index: 12;
  }
  .fv .img2 {
    width: 33.3333333333vw;
    margin: 3.4666666667vw 0 0 auto;
    position: relative;
  }
  .fv .img2:before {
    content: "×";
    position: absolute;
    font-size: 4.5333333333vw;
    translate: 0 -50%;
    top: 57%;
    left: -6.6666666667vw;
  }
  .fv .title_wrap {
    position: relative;
    z-index: 14;
  }
  .fv .title_wrap .title {
    margin: -4vw auto 0 -0.8vw;
    width: 95.7333333333vw;
  }
  .fv .lead {
    font-size: 3.2vw;
    text-align: center;
    line-height: 2.0833333333;
    padding: 11.7333333333vw 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv .text_slider {
    font-size: 4.375vw;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .fv .left_slider,
  .fv .right_slider {
    position: absolute;
    top: 0;
  }
  .fv .right_slider {
    right: 0;
  }
  .fv .fade_slider {
    width: 30.1388888889vw;
  }
  .fv .title_wrap {
    margin: 9.5138888889vw auto 0;
    width: 30.8333333333vw;
  }
  .fv .lead {
    font-size: 0.9027777778vw;
    text-align: center;
    line-height: 1.9230769231;
    padding: 2.7777777778vw 0 1.7361111111vw;
  }
  .fv .fv_logo_wrap {
    padding-bottom: 5.5555555556vw;
    display: flex;
    gap: 4.7222222222vw;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .fv .fv_logo_wrap .img1 {
    width: 13.6111111111vw;
  }
  .fv .fv_logo_wrap .img2 {
    width: 13.3333333333vw;
  }
  .fv .fv_logo_wrap:after {
    content: "×";
    position: absolute;
    translate: -50% -50%;
    top: 33%;
    left: 50.4%;
    font-size: 2.0138888889vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* index
*--------------------------------------*/
.index {
  margin-inline: auto;
}
.index .container {
  margin-inline: auto;
  background-color: #fafaf2;
  border-radius: 22px;
  border: 1px solid #000;
}
.index .index_title {
  text-align: center;
  border-bottom: 1px solid #000;
}
.index .number {
  text-align: center;
  width: fit-content;
}

.sub_design .line {
  width: 100%;
  background-image: url(../assets/images/line.svg);
  background-repeat: repeat-x;
}
.sub_design .sub_slider {
  padding-top: 2.6666666667vw;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ad839a;
  z-index: 10;
}
.sub_design .sub_slider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .index {
    padding: 13.3333333333vw 0 16vw;
  }
  .index .container {
    width: 87.7333333333vw;
  }
  .index .index_title {
    font-size: 4.5333333333vw;
    padding: 2.6666666667vw 0 4vw;
  }
  .index .index_li {
    padding: 8vw 6.6666666667vw 4vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .index .index_li > li:nth-child(odd) {
    padding: 4.5333333333vw 5.6vw 0 1.8666666667vw;
    border-right: 1px dotted #717171;
  }
  .index .index_li > li:nth-child(even) {
    padding: 4.5333333333vw 1.8666666667vw 0 5.6vw;
  }
  .index .index_li > li:nth-child(1),
  .index .index_li > li:nth-child(2) {
    padding-top: 0;
    padding-bottom: 2.9333333333vw;
  }
  .index .index_li > li:not(li:nth-child(1), li:nth-child(2)) {
    border-top: 1px dotted #717171;
  }
  .index .number {
    font-size: 2.6666666667vw;
    position: relative;
    z-index: 3;
  }
  .index .number span {
    font-size: 6.1333333333vw;
    line-height: 1.3;
  }
  .index figure {
    margin-top: -6.1333333333vw;
  }
  .index .li_title {
    font-size: 3.2vw;
    text-align: center;
    padding: 1.8666666667vw 0 2.4vw;
  }
  .index .arrow {
    text-align: center;
  }
  .sub_design .line {
    height: 2.6666666667vw;
  }
  .sub_design .sub_slider {
    font-size: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index {
    padding: 5.5555555556vw 0 6.25vw;
    width: 69.4444444444vw;
  }
  .index .index_title {
    font-size: 1.3888888889vw;
    padding: 0.6944444444vw 0;
  }
  .index .index_li {
    padding: 1.3888888889vw 1.8666666667vw 0.6944444444vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .index .index_li > li:not(li:last-child) {
    border-right: 1px dotted #717171;
  }
  .index .index_li li {
    padding: 0.6944444444vw 3.4722222222vw 1.0416666667vw;
  }
  .index .number {
    font-size: 0.8333333333vw;
    position: relative;
    z-index: 3;
  }
  .index .number span {
    font-size: 2.1527777778vw;
    line-height: 1.3;
  }
  .index figure {
    margin-top: -2.0833333333vw;
  }
  .index .li_title {
    font-size: 1.0416666667vw;
    text-align: center;
    padding: 1.1111111111vw 0 0.6944444444vw;
  }
  .index .arrow {
    text-align: center;
  }
  .sub_design .line {
    height: 1.1111111111vw;
  }
  .sub_design .sub_slider {
    font-size: 4.375vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec .title_wrap {
  position: relative;
  z-index: 10;
}
.sec .title_wrap .bg_title {
  font-size: 7.7333333333vw;
  text-align: center;
}
.sec .title_wrap p {
  width: fit-content;
  border-radius: 10px;
}
.sec .title_wrap .sub {
  padding: 4vw 4vw 5.3333333333vw;
  font-size: 4.8vw;
  border: 1px solid #000;
}
.sec .title_wrap .main {
  margin: -4vw 0 0 9.8666666667vw;
  padding: 4vw 4.8vw 4.8vw;
  position: relative;
}
.sec .title_wrap .main:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 10px;
}
.sec .title_wrap .spot_logo {
  position: absolute;
  transform-origin: center;
}
.sec .balloon {
  background-color: #fafaf2;
  width: 87.7333333333vw;
  margin: 12vw auto 0;
  border: 1px solid #000;
  border-radius: 26px;
  position: relative;
}
.sec .balloon:before {
  content: "";
  background-image: url(../assets/images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 9.0666666667vw;
  height: 14.6666666667vw;
  z-index: 2;
  left: 10.1333333333vw;
  top: -9.0666666667vw;
}
.sec .balloon:has(:checked) p {
  max-height: 100vh;
}
.sec .balloon:has(:checked) p:after {
  content: none;
}
.sec .balloon:has(:checked) label {
  display: none;
}
.sec .balloon input {
  display: none;
}
.sec .balloon label {
  font-size: 3.7333333333vw;
  position: absolute;
  right: 10.6666666667vw;
  bottom: 6.6666666667vw;
}
.sec .balloon label span {
  display: flex;
  gap: 3px;
}
.sec .balloon label span:before {
  font-size: 2.6666666667vw;
  content: "+";
  position: absolute;
  translate: 0 -50%;
  top: 60%;
  left: -4vw;
}
.sec .balloon label span:after {
  content: "more";
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.sec .balloon p {
  white-space: pre-wrap;
  margin: 8vw 9.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.75;
  overflow: hidden;
  max-height: 26.6666666667vw;
  transition: max-height 0.6s;
  position: relative;
}
.sec .balloon p:after {
  transition: max-height 0.6s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, transparent, #fafaf2);
  content: "";
}

@media screen and (max-width: 768px) {
  .sec:not(#sec1) {
    padding: 18.6666666667vw 0;
  }
  .sec .title_wrap {
    margin-left: -0.8vw;
  }
  .sec .title_wrap .spot_logo {
    width: 35.2vw;
    top: -4vw;
    right: 1.6vw;
  }
  .sec .main {
    margin: -12.8vw 0 5.3333333333vw;
  }
  .sec .main_text {
    font-size: 3.2vw;
    width: 83.7333333333vw;
    margin-inline: auto;
    padding: 0 0 9.0666666667vw;
    line-height: 1.8333333333;
    white-space: pre-wrap;
  }
  .sec .small_text {
    font-size: 2.4vw;
    width: 83.7333333333vw;
    text-align: right;
    margin: -2.6666666667vw auto 5.8666666667vw;
  }
  .sec .place_text {
    font-size: 2.4vw;
    text-align: center;
    padding-top: 1.8666666667vw;
  }
  #sec1 {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
  #sec1 .image_wrap .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec1 .image_wrap .img2 {
    width: 80vw;
    margin: 13.3333333333vw auto 0 0;
  }
  #sec1 .image_wrap .img3 {
    width: 54.9333333333vw;
    margin: 13.3333333333vw 0 0 auto;
  }
  #sec1 .image_wrap .img4 {
    width: 46.9333333333vw;
    margin: -32.5333333333vw auto 0 6.4vw;
  }
  #sec1 .image_wrap .img5 {
    width: 87.7333333333vw;
    margin: 13.3333333333vw auto 0;
  }
  #sec2 .title_wrap .main {
    margin: -4vw 0 0 4vw;
  }
  #sec2 .image_wrap .img1 {
    width: 87.7333333333vw;
    margin-inline: auto;
  }
  #sec2 .image_wrap .img2 {
    width: 80vw;
    margin: 13.3333333333vw auto 0 0;
  }
  #sec2 .image_wrap .img3 {
    width: 56.2666666667vw;
    margin: 13.3333333333vw 5.8666666667vw 0 auto;
  }
  #sec2 .image_wrap .img4 {
    width: 50.9333333333vw;
    margin: -13.6vw auto 0 0;
  }
  #sec2 .image_wrap .img5 {
    width: 43.2vw;
    margin: -21.3333333333vw 0 0 auto;
  }
  #sec2 .image_wrap .img6 {
    width: 87.7333333333vw;
    margin: 19.2vw auto 0;
  }
  #sec3 .image_wrap .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec3 .image_wrap .img2 {
    width: 71.2vw;
    margin: 13.3333333333vw auto 0 0;
  }
  #sec3 .image_wrap .img3 {
    width: 46.1333333333vw;
    margin: 6.1333333333vw 0 0 auto;
  }
  #sec3 .image_wrap .img4 {
    width: 50.6666666667vw;
    margin: -32vw auto 0 0;
  }
  #sec3 .image_wrap .img5 {
    width: 87.7333333333vw;
    margin: 13.3333333333vw auto 0;
  }
  #sec4 .image_wrap .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec4 .image_wrap .img2 {
    width: 80vw;
    margin: 13.3333333333vw auto 0 0;
  }
  #sec4 .image_wrap .img3 {
    width: 54.9333333333vw;
    margin: 13.3333333333vw 0 0 auto;
  }
  #sec4 .image_wrap .img4 {
    width: 41.6vw;
    margin: -38.4vw auto 0 0;
  }
  #sec4 .image_wrap .img5 {
    width: 87.7333333333vw;
    margin: 16.2666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .sec:not(#sec1) {
    padding: 5.5555555556vw 0;
  }
  .sec .container {
    position: relative;
    width: 75.5555555556vw;
    margin-inline: auto;
  }
  .sec .pc_container {
    position: relative;
  }
  .sec .title_wrap {
    width: fit-content;
    position: relative;
  }
  .sec .title_wrap .spot_logo {
    width: 11.5972222222vw;
    top: -1.0416666667vw;
    right: 0;
    position: absolute;
  }
  .sec .title_wrap .bg_title {
    font-size: 2.7777777778vw;
  }
  .sec .title_wrap .main {
    margin: -0.6944444444vw 0 0 2.2916666667vw;
    padding: 1.3888888889vw 2.7777777778vw 1.7361111111vw;
  }
  .sec .title_wrap .sub {
    padding: 1.3888888889vw 2.0833333333vw 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .sec .pc_main {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec .main {
    width: 36.3194444444vw;
    margin: -3.125vw 0 1.3888888889vw 2.3611111111vw;
  }
  .sec .main_text {
    font-size: 0.9722222222vw;
    line-height: 1.8333333333;
    white-space: pre-wrap;
    padding: 0 0 3.4722222222vw;
  }
  .sec .image_wrap .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.6388888889vw 0;
  }
  .sec .image_wrap .wrap1 {
    grid-column: 2/3;
    width: 27.6388888889vw;
    margin: 5.5555555556vw 0 0 auto;
  }
  .sec .pc_bottom {
    position: absolute;
    bottom: 3.4722222222vw;
    right: 0;
    z-index: 10;
  }
  .sec .balloon {
    width: 34.2361111111vw;
  }
  .sec .balloon:before {
    background-image: url(../assets/images/arrow_pc.svg);
    width: 5.2083333333vw;
    height: 2.3611111111vw;
    top: 8.3333333333vw;
    left: -2.0833333333vw;
  }
  .sec .balloon p {
    font-size: 0.9722222222vw;
    margin: 3.0555555556vw;
  }
  .sec .balloon p:after {
    display: none;
  }
  .sec .balloon .balloon_btn {
    display: none;
  }
  .sec .small_text {
    font-size: 0.8333333333vw;
    text-align: right;
  }
  .sec .place_text {
    font-size: 0.7638888889vw;
    text-align: center;
    padding-top: 0.7638888889vw;
  }
  #sec1 {
    padding: 5.5555555556vw 0;
  }
  #sec1 .image_wrap .img2 {
    width: 29.3055555556vw;
    margin: 4.1666666667vw auto 0 0;
  }
  #sec1 .image_wrap .img3 {
    width: 17.1527777778vw;
    margin: 0 0 0 auto;
  }
  #sec1 .image_wrap .img4 {
    width: 20.1388888889vw;
    margin: -10.4166666667vw auto 0 3.4722222222vw;
  }
  #sec1 .image_wrap .img5 {
    width: 32.2916666667vw;
    margin: 3.8194444444vw 0 0 0;
  }
  #sec2 .image_wrap .img2 {
    width: 32.8472222222vw;
    margin: 8.6111111111vw auto 0 0;
  }
  #sec2 .image_wrap .img3 {
    width: 20.9027777778vw;
    margin: 0 2.3611111111vw 0 auto;
  }
  #sec2 .image_wrap .img4 {
    width: 18.9583333333vw;
    margin: -4.8611111111vw auto 0 0.3472222222vw;
  }
  #sec2 .image_wrap .img5 {
    width: 16.0416666667vw;
    margin: -8.3333333333vw 0 0 auto;
  }
  #sec2 .image_wrap .img6 {
    width: 32.2916666667vw;
    margin: -4.8611111111vw 0 0 0;
  }
  #sec3 .image_wrap .img2 {
    width: 28.4027777778vw;
    margin: 2.3611111111vw auto 0 0;
  }
  #sec3 .image_wrap .img3 {
    width: 15.1388888889vw;
    margin: 0 0 0 auto;
  }
  #sec3 .image_wrap .img4 {
    width: 20.5555555556vw;
    margin: -12.5vw 0 0 0;
  }
  #sec3 .image_wrap .img5 {
    width: 32.2916666667vw;
    margin: -0.6944444444vw 0 0 0;
  }
  #sec4 .image_wrap .img2 {
    width: 29.6527777778vw;
    margin: 6.5277777778vw auto 0 0;
  }
  #sec4 .image_wrap .img3 {
    width: 20.3472222222vw;
    margin: 0 0 0 auto;
  }
  #sec4 .image_wrap .img4 {
    width: 15.4166666667vw;
    margin: -13.8888888889vw 0 0 0.625vw;
  }
  #sec4 .image_wrap .img5 {
    width: 32.2916666667vw;
    margin: -1.3888888889vw 0 0 0;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.staff {
  width: 87.7333333333vw;
  margin-inline: auto;
  position: relative;
}
.staff:before {
  content: "MAMA";
  position: absolute;
  z-index: 5;
  display: block;
  background-color: #f0f0e8;
  padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  rotate: -37deg;
  font-size: 3.2vw;
  left: -6.1333333333vw;
  top: -3.2vw;
}
.staff:after {
  content: "";
  position: absolute;
  background-color: #dedbce;
  width: 19.4666666667vw;
  height: 1px;
  rotate: -37deg;
  transform-origin: right;
  top: -0.2666666667vw;
  left: -4vw;
  z-index: 10;
}
.staff .staffbox {
  background-color: #dedbce;
  border-radius: 20px;
}
.staff .grid {
  padding: 6.6666666667vw 10.6666666667vw 6.6666666667vw 8vw;
  display: grid;
  grid-template-columns: 27.2vw 1fr;
  gap: 5.8666666667vw;
  align-items: center;
}
.staff table {
  width: 100%;
}
.staff table tr {
  border-bottom: 1px solid #817979;
  padding: 1.8666666667vw 0 2.1333333333vw;
  display: block;
  line-height: 1.2;
}
.staff table td:nth-child(1) {
  font-size: 2.1333333333vw;
  width: 13.3333333333vw;
}
.staff table td:nth-child(2) {
  font-size: 3.4666666667vw;
}
.staff .link_wrap {
  display: flex;
  gap: 5.8666666667vw;
  padding-top: 1.8666666667vw;
  align-items: center;
}
.staff .link_wrap .instagram {
  width: 3.7333333333vw;
}
.staff .link_wrap .coordinate {
  font-size: 3.2vw;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .staff table tr:last-child td:nth-child(2) {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .staff {
    width: 32.3611111111vw;
    margin: 4.8611111111vw auto 0 0;
  }
  .staff:before {
    padding: 1.3888888889vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
    font-size: 1.0416666667vw;
    left: -1.5972222222vw;
    top: -0.8333333333vw;
  }
  .staff:after {
    width: 6.1111111111vw;
    top: -0.1388888889vw;
    left: -1.3194444444vw;
  }
  .staff .grid {
    padding: 3.125vw 4.5833333333vw;
    display: grid;
    grid-template-columns: 9.3055555556vw 1fr;
    gap: 2.0833333333vw;
  }
  .staff table tr {
    padding: 0.5555555556vw 0;
  }
  .staff table td:nth-child(1) {
    font-size: 0.6944444444vw;
    width: 3.4722222222vw;
  }
  .staff table td:nth-child(2) {
    font-size: 0.9027777778vw;
    padding-left: 1.0416666667vw;
  }
  .staff .link_wrap {
    gap: 0.9722222222vw;
    padding-top: 0.9722222222vw;
  }
  .staff .link_wrap .instagram {
    width: 0.9722222222vw;
  }
  .staff .link_wrap .coordinate {
    font-size: 0.8333333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.styling {
  margin-inline: auto;
}
.styling .styling_title {
  background-color: #fafaf2;
  border: 1px solid #000;
  border-radius: 10px;
  width: fit-content;
  position: relative;
}
.styling .credit {
  margin-top: -3.2vw;
  border-radius: 7px;
  background-color: #fafaf2;
  border: 1px solid #000;
  padding: 9.8666666667vw 6.1333333333vw;
}

.credit {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 2.9333333333vw;
  gap: 5.3333333333vw;
}
.credit li a {
  display: grid;
  grid-template-columns: 13.0666666667vw auto 14.4vw;
  gap: 2.9333333333vw;
  align-items: flex-start;
  position: relative;
}
.credit li a:has(.shop) {
  grid-template-columns: 1fr 1fr;
}
.credit li a:has(.shop) .buy,
.credit li a:has(.shop) figure {
  display: none;
}
.credit li a:has(.shop) .shop {
  margin: 0 0 0 auto;
}
.credit .item {
  line-height: 1.4;
}
.credit .buy {
  margin: 0.8vw 0 0 auto;
  width: 14.4vw;
  font-size: 3.2vw;
  border-radius: 100vmax;
  text-align: center;
  padding: 1.0666666667vw 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .styling {
    width: 87.7333333333vw;
    margin: 13.3333333333vw auto;
  }
  .styling .styling_title {
    font-size: 3.4666666667vw;
    padding: 1.8666666667vw 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .styling {
    width: 34.2361111111vw;
    margin: 4.8611111111vw auto;
  }
  .styling .styling_title {
    font-size: 1.0416666667vw;
    padding: 0.6944444444vw 1.9444444444vw;
  }
  .styling .credit {
    margin-top: -1.1805555556vw;
    padding: 3.8194444444vw 3.125vw 2.9861111111vw;
  }
  .credit {
    font-size: 0.8333333333vw;
    gap: 1.0416666667vw;
  }
  .credit li a {
    grid-template-columns: 4.0972222222vw auto 4.6527777778vw;
    gap: 0.9027777778vw;
  }
  .credit .item {
    line-height: 1.5;
  }
  .credit .buy {
    margin: 0.2083333333vw 0 0 auto;
    width: 4.6527777778vw;
    font-size: 0.9722222222vw;
    padding: 0.3472222222vw 0;
    letter-spacing: 0.05em;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.spot {
  position: relative;
}
.spot .bg {
  position: relative;
  z-index: 0;
}
.spot:before, .spot:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../assets/images/bg_path.svg);
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 2;
}
.spot .spot_title {
  text-align: center;
}
.spot .bg_title p {
  width: fit-content;
  background-color: #fafaf2;
  border: 1px solid #000;
  border-radius: 10px;
  margin-inline: auto;
}
.spot .bg_title p:nth-child(2) {
  border: none;
  position: relative;
}
.spot .bg_title p:nth-child(2):after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
.spot .shop_link {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.spot .shop_link.event_link {
  background-color: #3d3d3d;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .spot:after, .spot:before {
    height: 3.7333333333vw;
  }
  .spot:after {
    bottom: 0;
    transform-origin: center;
    rotate: 180deg;
  }
  .spot .bg {
    margin-top: 16vw;
    padding: 14.6666666667vw 0;
  }
  .spot .sub_title {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .spot .bg_title {
    font-size: 6.1333333333vw;
  }
  .spot .bg_title p {
    padding: 2.6666666667vw 6.4vw;
  }
  .spot .bg_title p:nth-child(2) {
    margin-top: -2.9333333333vw;
  }
  .spot .place_image {
    width: 87.7333333333vw;
    margin: -2.9333333333vw auto 0;
    position: relative;
    z-index: -2;
  }
  .spot .information {
    font-size: 2.9333333333vw;
    width: 74.1333333333vw;
    margin: 5.8666666667vw auto 0;
    line-height: 1.6363636364;
  }
  .spot .information table td {
    padding: 0.5333333333vw 0;
    line-height: 1.6363636364;
    white-space: pre-wrap;
  }
  .spot .information table td:nth-child(1) {
    width: 13.3333333333vw;
    padding: 0.5333333333vw 4vw 0.5333333333vw 0;
    text-align: right;
  }
  .spot .shop_link {
    width: 58.9333333333vw;
    margin: 6.6666666667vw auto 0;
    font-size: 3.2vw;
    padding: 4vw 0;
  }
  #sec1 .spot .place_image,
  #sec2 .spot .place_image {
    margin: -12.5333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .spot {
    margin: 4.8611111111vw auto 0;
  }
  .spot .pc_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .spot:before {
    height: 100%;
    width: 1.25vw;
    background-image: url(../assets/images/bg_path_pc.svg);
    left: 0;
    top: 0;
  }
  .spot:after {
    height: 100%;
    width: 1.25vw;
    right: 0;
    top: 0;
    background-image: url(../assets/images/bg_path_pc.svg);
    transform-origin: center;
    rotate: 180deg;
  }
  .spot .bg {
    padding: 4.8611111111vw 0;
  }
  .spot .sub_title {
    font-size: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
  .spot .bg_title {
    font-size: 1.7361111111vw;
  }
  .spot .bg_title p {
    padding: 0.6944444444vw 2.2222222222vw;
  }
  .spot .bg_title p:nth-child(2) {
    margin-top: -0.7638888889vw;
  }
  .spot .place_image {
    width: 28.4722222222vw;
    margin: 0 0 0 auto;
  }
  .spot .information {
    font-size: 0.7638888889vw;
    width: 22.9166666667vw;
    margin: 1.5972222222vw auto 2.7777777778vw;
  }
  .spot .information table td {
    padding: 0.1388888889vw 0;
    line-height: 1.6363636364;
  }
  .spot .information table td:nth-child(1) {
    width: 3.4722222222vw;
    padding: 0.1388888889vw 1.0416666667vw 0.1388888889vw 0;
    text-align: right;
  }
  .spot .shop_link {
    width: 19.6527777778vw;
    margin: 0 auto;
    font-size: 1.0416666667vw;
    padding: 1.3888888889vw 0;
  }
}/*# sourceMappingURL=style.css.map */