@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*
  value_pc(min, max)

  使い方：
  - width: value_pc(18rem, 21.6rem);
  - font-size: value_pc(12px, 20px);

  説明：
  - 最小値(min)と最大値(max)を渡すと
  - SP幅(767px)〜PC幅(1130px)の間で自然に補間される clamp(...) を返す
*/
/*======================================
セッティング
======================================*/
.sp {
  display: none;
}

.tabOnly {
  display: none !important;
}

.pcNone {
  display: block !important;
}

@-webkit-keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  width: 100%;
  font-size: clamp(1.4rem, 1.4035087719vw, 1.6rem);
  font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #3d1c04;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-image: url(../img/main_bg@2x.jpg);
  background-repeat: repeat;
  background-size: 100%;
}

body.fixed {
  position: fixed;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

p {
  line-height: 2.25;
  letter-spacing: 0.3em;
}

.preparation {
  text-align: center;
  font-size: clamp(2.5rem, 5.2631578947vw, 6rem);
  font-weight: 900;
}

.l-inner {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-wrapper {
  overflow: hidden;
}

.heading2 {
  height: clamp(8rem, calc(8rem + (10.5rem - 8rem) * ((100vw - 767px) / 363px)), 10.5rem);
  margin: 0 auto 5.5rem;
  text-align: center;
}

.heading2 img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .heading2 {
    height: 7rem;
    margin: 0 auto 3rem;
    text-align: center;
  }
}
/*======================================
　共通ボタン
======================================*/
.c-btn {
  width: 26rem;
}

.c-btn a {
  display: block;
}

/*======================================
　アニメーション : fade
======================================*/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUp 0.5s ease;
  animation: fadeUp 0.5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}

.delay-1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.delay-3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.delay-5 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/*======================================
　追従ボタン
======================================*/
.floatingBtn_pc {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(6rem, 5.5555555556vw, 8rem);
  z-index: 10;
}

.floatingBtn_pc a {
  display: block;
}

.floatingBtn_pc a:not(:last-child) {
  margin-bottom: 1.5rem;
}

.floatingBtn_sp {
  display: none;
}

.floatingBtn_sp a {
  width: 50%;
  text-align: center;
  background-color: #dc0000;
}

.floatingBtn_sp a img {
  max-width: 17.5rem;
}

/*======================================
フッター
======================================*/
footer {
  background: url(../img/back-footer.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 1;
}

footer .l-inner {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

footer .wrap {
  margin-bottom: 3rem;
}

/* logo */
footer .logo {
  width: clamp(18rem, calc(18rem + (23.1rem - 18rem) * ((100vw - 767px) / 363px)), 23.1rem);
  margin: 0 auto;
}

/* nav */
footer nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(2rem, 3.5087719298vw, 4rem);
  margin-bottom: 3rem;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 3.5087719298vw, 4rem);
}

footer nav ul a {
  font-size: clamp(1.4rem, 1.5789473684vw, 1.8rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
}

footer nav .icon {
  width: 2.5rem;
}

footer small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

/*======================================
　ヘッダー（TOP用）
======================================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem;
  height: 100vh;
  background-image: url(../img/back-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}

.header h1 {
  width: clamp(18rem, calc(18rem + (21.6rem - 18rem) * ((100vw - 767px) / 363px)), 21.6rem);
}

.header h1 a {
  display: block;
  line-height: 1;
}

/*======================================
　nav（TOP用）
======================================*/
.header .gnav {
  margin-block: auto;
  padding-bottom: 10rem;
}

.header ul.gnav-menu {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: clamp(2rem, 2.4305555556vw, 3.5rem);
}

.header ul.gnav-menu > li {
  white-space: nowrap;
  position: relative;
}

.header ul.gnav-menu > li:not(:last-child) {
  margin-bottom: clamp(1rem, 2.4305555556vw, 3.5rem);
}

.header ul.gnav-menu > li > a {
  display: block;
  position: relative;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 900;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 1.3888888889;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  text-align: center;
}

.header ul.gnav-menu > li > a:hover {
  opacity: 1;
}

.header ul.gnav-menu > li > a span {
  display: block;
  line-height: 1;
}

.header ul.gnav-menu > li > a .en {
  font-size: 1rem;
  margin-top: 1rem;
}

.header .gnav .iconBox {
  width: 3rem;
  margin: 4rem auto 0;
}

.header .pageSub .gnav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*======================================
　ヘッダー（下層用）
======================================*/
.pageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-left: clamp(2rem, 2.7777777778vw, 4rem);
  padding-right: clamp(2rem, 2.7777777778vw, 4rem);
  height: 10rem;
  width: 100%;
  background: url(../img/back-footer.jpg) no-repeat center top/cover;
}

.pageHeader h1 {
  width: clamp(12rem, calc(12rem + (15rem - 12rem) * ((100vw - 767px) / 363px)), 15rem);
}

.pageHeader .gnav {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 3.125vw, 4.5rem);
}

.pageHeader .gnav .iconBox {
  width: 2.5rem;
}

/*======================================
　nav（下層用）
======================================*/
.pageHeader ul.gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(1.5rem, 2vw, 4rem);
}

.pageHeader ul.gnav-menu > li {
  white-space: nowrap;
  text-align: center;
}

.pageHeader ul.gnav-menu > li > a {
  display: block;
  position: relative;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.33em;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.pageHeader ul.gnav-menu > li > a span {
  display: block;
  text-align: center;
}

.pageHeader ul.gnav-menu > li > a .en {
  font-size: 1rem;
  margin-top: 1rem;
}

/*======================================
　hamburger
======================================*/
#navArea .logo {
  width: clamp(10rem, 20vw, 12rem);
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 10;
  background-image: url(../img/back-header.jpg);
}

.gnav-sp {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background: #dc0000;
}

.gnav-sp .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.gnav-sp-menu {
  margin-bottom: 3rem;
}

.gnav-sp-menu li {
  font-size: 1.6rem;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.5rem 0;
  white-space: nowrap;
  color: #fff;
}

.gnav-sp-menu li a span {
  display: block;
}

.gnav-sp-menu li a span.ja {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.gnav-sp-menu li a span.en {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.4);
}

.gnav-sp .iconBox {
  width: 3.2rem;
  margin: 0 auto;
}

/* toggle */
.toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100000;
  background: #dc0000;
}

