﻿
/*clear fix*/
/*
$mq-breakpoints: (
    xs3: 320px,
    xs2: 375px,
    xs: 414px,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xl2: 1280px,
    xl3: 1366px,
);
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*================
 breadClumb
 ================*/
#bread-crumb-list {
  margin: 0 150px 10px;
  position: relative;
}
#bread-crumb-list li {
  display: inline-block;
  font-size: 14px;
}
#bread-crumb-list a span {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #bread-crumb-list {
    margin: 10px auto;
    padding: 0 10px;
    max-width: 100%;
  }
  #bread-crumb-list li {
    font-size: 10px;
  }
  #bread-crumb-list a span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #bread-crumb-list {
    margin: 0;
    padding: 0 35px;
  }
}

/*================
共通パーツ
================*/
@font-face {
  font-family: "EB Garamond-Symbols";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../font/SlGUmQSNjdsmc35JDF1K5GR1SDk_YAPI.woff2) format("woff2");
  unicode-range: U+2026; /* … のみ */
}
body {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  overflow-x: hidden;
  background: #212121;
  position: relative;
}

.video_bg, .fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

::-moz-selection {
  background-color: #8B8B8B;
  color: #fff;
}

::selection {
  background-color: #8B8B8B;
  color: #fff;
}

.topNewface .newface_info .newface_info_inner .c-panel__profile .eng_name span,
.topNewface .newface_info .newface_info_inner .c-panel__profile .c-panel__name .name,
.topnews_in .news_body p,
.topnews_in .news_head h3,
.topevent_in .event_inner .news_head h3,
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile .c-panel__name .eng_name,
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile .c-panel__name .name,
.c-panel__profile .profile__data .js-eng_name,
.ranking_box_inner .c-panel__frame .js-eng_name span,
.c-panel__name,
.ranking_box_inner .c-panel__frame .c-panel__name,
#newslist_inner .news_border article h3,
#newslist_inner .news_border article .comment,
#campaign_inner .campaign_box .news_border article .event_head h3,
#campaign_inner .campaign_box .news_border article .campaign_body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/*フォント*/
h1, #header_info p, .nav_head li a p:last-of-type,
#bread-crumb-list li, #top_access .shop_info table tr td,
#top_instagram .instagram_inner .instagram_left .ig_acc,
.instagram_left .ig_follow, .ban, .address, #copyright small, .foot_menu a, .c-panel__tag li, .c-panel__flow ul li, .room, .room a, .room__title, p.roomAll, .c-panel__size, .shopinfo_box table td, .topevent_in .event_inner .event_body, .topnews_in .news_body p, .event_update, .news_update, .bottom_info_inner p a span,
#recruit_inner table td, #hotel_inner table tr:not(:first-of-type), #contact_inner table td, .campaign_body,
#newslist_inner .comment, .profile_data_list dl, .message_area dd, .prof_table {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

/*---------------------------------
header
-----------------------------------*/
header {
  padding: 0;
  margin: 0 auto;
}
header #logo {
  width: 250px;
  height: auto;
  padding: 10px 0 0;
  text-align: center;
}
header .logo a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 20%;
}

h1 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  color: #7A7A7A;
}

.head_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m_fixed .nav_head, .head_in {
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#212121), to(#000));
  background: -webkit-linear-gradient(right, #000, #212121, #000);
  background: linear-gradient(to left, #000, #212121, #000);
}

#header_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 30px 2% 23px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header_info p {
  text-align: right;
  line-height: 1.5em;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 2px 0 4px;
  max-width: 612px;
}
#header_info .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
#header_info .shop_info p {
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
#header_info .time span:last-of-type {
  margin-right: 0;
}
#header_info .info_bg {
  font-size: 16px !important;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_info .tel, #header_info .time {
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_info .tel span, #header_info .time span {
  margin-right: 5px;
}
#header_info .tel {
  position: relative;
}
#header_info .tel::after {
  content: "";
  background: #fff;
  width: 0px;
  height: 21px;
  display: block;
  position: relative;
  margin: 0 px;
}
#header_info .time {
  border-right: none;
}
#header_info .reception {
  font-size: 14px;
  margin-top: -7px;
}

/* hedear_fixed */
#js_nav_fixed {
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.6);
}
#js_nav_fixed.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
#js_nav_fixed.m_fixed .nav_head {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}

.head_in, #js_drop_nav, .commontitle {
  display: block;
}

/* nav_head */
header nav {
  width: 100%;
  margin: 0;
  z-index: 999;
}
header nav .underline {
  width: 100%;
  position: relative;
}
header nav .underline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#5d5853), color-stop(#E1BF97), to(#715638));
  background: -webkit-linear-gradient(right, #5d5853, #E1BF97, #715638);
  background: linear-gradient(to left, #5d5853, #E1BF97, #715638);
}

#js_drop_nav {
  position: fixed;
}

.nav_head {
  text-align: center;
  padding: 14px 0;
}
.nav_head .is-hidden {
  display: none;
}
.nav_head li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  font-weight: bold;
  padding: 0 12px;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_head li::after {
  content: "";
  background: #464646;
  width: 1px;
  height: 34px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  display: block;
  margin-left: 20px;
  position: relative;
}
.nav_head li:last-child {
  border: none;
}
.nav_head li:last-child::after {
  display: none;
}
.nav_head li a {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.nav_head li a p:first-of-type {
  font-size: 14px;
  line-height: 1.6;
  font-weight: lighter;
}
.nav_head li a p:last-of-type {
  font-weight: 400;
}
.nav_head li a::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.nav_head li a:hover {
  cursor: pointer;
}
.nav_head li a:hover::after {
  width: 100%;
}

/*---------メニュー--------------------------------------------------*/
#contents_nav {
  position: relative;
  display: none;
}

body.is-fixed #contents_nav .header_inner {
  z-index: 600;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
body.is-fixed #contents_nav .header_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
body.is-fixed #contents_nav .header_inner .logo a {
  width: 15%;
  padding: 1% 0;
}

/* 展開式メニュー */
#h_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 0;
  display: none;
  background: #181818;
}
#h_menu.active {
  z-index: 9998;
  height: 100%;
  display: block;
}
#h_menu.active #h_menu_list {
  display: block;
  overflow-y: scroll;
  scrollbar-width: none;
}
#h_menu.active #h_menu_list li {
  opacity: 1;
  top: 0;
  left: 0;
  text-align: center;
}
#h_menu.active #h_menu_list li:nth-child(n+1):nth-child(-n+12) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#h_menu.active #h_menu_list li i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#h_menu li .is-hidden {
  display: none;
}
#h_menu .h_menu_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#h_menu_list {
  padding: 3vw 18vw;
  display: none;
}
#h_menu_list .menu_logo {
  text-align: center;
}
#h_menu_list .menu_logo img {
  max-width: 60%;
}
#h_menu_list .address {
  font-size: 10px;
  color: #fff;
}
#h_menu_list ul {
  margin-bottom: 50px;
}
#h_menu_list li {
  position: relative;
  top: -5px;
  left: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#h_menu_list li:last-child {
  border-bottom: none;
}
#h_menu_list li.active {
  position: relative;
}
#h_menu_list li.active::before {
  content: "";
  background: url(../images/sp_menu_deco.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  left: -2.5rem;
}
#h_menu_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
}
#h_menu_list li p:last-of-type {
  font-size: 10px;
  margin-left: 10px;
  color: #7A7A7A;
}
#h_menu_list li svg {
  position: absolute;
  right: 0;
  top: 35%;
}

/*--ボタン--*/
.is-fixed #h_menu_btn {
  position: fixed;
  top: 8vw;
  z-index: 9997;
}

#h_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9990; /* メニューの下に配置 */
}
#h_menu_overlay.active {
  display: block;
}

#h_menu_btn {
  position: fixed;
  top: 8vw;
  right: 6vw;
  width: 45px;
  height: 45px;
  z-index: 9997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1px;
  overflow: hidden;
}
#h_menu_btn::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#22190e), color-stop(#ffe0bb), to(#22190e)) border-box;
  background: -webkit-linear-gradient(right, #22190e, #ffe0bb, #22190e) border-box;
  background: linear-gradient(to left, #22190e, #ffe0bb, #22190e) border-box;
  width: 6rem;
  height: 6rem;
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-animation: metalHover 3s linear infinite;
          animation: metalHover 3s linear infinite;
}
#h_menu_btn .burgerbg {
  display: block;
  background: #000;
  position: relative;
  inset: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
#h_menu_btn .burgerbg span {
  display: block;
  width: 50%;
  height: 1px;
  border-radius: 5px;
  z-index: 9999;
  position: absolute;
  left: 50%;
  opacity: 1;
  background-color: #A38663;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
          transform: translate(-50%, 0%) rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#h_menu_btn .burgerbg span:first-child {
  top: 15px;
}
#h_menu_btn .burgerbg span:nth-child(2) {
  bottom: 21px;
}
#h_menu_btn .burgerbg span:last-child {
  bottom: 15px;
}
#h_menu_btn.active {
  border: none;
  z-index: 10000;
}
#h_menu_btn.active span:first-child {
  top: 21px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#h_menu_btn.active span:nth-child(2) {
  display: none;
}
#h_menu_btn.active span:last-child {
  bottom: 13;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 21px;
  left: 11px;
}

.sat {
  color: #3D56FF;
}

.sun {
  color: #FF2D30;
}

/*---------------------------------
pagetop
-----------------------------------*/
#pagetop {
  position: fixed;
  right: 2%;
  bottom: 40px;
  z-index: 3;
  width: 54px;
  height: 54px;
}
#pagetop a {
  width: 100%;
  height: 54px;
  font-size: 36px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
#pagetop a::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#22190e), color-stop(#ffe0bb), to(#22190e));
  background: -webkit-linear-gradient(right, #22190e, #ffe0bb, #22190e);
  background: linear-gradient(to left, #22190e, #ffe0bb, #22190e);
  position: absolute;
  width: 5rem;
  height: 5rem;
  -webkit-animation: metalHover 3s linear infinite;
          animation: metalHover 3s linear infinite;
}
#pagetop a span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#pagetop a span svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
#pagetop a:hover {
  scale: 1.05;
}
#pagetop .active {
  bottom: 240px;
  -webkit-transition: 1s;
  transition: 1s;
}

/*---------------------------------
footer
-----------------------------------*/
footer {
  position: relative;
  padding: 70px 0 40px;
  margin-top: 100px;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 60;
  border-top: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#212121), to(#000));
  background: -webkit-linear-gradient(right, #000, #212121, #000);
  background: linear-gradient(to left, #000, #212121, #000);
}

.foot_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 6.5%;
}
.foot_in .foot_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.foot_in .foot_left .address {
  font-size: 14px;
  max-width: 390px;
}
.foot_in .foot_left .reception {
  font-size: 14px;
}
.foot_in .foot_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1100px;
  width: 100%;
}

#f_logo {
  width: 250px;
  margin: 0 0 70px;
}

#footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  margin: -40px 0 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 18px;
}
#footer_info .info_title {
  font-size: 16px;
  margin: 0;
  margin-right: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.f_time, .f_tel {
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.f_tel {
  border-right: 0px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.f_time span {
  font-size: 12px;
  margin: 0 0 0 5px;
  letter-spacing: 0.06em;
}

.f_reservation_system {
  width: 110px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* foot_menu */
.foot_menu {
  text-align: right;
  margin-bottom: 10px;
}
.foot_menu ul {
  max-width: 600px;
}
.foot_menu li {
  display: inline-block;
  margin: 0;
  height: 12px;
  padding: 10px 0 0;
  letter-spacing: 0.08em;
}
.foot_menu li:last-child {
  border-right: none;
}
.foot_menu li:first-child a {
  padding-left: 0;
}
.foot_menu li:last-child a {
  padding-right: 0;
}
.foot_menu a {
  font-size: 14px;
  height: 12px;
  margin: -10px 0 0;
  padding: 0 0 0 16px;
  line-height: 1;
  display: block;
}
.foot_menu a:hover {
  opacity: 0.7;
}

.sns_menu {
  width: 215px;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sns_menu p a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sns_menu svg path {
  fill: #7A7A7A !important;
}
.sns_menu img {
  width: 100%;
  max-width: 26px;
  min-width: 26px;
}

/*モーダルウィンドウ*/
#wechat_code, #kakao_code {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 270px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  -webkit-animation: modal-2-animation 0.6s;
          animation: modal-2-animation 0.6s;
}
#wechat_code p, #kakao_code p {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-align: center;
}
#wechat_code img, #kakao_code img {
  width: 100%;
  max-width: 100%;
}
#wechat_code a, #kakao_code a {
  margin-right: 0;
  width: 100%;
  height: auto;
}
#wechat_code .lb-close, #kakao_code .lb-close {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(../images/lightbox_close.png) top no-repeat;
  background-size: contain;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  right: 0;
  top: -50px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-animation: modal-2-animation 0.6s;
          animation: modal-2-animation 0.6s;
}

/*ban*/
.ban {
  text-align: right;
  padding: 10px 0 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7A7A7A;
}

/* copyright */
#copyright {
  text-align: center;
  padding: 0;
  color: #7A7A7A;
}
#copyright small {
  font-size: 12px;
}

/*画像ホバー*/
.topslide .swiper-wrapper .swiper-slide a img,
#top_gallery .galleryslide .swiper-slide a img,
.c-panel__image a img, .pick_photo img,
.info_banner ul li a img, #top_grouplist .group_inner ul li a img {
  image-rendering: -webkit-optimize-contrast;
}

.topslide .swiper-wrapper .swiper-slide a:hover img,
#top_gallery .galleryslide .swiper-slide a:hover img,
.c-panel__image a:hover img, .c-panel a:hover img,
.info_banner ul li a:hover img, #top_grouplist .group_inner ul li a:hover img {
  opacity: 1;
  -webkit-filter: saturate(30%) grayscale(30%);
          filter: saturate(30%) grayscale(30%);
}

/*---------------------------------
wrap
-----------------------------------*/
#wrap {
  padding: 20px 0 0px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover img {
  opacity: 0.5;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* コーナータイトル */
#content {
  margin: 150px auto 200px;
  position: relative;
}
#content h2 {
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
#content h2 span {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  margin: 0px 0 40px;
}

.newsbtn_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
}
.newsbtn_set .listbtn {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.newsbtn_set .listbtn::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.newsbtn_set .listbtn:hover::after {
  width: 100%;
}
.newsbtn_set .and_more {
  margin-top: -10px;
}
.newsbtn_set .and_more p {
  font-size: 16px;
}

/*システム共通パーツ*/
#top_system, #system #wrap {
  background: #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#system_inner .articleWrap {
  max-width: 665px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 40px;
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  background: #000;
}
#system_inner .articleWrap:last-of-type {
  margin-bottom: 0;
}
#system_inner .articleWrap h3 {
  font-size: 18px;
  color: #A38663;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#system_inner .articleWrap::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: -1px;
  pointer-events: none;
}

#system_inner .articleWrap dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #464646;
  z-index: 1;
  position: relative;
}
#system_inner .articleWrap dl dt, #system_inner .articleWrap dl dd {
  font-size: 16px;
}
#system_inner .articleWrap dl:last-child {
  margin-bottom: 0;
}
#system_inner .articleWrap dl dd {
  text-align: right;
}

/*在籍一覧共通パーツ*/
.beginner {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0px;
  font-size: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: url(../images/beginner.svg) no-repeat center;
}

#cast #girls_inner {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 20px 10px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cast #girls_inner .c-panel__profile {
  height: 11.5rem;
}

#twitter {
  margin-top: 70px;
}

/* twitter設置 */
.girls_box .image {
  position: relative;
}

.snslist {
  position: absolute;
  bottom: 1%;
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 5px;
  z-index: 1;
}
.snslist .twitter-icon {
  display: block;
  width: 30px;
}

.snslist_prof {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.snslist_prof .twitter_bnr {
  width: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*ランキング共通パーツ*/
#top_ranking,
#ranking_area {
  background: #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_ranking::before,
#ranking_area::before {
  content: "";
  background: url(../images/rankingbg.png) no-repeat right bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
#top_ranking .ranking_loop,
#ranking_area .ranking_loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  position: absolute;
  overflow: hidden;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  width: 230px;
  left: -14px;
  top: 0;
}
#top_ranking .ranking_loop li,
#ranking_area .ranking_loop li {
  font-family: "Playfair", serif;
  -webkit-animation: flowingY 20s infinite linear;
          animation: flowingY 20s infinite linear;
  font-size: 200px;
  padding: 0 0 2.5rem 0;
  white-space: nowrap;
  color: #292929;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
}

.ranking_box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1360px;
}
.ranking_box_inner .c-panel {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.ranking_box_inner .c-panel__profile {
  height: 63px;
  padding: 0;
  margin: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking_box_inner .c-panel__frame {
  background: rgba(16, 16, 16, 0.8);
  position: absolute;
  right: -5rem;
  bottom: 2rem;
  width: 200px;
  height: 72px;
  z-index: 1;
}
.ranking_box_inner .c-panel__frame::before {
  content: "";
  background: url(../images/curve.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  display: block;
  position: absolute;
  width: 50px;
  height: 45px;
  left: 0px;
  top: 0;
}
.ranking_box_inner .c-panel__frame .js-eng_name {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.ranking_box_inner .c-panel__frame .js-eng_name span {
  font-style: italic;
}
.ranking_box_inner .c-panel__frame .c-panel__name {
  font-size: 12px;
}
.ranking_box_inner #r_1, .ranking_box_inner #r_2, .ranking_box_inner #r_3 {
  margin-left: 0 !important;
}
.ranking_box_inner #r_1 .js-eng_name, .ranking_box_inner #r_2 .js-eng_name, .ranking_box_inner #r_3 .js-eng_name {
  font-size: 17px;
}
.ranking_box_inner #r_1 {
  max-width: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  width: 100%;
  margin-right: 130px;
}
.ranking_box_inner #r_1 .r_place {
  background: url(../images/th_pc_rank_01.png) no-repeat center top;
  background-size: contain;
  color: transparent;
  width: 260px;
  height: 160px;
}
.ranking_box_inner #r_2 {
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin-right: 120px;
}
.ranking_box_inner #r_2 .r_place {
  background: url(../images/th_pc_rank_02.png) no-repeat center top;
  background-size: contain;
  color: transparent;
  width: 260px;
  height: 160px;
}
.ranking_box_inner #r_3 {
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
.ranking_box_inner #r_3 .r_place {
  background: url(../images/th_pc_rank_03.png) no-repeat center top;
  background-size: contain;
  color: transparent;
  width: 260px;
  height: 160px;
}
.ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 250px;
  margin-right: 93px;
}
.ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3):nth-of-type(3) {
  margin-right: 0 !important;
}
.ranking_box_inner .c-panel:last-of-type {
  margin-right: 0 !important;
}
.ranking_box_inner .r_place {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
}
.ranking_box_inner .c-panel__image {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1201px) and (max-width: 1314px) {
  .ranking_box_inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ranking_box_inner #r_3 {
    margin-right: 0 !important;
  }
  .ranking_box_inner .c-panel {
    margin-right: 3vw !important;
  }
  .ranking_box_inner .c-panel:last-of-type {
    margin-right: 0 !important;
  }
  .ranking_box_inner .c-panel:nth-child(even):last-of-type {
    margin-right: auto !important;
    margin-left: 2.3%;
  }
}

.ranking_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ranking_frame .ranking_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem;
}
.ranking_frame .ranking_title::before {
  border-top: 2px solid #A38663;
  border-left: 2px solid #A38663;
  right: 50%;
  bottom: 0;
}
.ranking_frame .ranking_title::after {
  border-bottom: 2px solid #A38663;
  border-right: 2px solid #A38663;
  left: 50%;
  bottom: 0;
}
.ranking_frame .ranking_title::before, .ranking_frame .ranking_title::after {
  content: "";
  width: 6em;
  height: 1.5em;
  position: relative;
  display: block;
}
.ranking_frame .ranking_title .titlebar {
  color: #A38663;
  font-size: 24px;
  position: relative;
  line-height: 1;
  max-width: 1000px;
  text-align: center;
}

/*パネル共通*/
.c-panel {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.c-panel a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-panel a:hover img {
  opacity: 1;
}

.room_cpanel {
  height: 13rem !important;
}

.c-panel__profile {
  text-align: center;
  padding: 10px 1rem;
  margin: 0;
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  position: relative;
  height: 11.5rem;
}
.c-panel__profile .profile__data {
  height: 65px;
  margin-bottom: 5px;
}
.c-panel__profile .profile__data .js-eng_name {
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.c-panel__profile .profile__data .js-eng_name span {
  font-style: italic;
}

.c-panel__name {
  font-size: 12px;
  font-weight: bold;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-panel__time {
  font-size: 12px;
  z-index: 2;
  text-align: center;
}
.c-panel__time span {
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-panel__time span::before {
  position: relative;
  width: 14px;
  height: 14px;
  content: "";
  top: 0;
  background: url(../images/icon--time.svg) no-repeat top;
  background-size: contain;
  margin-right: 7px;
}

.c-panel__image {
  position: relative;
  overflow: hidden;
}
.c-panel__image .twitter-icon a img {
  aspect-ratio: 1;
  -webkit-transform: none;
          transform: none;
}
.c-panel__image .twitter-icon a:hover img {
  -webkit-filter: none;
          filter: none;
}
.c-panel__image a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  -o-object-position: bottom;
     object-position: bottom;
}

.anim-box.flare {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anim-box.flare::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  z-index: 0;
}

a:hover .anim-box.flare {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 1;
}
a:hover .anim-box.flare::after {
  -webkit-animation: flare 0.7s linear 1;
          animation: flare 0.7s linear 1;
}

.c-panel__tag {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr 1fr;
  margin: 10px 0;
  gap: 3px;
}
.c-panel__tag li {
  display: none;
}
.c-panel__tag li.is_active {
  display: inline-block;
  padding: 2px;
  font-size: 12px;
  margin-bottom: 2px;
  border-radius: 2px;
  background: #393939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  color: #CFCFCF;
}

/*パネル写真上部流れる文字*/
.c-panel__flow {
  overflow: hidden;
  border-top: 1px solid #464646;
  padding-top: 5px;
  height: 25px;
}
.c-panel__flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 300;
}
.c-panel__flow ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  /*6文字未満の際は流れない*/
}
.c-panel__flow ul li:nth-child(odd) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
  padding-left: 100px;
}
.c-panel__flow ul li:nth-child(even) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
  padding-left: 100px;
}
.c-panel__flow .no_flow ul {
  display: block;
}

