@charset "UTF-8";
:root {
  --base_font: "Zen Kaku Gothic New", sans-serif;
  --sub_font: "BIZ UDMincho", serif;
  --jyu_font: "Zen Old Mincho", serif;
  --supple_font: "Zen Maru Gothic", sans-serif;
  --supple_font02: "Montserrat", sans-serif;
  --mc01: #d82929;
  --mc02: #f17700;
  --sc: #894b14;
  --fc: #333;
  --bc: #f5f7f5;
  --red: #b10000;
  --hd_mt: 100px;
}
@media screen and (min-width: 768px) {
  :root {
    --mq: 10.24;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --mq: 7.5;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --hd_mt: 150px;
  }
}
@media screen and (min-width: 1300px) {
  :root {
    --hd_mt: 165px;
  }
}

/*リセットCSS
----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*【共通】パーツ
----------------------------------------------------------------*/
/* リンク */
a,
a * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  color: var(--fc);
  font-size: 1.4rem;
  font-family: var(--base_font);
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base_font);
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

/*-----line-hight-----*/
p,
li,
dl,
tr {
  line-height: 1.875;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.66;
}

/* リンク */
a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*phone*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*class*/
.cmn {
  /*display:none*/
}
.cmn-content__box {
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
.cmn-content__box--size01 {
  max-width: 1230px;
}
.cmn-content__box--full {
  width: 100%;
  padding: 0;
}
.cmn-text--center {
  text-align: center;
}
.cmn-text--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cmn-text--sp-left {
    text-align: center;
  }
}
.cmn-text--vertical {
  writing-mode: vertical-rl;
}
.cmn-text--link {
  position: relative;
  z-index: 1;
}
.cmn-text--link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .cmn-text--link:hover:after {
    visibility: hidden;
    opacity: 0;
  }
}
.cmn-bold {
  font-weight: bold !important;
}
.cmn-color {
  color: var(--mc01) !important;
}
.cmn-color--sc {
  color: var(--sc) !important;
}
.cmn-color--w {
  color: white !important;
}
.cmn-color--b {
  color: black !important;
}
.cmn-bg {
  background: var(--mc01);
}
.cmn-bg--sc {
  background: var(--sc);
}
.cmn-bg--bc {
  background: var(--bc);
}
.cmn-bg--w {
  background: white;
}
.cmn-bg--b {
  background: black;
}
.cmn-border-b {
  border-bottom: 1px solid;
}
.cmn-border-b--sc {
  border-bottom: 2px solid var(--sc);
}
.cmn-marker {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.cmn-display__pcl--block {
  display: none !important;
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--block {
    display: block !important;
  }
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--none {
    display: none;
  }
}
.cmn-display__pc--block {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--block {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--none {
    display: none;
  }
}
.cmn-display__pc-tb--block {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--block {
    display: none;
  }
}
.cmn-display__sp--none {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--none {
    display: block;
  }
}
.cmn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-layout__column {
  display: flex;
  flex-wrap: wrap;
}
.cmn-layout__column--just-btw {
  justify-content: space-between;
}
.cmn-layout__column--item-cnt {
  align-items: center;
}
.cmn-layout__column--column {
  flex-direction: column;
}
.cmn-layout__column--reverse {
  flex-direction: row-reverse;
}
.cmn-layout__column--sp-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cmn-layout__column--sp-column {
    flex-direction: row;
  }
}

.cmn-table__tr {
  border-top: solid 1px #666;
  padding: 10px 0;
}
.cmn-table__tr:last-of-type {
  border-bottom: solid 1px #666;
}
@media screen and (min-width: 768px) {
  .cmn-table__tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table__th {
    width: 180px;
    padding: 0 20px 0 20px;
  }
}
.cmn-table__th p {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-table__td {
    flex: 1;
    padding: 0 10px 0 0;
  }
}
.cmn-table__td p {
  letter-spacing: 0.05em;
}

.ojf {
  position: relative;
  height: auto;
}
.ojf::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ojf img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.subpage-ttl01 {
  font-family: var(--sub_font);
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .subpage-ttl01 {
    font-size: 3.6rem;
  }
}
.subpage-ttl02 {
  font-family: var(--sub_font);
  font-size: 5rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .subpage-ttl02 {
    font-size: 7rem;
  }
}
.subpage-ttl03 {
  font-family: var(--sub_font);
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subpage-ttl03 {
    font-size: 4.6rem;
  }
}
.subpage-ttl04 {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subpage-ttl04 {
    font-size: 2.4rem;
  }
}
.subpage-ttl05 {
  font-family: var(--sub_font);
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .subpage-ttl05 {
    font-size: 5rem;
  }
}
.subpage-ttl06 {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .subpage-ttl06 {
    font-size: 3rem;
  }
}

.subhd {
  margin-top: var(--hd_mt);
  position: relative;
}
.subhd__img {
  width: calc(100% - 30px);
  max-height: 480px;
  height: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .subhd__img {
    width: calc(100% - 60px);
  }
}
.subhd__img.ojf::before {
  content: none;
}
.subhd__ttl {
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subhd__ttl-str {
  font-family: var(--sub_font);
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .subhd__ttl-str {
    font-size: 5rem;
  }
}

.cmn-box01 {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}

.cmn-box02 {
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}

.cmn-deco__item {
  max-width: max-content;
  width: 40%;
  position: absolute;
  z-index: -2;
}
.cmn-deco__item--01 {
  top: 0;
  left: 0;
}
.cmn-deco__item--02 {
  right: 0;
  bottom: 0;
}

.cmn-2column__list {
  position: relative;
}
.cmn-2column__list::before {
  content: "";
  max-width: 1680px;
  width: calc(100vw - 20px);
  height: calc(100% - min(140px, 140 / var(--mq) * 1vw));
  background: url(/system_panel/uploads/images/bg_top-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
}
@media screen and (min-width: 1260px) {
  .cmn-2column__list::before {
    width: calc(100vw - 60px);
  }
}
.cmn-2column__item {
  margin-bottom: min(80px, 80 / var(--mq) * 1vw);
}
.cmn-2column__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.cmn-2column__item-info {
  position: relative;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item-info {
    max-width: 500px;
    flex: 1;
    padding-top: min(150px, 150 / var(--mq) * 1vw);
    margin-bottom: 0;
  }
}
.cmn-2column__item-info-head {
  margin-bottom: 30px;
}
.cmn-2column__item-info-head-ttl {
  font-family: var(--sub_font);
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cmn-2column__item-info-head-ttl {
    font-size: 4rem;
  }
}
.cmn-2column__item-info-head-en {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--mc01);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-2column__item-info-head-en {
    font-size: 2.1rem;
  }
}
.cmn-2column__item-info-head-en::before {
  content: "";
  width: calc(100vw - 30px - 100% - 15px);
  height: 1px;
  background-color: var(--mc01);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 15px), -50%);
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item-info-head-en::before {
    width: calc(min((100vw - 30px) / 2, 530px) - 100% - 15px - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item-img {
    width: 50%;
  }
}
.cmn-2column__item-img-inr {
  max-width: 960px;
  width: 100%;
  margin: 0 -15px 0 auto;
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item-img-inr {
    max-width: none;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1230px) {
  .cmn-2column__item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.cmn-2column__item-img-inr--bg {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.cmn-2column__item-img-inr--bg::before {
  content: "";
  width: 75.5%;
  height: 100%;
  background-color: #cdb08c;
  border-radius: 40px 0 0 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cmn-2column__item-img img {
  border-radius: 40px 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.cmn-2column__item:nth-of-type(2n) .cmn-2column__item-info-deco {
  left: auto;
  right: -15px;
}
@media screen and (min-width: 1230px) {
  .cmn-2column__item:nth-of-type(2n) .cmn-2column__item-info-deco {
    right: max((1200px - 100vw) / 2, -150px);
  }
}
.cmn-2column__item:nth-of-type(2n) .cmn-2column__item-img-inr {
  margin: 0 auto 0 -15px;
}
@media screen and (min-width: 1024px) {
  .cmn-2column__item:nth-of-type(2n) .cmn-2column__item-img-inr {
    margin-right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .cmn-2column__item:nth-of-type(2n) .cmn-2column__item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.cmn-2column__item:nth-of-type(2n) .cmn-2column__item-img-inr--bg::before {
  background-color: #d0d5d9;
  border-radius: 0 40px 40px 0;
  right: auto;
  left: 0;
}
.cmn-2column__item:nth-of-type(2n) .cmn-2column__item-img img {
  border-radius: 0 40px 40px 0;
}

.cmn-3column__cont {
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cmn-3column__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(50px, 50 / var(--mq) * 1vw);
  }
}
.cmn-3column__cont-item {
  max-width: 470px;
  width: 100%;
  margin: 0 auto 40px;
}
.cmn-3column__cont-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cmn-3column__cont-item {
    max-width: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-3column__cont-item {
    width: calc((100% - min(50px, 50 / var(--mq) * 1vw) * 2) / 3);
    margin: 0;
  }
}
.cmn-3column__cont-item-img.ojf::before {
  padding-top: 100%;
}
.cmn-3column__cont-item-img img {
  border-radius: 40px;
}
.cmn-3column__cont-item-info {
  max-width: 470px;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 15px;
  margin: max(-80px, -80 / var(--mq) * 1vw) auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cmn-3column__cont-item-info {
    padding: 40px 15px;
  }
}
.cmn-3column__cont-item-info-ttl {
  text-align: center;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
.cmn-3column__cont-item-info-ttl.subpage-ttl02 {
  font-weight: 700;
}
.cmn-3column__cont-item-info-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-3column__cont-item-info-txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-3column__cont-item:nth-of-type(2) {
    margin-top: min(70px, 70 / var(--mq) * 1vw);
  }
  .cmn-3column__cont-item:nth-of-type(3) {
    margin-top: max(-70px, -70 / var(--mq) * 1vw);
  }
}

.cmn-menu {
  background-color: #f9f6f4;
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
}
.cmn-menu__tax {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
.cmn-menu__box-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cmn-menu__box-tab-item {
  width: calc((100% - 15px) / 2);
  background-color: #cd9393;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-tab-item {
    max-width: 290px;
    width: calc((100% - 45px) / 4);
  }
}
.cmn-menu__box-tab-item.active {
  background-color: var(--mc01);
}
.cmn-menu__box-tab-item-str {
  line-height: 4.167;
  text-align: center;
}
.cmn-menu__box-cont {
  display: none;
  background-color: #fff;
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
}
.gjs-dashed .cmn-menu__box-cont {
  display: block;
}
.cmn-menu__box-cont.active {
  display: block;
}
.cmn-menu__box-cont-inr {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.cmn-menu__box-cont-course-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 50px;
  border-bottom: solid 1px #ccc;
  padding: min(70px, 70 / var(--mq) * 1vw) 0;
}
.cmn-menu__box-cont-course-item:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-course-item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-course-item-info {
    flex: 1;
  }
}
.cmn-menu__box-cont-course-item-info-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
.cmn-menu__box-cont-course-item-info-head-reserve-str {
  border: solid 1px var(--mc01);
  line-height: 1.67;
  text-align: center;
  padding: 0 10px;
}
.cmn-menu__box-cont-course-item-info-head-reserve-str.subpage-ttl04 {
  color: var(--mc01);
}
.cmn-menu__box-cont-course-item-info-head-txt {
  padding-left: 20px;
}
.cmn-menu__box-cont-course-item-info-head-txt.subpage-ttl04 {
  color: var(--mc01);
}
.cmn-menu__box-cont-course-item-info-ttl {
  border-bottom: solid 1px var(--mc01);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cmn-menu__box-cont-course-item-info-ttl.subpage-ttl04 {
  color: #000;
}
.cmn-menu__box-cont-course-item-info-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.cmn-menu__box-cont-course-item-info-price-txt {
  font-family: var(--sub_font);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-course-item-info-price-txt {
    font-size: 2.1rem;
  }
}
.cmn-menu__box-cont-course-item-info-price-num {
  font-family: var(--sub_font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--mc01);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-course-item-info-price-num {
    font-size: 3rem;
  }
}
.cmn-menu__box-cont-course-item-info-txt {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-course-item-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
.cmn-menu__box-cont-course-item-img {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-course-item-img {
    width: 45%;
    margin: 0;
  }
}
.cmn-menu__box-cont-course-item-img-inr {
  padding: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}
.cmn-menu__box-cont-course-item-img-inr::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--mc01);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-course-item-img-inr {
    padding: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-course-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.cmn-menu__box-cont-rec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px 20px;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-rec {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.cmn-menu__box-cont-rec-item {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-rec-item {
    width: calc((100% - 40px) / 2);
  }
}
.cmn-menu__box-cont-rec-item-img {
  margin-bottom: 15px;
}
.cmn-menu__box-cont-rec-item-info-ttl {
  background-color: var(--mc01);
  font-family: var(--sub_font);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.85;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-rec-item-info-ttl {
    font-size: 2.1rem;
  }
}
.cmn-menu__box-cont-item {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.cmn-menu__box-cont-item:last-of-type {
  margin-bottom: 0;
}
.cmn-menu__box-cont-item-ttl {
  font-family: var(--sub_font);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: var(--mc01);
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-item-ttl {
    font-size: 1.8rem;
  }
}
.cmn-menu__box-cont-item-ttl::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-menu__box-cont-item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px 50px;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-item-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cmn-menu__box-cont-item-wrap-table {
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmn-menu__box-cont-item-wrap-table {
    width: calc((100% - 50px) / 2);
  }
}
.cmn-menu__box-cont-item-wrap-table-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
.cmn-menu__box-cont-item-wrap-table-tr:last-of-type {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-item-wrap-table-tr {
    padding: 20px 5px;
  }
}
.cmn-menu__box-cont-item-wrap-table-th {
  padding-right: 5px;
}
.cmn-menu__box-cont-item-wrap-table-th-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-item-wrap-table-th-txt {
    font-size: 1.8rem;
  }
}
.cmn-menu__box-cont-item-wrap-table-th-str {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.cmn-menu__box-cont-item-wrap-table-td {
  text-align: right;
  margin-left: auto;
}
.cmn-menu__box-cont-item-wrap-table-td-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cmn-menu__box-cont-item-wrap-table-td-txt {
    font-size: 1.8rem;
  }
}

.cmn-shop-overview {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
}
.cmn-shop-overview__insta {
  text-align: center;
  margin-bottom: 40px;
}
.cmn-shop-overview__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cmn-shop-overview__cont-info {
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont-info {
    flex: 1;
    width: auto;
  }
}
.cmn-shop-overview__cont-map {
  max-width: 575px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont-map {
    width: 48%;
  }
}

.contact-ttl {
  font-family: var(--sub_font);
  font-size: min(5vw, 3rem);
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-ttl {
    font-size: 3.6rem;
  }
}
.contact-ttl::before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: var(--mc01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contact-ttl::before {
    width: 240px;
  }
}

.contact-annotation {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact-annotation--br br {
    display: none;
  }
}

.contact-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px 60px;
}
@media screen and (min-width: 1024px) {
  .contact-btn {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.contact-btn__item {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact-btn__item {
    width: calc((100% - 120px) / 3);
  }
}
.contact-btn__item .cmn-btn-anc {
  margin: 0;
}

.contact-line__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.contact-line__cont-item {
  max-width: 90px;
  width: calc((100% - 30px) / 2);
}
@media screen and (min-width: 768px) {
  .contact-line__cont-item {
    max-width: max-content;
  }
}

.contact-page__ttl-jp.subpage-ttl05 {
  font-size: min(7vw, 3.6rem);
}
@media screen and (min-width: 768px) {
  .contact-page__ttl-jp.subpage-ttl05 {
    font-size: 5rem;
  }
}

.contact-mail {
  background-color: #f5f0ec;
}
.contact-mail__box {
  background-color: #fff;
  padding: min(100px, 100 / var(--mq) * 1vw) 10px;
}
.contact-mail__box-inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact-mail__box-txt {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
.contact-mail__box-txt strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact-mail__box-txt strong br {
    display: none;
  }
}

.page-formcomplete__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.page-formcomplete__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-formcomplete__txt {
    text-align: center;
  }
}

.access-map {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .access-map {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .access-map {
    height: 660px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

.cmn-nav-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .cmn-nav-toggle {
    display: none;
  }
}
.cmn-nav-toggle__btn {
  display: block;
  width: 25px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle__btn {
    width: 37.5px;
    height: 24px;
  }
}
.cmn-nav-toggle__btn-line {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #000;
}
.open .cmn-nav-toggle__btn-line {
  background: #000;
}
.cmn-nav-toggle__btn-line:nth-child(1) {
  top: 0;
}
.cmn-nav-toggle__btn-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.cmn-nav-toggle__btn-line:nth-child(3) {
  bottom: 0;
}

.header.open .cmn-nav-toggle__btn-line:nth-child(1) {
  top: 7px;
  transform: rotate(315deg);
}
.header.open .cmn-nav-toggle__btn-line:nth-child(2) {
  left: 50%;
  width: 0;
}
.header.open .cmn-nav-toggle__btn-line:nth-child(3) {
  top: 7px;
  transform: rotate(-315deg);
}

.header {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}
.header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1830px;
  width: 100%;
  height: 100%;
  padding: 15px 7.5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__content {
    padding: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content {
    padding: 30px 40px;
  }
}
.header__content-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .header__content-info {
    width: auto;
  }
}
.header__content-info-ttl {
  display: none;
}
.header__content-info-logo {
  width: 200px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__content-info-logo {
    width: auto;
  }
}
.header__content-menu {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .header__content-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex: 1;
    width: auto;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
}
.header__content-menu-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__content-menu-nav-item {
  padding: 0 min(0.6944444444vw, 1rem);
}
.header__content-menu-nav-item:first-of-type {
  padding-left: 0;
}
.header__content-menu-nav-item:last-of-type {
  padding-right: 0;
}
.header__content-menu-nav-item-anc {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item-anc {
    padding: 0;
  }
}
.header__content-menu-nav-item-anc-str {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--fc);
}
@media screen and (min-width: 768px) {
  .header__content-menu-nav-item-anc-str {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown {
    position: relative;
  }
  .header__content-menu-nav-item--pulldown:hover .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: none;
    min-width: 140px;
    width: max-content;
    border-top: solid 15px transparent;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .gjs-dashed .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-inr {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc:last-of-type {
    margin-bottom: 0;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
    color: #fff;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str:hover::before {
  content: "";
  width: 8px;
  height: 9px;
  background: url(/system_panel/uploads/images/icon_hd-arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__content-menu-nav-contact-anc {
  width: 220px;
  display: block;
  background-color: var(--mc01);
  text-align: center;
}
.header__content-menu-nav-contact-anc-str {
  display: inline;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 3.75;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
.header__content-menu-nav-contact-anc-str::before {
  content: "";
  width: 20px;
  height: 15px;
  background: url(/system_panel/uploads/images/icon_mail01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sp-nav.header__content-menu-nav {
  display: block;
  overflow-y: scroll;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding: 65px 5%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%;
  transform: scale(0.9);
  visibility: hidden;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  z-index: 1000;
}
.open .sp-nav.header__content-menu-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.sp-nav .header__content-menu-nav-list {
  display: block;
  width: 100%;
}
.sp-nav .header__content-menu-nav-item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.sp-nav .header__content-menu-nav-item-anc {
  display: block;
}
.sp-nav .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-anc {
  padding: 10px 10px 0;
}
.sp-nav .header__content-menu-nav-item-submenu {
  padding: 0 10px 10px;
}
.sp-nav .header__content-menu-nav-contact-anc {
  margin: 30px auto 0;
}

.footer-cont {
  padding: min(70px, 70 / var(--mq) * 1vw) 0;
  background-color: #f5f0ec;
}
.footer-cont__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  margin-bottom: min(80px, 80 / var(--mq) * 1vw);
}
.footer-cont__nav-item {
  position: relative;
}
.footer-cont__nav-item-anc-str {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 10px;
}
.footer-cont__nav-item:first-of-type .footer-nav__item-anc-str {
  padding-left: 0;
}
.footer-cont__nav-item:last-of-type .footer-nav__item-anc-str {
  padding-right: 0;
}
.footer-cont__logo {
  width: 250px;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .footer-cont__logo {
    width: auto;
  }
}
.footer-cont__copyright {
  text-align: center;
}
.footer-cont__copyright-str {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.dn {
  display: none;
}

.gjs-dashed .dn {
  display: block;
}

.cmn-btn-anc {
  display: block;
  max-width: 300px;
  width: 100%;
  background-color: var(--mc01);
  border: solid 1px var(--mc01);
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.cmn-btn-anc::before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(/system_panel/uploads/images/icon_arrow02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cmn-btn-anc-str {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4.375;
  color: #fff;
  transition: all 0.3s;
}
.cmn-btn-anc:hover {
  background-color: #fff;
}
.cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow03.png);
}
.cmn-btn-anc:hover .cmn-btn-anc-str {
  color: var(--mc01);
}
.cmn-btn--white .cmn-btn-anc {
  border: solid 3px #fff;
}
.cmn-btn--white .cmn-btn-anc:hover {
  background-color: #fff;
}
.cmn-btn--white .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #000;
}
.cmn-btn--white .cmn-btn-anc-str {
  color: #fff;
}
.cmn-btn--black .cmn-btn-anc {
  background-color: #000;
  border: solid 2px #000;
}
.cmn-btn--black .cmn-btn-anc:hover {
  background-color: #fff;
}
.cmn-btn--black .cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow01.png);
}
.cmn-btn--black .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #000;
}

.cmn-btn--type02-anc {
  display: block;
  max-width: 150px;
  width: 100%;
  border-bottom: solid 2px var(--fc);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-btn--type02-anc {
    margin: 0;
  }
}
.cmn-btn--type02-anc-str {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  position: relative;
}
.cmn-btn--type02-anc-str::before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(/system_panel/uploads/images/icon_arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cmn-btn--type02-anc:hover .top-news__cont-btn-anc-str::before {
  right: 0;
}

.cmn-ttl {
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.cmn-ttl--en {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #999;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--en {
    font-size: 2.1rem;
  }
}
.cmn-ttl--jp {
  font-family: var(--sub_font);
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--jp {
    font-size: 6rem;
  }
}
.cmn-ttl--jp::first-letter {
  color: var(--mc01);
}
.cmn-ttl--left {
  text-align: left;
}
.cmn-ttl--white .cmn-ttl--en {
  color: #fff;
}
.cmn-ttl--white .subpage-ttl05 {
  color: #fff;
}
.cmn-ttl--red.subpage-ttl05::first-letter {
  color: var(--mc01);
}

.cmn-parallax {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-parallax {
    height: min(500px, 41.6666666667vw);
  }
}
.cmn-parallax__cont {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cmn-parallax__cont {
    background-attachment: fixed;
  }
}

.reserve-btn {
  display: flex;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .reserve-btn {
    display: block;
    width: auto;
    top: 60%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.reserve-btn__item {
  width: 50%;
  background-color: var(--mc01);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve-btn__item {
    width: 100%;
  }
}
.reserve-btn__item-anc {
  display: block;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .reserve-btn__item-anc {
    padding: 40px 0;
  }
}
.reserve-btn__item-anc-str {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 70px;
}
@media screen and (min-width: 768px) {
  .reserve-btn__item-anc-str {
    width: 100px;
    min-height: 200px;
    font-size: 1.8rem;
    line-height: 100px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.reserve-btn__item--tel {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .reserve-btn__item--tel {
    display: none;
  }
}

.page-top {
  position: relative;
}
.page-top__btn {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  width: 100vw;
  height: 55px;
  background-color: #000;
  border-radius: 0;
  color: white;
  font-size: 14px;
  line-height: 55px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-top__btn {
    width: 55px;
    background-color: transparent;
    border-bottom: none;
    right: 2%;
  }
}
.page-top__btn img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-top__btn img {
    display: block;
  }
}
.page-top__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-top__btn:before {
    content: none;
  }
}
.page-top--fixed.page-top__btn {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 30;
}

.top-fv {
  max-width: calc(100% - 30px);
  width: 100%;
  margin: var(--hd_mt) auto 0;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .top-fv {
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.top-fv__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-fv__cont {
    flex-direction: row;
  }
}
.top-fv__cont-box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-fv__cont-box {
    width: calc((100% - 20px) / 3);
  }
}
.top-fv__cont-box-item {
  width: 100%;
  max-height: 700px;
  height: calc((90vh - 20px) / 3);
}
@media screen and (min-width: 1024px) {
  .top-fv__cont-box-item {
    max-height: 800px;
    height: 90vh;
  }
}
.top-fv__cont-box-item.ojf::before {
  content: none;
}
.top-fv__cont-box-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-fv__catch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  margin-top: -45px;
  position: relative;
  pointer-events: none;
}
.gjs-dashed .top-fv__catch {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .top-fv__catch {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: max(-80px, -80 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 1024px) {
  .top-fv__catch {
    margin-top: max(-190px, -190 / var(--mq) * 1vw);
  }
}
.top-fv__catch-txt {
  max-width: max-content;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top-fv__catch-txt {
    width: 65%;
  }
}
.top-fv__catch-map {
  max-width: max-content;
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-fv__catch-map {
    width: 25%;
  }
}

.top-info {
  position: relative;
}
.top-info::before {
  content: "";
  width: 100%;
  height: 70%;
  background: url(/system_panel/uploads/images/bg_top-wave01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.top-logo {
  padding-top: min(70px, 70 / var(--mq) * 1vw);
}
.top-logo__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .top-logo__cont {
    gap: 30px;
  }
}
.top-logo__cont-item {
  max-width: 280px;
  width: calc((100% - 30px) / 3);
  border-radius: 15px;
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .top-logo__cont-item {
    width: calc((100% - 60px) / 3);
  }
}
.top-logo__cont-item-anc {
  display: block;
}

.top-news {
  padding-top: min(70px, 70 / var(--mq) * 1vw);
}
.top-news__cont {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: min(50px, 50 / var(--mq) * 1vw) 15px;
  position: relative;
}
.top-news__cont-inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news__cont-inr {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    grid-template-areas: "top-news__ttl top-news__list" "top-news__btn top-news__list";
    gap: 25px min(70px, 70 / var(--mq) * 1vw);
  }
}
.top-news__cont-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl {
    grid-area: top-news__ttl;
    margin-bottom: 0;
  }
}
.top-news__cont-ttl--en {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 10px;
}
.top-news__cont-ttl--jp {
  font-family: var(--sub_font);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl--jp {
    font-size: 3rem;
  }
}
.top-news__cont-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list {
    grid-area: top-news__list;
    margin-bottom: 0;
  }
}
.top-news__cont-list .webgene-item {
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list .webgene-item {
    padding: 15px;
  }
}
.top-news__cont-list .webgene-item:last-of-type {
  border-bottom: solid 1px #ccc;
}
.top-news__cont-list-item {
  display: flex;
  flex-wrap: wrap;
}
.top-news__cont-list-item-date {
  font-weight: 700;
  color: #666;
}
.top-news__cont-list-item-cate {
  margin-left: 20px;
}
.top-news__cont-list-item-cate-str {
  display: inline-block;
  min-width: 100px;
  border: solid 1px var(--mc02);
  font-size: 1.4rem;
  color: var(--mc02);
  line-height: 23px;
  text-align: center;
  padding: 0 10px;
}
.top-news__cont-list-item-ttl {
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .top-news__cont-list-item-ttl {
    flex: 1;
    width: auto;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__cont-btn {
    grid-area: top-news__btn;
  }
}

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-about {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.top-about::before {
  content: "";
  width: 87.5%;
  height: 87%;
  background: url(/system_panel/uploads/images/bg_top-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.top-about__catch {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .top-about__catch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.top-about__catch-info {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-about__catch-info {
    max-width: 732px;
    flex: 1;
    margin-bottom: 0;
  }
}
.top-about__catch-info-img {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top-about__catch-info-img {
    text-align: left;
  }
}
.top-about__catch-info-icon {
  max-width: max-content;
  width: 60%;
  position: absolute;
  bottom: max(-250px, -250 / var(--mq) * 1vw);
  left: -15px;
  z-index: -3;
  animation: rotateAnimation 20s linear infinite;
}
@media screen and (min-width: 1024px) {
  .top-about__catch-info-icon {
    width: 70%;
    bottom: max(-70px, -70 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 1230px) {
  .top-about__catch-info-icon {
    left: max((1200px - 100vw) / 2, -240px);
  }
}
@media screen and (min-width: 1600px) {
  .top-about__catch-info-icon {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-about__catch-img {
    width: 40%;
  }
}
.top-about__catch-img-inr {
  max-width: 800px;
  width: 100%;
  margin: 0 -15px 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-about__catch-img-inr {
    max-width: none;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-about__catch-img-inr {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.top-about__catch-img-inr img {
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 1024px) {
  .top-about__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.top-about__cont-img {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .top-about__cont-img {
    width: 50%;
    margin-bottom: 0;
  }
}
.top-about__cont-img-inr {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 0 -15px;
}
@media screen and (min-width: 1024px) {
  .top-about__cont-img-inr {
    max-width: none;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1230px) {
  .top-about__cont-img-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
@media screen and (min-width: 1024px) {
  .top-about__cont-info {
    max-width: 600px;
    flex: 1;
    padding-top: min(160px, 160 / var(--mq) * 1vw);
  }
}
.top-about__cont-info-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .top-about__cont-info-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-about__cont-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
.top-about__icon {
  max-width: max-content;
  width: 50%;
  position: absolute;
  bottom: min(-40px, -40 / var(--mq) * 1vw);
  right: 15px;
  z-index: -4;
}

.top-shop {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
}
.top-shop__cont {
  max-width: 1890px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.top-shop__cont-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 50px 30px;
}
@media screen and (min-width: 1024px) {
  .top-shop__cont-list {
    flex-direction: row;
  }
}
.top-shop__cont-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 100%;
  border-radius: 50px 0 50px 0;
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-shop__cont-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.top-shop__cont-item--toriemon {
  background: url(/system_panel/uploads/images/img_top-shoplist01.jpg) no-repeat center center/cover;
}
.top-shop__cont-item--jyu {
  background: url(/system_panel/uploads/images/img_top-shoplist02.jpg) no-repeat center center/cover;
}
.top-shop__cont-item--supple {
  background: url(/system_panel/uploads/images/img_top-shoplist03.jpg) no-repeat center center/cover;
}
.top-shop__cont-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.85);
  padding: min(50px, 50 / var(--mq) * 1vw) 15px;
}
.top-shop__cont-item-box-logo {
  text-align: center;
  margin-bottom: 25px;
}
.top-shop__cont-item-box-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--mc01);
  text-align: center;
  margin-top: 15px;
}
.top-shop__cont-item-box-btn .cmn-btn-anc {
  max-width: 200px;
}
.top-shop__cont-item-box-btn .cmn-btn-anc-str {
  line-height: 2.8125;
}
.top-shop__cont-item:hover .top-shop__cont-item-box-btn .cmn-btn--type02-anc-str::before {
  right: 0;
}

.top-scene {
  padding: min(120px, 120 / var(--mq) * 1vw) 0 min(240px, 240 / var(--mq) * 1vw);
  position: relative;
}
.top-scene::before {
  content: "";
  max-width: 1680px;
  width: calc(100% - 20px);
  height: 67%;
  background: url(/system_panel/uploads/images/bg_top-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: min(120px, 120 / var(--mq) * 1vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}
@media screen and (min-width: 1300px) {
  .top-scene::before {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1024px) {
  .top-scene__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(60px, 60 / var(--mq) * 1vw);
  }
}
.top-scene__cont-txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .top-scene__cont-txt {
    flex: 1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-scene__cont-btn {
    width: 300px;
  }
  .top-scene__cont-btn .cmn-btn-anc {
    margin: 0;
  }
}
.top-scene__slider {
  padding-top: min(70px, 70 / var(--mq) * 1vw);
}
.top-scene__slider-img {
  margin: 0 15px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .top-scene__slider-img {
    margin: 0 35px;
  }
}
.gjs-dashed .top-scene__slider-img {
  max-width: 500px;
}
.top-scene__slider-img.ojf::before {
  padding-top: 76%;
}
.top-scene__slider-img:nth-of-type(2n) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-scene__slider-img:nth-of-type(2n) {
    margin-top: 70px;
  }
}
.top-scene__slider-img img {
  border-radius: 30px 0 30px 0;
}

.sub-fv {
  max-width: calc(100% - 30px);
  width: 100%;
  margin: var(--hd_mt) auto 0;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .sub-fv {
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.sub-fv__cont {
  position: relative;
}
.sub-fv__cont-item {
  max-height: 700px;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .sub-fv__cont-item {
    max-height: 860px;
    height: 90vh;
  }
}
.sub-fv__cont-item.ojf::before {
  content: none;
}
.sub-fv__cont-catch {
  max-width: max-content;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toriemon .footer-cont {
  padding-bottom: min(250px, 250 / var(--mq) * 1vw);
}
.toriemon .header__content-info-logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .toriemon .header__content-info-logo {
    width: auto;
  }
}

.toriemon-follow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  width: calc(100% - 20px);
  padding: 0 10px;
  position: fixed;
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .toriemon-follow {
    display: block;
    width: auto;
    padding: 0;
    right: 100px;
    bottom: 30px;
    transform: translateX(0);
  }
}
.toriemon-follow__btn {
  max-width: max-content;
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 768px) {
  .toriemon-follow__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .toriemon-follow__btn--tel {
    display: none;
  }
}

.toriemon-catch {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.toriemon-catch::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #f9f6f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (min-width: 1024px) {
  .toriemon-catch__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.toriemon-catch__cont-info {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .toriemon-catch__cont-info {
    max-width: 550px;
    flex: 1;
    padding-top: min(100px, 100 / var(--mq) * 1vw);
  }
}
.toriemon-catch__cont-info-img {
  max-width: max-content;
  width: 80%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .toriemon-catch__cont-info-img {
    width: auto;
    margin-right: max(-13vw, -180px);
  }
}
.toriemon-catch__cont-img {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .toriemon-catch__cont-img {
    max-width: 650px;
    width: 55%;
    margin: 0;
  }
}
.toriemon-catch__cont-img-inr {
  max-width: 980px;
  width: 100%;
  padding: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .toriemon-catch__cont-img-inr {
    padding: 0 50px 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-catch__cont-img-inr {
    max-width: none;
    width: auto;
    margin: 0 -15px 0 0;
  }
}
@media screen and (min-width: 1230px) {
  .toriemon-catch__cont-img-inr {
    margin-right: max((1200px - 100vw) / 2, -330px);
  }
}
.toriemon-catch__cont-img-inr::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--mc01);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .toriemon-catch__cont-img-inr::before {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}

.toriemon-kodawari {
  padding: min(120px, 120 / var(--mq) * 1vw) 0 min(240px, 240 / var(--mq) * 1vw);
  position: relative;
}
.toriemon-kodawari::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_toriemon01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.toriemon-kodawari__cont-item {
  margin-bottom: min(120px, 120 / var(--mq) * 1vw);
}
.toriemon-kodawari__cont-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.toriemon-kodawari__cont-item-info {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item-info {
    max-width: 500px;
    flex: 1;
    margin-bottom: 0;
  }
}
.toriemon-kodawari__cont-item-info-ttl {
  margin-bottom: 2px;
}
.toriemon-kodawari__cont-item-info-ttl-str--02.subpage-ttl02 {
  color: var(--mc01);
}
.toriemon-kodawari__cont-item-info-ttl-str--02.subpage-ttl02--small {
  font-size: min(12vw, 5rem);
}
@media screen and (min-width: 768px) {
  .toriemon-kodawari__cont-item-info-ttl-str--02.subpage-ttl02--small {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item-info-ttl-str--02.subpage-ttl02--small {
    font-size: min(3.5vw, 7rem);
  }
}
.toriemon-kodawari__cont-item-info-txt {
  letter-spacing: 0.05em;
}
.toriemon-kodawari__cont-item-info-icon {
  max-width: max-content;
  width: 40%;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .toriemon-kodawari__cont-item-info-icon {
    top: -40px;
  }
}
.toriemon-kodawari__cont-item-img {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item-img {
    max-width: 600px;
    width: 50%;
    margin: 0;
  }
}
.toriemon-kodawari__cont-item-img-inr {
  max-width: 870px;
  width: 100%;
  padding: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .toriemon-kodawari__cont-item-img-inr {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item-img-inr {
    max-width: none;
    width: auto;
    margin: 0 -15px 0 0;
  }
}
@media screen and (min-width: 1230px) {
  .toriemon-kodawari__cont-item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -270px);
  }
}
.toriemon-kodawari__cont-item-img-inr::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--mc01);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .toriemon-kodawari__cont-item-img-inr::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.toriemon-kodawari__cont-item:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.toriemon-kodawari__cont-item:nth-of-type(2n + 1) .toriemon-kodawari__cont-item-img-inr {
  padding: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .toriemon-kodawari__cont-item:nth-of-type(2n + 1) .toriemon-kodawari__cont-item-img-inr {
    padding: 0 0 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-kodawari__cont-item:nth-of-type(2n + 1) .toriemon-kodawari__cont-item-img-inr {
    margin: 0 0 0 -15px;
  }
}
@media screen and (min-width: 1230px) {
  .toriemon-kodawari__cont-item:nth-of-type(2n + 1) .toriemon-kodawari__cont-item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -270px);
  }
}
.toriemon-kodawari__cont-item:nth-of-type(2n + 1) .toriemon-kodawari__cont-item-img-inr::before {
  right: auto;
  left: 0;
}

.toriemon-scene {
  padding: min(240px, 240 / var(--mq) * 1vw) 0 min(120px, 120 / var(--mq) * 1vw);
  margin-top: max(-240px, -240 / var(--mq) * 1vw);
  position: relative;
}
.toriemon-scene::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a40001;
  clip-path: polygon(0 min(240px, 240 / var(--mq) * 1vw), 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.toriemon-scene__ttl {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.toriemon-scene__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .toriemon-scene__cont {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.toriemon-scene__cont-item {
  max-width: 360px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .toriemon-scene__cont-item {
    width: calc((100% - min(120px, 120 / var(--mq) * 1vw)) / 3);
  }
}
.toriemon-scene__cont-item-img {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .toriemon-scene__cont-item-img {
    width: auto;
    margin: 0 0 30px;
  }
}
.toriemon-scene__cont-item-info-ttl {
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.toriemon-scene__cont-item-info-ttl::before {
  content: "";
  width: 5px;
  height: 30px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #ba9f9f 50%, #ba9f9f 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.toriemon-scene__cont-item-info-txt {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .toriemon-scene__cont-item-info-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-scene__cont-item:nth-of-type(1) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .toriemon-scene__cont-item:nth-of-type(3) {
    margin-top: -60px;
  }
}
.toriemon-scene__deco-item {
  max-width: max-content;
  width: 60%;
  position: absolute;
  z-index: -3;
}
.toriemon-scene__deco-item--01 {
  top: min(240px, 240 / var(--mq) * 1vw);
  left: 0;
}
.toriemon-scene__deco-item--02 {
  bottom: max(-200px, -200 / var(--mq) * 1vw);
  right: 0;
}

.cmn-news {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
  position: relative;
  z-index: 1;
}

.toriemon-shop {
  padding: min(240px, 240 / var(--mq) * 1vw) 0 min(120px, 120 / var(--mq) * 1vw);
  margin-top: max(-120px, -120 / var(--mq) * 1vw);
  position: relative;
}
.toriemon-shop::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a40001;
  clip-path: polygon(0 min(240px, 240 / var(--mq) * 1vw), 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.toriemon-shop__map {
  max-width: 1060px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: min(50px, 50 / var(--mq) * 1vw) 15px;
  margin: 0 auto min(80px, 80 / var(--mq) * 1vw);
}
.toriemon-shop__map-img {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.toriemon-shop__map-txt {
  font-size: min(3.8vw, 1.8rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .toriemon-shop__map-txt {
    font-size: 2.1rem;
  }
}
.toriemon-shop__map-txt strong {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .toriemon-shop__map-txt strong br {
    display: none;
  }
}
.toriemon-shop__slider .top-scene__slider-img img {
  border-radius: 0;
}

.toriemon-overview {
  background: url(/system_panel/uploads/images/bg_toriemon01.jpg) no-repeat center center/cover;
}

.jyu .header__content-info-logo {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .jyu .header__content-info-logo {
    width: auto;
  }
}

.jyu-fv {
  position: relative;
}
.jyu-fv::before {
  content: "";
  width: 100vw;
  height: 65%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.jyu-catch {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.jyu-catch__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .jyu-catch__cont {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .jyu-catch__cont-info {
    max-width: 600px;
    flex: 1;
    padding-top: min(120px, 120 / var(--mq) * 1vw);
  }
}
.jyu-catch__cont-info-ttl {
  font-family: var(--jyu_font);
  font-size: min(10vw, 5rem);
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .jyu-catch__cont-info-ttl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .jyu-catch__cont-info-ttl {
    font-size: min(5vw, 7rem);
  }
}
.jyu-catch__cont-info-ttl span {
  font-weight: 700;
}
.jyu-catch__cont-info-txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .jyu-catch__cont-info-txt {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .jyu-catch__cont-info-txt {
    font-size: min(2.5vw, 3rem);
  }
}
.jyu-catch__cont-img {
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .jyu-catch__cont-img {
    max-width: 520px;
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .jyu-catch__cont-img-inr {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .jyu-catch__cont-img-inr {
    margin-left: max((1200px - 100vw) / 2, -220px);
  }
}
.jyu-catch__bg {
  max-width: max-content;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -6;
}

.cmn-jyu-ttl {
  text-align: center;
  position: relative;
}
.cmn-jyu-ttl::before {
  content: "";
  max-width: 200px;
  width: 30%;
  aspect-ratio: 200/193;
  background: url(/system_panel/uploads/images/icon_jyu-ttl01.png) no-repeat center center/contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.cmn-jyu-ttl__str {
  display: inline-block;
  font-family: var(--jyu_font);
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .cmn-jyu-ttl__str {
    font-size: 4.6rem;
  }
}

.jyu-kodawari {
  padding: min(240px, 240 / var(--mq) * 1vw) 0 min(120px, 120 / var(--mq) * 1vw);
  margin-top: max(-150px, -150 / var(--mq) * 1vw);
  position: relative;
}
.jyu-kodawari::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_jyu01.jpg) no-repeat center center/cover;
  clip-path: polygon(0 min(240px, 240 / var(--mq) * 1vw), 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.jyu-kodawari__ttl {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
.jyu-kodawari__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  margin-bottom: min(160px, 160 / var(--mq) * 1vw);
  position: relative;
}
.jyu-kodawari__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.jyu-kodawari__item::before {
  content: "";
  width: calc(50vw - 50% + 55%);
  height: 80%;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -4;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item-info {
    max-width: 550px;
    flex: 1;
  }
}
.jyu-kodawari__item-info-ttl {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item-info-ttl {
    margin-right: max(-15vw, -250px);
  }
}
.jyu-kodawari__item-info-txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .jyu-kodawari__item-info-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item-img {
    max-width: 600px;
    width: 50%;
  }
}
.jyu-kodawari__item-img-inr {
  position: relative;
  margin-right: -15px;
}
@media screen and (min-width: 1230px) {
  .jyu-kodawari__item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -240px);
  }
}
.jyu-kodawari__item-img-cont--01 {
  width: 40%;
  margin-bottom: -10%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item-img-cont--01 {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-90%);
  }
}
.jyu-kodawari__item-img-cont--01 img {
  border-radius: 50%;
}
.jyu-kodawari__item-icon {
  max-width: max-content;
  width: 40%;
  position: absolute;
  top: max(-100px, -100 / var(--mq) * 1vw);
  left: max(50% - 50vw, -240px);
  z-index: -3;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.jyu-kodawari__item:nth-of-type(2n)::before {
  right: calc(50% - 50vw);
  left: auto;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-info-ttl {
    margin-right: 0;
    margin-left: max(-15vw, -250px);
  }
}
.jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-img-inr {
  margin-right: 0;
  margin-left: -15px;
}
@media screen and (min-width: 1230px) {
  .jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -240px);
  }
}
.jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-img-cont--01 {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-img-cont--01 {
    margin: 0;
    right: auto;
    left: 0;
  }
}
.jyu-kodawari__item:nth-of-type(2n) .jyu-kodawari__item-icon {
  right: max(50% - 50vw, -240px);
  left: auto;
}

.jyu-scene {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.jyu-scene::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_jyu01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.jyu-scene::after {
  content: "";
  width: 100%;
  aspect-ratio: 1920/1100;
  background: url(/system_panel/uploads/images/bg_jyu03.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
@media screen and (min-width: 1024px) {
  .jyu-scene::after {
    aspect-ratio: 1920/575;
  }
}
.jyu-scene__ttl.subpage-ttl03 {
  color: #000;
}
.jyu-scene__cont-item-info-ttl::before {
  background: linear-gradient(180deg, #a40d11 0%, #a40d11 50%, #ba9f9f 50%, #ba9f9f 100%);
}

.jyu-menu {
  position: relative;
}
.jyu-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_jyu02.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.jyu-menu__ttl {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
  z-index: 1;
}
.jyu-menu__ttl.cmn-jyu-ttl::before {
  background: url(/system_panel/uploads/images/icon_jyu-ttl02.png) no-repeat center center/contain;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.jyu-menu__ttl-str.cmn-jyu-ttl__str {
  color: #000;
  writing-mode: horizontal-tb;
}
.jyu-menu__box-tab-item.cmn-menu__box-tab-item {
  background-color: #999;
}
.jyu-menu__box-tab-item.cmn-menu__box-tab-item.active {
  background-color: #000;
}
.jyu-menu__bnr {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: min(100px, 100 / var(--mq) * 1vw) auto 0;
}
@media screen and (min-width: 1024px) {
  .jyu-menu__bnr {
    max-width: none;
    margin: min(100px, 100 / var(--mq) * 1vw) 0 0;
  }
}

.jyu-shop.toriemon-shop::before {
  background: url(/system_panel/uploads/images/bg_jyu01.jpg) no-repeat center center/cover;
}

.jyu-overview {
  background: url(/system_panel/uploads/images/bg_jyu02.jpg) no-repeat center center/cover;
}

.supple .header__content-info-logo {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .supple .header__content-info-logo {
    width: auto;
  }
}

.bg-supple {
  position: relative;
}
.bg-supple::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_supple01.jpg) repeat-y center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.supple-fv.sub-fv {
  max-width: 100%;
}

.cmn-supple-ttl {
  text-align: center;
}
.cmn-supple-ttl__jp {
  font-family: var(--supple_font02);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-supple-ttl__jp {
    font-size: 4.6rem;
  }
}
.cmn-supple-ttl__en {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-supple-ttl__en {
    font-size: 2rem;
  }
}

.supple-catch {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  background: url(/system_panel/uploads/images/img_supple-catch01.jpg) repeat-y center center/cover;
}
.supple-catch__ttl {
  font-family: var(--supple_font);
  font-size: min(8vw, 4rem);
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .supple-catch__ttl {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .supple-catch__ttl {
    font-size: min(5vw, 5.6rem);
  }
}
@media screen and (min-width: 1024px) {
  .supple-catch__ttl br {
    display: none;
  }
}
.supple-catch__txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .supple-catch__txt {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .supple-catch__txt {
    font-size: min(2.2vw, 3rem);
    text-align: center;
  }
}

.supple-kodawari {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
}
.supple-kodawari__ttl {
  margin-bottom: 50px;
}
.supple-kodawari__cont-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px 50px;
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  margin-bottom: min(120px, 120 / var(--mq) * 1vw);
  position: relative;
}
.supple-kodawari__cont-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .supple-kodawari__cont-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.supple-kodawari__cont-item::before {
  content: "";
  width: calc(50vw - 50% + 77%);
  height: 80%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -4;
}
.supple-kodawari__cont-item-info {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .supple-kodawari__cont-item-info {
    max-width: 480px;
    flex: 1;
    width: auto;
  }
}
.supple-kodawari__cont-item-info-head {
  margin-bottom: 40px;
}
.supple-kodawari__cont-item-info-head-ttl {
  font-family: var(--supple_font);
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .supple-kodawari__cont-item-info-head-ttl {
    font-size: 5.6rem;
  }
}
.supple-kodawari__cont-item-info-head-en {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #020443;
  position: relative;
}
@media screen and (min-width: 768px) {
  .supple-kodawari__cont-item-info-head-en {
    font-size: 2rem;
  }
}
.supple-kodawari__cont-item-info-head-en::before {
  content: "";
  width: calc(100vw - 30px - 100% - 15px);
  height: 1px;
  background-color: #020443;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 15px), -50%);
}
@media screen and (min-width: 1024px) {
  .supple-kodawari__cont-item-info-head-en::before {
    width: calc(min((100vw - 30px) / 2, 530px) - 100% - 15px - 50px);
  }
}
.supple-kodawari__cont-item-info-txt {
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: min(80px, 80 / var(--mq) * 1vw);
}
.supple-kodawari__cont-item-info-img {
  max-width: 400px;
  width: 80%;
  margin-left: -15px;
}
@media screen and (min-width: 1230px) {
  .supple-kodawari__cont-item-info-img {
    margin-left: max((1200px - 100vw) / 2, -120px);
  }
}
@media screen and (min-width: 1024px) {
  .supple-kodawari__cont-item-img {
    max-width: 600px;
    width: 50%;
  }
}
.supple-kodawari__cont-item-img-inr {
  margin-right: -15px;
}
@media screen and (min-width: 1230px) {
  .supple-kodawari__cont-item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -240px);
  }
}
@media screen and (min-width: 1024px) {
  .supple-kodawari__cont-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.supple-kodawari__cont-item:nth-of-type(2n)::before {
  right: calc(50% - 50vw);
  left: auto;
}
.supple-kodawari__cont-item:nth-of-type(2n) .supple-kodawari__cont-item-info-img {
  margin: 0 -15px 0 auto;
}
@media screen and (min-width: 1230px) {
  .supple-kodawari__cont-item:nth-of-type(2n) .supple-kodawari__cont-item-info-img {
    margin-right: max((1200px - 100vw) / 2, -120px);
  }
}
.supple-kodawari__cont-item:nth-of-type(2n) .supple-kodawari__cont-item-img-inr {
  margin-right: 0;
  margin-left: -15px;
}
@media screen and (min-width: 1230px) {
  .supple-kodawari__cont-item:nth-of-type(2n) .supple-kodawari__cont-item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -240px);
  }
}

.supple-scene {
  padding: min(240px, 240 / var(--mq) * 1vw) 0 min(120px, 120 / var(--mq) * 1vw);
  position: relative;
}
.supple-scene::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_supple02.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.supple-scene__ttl.subpage-ttl03 {
  font-family: var(--supple_font);
}
.supple-scene__cont-item-info-ttl::before {
  background: #020443;
}

.supple-menu.cmn-menu {
  background-color: transparent;
}
.supple-menu__tax.cmn-menu__tax {
  color: #fff;
}
.supple-menu__box-tab-item.cmn-menu__box-tab-item {
  background-color: #999;
}
.supple-menu__box-tab-item.cmn-menu__box-tab-item.active {
  background-color: #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-head-reserve-str {
  border: solid 1px var(--mc01);
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-head-reserve-str.subpage-ttl04 {
  font-family: var(--supple_font);
  color: var(--mc01);
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-ttl {
  border-bottom: solid 1px #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-ttl.subpage-ttl04 {
  font-family: var(--supple_font);
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-price-txt {
  font-family: var(--supple_font);
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-price-num {
  font-family: var(--supple_font);
  color: #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-btn .cmn-btn-anc {
  background-color: #020443;
  border: solid 1px #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-btn .cmn-btn-anc:hover {
  background-color: #fff;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-btn .cmn-btn-anc:hover::before {
  background: url(/system_panel/uploads/images/icon_arrow04.png) no-repeat center center/contain;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-info-btn .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-course-item-img-inr::before {
  background-color: #020443;
}
.supple-menu__box-cont .cmn-menu__box-cont-item-ttl {
  font-family: var(--supple_font);
  color: #020443;
}

.supple-news .top-news__cont-ttl--jp {
  font-family: var(--supple_font02);
  font-weight: 600;
}

.supple-shop {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
}

.supple-overview .cmn-shop-overview__cont-info-table-tr {
  border-top: solid 1px #fff;
}
.supple-overview .cmn-shop-overview__cont-info-table-tr:last-of-type {
  border-bottom: solid 1px #fff;
}
.supple-overview .cmn-shop-overview__cont-info-table-th-str {
  color: #fff;
}
.supple-overview .cmn-shop-overview__cont-info-table-td-str {
  color: #fff;
}

.recruit-catch {
  position: relative;
}
.recruit-catch::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_top-wave01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: max(-100px, -100 / var(--mq) * 1vw);
  left: 0;
  z-index: -2;
}
.recruit-catch__cont-txt {
  text-align: center;
}
.recruit-catch__cont-txt.subpage-ttl06 {
  font-size: min(4.5vw, 2rem);
}
@media screen and (min-width: 768px) {
  .recruit-catch__cont-txt.subpage-ttl06 {
    font-size: min(3vw, 3rem);
  }
}
.recruit-catch__cont-txt strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .recruit-catch__cont-txt strong br {
    display: none;
  }
}

.recruit-merit {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
}
.recruit-merit__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .recruit-merit__list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.recruit-merit__item {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .recruit-merit__item {
    width: calc((100% - min(50px, 50 / var(--mq) * 1vw) * 2) / 3);
  }
}
.recruit-merit__item-img.ojf::before {
  padding-top: 97.1%;
}
.recruit-merit__item-img img {
  border-radius: 0 20px 0 20px;
}
.recruit-merit__item-info {
  max-width: 350px;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 40px 15px;
  margin: max(-80px, -80 / var(--mq) * 1vw) auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-merit__item-info {
    padding: 40px 15px;
  }
}
.recruit-merit__item-info-ttl {
  font-family: var(--sub_font);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--mc01);
  text-align: center;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .recruit-merit__item-info-ttl {
    font-size: 2.1rem;
  }
}
.recruit-merit__item-info-txt {
  letter-spacing: 0.05em;
}

.recruit-job {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
}

.recruit-apply {
  background-color: #f5f0ec;
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
}
.recruit-apply__box {
  background-color: #fff;
  padding: min(100px, 100 / var(--mq) * 1vw) 15px;
}
.recruit-apply__box-table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto min(80px, 80 / var(--mq) * 1vw);
}
.recruit-apply__box-table--mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .recruit-apply__box-table-th.cmn-table__th {
    width: 300px;
    padding-left: 50px;
  }
}
.recruit-apply__box-txt {
  font-family: var(--sub_font);
  font-size: min(4vw, 1.8rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(80px, 80 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .recruit-apply__box-txt {
    font-size: 2.1rem;
  }
}

.scene-wrap {
  padding-bottom: min(120px, 120 / var(--mq) * 1vw);
}

.scene-catch {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
  position: relative;
}
.scene-catch::before {
  content: "";
  width: 100%;
  height: 70%;
  background: url(/system_panel/uploads/images/bg_top-wave01.jpg) no-repeat center center/cover;
  position: absolute;
  top: min(40px, 40 / var(--mq) * 1vw);
  left: 0;
  z-index: -2;
}
.scene-catch__ttl {
  font-family: var(--sub_font);
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scene-catch__ttl {
    font-size: 4rem;
  }
}
.scene-catch__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 min(30px, 30 / var(--mq) * 1vw);
  max-width: 1710px;
  width: 100%;
  padding: 0 15px;
  margin: min(60px, 60 / var(--mq) * 1vw) auto 0;
}
@media screen and (min-width: 768px) {
  .scene-catch__list {
    gap: 0 min(60px, 60 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 1230px) {
  .scene-catch__list {
    margin-top: 0;
  }
}
.scene-catch__item {
  width: calc((100% - min(60px, 60 / var(--mq) * 1vw)) / 3);
}
@media screen and (min-width: 768px) {
  .scene-catch__item {
    width: calc((100% - min(120px, 120 / var(--mq) * 1vw)) / 3);
  }
}
.scene-catch__item img {
  border-radius: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .scene-catch__item img {
    border-radius: 0 50px 0 50px;
  }
}
.scene-catch__item:nth-of-type(2) {
  margin-top: min(120px, 120 / var(--mq) * 1vw);
}
.scene-catch__item:nth-of-type(2) img {
  border-radius: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .scene-catch__item:nth-of-type(2) img {
    border-radius: 50px 0 50px 0;
  }
}
.scene-catch__item:nth-of-type(3) {
  margin-top: max(-60px, -60 / var(--mq) * 1vw);
}
.scene-catch__item:nth-of-type(3) img {
  border-radius: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .scene-catch__item:nth-of-type(3) img {
    border-radius: 50px 0 50px 0;
  }
}

.scene-cont {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
}
.scene-cont__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px 50px;
  margin-bottom: min(120px, 120 / var(--mq) * 1vw);
}
.scene-cont__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .scene-cont__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.scene-cont__item-bg {
  position: relative;
}
.scene-cont__item-bg::before {
  content: "";
  width: 100vw;
  height: calc(100% + min(540px, 540 / var(--mq) * 1vw));
  background: url(/system_panel/uploads/images/bg_top-catch01.jpg) no-repeat center center/cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(120px, 120 / var(--mq) * 1vw)), 50% 100%, 0 calc(100% - min(120px, 120 / var(--mq) * 1vw)));
  position: absolute;
  bottom: max(-80px, -80 / var(--mq) * 1vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}
.scene-cont__item-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .scene-cont__item-info {
    max-width: 450px;
    flex: 1;
    padding-top: min(100px, 100 / var(--mq) * 1vw);
    margin-bottom: 0;
  }
}
.scene-cont__item-info-ttl {
  border-bottom: solid 1px var(--mc01);
  margin-bottom: 30px;
}
.scene-cont__item-info-txt {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.scene-cont__item-info-btn .cmn-btn {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.scene-cont__item-info-btn .cmn-btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .scene-cont__item-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .scene-cont__item-img {
    max-width: 630px;
    width: 52.5%;
  }
}
.scene-cont__item-img-inr {
  margin-right: -15px;
}
@media screen and (min-width: 1230px) {
  .scene-cont__item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -120px);
  }
}
.scene-cont__item-img-box {
  max-width: 450px;
  width: 60%;
}
.scene-cont__item-img-box--02 {
  margin-top: max(-180px, -180 / var(--mq) * 1vw);
  margin-left: auto;
}
.scene-cont__item-img-box img {
  border-radius: 0 50px 0 50px;
}
@media screen and (min-width: 1024px) {
  .scene-cont__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.scene-cont__item:nth-of-type(2n) .scene-cont__item-img-inr {
  margin-right: 0;
  margin-left: -15px;
}
@media screen and (min-width: 1230px) {
  .scene-cont__item:nth-of-type(2n) .scene-cont__item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -120px);
  }
}
.scene-cont__item:nth-of-type(2n) .scene-cont__item-img-box--01 {
  margin-left: auto;
}
.scene-cont__item:nth-of-type(2n) .scene-cont__item-img-box--02 {
  margin-left: 0;
}

.scene-bar {
  padding: min(120px, 120 / var(--mq) * 1vw) 0;
  position: relative;
}
.scene-bar::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(/system_panel/uploads/images/bg_scene-bar01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.scene-bar__ttl {
  font-family: var(--sub_font);
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .scene-bar__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .scene-bar__ttl br {
    display: none;
  }
}
.scene-bar__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont {
    flex-direction: row;
    align-items: stretch;
    gap: min(70px, 70 / var(--mq) * 1vw);
    max-width: none;
    margin: 0;
  }
}
.scene-bar__cont-img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont-img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont-img.ojf::before {
    content: none;
  }
}
.scene-bar__cont-img img {
  border-radius: 0 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont-img img {
    border-radius: 0 0 0 50px;
  }
}
.scene-bar__cont-info {
  padding: min(40px, 40 / var(--mq) * 1vw) 15px;
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont-info {
    max-width: 465px;
    flex: 1;
    padding: min(100px, 100 / var(--mq) * 1vw) 15px min(40px, 40 / var(--mq) * 1vw) 0;
    margin-bottom: 0;
  }
}
.scene-bar__cont-info-ttl {
  border-bottom: solid 1px var(--mc01);
  margin-bottom: 30px;
}
.scene-bar__cont-info-txt {
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
.scene-bar__cont-info-btn .cmn-btn {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.scene-bar__cont-info-btn .cmn-btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .scene-bar__cont-info-btn .cmn-btn-anc {
    margin-left: 0;
  }
}

.about-catch {
  padding-top: min(120px, 120 / var(--mq) * 1vw);
  position: relative;
}
.about-catch::before {
  content: "";
  width: 100%;
  height: 55%;
  background: url(/system_panel/uploads/images/bg_top-wave01.jpg) no-repeat center center/cover;
  position: absolute;
  top: min(100px, 100 / var(--mq) * 1vw);
  left: 0;
  z-index: -2;
}
.about-catch__cont-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.about-catch__cont-ttl.subpage-ttl06 {
  font-size: min(4.5vw, 2rem);
}
@media screen and (min-width: 768px) {
  .about-catch__cont-ttl.subpage-ttl06 {
    font-size: min(3vw, 3rem);
  }
}
@media screen and (min-width: 768px) {
  .about-catch__cont-ttl br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-catch__cont-txt {
    text-align: center;
  }
}

.about-shop {
  padding: min(70px, 70 / var(--mq) * 1vw) 0 min(120px, 120 / var(--mq) * 1vw);
}
.about-shop__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .about-shop__cont {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.about-shop__cont-item {
  max-width: 450px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .about-shop__cont-item {
    max-width: 667px;
    width: calc((100% - 12px) / 3);
  }
}
.about-shop__cont-item-img.ojf:before {
  padding-top: 65%;
}
@media screen and (min-width: 1024px) {
  .about-shop__cont-item-img.ojf:before {
    padding-top: 140%;
  }
}
.about-shop__cont-item-logo {
  max-width: max-content;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-shop__cont-item:first-of-type .about-shop__cont-item-img img {
  border-radius: 0 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .about-shop__cont-item:first-of-type .about-shop__cont-item-img img {
    border-radius: 0 0 0 50px;
  }
}
.about-shop__cont-item:last-of-type .about-shop__cont-item-img img {
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 1024px) {
  .about-shop__cont-item:last-of-type .about-shop__cont-item-img img {
    border-radius: 0 50px 0 0;
  }
}

.cmn-youtube__ttl.subpage-ttl01 {
  font-size: min(6vw, 2.6rem);
  text-align: center;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .cmn-youtube__ttl.subpage-ttl01 {
    font-size: 3.6rem;
  }
}
.cmn-youtube__cont {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.cmn-youtube__cont-movie {
  width: 100%;
  aspect-ratio: 16/9;
}

.jyu-youtube {
  position: relative;
}
.jyu-youtube::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/bg_jyu01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.jyu-youtube__ttl.subpage-ttl01 {
  color: #fff;
}

.sitemap-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(50px, 50 / var(--mq) * 1vw);
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .sitemap-cont {
    max-width: none;
  }
}
.sitemap-cont__box {
  width: calc((100% - min(50px, 50 / var(--mq) * 1vw)) / 2);
}
@media screen and (min-width: 1024px) {
  .sitemap-cont__box {
    width: calc((100% - min(150px, 150 / var(--mq) * 1vw)) / 4);
  }
}
.sitemap-cont__box-item {
  margin-bottom: 5px;
}
.sitemap-cont__box-item:last-of-type {
  margin-bottom: 0;
}
.sitemap-cont__box-item-anc-str {
  font-weight: 500;
}
.sitemap-cont__box-item-menu-anc-str {
  padding-left: 15px;
  position: relative;
}
.sitemap-cont__box-item-menu-anc-str::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sitemap-contact {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .sitemap-contact {
    max-width: none;
  }
}

.translate-language {
  display: block;
  width: 100%;
  text-align: right;
}