@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 32px);
}

ol, ul {
  list-style: none;
}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  font-family: "hiragino kaku gothic pron", Verdana, 游ゴシック, YuGothic, Meiryo, sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

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

body {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  body {
    font-size: 16px;
  }
}

/* 基準はSP、PCのブレークポイントは1000px */
@media screen and (max-width: 999px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-visible {
    display: none !important;
  }
}

/*---------- ページコンテンツ コンテナ ----------*/
/* サイドバーあり */
/* サイドバーなし */
.Item, .Option, .System {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  .Item, .Option, .System {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin: 20px auto 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .Item::after, .Option::after, .System::after {
    content: "";
    position: absolute;
    top: -47px;
    left: -124px;
    width: 1170px;
    height: 200px;
    background: url("/static/img/common/title_ornament_wh.png") left top no-repeat;
    z-index: 0;
    pointer-events: none;
  }
}

/*---------- ページコンテンツ タイトル ----------*/
.Item__ttl, .Option__ttl, .System__ttl {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #2b1700;
  display: block;
  margin: 5px auto;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}
.Item__ttl i, .Option__ttl i, .System__ttl i {
  color: #8c272d;
  margin-right: 3px;
}
.Item__ttl .small-txt, .Option__ttl .small-txt, .System__ttl .small-txt {
  font-size: 12px;
  color: #808080;
}
@media screen and (min-width: 1000px) {
  .Item__ttl, .Option__ttl, .System__ttl {
    border: none;
    margin: 0 auto 20px;
    padding: 0;
    height: 76px;
  }
}

/*---------- ページコンテンツ インナー ----------*/
/*---------- 女性 画像種別 一覧(最新版！20240919以降) ----------*/
.Label__1 {
  background: rgba(213, 70, 160, 0.8);
}
.Label__1::before {
  content: "入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #47005b;
}
.Label__2 {
  background: rgba(56, 124, 78, 0.8);
}
.Label__2::before {
  content: "新 人";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #225b00;
}
.Label__3 {
  background: rgba(202, 162, 0, 0.8);
}
.Label__3::before {
  content: "復 帰";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b5400;
}
.Label__4 {
  background: rgba(229, 107, 0, 0.8);
}
.Label__4::before {
  content: "更 新";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b2900;
}
.Label__5 {
  background: rgba(62, 103, 193, 0.8);
}
.Label__5::before {
  content: "ブログ";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}
.Label__6 {
  background: rgba(0, 192, 40, 0.6);
}
.Label__6::before {
  content: "体 験入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}
.Label__7 {
  background: rgba(106, 0, 255, 0.6);
}
.Label__7::before {
  content: "デ リバ リ";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #33005b;
}

/*---------- 女性 画像種別 一覧(20240919以前 バックアップ) ----------*/
/*---------- 女性 出勤情報 一覧 ----------*/
.Gals {
  /*本日出勤*/
}
.Gals__list-item-schedule--today {
  background: rgba(186, 0, 0, 0.6);
}
.Gals {
  /*次回出勤日*/
}
.Gals__list-item-schedule--next {
  background: rgba(78, 0, 186, 0.6);
}
.Gals {
  /*未定・未入力*/
}
.Gals__list-item-schedule--Undecided {
  visibility: hidden;
}

/*---------- 女性 タイプ 一覧 ----------*/
.Type {
  /*人妻*/
}
.Type {
  /*癒し系*/
}
.Type {
  /*色白*/
}
.Type {
  /*AF可*/
}
/*
  リスト左寄せオートレイアウト調整
  ※VScodeのSassLintがうまく機能していないせいでエラー表示出てますが壊れているわけではないです。

  $gap: リストアイテム間の余白,
  $minCount:　リストアイテムの最小の横並びの数,
  $maxCount:　リストアイテムの最小の横並びの数,
  $childWidth:　リストアイテムの横幅の最大値(可変基準）,
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-align: center;
  background: #eeeedf url("/static/img/common/bg.jpg") center top repeat-x;
  -webkit-text-size-adjust: none;
  color: #332c12;
}

a {
  color: #2b1700;
  text-decoration: none;
}

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

.Wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  text-align: left;
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #a7a18a;
  border-left: 1px solid #a7a18a;
  border-bottom: 1px solid #a7a18a;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.03);
  background-image: url("/static/img/common/pattern_bg.png");
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .Wrapper {
    margin: 0 auto;
    min-width: 1000px;
    max-width: none;
    padding: 0 calc((100% - 1000px) / 2);
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    background: none;
    border: none;
  }
}
@media (max-width: 814px) {
  .Wrapper {
    border-width: 0 0 1px 0;
  }
}

.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

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

@media screen and (min-width: 1000px) {
  .Common__tel-btn {
    display: none;
  }
}
.Common__tel-btn a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn a span {
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 481px) {
  .Common__tel-btn a span {
    font-size: 14px;
  }
}
.Common__tel-btn a p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Common__tel-btn a p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

@media screen and (min-width: 1000px) {
  .Common__reservation-btn {
    display: none;
  }
}
.Common__reservation-btn a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #612a2a;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to right, #e4d5ca 0%, #ffffff 50%, #e4d5ca 100%);
  display: flex;
  justify-content: center;
  border: 2px solid #612a2a;
  align-items: center;
}
.Common__reservation-btn a span {
  text-align: left;
  font-size: 12px;
  width: 72px;
  border-right: 1px solid rgba(97, 42, 42, 0.4);
  line-height: 1.3;
}
.Common__reservation-btn a p {
  font-family: "Times New Roman", Times, serif;
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  white-space: nowrap;
}
.Common__reservation-btn a p i {
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #612a2a;
}

/* Common-header__banners */
.Common-header__banners {
  display: none;
}
@media screen and (min-width: 1000px) {
  .Common-header__banners {
    display: block;
    overflow: hidden;
    padding-top: 10px;
  }
}
.Common-header__banners-list {
  display: flex;
  gap: 3px;
}
.Common-header__banners-list-item {
  width: 180px;
}

/* Common__tel-btn-link */
.Common__tel-btn-link {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn-link span {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.Common__tel-btn-link p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.Common__tel-btn-link p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

/* Common-sidebar__schedule */
.Common-sidebar__schedule {
  background: url("/static/img/common/bg_pickup.png") center bottom no-repeat;
  padding-bottom: 42px;
  margin-bottom: 15px;
}
.Common-sidebar__schedule-ttl {
  text-align: center;
}
.Common-sidebar__schedule-list-outer {
  position: relative;
  background: #fff;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}
.Common-sidebar__schedule-list-item:first-of-type {
  margin-bottom: 6px;
}
.Common-sidebar__schedule-link {
  display: flex;
  width: 100%;
  color: #332c12;
  text-decoration: none;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.Common-sidebar__schedule-thumb {
  display: block;
  margin-right: 6px;
  width: 120px;
  aspect-ratio: 1/1;
}
.Common-sidebar__schedule-detail {
  width: 112px;
  text-align: center;
  overflow: hidden;
}
.Common-sidebar__schedule-detail-name {
  font-size: 24px;
  line-height: 38px;
  margin-top: 30px;
}
.Common-sidebar__schedule-detail-name span {
  font-size: 12px;
  line-height: 1em;
}
.Common-sidebar__schedule-detail-size {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: -0.03em;
}
.Common-sidebar__schedule-detail-type {
  width: 70%;
  margin: 0 auto;
}
.Common-sidebar__schedule-detail-type li {
  margin-bottom: 3px;
}

/* Common-footer__banners */
.Common-footer__banners-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: 10px auto;
  gap: 0 5px;
}
@media screen and (min-width: 1000px) {
  .Common-footer__banners-list {
    display: none;
  }
}
.Common-footer__banners-list-item {
  width: calc((100% - 6px) / 2);
  margin-bottom: 0px;
}
.Common-footer__banners-list-item:nth-child(-n+2) {
  margin-bottom: 6px;
}
.Common-footer__banners-list-item img {
  width: 100%;
  height: auto;
}

/* 初回読み込み時にモーダル内のコンテンツが表示されるのを防ぐ */
.Modal__content {
  visibility: hidden;
}

common-header,
common-pagetop,
common-footer,
common-sidebar,
common-global-menu {
  opacity: 1;
  transition: 0.1s opacity 0.3s ease;
}
common-header:not(:defined),
common-pagetop:not(:defined),
common-footer:not(:defined),
common-sidebar:not(:defined),
common-global-menu:not(:defined) {
  visibility: hidden;
  pointer-events: none;
  display: block;
  opacity: 0;
}

common-header:not(:defined) {
  height: 178px;
}
@media screen and (min-width: 1000px) {
  common-header:not(:defined) {
    height: 153px;
  }
}

common-footer:not(:defined) {
  height: 430px;
}
@media screen and (min-width: 1000px) {
  common-footer:not(:defined) {
    height: 180px;
  }
}

.System {
  min-width: 350px;
}
.System::after {
  background: url("/static/img/common/title_ornament_w.png") left top no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .System__inner {
    padding-bottom: 60px;
  }
}
.System__compare {
  width: 100%;
  margin: 15px auto;
}
@media screen and (min-width: 1000px) {
  .System__compare {
    width: 87.5%;
  }
}
.System__compare-modal {
  width: 100%;
  box-sizing: border-box;
  max-width: 700px;
  margin: 30px auto;
  padding: 10px 2% 20px;
  border: 2px solid #aaa;
  background: #fff;
  text-align: left;
  color: #31220f !important;
}
.System__option-tab-list {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.System__option-tab-btn, .System__option-tab-btn--active {
  width: 50%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a67c52;
  background: #c6b198;
  box-shadow: rgba(117, 84, 84, 0.2) 2px 1px 1px 2px inset;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1000px) {
  .System__option-tab-btn, .System__option-tab-btn--active {
    width: 235px;
    height: auto;
    padding: 8px 0 0;
    border: none;
    background: none;
    box-shadow: none;
  }
}
.System__option-tab-btn--active {
  pointer-events: none;
  background: #fff;
  font-weight: bold;
  box-shadow: none;
}
@media screen and (min-width: 1000px) {
  .System__option-tab-btn--active {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .System__content-unit {
    border: 1px solid #ece9dd;
    padding: 18px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    min-height: 630px;
  }
}
@media screen and (min-width: 1000px) {
  .System__banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1000px) {
  .System__banner-list-item {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 1000px) {
  .System__tax-info {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
  }
}
.System__tax-info span {
  font-size: 140%;
}
@media screen and (min-width: 1000px) {
  .System__other-info {
    margin: 10px 0 18px;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .System__other-info-ttl {
    display: inline-block;
    font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
    background: #9e5baf;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #70377e;
    border-radius: 5px 0 0 5px;
    height: 60px;
    line-height: 60px;
    padding: 0 5px 0 15px;
    margin: 0 20px 0 0;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .System__other-info-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #9e5baf;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .System__other-info-txt {
    display: inline-block;
    height: 60px;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .System__other-info-txt:last-child {
    display: flex;
    align-items: center;
  }
}
.System__system-ttl {
  margin: 30px auto 10px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background: #e8e4dc;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.System__system-list-outer {
  margin-bottom: 10px;
  font-size: 16px;
}
.System__system-txt:not(:last-of-type) {
  margin: 0 0 10px;
}
.System__system-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 5px;
}
.System__system-list-ttl {
  padding: 0.5rem;
  border-bottom: 1px solid #cabfb4;
  background: #e8e4dc;
  letter-spacing: 0.03em;
}
.System__system-list-ttl:last-of-type {
  border: none;
}
.System__system-list-txt {
  padding: 0.5rem;
  border-bottom: 1px solid #dfd9d3;
  background: #f8f7f5;
  text-align: justify;
  letter-spacing: 0.03em;
}
.System__system-list-txt:last-of-type {
  border: none;
}
.System__system-list-txt--reserve:first-of-type {
  border-bottom: 1px solid #dfd9d3;
  padding-bottom: 4px;
}
.System__system-list-txt--reserve:last-of-type {
  padding-top: 4px;
}
.System__system .small {
  font-size: 70%;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 0.03em;
}
.System__course, .System__course--pr, .System__course--ex {
  background: #bfa677;
  box-shadow: rgba(71, 71, 71, 0.2) 0 0 3px 2px inset;
  border-radius: 5px;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .System__course, .System__course--pr, .System__course--ex {
    height: 327px;
    margin-bottom: 24px;
    background: url("/static/img/system/bg_course.png") left top no-repeat;
    box-shadow: none;
    display: flex;
    position: relative;
    border-radius: 0;
  }
}
.System__course:first-of-type .System__course-info, .System__course--pr:first-of-type .System__course-info, .System__course--ex:first-of-type .System__course-info, .System__course:nth-of-type(2) .System__course-info, .System__course--pr:nth-of-type(2) .System__course-info, .System__course--ex:nth-of-type(2) .System__course-info {
  padding: 0 0 60px;
}
@media screen and (min-width: 1000px) {
  .System__course:first-of-type .System__course-info, .System__course--pr:first-of-type .System__course-info, .System__course--ex:first-of-type .System__course-info, .System__course:nth-of-type(2) .System__course-info, .System__course--pr:nth-of-type(2) .System__course-info, .System__course--ex:nth-of-type(2) .System__course-info {
    padding: 15px 20px;
  }
}
.System__course:nth-of-type(2) .System__course-photo .System__course-photo-item:first-of-type, .System__course:nth-of-type(2) .System__course-photo--s .System__course-photo-item:first-of-type, .System__course:nth-of-type(2) .System__course-photo--m .System__course-photo-item:first-of-type, .System__course--pr:nth-of-type(2) .System__course-photo .System__course-photo-item:first-of-type, .System__course--pr:nth-of-type(2) .System__course-photo--s .System__course-photo-item:first-of-type, .System__course--pr:nth-of-type(2) .System__course-photo--m .System__course-photo-item:first-of-type, .System__course--ex:nth-of-type(2) .System__course-photo .System__course-photo-item:first-of-type, .System__course--ex:nth-of-type(2) .System__course-photo--s .System__course-photo-item:first-of-type, .System__course--ex:nth-of-type(2) .System__course-photo--m .System__course-photo-item:first-of-type {
  background: #8c272d;
}
.System__course--ex {
  background: #d7c6a8;
}
@media screen and (min-width: 1000px) {
  .System__course--ex {
    height: 220px;
    background: url("/static/img/system/bg_course_ex.png") left top no-repeat;
  }
}
.System__course--pr {
  background: none;
  box-shadow: none;
}
@media screen and (min-width: 1000px) {
  .System__course--pr {
    height: 575px;
    background: url("/static/img/system/bg_course_pr.png") top left/cover repeat;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.System__course-ttl {
  font-weight: 400;
  height: 120px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .System__course-ttl {
    height: auto;
  }
}
.System__course-ttl img {
  height: 100%;
  width: auto;
}
.System__course-photo, .System__course-photo--s, .System__course-photo--m {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: 50px;
  transition: 0.5s all ease;
}
@media screen and (min-width: 1000px) {
  .System__course-photo, .System__course-photo--s, .System__course-photo--m {
    right: 12px;
    left: auto;
    top: 10px;
    bottom: auto;
    width: 200px;
    height: auto;
    opacity: 1;
  }
}
.System__course-photo-item:first-of-type {
  background: #2b1700;
  color: #fff;
  display: block;
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: -4px;
  text-align: center;
  line-height: 50px;
}
@media screen and (min-width: 1000px) {
  .System__course-photo-item:first-of-type {
    line-height: 1;
    padding: 5px 0 5px 8px;
    box-sizing: border-box;
    border: 1px solid #777;
    background: #900;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
  }
}
.System__course-photo-arrow {
  padding-left: 8px;
  animation: brink1 1.5s infinite;
  color: #ff0;
}
.System__course-info {
  display: none;
}
@media screen and (min-width: 1000px) {
  .System__course-info {
    display: block;
    padding: 15px 20px;
  }
}
.System__course-catch {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  display: inline-block;
  padding: 10px 10px 10px 0;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .System__course-catch {
    position: static;
    display: block;
    padding: 0;
    text-align: left;
    color: #9e5baf;
    font-size: 24px;
    width: auto;
    font-weight: bold;
    font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .System__course-catch--semi {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1000px) {
  .System__course-catch--long {
    letter-spacing: -3.3px;
    font-size: 22px;
  }
}
.System__course-catch-arrow {
  color: #8c272d;
  position: absolute;
  top: 90px;
  right: 10px;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .System__course-catch-arrow {
    display: none;
  }
}
.System__course-txt {
  padding: 10px;
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .System__course-txt {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0;
  }
}
.System__course-premium {
  background: #000;
  border: 3px solid #c49a6d;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px 0;
  border-radius: 5px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  .System__course-premium {
    width: calc((100% - 40px) / 3);
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .System__course-premium-heading {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .System__course-premium-heading h3 {
    width: 350px;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .System__course-premium-heading p {
    font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
  }
}
.System__course-premium-heading p span {
  font-size: 70%;
}
.System__course-premium-price {
  padding: 0 10px 10px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .System__course-premium-price {
    display: block;
    padding: 0;
  }
}
.System__course-premium-price .System__price-list-item {
  width: 100%;
}
.System__course-premium-price p {
  color: #fff;
}
.System__course-price {
  padding: 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .System__course-price {
    padding: 0;
  }
}
.System__price-list, .System__price-list--other, .System__price-list--3p {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.System__price-list:not(:last-of-type), .System__price-list--other:not(:last-of-type), .System__price-list--3p:not(:last-of-type) {
  margin: 0 auto 10px;
}
.System__price-list-ttl {
  width: 100%;
  background-color: #8c272d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.System__price-list-item {
  width: calc((100% - 2px) / 2);
  background: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.03em;
  padding: 5px 0;
}
.System__price-list--3p .System__price-list-ttl {
  background-color: #534741;
}
.System__price-list--other .System__price-list-item {
  width: 100%;
  padding: 2px 0;
}
.System__price-amount {
  display: inline-block;
  padding-left: 5px;
  color: #8c272d;
}
.System__price-amount small {
  font-size: 80%;
}
.System__price-correct-btn {
  margin: 10px auto 0;
}
.System__correct-list {
  width: 100%;
  margin: 10px auto 0;
}
.System__correct-list-item {
  display: block;
}
.System__correct-list-item:first-child .System__correct-list-item-img {
  display: block;
}
.System__correct-list-item-img {
  display: none;
}
.System__howtoplay-ttl {
  margin: 30px auto 10px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #2b1700;
  border-radius: 2px;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-ttl {
    font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
    font-size: 26px;
    color: #2b1700;
    padding: 0 20px 8px;
    border: none;
    margin: 0;
    text-align: left;
    font-weight: normal;
    border-bottom: 2px solid #2b1700;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #2b1700;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
}
.System__howtoplay-flow-baloon {
  text-align: left;
  position: relative;
  width: 95%;
  background-color: #d7c6a8;
  border-radius: 2px;
  margin: 10px auto 15px;
  border: #2b1700 solid 1px;
  padding: 5px;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-baloon {
    color: #fff;
    background: linear-gradient(to bottom, #daa5db 0%, #6b547c 100%);
    margin: 10px auto 40px;
    border: none;
    border-radius: 10px;
    padding: 20px 15px 15px;
  }
}
.System__howtoplay-flow-baloon h4 {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-baloon h4 {
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-baloon h4 span {
    text-shadow: #000 1px 1px 1px;
  }
}
.System__howtoplay-flow-baloon:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #2b1700;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-baloon:not(:last-of-type)::before {
    display: none;
  }
}
.System__howtoplay-flow-baloon:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #d7c6a8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-baloon:not(:last-of-type)::after {
    bottom: -30px;
    left: 42%;
    width: 0;
    height: 0;
    z-index: 2;
    border-top: 20px solid #cfc79d;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
  }
}
.System__howtoplay-flow-btn {
  width: 250px;
  border: 2px solid #ac474d;
  margin: 5px auto;
  text-align: center;
  background: #8c272d;
  color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-flow-btn {
    border: 2px solid #7b7763;
    background: #5b5743;
  }
}
.System__howtoplay-flow-btn a {
  color: #fff;
  display: block;
  padding: 8px 25px;
}
.System__howtoplay-caution {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  margin-top: 12px;
  padding: 1rem;
  color: #000;
}
.System__howtoplay-caution-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  border-bottom: 4px double #2b1700;
  display: inline-block;
  padding: 2px 5px;
}
.System__howtoplay-caution-list {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  text-align: left;
  list-style: square;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-caution-list {
    width: 60%;
  }
}
.System__howtoplay-caution-list-item {
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .System__howtoplay-caution-list-item {
    font-size: 16px;
  }
}
.System__members-ttl {
  margin: 30px auto 10px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #2b1700;
  border-radius: 2px;
}
.System__members-txt {
  font-weight: 700;
  font-size: 18px;
  margin: 10px auto;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .System__members-txt {
    margin: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .System__members-wrap {
    background: url("/static/img/system/sp_bk_item.png") no-repeat, url("/static/img/system/sp_bk.png") no-repeat;
    background-size: 127px 250px, 100% 100%;
    background-position: right bottom;
    padding: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .System__members-img {
    width: 70%;
    margin: 0 auto;
  }
}
.System__delivery {
  background: #798f8d;
  width: 100vw;
  position: relative;
  margin-inline: calc(50% - 50vw);
  margin-top: 30%;
  margin-bottom: 15%;
}
@media screen and (min-width: 1000px) {
  .System__delivery {
    margin-bottom: clamp(0px, 25%, 80px);
    margin-top: 25%;
  }
}
.System__delivery::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1920/180;
  position: absolute;
  bottom: 100%;
  background: url("/static/img/system/delivery/deli__header.png") no-repeat 50% 50%/100% auto;
}
@media (max-width: 999px) {
  .System__delivery::before {
    aspect-ratio: 1000/180;
    background: url("/static/img/system/delivery/deli__header.png") no-repeat 50% 100%/180% auto;
  }
}
.System__delivery::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1920/70;
  position: absolute;
  bottom: 0;
  background: url("/static/img/system/delivery/deli__footer.png") no-repeat 50% 50%/100% auto;
}
@media (max-width: 999px) {
  .System__delivery::after {
    aspect-ratio: 1000/70;
    background: url("/static/img/system/delivery/deli__footer.png") no-repeat 50% 100%/180% auto;
  }
}

.open .System__course-catch-arrow {
  transform: rotate(180deg);
}
.open .System__course-photo, .open .System__course-photo--s, .open .System__course-photo--m {
  opacity: 1;
}

@keyframes brink1 {
  0% {
    color: #ff0;
  }
  49.9% {
    color: #ff0;
  }
  50% {
    color: #ff8f54;
  }
  99.9% {
    color: #ff8f54;
  }
  100% {
    color: #ff0;
  }
}
.pswp__custom-caption {
  background: rgba(75, 150, 75, 0.75);
  border-radius: 4px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  left: 50%;
  max-width: 400px;
  padding: 2px 8px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}

.hidden-caption-content {
  display: none;
}

/* 他店と比較モーダル */
.Modal-comparison__ttl {
  text-align: center;
  display: block;
  margin: 15px auto 20px;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
  border-radius: 10px;
  border-bottom: 5px double #31220f;
  padding-bottom: 10px;
  width: 100%;
}
.Modal-comparison__ttl-txt {
  padding: 5px 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Modal-comparison__ttl-txt::before, .Modal-comparison__ttl-txt::after {
  content: "ஆ";
  display: block;
  font-size: 20px;
  padding-bottom: 8px;
}
.Modal-comparison__ttl-txt::after {
  transform: scale(-1, 1);
}
.Modal-comparison__ttl span {
  display: inline-block;
  vertical-align: bottom;
  border: solid #31220f;
  font-size: 28px;
  padding: 5px;
}
.Modal-comparison__ttl span:first-of-type {
  border-width: 1px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .Modal-comparison__ttl span:first-of-type {
    margin-bottom: 0;
  }
}
.Modal-comparison__ttl span:nth-of-type(2) {
  border-width: 1px;
}
@media screen and (min-width: 1000px) {
  .Modal-comparison__ttl span:nth-of-type(2) {
    border-width: 1px 1px 1px 0;
  }
}
.Modal-comparison__ttl span:nth-of-type(n + 3) {
  border-width: 1px 1px 1px 0;
}
.Modal-comparison__ttl span:last-of-type {
  border: none;
}
.Modal-comparison__ttl span:nth-of-type(n+3) {
  font-size: 20px;
}
.Modal-comparison__list-item {
  clear: both;
  padding: 15px 0 20px;
  border-bottom: 1px solid #31220f;
}
.Modal-comparison__list-item-photos {
  float: right;
  width: 45%;
  padding: 5px;
  box-sizing: border-box;
}
.Modal-comparison__list-item-photos img {
  width: 100%;
  height: auto;
}
.Modal-comparison__list-item:nth-of-type(even) .Modal-comparison__list-item-photos {
  float: left;
}
.Modal-comparison__list-item-number {
  font-size: 18px;
  font-family: リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, メイリオ, Meiryo, serif;
  margin-bottom: 7px;
}
.Modal-comparison__list-item-number .txt {
  padding: 0 3px;
  border-bottom: 3px double #31220f;
  border-right: none;
}
.Modal-comparison__list-item-number .star {
  display: inline-block;
  animation: spin 3s linear infinite;
  will-change: transform;
  color: #900;
}
.Modal-comparison__list-item-number .num {
  font-size: 28px;
  padding: 5px 10px;
  border: 1px solid #31220f;
}
.Modal-comparison__list-item-ttl {
  color: #8c272d;
  margin-bottom: 7px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
}
.Modal-comparison__list-item-content {
  line-height: 1.2;
}
.Modal-comparison__list-item-content .points {
  color: #8c272d;
}
.Modal-comparison__list-item:last-of-type {
  border: none;
}

.Option {
  min-width: 350px;
}
.Option::after {
  background: url("/static/img/common/title_ornament_w.png") left top no-repeat;
}
@media screen and (min-width: 1000px) {
  .Option__inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .Option__play {
    margin: 0 auto 60px;
  }
}
.Option__play-txt {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 20px auto 20px;
}
@media screen and (min-width: 1000px) {
  .Option__play-txt {
    text-align: center;
    margin: 40px auto;
    line-height: 1.7;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: "noto serif jp", リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, serif;
  }
}
.Option__play-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: "noto serif jp", リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, serif;
}
.Option__play-list-item {
  border-radius: 5px;
  border: 1px solid #333;
  padding: 10px;
  position: relative;
  width: 100%;
  background: #fffaf0;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-item {
    width: calc((100% - 12px) / 2);
    padding: 20px 20px 15px;
    border: 1px solid #ce5ea5;
    background: #fff;
    height: min-content;
    border-radius: 0;
  }
}
.Option__play-list-ttl {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
  color: #8c272d;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-ttl {
    font-size: 32px;
    color: #ce5ea5;
    line-height: 1;
  }
}
.Option__play-list-txt {
  font-size: 14px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-txt {
    padding: 10px 0;
    min-height: 90px;
    height: min-content;
    margin: 0;
  }
}
.Option__play-list-price {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  background: #ecea9c;
  border-radius: 5px;
  width: 320px;
  display: inline-block;
  margin: 0 0 0 calc(100% - 320px);
}
@media screen and (min-width: 1000px) {
  .Option__play-list-price {
    padding: 10px;
  }
}
.Option__play-list-price span {
  font-size: 28px;
  display: inline-block;
  padding: 0 0 0 10px;
}
.Option__play-list-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-btn {
    width: auto;
    height: auto;
    top: 142px;
    left: 20px;
    background: url("/static/img/system/option/btn_more_ov.png") center/100% auto no-repeat;
  }
}
.Option__play-list-btn::after {
  content: "more ▼";
  width: 80px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  display: block;
  border-radius: 5px;
  background: #8c272d;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-btn::after {
    display: none;
  }
}
.Option__play-list-btn img {
  transition: 0.1s all ease;
}
.Option__play-list-btn img:hover {
  opacity: 0;
}
.Option__play-list-more {
  display: none;
  padding: 10px 5px 0;
  border-top: 1px solid #ccc;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .Option__play-list-more {
    margin: 15px auto 0;
  }
}
.Option__play-list-more-txt {
  font-family: hiragino kaku gothic pro w3, ヒラギノ角ゴ pro w3, meiryo, ms p gothic, osaka, sans-serif;
  text-align: justify;
  font-size: 14px;
}
.Option__play-list-more-txt span {
  color: #074b76;
}
.Option__play-list-more-txt:last-child {
  padding: 5px 0 0;
  border-top: 1px dotted #999;
  margin: 5px auto 0;
  font-size: 13px;
}

.open .Option__play-list-btn::after {
  content: "more ▲";
}

.Item {
  min-width: 350px;
}
.Item::after {
  background: url("/static/img/common/title_ornament_w.png") left top no-repeat;
}
@media screen and (min-width: 1000px) {
  .Item__inner {
    padding-bottom: 60px;
  }
}
.Item__rental {
  margin: 0 auto 40px;
}
@media screen and (min-width: 1000px) {
  .Item__rental {
    margin: 0 auto 60px;
  }
}
.Item__rental-txt, .Costume__rental-txt {
  font-size: 14px;
  margin: 20px auto;
}
@media screen and (min-width: 1000px) {
  .Item__rental-txt, .Costume__rental-txt {
    text-align: center;
    margin: 40px auto;
    line-height: 1.7;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: "noto serif jp", リュウミン, ヒラギノ明朝 pron w3, 游明朝, YuMincho, ms 明朝, ＭＳ Ｐ明朝, ms pmincho, hiragino mincho pron, serif;
  }
}
.Item__rental-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .Item__rental-list {
    gap: 20px 10px;
  }
}
.Item__rental-list-item {
  width: calc((100% - 10px) / 2);
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .Item__rental-list-item {
    width: calc((100% - 20px) / 3);
  }
}
.Item__rental-list-item--m::after {
  content: "Mコース用";
  width: 68px;
  height: 20px;
  text-align: center;
  display: block;
  font-size: 12px;
  border-radius: 3px;
  line-height: 20px;
  background: #8c272d;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}
.Item__rental-list-item img {
  margin: 0 auto 5px;
}
.Item__rental-list-ttl {
  font-size: 16px;
}
.Item__rental-list-modal-btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  right: 4px;
  background: #19792b;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .Item__rental-list-modal-btn {
    bottom: 30px;
  }
}

.Costume__rental, .Costume__rental--paid, .Costume__rental--mens {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 4px double #aaa;
}
@media screen and (min-width: 1000px) {
  .Costume__rental, .Costume__rental--paid, .Costume__rental--mens {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}
.Costume__rental-txt a {
  color: #1d3fff;
  text-decoration: underline;
}
.Costume__rental-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .Costume__rental-list {
    gap: 15px;
  }
}
.Costume__rental-list-item {
  width: calc((100% - 10px) / 3);
}
@media screen and (min-width: 1000px) {
  .Costume__rental-list-item {
    width: calc((100% - 90px) / 7);
  }
}
.Costume__rental-list-item--first {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .Costume__rental-list-item--first {
    width: calc((100% - 90px) / 7 * 2 + 15px);
  }
}
.Costume__rental-list-item--first img {
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .Costume__rental-list-item--first img {
    height: auto;
  }
}
.Costume__rental-list-ttl {
  padding: 2px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #6a0000 0%, #2d0000 100%);
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.Costume__rental--mens .Costume__rental-list-ttl {
  background: linear-gradient(to top, #00256a 0%, #000e2d 100%);
}
.Costume__rental--paid {
  border: none;
}
.Costume__rental--paid .Costume__rental-list-ttl {
  background: linear-gradient(to top, #6a4600 0%, #2d1000 100%);
}

.Calc {
  --check-img-icon: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22256%22%20height%3D%22256%22%20viewBox%3D%220%200%20256%20256%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1_%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201%20%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%20class%3D%22cls-1%22%20d%3D%22M95.248%2C210.808L18.557%2C133.581l19.207-19.206L95.57%2C172.181%2C221.6%2C46.075%2C240.435%2C64.6Z%22%2F%3E%3C%2Fsvg%3E);
  position: relative;
  z-index: 1;
  margin-block: 1em;
  padding: 3em 2em;
  border-image: url(/static/img/system/bg_simulator.png) 40% fill/140px;
}
@media (width <= 999px) {
  .Calc {
    padding: 1em;
    border-image-width: 100px;
  }
}
.Calc input[type=checkbox] {
  position: relative;
  width: 0.5lh;
  height: 0.5lh;
  border: 1px solid #c4c4c4;
  /*              vertical-align: -0.15lh;*/
  background: #fff;
  margin-inline: 0 0.25em;
  appearance: none;
}
.Calc input[type=checkbox]:checked {
  border: none;
}
.Calc input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  background: var(--check-img-icon) no-repeat scroll 50% 50%/80% auto, #9e5bb0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Calc::after {
  --padding-num: 1em;
  display: block;
  position: absolute;
  width: calc(100% - var(--padding-num));
  height: calc(100% - var(--padding-num));
  /*border: 2px solid rgba(0 0 0 / 50%);*/
  border-image: linear-gradient(90deg, #d3c695, #a2782c) 1/1px;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.Calc__inner {
  max-width: 680px;
  margin-inline: auto;
  container-type: inline-size;
  font-size: 1.3em;
  color: #493b20;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-family: serif;
  font-feature-settings: "palt";
}
@media (width <= 999px) {
  .Calc__inner {
    max-width: none;
    padding: 1em 0.5em;
  }
}
.Calc__ttl {
  text-align: center;
  padding-block: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.5em;
  font-family: serif;
  background: linear-gradient(45deg, #c2aa71, #a37a2f) no-repeat scroll 50% 100%/40px 2px;
}
@media (width <= 999px) {
  .Calc__ttl {
    margin-bottom: 0.25em;
    font-size: 1em;
    padding-block: 0 0.5em;
  }
}
.Calc__subttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (width <= 999px) {
  .Calc__subttl {
    font-size: 0.8em;
  }
}
.Calc__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  line-height: 1.8;
}
.Calc__row-name {
  flex: 0.3;
  display: flex;
  align-items: center;
  container-type: inline-size;
  white-space: nowrap;
  font-weight: bold;
}
@media (width <= 999px) {
  .Calc__row-name {
    flex: 0.5;
  }
}
.Calc__row-name span {
  font-size: 12cqw;
}
@media (width <= 999px) {
  .Calc__row-name span {
    font-size: clamp(10px, 12.5cqw, 18px);
  }
}
.Calc__row-select {
  flex: 1;
  position: relative;
}
.Calc__row-select > select {
  width: 100%;
  height: 100%;
  padding: 0.25em 2.5%;
  border-radius: 0.25em;
  font-size: 0.75em;
  border: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  appearance: none;
}
@media (width <= 999px) {
  .Calc__row-select > select {
    font-size: 0.7em;
  }
}
.Calc__row-select::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  border-top: 1px solid;
  border-right: 1px solid;
  right: 0.5em;
  transform: rotate(135deg);
}
.Calc__option > div:has(label) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0.4em;
  font-family: sans-serif;
}
.Calc__option > div:has(label) label {
  font-size: 0.8em;
}
@media (width <= 999px) {
  .Calc__option > div:has(label) label {
    font-size: 0.6em;
  }
}
.Calc__option > .Calc__option-wrap {
  flex-direction: column;
}
.Calc__option > .Calc__option-wrap label {
  display: block;
}
.Calc__option > .Calc__option-wrap label span {
  font-size: 0.8em;
}
@media (width <= 999px) {
  .Calc__option > .Calc__option-wrap label span {
    display: block;
  }
}
.Calc__total {
  text-align: right;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4;
}
@media (width <= 999px) {
  .Calc__total {
    font-size: 1em;
  }
}
.Calc__hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c2b17a;
  margin: 0;
}

/* デリバリー */
.Delivery__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #e8e8e8;
  font-family: "Times New Roman", Times, serif;
  container-type: inline-size;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .Delivery__inner {
    width: 1000px;
  }
}
.Delivery__sec-ttl, .Delivery__sec-ttl--wider {
  aspect-ratio: 735/192;
  width: 70%;
  max-width: 580px;
  margin: 10cqw auto 3cqw;
  color: #6e4825;
  text-align: center;
  background: url("/static/img/system/delivery/sec-ttl__bg.png") center/100% auto no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 6.5cqw;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 4cqw;
}
@media screen and (min-width: 1000px) {
  .Delivery__sec-ttl, .Delivery__sec-ttl--wider {
    font-size: 5.5cqw;
  }
}
.Delivery__sec-ttl--wider {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.Delivery__sec-ttl--wider span {
  width: 100%;
  font-size: 50%;
  letter-spacing: 0;
  text-indent: 0;
  padding-bottom: 2cqw;
}
.Delivery__sec-txtbox {
  position: relative;
  min-height: 200px;
  height: fit-content;
  width: 92%;
  max-width: 800px;
  background: #ffffff;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .Delivery__sec-txtbox {
    padding: 40px;
  }
}
.Delivery__sec-txtbox::before {
  content: "";
  display: block;
  height: 100%;
  width: 40px;
  background: url("/static/img/system/delivery/txt-box__attachment.png") top -40px right/80px 80px no-repeat, url("/static/img/system/delivery/txt-box__attachment.png") bottom -40px right/80px 80px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .Delivery__sec-txtbox::before {
    width: 76px;
    background: url("/static/img/system/delivery/txt-box__attachment.png") top -76px right/152px 152px no-repeat, url("/static/img/system/delivery/txt-box__attachment.png") bottom -76px right/152px 152px no-repeat;
  }
}
.Delivery__sec-txtbox::after {
  content: "";
  display: block;
  height: 100%;
  width: 40px;
  background: url("/static/img/system/delivery/txt-box__attachment.png") top -40px left/80px 80px no-repeat, url("/static/img/system/delivery/txt-box__attachment.png") bottom -40px left/80px 80px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .Delivery__sec-txtbox::after {
    width: 76px;
    background: url("/static/img/system/delivery/txt-box__attachment.png") top -76px left/152px 152px no-repeat, url("/static/img/system/delivery/txt-box__attachment.png") bottom -76px left/152px 152px no-repeat;
  }
}
.Delivery__sec-txt {
  font-size: clamp(16px, 3.2cqw, 28px);
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: bold;
}
.Delivery__sec-annotation {
  font-size: 2cqw;
  font-size: clamp(13px, 2cqw, 20px);
}
.Delivery__sec-place {
  display: flex;
  border: 2px solid #000;
  border-radius: 2cqw;
  width: fit-content;
  margin: 1.5cqw auto;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}
.Delivery__sec-place li {
  text-align: center;
  font-size: clamp(16px, 2.6cqw, 24px);
  padding: 1.2cqw 3cqw 1cqw;
  flex: 1;
  font-weight: bold;
}
.Delivery__sec-place li:first-of-type {
  background: #486360;
  color: #fff;
}
.Delivery__sec-place li:last-of-type {
  background: #888888;
}
.Delivery__sec-hotels {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.Delivery__sec-hotels li {
  background: #486360;
  color: #fff;
  border-radius: 8px;
  font-size: clamp(13px, 2cqw, 20px);
  padding: 0.8cqw 0 0.5cqw;
}
.Delivery__sec-map {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.Delivery__sec-map img {
  width: 100%;
  height: auto;
}
.Delivery__sec-list {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4px;
}
.Delivery__sec-list li {
  text-align: left;
  font-size: clamp(18px, 3.2cqw, 28px);
  letter-spacing: 0.03em;
  display: grid;
  gap: 4px;
  grid-template-columns: clamp(18px, 3.2cqw, 28px) 1fr;
  text-align: justify;
}
.Delivery__sec-list li::before {
  content: "";
  display: block;
  width: clamp(16px, 3.2cqw, 24px);
  aspect-ratio: 1/1;
  border-radius: 99px;
  background: #000;
}
.Delivery__sec-flow {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.Delivery__sec-flow-item {
  position: relative;
}
.Delivery__sec-flow-item::after {
  content: "";
  display: block;
  height: 28px;
  aspect-ratio: 1.2/1;
  background: #486360;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.Delivery__sec-flow-item:last-of-type::after {
  display: none;
}
.Delivery__sec-flow-item .Delivery__sec-txtbox {
  line-height: 1.5;
  text-align: left;
  min-height: 160px;
}
@media screen and (min-width: 1000px) {
  .Delivery__sec-flow-item .Delivery__sec-txtbox {
    min-height: 200px;
  }
}
.Delivery__price-list {
  width: 92%;
  max-width: 900px;
  margin: 4cqw auto;
  display: flex;
  flex-direction: column;
}
.Delivery__price-ttl {
  margin-top: 2cqw;
  position: relative;
}
.Delivery__price-ttl:first-of-type {
  margin-top: 0;
}
.Delivery__price-ttl::after {
  content: "";
  display: block;
  width: 3.2cqw;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  bottom: 1.06cqw;
  right: 1.06cqw;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transition: rotate 0.3s ease;
}
.Delivery__price-ttl.open::after {
  rotate: 180deg;
}
.Delivery__tel {
  width: 92%;
  max-width: 800px;
  margin: 10cqw auto 25%;
}
/*# sourceMappingURL=index-system.css.map */