.c-panel__wrapper {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-panel__size {
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proflie__info {
  position: relative;
  padding: 5px;
}
.proflie__info::before {
  content: "";
  background: url(../images/curve.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 78px;
  height: 86px;
  left: 0px;
  top: 0;
  z-index: 1;
}

/*出勤共通パーツ*/
.topschedule_bg {
  margin: 0 auto;
  padding: 0 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.topschedule_in {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#waiting {
  width: 100%;
  text-align: center;
  padding: 10px;
  grid-column: 2/span 2;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-top: 50px;
}

/*ルーム*/
.room {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.room--block {
  padding-top: 20px;
  animation: fadeIn 0.6s linear 0s 1;
  -webkit-animation: fadeIn 0.6s linear 0s 1;
}
.room--block__container {
  margin: 0 auto;
}
.room--block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  width: 100%;
}
.room--block a {
  padding: 5px 20px;
  display: block;
  margin: 0 5px;
  font-size: 14px;
  text-align: center;
  width: 140px;
}
.room--block__title {
  padding: 10px;
  text-align: center;
  max-width: 330px;
  margin: 60px auto 30px;
  position: static;
  font-size: 16px;
}

.roomAll__wrapper {
  text-align: right;
}

p.roomAll {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 0 0 2px;
}
p.roomAll:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 6px;
  left: 0;
}

.roomBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 85px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.8);
}
.roomBtn__wapper {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 10px;
  position: relative;
}
.roomBtn button {
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 10px;
  border: solid 1px linear-gradient(to left, #5d5853, #E1BF97, #715638);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* ルーム切り替え用 */
.is_hidden {
  display: none !important;
}

.list-tab {
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.list-tab .tab {
  text-align: center;
  font-size: 16px;
}
.list-tab .tab a {
  padding: 10px;
  display: block;
  width: 134px;
}

/*アクセス共通パーツ*/
.shopinfo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  padding: 50px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
}
.shopinfo_box h3 {
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.shopinfo_box h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 48px;
}
.shopinfo_box__info {
  max-width: 730px;
}

.shopinfo_box__txt {
  background: #000;
  width: 600px;
  height: 440px;
  padding: 30px;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.shopinfo_box__txt iframe {
  width: 540px;
  height: 370px;
  z-index: 1;
}
.shopinfo_box__txt::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}

.shopinfo_box table {
  width: 100%;
  border: 1px solid #464646;
  display: block;
}
.shopinfo_box table tr {
  border-bottom: 1px solid #464646;
  width: 100%;
}
.shopinfo_box table tr:last-child {
  border-bottom: none;
}
.shopinfo_box table th {
  background: #292929;
  border-right: 1px solid;
  border-color: #464646;
  padding: 12px 20px;
  width: 200px;
  text-align: left;
  font-size: 16px;
}
.shopinfo_box table td {
  padding: 12px 20px;
  width: 530px;
  font-size: 14px;
  background: #000;
}

/*---------------------------------
言語メニュー
-----------------------------------*/
.c-langBox {
  width: 200px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 10000;
}
.c-langBox .list {
  display: none;
  background: #fff;
  color: #fff;
}
.c-langBox .list a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 10px 0;
}
.c-langBox .title {
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: 100%;
  background-color: #292929;
}
.c-langBox .btn {
  font-size: 12px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.c-langBox .btn::before {
  position: absolute;
  content: "";
  background: url(../images/icon_language.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 9px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.c-langBox .btn::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.c-langBox .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border: solid 1px #7A7A7A;
  margin-bottom: -1px;
}
.c-langBox .item a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.c-langBox .item a:hover {
  background: #e5e5e5;
}
.c-langBox .item a img {
  width: 34px;
  margin: 0 2px;
  margin-right: 10px;
}

.radius_cell {
  text-align: center;
}

/* インバウンド */
.c-ladysNum {
  text-align: center;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: 5px;
  right: 5px;
}

#following {
  display: none;
}

.chargeItem {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nondisplay {
  display: none !important;
}

.nonopacity {
  opacity: 0;
}

#day_btns li.btn_on a:hover {
  position: static;
}
#day_btns li.btn_on a::after {
  display: none;
}

/* ローディング画面 */
#loader {
  width: 250px;
  height: 250px;
  display: none;
  position: relative;
  z-index: 100001;
}
#loader img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: imageBlur 2.5s ease-out;
          animation: imageBlur 2.5s ease-out;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*MOREボタン*/
.and_more {
  width: 160px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  padding: 1px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.and_more::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#22190e), color-stop(#ffe0bb), to(#22190e)) border-box;
  background: -webkit-linear-gradient(right, #22190e, #ffe0bb, #22190e) border-box;
  background: linear-gradient(to left, #22190e, #ffe0bb, #22190e) border-box;
  display: block;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: metalHover 3s linear infinite;
          animation: metalHover 3s linear infinite;
}
.and_more p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  font-size: 20px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /* テキストのスムージングを有効化 */
  -moz-osx-font-smoothing: grayscale; /* macOS向けのスムージング調整 */
  will-change: transform;
}
.and_more p::before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.and_more:hover {
  -webkit-transform: scale(1.05) translateZ(0);
          transform: scale(1.05) translateZ(0);
}
.and_more:hover p {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}




.and_more222 {
background: linear-gradient(to bottom, #a11949, #720c33, #3e041d) border-box;
 
  color: white; /* 白色文字 */
  padding: 10px 20px; /* 内边距 */
  border: 1px solid #df417c; 
  border-radius: 15px; /* 圆角边框 */
  font-size: 16px; /* 文字大小 */
  cursor: pointer; /* 鼠标指针 */
  transition: background-color 0.3s ease; /* 背景颜色过渡效果 */
}


 
.cand_more222 :hover {
  background-color: #0056b3; /* 鼠标悬停时的背景颜色 */
}




/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    background: none;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
  }
  h1 {
    margin-bottom: 0;
    text-align: left;
    position: relative;
    z-index: 700;
    width: 100%;
    font-weight: 400;
  }
  .bg--fixed {
    min-height: 375px;
  }
  .bg--fixed:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
  .havelan {
    width: 55%;
    word-break: break-word;
  }
  #header_info span {
    font-size: 16px;
    margin-left: 5px;
  }
  #header_info .time span:last-of-type {
    font-size: 14px;
  }
  #header_info .info_bg {
    padding-right: 5px;
    font-size: 14px !important;
    border-radius: 2px;
  }
  #header_info .tel::after {
    display: none;
  }
  #header_info .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* 展開式メニュー */
  #h_menu.active #h_menu_list {
    max-height: 670px;
  }
  #h_menu_list {
    padding: 15vw 45px;
  }
  /*--ボタン--*/
  .is-fixed #h_menu_btn {
    z-index: 10000;
    top: 8vw;
  }
  .is-fixed #h_menu_btn.havelan {
    top: 7vw;
  }
  #h_menu_btn {
    top: 10vw;
    z-index: 9000;
  }
  #h_menu_btn.havelan {
    top: 15vw;
  }
  #pagetop {
    display: none;
  }
  footer {
    margin: 0px 0 0rem;
    padding: 50px 20px 20px;
  }
  footer.showFootPanel {
    padding-bottom: 80px;
  }
  #f_logo {
    width: auto;
    padding-top: 0;
  }
  #f_logo img {
    max-width: 130px;
  }
  #footer_info {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /*height: 100%;*/
    gap: 5px;
  }
  .f_tel {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .sns_menu {
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 60px;
    gap: 20px;
    min-width: 273px;
  }
  .sns_menu p a {
    display: block;
    width: 100%;
    height: auto;
  }
  .ban, #copyright small {
    text-align: left;
    font-size: 10px;
    word-break: break-word;
    display: block;
  }
  /* コーナータイトル */
  #content {
    margin: 50px 0 100px;
  }
  #content h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
  }
  #content h2 span {
    letter-spacing: 0;
    font-size: 12px;
    margin: 0;
    font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #system_inner .articleWrap {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 50px 20px;
    border-image-width: 80px;
  }
  #system_inner .articleWrap h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #system_inner .articleWrap dl {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #system_inner .articleWrap dl dt, #system_inner .articleWrap dl dd {
    font-size: 12px;
  }
  #cast #girls_inner {
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  #cast #girls_inner .c-panel__profile {
    height: 14.5rem;
  }
  .snslist {
    bottom: 1%;
    gap: 2px;
  }
  .snslist .twitter-icon {
    width: 24px;
  }
  .snslist_prof {
    bottom: 9px;
    right: 3%;
    z-index: 2;
  }
  .snslist_prof .twitter_bnr {
    width: 30px;
    height: auto;
  }
  .ranking_box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
  .ranking_box_inner #r_1, .ranking_box_inner #r_2, .ranking_box_inner #r_3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .ranking_box_inner #r_1 .c-panel__frame, .ranking_box_inner #r_2 .c-panel__frame, .ranking_box_inner #r_3 .c-panel__frame {
    position: absolute;
    width: 180px;
    height: 72px;
  }
  .ranking_box_inner #r_1 .c-panel__frame .js-eng_name, .ranking_box_inner #r_2 .c-panel__frame .js-eng_name, .ranking_box_inner #r_3 .c-panel__frame .js-eng_name {
    font-size: 18px;
  }
  .ranking_box_inner #r_1 .c-panel__frame .js-eng_name span, .ranking_box_inner #r_2 .c-panel__frame .js-eng_name span, .ranking_box_inner #r_3 .c-panel__frame .js-eng_name span {
    font-style: italic;
  }
  .ranking_box_inner #r_1 .c-panel__frame .c-panel__name, .ranking_box_inner #r_2 .c-panel__frame .c-panel__name, .ranking_box_inner #r_3 .c-panel__frame .c-panel__name {
    font-size: 12px;
  }
  .ranking_box_inner #r_1 .c-panel__frame::before, .ranking_box_inner #r_2 .c-panel__frame::before, .ranking_box_inner #r_3 .c-panel__frame::before {
    width: 30px;
    height: 34px;
    left: 0px;
    top: 0;
  }
  .ranking_box_inner #r_1 .c-panel__image, .ranking_box_inner #r_2 .c-panel__image, .ranking_box_inner #r_3 .c-panel__image {
    display: block;
  }
  .ranking_box_inner #r_1 .c-panel__profile, .ranking_box_inner #r_2 .c-panel__profile, .ranking_box_inner #r_3 .c-panel__profile {
    height: 62px;
    padding: 5px 0px;
    margin: 5px;
  }
  .ranking_box_inner #r_1 {
    width: 100%;
    max-width: 100%;
  }
  .ranking_box_inner #r_1 .c-panel__frame {
    bottom: 2%;
    right: 2%;
  }
  .ranking_box_inner #r_1 a {
    width: 100%;
    display: block;
  }
  .ranking_box_inner #r_2, .ranking_box_inner #r_3 {
    width: 90%;
    max-width: 90%;
  }
  .ranking_box_inner #r_2 .c-panel__frame, .ranking_box_inner #r_3 .c-panel__frame {
    bottom: 2%;
    right: 3%;
  }
  .ranking_box_inner .c-panel__profile {
    height: 35px;
    padding: 3px 0;
    margin: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ranking_box_inner .c-panel__profile .c-panel__name {
    white-space: nowrap;
  }
  .ranking_box_inner .c-panel__frame {
    position: absolute;
    width: 105px;
    height: 42px;
    bottom: 2%;
    right: 2%;
  }
  .ranking_box_inner .c-panel__frame .js-eng_name {
    font-size: 10px;
  }
  .ranking_box_inner .c-panel__frame .c-panel__name {
    font-size: 9px;
  }
  .ranking_box_inner .c-panel__frame::before {
    width: 18px;
    height: 20px;
    left: 0px;
    top: 0;
  }
  .ranking_box_inner .c-panel {
    margin-right: 0;
  }
  .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 46%;
    margin-right: 0;
  }
  .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3):nth-child(even) {
    margin-right: 5px;
  }
  .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3):nth-child(even):last-of-type {
    margin-right: auto !important;
    margin-left: 3.5%;
  }
  .ranking_frame .ranking_title {
    margin: 30px 0 50px;
    padding: 0;
  }
  .ranking_frame .ranking_title::before, .ranking_frame .ranking_title::after {
    width: 5rem;
    height: 1em;
  }
  .ranking_frame .ranking_title::before {
    right: 40%;
  }
  .ranking_frame .ranking_title::after {
    left: 40%;
  }
  .ranking_frame .ranking_title .titlebar {
    font-size: 14px;
    max-width: 250px;
    padding: 0 10px;
    line-height: 1.5;
  }
  /*パネル共通*/
  .c-panel {
    padding: 0px;
  }
  .room_cpanel {
    height: 17rem !important;
  }
  .c-panel__profile {
    padding: 5px 5px;
    height: 14rem;
    margin: 5px;
  }
  .c-panel__profile .profile__data {
    height: 60px;
    margin-bottom: 3px;
  }
  .c-panel__profile .profile__data .js-eng_name {
    font-size: 14px;
  }
  .c-panel__profile .profile__data .js-eng_name span {
    font-style: italic;
  }
  .c-panel__time {
    font-size: 10px;
    padding: 0;
    z-index: 2;
    bottom: 0%;
    width: 113px;
  }
  .c-panel__time span {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    word-break: break-word;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-panel__time span::before {
    margin-right: 2px;
  }
  .c-panel__image .twitter-icon a {
    padding: 0 !important;
  }
  .c-panel__image .twitter-icon img {
    width: 100%;
  }
  .c-panel__tag {
    margin: 0;
  }
  .c-panel__tag li.is_active {
    font-size: 10px;
    padding: 0 5px;
  }
  .c-panel__flow {
    padding-top: 3px;
  }
  .c-panel__flow ul {
    margin-bottom: 5px;
  }
  .c-panel__flow ul li {
    font-size: 10px;
  }
  .c-panel__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
    padding: 20px 7.5px;
    min-height: 100px;
  }
  .c-panel__size {
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  .proflie__info {
    padding: 0px;
  }
  .proflie__info::before {
    width: 40px;
    height: 45px;
    left: 0px;
    top: -5px;
  }
  /*出勤共通パーツ*/
  .topschedule_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px 10px;
    width: 100%;
  }
  .topschedule_in {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
    min-height: 100px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #waiting {
    grid-column: 1/span 2;
    margin-top: 30px;
    max-height: 40px;
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .room {
    height: 20px;
    font-size: 10px;
  }
  p.roomAll {
    font-size: 12px;
    margin-top: 5px;
    padding: 0 0 2px 0;
  }
  .roomBtn {
    padding: 10px 10px;
    width: 100%;
  }
  .roomBtn button {
    padding: 5px 5px;
    font-size: 12px;
    margin: 3px;
    width: 100px;
  }
  .roomBtn__wapper {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 10px;
    padding: 0 10px;
  }
  .shopinfo_box table {
    margin: 0px 0 30px;
  }
  .shopinfo_box table tbody {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shopinfo_box table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shopinfo_box table th {
    font-size: 12px;
    border-bottom: 1px solid #464646;
    border-right: none;
    padding: 8px 20px;
    width: 100%;
  }
  .shopinfo_box table td {
    font-size: 12px;
    line-height: 1.8;
    padding: 8px 20px;
    width: 100%;
    font-weight: 300;
  }
  #day_btns {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 20px;
    overflow: auto;
  }
  #day_btns li {
    min-width: 14.3%;
  }
  #day_btns li a span {
    display: block;
  }
  #loader {
    width: 200px;
    height: 200px;
  }
  .and_more {
    width: 120px;
    height: 36px;
    z-index: 1;
    margin-top: 30px;
  }
  .and_more::before {
    width: 13rem;
    height: 13rem;
  }
  .and_more p {
    font-size: 12px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  .video_bg, .fix_bg {
    z-index: 0;
  }
  #container {
    overflow-x: hidden;
  }
  #container::before {
    content: "";
    background: #212121;
    background-size: 75%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
  #header_info .reception {
    font-size: 10px;
    margin-left: 0;
    font-weight: 400;
  }
  #header_info .reception span {
    font-size: 10px;
    margin-left: 0;
  }
  .head_in, #js_drop_nav, .commontitle {
    display: none;
  }
  /*---------メニュー--------------------------------------------------*/
  #contents_nav {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #715638, #E1BF97, #715638);
    border-image-slice: 1;
    display: block;
  }
  .header_inner {
    padding: 10px 20px;
    background: -webkit-gradient(linear, right top, left top, from(#000000), color-stop(#212121), to(#000000));
    background: -webkit-linear-gradient(right, #000000, #212121, #000000);
    background: linear-gradient(to left, #000000, #212121, #000000);
  }
  .header_inner .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px;
    position: relative;
    z-index: 700;
  }
  .header_inner .logo a {
    display: block;
    margin: 5px auto;
    margin-left: 0;
    text-align: center;
    width: 40%;
  }
  .header_inner .logo .time .info_bg {
    margin-right: 5px;
  }
  .header_inner .logo .reception {
    font-size: 10px;
  }
  .header_inner .sp_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 7px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header_inner .sp_time .reception {
    bottom: 5px !important;
    font-size: 12px;
  }
  body.is-fixed #contents_nav .header_inner {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #715638, #E1BF97, #715638);
    border-image-slice: 1;
    max-height: 16vh;
    padding: 0px 20px 10px;
  }
  body.is-fixed #contents_nav .header_inner .logo {
    top: 5px;
  }
  body.is-fixed #contents_nav .header_inner .logo a {
    width: 30%;
    padding: 0;
    margin: 5px auto;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  body.is-fixed #contents_nav .header_inner .logo .time {
    position: relative;
    bottom: 5px;
  }
  body.is-fixed #contents_nav .header_inner .reception {
    position: relative;
    bottom: 10px;
  }
  body.is-fixed .c-langBox .title, body.is-fixed h1 {
    display: none;
  }
  .foot_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foot_in .foot_left p {
    font-size: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .foot_in .foot_left .address {
    font-size: 10px;
  }
  .foot_in .foot_left .reception {
    font-size: 10px;
  }
  .foot_in .foot_right {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer_info .info_title {
    font-size: 12px;
    margin-right: 3px;
  }
  /* foot_menu */
  .foot_menu {
    display: none;
  }
  .ban {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  /*---------------------------------
  追従メニュー
  -----------------------------------*/
  .bottom_info {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bottom_info p {
    text-align: center;
    height: auto;
    font-size: 10px;
    width: 100%;
    min-width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
    position: relative;
  }
  .bottom_info p:first-of-type::before {
    display: none;
  }
  .bottom_info p::before {
    content: "";
    background: #292929;
    width: 1px;
    height: 80%;
    display: block;
    position: relative;
  }
  .bottom_info p a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom_info p a span svg path {
    fill: #fff !important;
  }
  .bottom_info_inner {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid;
    border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
    border-image-slice: 1;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .bottom_info .footer_line a {
    color: #fff;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom_info .footer_line a span {
    width: 100%;
  }
  .newsbtn_set {
    gap: 0 10%;
  }
  .newsbtn_set .listbtn {
    font-size: 12px;
  }
  .newsbtn_set .listbtn::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .newsbtn_set .and_more p {
    font-size: 12px;
  }
  /*在籍一覧共通パーツ*/
  .beginner {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  /*ランキング共通パーツ*/
  #top_ranking .ranking_loop,
  #ranking_area .ranking_loop {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: -3.7em;
    top: auto;
    left: 0;
    width: 100%;
  }
  #top_ranking .ranking_loop li,
  #ranking_area .ranking_loop li {
    -webkit-animation: flowingX 10s linear infinite;
            animation: flowingX 10s linear infinite;
    font-size: 100px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0.3em 0 0;
    white-space: nowrap;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #top_ranking .ranking_loop li:not(:first-child),
  #ranking_area .ranking_loop li:not(:first-child) {
    display: none;
  }
  /*アクセス共通パーツ*/
  .shopinfo_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 50px;
  }
  .shopinfo_box__info {
    max-width: 100%;
    width: 100%;
  }
  .shopinfo_box h3 {
    font-size: 14px;
  }
  .shopinfo_box__txt {
    padding: 10px;
    border: 1px solid;
    border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
  }
  .shopinfo_box__txt iframe {
    display: block;
    width: 100%;
    height: 450px;
  }
  .shopinfo_box__txt::before {
    display: none;
  }
  .c-langBox {
    position: absolute;
    z-index: 9998;
    background-color: #7A7A7A;
    color: #fff;
    width: 15rem;
    padding: 0 30px;
    top: 0;
    right: 0;
    left: auto;
    color: #000;
  }
  .c-langBox .list {
    display: none;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .c-langBox .list a {
    padding: 5px 0;
  }
  .c-langBox .item {
    position: relative;
    margin-bottom: -1px;
  }
  .c-langBox .item a {
    text-decoration: none;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .c-langBox .item a img {
    width: 34px;
    margin: 0 2px;
    margin-right: 10px;
  }
  .c-langBox .btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 7px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .c-langBox .title {
    right: 0px;
    width: 100%;
    top: 0;
    position: absolute;
  }
  #following {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 700;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
  }
  .nonmap {
    display: none !important;
  }
  .and_more--tel {
    width: 188px;
    height: 45px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    padding: 1px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
  }
  .and_more--tel::before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(#22190e), color-stop(#ffe0bb), to(#22190e)) border-box;
    background: -webkit-linear-gradient(right, #22190e, #ffe0bb, #22190e) border-box;
    background: linear-gradient(to left, #22190e, #ffe0bb, #22190e) border-box;
    display: block;
    width: 22rem;
    height: 20rem;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: metalHover 3s linear infinite;
            animation: metalHover 3s linear infinite;
  }
  .and_more--tel p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    font-size: 16px;
  }
  .and_more--tel p::before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .and_more--tel p svg {
    fill: #fff;
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  .and_more--tel:hover {
    scale: 1.05;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  h1 {
    text-align: left;
  }
  #header_info .time span:last-of-type {
    font-size: 16px;
  }
  .header_inner .logo a {
    width: 20%;
    margin-bottom: 0;
  }
  .header_inner .logo .time .info_bg {
    margin-right: 5px;
  }
  .header_inner .sp_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 7px;
  }
  .header_inner .sp_time .reception {
    bottom: 5px !important;
  }
  body.is-fixed #contents_nav .header_inner {
    max-height: 15vh;
    padding: 10px 20px 10px;
  }
  body.is-fixed #contents_nav .header_inner .logo {
    top: -10px;
  }
  body.is-fixed #contents_nav .header_inner .logo a {
    width: 20%;
    margin-bottom: 0;
  }
  /*--ボタン--*/
  .is-fixed #h_menu_btn {
    top: 4vw !important;
    z-index: 9000;
  }
  .is-fixed #h_menu_btn.havelan {
    top: 2.7vw !important;
  }
  #h_menu_btn {
    top: 4vw;
    z-index: 9000;
  }
  #h_menu_btn.havelan {
    top: 6.7vw;
  }
  #pagetop {
    bottom: 80px;
  }
  footer {
    padding: 40px 0;
  }
  .foot_in {
    margin: 0 50px;
  }
  .foot_in .foot_right {
    margin-bottom: 50px;
  }
  #cast #girls_inner .c-panel__profile {
    height: 10.5rem;
  }
  #top_ranking .ranking_loop,
  #ranking_area .ranking_loop {
    bottom: -3.2em;
  }
  .ranking_box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 60px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px;
  }
  .ranking_box_inner #r_1, .ranking_box_inner #r_2, .ranking_box_inner #r_3 {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .ranking_box_inner #r_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .ranking_box_inner #r_1 .c-panel__frame {
    bottom: 2%;
    right: 2%;
  }
  .ranking_box_inner #r_1 a {
    width: 100%;
    display: block;
  }
  .ranking_box_inner #r_2, .ranking_box_inner #r_3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 49%;
  }
  .ranking_box_inner #r_2 .c-panel__frame, .ranking_box_inner #r_3 .c-panel__frame {
    bottom: 2%;
    right: 2%;
  }
  .ranking_box_inner #r_2 .c-panel__image, .ranking_box_inner #r_3 .c-panel__image {
    width: 100%;
    display: block;
  }
  .ranking_box_inner .c-panel__frame {
    position: absolute;
    width: 180px;
    right: 2%;
  }
  .ranking_box_inner .c-panel__frame .js-eng_name {
    font-size: 18px;
  }
  .ranking_box_inner .c-panel__frame .js-eng_name span {
    font-style: italic;
  }
  .ranking_box_inner .c-panel__frame .c-panel__name {
    font-size: 12px;
  }
  .ranking_box_inner .c-panel__frame::before {
    width: 30px;
    height: 34px;
    left: 0px;
    top: 0;
  }
  .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 33%;
    margin-right: 0;
  }
  .ranking_box_inner .c-panel:last-of-type {
    margin-right: auto !important;
  }
  .room_cpanel {
    height: 12rem !important;
  }
  .c-panel__profile {
    padding: 5px 5px 0;
    height: 10.5rem;
    margin: 0;
  }
  .c-panel__profile .js-eng_name {
    font-size: 1rem !important;
  }
  .c-panel__tag li.is_active {
    width: 100%;
    font-size: 10px;
    padding: 1px;
  }
  /*出勤共通パーツ*/
  .topschedule_bg {
    padding: 0 50px;
  }
  .shopinfo_box__txt {
    margin-top: 50px;
  }
  .shopinfo_box table td {
    width: 51.5rem;
  }
  .and_more {
    height: 45px;
    width: 188px;
  }
  .and_more::before {
    width: 12rem;
    height: 12rem;
  }
}
/*アニメーション*/
@-webkit-keyframes modal-2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flowingY {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes flowingY {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes flowingX {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowingX {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes metalHover {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes metalHover {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes flare {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes flare {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes imageBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes modal-2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*================
pager
================*/
#list_pager {
  margin: 0 auto;
  max-width: 420px;
  padding: 0 20px;
  height: 40px;
  position: relative;
}
#list_pager .pager {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#list_pager .pager li {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  height: 30px;
}
#list_pager .pager li span {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
}
#list_pager .pager li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid;
  padding: 0 8px;
  border-color: transparent;
  color: #fff;
}

/*================
INDEX
================*/
#index {
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
  /* logo_area */
  /* btn_area */
  /* banner_area */
}
#index #container {
  position: relative;
}
#index #enter {
  background: #281F14;
  margin: 60px auto;
  width: 331px;
  height: 81px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  opacity: 0.9;
  z-index: 1;
  padding: 3px;
  cursor: pointer;
}
#index #enter::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#5d5853), color-stop(#E1BF97), to(#715638));
  background: -webkit-linear-gradient(right, #5d5853, #E1BF97, #715638);
  background: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index #enter span {
  position: absolute;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index #enter > span:nth-child(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
}
#index #enter > span:nth-child(2) {
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #fff;
}
#index #enter > span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
}
#index #enter > span:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: #fff;
}
#index #enter::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.2)), color-stop(rgba(255, 255, 255, 0)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0), transparent);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1201px) {
  #index #enter:hover {
    opacity: 1;
  }
  #index #enter:hover > span:nth-child(1) {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #index #enter:hover > span:nth-child(2) {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #index #enter:hover > span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #index #enter:hover > span:nth-child(4) {
    height: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#index #enter a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#index #enter a::before {
  content: "";
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index #enter a::after {
  content: "";
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#index header {
  height: auto;
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#212121), to(#000));
  background: -webkit-linear-gradient(right, #000, #212121, #000);
  background: linear-gradient(to left, #000, #212121, #000);
  max-width: initial;
  margin: 0;
  padding: 10px 165px;
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 2;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #715638, #E1BF97, #715638);
  border-image-slice: 1;
}
#index #header_info {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: auto;
}
#index #header_info .tel svg {
  padding-right: 6px;
}
#index .dto {
  margin: 0 auto 60px;
}
#index .dto img {
  max-width: 500px;
}
#index #leave {
  text-align: center;
  text-align: center;
  padding: 15px 60px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(50%, #000), color-stop(75%, #000), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #000 25%, #000 50%, #000 75%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #000 25%, #000 50%, #000 75%, transparent 100%);
}
#index #leave a {
  font-size: 14px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  position: relative;
  text-decoration: underline;
}
#index #leave a:hover {
  text-decoration: none;
}
#index #leave > span {
  font-size: 14px;
  display: block;
  color: #7A7A7A;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  inline-size: 600px;
  word-break: keep-all;
}
#index .foot_area {
  margin: 80px 0 160px;
}
#index .foot_area .banner_area {
  width: 100%;
  margin: 0 auto 0;
}
#index footer {
  border: none;
  background: none;
  margin: 0;
  padding-top: 0;
}
#index footer .ban {
  text-align: center;
}
#index .logo {
  text-align: center;
  /* padding: 30px 0 0 0; */
  position: relative;
  inset: 0;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index .btn_area {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}