.toggle-btn span {
  display: block;
  position: absolute;
  left: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */
.open .gnav-sp {
  top: 0;
  opacity: 1;
  z-index: 99999;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
  transform: translateY(-0.8rem) rotate(45deg);
}

/*======================================
　KV : 下層ページタイトル
======================================*/
.pageMv_inner {
  width: 100%;
  height: clamp(25rem, 27.7777777778vw, 40rem);
  background-image: url(../img/page_mv@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pageMv_inner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pageMv h1 {
  font-size: clamp(3rem, 3.6603221083vw, 5rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.parallax {
  height: clamp(25rem, 27.7777777778vw, 40rem);
  overflow: hidden;
}

.parallax::before {
  content: "";
  background-image: url(../img/parallax_photo@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

/*============================
	kv
============================*/
.top-kv-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  z-index: 2;
}

.top-kv-wrapper .header {
  width: clamp(25rem, 20.1388888889vw, 29rem);
}

.top-kv {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main {
  position: relative;
  width: 100%;
  height: 100%;
}

/*======================================
　こだわりページ
======================================*/
.pageSub .about_inner {
  padding-top: clamp(8rem, 10.1694915254vw, 12rem);
  padding-bottom: clamp(8rem, 10.1694915254vw, 12rem);
}

.pageSub .about_item:not(:last-child) {
  margin-bottom: 10rem;
}

.pageSub .about h2 {
  font-size: clamp(2.5rem, 2.6315789474vw, 3rem);
  font-weight: 900;
  color: #000;
  padding-bottom: 2rem;
  margin-bottom: clamp(3rem, 4.3859649123vw, 5rem);
  position: relative;
  line-height: 1.3;
}

.pageSub .about h2::before {
  content: "";
  width: clamp(10rem, 26.3157894737vw, 30rem);
  height: 0.3rem;
  background-color: #dc0000;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  z-index: 2;
}

.pageSub .about h2::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.pageSub .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 4.3859649123vw, 5rem);
}

.pageSub .about_content .photo {
  width: clamp(30rem, 35.0877192982vw, 40rem);
}

.pageSub .about_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pageSub .about_content .read {
  color: #000;
  line-height: 2;
}

.pageSub .about_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
}

.pageSub .about_content dl:not(:last-child) {
  border-bottom: dashed 0.1rem rgba(0, 0, 0, 0.5);
}

.pageSub .about_content dl:first-child {
  padding-top: 0;
}

.pageSub .about_content dt, .pageSub .about_content dd, .pageSub .about_content a {
  font-size: clamp(1.4rem, 1.4035087719vw, 1.6rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.pageSub .about_content dt {
  width: 10rem;
  font-weight: 500;
}

.pageSub .about_content dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}

.pageSub .about_content dd small {
  font-size: 1.4rem;
}

.pageSub .pageInsta {
  background-image: url(../img/insta_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}

.pageSub .pageInsta_inner {
  padding-top: clamp(8rem, 8.7719298246vw, 10rem);
  padding-bottom: clamp(8rem, 14.0350877193vw, 16rem);
  margin: 0 auto;
}

.pageSub .pageInsta .CMS-INSTAGRAM-LIST {
  max-width: 87rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(1rem, 1.3157894737vw, 1.5rem);
}

.pageSub .pageInsta .CMS-INSTAGRAM-LIST > a {
  display: block;
  width: calc((100% - clamp(1rem, 1.3157894737vw, 1.5rem) * 2) / 3);
}

.pageSub .pageInsta .CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/*======================================
店舗情報
======================================*/
.pageSub .information_inner {
  padding-top: clamp(5rem, 10.1694915254vw, 12rem);
  padding-bottom: clamp(5rem, 10.1694915254vw, 12rem);
}

.pageSub .information_table {
  margin-bottom: 5rem;
}

.pageSub .information_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem;
}

.pageSub .information_table dl:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.pageSub .information_table dt, .pageSub .information_table dd, .pageSub .information_table a {
  line-height: 1.5;
  color: #000;
}

.pageSub .information_table dt {
  width: 30%;
  font-weight: bold;
}

.pageSub .information_table dd {
  width: 70%;
  font-weight: 400;
}

.pageSub .information_map {
  height: 50rem;
}

.pageSub .information_map iframe {
  width: 100%;
  height: 100%;
}

/*======================================
ギャラリー
======================================*/
.pageSub .galleryBox_inner {
  padding-top: clamp(8rem, 10.5263157895vw, 12rem);
  padding-bottom: clamp(8rem, 10.5263157895vw, 12rem);
}

.pageSub .galleryBox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(1rem, 1.3888888889vw, 2rem);
}

.pageSub .galleryBox_item {
  list-style-type: none;
}

.pageSub .galleryBox_item img {
  width: clamp(8rem, 12.1527777778vw, 17.5rem);
  height: clamp(8rem, 12.1527777778vw, 17.5rem);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*======================================
商品一覧
======================================*/
.pageSub .menu_inner {
  padding-top: clamp(8rem, 10.1694915254vw, 12rem);
  padding-bottom: clamp(8rem, 10.1694915254vw, 12rem);
}

.pageSub .menu_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(1rem, 1.7543859649vw, 2rem);
  margin-bottom: clamp(5rem, 8.7719298246vw, 10rem);
}

.pageSub .menu_category li {
  width: calc((100% - clamp(1rem, 1.7543859649vw, 2rem) * 3) / 3);
  list-style-type: none;
}

.pageSub .menu_category a {
  display: block;
  width: 100%;
  padding: clamp(2rem, 2.6315789474vw, 3rem);
  font-size: clamp(1.6rem, 1.7543859649vw, 2rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  color: #3d1c04;
  text-align: center;
  background-color: #fff;
}

.pageSub .menu_category a.active {
  background-color: #dc0000;
  color: #fff;
}

.pageSub .menu .content__title {
  font-size: clamp(2.5rem, 2.6315789474vw, 3rem);
  margin-bottom: 3rem;
  color: #000;
}

.pageSub .menu_attention {
  margin-top: clamp(5rem, 8.7719298246vw, 10rem);
  font-weight: bold;
}

.pageSub .menu .rstdtl-menu-lst__heading {
  font-size: clamp(2.5rem, 2.6315789474vw, 3rem);
  margin-top: 10rem;
  margin-bottom: 1rem;
  color: #dc0000;
  border-left: solid 0.8rem #dc0000;
  padding-left: 2rem;
  color: #000;
}

.pageSub .menu .rstdtl-menu-lst__heading .c-heading3 {
  margin-bottom: 2rem;
}

.pageSub .menu .rstdtl-menu-lst__title {
  color: #000;
}

.pageSub .menu .rstdtl-menu-lst__desc {
  font-size: 2rem;
  font-weight: bold;
}

.pageSub .menu .rstdtl-menu-lst__contents {
  padding: 2rem 0;
  border-bottom: dotted 0.1rem rgba(0, 0, 0, 0.5);
}

.pageSub .menu .rstdtl-menu-lst__contents:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.pageSub .menu .rstdtl-menu-lst__contents:has(img) .rstdtl-menu-lst__info-inner {
  padding: 0;
  margin-bottom: 1rem;
}

.pageSub .menu .rstdtl-menu-lst__contents:has(.rstdtl-menu-lst__option) .rstdtl-menu-lst__info-inner {
  padding: 0;
  margin-bottom: 1rem;
}

.pageSub .menu .rstdtl-menu-lst__option {
  display: inline-block;
  background-color: #dc0000;
  font-weight: bold;
  padding: 0.6rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.pageSub .menu .rstdtl-menu-lst__target {
  display: block;
  width: clamp(10rem, 17.5438596491vw, 20rem);
}

.pageSub .menu .rstdtl-menu-lst__menu-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

.pageSub .menu .rstdtl-menu-lst__ex {
  line-height: 1.5;
}

.pageSub .menu .rstdtl-menu-lst__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.pageSub .menu .rstdtl-course-list {
  padding-bottom: 5rem;
  border-bottom: dotted 0.1rem #000;
}

.pageSub .menu .rstdtl-course-list:not(:last-child) {
  margin-bottom: 5rem;
}

.pageSub .menu .rstdtl-course-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.pageSub .menu .rstdtl-course-list__img {
  width: 30%;
}

.pageSub .menu .rstdtl-course-list__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pageSub .menu .rstdtl-course-list__course-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.pageSub .menu .rstdtl-course-list__target {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: underline;
  font-size: 2rem;
}

.pageSub .menu .rstdtl-course-list__course-title-text {
  display: block;
  line-height: 1.5;
}

.pageSub .menu .rstdtl-course-list__desc {
  margin-bottom: 4rem;
}

.pageSub .menu .rstdtl-course-list__subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.pageSub .menu .rstdtl-course-list__price-num em {
  font-size: 1.6em;
}

.pageSub .menu .rstdtl-course-list__feature-label--recommend {
  display: inline-block;
  background-color: #dc0000;
  color: #3d1c04;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-weight: bold;
}

.pageSub .menu .rstdtl-course-list__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.pageSub .menu .rstdtl-course-list__option .c-label {
  display: inline-block;
  border: solid 1px #000;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.pageSub .menu .rstdtl-course-list__course-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.pageSub .menu .photo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 10rem;
}

.pageSub .menu .photo-menu > li {
  width: calc((100% - 4rem) / 3);
  list-style-type: none;
}

.pageSub .menu .photo-menu__title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
  margin: 1rem 0;
}

.pageSub .menu .photo-menu__price {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 3rem;
  color: #000;
}

.pageSub .menu .photo-menu__description {
  line-height: 1.7;
  font-size: clamp(1.4rem, 1.3157894737vw, 1.5rem);
  text-align: justify;
  color: #000;
}

.pageSub .menu .menu-price-list__row {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.pageSub .menu .menu-price-list__row:not(:last-child) {
  border-bottom: dotted 0.1rem #000;
}

.pageSub .menu .menu-price-list__name, .pageSub .menu .menu-price-list__price {
  font-size: clamp(1.6rem, 1.5789473684vw, 1.8rem);
  color: #000;
  line-height: 1.5;
}

.pageSub .menu .menu-price-list__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}

.pageSub .menu .menu-price-list__price {
  width: auto;
}

.pageSub .menu .preparation {
  text-align: center;
  font-size: clamp(2.5rem, 5.2631578947vw, 6rem);
  font-weight: 900;
}

.pageSub .menu .CMS-COURSE-MENU .content:not(:last-child) {
  margin-bottom: 8rem;
}

.pageSub .menu .course-list-heading__title {
  font-size: clamp(2.5rem, 2.7272727273vw, 3rem);
  margin-bottom: 3rem;
  color: #000;
}

.pageSub .menu .course-list__item {
  list-style-type: none;
}

.pageSub .menu .course-list__item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.2);
}

.pageSub .menu .course-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  color: #000;
}

.pageSub .menu .course-list-item__thumbnail {
  width: 20rem;
}

.pageSub .menu .course-list-item__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pageSub .menu .course-list-item__label-list {
  list-style-type: none;
}

.pageSub .menu .course-list-item__label {
  display: inline-block;
  list-style-type: none;
  font-size: 1.4rem;
  color: #fff;
  background-color: #9e1c22;
  text-align: center;
  padding: 0.5rem 1rem;
}

.pageSub .menu .course-list-item__title {
  font-size: 1.8rem;
}

.pageSub .menu .course-list-item__actions-list {
  list-style-type: none;
}

.pageSub .menu .course-list-item__action a {
  width: 12rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
  padding: 1rem;
}

.pageSub .menu .course-list-item__price {
  font-size: 2.5rem;
  font-weight: bold;
}

.pageSub .menu .restaurant-coupon-heading {
  color: #000;
  margin-bottom: 3rem;
}

.pageSub .menu .restaurant-coupon-heading__title {
  font-size: clamp(2.5rem, 2.7272727273vw, 3rem);
  margin-bottom: 1rem;
}

.pageSub .menu .restaurant-coupon-list {
  color: #000;
  list-style-type: none;
}

.pageSub .tblg-coupon-btn-wrap {
  display: none;
}

.pageSub .tblg-coupon-wrap {
  display: none;
}

.pageSub .tblg-coupon {
  padding: 1rem;
  border: solid 1px #ddd;
  margin-top: 2rem;
}

.pageSub .course-dtl {
  max-width: 80rem;
  margin: 0 auto;
}

.pageSub .cms_menu___modal--close {
  right: initial !important;
  left: 10px;
  background-color: #dc0000 !important;
  color: #fff !important;
}

.pageSub .cms_menu__modal--content {
  color: #000;
  height: 100vh;
}

.pageSub .course-dtl__course-title {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}

.pageSub .course-dtl__img {
  width: 50% !important;
  margin: 0 auto 5rem;
}

.pageSub .course-dtl__desc {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.pageSub .course-dtl__data-table,
.pageSub .course-dtl__data-table tbody {
  width: 100%;
}

.pageSub .course-dtl__data-table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

.pageSub .course-dtl__data-table tr:not(:last-child) {
  border-bottom: solid 1px #ddd;
}

.pageSub .course-dtl__data-table tr th {
  width: 15rem;
}

.pageSub .course-dtl__data-table tr td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.75;
}

.pageSub .course-dtl__feature-label {
  display: inline-block;
  background-color: #dc0000;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-weight: bold;
}

.pageSub .course-dtl__coupon button {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px #000 inset, 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px #000 inset, 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  font-size: 1rem;
}

.pageSub .tblg-coupon__btn button {
  background-color: #fa0;
  border: 1px solid #f3980a;
  color: #000;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 1rem;
}

/*======================================
旅行会社の皆様へ
======================================*/
.pageSub .messageAbout_inner {
  padding-top: clamp(8rem, 10.1694915254vw, 12rem);
}

.pageSub .messageAbout_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 4.3859649123vw, 5rem);
}