#index .btn_area .pc_index {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#index .btn_area .sp_index {
  display: none;
}
#index .btn_area_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-align: center;
  z-index: 1;
}
#index .enterbtn {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 38px;
  font-weight: bold;
  position: relative !important;
  color: #000;
  font-family: "Playfair", serif;
}
#index .over18 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.09em;
}
#index .banner_area ul {
  text-align: center;
  margin: 48px auto;
  max-width: 472px;
}
#index .banner_area ul li {
  display: inline-block;
  margin: 0 2px 5px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #index {
    /* banner_area */
    /* btn_area */
  }
  #index #enter {
    width: 196px;
    height: 57px;
    margin: 30px auto;
  }
  #index #enter a::before, #index #enter a::after {
    width: 30px;
    height: 30px;
  }
  #index .dto {
    margin: 0 auto 30px;
  }
  #index .dto img {
    max-width: 300px;
  }
  #index #leave a {
    font-size: 12px;
  }
  #index #leave > span {
    font-size: 10px;
    inline-size: 350px;
  }
  #index .foot_area {
    margin: 80px 0;
  }
  #index .havelan {
    width: 60%;
    letter-spacing: 0px;
  }
  #index .enterbtn {
    font-size: 28px;
  }
  #index .banner_area ul {
    margin: 34px 0px 82px;
    max-width: 100%;
  }
  #index .btn_area {
    padding-top: 75px;
  }
  #index .btn_area .pc_index {
    display: none;
  }
  #index .btn_area .sp_index {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #index {
    background: none;
    /* logo_area */
  }
  #index #container::before {
    content: "";
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
  }
  #index #enter.active {
    opacity: 1;
  }
  #index #enter.active > span:nth-child(1) {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #index #enter.active > span:nth-child(2) {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #index #enter.active > span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #index #enter.active > span:nth-child(4) {
    height: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #index footer {
    padding: 50px 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .c-langBox {
    width: 15rem;
    padding: 0;
  }
  #index #header_info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #index #header_info p {
    padding: 0;
    margin-right: 0;
  }
  #index #header_info .tel span, #index #header_info .time span {
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  #index #header_info .tel span:last-of-type {
    margin-right: 5px;
  }
  #index header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 10px 0;
    height: 75px;
  }
  #index .ban, #index #copyright small {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #index .logo {
    max-width: 50%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #index {
    /* btn_area */
  }
  #index #leave > span {
    inline-size: 700px;
  }
  #index header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #index .ban, #index #copyright small {
    text-align: center;
  }
  #index .btn_area {
    padding-top: 75px;
  }
}
/*================
TOP
================*/
/*間隔まとめ*/
#top_access, #top_system, #top_ranking, #top_gallery,
#top_instagram {
  padding: 150px 0;
}

#top_access, #top_system, #top_ranking, #top_gallery,
#top_instagram, .info_banner, #concept, #top_grouplist,
#topevent, #top #cast, #topschedule, #news_pickup, .onecorner,
.widgetSide, .topslider, .newscorner, .banner_area, .vanilla_widget,
.widgetSide, .mainWidget, .video_corner, .bigbanner_corner {
  margin: 0 auto 0px;
}

/*流れ文字*/
#marquee {
  margin: 0;
  height: 40px;
  background: #181818;
  position: relative;
}

div.ticker {
  max-width: 1392px;
  min-width: 920px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 0 0;
}
div.ticker ul {
  height: 1.6em;
}
div.ticker ul li {
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 1.6em;
  margin-bottom: -1.6em;
  color: #fff;
  white-space: nowrap;
}

/*特大とヘッドライン*/
.mv_corneer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mv_corneer .bigbanner-slider {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.mv_corneer #marquee {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

/*特大*/
.bigbanner-slider {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bigbanner-slider .swiper-pagination-bigbanner {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  width: auto !important;
  text-align: center;
  margin: 0 auto;
}
.bigbanner-slider .swiper-pagination-bigbanner .swiper-pagination-bullet {
  margin: 0 1px !important;
}

.bigbanner-slider .swiper-slide-active a,
.bigbanner-slider .swiper-slide-duplicate-active a,
.bigbanner-slider .swiper-slide-prev a {
  width: 100%;
  overflow: hidden;
}

.big-banner {
  text-align: center;
  width: 100%;
}
.big-banner a {
  display: block;
  margin-bottom: 20px;
}
.big-banner a:hover img {
  opacity: 1;
}
.big-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-video video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.big-video[data-type=pc] {
  display: block;
}

.big-video[data-type=sp] {
  display: none;
}

.bigbanner-slider[data-type=pc], .big-banner[data-type=pc], .topslide[data-type=pc],
.topslider .center_bnr[data-type=pc] {
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bigbanner-slider[data-type=sp], .big-banner[data-type=sp], .topslide[data-type=sp],
.topslider .center_bnr[data-type=sp] {
  visibility: hidden;
  height: 0;
}

/*スライダー*/
.topslide .swiper-wrapper .swiper-slide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
.topslide .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topslide .swiper-wrapper video {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #7A7A7A;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #A38663;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  left: 0 !important;
}

/* swiper-container */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1px;
}

.swiper-pagination, .swiper-pagination-insta {
  width: 100% !important;
  margin: 10px 0 22px;
  position: relative;
  text-align: center;
}
.swiper-pagination-bullet, .swiper-pagination-insta-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 1px;
}

.center_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.center_bnr a:hover img {
  opacity: 1;
  -webkit-filter: saturate(30%) grayscale(30%);
          filter: saturate(30%) grayscale(30%);
}

/* topmovie  */
.topmovie iframe {
  display: block;
  width: 100%;
  height: 500px;
}

#top #wrap {
  padding: 0;
}

#top #content {
  margin: 0px auto 200px;
}

#top footer {
  margin: 0;
}

/*コンセプト*/
#concept {
  padding: 20px 0;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: 500px;
  disoplay：none
}
#concept::before {
  content: "";
  background: #000;
  margin: 0px 20% 0 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: -1;
}
#concept h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  position: relative;
  bottom: 13%;
  left: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  font-weight: 400;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
#concept h2 span {
  font-size: 14px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19%;
  margin-right: -15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#concept h2 span::after {
  content: "";
  background: #fff;
  height: 1px;
  display: block;
  position: relative;
  width: 170px;
  margin-left: 5px;
}
#concept .eng_title {
  left: 12% !important;
}
#concept .eng_title::before {
  right: 0 !important;
}
#concept .eng_title h2 {
  left: -150%;
}
#concept .concept_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 146px 0px 154px;
  max-width: 800px;
}
#concept h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 2em;
  text-align: center;
  color: #A38663;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#concept p {
  text-align: center;
  line-height: 2em;
  color: #fff;
  font-size: 14px;
}
#concept .tatekaki_title {
  position: absolute;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 10%;
}
#concept .tatekaki_title::before {
  content: "APPROACH";
  font-family: "Playfair", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  color: #292929;
  position: absolute;
  font-weight: 600;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 94px;
  right: 40%;
  top: 13%;
}

/*システム*/
#top_system #system_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  z-index: 1;
}

/*PICKUP*/
.pickupSlides, #pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.pickupSlides .js-pickupSlide {
  position: relative;
}

#toppickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pickup_frame {
  width: 590px;
  height: 753px;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/pickupbg.jpg) no-repeat center;
  background-size: contain;
}
.pickup_frame::before {
  content: "";
  background: url(../images/pickup_flower2.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 295px;
  height: 524px;
  left: -5%;
  top: -6%;
}
.pickup_frame::after {
  content: "";
  background: url(../images/pickup_flower1.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 715px;
  height: 403px;
  bottom: -8%;
}
.pickup_frame h2 span {
  margin-bottom: 20px !important;
}
.pickup_frame .nopickup {
  display: block;
  width: 330px;
  position: relative;
  min-height: 558px;
}
.pickup_frame .nopickup::before {
  content: "";
  background: #000;
  width: 330px;
  height: 440px;
  display: block;
  position: absolute;
  z-index: 1;
}
.pickup_frame .pickup_inner {
  width: 330px;
  height: 558px;
  overflow: hidden;
}
.pickup_frame .pickup_inner .swiper-wrapper {
  width: auto;
}
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide {
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile {
  border: none;
  height: auto;
  padding: 25px 0;
}
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile .c-panel__name .eng_name {
  font-size: 18px;
  font-style: italic;
}
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile .c-panel__name .name {
  font-size: 14px;
}
.pickup_frame .pickup_inner .swiper-wrapper .swiper-slide .c-panel__profile .c-panel__size {
  font-size: 12px;
}
.pickup_frame .swiper-button-prev, .pickup_frame .swiper-button-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
}
.pickup_frame .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  right: -50px;
  left: auto;
  background-size: 10px;
}
.pickup_frame .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l20.1%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: 10px;
  left: -50px;
  right: auto;
}

.top_pickup {
  z-index: 1;
  background: none !important;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  z-index: 1;
}
.top_pickup .c-panel__profile {
  border: none;
  height: auto;
  padding: 25px 0;
}
.top_pickup .c-panel__profile .c-panel__name .eng_name {
  font-size: 18px;
  font-style: italic;
}
.top_pickup .c-panel__profile .c-panel__name .name {
  font-size: 14px;
}
.top_pickup .c-panel__profile .c-panel__size {
  font-size: 12px;
}

.pick_photo {
  max-width: 330px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  /* インバウンド */
}
.pick_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}
.pick_photo .c-ladysNum {
  position: absolute;
  padding: 5px 10px;
}

/*NEWFACE*/
.topNewface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #181818;
  margin: 113px 0 200px 18%;
  padding: 60px 0 80px 3%;
  height: 390px;
  position: relative;
  top: 50px;
}
.topNewface .newface_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 80px;
}
.topNewface .newface_info h2 {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  width: 100%;
}
.topNewface .newface_info h2 span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topNewface .newface_info h2 span::after {
  content: "";
  background: #fff;
  width: 35%;
  height: 1px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.topNewface .newface_info .swiper-pagination-number {
  width: auto;
  font-family: "EB Garamond", serif;
  max-height: 70px;
  bottom: 55px;
  position: relative;
}
.topNewface .newface_info .swiper-pagination-number .swiper-pagination-current {
  font-size: 80px;
  margin-right: 5px;
}
.topNewface .newface_info .swiper-pagination-number .swiper-pagination-total {
  font-size: 30px;
  margin-left: 5px;
}
.topNewface .newface_info .newface_info_inner {
  width: 300px;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile {
  border: none;
  height: auto;
  display: none;
  text-align: right;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile.active {
  padding: 0;
  display: block;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile .eng_name {
  font-size: 18px;
  font-style: italic;
  white-space: normal;
  word-break: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile .eng_name span {
  width: 100%;
  padding-right: 3px;
  max-width: 260px;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile .c-panel__name .name {
  font-size: 14px;
  max-width: 300px;
  white-space: nowrap;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile .c-panel__name .name.nonopacity {
  display: none;
}
.topNewface .newface_info .newface_info_inner .c-panel__profile .c-panel__size {
  font-size: 12px;
}
.topNewface .newfaceone .swiper-container {
  margin: 0 auto 0 0;
}
.topNewface .newfaceone .swiper-container .center_bnr {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topNewface .newfaceone .swiper-container .center_bnr .newface_article {
  width: 300px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.topNewface .newfaceone .swiper-container .center_bnr .newface_article .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner {
  position: relative;
  bottom: 50%;
  width: 100%;
}
.topNewface .newface_inner .swiper-container {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner .swiper-button-prev, .topNewface .newface_inner .swiper-button-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topNewface .newface_inner .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  right: 10px;
  left: auto;
  background-size: 10px;
}
.topNewface .newface_inner .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l20.1%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: 10px;
  left: 10px;
  right: auto;
}

/*在籍一覧*/
#top #cast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*本日出勤*/
#topschedule {
  padding: 0;
}
#topschedule .today {
  text-align: center;
  width: 400px;
  height: 60px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #000;
  color: #fff;
}
#topschedule .today p {
  font-size: 40px;
}
#topschedule .today span {
  font-size: 16px;
  margin-left: 5px;
  text-transform: uppercase;
}
#topschedule .and_more {
  margin: 50px auto 0px;
}

/*新着情報とイベント*/
.onecorner {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.newscorner {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#news_pickup {
  width: 100%;
  max-width: 1360px;
  gap: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news_pickup #pickup, #news_pickup .pickupSlides {
  padding-bottom: 0;
}

.topnews_in, .topevent_in {
  max-height: 438px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topnews_in a, .topevent_in a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event_update, .news_update {
  font-size: 12px;
  color: #A38663;
  word-break: keep-all;
}

/*新着情報*/
#topnews {
  width: 664px;
  padding: 20px;
  position: relative;
  height: 646px;
}
#topnews .and_more {
  margin-top: 0;
  position: absolute;
  bottom: 13%;
}
#topnews .topnews_frame {
  padding: 80px 5%;
  height: 606px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.news_border {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: none;
  transition: none;
}
.news_border::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #464646;
  bottom: 0;
  left: 0;
}
.news_border::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1201px) {
  .news_border:hover::after {
    width: 100%;
    height: 1px;
    background: #A38663;
  }
}

.topnews_in h3 {
  font-size: 16px;
  font-weight: bold;
}
.topnews_in .news_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 70px;
  max-width: 100%;
  width: 100%;
}
.topnews_in .news_inner .news_tnb {
  max-width: 60px;
  max-height: 60px;
  margin: 0 10px;
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topnews_in .news_inner .news_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.topnews_in .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.topnews_in .news_body {
  padding: 15px 0 50px;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.topnews_in .news_body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 6.25em;
}

/*イベント*/
#topevent {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#topevent .topnews_frame {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#topevent .topnews_frame::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}

.topevent_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 770px;
}
.topevent_in .event_body {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.topevent_in .event_inner {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}
.topevent_in .event_inner .news_head {
  border-bottom: 1px solid #464646;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.topevent_in .event_inner .news_head .event_update {
  font-size: 14px;
  color: #A38663;
}
.topevent_in .event_inner .news_head h3 {
  font-size: 16px;
  font-weight: bold;
}
.topevent_in .event_tnb {
  max-width: 180px;
  height: 180px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topevent_in .event_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 180px;
}

/*アクセス*/
#top_access {
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_access .shopinfo_box {
  background: none;
}

/*ギャラリー*/
#top_gallery {
  background: url(../images/bg_repeat01.png) repeat #000;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_gallery .gallery_loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  height: 230px;
  bottom: -13px;
}
#top_gallery .gallery_loop li {
  font-family: "Playfair", serif;
  font-size: 200px;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  margin: 0;
  color: #292929;
  -webkit-animation: flowingX 20s linear infinite;
          animation: flowingX 20s linear infinite;
}
#top_gallery .gallery_inner {
  position: relative;
  z-index: 1;
  max-height: 678px;
  min-height: 678px;
}
#top_gallery .gallery_inner .photo_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  line-height: 200%;
  text-align: center;
}
#top_gallery .gallery_inner .photo_info .title {
  font-size: 18px;
}
#top_gallery .gallery_inner .photo_info .caption {
  inline-size: 1000px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 6.25em;
}
#top_gallery .swiper-container {
  max-width: 1360px;
}
#top_gallery .swiper-container .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_gallery .swiper-container .one-photo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_gallery .swiper-container .one-photo .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top_gallery .galleryslide .swiper-slide {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
}
#top_gallery .galleryslide .swiper-slide a img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .swiper-slide a:hover img {
  opacity: 1;
}
#top_gallery .galleryslide .swiper-slide-active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#top_gallery .galleryslide .swiper-slide-active img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .center_bnr .swiper-slide {
  -webkit-filter: none;
          filter: none;
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.lb-data .lb-caption {
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.lb-data .lb-title {
  font-size: 18px;
  margin: 5px 0;
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lightboxOverlay {
  opacity: 0.9;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1;
}

.swiper-scrollbar {
  background: #eee; /* スクロールバーの背景色 */
  height: 3px; /* スクロールバーの高さ */
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 105px; /* 左右の余白を考慮した幅 */
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #A38663; /* スクロールドラッグの色 */
}

/*INSTAGRAM*/
#top_instagram {
  background: url(../images/instabg.jpg) no-repeat center top;
  padding: 200px 100px 100px;
  background-size: cover;
}
#top_instagram h2 {
  display: none;
}
#top_instagram .instagram_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  margin-top: 50px;
}
#top_instagram .instagram_inner::before {
  content: "";
  background: url(../images/insta_deco.png) no-repeat;
  display: block;
  position: absolute;
  width: 960px;
  height: 1390px;
  right: -12%;
}
#top_instagram .instagram_inner .instagram_left {
  max-width: 350px;
  text-align: center;
  margin-right: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top_instagram .instagram_inner .instagram_left h4 {
  font-size: 40px;
  word-break: keep-all;
}
#top_instagram .instagram_inner .instagram_left .ig_acc {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_acc::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_acc:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_left .follow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_instagram .instagram_inner .instagram_left .follow_btn img {
  margin-right: 5px;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow {
  margin-top: 50px;
  font-size: 14px;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_follow:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_box {
  width: auto;
  position: relative;
}
#top_instagram .instagram_inner .instagram_box iframe {
  position: relative;
}
#top_instagram .instagram_inner .instagram_frame {
  position: relative;
  width: 890px;
  height: 780px;
  border: 1px solid #fff;
  display: block;
  background: transparent;
  left: 0%;
}
#top_instagram .instagram_inner .instagram_frame::before {
  content: "Instagram";
  font-size: 180px;
  width: 100%;
  display: block;
  font-family: "Playfair", serif;
  position: relative;
  top: 320px;
  left: 55.8%;
  font-weight: bold;
  text-align: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top_instagram .instagram_inner .instagram_frame .link_insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 6%;
  right: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
}
#top_instagram .instagram_inner .instagram_frame .link_insta a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#top_instagram .instagram_inner .instagram_frame .link_insta .noinsta_box {
  height: 790px;
  width: 100%;
  background: #000;
}

/*ウィジェット*/
.single_widget {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single_widget .mainWidget {
  min-width: 500px !important;
}

.widgetSide {
  display: grid;
  grid-template-columns: 500px 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  /*XとTikTok*/
}
.widgetSide .snsWidget {
  margin: 0;
  width: 100%;
}

/*XとTikTok*/
.snsWidget {
  max-width: 500px;
  margin: 200px auto;
}
.snsWidget blockquote {
  display: contents;
}

.tiktok_bg {
  padding: 100px 60px;
  background: url(../images/tiktokbg.jpg) no-repeat;
  background-size: cover;
}

.x_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
  /*Xウィジェット*/
}
.x_bg .twitter {
  margin: 0;
  color: #fff;
}
.x_bg #twitter iframe {
  width: 100% !important;
}

.bluesky_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
}

.info_banner {
  text-align: center;
  padding: 0 !important;
}
.info_banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.twitter_bnr {
  margin-top: -150px;
}
.twitter_bnr a {
  max-width: 340px;
}

/*グループ*/
#top_grouplist {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#top_grouplist .group_inner {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
}
#top_grouplist .group_inner::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#top_grouplist .group_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}
#top_grouplist .group_inner ul li p {
  font-size: 14px;
  margin-top: 5px;
}
#top_grouplist .group_inner ul img {
  width: 220px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 駅ちかウィジェット */
.widgetSide .mainWidget {
  margin: 0;
}
.widgetSide .mainWidget iframe {
  width: 100%;
  height: 690px;
}

.mainWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainWidget iframe {
  width: auto;
}

/*バニラウィジェット*/
.widgetSide .vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.widgetSide .vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.widgetSide .vanilla_widget.blog_van iframe {
  width: 385px;
}
.widgetSide .vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}

.vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.vanilla_widget.blog_van iframe {
  width: 385px;
}
.vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}


@media screen and (min-width: 768px) {
	.shouye{
	width: 767px;
	padding: 0px;
	margin: 0 auto;
	}
	.shouyeleft{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:50%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}
@media screen and (max-width: 767px) {

	.shouye{
	width: 99%;
	padding: 0px;
	margin: 0 auto;
	}

	.shouyeleft{
	width:100%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:100%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}


.clearfix {
    clear: both;
}

/* banner_area */
.banner_area {
  max-width: 1000px;
  width: 70%;
}
.banner_area ul {
  text-align: center;
  margin: 0 auto;
  max-width: 472px;
}
.banner_area ul li {
  display: inline-block;
  margin: 0 2px 5px;
}

/*トップページの余白処理*/
.topslider[data-set_order="0"],
.video_corner[data-set_order="0"],
.bigbanner_corner[data-set_order="0"],
.dto_wait[data-set_order="0"],
.dto_diary[data-set_order="0"] {
  margin-top: 0;
}

.bigbanner_corner:has(+ .topslider),
.dto_wait:has(+ .dto_diary) {
  margin-bottom: 50px;
}

[data-set_order="0"]:not(.topslider, .video_corner, .bigbanner_corner, .dto_wait, .dto_diary, .dto_review) {
  margin-top: 150px !important;
}

/*インスタウィジェット（過渡期）*/
.tagembed-widget {
  max-height: 832px;
}

.tb_sp_image_wrap_ {
  aspect-ratio: 3/4;
}

.tb_sp_social_top_ {
  display: none;
}

.tb_sp_post_container {
  max-height: 793px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tb_wall_header__ {
  display: none !important;
}

.tb_theme_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tb_theme_container:first-of-type div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.dto_review {
  text-align: center;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  /*間隔まとめ*/
  #top_access, #top_system, #top_ranking, #top_gallery,
  #top_instagram, .info_banner, #concept, #top_grouplist,
  #topevent, #top #cast, #topschedule, #news_pickup, .onecorner,
  .widgetSide, .topslider, .newscorner, .banner_area, .vanilla_widget,
  .widgetSide, .mainWidget, .video_corner, .bigbanner_corner {
    margin: 0 auto 0px;
  }
  #top_system, #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  #toplink {
    padding: 40px 10px;
  }
  #topschedule, #top_system,
  #news_pickup,
  #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  .snsWidget, .bottom_bnr .vanilla_widget {
    margin: 0;
    margin-bottom: 80px;
  }
  /*流れ文字*/
  #marquee {
    height: 36px;
    position: relative;
  }
  #marquee::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
  }
  div.ticker {
    max-width: 100%;
    min-width: 96%;
    padding: 6px 0;
  }
  div.ticker ul li {
    word-break: keep-all;
    max-height: 10px;
  }
  /*特大とヘッドライン*/
  .mv_corneer #marquee {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /*特大*/
  .big-banner {
    margin-bottom: 0px;
  }
  .big-banner a {
    margin-bottom: 10px;
  }
  .big-banner img {
    width: 100%;
  }
  .big-banner video {
    height: 100%;
  }
  .big-video[data-type=pc] {
    display: none;
  }
  .big-video[data-type=sp] {
    display: block;
  }
  .bigbanner-slider[data-type=pc], .big-banner[data-type=pc], .topslide[data-type=pc],
  .topslider .center_bnr[data-type=pc] {
    visibility: hidden;
    height: 0;
  }
  .bigbanner-slider[data-type=sp], .big-banner[data-type=sp], .topslide[data-type=sp],
  .topslider .center_bnr[data-type=sp] {
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /*スライダー*/
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  /*フルビジュアル*/
  .fullImg #contents_nav {
    position: absolute;
    z-index: auto;
  }
  .fullImg.is-fixed #contents_nav {
    z-index: 1001;
  }
  .fullImg .big-banner a {
    margin-bottom: 0;
  }
  .fullImg .big-banner a img, .fullImg .big-banner video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1000;
  }
  .fullImg .c-langBox {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 15rem;
    padding: 0 22px;
  }
  .fullImg .c-langBox .list {
    width: 100%;
  }
  .fullImg #header_on {
    margin-top: 20px;
  }
  .fullImg .showFootPanel {
    margin-bottom: 47px;
  }
  .swiper-pagination-bullet, .swiper-pagination-insta-bullet {
    margin: 0 0.5px;
  }
  /* topmovie  */
  .topmovie {
    margin: 20px 0 0;
  }
  .topmovie iframe {
    max-width: 800px;
    height: 250px;
    margin: 0 auto;
  }
  #top #content {
    margin: 0px 0 100px;
  }
  /*コンセプト*/
  #concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 10px;
    background: #000;
    min-height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;

  }
  #concept::before {
    display: none;
  }
  #concept h2 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.3rem;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0 !important;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #concept h2::after {
    display: none;
  }
  #concept h2 span {
    font-size: 12px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-right: 0;
    margin-top: 0;
  }
  #concept h2 span::after {
    display: none;
  }
  #concept .concept_inner {
    position: relative;
    padding: 0 10px 0 50px;
    max-width: 100%;
  }
  #concept h4 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 180%;
  }
  #concept p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 180%;
  }
  #concept .tatekaki_title {
    height: auto;
    display: block;
    position: relative;
    left: 0 !important;
  }
  #concept .tatekaki_title::before {
    height: 401px;
    font-size: 7rem;
    right: 21rem !important;
    top: -8rem;
    z-index: 0;
  }
  /*PICKUP*/
  .pickup_frame {
    height: 100%;
    width: 100%;
    background: url(../images/sp_pickupbg.jpg) no-repeat top right;
    background-size: cover;
    padding: 50px 0 0px;
    margin-bottom: 80px;
  }
  .pickup_frame::before, .pickup_frame::after {
    display: none;
  }
  .pickup_frame .snslist .twitter-icon {
    width: 40px;
  }
  .pickup_frame a .c-panel__profile {
    padding: 20px 0;
    margin: 0;
  }
  .pickup_frame .nopickup::before {
    background: none;
  }
  .pickup_frame .pickup_inner {
    width: 330px;
    height: 558px;
    overflow: hidden;
  }
  .pickup_frame .pickup_inner .swiper-wrapper {
    width: auto;
  }
  .pickup_frame .pickup_inner .swiper-wrapper .swiper-slide {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    z-index: 1;
  }
  .pickup_frame .swiper-button-prev {
    left: -30px;
  }
  .pickup_frame .swiper-button-next {
    right: -30px;
  }
  .pickup_frame .swiper-button-prev, .pickup_frame .swiper-button-next {
    top: 40%;
  }
  .top_pickup {
    position: relative;
  }
  .top_pickup .c-panel__profile {
    padding: 20px 0;
  }
  /*在籍一覧*/
  #top #cast {
    padding: 0 10px;
  }
  /*本日出勤*/
  #topschedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #topschedule .today {
    width: 50%;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #topschedule .today p {
    font-size: 2rem;
  }
  #topschedule .today span {
    font-size: 1rem;
  }
  #topschedule .and_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0px;
  }
  .topnews_in .news_inner {
    max-width: 100%;
  }
  .topnews_in .news_inner .news_tnb {
    max-width: 55px;
    max-height: 55px;
    margin: 0;
    margin-right: 10px;
  }
  .topnews_in h3 {
    font-size: 14px;
    word-break: break-word;
  }
  .topnews_in .news_body p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: 6.25em;
  }
  .topevent_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topevent_in .event_inner {
    margin-left: 0;
    width: 100%;
  }
  .topevent_in .event_inner .news_head h3 {
    font-size: 14px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: left;
  }
  .topevent_in .event_inner .event_body {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 300;
  }
  .topevent_in .event_tnb {
    max-width: 220px;
    height: 220px;
  }
  .topevent_in .event_tnb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 220px;
    height: 220px;
  }
  /*アクセス*/
  #top_access {
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
    position: relative;
  }
  #top_access #access_inner {
    width: 100%;
    display: block;
  }
  #top_access #access_inner .shopinfo_box {
    padding: 0;
  }
  /*ギャラリー*/
  #top_gallery .galleryslide .swiper-slide a img {
    width: 100%;
    height: 200px;
  }
  .lb-data .lb-caption {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .lb-data .lb-caption span {
    font-size: 16px;
  }
  /*INSTAGRAM*/
  #top_instagram {
    background: url(../images/sp_instabg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 0;
    position: relative;
  }
  #top_instagram h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #top_instagram .instagram_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  #top_instagram .instagram_inner::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc {
    margin: 20px 0 0;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_left h4 {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow {
    margin-top: 10px;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_frame {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
  }
  #top_instagram .instagram_inner .instagram_frame::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta {
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta .noinsta_box {
    height: 395px;
  }
  #top_instagram .instagram_inner .instagram_box {
    width: 100%;
    padding: 0 10px;
  }
  #top_instagram .instagram_inner .instagram_box iframe {
    bottom: auto;
    right: auto;
  }
  #top_instagram .instagram_inner iframe {
    display: block;
  }
  /*グループ*/
  #top_grouplist {
    width: auto;
    position: relative;
    padding: 10px;
    margin: 0 7px 80px;
  }
  #top_grouplist .group_inner {
    width: 100%;
    padding: 60px 20px;
    border-image-slice: 100;
    border-image-width: 80px;
  }
  #top_grouplist .group_inner ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  #top_grouplist .group_inner ul li p {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }
  #top_grouplist .group_inner ul img {
    width: 156px;
    height: 78px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /* 駅ちかウィジェット */
  .widgetSide .mainWidget {
    margin: 0 10px;
  }
  .mainWidget {
    margin: 0 10px 80px;
    position: relative;
  }
  .mainWidget iframe {
    width: 100%;
  }
  /*XとTikTokとbluesky*/
  .tiktok_bg {
    background: url(../images/sp_tiktokbg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  .x_bg {
    background: url(../images/sp_xbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  .bluesky_bg {
    background: url(../images/sp_xbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  /*バニラウィジェット*/
  .widgetSide .vanilla_widget {
    margin: 0 10px;
  }
  .vanilla_widget {
    margin: 0 10px 80px;
    position: relative;
  }
  .vanilla_widget.video_van iframe {
    height: 270px !important;
    width: 295px !important;
  }
  /* banner_area */
  .banner_area {
    width: 100%;
    position: relative;
  }
  .banner_area ul {
    margin: 0% 5% 5% 5%;
  }
  .banner_area ul li {
    margin: 4px 1px;
  }
  [data-set_order="0"]:not(.topslider, .video_corner, .bigbanner_corner, .dto_wait, .dto_diary) {
    margin-top: 50px !important;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  /*NEWFACE*/
  .topNewface {
    height: 620px;
    margin: 0px auto 60px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0;
    top: 0px;
  }
  .topNewface .newface_info {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
  .topNewface .newface_info::before {
    content: "";
    background: #181818;
    display: block;
    width: 100%;
    height: 418px;
    position: absolute;
    z-index: -1;
    bottom: 30px;
    margin-left: 10px;
  }
  .topNewface .newface_info h2 {
    width: auto;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .topNewface .newface_info h2 span {
    display: block;
  }
  .topNewface .newface_info h2 span::after {
    display: none;
  }
  .topNewface .newface_info .swiper-pagination-number {
    display: none;
  }
  .topNewface .newface_info .newface_info_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 50px 30px;
    width: 100%;
  }
  .topNewface .newface_info .newface_info_inner .c-panel__profile.active {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 74px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .topNewface .newface_info .newface_info_inner.newfaceone .c-panel__profile.active {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topNewface .newface_inner {
    width: 100%;
    position: relative;
    bottom: -12%;
    padding-left: 30px;
  }
  .topNewface .newfaceone {
    padding-left: 0 !important;
  }
  .topNewface .newfaceone .swiper-container {
    margin: 0 auto;
  }
  .topNewface .newfaceone .swiper-container .center_bnr {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*新着情報とイベント*/
  .newscorner {
    background: none !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }
  .newscorner .pickup_frame {
    margin-bottom: 0;
  }
  #news_pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    gap: 80px 0px;
  }
  #news_pickup #pickup h2, #news_pickup .pickupSlides h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topnews_in a, .topevent_in a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*新着情報*/
  #topnews {
    width: 100%;
    position: relative;
    padding: 10px;
    height: auto;
    overflow: hidden;
    z-index: 0;
  }
  #topnews::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    inset: 0;
    width: 100%;
    height: 100%;
  }
  #topnews .topnews_frame {
    margin-bottom: 0;
    padding: 60px 20px;
    height: auto;
    border-image-source: url(../images/frame_deco.svg);
    border-image-slice: 125;
    border-image-width: 108px;
    border-style: solid;
    border-image-repeat: round;
    z-index: 2;
  }
  #topnews .topnews_frame::before {
    content: "";
    border: 1px solid;
    border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
    border-image-slice: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  #topnews .and_more {
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }
  .news_border.active::after {
    width: 100%;
    height: 1px;
    background: #A38663;
  }
  .topnews_in .news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  #topevent {
    margin: 0px 10px 80px;
    width: auto;
    padding: 10px;
  }
  #topevent .topnews_frame {
    margin-bottom: 0;
    padding: 60px 20px;
    height: auto;
    border-image-source: url(../images/frame_deco.svg);
    border-image-slice: 125;
    border-image-width: 108px;
    border-style: solid;
    border-image-repeat: round;
  }
  #topevent .topnews_frame::before {
    content: "";
    border: 1px solid;
    border-image-source: linear-gradient(to left, #715638, #E1BF97, #715638);
    border-image-slice: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  /*ギャラリー*/
  #top_gallery {
    background-size: 10%;
  }
  #top_gallery .gallery_loop {
    height: auto;
    bottom: -3.7em;
  }
  #top_gallery .gallery_loop li {
    font-size: 100px;
  }
  #top_gallery .swiper-container {
    max-width: 1000px;
  }
  #top_gallery .swiper-container .one-photo {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  #top_gallery .swiper-container .one-photo .swiper-slide {
    display: block;
    width: 250px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #top_gallery .gallery_inner {
    display: block;
    width: 100%;
    max-height: 350px;
    min-height: 350px;
  }
  #top_gallery .gallery_inner p {
    font-size: 12px;
    margin: 0;
  }
  #top_gallery .gallery_inner .photo_info {
    margin: 10px auto 40px;
  }
  #top_gallery .gallery_inner .photo_info .title {
    font-size: 14px;
  }
  #top_gallery .gallery_inner .photo_info .caption {
    font-size: 12px;
    inline-size: 350px;
    margin: 10px auto 40px;
    line-height: 1.6;
    max-height: 6.1em;
  }
  /*ウィジェット*/
  .single_widget .mainWidget {
    min-width: 100% !important;
    padding: 0 10px;
  }
  .widgetSide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 70px;
  }
  .widgetSide .snsWidget:first-of-type {
    margin-bottom: 80px;
  }
  .info_banner {
    margin-bottom: 80px;
  }
  .twitter_bnr {
    margin-top: -50px;
  }
  .twitter_bnr a {
    max-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*コンセプト*/
  #concept::before {
    margin: 0px 10% 0 0;
    padding-right: 50px;
  }
  #concept .concept_inner {
    position: relative;
    left: 7.5%;
    max-width: 700px;
  }
  #concept .tatekaki_title {
    left: 0;
  }
  #concept p {
    font-size: 0.9rem;
    max-width: 850px;
  }
  /*本日出勤*/
  #topschedule .today {
    width: 200px;
    height: 48px;
  }
  #topschedule .today p {
    font-size: 30px;
  }
  /*NEWFACE*/
  .topNewface {
    margin: 0 auto 300px;
  }
  .topNewface .newface_inner {
    bottom: -22%;
  }
  .topNewface .newface_info::before {
    margin-left: 0;
    bottom: -100px;
  }
  .topNewface .newface_info .newface_info_inner {
    bottom: -100px;
    padding: 0 0 80px 30px;
  }
  /*新着情報*/
  #topnews {
    margin-bottom: 50px;
  }
  .topnews_in .news_inner {
    max-width: 100%;
  }
  /*ギャラリー*/
  #top_gallery .galleryslide .swiper-slide a img {
    width: 100%;
    height: -webkit-fill-available;
  }
  #top_gallery .swiper-container .one-photo .swiper-slide {
    display: block;
    width: 700px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #top_gallery .gallery_inner {
    display: block;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
  }
  #top_gallery .gallery_loop {
    height: auto;
    bottom: -3em;
  }
  /*INSTAGRAM*/
  #top_instagram {
    background: url(../images/instabg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
  }
  #top_instagram h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #top_instagram .instagram_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_instagram .instagram_inner::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left {
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #top_instagram .instagram_inner .instagram_left h4 {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow {
    margin-top: 10px;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_frame {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
  }
  #top_instagram .instagram_inner .instagram_frame::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta {
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #top_instagram .instagram_inner .instagram_box {
    width: 100%;
    padding: 0 20px;
  }
  #top_instagram .instagram_inner .instagram_box iframe {
    bottom: auto;
    right: auto;
  }
  #top_instagram .instagram_inner iframe {
    display: block;
    width: 100% !important;
    margin-bottom: 40px;
  }
  /*グループ*/
  #top_grouplist {
    width: 80%;
    position: relative;
    padding: 10px;
    margin: 0 auto 100px;
  }
  #top_grouplist .group_inner {
    width: 100%;
    padding: 60px 20px;
    border-image-slice: 100;
    border-image-width: 80px;
  }
  #top_grouplist .group_inner ul {
    display: grid;
    grid-template-columns: 30% 30%;
    gap: 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  #top_grouplist .group_inner ul li p {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }
}
/*================
SYSTEM
================*/
main#system {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}

#system_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #system_inner {
    padding: 0px 10px 0px;
  }
}

/*================
GIRLS
================*/
#twitter {
  margin-top: 70px;
}

#cast {
  margin: 0 auto;
  padding: 0 165px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #cast {
    margin: 0;
    margin-bottom: 100px;
    padding: 0;
  }
  #cast .c-panel__bg {
    padding: 0 10px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #cast {
    padding: 0 50px;
  }
}
/*================
PROFILE
================*/
#profile {
  padding: 0;
}
#profile iframe {
  width: 100%;
  height: 500px;
}
#profile .room {
  margin-top: 0;
}

#profile_inner {
  margin: 0 auto;
  padding: 0px 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*パネル*/
.prof_l {
  width: 600px;
  padding-right: 3%;
  position: relative;
}
.prof_l .beginner {
  z-index: 1;
  left: 15px;
  top: 20px;
}

#profile_img_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#profile_img_thumb div {
  width: 20%;
  margin-right: 5px;
  max-height: 143px;
  cursor: pointer;
}
#profile_img_thumb div:last-child {
  margin: 0;
}
#profile_img_thumb div > img {
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