.pageSub .messageAbout_content .photo {
  width: clamp(30rem, 35.0877192982vw, 40rem);
  z-index: 2;
}

.pageSub .messageAbout_content .photo .subPhotoBox {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  margin-top: 1rem;
}

.pageSub .messageAbout_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pageSub .messageAbout_content h2 {
  font-size: clamp(2.5rem, 2.6315789474vw, 3rem);
  font-weight: 900;
  color: #000;
  padding-bottom: 2rem;
  margin-bottom: clamp(3rem, 4.3859649123vw, 5rem);
  position: relative;
  line-height: 1.3;
}

.pageSub .messageAbout_content h2::before {
  content: "";
  width: clamp(10rem, 26.3157894737vw, 30rem);
  height: 0.3rem;
  background-color: #000;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  z-index: 2;
}

.pageSub .messageAbout_content h2::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.pageSub .messageAbout_content h3 {
  font-size: clamp(1.8rem, 2.1052631579vw, 2.4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.pageSub .messageAbout_content .descBox {
  background-color: rgba(255, 211, 0, 0.5);
  padding: 5rem 3rem 5rem 0;
  position: relative;
  z-index: 1;
}

.pageSub .messageAbout_content .descBox::before {
  content: "";
  background-color: rgba(255, 211, 0, 0.5);
  width: 10rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10rem;
}

.pageSub .messageAbout_content .read {
  color: #000;
  line-height: 2;
}

.pageSub .messageContent_inner {
  padding-top: clamp(12rem, 12.7118644068vw, 15rem);
  padding-bottom: clamp(8rem, 10.1694915254vw, 12rem);
}

.pageSub .messageContent h2 {
  font-size: clamp(2.5rem, 2.6315789474vw, 3rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
}

.pageSub .messageContent h2::after {
  content: "";
  display: block;
  background-color: #000;
  width: 10rem;
  height: 0.3rem;
  margin: 2rem auto 0;
}

.pageSub .messageContent_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  list-style-type: none;
}

.pageSub .messageContent_list h3 {
  font-size: clamp(1.8rem, 2.1052631579vw, 2.4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.pageSub .messageContent_list .read {
  color: #000;
  line-height: 2;
}

/*======================================
お知らせ
======================================*/
.pageSub .articleBox_inner {
  padding-top: clamp(8rem, 10.5263157895vw, 12rem);
  padding-bottom: 20rem;
}

.pageSub .articleBox .detail {
  margin-bottom: clamp(5rem, 8.3333333333vw, 9.5rem);
}

.pageSub .articleBox .CMS-NEWS-INDEX {
  max-width: 100%;
  gap: 2.5rem;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pageSub .articleBox .CMS-NEWS-ITEM {
  width: calc((100% - 5rem) / 3);
  margin: 0;
}

.pageSub .articleBox .CMS-NEWS-THUMBNAIL {
  height: clamp(15rem, calc(15rem + (22rem - 15rem) * ((100vw - 767px) / 363px)), 22rem);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 3rem;
  overflow: hidden;
}

.pageSub .articleBox .CMS-NEWS-ITEM a {
  padding: 0;
}

.pageSub .articleBox .CMS-NEWS-TIME {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  border-bottom: solid 0.05rem #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.pageSub .articleBox .CMS-NEWS-LINK {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
}

.pageSub .articleBox .CMS-NEWS-MORE-READ {
  display: block;
  bottom: -10rem;
  background-color: #dc0000;
  color: #fff;
  font-weight: bold;
}

/*======================================
お知らせ詳細
======================================*/
.pageSub .newsDetail_inner {
  padding-top: clamp(5rem, 10.1694915254vw, 12rem);
  padding-bottom: clamp(5rem, 10.1694915254vw, 12rem);
}

.pageSub .newsDetail .CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  color: #dc0000;
}

.pageSub .newsDetail .CMS-NEWS-TITLE:after {
  border-bottom: solid 3px #dc0000;
}

.pageSub .newsDetail .CMS-NEWS-CONTENT {
  line-height: 2;
  color: #000;
}

/*======================================
TOPページ
======================================*/
.pageTop .topNews {
  background: url(../img/back-news.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 2;
  --ribbon-h: clamp(16px, 3vw, 35px);
  margin-top: var(--ribbon-h);
  margin-bottom: var(--ribbon-h);
}

@media screen and (max-width: 767px) {
  .pageTop .topNews {
    padding: 4rem 0 7rem;
  }
}
.pageTop .topNews::before {
  content: "";
  background: url(../img/deco-news.png) no-repeat center bottom/cover;
  width: 100%;
  height: var(--ribbon-h);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: calc(-1 * var(--ribbon-h));
  left: 0;
}

.pageTop .topNews::after {
  content: "";
  background: url(../img/deco-news.png) no-repeat center top/cover;
  width: 100%;
  height: var(--ribbon-h);
  /* aspect-ratio: 293/95; */
  position: absolute;
  bottom: calc(-1 * var(--ribbon-h));
  left: 0;
}

.pageTop .topNews_inner {
  padding-top: clamp(15rem, 16.6666666667vw, 19rem);
  padding-bottom: clamp(8rem, 8.7719298246vw, 10rem);
  padding: clamp(8rem, calc(8rem + (10.3rem - 8rem) * ((100vw - 767px) / 363px)), 10.3rem) 0 clamp(8rem, calc(8rem + (10.5rem - 8rem) * ((100vw - 767px) / 363px)), 10.5rem);
}

@media screen and (max-width: 767px) {
  .pageTop .topNews_inner {
    padding: 0 2.5rem;
  }
}
.pageTop .topNews .CMS-NEWS-INDEX {
  max-width: 105rem;
  gap: 2.5rem;
  padding: 0 2.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 7rem;
}

.pageTop .topNews .CMS-NEWS-ITEM {
  width: calc((100% - 5rem) / 3);
  margin: 0;
}

.pageTop .topNews .CMS-NEWS-THUMBNAIL {
  height: clamp(15rem, calc(15rem + (20rem - 15rem) * ((100vw - 767px) / 363px)), 20rem);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 3rem;
  overflow: hidden;
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  .pageTop .topNews .CMS-NEWS-THUMBNAIL {
    height: 29rem;
  }
}
.pageTop .topNews .CMS-NEWS-ITEM a {
  padding: 0;
}

.pageTop .topNews .CMS-NEWS-TIME {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
  border-bottom: solid 0.05rem #000;
}

.pageTop .topNews .CMS-NEWS-LINK {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #000;
}

.pageTop .topNews .CMS-NEWS-MORE-READ {
  display: none;
}

.pageTop .topNews .c-btn {
  margin: 0 auto;
}

.pageTop .topPolicy {
  background: url(../img/back-policy.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 2;
  padding-block: clamp(7rem, calc(7rem + (9rem - 7rem) * ((100vw - 767px) / 363px)), 9rem) clamp(11rem, calc(11rem + (14rem - 11rem) * ((100vw - 767px) / 363px)), 14rem);
}

.pageTop .topPolicy > div:before {
  content: "";
  background: url(../img/deco-policy2.png) no-repeat center bottom/contain;
  width: clamp(40rem, calc(40rem + (57.3rem - 40rem) * ((100vw - 767px) / 363px)), 57.3rem);
  height: clamp(32rem, calc(32rem + (38.2rem - 32rem) * ((100vw - 767px) / 363px)), 38.2rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  bottom: 0;
  right: -1rem;
}

.pageTop .topPolicy::before {
  content: "";
  background: url(../img/deco-policy.png) no-repeat center top/contain;
  width: clamp(20rem, calc(20rem + (40rem - 20rem) * ((100vw - 767px) / 363px)), 40rem);
  height: clamp(20rem, calc(20rem + (40rem - 20rem) * ((100vw - 767px) / 363px)), 40rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: 0;
  left: 0;
}

.pageTop .topPolicy::after {
  content: "";
  background: url(../img/deco-policy.png) no-repeat center top/contain;
  width: clamp(20rem, calc(20rem + (40rem - 20rem) * ((100vw - 767px) / 363px)), 40rem);
  height: clamp(20rem, calc(20rem + (40rem - 20rem) * ((100vw - 767px) / 363px)), 40rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

.pageTop .topPolicy_inner {
  padding-top: 7rem;
  padding-bottom: clamp(2rem, calc(2rem + (3rem - 2rem) * ((100vw - 767px) / 363px)), 3rem);
}

.pageTop .topPolicy_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(2rem, 4.0540540541vw, 6rem);
  position: relative;
  z-index: 1;
}

.pageTop .topPolicy_content .detailBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  padding-top: clamp(0rem, 8.3333333333vw, 12rem);
}

.pageTop .topPolicy .innerBox {
  width: clamp(45rem, calc(45rem + (55rem - 45rem) * ((100vw - 767px) / 363px)), 55rem);
}

.pageTop .topPolicy .topPolicy__title {
  color: #fff;
  text-align: left;
  font-size: clamp(2rem, calc(2rem + (2.4rem - 2rem) * ((100vw - 767px) / 363px)), 2.4rem);
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}

.pageTop .topPolicy_content .detailBox .read {
  color: #fff;
  margin-bottom: 10rem;
  font-size: clamp(1.2rem, calc(1.2rem + (1.6rem - 1.2rem) * ((100vw - 767px) / 363px)), 1.6rem);
  width: clamp(35rem, calc(35rem + (46rem - 35rem) * ((100vw - 767px) / 363px)), 46rem);
}

.pageTop .topPolicy_content .photoBox {
  position: absolute;
  width: clamp(45rem, calc(45rem + (69.6rem - 45rem) * ((100vw - 767px) / 363px)), 69.6rem);
  z-index: 1;
  right: -5rem;
  bottom: clamp(-8rem, calc(-8rem + (-8rem - -8rem) * ((100vw - 767px) / 363px)), -8rem);
}

@media screen and (max-width: 950px) {
  .pageTop .topPolicy_content .photoBox {
    bottom: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .topPolicy {
    background: url(../img/back-policy.jpg) no-repeat center top/cover;
    position: relative;
    z-index: 2;
    padding-block: 3rem 38rem;
  }
  .pageTop .topPolicy > div:before {
    width: 20rem;
    height: 20rem;
    right: -1rem;
  }
  .pageTop .topPolicy::before {
    width: 12rem;
    height: 12rem;
  }
  .pageTop .topPolicy::after {
    width: 12rem;
    height: 12rem;
  }
  .pageTop .topPolicy_inner {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .pageTop .topPolicy_content {
    gap: clamp(2rem, 4.0540540541vw, 6rem);
    position: inherit;
  }
  .pageTop .topPolicy_content .detailBox {
    padding-top: clamp(0rem, 8.3333333333vw, 12rem);
  }
  .pageTop .topPolicy .innerBox {
    width: 100%;
  }
  .pageTop .topPolicy .topPolicy__title {
    color: #fff;
    text-align: left;
    font-size: clamp(2rem, calc(2rem + (2.4rem - 2rem) * ((100vw - 767px) / 363px)), 2.4rem);
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.3em;
    margin-bottom: 2rem;
  }
  .pageTop .topPolicy_content .detailBox .read {
    color: #fff;
    margin-bottom: 4rem;
    font-size: clamp(1.2rem, calc(1.2rem + (1.6rem - 1.2rem) * ((100vw - 767px) / 363px)), 1.6rem);
    width: inherit;
  }
  .pageTop .topPolicy_content .photoBox {
    position: absolute;
    width: 30rem;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5rem;
  }
}
.pageTop .topMenu {
  background: url(../img/back-menu.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 2;
}

.pageTop .topMenu::before {
  content: "";
  background: url(../img/deco-menu1.png) no-repeat center top/contain;
  width: clamp(40rem, calc(40rem + (65.2rem - 40rem) * ((100vw - 767px) / 363px)), 65.2rem);
  height: clamp(30rem, calc(30rem + (42rem - 30rem) * ((100vw - 767px) / 363px)), 42rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: clamp(-15rem, calc(-15rem + (-23rem - -15rem) * ((100vw - 767px) / 363px)), -23rem);
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1350px) {
  .pageTop .topMenu::before {
    content: "";
    background: url(../img/deco-menu1.png) no-repeat center top/contain;
    width: clamp(40rem, calc(40rem + (50rem - 40rem) * ((100vw - 767px) / 363px)), 50rem);
    height: clamp(30rem, calc(30rem + (30rem - 30rem) * ((100vw - 767px) / 363px)), 30rem);
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: clamp(-10rem, calc(-10rem + (-15rem - -10rem) * ((100vw - 767px) / 363px)), -15rem);
    left: 0;
    z-index: 2;
  }
}
.pageTop .topMenu_inner {
  padding-top: clamp(11rem, calc(11rem + (13.4rem - 11rem) * ((100vw - 767px) / 363px)), 13.4rem);
  padding-bottom: clamp(11rem, calc(11rem + (13.9rem - 11rem) * ((100vw - 767px) / 363px)), 13.9rem);
  position: relative;
  z-index: 1;
}

.pageTop .topMenu_list {
  margin-top: clamp(8rem, calc(8rem + (10.8rem - 8rem) * ((100vw - 767px) / 363px)), 10.8rem);
  margin-bottom: clamp(5rem, 8.7719298246vw, 10rem);
  position: relative;
  z-index: 1;
}

.pageTop .topMenu_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 3.4722222222vw, 5rem);
  position: relative;
  z-index: 1;
}

.pageTop .topMenu_listItem:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pageTop .topMenu_listItem:not(:last-child) {
  margin-bottom: clamp(8rem, 8.7719298246vw, 10rem);
}

.pageTop .topMenu_listItem .detailBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  position: relative;
}

.pageTop .topMenu_listItem .detailBox::before {
  content: "";
  background: url(../img/deco-menu4.png) no-repeat center top/contain;
  width: clamp(30rem, calc(30rem + (42.3rem - 30rem) * ((100vw - 767px) / 363px)), 42.3rem);
  height: clamp(30rem, calc(30rem + (42.3rem - 30rem) * ((100vw - 767px) / 363px)), 42.3rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: clamp(-2rem, calc(-2rem + (-10rem - -2rem) * ((100vw - 767px) / 363px)), -10rem);
  left: 0;
  z-index: -1;
}

.pageTop .topMenu_listItem .titleBox {
  margin-bottom: clamp(1.8rem, calc(1.8rem + (2.5rem - 1.8rem) * ((100vw - 767px) / 363px)), 2.5rem);
}

.pageTop .topMenu_listItem h3 {
  width: 100%;
  margin: 0 auto 3rem;
}

.pageTop .topMenu_listItem h4 {
  font-size: clamp(1.8rem, 2.1052631579vw, 2.4rem);
  font-weight: 900;
  line-height: 1.5416666667;
  letter-spacing: 0.14em;
}

.pageTop .topMenu_listItem .descBox .read {
  letter-spacing: 0.19em;
}

.pageTop .topMenu_listItem .photoBox {
  width: clamp(30rem, 50.8771929825vw, 58rem);
  position: relative;
}

.pageTop .topMenu_listItem .photoBox::before {
  content: "";
  width: clamp(12rem, calc(12rem + (16.2rem - 12rem) * ((100vw - 767px) / 363px)), 16.2rem);
  height: clamp(12rem, calc(12rem + (16.2rem - 12rem) * ((100vw - 767px) / 363px)), 16.2rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: clamp(-5rem, calc(-5rem + (-8rem - -5rem) * ((100vw - 767px) / 363px)), -8rem);
  right: clamp(-5rem, calc(-5rem + (-8rem - -5rem) * ((100vw - 767px) / 363px)), -8rem);
  z-index: 1;
}

.pageTop .topMenu_listItem:nth-of-type(1) .photoBox::before {
  background: url(../img/title-menu1.png) no-repeat center top/contain;
}

.pageTop .topMenu_listItem:nth-of-type(2) .photoBox::before {
  background: url(../img/title-menu2.png) no-repeat center top/contain;
}

.pageTop .topMenu_listItem:nth-of-type(3) .photoBox::before {
  background: url(../img/title-menu3.png) no-repeat center top/contain;
}

.pageTop .topMenu_listItem .photoBox::after {
  content: "";
  /* aspect-ratio: 293/95; */
  position: absolute;
  z-index: 1;
}

.pageTop .topMenu_listItem:nth-of-type(1) .photoBox::after {
  background: url(../img/deco-menu2.png) no-repeat center top/contain;
  width: clamp(20rem, calc(20rem + (32.7rem - 20rem) * ((100vw - 767px) / 363px)), 32.7rem);
  height: clamp(16rem, calc(16rem + (23.5rem - 16rem) * ((100vw - 767px) / 363px)), 23.5rem);
  bottom: clamp(-9rem, calc(-9rem + (-14rem - -9rem) * ((100vw - 767px) / 363px)), -14rem);
  left: clamp(-15rem, calc(-15rem + (-25rem - -15rem) * ((100vw - 767px) / 363px)), -25rem);
}

.pageTop .topMenu_listItem:nth-of-type(3) .photoBox::after {
  background: url(../img/deco-menu3.png) no-repeat center top/contain;
  width: clamp(18rem, calc(18rem + (28.7rem - 18rem) * ((100vw - 767px) / 363px)), 28.7rem);
  height: clamp(22rem, calc(22rem + (30.6rem - 22rem) * ((100vw - 767px) / 363px)), 30.6rem);
  bottom: clamp(-14rem, calc(-14rem + (-20rem - -14rem) * ((100vw - 767px) / 363px)), -20rem);
  left: clamp(-7rem, calc(-7rem + (-13rem - -7rem) * ((100vw - 767px) / 363px)), -13rem);
}

@media screen and (max-width: 1330px) {
  .pageTop .topMenu_listItem .photoBox::before {
    top: clamp(-5rem, calc(-5rem + (-8rem - -5rem) * ((100vw - 767px) / 363px)), -8rem);
    right: clamp(-3rem, calc(-3rem + (-5rem - -3rem) * ((100vw - 767px) / 363px)), -5rem);
  }
  .pageTop .topMenu_listItem:nth-of-type(1) .photoBox::after {
    width: clamp(20rem, calc(20rem + (32.7rem - 20rem) * ((100vw - 767px) / 363px)), 32.7rem);
    height: clamp(16rem, calc(16rem + (23.5rem - 16rem) * ((100vw - 767px) / 363px)), 23.5rem);
    bottom: clamp(-9rem, calc(-9rem + (-14rem - -9rem) * ((100vw - 767px) / 363px)), -14rem);
    left: clamp(-2rem, calc(-2rem + (-5rem - -2rem) * ((100vw - 767px) / 363px)), -5rem);
  }
  .pageTop .topMenu_listItem:nth-of-type(3) .photoBox::after {
    width: clamp(18rem, calc(18rem + (28.7rem - 18rem) * ((100vw - 767px) / 363px)), 28.7rem);
    height: clamp(22rem, calc(22rem + (30.6rem - 22rem) * ((100vw - 767px) / 363px)), 30.6rem);
    bottom: clamp(-14rem, calc(-14rem + (-20rem - -14rem) * ((100vw - 767px) / 363px)), -20rem);
    left: clamp(-2rem, calc(-2rem + (-5rem - -2rem) * ((100vw - 767px) / 363px)), -5rem);
  }
}
.pageTop .topMenu .c-btn {
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pageTop .topMenu::before {
    width: 20rem;
    height: 20rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -4rem;
    left: 0;
    z-index: 2;
  }
  .pageTop .topMenu::before {
    right: -2rem;
  }
  .pageTop .topMenu::after {
    right: -2rem;
  }
  .pageTop .topMenu_inner {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
  .pageTop .topMenu_list {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
  .pageTop .topMenu_list::after {
    bottom: -7rem;
  }
  .pageTop .topMenu_listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .pageTop .topMenu_listItem:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .pageTop .topMenu_listItem:not(:last-child) {
    margin-bottom: 4rem;
  }
  .pageTop .topMenu_listItem:nth-child(2)::after {
    right: -10rem;
    bottom: -5rem;
  }
  .pageTop .topMenu_listItem:nth-child(3)::after {
    top: -6rem;
    left: -12rem;
  }
  .pageTop .topMenu_listItem .detailBox {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .pageTop .topMenu_listItem .titleBox {
    padding-bottom: 0;
  }
  .pageTop .topMenu_listItem h4 {
    text-align: center;
  }
  .pageTop .topMenu_listItem .photoBox {
    width: 100%;
    margin-bottom: 3rem;
  }
  .pageTop .topMenu_listItem:nth-of-type(1) .photoBox::after {
    width: 13rem;
    height: 10rem;
    bottom: -3rem;
    left: -1rem;
  }
  .pageTop .topMenu_listItem:nth-of-type(3) .photoBox::after {
    width: 13rem;
    height: 10rem;
    bottom: -2rem;
    left: -3rem;
  }
}
.pageTop .topMessage {
  margin-top: -10.069vw;
  padding-top: 10.069vw;
  background-image: url(../img/message_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.pageTop .topMessage::before, .pageTop .topMessage::after {
  content: "";
  background-image: url(../img/message_decora03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(15rem, 25vw, 36rem);
  height: auto;
  aspect-ratio: 360/230;
  position: absolute;
  bottom: clamp(-3.5rem, -2.4305555556vw, -2rem);
  z-index: -1;
}

.pageTop .topMessage::before {
  left: clamp(-15rem, -10.4166666667vw, -10rem);
}

.pageTop .topMessage::after {
  right: clamp(-15rem, -10.4166666667vw, -10rem);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pageTop .topMessage_inner {
  height: 100%;
}

.pageTop .topMessage_content {
  max-width: 52rem;
  height: 100%;
  background-color: rgba(255, 122, 0, 0.9);
  padding-top: 7rem;
  padding-bottom: 5rem;
  padding-inline: clamp(2rem, 5.2631578947vw, 6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: initial;
}

.pageTop .topMessage_content::before, .pageTop .topMessage_content::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.pageTop .topMessage_content::before {
  background-image: url(../img/message_decora01@2x.png);
  width: clamp(15rem, 21.9298245614vw, 25rem);
  height: auto;
  aspect-ratio: 250/90;
  bottom: clamp(2rem, 4.3859649123vw, 5rem);
  left: clamp(-14rem, -12.2807017544vw, -5rem);
}

.pageTop .topMessage_content::after {
  background-image: url(../img/message_decora02@2x.png);
  width: clamp(12rem, 17.5438596491vw, 20rem);
  height: auto;
  aspect-ratio: 200/100;
  bottom: clamp(2rem, 3.5087719298vw, 4rem);
  right: clamp(-11rem, -9.649122807vw, -3rem);
}

.pageTop .topMessage_content h3 {
  font-size: clamp(1.8rem, 2.1052631579vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.5416666667;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

.pageTop .topMessage_content .read {
  line-height: 1.9375;
  letter-spacing: 0.19em;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}

.pageTop .topMessage_content .c-btn {
  margin: 0 auto;
}

.pageTop .topGallery {
  background-image: url(../img/back-gallery.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(4rem, calc(4rem + (6rem - 4rem) * ((100vw - 767px) / 363px)), 6rem);
}

.pageTop .topGallery::before, .pageTop .topGallery::after {
  content: "";
  background-image: url(../img/deco-news.png);
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: clamp(2rem, 3.0701754386vw, 3.5rem);
  position: absolute;
  left: 0;
  z-index: 1;
}

.pageTop .topGallery::before {
  top: 0;
}

.pageTop .topGallery::after {
  bottom: 0;
}

.pageTop .topGallery_inner {
  padding-top: clamp(8rem, 8.7719298246vw, 10rem);
  padding-bottom: 7rem;
}

.loopslider__top {
  padding: clamp(1rem, calc(1rem + (1.5rem - 1rem) * ((100vw - 767px) / 363px)), 1.5rem) 0;
  background: url(../img/back-gallery2.png) no-repeat center top/cover;
  background-color: #fff;
  margin-top: clamp(4rem, calc(4rem + (6rem - 4rem) * ((100vw - 767px) / 363px)), 6rem);
  margin-bottom: clamp(5rem, calc(5rem + (7.5rem - 5rem) * ((100vw - 767px) / 363px)), 7.5rem);
}

.pageTop .topGallery #loopslider {
  width: 100%;
  height: 23rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.pageTop .topGallery #loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.pageTop .topGallery #loopslider ul li {
  width: 32rem;
  float: left;
  display: inline;
  overflow: hidden;
}

.pageTop .topGallery #loopslider ul li img {
  padding: 0;
}

.pageTop .topGallery #loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.pageTop .topGallery #loopslider ul {
  display: inline-block;
  overflow: hidden;
}

.pageTop .topGallery .c-btn {
  margin: 0 auto;
}

.pageTop .topAccess {
  background: url(../img/back-access.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 2;
}

.pageTop .topAccess::before {
  content: "";
  background: url(../img/deco-access.png) no-repeat center top/contain;
  width: clamp(30rem, calc(30rem + (63.8rem - 30rem) * ((100vw - 767px) / 363px)), 63.8rem);
  height: clamp(20rem, calc(20rem + (38.8rem - 20rem) * ((100vw - 767px) / 363px)), 38.8rem);
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: clamp(-3rem, calc(-3rem + (-5.5rem - -3rem) * ((100vw - 767px) / 363px)), -5.5rem);
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .pageTop .topAccess::before {
    content: "";
    background: url(../img/deco-access.png) no-repeat left top/contain;
    width: clamp(32rem, calc(32rem + (55.8rem - 32rem) * ((100vw - 767px) / 363px)), 55.8rem);
    height: clamp(23rem, calc(23rem + (29.8rem - 23rem) * ((100vw - 767px) / 363px)), 29.8rem);
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: clamp(0rem, calc(0rem + (-2rem - 0rem) * ((100vw - 767px) / 363px)), -2rem);
    left: 0;
    z-index: 2;
  }
}
.pageTop .topAccess_inner {
  padding-top: clamp(8rem, 12.2807017544vw, 14rem);
  padding-bottom: clamp(8rem, 13.1578947368vw, 15rem);
  padding-top: clamp(7rem, calc(7rem + (11.8rem - 7rem) * ((100vw - 767px) / 363px)), 11.8rem);
  padding-bottom: clamp(8rem, calc(8rem + (13rem - 8rem) * ((100vw - 767px) / 363px)), 13rem);
  position: relative;
  z-index: 2;
}

.pageTop .topAccess_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(2rem, 5.2631578947vw, 6rem);
  margin-top: clamp(3rem, calc(3rem + (7rem - 3rem) * ((100vw - 767px) / 363px)), 7rem);
  margin-bottom: clamp(-2rem, calc(-2rem + (8rem - -2rem) * ((100vw - 767px) / 363px)), 8rem);
}

.pageTop .topAccess_content .photo {
  width: clamp(30rem, 54.3859649123vw, 62rem);
  margin-left: clamp(-17rem, -14.9122807018vw, 0rem);
}

.pageTop .topAccess_content .photo .snsBox {
  display: grid;
  grid-template-columns: clamp(3rem, 5.2631578947vw, 6rem) clamp(3rem, 5.2631578947vw, 6rem);
  gap: clamp(2rem, 3.5087719298vw, 4rem);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.pageTop .topAccess_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
}

.pageTop .topAccess_content .detail .inner {
  margin-bottom: 6rem;
}

.pageTop .topAccess_content .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
}

.pageTop .topAccess_content .detail dl:not(:last-child) {
  border-bottom: solid 0.1rem rgb(0, 0, 0);
}

.pageTop .topAccess_content .detail dl:first-child {
  padding-top: 0;
}

.pageTop .topAccess_content .detail dt, .pageTop .topAccess_content .detail dd, .pageTop .topAccess_content .detail a {
  font-size: clamp(1.4rem, 1.4035087719vw, 1.6rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.pageTop .topAccess_content .detail dt {
  width: clamp(10rem, 10.5263157895vw, 12rem);
  padding-left: 2rem;
}

.pageTop .topAccess_content .detail dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pageTop .topAccess_content .detail dd small {
  font-size: 1.4rem;
}

.pageTop .topAccess .c-btn {
  margin: 0 auto;
}

.pageTop .gmap iframe {
  width: 100%;
  height: clamp(25rem, 36.8421052632vw, 42rem);
}

.pageTop .snsInsta {
  background: url(../img/back-insta.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 1;
}

.pageTop .snsInsta .heading2 {
  height: clamp(9rem, calc(9rem + (12rem - 9rem) * ((100vw - 767px) / 363px)), 12rem);
  margin-bottom: clamp(4rem, calc(4rem + (6rem - 4rem) * ((100vw - 767px) / 363px)), 6rem);
}

.pageTop .snsInsta_inner {
  padding-top: clamp(8rem, 9.649122807vw, 11rem);
  padding-bottom: clamp(10rem, calc(10rem + (14rem - 10rem) * ((100vw - 767px) / 363px)), 14rem);
}

.pageTop .snsInsta .CMS-INSTAGRAM-LIST {
  max-width: 87rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(1rem, 1.3157894737vw, 1.5rem);
}

.pageTop .snsInsta .CMS-INSTAGRAM-LIST > a {
  display: block;
  width: calc((100% - clamp(1rem, 1.3157894737vw, 1.5rem) * 2) / 3);
}

.pageTop .snsInsta .CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (min-width: 415px) {
  .sp414 {
    display: none;
  }
}
@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tabOnly {
    display: block !important;
  }
}
@media screen and (max-width: 1440px) {
  .pageTop .topMessage {
    margin-top: -15.1rem;
    padding-top: 15.1rem;
    height: 65rem;
  }
}
@media screen and (max-width: 1200px) {
  .pageTop .topNews {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .pageSub .gnav .iconBox {
    display: none;
  }
  .header .pageSub ul.gnav-menu {
    width: auto;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .top-kv-wrapper .header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
  .floatingBtn_pc {
    display: none;
  }
  .floatingBtn_sp {
    width: 100%;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  footer .l-inner {
    padding-bottom: 10rem;
  }
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  footer .logo {
    padding-top: 0;
  }
  /* nav */
  footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  footer nav ul li {
    text-align: center;
  }
  footer nav ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  footer nav .icon {
    width: 2.5rem;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 6rem;
    padding: 0 8rem 0 0;
    background: initial;
    width: 100%;
    position: absolute;
  }
  .header h1 {
    margin: 0;
  }
  .pageHeader {
    height: 6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 8rem;
  }
  .top-kv-wrapper {
    padding-top: 0;
    height: 50vh;
  }
  .pageSub .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageSub .about_content .photo {
    width: 100%;
  }
  .pageSub .about_content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 0;
    gap: 1rem;
  }
  .pageSub .about_content dt {
    width: 100%;
  }
  .pageSub .about_content a {
    text-decoration: underline;
  }
  .pageSub .information_table dl {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .pageSub .information_table dt {
    width: 100%;
  }
  .pageSub .information_table dd {
    width: 100%;
  }
  .pageSub .information_table a {
    text-decoration: underline;
  }
  .pageSub .information_map {
    height: 25rem;
  }
  .pageSub .galleryBox_item img {
    width: clamp(10rem, 19.556714472vw, 15rem);
    height: clamp(10rem, 19.556714472vw, 15rem);
  }
  .pageSub .menu_category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageSub .menu_category a {
    padding: 1.5rem 1rem;
  }
  .pageSub .menu .rstdtl-menu-lst__heading .c-heading3 {
    margin-bottom: 1rem;
  }
  .pageSub .menu .rstdtl-menu-lst__title {
    font-size: 2.2rem;
  }
  .pageSub .menu .rstdtl-menu-lst__desc {
    font-size: 1.6rem;
  }
  .pageSub .menu .rstdtl-menu-lst__contents:has(img) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .pageSub .menu .rstdtl-menu-lst__target {
    width: 100%;
  }
  .pageSub .menu .rstdtl-menu-lst__menu-title {
    line-height: 1.5;
  }
  .pageSub .menu .rstdtl-course-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageSub .menu .rstdtl-course-list__img {
    width: 100%;
  }
  .pageSub .menu .rstdtl-course-list__target {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pageSub .menu .photo-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageSub .menu .photo-menu > li {
    width: 100%;
  }
  .pageSub .menu .photo-menu__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .pageSub .menu .photo-menu__image {
    width: 10rem;
  }
  .pageSub .menu .photo-menu__caption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pageSub .menu .course-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pageSub .menu .course-list-item__thumbnail {
    width: 100%;
  }
  .pageSub .course-dtl__course-title {
    font-size: 2rem;
  }
  .pageSub .course-dtl__data-table tr th {
    width: 12rem;
    text-align: left;
  }
  .pageSub .messageAbout_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
  .pageSub .messageAbout_content .photo {
    width: 100%;
  }
  .pageSub .messageAbout_content .descBox {
    padding: 3rem 2rem;
  }
  .pageSub .messageAbout_content .descBox::before {
    display: none;
  }
  .pageSub .messageContent h2 {
    margin-bottom: 3rem;
  }
  .pageSub .messageContent_list {
    grid-template-columns: auto;
  }
  .pageSub .articleBox_inner {
    padding-bottom: 20rem;
  }
  .pageSub .articleBox .CMS-NEWS-INDEX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .pageSub .articleBox .CMS-NEWS-ITEM {
    width: 100%;
  }
  .pageSub .articleBox .CMS-NEWS-THUMBNAIL {
    height: clamp(18rem, 45vw, 60rem);
    margin-bottom: 1rem;
  }
  .pageTop .topNews {
    margin-top: -7rem;
  }
  .pageTop .topNews .CMS-NEWS-INDEX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .pageTop .topNews .CMS-NEWS-ITEM {
    width: 100%;
  }
  .pageTop .topMessage {
    height: auto;
    padding-top: 14.5rem;
  }
  .pageTop .topGallery #loopslider {
    height: 14rem;
  }
  .pageTop .topGallery #loopslider ul li {
    width: 20rem;
  }
  .pageTop .topAccess::before {
    content: "";
    background: url(../img/deco-access.png) no-repeat center top/contain;
    width: 20rem;
    height: 20rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -4rem;
    left: 0;
    z-index: 2;
  }
  .pageTop .topAccess::before {
    left: -4rem;
  }
  .pageTop .topAccess::after {
    right: -4rem;
  }
  .pageTop .topAccess_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageTop .topAccess_content .photo {
    width: 100%;
    margin-left: 0;
  }
  .pageTop .topAccess_content .photo .snsBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageTop .topAccess_content .detail {
    width: 100%;
    margin-top: 0;
  }
  .pageTop .topAccess_content .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
    gap: 1rem;
  }
  .pageTop .topAccess_content .detail dt {
    width: 100%;
    padding-left: 0;
  }
  .pageTop .topAccess_content .detail a {
    text-decoration: underline;
  }
  .pageTop .topAccess_content .detail .c-btn {
    margin: 0 auto;
  }
}
/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
  position: fixed;
  top: 34.5%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 999;
  width: 7.9rem;
}

.fixed-btn li:nth-child(1) {
  margin-bottom: 2rem;
}

.fixed-btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    display: flex;
  }
  .fixed-btn li {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .fixed-btn a {
    width: 100%;
    padding: 0;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    line-height: 1;
  }
  .fixed-btn a.pc {
    display: none;
  }
  /* icon */
  .fixed-btn li img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
  /* txt */
  .fixed-btn a > span {
    display: flex;
    flex-direction: column;
  }
  .fixed-btn a > span > span:nth-child(1) {
    margin-left: 0;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
  .fixed-btn a > span > span:nth-child(2) {
    /* font-weight: bold; */
    font-size: 1.5rem;
    text-decoration: underline;
  }
  .fixed-btn li.tel {
    margin-bottom: 0;
  }
  .fixed-btn .tel a > span > span:nth-child(2) {
    font-size: 1.9rem;
  }
  .fixed-btn .tel a {
    background: #91141E;
    color: #fff;
  }
  .fixed-btn .reserve a {
    background: #C89E45;
    color: #fff;
  }
}
.topSister {
  background: url(../img/back-sister.jpg) no-repeat center bottom/cover;
  padding: clamp(8rem, calc(8rem + (13rem - 8rem) * ((100vw - 767px) / 363px)), 13rem) 0;
}

.sister__box {
  background: url(../img/back-sister2.jpg) no-repeat center top/cover;
  border-radius: clamp(2.5rem, calc(2.5rem + (3.7rem - 2.5rem) * ((100vw - 767px) / 363px)), 3.7rem);
  padding: clamp(4rem, calc(4rem + (5rem - 4rem) * ((100vw - 767px) / 363px)), 5rem) clamp(3rem, calc(3rem + (6rem - 3rem) * ((100vw - 767px) / 363px)), 6rem);
}

.sister__box:first-of-type {
  margin-bottom: clamp(4rem, calc(4rem + (7rem - 4rem) * ((100vw - 767px) / 363px)), 7rem);
}

.sister__box:last-of-type {
  padding: clamp(5rem, calc(5rem + (7rem - 5rem) * ((100vw - 767px) / 363px)), 7rem) clamp(3rem, calc(3rem + (6rem - 3rem) * ((100vw - 767px) / 363px)), 6rem) clamp(4rem, calc(4rem + (5rem - 4rem) * ((100vw - 767px) / 363px)), 5rem);
}

.sister__block {
  display: flex;
  justify-content: space-between;
}

.sister__block.sister > div:nth-of-type(1) {
  flex-basis: 38%;
}

.sister__block.sister > div:nth-of-type(2) {
  flex-basis: 58%;
}

.sister__block.recruit > div:nth-of-type(1) {
  flex-basis: 23%;
}

.sister__block.recruit > div:nth-of-type(2) {
  flex-basis: 73%;
}

.sister__block h2 {
  height: clamp(9rem, calc(9rem + (12rem - 9rem) * ((100vw - 767px) / 363px)), 12rem);
  margin-top: clamp(2.5rem, calc(2.5rem + (2.5rem - 2.5rem) * ((100vw - 767px) / 363px)), 2.5rem);
  margin-bottom: clamp(1.5rem, calc(1.5rem + (1.5rem - 1.5rem) * ((100vw - 767px) / 363px)), 1.5rem);
}

.topSister .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
}

.topSister .detail .inner {
  margin-bottom: 3rem;
  position: relative;
}

.topSister .detail .inner::before {
  content: "";
  border-left: 0.1rem solid #000;
  width: 1rem;
  height: 95%;
  /* aspect-ratio: 293/95; */
  position: absolute;
  top: 0;
  left: clamp(8rem, calc(8rem + (11rem - 8rem) * ((100vw - 767px) / 363px)), 11rem);
}

.topSister .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.topSister .detail dl:first-child {
  padding-top: 0;
}

.topSister .detail dt, .topSister .detail dd, .topSister .detail a {
  font-size: clamp(1.4rem, 1.4035087719vw, 1.6rem);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.topSister .detail dt {
  width: clamp(10rem, 10.5263157895vw, 12rem);
  width: clamp(11rem, calc(11rem + (15rem - 11rem) * ((100vw - 767px) / 363px)), 15rem);
}

.topSister .detail dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topSister .detail dd small {
  font-size: 1.4rem;
}

.topSister .sister__box:nth-of-type(1) .c-btn {
  width: 34rem;
  margin: 0 auto;
}

.topSister .sister__box:nth-of-type(2) .c-btn {
  width: 31rem;
  margin: 0 auto;
}

.sister__block.recruit h3 {
  font-size: clamp(2rem, calc(2rem + (2.4rem - 2rem) * ((100vw - 767px) / 363px)), 2.4rem);
  font-weight: 900;
  margin-bottom: clamp(1.5rem, calc(1.5rem + (2.5rem - 1.5rem) * ((100vw - 767px) / 363px)), 2.5rem);
  letter-spacing: clamp(0.3rem, calc(0.3rem + (0.5rem - 0.3rem) * ((100vw - 767px) / 363px)), 0.5rem);
}

.sister__block.recruit p {
  line-height: 1.9;
  margin-bottom: clamp(3rem, calc(3rem + (4rem - 3rem) * ((100vw - 767px) / 363px)), 4rem);
}

@media screen and (max-width: 767px) {
  .sister__block h2 {
    margin-top: 0;
    margin-bottom: clamp(1.5rem, calc(1.5rem + (1.5rem - 1.5rem) * ((100vw - 767px) / 363px)), 1.5rem);
  }
  .sister__block {
    flex-direction: column;
    gap: 3rem;
  }
  .sister__block.recruit h3 {
    line-height: 1.6;
  }
  .topSister .detail .inner::before {
    content: none;
  }
  .topSister .detail {
    width: 100%;
    margin-top: 0;
  }
  .topSister .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
    gap: 1rem;
    border-bottom: 0.1rem solid #000;
  }
  .topSister .detail dt {
    width: 100%;
    padding-left: 0;
  }
  .topSister .detail a {
    text-decoration: underline;
  }
  .topSister .detail .c-btn {
    margin: 0 auto;
  }
  .topSister .sister__box:nth-of-type(1) .c-btn {
    max-width: 34rem;
    width: 100%;
    margin: 0 auto;
  }
  .topSister .sister__box:nth-of-type(2) .c-btn {
    max-width: 31rem;
    width: 95%;
    margin: 0 auto;
  }
}
.table_link {
  text-decoration: underline;
}

._reserve {
  font-size: clamp(1.5rem, calc(1.5rem + (2rem - 1.5rem) * ((100vw - 767px) / 363px)), 2rem);
  font-weight: bold;
  text-align: center;
}

/*-------------------------
  contact
---------------------------*/
@media screen and (min-width: 768px) {
  form {
    padding: 20px 0 0 0;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  form div {
    margin-bottom: 40px !important;
  }
  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }
  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }
  form input,
  form textarea {
    width: calc(100% - 40px);
    padding: 15px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
  }
  form textarea {
    resize: vertical;
    height: 25rem;
  }
  form input[type=submit] {
    border: 0px;
    width: 40%;
    background: #dc0000;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    letter-spacing: 0.5rem;
  }
}
form input[type=submit]:hover {
  transition: all 0.3s;
  cursor: pointer;
  /* opacity: 0.7; */
  color: #b0e2f1;
}

.CMS-FORM-RADIO input[type=radio] {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-top: 1.3rem;
  border-radius: 50%;
}

.CMS-FORM-RADIO {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}

.CMS-FORM-RADIO label {
  display: block;
  width: calc(100% - 3.5rem);
}

.CMS-FORM-RADIO > label {
  font-weight: normal;
  padding-top: 0.8rem;
}

.CMS-FORM-RADIO > label:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  form {
    padding: 0 0 0px;
  }
  form div {
    margin-bottom: 20px;
  }
  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }
  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }
  form input,
  form textarea {
    max-width: 1000px;
    width: calc(100% - 20px);
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.4em;
  }
  form textarea {
    height: 20rem;
  }
  form input[type=submit] {
    border: 0px;
    width: 90%;
    background: #dc0000;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 0;
    margin: 0 5%;
    font-family: "Noto Serif JP", serif !important;
  }
  .CMS-FORM-RADIO input[type=radio] {
    width: 2rem;
    height: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .CMS-FORM-RADIO label {
    width: calc(100% - 3.5rem);
    padding-top: 0;
    margin-top: -0.1rem;
  }
  .CMS-FORM-RADIO > label {
    font-weight: normal;
  }
  .CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .inner-flex h2 {
    font-size: 25px;
  }
  .inner-flex-reverse h2 {
    font-size: 25px;
  }
  .inner-flex-reverse h2 {
    font-size: 25px;
  }
}
.thanks_width {
  text-align: center;
  margin: auto;
}

.thanks_width .btn {
  margin: 0 auto;
}

/*
 * required mark 
 */
.form_required1 {
  width: 250px;
  display: flex;
  justify-content: space-between;
}

.form_required2 {
  display: inline-block;
  background-color: #DA002C;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  font-weight: bold;
  width: 50px;
  padding: 4px 0;
  text-align: center;
  margin-top: 3px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .form_required1 {
    width: 100%;
  }
  .form_required2 {
    /* width: 14vw;
    height: 5.5vw;   */
  }
}
/*
* privacy policy
*/
.privacy {
  width: calc(100% - 40px) !important;
  margin: 0 auto 5rem;
  border: 4px solid #bebebe;
  height: 500px;
  overflow: auto;
  overflow-y: scroll !important;
  background-color: #fff;
}

.privacy p {
  color: #000;
  padding: 0 20px;
}

.privacy span {
  font-weight: bold;
}

p.privacy_notes {
  padding: 4rem 0 2rem;
  padding-left: 2em;
  text-indent: -1em;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .privacy {
    width: calc(100% - 20px) !important;
    /* height: 110vw; */
    height: 380px;
  }
}
.recruit__block {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit__text {
  text-align: center;
  font-size: 1.6rem;
  margin: 7rem 0 4rem;
}

/*
 * thanx
 */
.thanx {
  text-align: center;
  font-size: 1.6rem;
}

.back {
  text-align: center;
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.thanx__txt {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
}

.thanx_btn a {
  display: block;
  background: #dc0000;
  width: max-content;
  color: #fff;
  padding: 2rem 5rem;
  margin: 4rem auto 0;
}/*# sourceMappingURL=style.css.map */