#profile_img_big {
  max-width: 600px;
  max-height: 800px;
  width: 100%;
  position: relative;
}
#profile_img_big > img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/*情報*/
.prof_r {
  width: 720px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
}
.prof_r .prof_frame {
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 50px;
  min-height: 100%;
  position: relative;
}
.prof_r .prof_frame::before {
  content: "";
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: -3px;
}
.prof_r .realtime_info {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.prof_r .realtime_info .r_comment {
  position: relative;
  padding: 5px 10px;
  background: #000;
  border: 2px solid #C5A580;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  margin-bottom: 10px;
  max-width: 20rem;
}
.prof_r .realtime_info .r_comment p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
}
.prof_r .realtime_info .r_comment::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 10px solid #C5A580;
  border-right: 12px solid transparent;
  border-left: 7px solid transparent;
}
.prof_r .realtime_info .r_comment::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -7px;
  border-top: 10px solid #000;
  border-right: 12px solid transparent;
  border-left: 7px solid transparent;
}
.prof_r .realtime_info .r_status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A38663;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  font-size: 14px;
}
.prof_r .realtime_info .r_status .r_status__title {
  color: #000;
  background: #A38663;
  padding: 2px 10px;
  min-width: 25%;
  width: 30%;
}
.prof_r .realtime_info .r_status .r_status__text {
  color: #fff;
  background: #000;
  padding: 2px 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  max-height: 26px;
  min-height: 26px;
}
.prof_r .realtime_info .r_status .r_status__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  min-width: 40%;
}
.prof_r .realtime_info .r_status .r_status__text .r_status_sub {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.prof_r .prof_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: none;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
}
.prof_r .prof_name .eng_name {
  font-size: 40px;
  font-style: italic;
  word-break: break-all;
  font-family: "EB Garamond", serif;
}
.prof_r .prof_name .eng_name span {
  font-size: 16px;
  margin-left: 10px;
  font-style: normal;
}
.prof_r .beginner {
  top: 240px;
  right: 20%;
  left: auto;
}
.prof_r h3 {
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #464646;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
.prof_r .size {
  font-size: 12px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

/*プロフィールタグ*/
.profile_taglist {
  display: grid;
  grid-template-columns: 153px 153px;
  gap: 4px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
.profile_taglist li {
  display: none;
}
.profile_taglist li.is_active {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  border-radius: 2px;
  background: #393939;
  color: #CFCFCF;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 2px 0px;
}

/*流れる文字*/
.profile__flow_text {
  font-size: 12px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px 0;
}

/*追加オプション*/
.option_area {
  margin-bottom: 50px;
  width: 100%;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

.option__price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}

.option__price .yen {
  font-size: 10px;
  padding-left: 3px;
}

.option__list {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  grid-template-columns: 50% 50%;
}

.option__item {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.option__title {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.option__icon--circle {
  font-size: 14px;
  font-weight: bold;
  color: #00c781;
}

.option__icon--triangle {
  color: #ffbb38;
}

.option__item--ng {
  background: rgba(153, 153, 153, 0.2901960784);
  color: #999;
}

.option__title > span {
  font-size: 16px;
  padding-right: 10px;
  -webkit-text-stroke: 2px;
}

.option__title .option__icon--cross {
  font-size: 18px;
}

.option__content {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*動画出力*/
.profile_mvs {
  display: none;
}
.profile_mvs.is-active {
  display: block;
  margin-bottom: 50px;
}

.profile-movie__title {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

/*出勤表*/
.prof_table {
  overflow: visible;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.prof_table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 600px;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prof_table tbody th, .prof_table tbody td, .prof_table tbody span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.prof_table tbody tr {
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  border-top: 1px solid #464646;
  width: 14.2857142857%;
  min-width: 145px;
}
.prof_table tbody tr:not(:nth-of-type(1)), .prof_table tbody tr:not(:nth-of-type(2)), .prof_table tbody tr:not(:nth-of-type(3)), .prof_table tbody tr:not(:nth-of-type(4)) {
  margin-top: 10px;
}
.prof_table tbody tr:first-of-type {
  border-left: 1px solid #464646;
}
.prof_table tbody tr:first-of-type th {
  background: #000;
}
.prof_table tbody tr:nth-of-type(4n + 5) {
  border-left: 1px solid #464646;
}
.prof_table tbody th {
  padding: 10px 0;
  font-size: 14px;
  background: #7D7D7D;
}
.prof_table tbody th p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 3px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.prof_table tbody th p span {
  font-size: 10px;
}
.prof_table tbody td {
  font-size: 14px;
  padding: 15px 5px;
  min-height: 75px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000;
}

/*Q&A*/
.profile_data_list {
  margin: 20px 0 50px;
  width: 100%;
}
.profile_data_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #464646;
  margin-bottom: 10px;
}
.profile_data_list dl dt, .profile_data_list dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.profile_data_list dl dt {
  width: 43%;
  padding: 0 16px 0 0;
}
.profile_data_list dl dd {
  width: 57%;
}

/*メッセージ*/
.message_area {
  margin-bottom: 50px;
}
.message_area:last-of-type {
  margin-bottom: 0px;
}
.message_area dt {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #464646;
  word-break: keep-all;
}
.message_area dd {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
.message_area dd p {
  color: #fff !important;
}

.message_box {
  width: 100%;
  margin-top: 50px;
}

/*ウィジェット*/
.widgetList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.twitter_box {
  margin-bottom: 30px;
  text-align: center;
  min-height: 20rem;
}
.twitter_box > div {
  height: 100%;
}
.twitter_box iframe {
  width: 100% !important;
}
.twitter_box:last-of-type {
  margin-bottom: 0;
}

.profile-movie__image video {
  max-width: 100%;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*インバウンド*/
.prof_l .c-ladysNum {
  font-size: 14px;
  top: 10px;
  right: 60px;
  width: 50px;
  height: 50px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #profile_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px 0;
  }
  .prof_l {
    padding-right: 0%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prof_l .beginner {
    width: 40px;
    height: 40px;
    font-size: 12px;
    left: 10px;
    top: 10px;
  }
  .prof_l .c-ladysNum {
    right: 10px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #profile_img_thumb {
    margin: 10px 0 30px;
    width: 100%;
  }
  #profile_img_thumb div {
    max-height: 100%;
  }
  /*情報*/
  .prof_r {
    padding: 10px;
    width: 100%;
  }
  .prof_r .prof_frame {
    padding: 50px 20px;
  }
  .prof_r .realtime_info {
    margin-bottom: 30px;
    right: 0;
    width: 100%;
  }
  .prof_r .realtime_info .r_status {
    font-size: 12px;
    height: 40px;
  }
  .prof_r .realtime_info .r_status .r_status__title {
    width: 30%;
    min-width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prof_r .realtime_info .r_status .r_status__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    max-height: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prof_r .realtime_info .r_status .r_status__text p {
    -webkit-line-clamp: 2;
  }
  .prof_r .realtime_info .r_status .r_status__text .r_status_sub {
    font-size: 10px;
    margin-left: 0px;
    display: block;
  }
  .prof_r .prof_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .prof_r .prof_name .eng_name {
    font-size: 20px;
    font-style: italic;
    word-break: break-word;
  }
  .prof_r .prof_name .eng_name span {
    font-size: 16px;
    margin-left: 10px;
    font-style: normal;
  }
  .prof_r .beginner {
    top: 243px;
    right: 13%;
    left: auto;
  }
  /*プロフィールタグ*/
  .profile_taglist {
    margin-bottom: 20px;
  }
  .profile_taglist li.is_active {
    padding: 2px 0;
    width: 100%;
  }
  /*追加オプション*/
  .option_area {
    margin-bottom: 30px;
  }
  .option__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*動画出力*/
  .profile_mvs.is-active {
    margin-bottom: 30px;
  }
  /*出勤表*/
  .prof_table tbody {
    min-width: 100%;
  }
  .prof_table tbody tr {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #464646;
    border-top: none;
    max-height: 40px;
  }
  .prof_table tbody tr:not(:nth-of-type(1)), .prof_table tbody tr:not(:nth-of-type(2)), .prof_table tbody tr:not(:nth-of-type(3)), .prof_table tbody tr:not(:nth-of-type(4)) {
    margin-top: 0px;
  }
  .prof_table tbody tr:first-of-type {
    border-top: 1px solid #464646;
  }
  .prof_table tbody tr th {
    width: 30%;
    height: 100%;
    margin-left: 0;
    border-right: 1px solid #464646;
  }
  .prof_table tbody tr th p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .prof_table tbody tr th p span {
    font-size: 10px;
    margin-left: 5px;
  }
  .prof_table tbody tr td {
    width: 70%;
    padding: 0;
    min-height: 100%;
    font-size: 12px;
  }
  /*Q&A*/
  .profile_data_list {
    margin: 0px 0 30px;
  }
  .profile_data_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile_data_list dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .profile_data_list dd, .profile_data_list dt {
    width: 100% !important;
    font-size: 12px !important;
    position: relative;
  }
  .profile_data_list dt::before {
    content: "";
    position: relative;
    top: 1px;
    width: 2px;
    height: 10px;
    background: #fff;
    margin-right: 5px;
  }
  /*メッセージ*/
  .message_area {
    margin-bottom: 30px;
  }
  .message_area dd {
    font-size: 12px;
  }
  .message_box {
    margin-top: 30px;
  }
  /*ウィジェット*/
  .widgetList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .twitter_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #profile_inner {
    padding: 0px 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prof_l {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .prof_l .beginner {
    z-index: 1;
    left: -255px;
    top: 70px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .prof_l #profile_img_big, .prof_l #profile_img_thumb {
    width: 100%;
  }
  /*インバウンド*/
  .prof_l .c-ladysNum {
    top: 120px;
    left: 250px;
    position: relative;
  }
}
/*================
SCHEDULE
================*/
#schedule {
  margin: 0 auto;
}
#schedule .btn_on {
  background: rgba(0, 0, 0, 0.7) !important;
}
#schedule .btn_on a {
  color: #fff !important;
}
#schedule #schedule_inner {
  margin: 0px auto;
  padding: 0 5rem;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.day_frame {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
}
.day_frame::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.7);
  width: 10px;
  height: 6px;
  border-radius: 20px;
}
.day_frame::-webkit-scrollbar-thumb {
  background-color: #A38663;
  border-radius: 20px;
}

#schedule #day_btns {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  position: relative;
}
#schedule #day_btns li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 136px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-bottom: 15px;
}
#schedule #day_btns li a {
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
}
#schedule #day_btns li:hover {
  cursor: pointer;
}
#schedule #day_btns li:hover::after {
  width: 100%;
}
#schedule #day_btns li a span {
  font-size: 12px;
  text-transform: uppercase;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #schedule #schedule_inner {
    grid-template-columns: 50% 50%;
    padding: 10px;
    gap: 5px;
  }
  .day_frame {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #schedule #day_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 3px;
    padding: 0 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  #schedule #day_btns li {
    min-width: 13.5%;
    width: 100%;
  }
  #schedule #day_btns li a {
    font-size: 12px;
  }
  #schedule #day_btns li a span {
    font-size: 10px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #schedule #schedule_inner {
    padding: 0 50px;
  }
}
/*================
NEWLIST
================*/
#newslist #wrap, #ndetail #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#newslist #wrap #content, #ndetail #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#newslist_inner {
  /* 日付表示 */
}
#newslist_inner .news_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
#newslist_inner .news_border article {
  width: 100%;
}
#newslist_inner .news_border article .comment {
  padding: 0 0 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 10px;
}
#newslist_inner .newsbox {
  padding: 50px 60px;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#newslist_inner .newsbox::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#newslist_inner .newsbox .news_tnb {
  max-width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
#newslist_inner .newsbox .news_tnb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#newslist_inner .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 0;
}
#newslist_inner h3 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#newslist_inner .news_frame {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  margin: 0 0 60px;
  position: relative;
  z-index: 0;
}
#newslist_inner .news_update {
  display: block;
  color: #A38663;
  font-size: 12px;
  text-align: right;
  max-width: 80px;
}
#newslist_inner .comment {
  width: 100%;
  display: block;
  padding: 20px 0;
  margin: 0 auto 0px;
  font-size: 14px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  position: relative;
}
#newslist_inner .radius_cell {
  text-align: center;
  padding-top: 20px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #newslist_inner {
    padding: 0 10px;
  }
  #newslist_inner .newsbox {
    padding: 50px 20px;
    border-image-slice: 125;
    border-image-width: 108px;
  }
  #newslist_inner .comment, #newslist_inner .news_update {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #newslist_inner h3 {
    font-size: 14px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #newslist_inner .news_frame {
    margin: 0 0 20px;
    padding: 10px;
  }
  #newslist_inner .news_border article .comment {
    font-size: 12px;
  }
  /*================
  NDETAIL
  ================*/
  #ndetail #newslist_inner h3 {
    font-size: 16px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #newslist #wrap #content, #ndetail #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
  #newslist_inner .news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #newslist_inner {
    padding: 0 20px;
  }
}
/*================
EVENT
================*/
#edetail #campaign_inner .campaign_box {
  min-width: 100%;
  max-height: 100%;
  position: relative;
}
#edetail #campaign_inner .campaign_box .titlebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-align: left;
  font-size: 16px;
  word-break: keep-all;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#edetail #campaign_inner .campaign_box .titlebar span {
  display: block;
  color: #A38663;
  font-size: 12px;
  width: 30%;
  text-align: right;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
#edetail #campaign_inner .campaign_body {
  max-height: 100%;
  overflow: visible;
}

#campaign_inner {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
#campaign_inner .campaign_box {
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  position: relative;
  padding: 50px 60px;
}
#campaign_inner .campaign_box::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#campaign_inner .campaign_box .news_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
#campaign_inner .campaign_box .news_border .event_tnb {
  max-width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
#campaign_inner .campaign_box .news_border .event_tnb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#campaign_inner .campaign_box .news_border article {
  width: 100%;
}
#campaign_inner .campaign_box .news_border article .event_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 0;
}
#campaign_inner .campaign_box .news_border article .event_head h3 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  word-break: break-word;
}
#campaign_inner .campaign_box .news_border article .event_head span {
  display: block;
  color: #A38663;
  font-size: 12px;
  min-width: 80px;
  max-width: 80px;
  text-align: right;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
#campaign_inner .campaign_box .news_border article .campaign_body {
  padding: 0 0 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 10px;
}
#campaign_inner .campaign_frame {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  position: relative;
  z-index: 0;
  margin: 0 0 60px;
}

.campaign_title span {
  display: block;
}

.campaign_body {
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 20px 0;
  margin: 0 auto 0px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  position: relative;
}
.campaign_body img {
  text-align: center;
  margin-bottom: 20px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #edetail #campaign_inner .campaign_box .titlebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #edetail #campaign_inner .campaign_box .titlebar span {
    text-align: left;
  }
  #campaign_inner {
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
  }
  #campaign_inner .campaign_box {
    padding: 50px 20px;
    border-image-slice: 125;
    border-image-width: 108px;
  }
  #campaign_inner .campaign_frame {
    padding: 10px;
    margin: 0 0 20px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #campaign_inner .campaign_box .news_border article .event_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #campaign_inner .campaign_box .news_border article .event_head span {
    text-align: left;
  }
  #campaign_inner .campaign_box .news_border article .event_head h3 {
    font-size: 14px;
  }
  #campaign_inner .campaign_box .news_border article .campaign_body {
    font-size: 12px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #campaign_inner {
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
}
/*================
ACCESS
================*/
#access {
  margin: 0 auto;
}
#access #access_inner .shopinfo_box {
  padding: 100px 0;
}

#access_inner > .shopinfo_box:nth-of-type(n+2) {
  margin-top: 80px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #access #access_inner .shopinfo_box {
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 50%;
    position: relative;
  }
  #access_inner .shopinfo_box {
    background-size: 50%;
  }
  #access_inner > .shopinfo_box:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #access_inner {
    padding: 0 20px;
  }
  #access_inner .shopinfo_box {
    padding: 50px 20px !important;
    background-size: 50% !important;
  }
}
/*================
RANKING
================*/
#ranking #ranking_area {
  padding: 150px 0;
  margin-bottom: 100px;
}
#ranking #ranking_area .image a {
  height: 100%;
  width: 100%;
}
#ranking #ranking_area .image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ranking #ranking_area .ranking_box_inner .c-panel:nth-child(4n+7) {
  margin-right: 0 !important;
}

#ranking #ranking_area:last-child {
  margin-bottom: 0;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #ranking #ranking_area {
    padding: 50px 10px;
  }
  #ranking #ranking_area .ranking_box_inner {
    gap: 60px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ranking #ranking_area .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    margin-right: 5px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #ranking #ranking_area .ranking_box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 60px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px;
  }
  #ranking #ranking_area .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 33%;
    margin-right: 0 !important;
  }
}
/*================
RECRUIT
================*/
#recruit #wrap,
#staffrecruit #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#recruit #wrap #content,
#staffrecruit #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#recruit_inner {
  padding: 50px 80px;
  text-align: center;
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
}
#recruit_inner h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#recruit_inner table {
  width: 100%;
}
#recruit_inner table:not(:first-child) {
  margin-top: 3rem;
}
#recruit_inner table tbody {
  display: block;
  width: 100%;
  border: 1px solid #464646;
}
#recruit_inner table caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#recruit_inner table tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #000;
}
#recruit_inner table tr:last-child td {
  border-bottom: none;
}
#recruit_inner table th, #recruit_inner table td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #464646;
}
#recruit_inner table th {
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  background: #292929;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#recruit_inner table td {
  font-size: 14px;
  padding: 12px 20px;
  width: 100%;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #recruit_inner {
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
    position: relative;
  }
  #recruit_inner h3 {
    margin-bottom: 10px;
  }
  #recruit_inner table caption {
    font-size: 14px;
  }
  #recruit_inner table th {
    font-size: 12px;
    padding: 8px 20px;
    background: #292929;
    font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #recruit_inner table td {
    font-size: 12px;
    padding: 8px 20px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #recruit #wrap #content,
  #staffrecruit #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #recruit_inner {
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
  }
}
/*================
HOTEL
================*/
#hotel #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#hotel #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

.hotel_table {
  margin: 0 auto 50px;
  border-top: none;
  font-size: 20px;
}
.hotel_table:last-of-type {
  margin: 0;
}

#hotel_inner {
  padding: 50px 80px;
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
}
#hotel_inner table {
  width: 100%;
}
#hotel_inner table th, #hotel_inner table td {
  border: 1px solid #464646;
  width: 30%;
  text-align: center;
  padding: 4px;
  font-size: 14px;
  vertical-align: middle;
}
#hotel_inner table th:first-of-type, #hotel_inner table td:first-of-type {
  width: 30%;
}
#hotel_inner table th:last-of-type, #hotel_inner table td:last-of-type {
  width: 60%;
}
#hotel_inner table td {
  background: #000;
}
#hotel_inner table th {
  background: #292929;
}
#hotel_inner h3 {
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #hotel_inner {
    position: relative;
    padding: 50px 10px;
    background-size: 50%;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #hotel #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #hotel_inner {
    background-size: 50%;
  }
}
/*================
CONTACT
================*/
#contact #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#contact #wrap h3 {
  font-size: 20px;
  text-align: center;
  padding: 30px 86px 16px;
}
#contact #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#contact_inner {
  background: url(../images/bg_repeat02.png) repeat #050505;
  padding: 50px 80px;
  background-size: 30%;
}

#contact_inner table {
  width: 100%;
  display: block;
  border: 1px solid #464646;
}
#contact_inner table tbody {
  display: block;
}
#contact_inner table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #464646;
  background: #000;
}
#contact_inner table tr:last-child {
  border-bottom: none;
}
#contact_inner table th, #contact_inner table td {
  vertical-align: middle;
  text-align: left;
}
#contact_inner table th {
  font-size: 16px;
  width: 200px;
  padding: 12px 20px;
  border-right: 1px solid #464646;
  background: #292929;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contact_inner table td {
  font-size: 14px;
  padding: 12px 20px;
}
#contact_inner table td a {
  font-size: 14px;
}

#contact_inner .contact_lineBtn .lineBtn {
  padding: 10px 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 40px;
  margin: 5px;
  margin-left: 0;
  max-width: 200px;
  background: #6acd2d;
  color: #fff;
}
#contact_inner .contact_lineBtn .lineBtn img {
  width: 26px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 5px;
}
#contact_inner .contact_lineBtn .lineBtn:hover {
  color: #fff;
}
#contact_inner .contact_lineBtn .lineBtn.tele {
  background: #29a8ea;
}
#contact_inner .contact_lineBtn .lineBtn.whats {
  background: #25d166;
}
#contact_inner .contact_lineBtn .lineBtn.messe {
  background: -webkit-linear-gradient(45deg, #0099ff 0%, #a033ff 61%, #ff5280 93%, #ff7061 100%);
  background: linear-gradient(45deg, #0099ff 0%, #a033ff 61%, #ff5280 93%, #ff7061 100%);
}
#contact_inner .contact_lineBtn .lineBtn.kakao {
  background: #f7da0b;
  color: #3b1d1e;
}
#contact_inner .contact_lineBtn .lineBtn.kakao img {
  -webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(17%) saturate(5648%) hue-rotate(328deg) brightness(96%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(7%) sepia(17%) saturate(5648%) hue-rotate(328deg) brightness(96%) contrast(85%);
}
#contact_inner .contact_lineBtn .lineBtn.wechat {
  background: #3ec93a;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #contact_inner {
    position: relative;
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
  }
  #contact_inner table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  #contact_inner table tr:last-child td {
    border-bottom: none;
  }
  #contact_inner table th {
    width: 100%;
    font-size: 12px;
    padding: 8px 20px;
    border-right: none;
    border-bottom: 1px solid #464646;
  }
  #contact_inner table td {
    font-size: 12px;
    padding: 8px 20px;
    border-bottom: 1px solid #464646;
  }
  #contact_inner .contact_lineBtn td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 5px;
  }
  #contact_inner .contact_lineBtn .lineBtn {
    padding: 10px;
    width: 100%;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #contact #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #contact_inner {
    background-size: 50%;
    position: relative;
  }
}
/*================
REALTIME
================*/
#realtime {
  margin: 0 auto;
}
#realtime .btn_on {
  background: #000 !important;
}
#realtime .btn_on a {
  color: #fff !important;
}

.realtime_block {
  margin: 0px auto;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  justify-items: center;
}
.realtime_block__wrapper {
  margin: 50px auto 100px;
  padding: 0 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.realtime_block__wrapper .realtime_title {
  width: 620px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.realtime_block__wrapper .realtime_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#5d5853), color-stop(#E1BF97), to(#715638));
  background: -webkit-linear-gradient(right, #5d5853, #E1BF97, #715638);
  background: linear-gradient(to left, #5d5853, #E1BF97, #715638);
}
.realtime_block__wrapper .realtime_title h3 {
  font-size: 20px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.realtime_block__wrapper .realtime_title h3::before {
  content: "";
  background: url(../images/sp_menu_deco.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  inset: 0;
  margin-right: 10px;
}

.realtime_on .c-panel__realtime {
  border-top: 1px solid #464646;
}
.realtime_on .realtime_bg {
  height: 100%;
  max-height: 106px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  overflow: hidden;
}

.realtime_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1%;
  background: rgba(0, 0, 0, 0.7);
  width: 152px;
  height: 100%;
  max-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 14px;
}
.realtime_bg .c-panel__time {
  position: relative;
  width: 100%;
}

.c-panel__realtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-panel__realtime .realtime_status {
  background: #C5A580;
  color: #000;
  font-weight: bold;
  margin: 10px 0 5px;
  width: 132px;
  text-align: center;
}
.c-panel__realtime .realtime_status, .c-panel__realtime .realtime_subStatus {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.c-panel__realtime .realtime_comment {
  border-top: none;
  padding-top: 0;
}

.realtimeBtn__wapper {
  max-width: 1000px;
  margin: 0 auto 32px;
  position: relative;
}
.realtimeBtn__wapper h3 {
  border-bottom: 1px solid transparent;
  border-left: 4px solid transparent;
  text-align: left;
  padding: 0;
  padding-left: 10px;
  font-size: 20px;
}
.realtimeBtn__wapper h3::after {
  display: none;
}

.realtimeBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.realtimeBtn button {
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  border: solid 1px #C5A580;
  background: #1C1A16;
  color: #C5A580;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.realtimeBtn button:hover {
  opacity: 0.6;
}
.realtimeBtn button:disabled {
  pointer-events: none;
  border: 1px solid #484848;
  background: #1C1A16;
  color: #484848;
}
.realtimeBtn button.mixitup-control-active {
  border: none;
  background: #C5A580;
  color: #000;
}

.status__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.realtimeAll__wrapper {
  text-align: right;
}

p.realtimeAll {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 0 0 2px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
p.realtimeAll::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #fff;
}

.realtimeBtn__inner {
  padding: 20px 0 10px;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  background: #000;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  .realtime_block {
    grid-template-columns: 50% 50%;
    padding: 10px;
    gap: 20px 5px;
  }
  .realtime_block__wrapper {
    margin: 20px 10px 50px;
    padding: 0;
  }
  .realtime_block__wrapper .realtime_title {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 42px;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .realtime_block__wrapper .realtime_title h3 {
    font-size: 14px;
  }
  .realtime_block__wrapper .realtime_title h3::before {
    width: 2rem;
    height: 2rem;
  }
  .realtime_on .realtime_bg {
    max-height: 80px;
    padding: 5px;
  }
  .realtime_on .c-panel__realtime {
    border-top: 1px solid #464646;
  }
  .realtime_bg {
    width: 117px;
    min-height: auto;
    height: 90px;
    font-size: 10px;
    padding: 8px;
  }
  .c-panel__realtime {
    font-size: 8px;
  }
  .c-panel__realtime .realtime_status {
    width: 100px;
    margin: 5px 0 3px;
  }
  .realtimeBtn__wapper h3 {
    border-bottom: 1px solid transparent;
    border-left: 4px solid transparent;
  }
  .realtimeBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px 10px;
    width: -we: border-box;
          box-sizing: border-box;
  display: block;
}
.topNewface .newfaceone .swiper-container .center_bnr .newface_article .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner {
  position: relative;
  bottom: 50%;
  width: 100%;
}
.topNewface .newface_inner .swiper-container {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner .swiper-button-prev, .topNewface .newface_inner .swiper-button-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topNewface .newface_inner .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  right: 10px;
  left: auto;
  background-size: 10px;
}
.topNewface .newface_inner .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l20.1%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: 10px;
  left: 10px;
  right: auto;
}

/*在籍一覧*/
#top #cast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*本日出勤*/
#topschedule {
  padding: 0;
}
#topschedule .today {
  text-align: center;
  width: 400px;
  height: 60px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #000;
  color: #fff;
}
#topschedule .today p {
  font-size: 40px;
}
#topschedule .today span {
  font-size: 16px;
  margin-left: 5px;
  text-transform: uppercase;
}
#topschedule .and_more {
  margin: 50px auto 0px;
}

/*新着情報とイベント*/
.onecorner {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.newscorner {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#news_pickup {
  width: 100%;
  max-width: 1360px;
  gap: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news_pickup #pickup, #news_pickup .pickupSlides {
  padding-bottom: 0;
}

.topnews_in, .topevent_in {
  max-height: 438px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topnews_in a, .topevent_in a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event_update, .news_update {
  font-size: 12px;
  color: #A38663;
  word-break: keep-all;
}

/*新着情報*/
#topnews {
  width: 664px;
  padding: 20px;
  position: relative;
  height: 646px;
}
#topnews .and_more {
  margin-top: 0;
  position: absolute;
  bottom: 13%;
}
#topnews .topnews_frame {
  padding: 80px 5%;
  height: 606px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.news_border {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: none;
  transition: none;
}
.news_border::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #464646;
  bottom: 0;
  left: 0;
}
.news_border::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1201px) {
  .news_border:hover::after {
    width: 100%;
    height: 1px;
    background: #A38663;
  }
}

.topnews_in h3 {
  font-size: 16px;
  font-weight: bold;
}
.topnews_in .news_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 70px;
  max-width: 100%;
  width: 100%;
}
.topnews_in .news_inner .news_tnb {
  max-width: 60px;
  max-height: 60px;
  margin: 0 10px;
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topnews_in .news_inner .news_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.topnews_in .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.topnews_in .news_body {
  padding: 15px 0 50px;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.topnews_in .news_body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 6.25em;
}

/*イベント*/
#topevent {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#topevent .topnews_frame {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#topevent .topnews_frame::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}

.topevent_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 770px;
}
.topevent_in .event_body {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.topevent_in .event_inner {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}
.topevent_in .event_inner .news_head {
  border-bottom: 1px solid #464646;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.topevent_in .event_inner .news_head .event_update {
  font-size: 14px;
  color: #A38663;
}
.topevent_in .event_inner .news_head h3 {
  font-size: 16px;
  font-weight: bold;
}
.topevent_in .event_tnb {
  max-width: 180px;
  height: 180px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topevent_in .event_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 180px;
}

/*アクセス*/
#top_access {
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_access .shopinfo_box {
  background: none;
}

/*ギャラリー*/
#top_gallery {
  background: url(../images/bg_repeat01.png) repeat #000;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_gallery .gallery_loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  height: 230px;
  bottom: -13px;
}
#top_gallery .gallery_loop li {
  font-family: "Playfair", serif;
  font-size: 200px;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  margin: 0;
  color: #292929;
  -webkit-animation: flowingX 20s linear infinite;
          animation: flowingX 20s linear infinite;
}
#top_gallery .gallery_inner {
  position: relative;
  z-index: 1;
  max-height: 678px;
  min-height: 678px;
}
#top_gallery .gallery_inner .photo_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  line-height: 200%;
  text-align: center;
}
#top_gallery .gallery_inner .photo_info .title {
  font-size: 18px;
}
#top_gallery .gallery_inner .photo_info .caption {
  inline-size: 1000px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 6.25em;
}
#top_gallery .swiper-container {
  max-width: 1360px;
}
#top_gallery .swiper-container .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_gallery .swiper-container .one-photo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_gallery .swiper-container .one-photo .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top_gallery .galleryslide .swiper-slide {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
}
#top_gallery .galleryslide .swiper-slide a img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .swiper-slide a:hover img {
  opacity: 1;
}
#top_gallery .galleryslide .swiper-slide-active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#top_gallery .galleryslide .swiper-slide-active img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .center_bnr .swiper-slide {
  -webkit-filter: none;
          filter: none;
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.lb-data .lb-caption {
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.lb-data .lb-title {
  font-size: 18px;
  margin: 5px 0;
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lightboxOverlay {
  opacity: 0.9;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1;
}

.swiper-scrollbar {
  background: #eee; /* スクロールバーの背景色 */
  height: 3px; /* スクロールバーの高さ */
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 105px; /* 左右の余白を考慮した幅 */
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #A38663; /* スクロールドラッグの色 */
}

/*INSTAGRAM*/
#top_instagram {
  background: url(../images/instabg.jpg) no-repeat center top;
  padding: 200px 100px 100px;
  background-size: cover;
}
#top_instagram h2 {
  display: none;
}
#top_instagram .instagram_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  margin-top: 50px;
}
#top_instagram .instagram_inner::before {
  content: "";
  background: url(../images/insta_deco.png) no-repeat;
  display: block;
  position: absolute;
  width: 960px;
  height: 1390px;
  right: -12%;
}
#top_instagram .instagram_inner .instagram_left {
  max-width: 350px;
  text-align: center;
  margin-right: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top_instagram .instagram_inner .instagram_left h4 {
  font-size: 40px;
  word-break: keep-all;
}
#top_instagram .instagram_inner .instagram_left .ig_acc {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_acc::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_acc:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_left .follow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_instagram .instagram_inner .instagram_left .follow_btn img {
  margin-right: 5px;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow {
  margin-top: 50px;
  font-size: 14px;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_follow:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_box {
  width: auto;
  position: relative;
}
#top_instagram .instagram_inner .instagram_box iframe {
  position: relative;
}
#top_instagram .instagram_inner .instagram_frame {
  position: relative;
  width: 890px;
  height: 780px;
  border: 1px solid #fff;
  display: block;
  background: transparent;
  left: 0%;
}
#top_instagram .instagram_inner .instagram_frame::before {
  content: "Instagram";
  font-size: 180px;
  width: 100%;
  display: block;
  font-family: "Playfair", serif;
  position: relative;
  top: 320px;
  left: 55.8%;
  font-weight: bold;
  text-align: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top_instagram .instagram_inner .instagram_frame .link_insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 6%;
  right: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
}
#top_instagram .instagram_inner .instagram_frame .link_insta a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#top_instagram .instagram_inner .instagram_frame .link_insta .noinsta_box {
  height: 790px;
  width: 100%;
  background: #000;
}

/*ウィジェット*/
.single_widget {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single_widget .mainWidget {
  min-width: 500px !important;
}

.widgetSide {
  display: grid;
  grid-template-columns: 500px 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  /*XとTikTok*/
}
.widgetSide .snsWidget {
  margin: 0;
  width: 100%;
}

/*XとTikTok*/
.snsWidget {
  max-width: 500px;
  margin: 200px auto;
}
.snsWidget blockquote {
  display: contents;
}

.tiktok_bg {
  padding: 100px 60px;
  background: url(../images/tiktokbg.jpg) no-repeat;
  background-size: cover;
}

.x_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
  /*Xウィジェット*/
}
.x_bg .twitter {
  margin: 0;
  color: #fff;
}
.x_bg #twitter iframe {
  width: 100% !important;
}

.bluesky_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
}

.info_banner {
  text-align: center;
  padding: 0 !important;
}
.info_banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.twitter_bnr {
  margin-top: -150px;
}
.twitter_bnr a {
  max-width: 340px;
}

/*グループ*/
#top_grouplist {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#top_grouplist .group_inner {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
}
#top_grouplist .group_inner::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#top_grouplist .group_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}
#top_grouplist .group_inner ul li p {
  font-size: 14px;
  margin-top: 5px;
}
#top_grouplist .group_inner ul img {
  width: 220px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 駅ちかウィジェット */
.widgetSide .mainWidget {
  margin: 0;
}
.widgetSide .mainWidget iframe {
  width: 100%;
  height: 690px;
}

.mainWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainWidget iframe {
  width: auto;
}

/*バニラウィジェット*/
.widgetSide .vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.widgetSide .vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.widgetSide .vanilla_widget.blog_van iframe {
  width: 385px;
}
.widgetSide .vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}

.vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.vanilla_widget.blog_van iframe {
  width: 385px;
}
.vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}


@media screen and (min-width: 768px) {
	.shouye{
	width: 767px;
	padding: 0px;
	margin: 0 auto;
	}
	.shouyeleft{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:50%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}
@media screen and (max-width: 767px) {

	.shouye{
	width: 99%;
	padding: 0px;
	margin: 0 auto;
	}

	.shouyeleft{
	width:100%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:100%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}


.clearfix {
    clear: both;
}

/* banner_area */
.banner_area {
  max-width: 1000px;
  width: 70%;
}
.banner_area ul {
  text-align: center;
  margin: 0 auto;
  max-width: 472px;
}
.banner_area ul li {
  display: inline-block;
  margin: 0 2px 5px;
}

/*トップページの余白処理*/
.topslider[data-set_order="0"],
.video_corner[data-set_order="0"],
.bigbanner_corner[data-set_order="0"],
.dto_wait[data-set_order="0"],
.dto_diary[data-set_order="0"] {
  margin-top: 0;
}

.bigbanner_corner:has(+ .topslider),
.dto_wait:has(+ .dto_diary) {
  margin-bottom: 50px;
}

[data-set_order="0"]:not(.topslider, .video_corner, .bigbanner_corner, .dto_wait, .dto_diary, .dto_review) {
  margin-top: 150px !important;
}

/*インスタウィジェット（過渡期）*/
.tagembed-widget {
  max-height: 832px;
}

.tb_sp_image_wrap_ {
  aspect-ratio: 3/4;
}

.tb_sp_social_top_ {
  display: none;
}

.tb_sp_post_container {
  max-height: 793px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tb_wall_header__ {
  display: none !important;
}

.tb_theme_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tb_theme_container:first-of-type div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.dto_review {
  text-align: center;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  /*間隔まとめ*/
  #top_access, #top_system, #top_ranking, #top_gallery,
  #top_instagram, .info_banner, #concept, #top_grouplist,
  #topevent, #top #cast, #topschedule, #news_pickup, .onecorner,
  .widgetSide, .topslider, .newscorner, .banner_area, .vanilla_widget,
  .widgetSide, .mainWidget, .video_corner, .bigbanner_corner {
    margin: 0 auto 0px;
  }
  #top_system, #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  #toplink {
    padding: 40px 10px;
  }
  #topschedule, #top_system,
  #news_pickup,
  #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  .snsWidget, .bottom_bnr .vanilla_widget {
    margin: 0;
    margin-bottom: 80px;
  }
  /*流れ文字*/
  #marquee {
    height: 36px;
    position: relative;
  }
  #marquee::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
  }
  div.ticker {
    max-width: 100%;
    min-width: 96%;
    padding: 6px 0;
  }
  div.ticker ul li {
    word-break: keep-all;
    max-height: 10px;
  }
  /*特大とヘッドライン*/
  .mv_corneer #marquee {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /*特大*/
  .big-banner {
    margin-bottom: 0px;
  }
  .big-banner a {
    margin-bottom: 10px;
  }
  .big-banner img {
    width: 100%;
  }
  .big-banner video {
    height: 100%;
  }
  .big-video[data-type=pc] {
    display: none;
  }
  .big-video[data-type=sp] {
    display: block;
  }
  .bigbanner-slider[data-type=pc], .big-banner[data-type=pc], .topslide[data-type=pc],
  .topslider .center_bnr[data-type=pc] {
    visibility: hidden;
    height: 0;
  }
  .bigbanner-slider[data-type=sp], .big-banner[data-type=sp], .topslide[data-type=sp],
  .topslider .center_bnr[data-type=sp] {
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /*スライダー*/
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  /*フルビジュアル*/
  .fullImg #contents_nav {
    position: absolute;
    z-index: auto;
  }
  .fullImg.is-fixed #contents_nav {
    z-index: 1001;
  }
  .fullImg .big-banner a {
    margin-bottom: 0;
  }
  .fullImg .big-banner a img, .fullImg .big-banner video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1000;
  }
  .fullImg .c-langBox {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 15rem;
    padding: 0 22px;
  }
  .fullImg .c-langBox .list {
    width: 100%;
  }
  .fullImg #header_on {
    margin-top: 20px;
  }
  .fullImg .showFootPanel {
    margin-bottom: 47px;
  }
  .swiper-pagination-bullet, .swiper-pagination-insta-bullet {
    margin: 0 0.5px;
  }
  /* topmovie  */
  .topmovie {
    margin: 20px 0 0;
  }
  .topmovie iframe {
    max-width: 800px;
    height: 250px;
    margin: 0 auto;
  }
  #top #content {
    margin: 0px 0 100px;
  }
  /*コンセプト*/
  #concept {
    -webkit-box-orient: vertical;
    : border-box;
          box-sizing: border-box;
  display: block;
}
.topNewface .newfaceone .swiper-container .center_bnr .newface_article .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner {
  position: relative;
  bottom: 50%;
  width: 100%;
}
.topNewface .newface_inner .swiper-container {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper {
  width: 100%;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.topNewface .newface_inner .swiper-container .swiper-wrapper .swiper-slide .js-slide_num {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  left: 15px;
  color: #000;
  font-family: "EB Garamond", serif;
}
.topNewface .newface_inner .swiper-button-prev, .topNewface .newface_inner .swiper-button-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topNewface .newface_inner .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  right: 10px;
  left: auto;
  background-size: 10px;
}
.topNewface .newface_inner .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l20.1%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: 10px;
  left: 10px;
  right: auto;
}

/*在籍一覧*/
#top #cast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*本日出勤*/
#topschedule {
  padding: 0;
}
#topschedule .today {
  text-align: center;
  width: 400px;
  height: 60px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #000;
  color: #fff;
}
#topschedule .today p {
  font-size: 40px;
}
#topschedule .today span {
  font-size: 16px;
  margin-left: 5px;
  text-transform: uppercase;
}
#topschedule .and_more {
  margin: 50px auto 0px;
}

/*新着情報とイベント*/
.onecorner {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.newscorner {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#news_pickup {
  width: 100%;
  max-width: 1360px;
  gap: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news_pickup #pickup, #news_pickup .pickupSlides {
  padding-bottom: 0;
}

.topnews_in, .topevent_in {
  max-height: 438px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topnews_in a, .topevent_in a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event_update, .news_update {
  font-size: 12px;
  color: #A38663;
  word-break: keep-all;
}

/*新着情報*/
#topnews {
  width: 664px;
  padding: 20px;
  position: relative;
  height: 646px;
}
#topnews .and_more {
  margin-top: 0;
  position: absolute;
  bottom: 13%;
}
#topnews .topnews_frame {
  padding: 80px 5%;
  height: 606px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.news_border {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: none;
  transition: none;
}
.news_border::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #464646;
  bottom: 0;
  left: 0;
}
.news_border::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1201px) {
  .news_border:hover::after {
    width: 100%;
    height: 1px;
    background: #A38663;
  }
}

.topnews_in h3 {
  font-size: 16px;
  font-weight: bold;
}
.topnews_in .news_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 70px;
  max-width: 100%;
  width: 100%;
}
.topnews_in .news_inner .news_tnb {
  max-width: 60px;
  max-height: 60px;
  margin: 0 10px;
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topnews_in .news_inner .news_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.topnews_in .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.topnews_in .news_body {
  padding: 15px 0 50px;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.topnews_in .news_body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 6.25em;
}

/*イベント*/
#topevent {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#topevent .topnews_frame {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#topevent .topnews_frame::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}

.topevent_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 770px;
}
.topevent_in .event_body {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.topevent_in .event_inner {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}
.topevent_in .event_inner .news_head {
  border-bottom: 1px solid #464646;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.topevent_in .event_inner .news_head .event_update {
  font-size: 14px;
  color: #A38663;
}
.topevent_in .event_inner .news_head h3 {
  font-size: 16px;
  font-weight: bold;
}
.topevent_in .event_tnb {
  max-width: 180px;
  height: 180px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topevent_in .event_tnb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 180px;
}

/*アクセス*/
#top_access {
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_access .shopinfo_box {
  background: none;
}

/*ギャラリー*/
#top_gallery {
  background: url(../images/bg_repeat01.png) repeat #000;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_gallery .gallery_loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  height: 230px;
  bottom: -13px;
}
#top_gallery .gallery_loop li {
  font-family: "Playfair", serif;
  font-size: 200px;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  margin: 0;
  color: #292929;
  -webkit-animation: flowingX 20s linear infinite;
          animation: flowingX 20s linear infinite;
}
#top_gallery .gallery_inner {
  position: relative;
  z-index: 1;
  max-height: 678px;
  min-height: 678px;
}
#top_gallery .gallery_inner .photo_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  line-height: 200%;
  text-align: center;
}
#top_gallery .gallery_inner .photo_info .title {
  font-size: 18px;
}
#top_gallery .gallery_inner .photo_info .caption {
  inline-size: 1000px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 6.25em;
}
#top_gallery .swiper-container {
  max-width: 1360px;
}
#top_gallery .swiper-container .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_gallery .swiper-container .one-photo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_gallery .swiper-container .one-photo .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top_gallery .galleryslide .swiper-slide {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
}
#top_gallery .galleryslide .swiper-slide a img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .swiper-slide a:hover img {
  opacity: 1;
}
#top_gallery .galleryslide .swiper-slide-active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#top_gallery .galleryslide .swiper-slide-active img {
  width: 700px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top_gallery .galleryslide .center_bnr .swiper-slide {
  -webkit-filter: none;
          filter: none;
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.lb-data .lb-caption {
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.lb-data .lb-title {
  font-size: 18px;
  margin: 5px 0;
  color: #fff;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lightboxOverlay {
  opacity: 0.9;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1;
}

.swiper-scrollbar {
  background: #eee; /* スクロールバーの背景色 */
  height: 3px; /* スクロールバーの高さ */
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 105px; /* 左右の余白を考慮した幅 */
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #A38663; /* スクロールドラッグの色 */
}

/*INSTAGRAM*/
#top_instagram {
  background: url(../images/instabg.jpg) no-repeat center top;
  padding: 200px 100px 100px;
  background-size: cover;
}
#top_instagram h2 {
  display: none;
}
#top_instagram .instagram_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  margin-top: 50px;
}
#top_instagram .instagram_inner::before {
  content: "";
  background: url(../images/insta_deco.png) no-repeat;
  display: block;
  position: absolute;
  width: 960px;
  height: 1390px;
  right: -12%;
}
#top_instagram .instagram_inner .instagram_left {
  max-width: 350px;
  text-align: center;
  margin-right: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top_instagram .instagram_inner .instagram_left h4 {
  font-size: 40px;
  word-break: keep-all;
}
#top_instagram .instagram_inner .instagram_left .ig_acc {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_acc::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_acc:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_left .follow_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_instagram .instagram_inner .instagram_left .follow_btn img {
  margin-right: 5px;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow {
  margin-top: 50px;
  font-size: 14px;
  position: relative;
}
#top_instagram .instagram_inner .instagram_left .ig_follow::after {
  position: absolute;
  content: "";
  bottom: 16px;
  top: 21px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#top_instagram .instagram_inner .instagram_left .ig_follow:hover::after {
  width: 100%;
}
#top_instagram .instagram_inner .instagram_box {
  width: auto;
  position: relative;
}
#top_instagram .instagram_inner .instagram_box iframe {
  position: relative;
}
#top_instagram .instagram_inner .instagram_frame {
  position: relative;
  width: 890px;
  height: 780px;
  border: 1px solid #fff;
  display: block;
  background: transparent;
  left: 0%;
}
#top_instagram .instagram_inner .instagram_frame::before {
  content: "Instagram";
  font-size: 180px;
  width: 100%;
  display: block;
  font-family: "Playfair", serif;
  position: relative;
  top: 320px;
  left: 55.8%;
  font-weight: bold;
  text-align: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top_instagram .instagram_inner .instagram_frame .link_insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 6%;
  right: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
}
#top_instagram .instagram_inner .instagram_frame .link_insta a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#top_instagram .instagram_inner .instagram_frame .link_insta .noinsta_box {
  height: 790px;
  width: 100%;
  background: #000;
}

/*ウィジェット*/
.single_widget {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single_widget .mainWidget {
  min-width: 500px !important;
}

.widgetSide {
  display: grid;
  grid-template-columns: 500px 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  /*XとTikTok*/
}
.widgetSide .snsWidget {
  margin: 0;
  width: 100%;
}

/*XとTikTok*/
.snsWidget {
  max-width: 500px;
  margin: 200px auto;
}
.snsWidget blockquote {
  display: contents;
}

.tiktok_bg {
  padding: 100px 60px;
  background: url(../images/tiktokbg.jpg) no-repeat;
  background-size: cover;
}

.x_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
  /*Xウィジェット*/
}
.x_bg .twitter {
  margin: 0;
  color: #fff;
}
.x_bg #twitter iframe {
  width: 100% !important;
}

.bluesky_bg {
  padding: 100px 60px;
  background: url(../images/xbg.jpg) no-repeat;
  background-size: cover;
}

.info_banner {
  text-align: center;
  padding: 0 !important;
}
.info_banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.twitter_bnr {
  margin-top: -150px;
}
.twitter_bnr a {
  max-width: 340px;
}

/*グループ*/
#top_grouplist {
  width: 1360px;
  height: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#top_grouplist .group_inner {
  text-align: center;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 110;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  padding: 80px 175px;
  position: relative;
}
#top_grouplist .group_inner::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#top_grouplist .group_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}
#top_grouplist .group_inner ul li p {
  font-size: 14px;
  margin-top: 5px;
}
#top_grouplist .group_inner ul img {
  width: 220px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 駅ちかウィジェット */
.widgetSide .mainWidget {
  margin: 0;
}
.widgetSide .mainWidget iframe {
  width: 100%;
  height: 690px;
}

.mainWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainWidget iframe {
  width: auto;
}

/*バニラウィジェット*/
.widgetSide .vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.widgetSide .vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.widgetSide .vanilla_widget.blog_van iframe {
  width: 385px;
}
.widgetSide .vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}

.vanilla_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vanilla_widget iframe {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.vanilla_widget.blog_van iframe {
  width: 385px;
}
.vanilla_widget.video_van iframe {
  height: 390px;
  width: 300px;
}


@media screen and (min-width: 768px) {
	.shouye{
	width: 767px;
	padding: 0px;
	margin: 0 auto;
	}
	.shouyeleft{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:50%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}
@media screen and (max-width: 767px) {

	.shouye{
	width: 99%;
	padding: 0px;
	margin: 0 auto;
	}

	.shouyeleft{
	width:100%;
	padding:5px;
	float: left;
	}
	.shouyeright{
	width:100%;
	padding:5px;
	float: right;
	}
	.shouyeleft1{
	width:50%;
	padding:5px;
	float: left;
	}
	.shouyeright1{
	width:50%;
	padding:5px;
	float: right;
	}
}


.clearfix {
    clear: both;
}

/* banner_area */
.banner_area {
  max-width: 1000px;
  width: 70%;
}
.banner_area ul {
  text-align: center;
  margin: 0 auto;
  max-width: 472px;
}
.banner_area ul li {
  display: inline-block;
  margin: 0 2px 5px;
}

/*トップページの余白処理*/
.topslider[data-set_order="0"],
.video_corner[data-set_order="0"],
.bigbanner_corner[data-set_order="0"],
.dto_wait[data-set_order="0"],
.dto_diary[data-set_order="0"] {
  margin-top: 0;
}

.bigbanner_corner:has(+ .topslider),
.dto_wait:has(+ .dto_diary) {
  margin-bottom: 50px;
}

[data-set_order="0"]:not(.topslider, .video_corner, .bigbanner_corner, .dto_wait, .dto_diary, .dto_review) {
  margin-top: 150px !important;
}

/*インスタウィジェット（過渡期）*/
.tagembed-widget {
  max-height: 832px;
}

.tb_sp_image_wrap_ {
  aspect-ratio: 3/4;
}

.tb_sp_social_top_ {
  display: none;
}

.tb_sp_post_container {
  max-height: 793px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tb_wall_header__ {
  display: none !important;
}

.tb_theme_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tb_theme_container:first-of-type div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.dto_review {
  text-align: center;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  /*間隔まとめ*/
  #top_access, #top_system, #top_ranking, #top_gallery,
  #top_instagram, .info_banner, #concept, #top_grouplist,
  #topevent, #top #cast, #topschedule, #news_pickup, .onecorner,
  .widgetSide, .topslider, .newscorner, .banner_area, .vanilla_widget,
  .widgetSide, .mainWidget, .video_corner, .bigbanner_corner {
    margin: 0 auto 0px;
  }
  #top_system, #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  #toplink {
    padding: 40px 10px;
  }
  #topschedule, #top_system,
  #news_pickup,
  #top_access,
  #top_ranking, #top_gallery, #top_instagram,
  .snsWidget, .bottom_bnr .vanilla_widget {
    margin: 0;
    margin-bottom: 80px;
  }
  /*流れ文字*/
  #marquee {
    height: 36px;
    position: relative;
  }
  #marquee::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.6);
  }
  div.ticker {
    max-width: 100%;
    min-width: 96%;
    padding: 6px 0;
  }
  div.ticker ul li {
    word-break: keep-all;
    max-height: 10px;
  }
  /*特大とヘッドライン*/
  .mv_corneer #marquee {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /*特大*/
  .big-banner {
    margin-bottom: 0px;
  }
  .big-banner a {
    margin-bottom: 10px;
  }
  .big-banner img {
    width: 100%;
  }
  .big-banner video {
    height: 100%;
  }
  .big-video[data-type=pc] {
    display: none;
  }
  .big-video[data-type=sp] {
    display: block;
  }
  .bigbanner-slider[data-type=pc], .big-banner[data-type=pc], .topslide[data-type=pc],
  .topslider .center_bnr[data-type=pc] {
    visibility: hidden;
    height: 0;
  }
  .bigbanner-slider[data-type=sp], .big-banner[data-type=sp], .topslide[data-type=sp],
  .topslider .center_bnr[data-type=sp] {
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /*スライダー*/
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  /*フルビジュアル*/
  .fullImg #contents_nav {
    position: absolute;
    z-index: auto;
  }
  .fullImg.is-fixed #contents_nav {
    z-index: 1001;
  }
  .fullImg .big-banner a {
    margin-bottom: 0;
  }
  .fullImg .big-banner a img, .fullImg .big-banner video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1000;
  }
  .fullImg .c-langBox {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 15rem;
    padding: 0 22px;
  }
  .fullImg .c-langBox .list {
    width: 100%;
  }
  .fullImg #header_on {
    margin-top: 20px;
  }
  .fullImg .showFootPanel {
    margin-bottom: 47px;
  }
  .swiper-pagination-bullet, .swiper-pagination-insta-bullet {
    margin: 0 0.5px;
  }
  /* topmovie  */
  .topmovie {
    margin: 20px 0 0;
  }
  .topmovie iframe {
    max-width: 800px;
    height: 250px;
    margin: 0 auto;
  }
  #top #content {
    margin: 0px 0 100px;
  }
  /*コンセプト*/
  #concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 10px;
    background: #000;
    min-height: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;

  }
  #concept::before {
    display: none;
  }
  #concept h2 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.3rem;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0 !important;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #concept h2::after {
    display: none;
  }
  #concept h2 span {
    font-size: 12px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-right: 0;
    margin-top: 0;
  }
  #concept h2 span::after {
    display: none;
  }
  #concept .concept_inner {
    position: relative;
    padding: 0 10px 0 50px;
    max-width: 100%;
  }
  #concept h4 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 180%;
  }
  #concept p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 180%;
  }
  #concept .tatekaki_title {
    height: auto;
    display: block;
    position: relative;
    left: 0 !important;
  }
  #concept .tatekaki_title::before {
    height: 401px;
    font-size: 7rem;
    right: 21rem !important;
    top: -8rem;
    z-index: 0;
  }
  /*PICKUP*/
  .pickup_frame {
    height: 100%;
    width: 100%;
    background: url(../images/sp_pickupbg.jpg) no-repeat top right;
    background-size: cover;
    padding: 50px 0 0px;
    margin-bottom: 80px;
  }
  .pickup_frame::before, .pickup_frame::after {
    display: none;
  }
  .pickup_frame .snslist .twitter-icon {
    width: 40px;
  }
  .pickup_frame a .c-panel__profile {
    padding: 20px 0;
    margin: 0;
  }
  .pickup_frame .nopickup::before {
    background: none;
  }
  .pickup_frame .pickup_inner {
    width: 330px;
    height: 558px;
    overflow: hidden;
  }
  .pickup_frame .pickup_inner .swiper-wrapper {
    width: auto;
  }
  .pickup_frame .pickup_inner .swiper-wrapper .swiper-slide {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    z-index: 1;
  }
  .pickup_frame .swiper-button-prev {
    left: -30px;
  }
  .pickup_frame .swiper-button-next {
    right: -30px;
  }
  .pickup_frame .swiper-button-prev, .pickup_frame .swiper-button-next {
    top: 40%;
  }
  .top_pickup {
    position: relative;
  }
  .top_pickup .c-panel__profile {
    padding: 20px 0;
  }
  /*在籍一覧*/
  #top #cast {
    padding: 0 10px;
  }
  /*本日出勤*/
  #topschedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #topschedule .today {
    width: 50%;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #topschedule .today p {
    font-size: 2rem;
  }
  #topschedule .today span {
    font-size: 1rem;
  }
  #topschedule .and_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0px;
  }
  .topnews_in .news_inner {
    max-width: 100%;
  }
  .topnews_in .news_inner .news_tnb {
    max-width: 55px;
    max-height: 55px;
    margin: 0;
    margin-right: 10px;
  }
  .topnews_in h3 {
    font-size: 14px;
    word-break: break-word;
  }
  .topnews_in .news_body p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: 6.25em;
  }
  .topevent_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topevent_in .event_inner {
    margin-left: 0;
    width: 100%;
  }
  .topevent_in .event_inner .news_head h3 {
    font-size: 14px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: left;
  }
  .topevent_in .event_inner .event_body {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 300;
  }
  .topevent_in .event_tnb {
    max-width: 220px;
    height: 220px;
  }
  .topevent_in .event_tnb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 220px;
    height: 220px;
  }
  /*アクセス*/
  #top_access {
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
    position: relative;
  }
  #top_access #access_inner {
    width: 100%;
    display: block;
  }
  #top_access #access_inner .shopinfo_box {
    padding: 0;
  }
  /*ギャラリー*/
  #top_gallery .galleryslide .swiper-slide a img {
    width: 100%;
    height: 200px;
  }
  .lb-data .lb-caption {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .lb-data .lb-caption span {
    font-size: 16px;
  }
  /*INSTAGRAM*/
  #top_instagram {
    background: url(../images/sp_instabg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 0;
    position: relative;
  }
  #top_instagram h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #top_instagram .instagram_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  #top_instagram .instagram_inner::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc {
    margin: 20px 0 0;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_left h4 {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow {
    margin-top: 10px;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_frame {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
  }
  #top_instagram .instagram_inner .instagram_frame::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta {
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta .noinsta_box {
    height: 395px;
  }
  #top_instagram .instagram_inner .instagram_box {
    width: 100%;
    padding: 0 10px;
  }
  #top_instagram .instagram_inner .instagram_box iframe {
    bottom: auto;
    right: auto;
  }
  #top_instagram .instagram_inner iframe {
    display: block;
  }
  /*グループ*/
  #top_grouplist {
    width: auto;
    position: relative;
    padding: 10px;
    margin: 0 7px 80px;
  }
  #top_grouplist .group_inner {
    width: 100%;
    padding: 60px 20px;
    border-image-slice: 100;
    border-image-width: 80px;
  }
  #top_grouplist .group_inner ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  #top_grouplist .group_inner ul li p {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }
  #top_grouplist .group_inner ul img {
    width: 156px;
    height: 78px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  /* 駅ちかウィジェット */
  .widgetSide .mainWidget {
    margin: 0 10px;
  }
  .mainWidget {
    margin: 0 10px 80px;
    position: relative;
  }
  .mainWidget iframe {
    width: 100%;
  }
  /*XとTikTokとbluesky*/
  .tiktok_bg {
    background: url(../images/sp_tiktokbg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  .x_bg {
    background: url(../images/sp_xbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  .bluesky_bg {
    background: url(../images/sp_xbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 60px;
    position: relative;
  }
  /*バニラウィジェット*/
  .widgetSide .vanilla_widget {
    margin: 0 10px;
  }
  .vanilla_widget {
    margin: 0 10px 80px;
    position: relative;
  }
  .vanilla_widget.video_van iframe {
    height: 270px !important;
    width: 295px !important;
  }
  /* banner_area */
  .banner_area {
    width: 100%;
    position: relative;
  }
  .banner_area ul {
    margin: 0% 5% 5% 5%;
  }
  .banner_area ul li {
    margin: 4px 1px;
  }
  [data-set_order="0"]:not(.topslider, .video_corner, .bigbanner_corner, .dto_wait, .dto_diary) {
    margin-top: 50px !important;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  /*NEWFACE*/
  .topNewface {
    height: 620px;
    margin: 0px auto 60px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0;
    top: 0px;
  }
  .topNewface .newface_info {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
  .topNewface .newface_info::before {
    content: "";
    background: #181818;
    display: block;
    width: 100%;
    height: 418px;
    position: absolute;
    z-index: -1;
    bottom: 30px;
    margin-left: 10px;
  }
  .topNewface .newface_info h2 {
    width: auto;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .topNewface .newface_info h2 span {
    display: block;
  }
  .topNewface .newface_info h2 span::after {
    display: none;
  }
  .topNewface .newface_info .swiper-pagination-number {
    display: none;
  }
  .topNewface .newface_info .newface_info_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 50px 30px;
    width: 100%;
  }
  .topNewface .newface_info .newface_info_inner .c-panel__profile.active {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 74px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .topNewface .newface_info .newface_info_inner.newfaceone .c-panel__profile.active {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topNewface .newface_inner {
    width: 100%;
    position: relative;
    bottom: -12%;
    padding-left: 30px;
  }
  .topNewface .newfaceone {
    padding-left: 0 !important;
  }
  .topNewface .newfaceone .swiper-container {
    margin: 0 auto;
  }
  .topNewface .newfaceone .swiper-container .center_bnr {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*新着情報とイベント*/
  .newscorner {
    background: none !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }
  .newscorner .pickup_frame {
    margin-bottom: 0;
  }
  #news_pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    gap: 80px 0px;
  }
  #news_pickup #pickup h2, #news_pickup .pickupSlides h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topnews_in a, .topevent_in a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*新着情報*/
  #topnews {
    width: 100%;
    position: relative;
    padding: 10px;
    height: auto;
    overflow: hidden;
    z-index: 0;
  }
  #topnews::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    inset: 0;
    width: 100%;
    height: 100%;
  }
  #topnews .topnews_frame {
    margin-bottom: 0;
    padding: 60px 20px;
    height: auto;
    border-image-source: url(../images/frame_deco.svg);
    border-image-slice: 125;
    border-image-width: 108px;
    border-style: solid;
    border-image-repeat: round;
    z-index: 2;
  }
  #topnews .topnews_frame::before {
    content: "";
    border: 1px solid;
    border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
    border-image-slice: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  #topnews .and_more {
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }
  .news_border.active::after {
    width: 100%;
    height: 1px;
    background: #A38663;
  }
  .topnews_in .news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  #topevent {
    margin: 0px 10px 80px;
    width: auto;
    padding: 10px;
  }
  #topevent .topnews_frame {
    margin-bottom: 0;
    padding: 60px 20px;
    height: auto;
    border-image-source: url(../images/frame_deco.svg);
    border-image-slice: 125;
    border-image-width: 108px;
    border-style: solid;
    border-image-repeat: round;
  }
  #topevent .topnews_frame::before {
    content: "";
    border: 1px solid;
    border-image-source: linear-gradient(to left, #715638, #E1BF97, #715638);
    border-image-slice: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  /*ギャラリー*/
  #top_gallery {
    background-size: 10%;
  }
  #top_gallery .gallery_loop {
    height: auto;
    bottom: -3.7em;
  }
  #top_gallery .gallery_loop li {
    font-size: 100px;
  }
  #top_gallery .swiper-container {
    max-width: 1000px;
  }
  #top_gallery .swiper-container .one-photo {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  #top_gallery .swiper-container .one-photo .swiper-slide {
    display: block;
    width: 250px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #top_gallery .gallery_inner {
    display: block;
    width: 100%;
    max-height: 350px;
    min-height: 350px;
  }
  #top_gallery .gallery_inner p {
    font-size: 12px;
    margin: 0;
  }
  #top_gallery .gallery_inner .photo_info {
    margin: 10px auto 40px;
  }
  #top_gallery .gallery_inner .photo_info .title {
    font-size: 14px;
  }
  #top_gallery .gallery_inner .photo_info .caption {
    font-size: 12px;
    inline-size: 350px;
    margin: 10px auto 40px;
    line-height: 1.6;
    max-height: 6.1em;
  }
  /*ウィジェット*/
  .single_widget .mainWidget {
    min-width: 100% !important;
    padding: 0 10px;
  }
  .widgetSide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 70px;
  }
  .widgetSide .snsWidget:first-of-type {
    margin-bottom: 80px;
  }
  .info_banner {
    margin-bottom: 80px;
  }
  .twitter_bnr {
    margin-top: -50px;
  }
  .twitter_bnr a {
    max-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*コンセプト*/
  #concept::before {
    margin: 0px 10% 0 0;
    padding-right: 50px;
  }
  #concept .concept_inner {
    position: relative;
    left: 7.5%;
    max-width: 700px;
  }
  #concept .tatekaki_title {
    left: 0;
  }
  #concept p {
    font-size: 0.9rem;
    max-width: 850px;
  }
  /*本日出勤*/
  #topschedule .today {
    width: 200px;
    height: 48px;
  }
  #topschedule .today p {
    font-size: 30px;
  }
  /*NEWFACE*/
  .topNewface {
    margin: 0 auto 300px;
  }
  .topNewface .newface_inner {
    bottom: -22%;
  }
  .topNewface .newface_info::before {
    margin-left: 0;
    bottom: -100px;
  }
  .topNewface .newface_info .newface_info_inner {
    bottom: -100px;
    padding: 0 0 80px 30px;
  }
  /*新着情報*/
  #topnews {
    margin-bottom: 50px;
  }
  .topnews_in .news_inner {
    max-width: 100%;
  }
  /*ギャラリー*/
  #top_gallery .galleryslide .swiper-slide a img {
    width: 100%;
    height: -webkit-fill-available;
  }
  #top_gallery .swiper-container .one-photo .swiper-slide {
    display: block;
    width: 700px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #top_gallery .gallery_inner {
    display: block;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
  }
  #top_gallery .gallery_loop {
    height: auto;
    bottom: -3em;
  }
  /*INSTAGRAM*/
  #top_instagram {
    background: url(../images/instabg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
  }
  #top_instagram h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #top_instagram .instagram_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_instagram .instagram_inner::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left {
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #top_instagram .instagram_inner .instagram_left h4 {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_acc::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow {
    margin-top: 10px;
  }
  #top_instagram .instagram_inner .instagram_left .ig_follow::after {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  #top_instagram .instagram_inner .instagram_frame {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
  }
  #top_instagram .instagram_inner .instagram_frame::before {
    display: none;
  }
  #top_instagram .instagram_inner .instagram_frame .link_insta {
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #top_instagram .instagram_inner .instagram_box {
    width: 100%;
    padding: 0 20px;
  }
  #top_instagram .instagram_inner .instagram_box iframe {
    bottom: auto;
    right: auto;
  }
  #top_instagram .instagram_inner iframe {
    display: block;
    width: 100% !important;
    margin-bottom: 40px;
  }
  /*グループ*/
  #top_grouplist {
    width: 80%;
    position: relative;
    padding: 10px;
    margin: 0 auto 100px;
  }
  #top_grouplist .group_inner {
    width: 100%;
    padding: 60px 20px;
    border-image-slice: 100;
    border-image-width: 80px;
  }
  #top_grouplist .group_inner ul {
    display: grid;
    grid-template-columns: 30% 30%;
    gap: 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  #top_grouplist .group_inner ul li p {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }
}
/*================
SYSTEM
================*/
main#system {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}

#system_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #system_inner {
    padding: 0px 10px 0px;
  }
}

/*================
GIRLS
================*/
#twitter {
  margin-top: 70px;
}

#cast {
  margin: 0 auto;
  padding: 0 165px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #cast {
    margin: 0;
    margin-bottom: 100px;
    padding: 0;
  }
  #cast .c-panel__bg {
    padding: 0 10px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #cast {
    padding: 0 50px;
  }
}
/*================
PROFILE
================*/
#profile {
  padding: 0;
}
#profile iframe {
  width: 100%;
  height: 500px;
}
#profile .room {
  margin-top: 0;
}

#profile_inner {
  margin: 0 auto;
  padding: 0px 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*パネル*/
.prof_l {
  width: 600px;
  padding-right: 3%;
  position: relative;
}
.prof_l .beginner {
  z-index: 1;
  left: 15px;
  top: 20px;
}

#profile_img_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#profile_img_thumb div {
  width: 20%;
  margin-right: 5px;
  max-height: 143px;
  cursor: pointer;
}
#profile_img_thumb div:last-child {
  margin: 0;
}
#profile_img_thumb div > img {
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

#profile_img_big {
  max-width: 600px;
  max-height: 800px;
  width: 100%;
  position: relative;
}
#profile_img_big > img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/*情報*/
.prof_r {
  width: 720px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
}
.prof_r .prof_frame {
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 50px;
  min-height: 100%;
  position: relative;
}
.prof_r .prof_frame::before {
  content: "";
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: -3px;
}
.prof_r .realtime_info {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.prof_r .realtime_info .r_comment {
  position: relative;
  padding: 5px 10px;
  background: #000;
  border: 2px solid #C5A580;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  margin-bottom: 10px;
  max-width: 20rem;
}
.prof_r .realtime_info .r_comment p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
}
.prof_r .realtime_info .r_comment::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 10px solid #C5A580;
  border-right: 12px solid transparent;
  border-left: 7px solid transparent;
}
.prof_r .realtime_info .r_comment::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -7px;
  border-top: 10px solid #000;
  border-right: 12px solid transparent;
  border-left: 7px solid transparent;
}
.prof_r .realtime_info .r_status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A38663;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  font-size: 14px;
}
.prof_r .realtime_info .r_status .r_status__title {
  color: #000;
  background: #A38663;
  padding: 2px 10px;
  min-width: 25%;
  width: 30%;
}
.prof_r .realtime_info .r_status .r_status__text {
  color: #fff;
  background: #000;
  padding: 2px 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  max-height: 26px;
  min-height: 26px;
}
.prof_r .realtime_info .r_status .r_status__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  min-width: 40%;
}
.prof_r .realtime_info .r_status .r_status__text .r_status_sub {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.prof_r .prof_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: none;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
}
.prof_r .prof_name .eng_name {
  font-size: 40px;
  font-style: italic;
  word-break: break-all;
  font-family: "EB Garamond", serif;
}
.prof_r .prof_name .eng_name span {
  font-size: 16px;
  margin-left: 10px;
  font-style: normal;
}
.prof_r .beginner {
  top: 240px;
  right: 20%;
  left: auto;
}
.prof_r h3 {
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #464646;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
.prof_r .size {
  font-size: 12px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

/*プロフィールタグ*/
.profile_taglist {
  display: grid;
  grid-template-columns: 153px 153px;
  gap: 4px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
.profile_taglist li {
  display: none;
}
.profile_taglist li.is_active {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  border-radius: 2px;
  background: #393939;
  color: #CFCFCF;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 2px 0px;
}

/*流れる文字*/
.profile__flow_text {
  font-size: 12px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px 0;
}

/*追加オプション*/
.option_area {
  margin-bottom: 50px;
  width: 100%;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

.option__price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}

.option__price .yen {
  font-size: 10px;
  padding-left: 3px;
}

.option__list {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  grid-template-columns: 50% 50%;
}

.option__item {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.option__title {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.option__icon--circle {
  font-size: 14px;
  font-weight: bold;
  color: #00c781;
}

.option__icon--triangle {
  color: #ffbb38;
}

.option__item--ng {
  background: rgba(153, 153, 153, 0.2901960784);
  color: #999;
}

.option__title > span {
  font-size: 16px;
  padding-right: 10px;
  -webkit-text-stroke: 2px;
}

.option__title .option__icon--cross {
  font-size: 18px;
}

.option__content {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*動画出力*/
.profile_mvs {
  display: none;
}
.profile_mvs.is-active {
  display: block;
  margin-bottom: 50px;
}

.profile-movie__title {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}

/*出勤表*/
.prof_table {
  overflow: visible;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.prof_table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 600px;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prof_table tbody th, .prof_table tbody td, .prof_table tbody span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.prof_table tbody tr {
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  border-top: 1px solid #464646;
  width: 14.2857142857%;
  min-width: 145px;
}
.prof_table tbody tr:not(:nth-of-type(1)), .prof_table tbody tr:not(:nth-of-type(2)), .prof_table tbody tr:not(:nth-of-type(3)), .prof_table tbody tr:not(:nth-of-type(4)) {
  margin-top: 10px;
}
.prof_table tbody tr:first-of-type {
  border-left: 1px solid #464646;
}
.prof_table tbody tr:first-of-type th {
  background: #000;
}
.prof_table tbody tr:nth-of-type(4n + 5) {
  border-left: 1px solid #464646;
}
.prof_table tbody th {
  padding: 10px 0;
  font-size: 14px;
  background: #7D7D7D;
}
.prof_table tbody th p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 3px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.prof_table tbody th p span {
  font-size: 10px;
}
.prof_table tbody td {
  font-size: 14px;
  padding: 15px 5px;
  min-height: 75px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000;
}

/*Q&A*/
.profile_data_list {
  margin: 20px 0 50px;
  width: 100%;
}
.profile_data_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #464646;
  margin-bottom: 10px;
}
.profile_data_list dl dt, .profile_data_list dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.profile_data_list dl dt {
  width: 43%;
  padding: 0 16px 0 0;
}
.profile_data_list dl dd {
  width: 57%;
}

/*メッセージ*/
.message_area {
  margin-bottom: 50px;
}
.message_area:last-of-type {
  margin-bottom: 0px;
}
.message_area dt {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #464646;
  word-break: keep-all;
}
.message_area dd {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
.message_area dd p {
  color: #fff !important;
}

.message_box {
  width: 100%;
  margin-top: 50px;
}

/*ウィジェット*/
.widgetList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.twitter_box {
  margin-bottom: 30px;
  text-align: center;
  min-height: 20rem;
}
.twitter_box > div {
  height: 100%;
}
.twitter_box iframe {
  width: 100% !important;
}
.twitter_box:last-of-type {
  margin-bottom: 0;
}

.profile-movie__image video {
  max-width: 100%;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*インバウンド*/
.prof_l .c-ladysNum {
  font-size: 14px;
  top: 10px;
  right: 60px;
  width: 50px;
  height: 50px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #profile_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px 0;
  }
  .prof_l {
    padding-right: 0%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prof_l .beginner {
    width: 40px;
    height: 40px;
    font-size: 12px;
    left: 10px;
    top: 10px;
  }
  .prof_l .c-ladysNum {
    right: 10px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #profile_img_thumb {
    margin: 10px 0 30px;
    width: 100%;
  }
  #profile_img_thumb div {
    max-height: 100%;
  }
  /*情報*/
  .prof_r {
    padding: 10px;
    width: 100%;
  }
  .prof_r .prof_frame {
    padding: 50px 20px;
  }
  .prof_r .realtime_info {
    margin-bottom: 30px;
    right: 0;
    width: 100%;
  }
  .prof_r .realtime_info .r_status {
    font-size: 12px;
    height: 40px;
  }
  .prof_r .realtime_info .r_status .r_status__title {
    width: 30%;
    min-width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prof_r .realtime_info .r_status .r_status__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    max-height: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prof_r .realtime_info .r_status .r_status__text p {
    -webkit-line-clamp: 2;
  }
  .prof_r .realtime_info .r_status .r_status__text .r_status_sub {
    font-size: 10px;
    margin-left: 0px;
    display: block;
  }
  .prof_r .prof_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .prof_r .prof_name .eng_name {
    font-size: 20px;
    font-style: italic;
    word-break: break-word;
  }
  .prof_r .prof_name .eng_name span {
    font-size: 16px;
    margin-left: 10px;
    font-style: normal;
  }
  .prof_r .beginner {
    top: 243px;
    right: 13%;
    left: auto;
  }
  /*プロフィールタグ*/
  .profile_taglist {
    margin-bottom: 20px;
  }
  .profile_taglist li.is_active {
    padding: 2px 0;
    width: 100%;
  }
  /*追加オプション*/
  .option_area {
    margin-bottom: 30px;
  }
  .option__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*動画出力*/
  .profile_mvs.is-active {
    margin-bottom: 30px;
  }
  /*出勤表*/
  .prof_table tbody {
    min-width: 100%;
  }
  .prof_table tbody tr {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #464646;
    border-top: none;
    max-height: 40px;
  }
  .prof_table tbody tr:not(:nth-of-type(1)), .prof_table tbody tr:not(:nth-of-type(2)), .prof_table tbody tr:not(:nth-of-type(3)), .prof_table tbody tr:not(:nth-of-type(4)) {
    margin-top: 0px;
  }
  .prof_table tbody tr:first-of-type {
    border-top: 1px solid #464646;
  }
  .prof_table tbody tr th {
    width: 30%;
    height: 100%;
    margin-left: 0;
    border-right: 1px solid #464646;
  }
  .prof_table tbody tr th p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .prof_table tbody tr th p span {
    font-size: 10px;
    margin-left: 5px;
  }
  .prof_table tbody tr td {
    width: 70%;
    padding: 0;
    min-height: 100%;
    font-size: 12px;
  }
  /*Q&A*/
  .profile_data_list {
    margin: 0px 0 30px;
  }
  .profile_data_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile_data_list dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .profile_data_list dd, .profile_data_list dt {
    width: 100% !important;
    font-size: 12px !important;
    position: relative;
  }
  .profile_data_list dt::before {
    content: "";
    position: relative;
    top: 1px;
    width: 2px;
    height: 10px;
    background: #fff;
    margin-right: 5px;
  }
  /*メッセージ*/
  .message_area {
    margin-bottom: 30px;
  }
  .message_area dd {
    font-size: 12px;
  }
  .message_box {
    margin-top: 30px;
  }
  /*ウィジェット*/
  .widgetList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .twitter_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #profile_inner {
    padding: 0px 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prof_l {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .prof_l .beginner {
    z-index: 1;
    left: -255px;
    top: 70px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .prof_l #profile_img_big, .prof_l #profile_img_thumb {
    width: 100%;
  }
  /*インバウンド*/
  .prof_l .c-ladysNum {
    top: 120px;
    left: 250px;
    position: relative;
  }
}
/*================
SCHEDULE
================*/
#schedule {
  margin: 0 auto;
}
#schedule .btn_on {
  background: rgba(0, 0, 0, 0.7) !important;
}
#schedule .btn_on a {
  color: #fff !important;
}
#schedule #schedule_inner {
  margin: 0px auto;
  padding: 0 5rem;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.day_frame {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
}
.day_frame::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.7);
  width: 10px;
  height: 6px;
  border-radius: 20px;
}
.day_frame::-webkit-scrollbar-thumb {
  background-color: #A38663;
  border-radius: 20px;
}

#schedule #day_btns {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  position: relative;
}
#schedule #day_btns li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 136px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-bottom: 15px;
}
#schedule #day_btns li a {
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
}
#schedule #day_btns li:hover {
  cursor: pointer;
}
#schedule #day_btns li:hover::after {
  width: 100%;
}
#schedule #day_btns li a span {
  font-size: 12px;
  text-transform: uppercase;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #schedule #schedule_inner {
    grid-template-columns: 50% 50%;
    padding: 10px;
    gap: 5px;
  }
  .day_frame {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #schedule #day_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 3px;
    padding: 0 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  #schedule #day_btns li {
    min-width: 13.5%;
    width: 100%;
  }
  #schedule #day_btns li a {
    font-size: 12px;
  }
  #schedule #day_btns li a span {
    font-size: 10px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #schedule #schedule_inner {
    padding: 0 50px;
  }
}
/*================
NEWLIST
================*/
#newslist #wrap, #ndetail #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#newslist #wrap #content, #ndetail #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#newslist_inner {
  /* 日付表示 */
}
#newslist_inner .news_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
#newslist_inner .news_border article {
  width: 100%;
}
#newslist_inner .news_border article .comment {
  padding: 0 0 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 10px;
}
#newslist_inner .newsbox {
  padding: 50px 60px;
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#newslist_inner .newsbox::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#newslist_inner .newsbox .news_tnb {
  max-width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
#newslist_inner .newsbox .news_tnb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#newslist_inner .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 0;
}
#newslist_inner h3 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#newslist_inner .news_frame {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  margin: 0 0 60px;
  position: relative;
  z-index: 0;
}
#newslist_inner .news_update {
  display: block;
  color: #A38663;
  font-size: 12px;
  text-align: right;
  max-width: 80px;
}
#newslist_inner .comment {
  width: 100%;
  display: block;
  padding: 20px 0;
  margin: 0 auto 0px;
  font-size: 14px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  position: relative;
}
#newslist_inner .radius_cell {
  text-align: center;
  padding-top: 20px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #newslist_inner {
    padding: 0 10px;
  }
  #newslist_inner .newsbox {
    padding: 50px 20px;
    border-image-slice: 125;
    border-image-width: 108px;
  }
  #newslist_inner .comment, #newslist_inner .news_update {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #newslist_inner h3 {
    font-size: 14px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #newslist_inner .news_frame {
    margin: 0 0 20px;
    padding: 10px;
  }
  #newslist_inner .news_border article .comment {
    font-size: 12px;
  }
  /*================
  NDETAIL
  ================*/
  #ndetail #newslist_inner h3 {
    font-size: 16px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #newslist #wrap #content, #ndetail #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
  #newslist_inner .news_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #newslist_inner {
    padding: 0 20px;
  }
}
/*================
EVENT
================*/
#edetail #campaign_inner .campaign_box {
  min-width: 100%;
  max-height: 100%;
  position: relative;
}
#edetail #campaign_inner .campaign_box .titlebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-align: left;
  font-size: 16px;
  word-break: keep-all;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#edetail #campaign_inner .campaign_box .titlebar span {
  display: block;
  color: #A38663;
  font-size: 12px;
  width: 30%;
  text-align: right;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
#edetail #campaign_inner .campaign_body {
  max-height: 100%;
  overflow: visible;
}

#campaign_inner {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
#campaign_inner .campaign_box {
  border-image-source: url(../images/frame_deco.svg);
  border-image-slice: 125;
  border-image-width: 108px;
  border-style: solid;
  border-image-repeat: round;
  position: relative;
  padding: 50px 60px;
}
#campaign_inner .campaign_box::before {
  content: "";
  border: 1px solid;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-image-slice: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
#campaign_inner .campaign_box .news_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
#campaign_inner .campaign_box .news_border .event_tnb {
  max-width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
#campaign_inner .campaign_box .news_border .event_tnb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#campaign_inner .campaign_box .news_border article {
  width: 100%;
}
#campaign_inner .campaign_box .news_border article .event_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 0;
}
#campaign_inner .campaign_box .news_border article .event_head h3 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  word-break: break-word;
}
#campaign_inner .campaign_box .news_border article .event_head span {
  display: block;
  color: #A38663;
  font-size: 12px;
  min-width: 80px;
  max-width: 80px;
  text-align: right;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
#campaign_inner .campaign_box .news_border article .campaign_body {
  padding: 0 0 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 10px;
}
#campaign_inner .campaign_frame {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  position: relative;
  z-index: 0;
  margin: 0 0 60px;
}

.campaign_title span {
  display: block;
}

.campaign_body {
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 20px 0;
  margin: 0 auto 0px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  position: relative;
}
.campaign_body img {
  text-align: center;
  margin-bottom: 20px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #edetail #campaign_inner .campaign_box .titlebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #edetail #campaign_inner .campaign_box .titlebar span {
    text-align: left;
  }
  #campaign_inner {
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
  }
  #campaign_inner .campaign_box {
    padding: 50px 20px;
    border-image-slice: 125;
    border-image-width: 108px;
  }
  #campaign_inner .campaign_frame {
    padding: 10px;
    margin: 0 0 20px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #campaign_inner .campaign_box .news_border article .event_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #campaign_inner .campaign_box .news_border article .event_head span {
    text-align: left;
  }
  #campaign_inner .campaign_box .news_border article .event_head h3 {
    font-size: 14px;
  }
  #campaign_inner .campaign_box .news_border article .campaign_body {
    font-size: 12px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #campaign_inner {
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
}
/*================
ACCESS
================*/
#access {
  margin: 0 auto;
}
#access #access_inner .shopinfo_box {
  padding: 100px 0;
}

#access_inner > .shopinfo_box:nth-of-type(n+2) {
  margin-top: 80px;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #access #access_inner .shopinfo_box {
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 50%;
    position: relative;
  }
  #access_inner .shopinfo_box {
    background-size: 50%;
  }
  #access_inner > .shopinfo_box:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #access_inner {
    padding: 0 20px;
  }
  #access_inner .shopinfo_box {
    padding: 50px 20px !important;
    background-size: 50% !important;
  }
}
/*================
RANKING
================*/
#ranking #ranking_area {
  padding: 150px 0;
  margin-bottom: 100px;
}
#ranking #ranking_area .image a {
  height: 100%;
  width: 100%;
}
#ranking #ranking_area .image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ranking #ranking_area .ranking_box_inner .c-panel:nth-child(4n+7) {
  margin-right: 0 !important;
}

#ranking #ranking_area:last-child {
  margin-bottom: 0;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #ranking #ranking_area {
    padding: 50px 10px;
  }
  #ranking #ranking_area .ranking_box_inner {
    gap: 60px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ranking #ranking_area .ranking_box_inner .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    margin-right: 5px;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #ranking #ranking_area .ranking_box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 60px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px;
  }
  #ranking #ranking_area .c-panel:not(#r_1):not(#r_2):not(#r_3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 33%;
    margin-right: 0 !important;
  }
}
/*================
RECRUIT
================*/
#recruit #wrap,
#staffrecruit #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#recruit #wrap #content,
#staffrecruit #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#recruit_inner {
  padding: 50px 80px;
  text-align: center;
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
}
#recruit_inner h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#recruit_inner table {
  width: 100%;
}
#recruit_inner table:not(:first-child) {
  margin-top: 3rem;
}
#recruit_inner table tbody {
  display: block;
  width: 100%;
  border: 1px solid #464646;
}
#recruit_inner table caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#recruit_inner table tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #000;
}
#recruit_inner table tr:last-child td {
  border-bottom: none;
}
#recruit_inner table th, #recruit_inner table td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #464646;
}
#recruit_inner table th {
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  background: #292929;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#recruit_inner table td {
  font-size: 14px;
  padding: 12px 20px;
  width: 100%;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #recruit_inner {
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
    position: relative;
  }
  #recruit_inner h3 {
    margin-bottom: 10px;
  }
  #recruit_inner table caption {
    font-size: 14px;
  }
  #recruit_inner table th {
    font-size: 12px;
    padding: 8px 20px;
    background: #292929;
    font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #recruit_inner table td {
    font-size: 12px;
    padding: 8px 20px;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #recruit #wrap #content,
  #staffrecruit #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #recruit_inner {
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
  }
}
/*================
HOTEL
================*/
#hotel #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#hotel #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

.hotel_table {
  margin: 0 auto 50px;
  border-top: none;
  font-size: 20px;
}
.hotel_table:last-of-type {
  margin: 0;
}

#hotel_inner {
  padding: 50px 80px;
  background: url(../images/bg_repeat02.png) repeat #050505;
  background-size: 30%;
}
#hotel_inner table {
  width: 100%;
}
#hotel_inner table th, #hotel_inner table td {
  border: 1px solid #464646;
  width: 30%;
  text-align: center;
  padding: 4px;
  font-size: 14px;
  vertical-align: middle;
}
#hotel_inner table th:first-of-type, #hotel_inner table td:first-of-type {
  width: 30%;
}
#hotel_inner table th:last-of-type, #hotel_inner table td:last-of-type {
  width: 60%;
}
#hotel_inner table td {
  background: #000;
}
#hotel_inner table th {
  background: #292929;
}
#hotel_inner h3 {
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #hotel_inner {
    position: relative;
    padding: 50px 10px;
    background-size: 50%;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #hotel #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #hotel_inner {
    background-size: 50%;
  }
}
/*================
CONTACT
================*/
#contact #wrap {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
#contact #wrap h3 {
  font-size: 20px;
  text-align: center;
  padding: 30px 86px 16px;
}
#contact #wrap #content {
  max-width: 1000px;
  min-width: 840px;
}

#contact_inner {
  background: url(../images/bg_repeat02.png) repeat #050505;
  padding: 50px 80px;
  background-size: 30%;
}

#contact_inner table {
  width: 100%;
  display: block;
  border: 1px solid #464646;
}
#contact_inner table tbody {
  display: block;
}
#contact_inner table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #464646;
  background: #000;
}
#contact_inner table tr:last-child {
  border-bottom: none;
}
#contact_inner table th, #contact_inner table td {
  vertical-align: middle;
  text-align: left;
}
#contact_inner table th {
  font-size: 16px;
  width: 200px;
  padding: 12px 20px;
  border-right: 1px solid #464646;
  background: #292929;
  font-family: "EB Garamond-Symbols", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contact_inner table td {
  font-size: 14px;
  padding: 12px 20px;
}
#contact_inner table td a {
  font-size: 14px;
}

#contact_inner .contact_lineBtn .lineBtn {
  padding: 10px 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 40px;
  margin: 5px;
  margin-left: 0;
  max-width: 200px;
  background: #6acd2d;
  color: #fff;
}
#contact_inner .contact_lineBtn .lineBtn img {
  width: 26px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 5px;
}
#contact_inner .contact_lineBtn .lineBtn:hover {
  color: #fff;
}
#contact_inner .contact_lineBtn .lineBtn.tele {
  background: #29a8ea;
}
#contact_inner .contact_lineBtn .lineBtn.whats {
  background: #25d166;
}
#contact_inner .contact_lineBtn .lineBtn.messe {
  background: -webkit-linear-gradient(45deg, #0099ff 0%, #a033ff 61%, #ff5280 93%, #ff7061 100%);
  background: linear-gradient(45deg, #0099ff 0%, #a033ff 61%, #ff5280 93%, #ff7061 100%);
}
#contact_inner .contact_lineBtn .lineBtn.kakao {
  background: #f7da0b;
  color: #3b1d1e;
}
#contact_inner .contact_lineBtn .lineBtn.kakao img {
  -webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(17%) saturate(5648%) hue-rotate(328deg) brightness(96%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(7%) sepia(17%) saturate(5648%) hue-rotate(328deg) brightness(96%) contrast(85%);
}
#contact_inner .contact_lineBtn .lineBtn.wechat {
  background: #3ec93a;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  #contact_inner {
    position: relative;
    padding: 50px 10px;
    background: url(../images/bg_repeat02.png) repeat #0f0f0f;
    background-size: 60%;
  }
  #contact_inner table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  #contact_inner table tr:last-child td {
    border-bottom: none;
  }
  #contact_inner table th {
    width: 100%;
    font-size: 12px;
    padding: 8px 20px;
    border-right: none;
    border-bottom: 1px solid #464646;
  }
  #contact_inner table td {
    font-size: 12px;
    padding: 8px 20px;
    border-bottom: 1px solid #464646;
  }
  #contact_inner .contact_lineBtn td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 5px;
  }
  #contact_inner .contact_lineBtn .lineBtn {
    padding: 10px;
    width: 100%;
  }
}
/*================
@media screen and (max-width: 1200px)
================*/
@media screen and (max-width: 1200px) {
  #contact #wrap #content {
    max-width: 100%;
    min-width: 100%;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #contact_inner {
    background-size: 50%;
    position: relative;
  }
}
/*================
REALTIME
================*/
#realtime {
  margin: 0 auto;
}
#realtime .btn_on {
  background: #000 !important;
}
#realtime .btn_on a {
  color: #fff !important;
}

.realtime_block {
  margin: 0px auto;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 30px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  justify-items: center;
}
.realtime_block__wrapper {
  margin: 50px auto 100px;
  padding: 0 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.realtime_block__wrapper .realtime_title {
  width: 620px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.realtime_block__wrapper .realtime_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#5d5853), color-stop(#E1BF97), to(#715638));
  background: -webkit-linear-gradient(right, #5d5853, #E1BF97, #715638);
  background: linear-gradient(to left, #5d5853, #E1BF97, #715638);
}
.realtime_block__wrapper .realtime_title h3 {
  font-size: 20px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.realtime_block__wrapper .realtime_title h3::before {
  content: "";
  background: url(../images/sp_menu_deco.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  inset: 0;
  margin-right: 10px;
}

.realtime_on .c-panel__realtime {
  border-top: 1px solid #464646;
}
.realtime_on .realtime_bg {
  height: 100%;
  max-height: 106px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  overflow: hidden;
}

.realtime_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1%;
  background: rgba(0, 0, 0, 0.7);
  width: 152px;
  height: 100%;
  max-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 14px;
}
.realtime_bg .c-panel__time {
  position: relative;
  width: 100%;
}

.c-panel__realtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-panel__realtime .realtime_status {
  background: #C5A580;
  color: #000;
  font-weight: bold;
  margin: 10px 0 5px;
  width: 132px;
  text-align: center;
}
.c-panel__realtime .realtime_status, .c-panel__realtime .realtime_subStatus {
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.c-panel__realtime .realtime_comment {
  border-top: none;
  padding-top: 0;
}

.realtimeBtn__wapper {
  max-width: 1000px;
  margin: 0 auto 32px;
  position: relative;
}
.realtimeBtn__wapper h3 {
  border-bottom: 1px solid transparent;
  border-left: 4px solid transparent;
  text-align: left;
  padding: 0;
  padding-left: 10px;
  font-size: 20px;
}
.realtimeBtn__wapper h3::after {
  display: none;
}

.realtimeBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.realtimeBtn button {
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  border: solid 1px #C5A580;
  background: #1C1A16;
  color: #C5A580;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.realtimeBtn button:hover {
  opacity: 0.6;
}
.realtimeBtn button:disabled {
  pointer-events: none;
  border: 1px solid #484848;
  background: #1C1A16;
  color: #484848;
}
.realtimeBtn button.mixitup-control-active {
  border: none;
  background: #C5A580;
  color: #000;
}

.status__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.realtimeAll__wrapper {
  text-align: right;
}

p.realtimeAll {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 0 0 2px;
  font-family: "EB Garamond-Symbols", "Yu Gothic", "Noto Sans JP", serif;
}
p.realtimeAll::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #fff;
}

.realtimeBtn__inner {
  padding: 20px 0 10px;
  border-image-source: linear-gradient(to left, #5d5853, #E1BF97, #715638);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  background: #000;
}

/*================
@media screen and (max-width: 768px)
================*/
@media screen and (max-width: 768px) {
  .realtime_block {
    grid-template-columns: 50% 50%;
    padding: 10px;
    gap: 20px 5px;
  }
  .realtime_block__wrapper {
    margin: 20px 10px 50px;
    padding: 0;
  }
  .realtime_block__wrapper .realtime_title {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 42px;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .realtime_block__wrapper .realtime_title h3 {
    font-size: 14px;
  }
  .realtime_block__wrapper .realtime_title h3::before {
    width: 2rem;
    height: 2rem;
  }
  .realtime_on .realtime_bg {
    max-height: 80px;
    padding: 5px;
  }
  .realtime_on .c-panel__realtime {
    border-top: 1px solid #464646;
  }
  .realtime_bg {
    width: 117px;
    min-height: auto;
    height: 90px;
    font-size: 10px;
    padding: 8px;
  }
  .c-panel__realtime {
    font-size: 8px;
  }
  .c-panel__realtime .realtime_status {
    width: 100px;
    margin: 5px 0 3px;
  }
  .realtimeBtn__wapper h3 {
    border-bottom: 1px solid transparent;
    border-left: 4px solid transparent;
  }
  .realtimeBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .realtimeBtn button {
    padding: 5px;
    font-size: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    width: calc((100% - 18px) / 3);
    margin: 3px;
  }
  .realtimeAll__wrapper {
    padding-right: 10px;
  }
  p.realtimeAll {
    font-size: 12px;
    margin-top: 5px;
    padding: 0 0 2px 0;
  }
  .realtimeBtn__inner {
    padding: 15px 0 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
/*================
@media screen and (min-width: 768px) and (max-width: 1200px)
================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .realtime_block {
    padding: 0;
  }
  .realtime_block__wrapper {
    padding: 0 30px;
  }
  .realtime_bg {
    width: 117px;
    min-height: auto;
    height: 90px;
    font-size: 10px;
    padding: 5px;
  }
  .realtime_bg .c-panel__time span {
    font-size: 12px;
  }
  .c-panel__realtime .realtime_status, .c-panel__realtime .realtime_subStatus {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: 20px;
  }
  .c-panel__realtime .realtime_comment {
    height: 20px;
    line-height: 2;
  }
  .c-panel__realtime .realtime_comment ul li {
    font-size: 10px;
  }
}
/*================
RESERVE
================*/
main#system {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}

#system_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #system_inner {
    padding: 0px 10px 0px;
  }
}/*# sourceMappingURL=style.css.map */