@charset "utf-8";

/********* common *********/
body {
 font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
 font-size: 16px;
 color: #fff;
 background: #000;
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
 overflow-x: hidden;
}

img {
 width: 100%;
}

body:not(#enter) header {
 background: url(../images/bg_header.jpg) no-repeat #000 left bottom/100%;
 width: 100%;
 max-width: 800px;
 margin: auto;
 padding: 20px 0;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 10;
}

header .logo {
 width: 293px;
 margin: 0 auto;
}

header #btn_menu {
 width: 52px;
 height: 48px;
 position: absolute;
 right: 30px;
 top: 30px;
}

header #btn_menu span {
 background: #fff;
 width: 100%;
 height: 8px;
 display: block;
 transition: opacity .3s ease, transform .3s ease;
}

header #btn_menu span:nth-child(n+2) {
 margin-top: 12px;
}

header #btn_menu.open span:first-child {
 transform: rotate(45deg) translate(14px, 14px);
}

header #btn_menu.open span:nth-child(2) {
 opacity: 0;
}

header #btn_menu.open span:last-child {
 transform: rotate(-45deg) translate(14px, -14px);
}

/* header nav {
 background: rgba(0, 0, 0, .9);
 width: 100%;
 height: 100vh;
 max-width: 800px;
 margin: auto;
 display: none;
 position: fixed;
 left: 0;
 right: 0;
 top: 111px;
 z-index: 10;
 overflow: auto;
} */

header nav {
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100dvh;
    max-width: 800px;
    margin: auto;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 111px;
    z-index: 10;
    overflow-y: auto;
    /* overflow: auto; */
    touch-action: pan-y;  
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
}

header nav .wrap {
 width: 90%;
 margin: 0 auto;
 padding: 50px 0;
 display: flex;
 flex-wrap: wrap;
}

header nav .wrap div {
 font-family: 'Playfair Display', serif;
 font-size: 26px;
 width: 50%;
 text-align: center;
}

header nav .wrap div:nth-child(n+3) {
 margin-top: 30px;
}

header nav .wrap div a {
 color: #fff;
}

header nav .wrap div a span {
 font-size: 30px;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #84632d 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 display: block;
}

.breadcrumb {
 padding: 20px;
}

.breadcrumb ul {
 display: flex;
 gap: 0 10px;
}

.breadcrumb ul li {
 font-size: 20px;
 line-height: 1.5;
}

.breadcrumb ul li a {
 color: #fff;
}

.u_layer main {
 margin-top: 111px;
}

.u_layer section h2 {
 font-size: 40px;
 text-align: center;
}

.u_layer section h2 span {
 font-family: 'Playfair Display', serif;
 font-size: 70px;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #84632d 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 line-height: 1.5;
 letter-spacing: 0.1em;
 display: block;
}

.slick-arrow {
 width: 32px !important;
 height: 120px !important;
 z-index: 2 !important;
}

.slick-next {
 right: 0 !important;
}

.slick-prev {
 left: 0 !important;
}

.slick-arrow:before {
 content: "" !important;
 width: 100% !important;
 height: 100% !important;
 position: absolute;
 top: 0;
 left: 0;
}

.slick-next:before {
 background: url(../images/arrow_next.png) no-repeat top left/cover !important;
}

.slick-prev:before {
 background: url(../images/arrow_prev.png) no-repeat top left/cover !important;
}

.slick-dots {
 margin: 0 !important;
 bottom: -50px;
}

.slick-dots li button:before {
 color: #c1c1c1;
 opacity: 1;
}

.slick-dots li.slick-active button:before {
 color: #a80009;
 opacity: 1;
}

.btn_more {
 font-size: 40px;
 color: #fff;
 background: url(../images/bg_btn_more.jpg) no-repeat top center/contain;
 width: 600px;
 margin: 0 auto;
 text-align: center;
 line-height: 2.5;
}

.btn_more a {
 width: 100%;
 display: block;
}

.cast_box ul {
 margin-bottom: 40px;
 display: flex;
 flex-wrap: wrap;
 gap: 10px 8px;
}

.cast_box ul li {
 width: 396px;
}

.cast_box ul li .image_box {
 position: relative;
}

.cast_box ul li .image_box .icon {
 width: 116px;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
}

.cast_box ul li .data_box {
 padding: 20px;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.cast_box ul li .data_box .left .name {
 font-size: 28px;
}

.cast_box ul li .data_box .left .size {
 font-size: 20px;
 line-height: 2;
 letter-spacing: -0.05em;
}

.cast_box ul li .data_box .left .time {
 font-size: 30px;
 color: #ffdbac;
 letter-spacing: -0.05em;
}

.cast_box ul li .data_box .right .cup {
 font-size: 26px;
 color: #ffdbac;
 background: #191919;
 width: 115px;
 padding: 20px 0;
 text-align: center;
 line-height: 0.85;
}

.cast_box ul li .data_box .right .cup span {
 font-size: 68px;
 display: block;
}

.cast_box ul li .status {
 font-size: 28px;
 color: #fff;
 background: linear-gradient(to right, #262626 0%, #534c4c 50%, #262626 100%);
 width: 100%;
 height: 50px;
 text-align: center;
 line-height: 1.786;
}

.cast_box ul li .status.little_left {
 background: linear-gradient(to right, #290f0f 0%, #683418 50%, #290f0f 100%);
}

.cast_box ul li .status.left_1 {
 background: linear-gradient(to right, #800a0a 0%, #ff001e 50%, #800a0a 100%);
}

.cast_box ul li .status.reservable {
 background: linear-gradient(to right, #d2c67c 0%, #876731 50%, #d2c67c 100%);
}

.cast_box ul li .status.inquiry_required {
 background: linear-gradient(to right, #600a80 0%, #4a1680 50%, #600a80 100%);
}

.cast_box ul li .status.sold_out {
 background: linear-gradient(to right, #a5163e 0%, #e50066 50%, #a5163e 100%);
}

input[type='text'],
input[type='email'],
input[type='tel'] {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 16px;
 color: #000;
 background: #fff;
 width: 100%;
 height: 80px;
 padding: 0 10px;
 border: #d0bf88 1px solid;
}

input[type='submit'],
input[type='button'] {
 width: 100%;
 height: 100%;
 display: block;
}

input[type='radio'] {
 width: 32px;
 height: 32px;
 vertical-align: middle;
}

select {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 16px;
 color: #000;
 background: url(../images/arrow_select.png) no-repeat #fff right 20px center;
 width: 100%;
 height: 80px;
 padding: 0 10px;
 border: #d0bf88 1px solid;
}

textarea {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 16px;
 color: #000;
 background: #fff;
 width: 100%;
 height: 500px;
 padding: 10px;
 border: #d0bf88 1px solid;
}

label.error {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 28px;
 color: #f00;
 margin-top: 5px;
 display: block;
}

#menu {
 margin-top: 40px;
}

#menu ul {
 width: 760px;
 margin: 40px auto 0;
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
}

#menu ul li {
 width: 144px;
}

footer {
 background: url(../images/bg_footer.jpg) no-repeat left top/100%;
 margin-top: 40px;
 padding: 20px 0 166px;
}

footer #fixed_nav {
 background: rgba(0, 0, 0, .8);
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9;
}

footer #fixed_nav li {
 font-size: 24px;
 width: 20%;
 padding: 30px 0;
 text-align: center;
}

footer #fixed_nav li a {
 color: #fff;
}

footer #fixed_nav li img {
 margin: 0 auto 10px;
 display: block;
}

footer #fixed_nav li:first-child img {
 width: 69px;
 margin-bottom: 16px;
}

footer #fixed_nav li:nth-child(2) img {
 width: 61px;
}

footer #fixed_nav li:nth-child(3) img {
 width: 32px;
}

footer #fixed_nav li:nth-child(4) img {
 width: 66px;
 margin-bottom: 16px;
}

footer #fixed_nav li:nth-child(5) img {
 width: 60px;
}

footer #fixed_nav li:last-child img {
 width: 51px;
}

footer .logo {
 width: 586px;
 margin: 0 auto;
}

footer .shop_name {
 font-size: 24px;
 text-align: center;
}

footer .copy {
 font-size: 20px;
 background: linear-gradient(to right, #412e11 0%, #9e835f 50%, #412e11 100%);
 margin-top: 20px;
 padding: 10px 0;
 text-align: center;
}

footer .copy a {
 color: #fff;
}

@media screen and (max-width: 800px) {
 body:not(#enter) header {
  padding: 2.5vw 0;
 }

 header .logo {
  width: 36.625vw;
 }

 header #btn_menu {
  width: 6.5vw;
  height: 6vw;
  right: 3.75vw;
  top: 3.75vw;
 }

 header #btn_menu span {
  height: 1vw;
 }

 header #btn_menu span:nth-child(n+2) {
  margin-top: 1.5vw;
 }

 header #btn_menu.open span:first-child {
  transform: rotate(45deg) translate(1.75vw, 1.75vw);
 }

 header #btn_menu.open span:last-child {
  transform: rotate(-45deg) translate(1.75vw, -1.75vw);
 }

 header nav {
  top: 13.875vw;
 }

 header nav .wrap {
  padding: 6.25vw 0;
 }

 header nav .wrap div {
  font-size: 3.25vw;
 }

 header nav .wrap div:nth-child(n+3) {
  margin-top: 3.75vw;
 }

 header nav .wrap div a span {
  font-size: 3.75vw;
 }

 .u_layer main {
  margin-top: 13.875vw;
 }

 .u_layer section h2 {
  font-size: 5vw;
 }

 .u_layer section h2 span {
  font-size: 8.75vw;
 }

 .breadcrumb {
  padding: 2.5vw;
 }

 .breadcrumb ul {
  gap: 0 1.25vw;
 }

 .breadcrumb ul li {
  font-size: 2.5vw;
 }

 .slick-arrow {
  width: 4vw !important;
  height: 15vw !important;
 }

 .slick-next:before {
  background: url(../images/arrow_next.png) no-repeat top left/cover !important;
 }

 .slick-prev:before {
  background: url(../images/arrow_prev.png) no-repeat top left/cover !important;
 }

 .slick-dots {
  bottom: -6.25vw;
 }

 .btn_more {
  font-size: 5vw;
  width: 75vw;
 }

 .cast_box ul {
  margin-bottom: 5vw;
  gap: 1.25vw 1vw;
 }

 .cast_box ul li {
  width: 49.5vw;
 }

 .cast_box ul li .image_box .icon {
  width: 14.5vw;
 }

 .cast_box ul li .data_box {
  padding: 2.5vw;
 }

 .cast_box ul li .data_box .left .name {
  font-size: 3.5vw;
 }

 .cast_box ul li .data_box .left .size {
  font-size: 2.5vw;
 }

 .cast_box ul li .data_box .left .time {
  font-size: 3.75vw;
 }

 .cast_box ul li .data_box .right .cup {
  font-size: 3.25vw;
  width: 14.375vw;
  padding: 2.5vw 0;
 }

 .cast_box ul li .data_box .right .cup span {
  font-size: 8.5vw;
 }

 .cast_box ul li .status {
  font-size: 3.5vw;
  height: 6.25vw;
 }

 input[type='text'],
 input[type='email'],
 input[type='tel'] {
  height: 10vw;
  padding: 0 1.25vw;
 }

 input[type='radio'] {
  width: 4vw;
  height: 4vw;
 }

 select {
  background: url(../images/arrow_select.png) no-repeat #fff right 2.5vw center/3.25vw 2.125vw;
  height: 10vw;
  padding: 0 1.25vw;
 }

 textarea {
  height: 62.5vw;
  padding: 1.25vw;
 }

 label.error {
  font-size: 3.5vw;
  margin-top: 0.625vw;
 }

 #menu {
  margin-top: 5vw;
 }

 #menu ul {
  width: 95vw;
  margin: 5vw auto 0;
  gap: 1.25vw;
 }

 #menu ul li {
  width: 18vw;
 }

 footer {
  background: url(../images/bg_footer.jpg) no-repeat left top/100%;
  margin-top: 5vw;
  padding: 2.5vw 0 20.75vw;
 }

 footer #fixed_nav li {
  font-size: 3vw;
  padding: 3.75vw 0;
 }

 footer #fixed_nav li img {
  margin: 0 auto 1.25vw;
 }

 footer #fixed_nav li:first-child img {
  width: 8.625vw;
  margin-bottom: 2vw;
 }

 footer #fixed_nav li:nth-child(2) img {
  width: 7.625vw;
 }

 footer #fixed_nav li:nth-child(3) img {
  width: 4vw;
 }

 footer #fixed_nav li:nth-child(4) img {
  width: 8.25vw;
  margin-bottom: 2vw;
 }

 footer #fixed_nav li:nth-child(5) img {
  width: 7.625vw;
 }

 footer #fixed_nav li:last-child img {
  width: 6.375vw;
 }

 footer .logo {
  width: 73.25vw;
 }

 footer .shop_name {
  font-size: 3vw;
 }

 footer .copy {
  font-size: 2.5vw;
  margin-top: 2.5vw;
  padding: 1.25vw 0;
 }
}

/********* common *********/

/********* top *********/
#top #movie {
 width: 100%;
 margin-top: 111px;
 position: relative;
}

#top #movie video {
 width: 100%;
}

#top #movie img {
 width: 293px;
 position: absolute;
 top: 20px;
 right: 20px;
 z-index: 2;
}

#top #main_slider .slider {
 display: none;
}

#top #main_slider .slider.slick-initialized {
 display: block;
}

#top #main_slider .slider img {
 width: 100%;
}

#top #special_nomination{
 margin-top: 80px;
}
#top #special_nomination ul{
 display: flex;
 width: 760px;
 margin: 80px auto 0;
 gap: 50px;
}

#top #special_nomination ul h3{
 text-align: center;
 margin-top: 10px;
 font-size: 24px;
}

#top #link_credit {
 width: 760px;
 margin: 80px auto 0;
}

#top #news_box {
 margin-top: 40px;
}

#top h2 {
 font-size: 40px;
 text-align: center;
}

#top h2 span {
 font-family: 'Playfair Display', serif;
 font-size: 70px;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #84632d 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 line-height: 1.5;
 letter-spacing: 0.1em;
 display: block;
}

#top #news_box .box {
 width: 630px;
 margin: 40px auto 0;
 padding-top: 140px;
 display: none;
}

#top #news_box .box.slick-initialized {
 display: block;
}

#top #news_box .box .slick-slide {
 height: auto;
}

#top #news_box .box .slick-dots {
 top: 0;
 bottom: auto;
}

#top #news_box .box .slick-dots li {
 width: 100px;
 height: 100px;
}

#top #news_box .box .slick-dots li button {
 font-family: 'Playfair Display', serif;
 font-size: 60px;
 font-style: italic;
 color: #000;
 background: #611515;
 width: 100%;
 height: 100%;
 border: #d4b24b 4px solid;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 line-height: 1;
}

#top #news_box .box .slick-dots li button:before {
 content: none;
}

#top #news_box .box .slick-dots li.slick-active button {
 background: #fff;
}

#top #news_box .box .one_box .content_box {
 margin: 40px 0;
}

#top #news_box .box .one_box .content_box .date {
 font-size: 30px;
 letter-spacing: -0.05em;
}

#top #news_box .box .one_box .content_box h3 {
 font-size: 30px;
 color: #f6ff69;
 line-height: 1.5;
 letter-spacing: -0.05em;
}

#top #news_box .box .one_box .content_box .text {
 font-size: 26px;
 height: 760px;
 margin-top: 40px;
 overflow: auto;
}

#top #link_waiting {
 width: 760px;
 margin: 80px auto 0;
}

#top #contents_list {
 margin-top: 80px;
}

#top #contents_list .list {
 margin-top: 40px;
 display: flex;
}

#top #contents_list .list div {
 font-size: 24px;
 color: #920107;
 background: url(../images/bg_contents_list_off.jpg) no-repeat top left/cover;
 width: calc(100% / 3);
 height: 100px;
 padding-top: 20px;
 text-align: center;
}

#top #contents_list .list div.active {
 color: #fff;
 background: url(../images/bg_contents_list_on.jpg) no-repeat top left/cover;
}

#top #contents_list .list div span {
 font-family: 'Playfair Display', serif;
 font-size: 30px;
 display: block;
}

#top #contents_list .display_area {
 margin-top: 10px;
}

#top #contents_list .display_area .newface,
#top #contents_list .display_area .cast {
 display: none;
}

#top #link_diary {
 width: 760px;
 margin: 40px auto 0;
}

#top #ranking_box {
 margin-top: 40px;
}

#top #ranking_box ul {
 width: 630px;
 margin: 40px auto 80px;
 display: none;
}

#top #ranking_box ul.slick-initialized {
 display: block;
}

#top #ranking_box ul li .image_box {
 position: relative;
}

#top #ranking_box ul li .image_box .icon {
 width: 116px;
 position: absolute;
 left: 0;
 top: 0;
}

#top #ranking_box ul li .data_box {
 margin-top: 20px;
 display: flex;
 align-items: center;
}

#top #ranking_box ul li .data_box .left {
 width: 230px;
 margin-left: 10px;
}

#top #ranking_box ul li .data_box .right {
 width: calc(100% - 270px);
 margin-left: 30px;
 padding-top: 20px;
}

#top #ranking_box ul li .data_box .right .name {
 font-size: 38px;
}

#top #ranking_box ul li .data_box .right .size {
 font-size: 26px;
 line-height: 2;
}

#top #ranking_box .slick-prev,
#top #ranking_box .slick-next {
 top: calc(50% - 66px);
}

#top #top_movie {
 margin-top: 40px;
}

#top #top_movie .movie_box {
 width: 720px;
 margin: 40px auto;
}

#top #top_movie .movie_box video {
 width: 100%;
}

#top #top_link {
 margin-top: 40px;
}

#top #top_link div {
 width: 760px;
 margin: 10px auto 0;
}

#top #fixed_btn {
 position: fixed;
 right: 20px;
 bottom: 220px;
}

#top #fixed_btn div {
 position: relative;
}

#top #fixed_btn div:first-child {
 width: 136px;
 margin: 0 auto;
}

#top #fixed_btn div:last-child {
 width: 120px;
 margin: 50px auto 0;
}

#top #fixed_btn div .close {
 font-size: 40px;
 font-weight: bold;
 color: #000;
 background: #fff;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 left: 0;
 top: -40px;
 z-index: 2;
 cursor: pointer;
}

#top #fixed_btn div a {
 transition: opacity .3s ease;
}

#top #fixed_btn div a:hover {
 opacity: .7;
}

#top #fixed_btn div .close.hidden,
#top #fixed_btn div a.hidden {
 visibility: visible;
 animation: fade-out .5s linear forwards;
}

@keyframes fade-out {
 0% {
  visibility: visible;
  opacity: 1;
 }

 50% {
  visibility: visible;
  opacity: 0.5;
 }

 100% {
  visibility: hidden;
  opacity: 0;
 }
}

@media screen and (max-width: 800px) {
 #top #movie {
  margin: 13.875vw auto 0;
 }

 #top #movie img {
  width: 36.625vw;
  top: 2.5vw;
  right: 2.5vw;
 }

 #top #special_nomination{
 margin-top: 10vw;
}

#top #special_nomination ul{
 width: 95vw;
 margin-top: 10vw;
 gap: 2vw;
}

#top #special_nomination ul h3{
 margin-top: 4vw;
 font-size: 4vw;
}

 #top #link_credit {
  width: 95vw;
  margin-top: 10vw;
 }

 #top #news_box {
  margin-top: 5vw;
 }

 #top h2 {
  font-size: 5vw;
 }

 #top h2 span {
  font-size: 8.75vw;
 }

 #top #news_box .box {
  width: 78.75vw;
  margin: 5vw auto 0;
  padding-top: 17.5vw;
 }

 #top #news_box .box .slick-dots li {
  width: 12.5vw;
  height: 12.5vw;
 }

 #top #news_box .box .slick-dots li button {
  font-size: 7.5vw;
  border: #d4b24b 0.5vw solid;
 }

 #top #news_box .box .one_box .content_box {
  margin: 5vw 0;
 }

 #top #news_box .box .one_box .content_box .date {
  font-size: 3.75vw;
 }

 #top #news_box .box .one_box .content_box h3 {
  font-size: 3.75vw;
 }

 #top #news_box .box .one_box .content_box .text {
  font-size: 3.25vw;
  height: 95vw;
  margin-top: 5vw;
 }

 #top #link_waiting {
  width: 95vw;
  margin: 10vw auto 0;
 }

 #top #contents_list {
  margin-top: 10vw;
 }

 #top #contents_list .list {
  margin-top: 5vw;
  display: flex;
 }

 #top #contents_list .list div {
  font-size: 3vw;
  height: 12.5vw;
  padding-top: 2.5vw;
 }

 #top #contents_list .list div span {
  font-size: 3.75vw;
 }

 #top #contents_list .display_area {
  margin-top: 1.25vw;
 }

 #top #link_diary {
  width: 95vw;
  margin: 5vw auto 0;
 }

 #top #ranking_box {
  margin-top: 5vw;
 }

 #top #ranking_box ul {
  width: 78.75vw;
  margin: 5vw auto 10vw;
 }

 #top #ranking_box ul li .image_box .icon {
  width: 14.5vw;
 }

 #top #ranking_box ul li .data_box {
  margin-top: 2.5vw;
 }

 #top #ranking_box ul li .data_box .left {
  width: 28.75vw;
  margin-left: 1.25vw;
 }

 #top #ranking_box ul li .data_box .right {
  width: calc(100% - 33.75vw);
  margin-left: 3.75vw;
  padding-top: 2.5vw;
 }

 #top #ranking_box ul li .data_box .right .name {
  font-size: 4.75vw;
 }

 #top #ranking_box ul li .data_box .right .size {
  font-size: 3.25vw;
 }

 #top #ranking_box .slick-prev,
 #top #ranking_box .slick-next {
  top: calc(50% - 8.25vw);
 }

 #top #top_movie {
  margin-top: 5vw;
 }

 #top #top_movie .movie_box {
  width: 90vw;
  margin: 5vw auto;
 }

 #top #top_link {
  margin-top: 5vw;
 }

 #top #top_link div {
  width: 95vw;
  margin: 1.25vw auto 0;
 }

 #top #fixed_btn {
  right: 2.5vw;
  bottom: 27.5vw;
 }

 #top #fixed_btn div:first-child {
  width: 17vw;
 }

 #top #fixed_btn div:last-child {
  width: 15vw;
  margin: 6.25vw auto 0;
 }

 #top #fixed_btn div .close {
  font-size: 5vw;
  width: 5vw;
  height: 5vw;
  top: -5vw;
 }
}

/********* top *********/

/************ accesskeywords ************/
#keywords section .box {
 width: 760px;
 margin: 80px auto 0;
 padding: 40px 0 60px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

@media screen and (max-width: 800px) {
 #keywords section .box {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 5vw 0 7.5vw;
  border: #b79671 0.25vw solid;
 }
}

/************ accesskeywords ************/

/************ cast ************/
#cast section .cast_box {
 margin-top: 80px;
}

@media screen and (max-width: 800px) {
 #cast section .cast_box {
  margin-top: 10vw;
 }
}

/************ cast ************/

/************ concept ************/
#concept section .box {
 width: 720px;
 margin: 80px auto 0;
}

#concept section .box h3 {
 font-size: 40px;
 color: #efe1a0;
 text-align: center;
}

#concept section .box p {
 font-size: 32px;
 text-align: center;
 line-height: 4;
}

#concept section .box .video_box {
 width: 100%;
 margin: 0 auto;
 padding-bottom: 30px;
 border-bottom: #4d4230 5px dotted;
}

#concept section .box .video_box video {
 width: 100%;
}

#concept section .box ul {
 margin-top: 50px;
}

#concept section .box ul li:last-child {
 margin-top: 20px;
}

@media screen and (max-width: 800px) {
 #concept section .box {
  width: 90vw;
  margin: 10vw auto 0;
 }

 #concept section .box h3 {
  font-size: 5vw;
 }

 #concept section .box p {
  font-size: 4vw;
 }

 #concept section .box .video_box {
  padding-bottom: 3.75vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #concept section .box ul {
  margin-top: 6.25vw;
 }

 #concept section .box ul li:last-child {
  margin-top: 2.5vw;
 }
}

/************ concept ************/

/************ concierge ************/
#concierge section .box {
 width: 760px;
 margin: 80px auto 0;
 padding: 80px 0;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#concierge section .box h3 {
 font-size: 40px;
 color: #efe1a0;
 text-align: center;
 letter-spacing: -0.1em;
}

#concierge section .box .text_01 {
 font-size: 28px;
 margin-top: 80px;
 text-align: center;
 line-height: 1.8;
 letter-spacing: -0.1em;
}

#concierge section .box .text_box {
 display: flex;
 align-items: center;
}

#concierge section .box #text_box_01 {
 background: url(../images/bg_concierge_01.png) no-repeat right top/514px 700px;
 margin-top: 80px;
 padding-top: 40px;
}

#concierge section .box #text_box_02 {
 background: url(../images/bg_concierge_02.png) no-repeat right 20px top/auto 100%;
 height: 200px;
 margin-top: 80px;
}

#concierge section .box #text_box_03 {
 background: url(../images/bg_concierge_03.png) no-repeat right 20px top/auto 100%;
 height: 200px;
 margin-top: 20px;
}

#concierge section .box #text_box_04 {
 background: url(../images/bg_concierge_04.png) no-repeat right 20px top/auto 100%;
 height: 200px;
 margin-top: 20px;
}

#concierge section .box #text_box_05 {
 background: url(../images/bg_concierge_05.png) no-repeat right 20px top/auto 100%;
 height: 200px;
 margin-top: 20px;
}

#concierge section .box #text_box_06 {
 background: url(../images/bg_concierge_06.png) no-repeat right 20px top/auto 100%;
 height: 200px;
 margin-top: 20px;
}

#concierge section .box #text_box_01 h3 {
 text-align: left;
}

#concierge section .box #text_box_01 .inner {
 background: rgba(0, 0, 0, .8);
 width: 720px;
 margin: 0 auto;
 padding: 20px;
}

#concierge section .box h4 {
 font-size: 30px;
 color: #efe1a0;
 line-height: 1.8;
 letter-spacing: -0.125em;
}

#concierge section .box .text_box h4 {
 padding-left: 50px;
}

#concierge section .box .text_02 {
 font-size: 28px;
 line-height: 1.7;
 letter-spacing: -0.125em;
}

#concierge section .box #text_box_01 .text_02 {
 margin-top: 40px;
}

#concierge section .box #text_box_07 {
 margin-top: 60px;
 padding: 0 30px;
}

@media screen and (max-width: 800px) {
 #concierge section .box {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 10vw 0;
  border: #b79671 0.25vw solid;
 }

 #concierge section .box h3 {
  font-size: 5vw;
 }

 #concierge section .box .text_01 {
  font-size: 3.5vw;
  margin-top: 10vw;
 }

 #concierge section .box #text_box_01 {
  background: url(../images/bg_concierge_01.png) no-repeat right top/64.25vw 87.5vw;
  margin-top: 10vw;
  padding-top: 5vw;
 }

 #concierge section .box #text_box_02 {
  background: url(../images/bg_concierge_02.png) no-repeat right 2.5vw top/auto 100%;
  height: 25vw;
  margin-top: 10vw;
 }

 #concierge section .box #text_box_03 {
  background: url(../images/bg_concierge_03.png) no-repeat right 2.5vw top/auto 100%;
  height: 25vw;
  margin-top: 2.5vw;
 }

 #concierge section .box #text_box_04 {
  background: url(../images/bg_concierge_04.png) no-repeat right 2.5vw top/auto 100%;
  height: 25vw;
  margin-top: 2.5vw;
 }

 #concierge section .box #text_box_05 {
  background: url(../images/bg_concierge_05.png) no-repeat right 2.5vw top/auto 100%;
  height: 25vw;
  margin-top: 2.5vw;
 }

 #concierge section .box #text_box_06 {
  background: url(../images/bg_concierge_06.png) no-repeat right 2.5vw top/auto 100%;
  height: 25vw;
  margin-top: 2.5vw;
 }

 #concierge section .box #text_box_01 .inner {
  width: 90vw;
  padding: 2.5vw;
 }

 #concierge section .box h4 {
  font-size: 3.75vw;
 }

 #concierge section .box .text_box h4 {
  padding-left: 6.25vw;
 }

 #concierge section .box .text_02 {
  font-size: 3.5vw;
 }

 #concierge section .box #text_box_01 .text_02 {
  margin-top: 5vw;
 }

 #concierge section .box #text_box_07 {
  margin-top: 7.5vw;
  padding: 0 3.75vw;
 }
}

/************ concierge ************/

/************ contact ************/
#contact section .box {
 width: 760px;
 margin: 80px auto 0;
 padding: 60px 0 80px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#contact section .box p {
 font-size: 24px;
 text-align: center;
 line-height: 2.2;
 letter-spacing: -0.125em;
}

#contact section .box p a,
#contact section .box p span {
 color: #efe1a0;
 letter-spacing: 0;
}

#contact section .box form {
 margin-top: 80px;
}

#contact section .box form dl {
 width: 720px;
 margin: 30px auto 0;
 border-bottom: #4d4230 5px dotted;
 padding-bottom: 20px;
}

#contact section .box form dl dt {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 28px;
 width: 700px;
 margin: 0 auto;
}

#contact section .box form dl dt span {
 font-size: 22px;
 color: #f00;
}

#contact section .box form dl dd {
 width: 700px;
 margin: 5px auto 0;
}

#contact section .box .btn_more {
 margin-top: 60px;
}

#contact #confirm section .box p {
 letter-spacing: 0;
}

#contact #confirm section dl dd {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 28px;
 margin-top: 30px;
}

#contact #confirm section ul {
 margin-top: 60px;
}

#contact #confirm section .box .btn_more {
 margin-top: 20px;
}

#contact #complete section .box p {
 letter-spacing: 0;
}

@media screen and (max-width: 800px) {
 #contact section .box {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 7.5vw 0 10vw;
  border: #b79671 0.25vw solid;
 }

 #contact section .box p {
  font-size: 3vw;
 }

 #contact section .box form {
  margin-top: 10vw;
 }

 #contact section .box form dl {
  width: 90vw;
  margin: 3.75vw auto 0;
  border-bottom: #4d4230 0.625vw dotted;
  padding-bottom: 2.5vw;
 }

 #contact section .box form dl dt {
  font-size: 3.5vw;
  width: 87.5vw;
 }

 #contact section .box form dl dt span {
  font-size: 2.75vw;
 }

 #contact section .box form dl dd {
  width: 87.5vw;
  margin: 0.625vw auto 0;
 }

 #contact section .box .btn_more {
  margin-top: 7.5vw;
 }

 #contact #confirm section dl dd {
  font-size: 3.5vw;
  margin-top: 3.75vw;
 }

 #contact #confirm section ul {
  margin-top: 7.5vw;
 }

 #contact #confirm section .box .btn_more {
  margin-top: 2.5vw;
 }
}

/************ contact ************/

/************ cosplay ************/
#cosplay section .box {
 margin: 80px auto 0;
}

#cosplay section .box ul {
 display: flex;
 gap: 10px 8px;
 flex-wrap: wrap;
}

#cosplay section .box ul li {
 width: calc(50% - 4px);
}

#cosplay section .box ul li .image_box img {
 width: 100%;
}

#cosplay section .box ul li .name {
 font-size: 28px;
 background: linear-gradient(to right, #000 0%, #262626 50%, #000 100%);
 margin-top: 30px;
 line-height: 2.143;
 text-align: center;
}

#cosplay section .box ul li .price {
 font-size: 30px;
 color: #ffdbac;
 margin-top: 10px;
 border-top: #ffdbac 2px solid;
 border-bottom: #ffdbac 2px solid;
 text-align: center;
 line-height: 1.8;
}

@media screen and (max-width: 800px) {
 #cosplay section .box {
  margin: 10vw auto 0;
 }

 #cosplay section .box ul {
  gap: 1.25vw 1vw;
 }

 #cosplay section .box ul li {
  width: calc(50% - 0.5vw);
 }

 #cosplay section .box ul li .name {
  font-size: 3.5vw;
  margin-top: 3.75vw;
 }

 #cosplay section .box ul li .price {
  font-size: 3.75vw;
  margin-top: 1.25vw;
  border-top: #ffdbac 0.25vw solid;
  border-bottom: #ffdbac 0.25vw solid;
 }
}

/************ cosplay ************/

/************ event ************/
#event .box {
 margin-top: 80px;
}

#event .box .one_box {
 width: 760px;
 margin: 0 auto;
}

#event .box .one_box:nth-child(n+2) {
 margin-top: 40px;
}

#event .box .one_box .image_box img {
 width: 100%;
}

#event .box .one_box .text_box {
 width: 100%;
 margin: 40px auto 0;
}

@media screen and (max-width: 800px) {
 #event .box {
  margin-top: 10vw;
 }

 #event .box .one_box {
  width: 95vw;
 }

 #event .box .one_box:nth-child(n+2) {
  margin-top: 5vw;
 }

 #event .box .one_box .text_box {
  margin: 5vw auto 0;
 }
}

/************ event ************/

/************ flow ************/
#flow section .box {
 margin-top: 80px;
}

#flow section .box .one_box {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}

#flow section .box .one_box:nth-child(n+2) {
 margin-top: 40px;
}

#flow section .box .one_box .image_box img {
 width: 100%;
}

#flow section .box .one_box h3 {
 font-size: 40px;
 color: #ecdc83;
 margin-top: 30px;
 padding: 0 20px;
}

#flow section .box .one_box p {
 font-size: 26px;
 margin-top: 20px;
 padding: 0 20px;
 line-height: 1.6;
 letter-spacing: -0.085em;
}

#flow section .box .one_box .btn_more {
 margin-top: 40px;
}

@media screen and (max-width: 800px) {
 #flow section .box {
  margin-top: 10vw;
 }

 #flow section .box .one_box:nth-child(n+2) {
  margin-top: 5vw;
 }

 #flow section .box .one_box h3 {
  font-size: 5vw;
  margin-top: 3.75vw;
  padding: 0 2.5vw;
 }

 #flow section .box .one_box p {
  font-size: 3.25vw;
  margin-top: 2.5vw;
  padding: 0 2.5vw;
 }

 #flow section .box .one_box .btn_more {
  margin-top: 5vw;
 }
}

/************ flow ************/

/************ hotelinfo ************/
#hotelinfo section .box {
 width: 760px;
 margin: 80px auto 0;
 padding: 40px 30px 100px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#hotelinfo section .box .image_box {
 width: 688px;
 margin: 0 auto;
}

#hotelinfo section .box iframe {
 width: 100%;
 height: 500px;
 margin-top: 40px;
}

#hotelinfo section .box dl {
 width: 100%;
}

#hotelinfo section .box dl:first-of-type {
 margin-top: 60px;
}

#hotelinfo section .box dl dt {
 font-size: 30px;
 background: #7e0404;
 width: 100%;
 padding: 0 10px;
 line-height: 2;
}

#hotelinfo section .box dl dd {
 font-size: 26px;
 margin-top: 10px;
 padding: 0 10px 20px;
 line-height: 2.2;
}

@media screen and (max-width: 800px) {
 #hotelinfo section .box {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 5vw 3.75vw 12.5vw;
  border: #b79671 0.25vw solid;
 }

 #hotelinfo section .box .image_box {
  width: 86vw;
 }

 #hotelinfo section .box iframe {
  height: 62.5vw;
  margin-top: 5vw;
 }

 #hotelinfo section .box dl:first-of-type {
  margin-top: 7.5vw;
 }

 #hotelinfo section .box dl dt {
  font-size: 3.75vw;
  padding: 0 1.25vw;
 }

 #hotelinfo section .box dl dd {
  font-size: 3.25vw;
  margin-top: 1.25vw;
  padding: 0 1.25vw 2.5vw;
 }
}

/************ hotelinfo ************/

/************ hotellist ************/
#hotellist section .box {
 width: 760px;
 margin: 80px auto 0;
}

#hotellist section .box .btn_more {
 margin-top: 60px;
}

#hotellist section .box .hotel_box {
 width: 100%;
 margin-top: 60px;
}

#hotellist section .box .hotel_box .list {
 width: 100%;
 margin-top: 20px;
}

#hotellist section .box .hotel_box .list ul {
 display: flex;
}

#hotellist section .box .hotel_box .list ul li {
 font-size: 28px;
 color: #fff0a8;
 width: 100%;
 padding: 0 10px;
 border-bottom: #fff 1px solid;
 line-height: 3.333;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

#hotellist section .box .hotel_box .list ul li a {
 color: #fff0a8;
 text-decoration: underline;
}

@media screen and (max-width: 800px) {
 #hotellist section .box {
  width: 95vw;
  margin: 10vw auto 0;
 }

 #hotellist section .box .btn_more {
  margin-top: 7.5vw;
 }

 #hotellist section .box .hotel_box {
  margin-top: 7.5vw;
 }

 #hotellist section .box .hotel_box .list {
  margin-top: 2.5vw;
 }

 #hotellist section .box .hotel_box .list ul li {
  font-size: 3.5vw;
  padding: 0 1.25vw;
 }
}

/************ hotellist ************/

/************ index ************/
#enter header {
 background: url(../images/bg_enter.jpg) center/cover;
 width: 100%;
 height: 1200px;
 padding-top: 200px;
}

#enter header h1 {
 width: 586px;
 margin: 0 auto;
}

#enter header .title {
 font-size: 18px;
 text-align: center;
}

#enter header .time {
 font-size: 20px;
 margin-top: 50px;
 text-align: center;
}

#enter header .time span {
 font-size: 30px;
}

#enter header .tel {
 font-size: 34px;
 margin-top: 10px;
 text-align: center;
}

#enter header .tel span {
 font-size: 50px;
}

#enter header ul {
 margin-top: 60px;
}

#enter header ul li {
 font-size: 26px;
 width: 430px;
 height: 120px;
 margin: 0 auto;
 padding-top: 16px;
 text-align: center;
 position: relative;
 z-index: 1;
}

#enter header ul li::before {
 content: "";
 transform: skewX(-25deg);
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: -1;
}

#enter header ul li:last-child {
 margin-top: 30px;
}

#enter header ul li:first-child::before {
 background: linear-gradient(to right, #790101 0%, #e70000 100%);
}

#enter header ul li:last-child::before {
 background: linear-gradient(to right, #524329 0%, #fdd693 100%);
}

#enter header ul li span {
 font-family: 'Playfair Display', serif;
 font-size: 50px;
 display: block;
}

#enter header .age_limit {
 width: 65px;
 margin: 40px auto 0;
}

#enter header .text {
 font-size: 24px;
 margin-top: 10px;
 text-align: center;
 line-height: 1.8;
}

#enter main {
 background: #000;
 padding-bottom: 50px;
}

#bn_recruit {
 margin: 2% 5% 0;
}

#bn_recruit li {
 margin: 0 0 2%;
}

#bn_group {
 margin: 10% 5% 2%;
}

#bn_group li {
 margin: 0 0 2%;
}

#side_by_side {
 text-align: center;
}

#side_by_side img {
 width: 88px;
}

#enter main .text_box {
 font-size: 24px;
 margin-top: 50px;
 padding: 0 20px;
 line-height: 1.5;
}

#enter footer {
 background: linear-gradient(to right, #412e11 0%, #9e835f 50%, #412e11 100%);
 padding: 20px 0;
}

#enter footer p {
 font-size: 12px;
 text-align: center;
}

#enter footer p a {
 color: #fff;
}

@media screen and (max-width: 800px) {
 #enter header {
  height: 150vw;
  padding-top: 25vw;
 }

 #enter header h1 {
  width: 73.25vw;
 }

 #enter header .title {
  font-size: 2.25vw;
 }

 #enter header .time {
  font-size: 2.5vw;
  margin-top: 6.25vw;
 }

 #enter header .time span {
  font-size: 3.75vw;
 }

 #enter header .tel {
  font-size: 4.25vw;
  margin-top: 1.25vw;
 }

 #enter header .tel span {
  font-size: 6.25vw;
 }

 #enter header ul {
  margin-top: 7.5vw;
 }

 #enter header ul li {
  font-size: 3.25vw;
  width: 53.75vw;
  height: 15vw;
  padding-top: 2vw;
 }

 #enter header ul li:last-child {
  margin-top: 3.75vw;
 }

 #enter header ul li span {
  font-size: 6.25vw;
 }

 #enter header .age_limit {
  width: 8.125vw;
  margin: 5vw auto 0;
 }

 #enter header .text {
  font-size: 3vw;
  margin-top: 1.25vw;
 }

 #enter main {
  padding-bottom: 6.25vw;
 }

 #enter main .text_box {
  font-size: 3vw;
  margin-top: 6.25vw;
  padding: 0 2.5vw;
 }

 #enter footer {
  padding: 2.5vw 0;
 }

 #enter footer p {
  font-size: 1.5vw;
 }
}

/************ index ************/

/************ link ************/
#link section .box {
 width: 760px;
 max-width: 1400px;
 margin: 80px auto 0;
 padding: 40px 20px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#link section .box .text_01 {
 font-size: 24px;
 line-height: 2.2;
}

#link section .box .text_01 a {
 color: #efe1a0;
 text-decoration: underline;
}

#link section .box ul li h3 {
 font-size: 30px;
 color: #efe1a0;
 margin-top: 30px;
}

#link section .box ul li .text_01 {
 font-size: 24px;
 margin-top: 30px;
 line-height: 2.2;
 letter-spacing: -0.075em;
}

#link section .box ul li .text_01 span {
 letter-spacing: 0;
}

#link section .box ul li .text_02 {
 font-size: 28px;
}

#link section .box ul li div {
 width: 88px;
 margin-top: 20px;
}

#link section .list_box {
 margin-top: 60px;
}

#link section .list_box h2 {
 margin-top: 0;
}

#link section .list_box ul {
 width: 100%;
 max-width: 800px;
 margin: 60px auto 0;
}

#link section .list_box ul li {
 padding-bottom: 20px;
 border-bottom: #fff 2px solid;
}

#link section .list_box ul li:nth-child(n+2) {
 margin-top: 30px;
}

#link section .list_box ul li div {
 width: 88px;
 margin: 0 auto;
}

#link section .list_box ul li p {
 font-size: 24px;
 margin-top: 20px;
 text-align: center;
}

@media screen and (max-width: 800px) {
 #link section .box {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 5vw 2.5vw;
  border: #b79671 0.25vw solid;
 }

 #link section .box .text_01 {
  font-size: 3vw;
 }

 #link section .box ul li h3 {
  font-size: 3.75vw;
  margin-top: 3.75vw;
 }

 #link section .box ul li .text_01 {
  font-size: 3vw;
  margin-top: 3.75vw;
 }

 #link section .box ul li .text_02 {
  font-size: 3.5vw;
 }

 #link section .box ul li div {
  margin-top: 2.5vw;
 }

 #link section .list_box {
  margin-top: 7.5vw;
 }

 #link section .list_box ul {
  margin: 7.5vw auto 0;
 }

 #link section .list_box ul li {
  padding-bottom: 2.5vw;
  border-bottom: #fff 0.25vw solid;
 }

 #link section .list_box ul li:nth-child(n+2) {
  margin-top: 3.75vw;
 }

 #link section .list_box ul li p {
  font-size: 3vw;
  margin-top: 2.5vw;
 }
}

/************ link ************/

/************ mailmaga ************/
#mailmaga section h3 {
 font-size: 60px;
 color: #efe1a0;
 margin: 80px 0 60px;
 padding-top: 60px;
 text-align: center;
}

#mailmaga section .text_01 {
 font-size: 28px;
 text-align: center;
 line-height: 1.8;
 letter-spacing: -0.075em;
}

#mailmaga section .text_01 span {
 color: #f00;
}

#mailmaga section .loop_slide {
 width: 100%;
 max-width: 800px;
 height: 150px;
 margin: 40px auto 0;
 display: flex;
 overflow: hidden;
}

#mailmaga section .loop_slide img {
 width: auto;
 height: 100%;
}

#mailmaga section .loop_slide img:first-child {
 animation: slide1 60s -30s linear infinite;
}

#mailmaga section .loop_slide img:last-child {
 animation: slide2 60s linear infinite;
}

@keyframes slide1 {
 0% {
  transform: translateX(100%);
 }

 to {
  transform: translateX(-100%);
 }
}

@keyframes slide2 {
 0% {
  transform: translateX(0);
 }

 to {
  transform: translateX(-200%);
 }
}

#mailmaga section .box {
 width: 760px;
 margin: 40px auto 0;
 padding: 80px 0 50px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#mailmaga section .box h4 {
 font-size: 50px;
 color: #efe1a0;
 margin-bottom: 60px;
 text-align: center;
}

#mailmaga section .box form {
 width: 720px;
 margin: 20px auto 0;
}

#mailmaga section .box form .register_box {
 margin-top: 20px;
 padding-bottom: 50px;
 border-bottom: #4d4230 5px dotted;
 text-align: center;
}

#mailmaga section .box form .register_box input:last-of-type {
 margin-left: 30px;
}

#mailmaga section .box form .register_box label {
 font-size: 26px;
 margin-left: 10px;
 vertical-align: middle;
}

#mailmaga section .box form .personal_information_box {
 padding: 30px 0 50px;
 border-bottom: #4d4230 5px dotted;
}

#mailmaga section .box form .personal_information_box .text_02 {
 font-size: 26px;
 margin: 20px 0 30px 80px;
 line-height: 1.6;
}

#mailmaga section .box form .personal_information_box .text_01 input {
 margin-left: 20px;
 width: 26px;
 height: 26px;
 vertical-align: baseline;
}

#mailmaga section .box form .personal_information_box .text_01 label {
 margin-left: 10px;
 vertical-align: baseline;
}

#mailmaga section .box form .personal_information_box .btn_more {
 margin-top: 40px;
}

#mailmaga section .box form .error {
 width: 720px;
 margin-left: auto;
 margin-right: auto;
}

#mailmaga section .box:nth-of-type(3) {
 margin-top: 50px;
 padding-left: 20px;
 padding-right: 40px;
}

#mailmaga section .box:nth-of-type(3) h5 {
 font-size: 30px;
 color: #efe1a0;
 margin-top: 40px;
}

#mailmaga section .box:nth-of-type(3) .text_01 {
 font-size: 24px;
 margin-top: 30px;
 text-align: left;
 line-height: 2;
}

#mailmaga section .box:nth-of-type(3) .text_01 em {
 font-style: normal;
 padding-left: 1em;
 text-indent: -1em;
 display: block;
}

#mailmaga section .box:nth-of-type(3) .text_01 span {
 color: #efe1a0;
}

@media screen and (max-width: 800px) {
 #mailmaga section h3 {
  font-size: 7.5vw;
  margin: 10vw 0 7.5vw;
  padding-top: 7.5vw;
 }

 #mailmaga section .text_01 {
  font-size: 3.5vw;
 }

 #mailmaga section .loop_slide {
  height: 18.75vw;
  margin: 5vw auto 0;
 }

 #mailmaga section .box {
  width: 95vw;
  margin: 5vw auto 0;
  padding: 10vw 0 6.25vw;
  border: #b79671 0.25vw solid;
 }

 #mailmaga section .box h4 {
  font-size: 6.25vw;
  margin-bottom: 7.5vw;
 }

 #mailmaga section .box form {
  width: 90vw;
  margin: 2.5vw auto 0;
 }

 #mailmaga section .box form .register_box {
  margin-top: 2.5vw;
  padding-bottom: 6.25vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #mailmaga section .box form .register_box input:last-of-type {
  margin-left: 3.75vw;
 }

 #mailmaga section .box form .register_box label {
  font-size: 3.25vw;
  margin-left: 1.25vw;
 }

 #mailmaga section .box form .personal_information_box {
  padding: 3.75vw 0 6.25vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #mailmaga section .box form .personal_information_box .text_02 {
  font-size: 3.25vw;
  margin: 2.5vw 0 3.75vw 10vw;
 }

 #mailmaga section .box form .personal_information_box .text_01 input {
  margin-left: 2.5vw;
  width: 3.25vw;
  height: 3.25vw;
 }

 #mailmaga section .box form .personal_information_box .text_01 label {
  margin-left: 1.25vw;
 }

 #mailmaga section .box form .personal_information_box .btn_more {
  margin-top: 5vw;
 }

 #mailmaga section .box form .error {
  width: 90vw;
 }

 #mailmaga section .box:nth-of-type(3) {
  margin-top: 6.25vw;
  padding-left: 2.5vw;
  padding-right: 5vw;
 }

 #mailmaga section .box:nth-of-type(3) h5 {
  font-size: 3.75vw;
  margin-top: 5vw;
 }

 #mailmaga section .box:nth-of-type(3) .text_01 {
  font-size: 3vw;
  margin-top: 3.75vw;
 }
}

/************ mailmaga ************/

/************ movie ************/
#movie section .box {
 width: 760px;
 margin: 80px auto 0;
}

#movie section .box .one_box {
 width: 100%;
 padding: 20px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#movie section .box .one_box:nth-child(n+2) {
 margin-top: 20px;
}

#movie section .box .one_box .video_box {
 width: 720px;
 margin: 0 auto;
}

#movie section .box .one_box .video_box video {
 width: 100%;
}

#movie section .box .one_box .name {
 font-size: 32px;
 color: #ffd69b;
 margin-top: 10px;
 text-align: center;
}

#movie section .box .one_box .size {
 font-size: 24px;
 margin-top: 5px;
 text-align: center;
}

#movie section .btn_box {
 margin-top: 60px;
}

#movie section .btn_box .btn_prev,
#movie section .btn_box .btn_next {
 font-size: 30px;
 background: url(../images/bg_btn_more.jpg) no-repeat left top/100% 100%;
 width: 600px;
 margin: 0 auto;
 text-align: center;
 line-height: 3.333;
}

#movie section .btn_box div:nth-child(2) {
 margin-top: 30px;
}

#movie section .btn_box .btn_prev a,
#movie section .btn_box .btn_next a {
 color: #fff;
 width: 100%;
 height: 100%;
 display: block;
}

@media screen and (max-width: 800px) {
 #movie section .box {
  width: 95vw;
  margin: 10vw auto 0;
 }

 #movie section .box .one_box {
  padding: 2.5vw;
  border: #b79671 0.25vw solid;
 }

 #movie section .box .one_box:nth-child(n+2) {
  margin-top: 2.5vw;
 }

 #movie section .box .one_box .video_box {
  width: 90vw;
 }

 #movie section .box .one_box .name {
  font-size: 4vw;
  margin-top: 1.25vw;
 }

 #movie section .box .one_box .size {
  font-size: 3vw;
  margin-top: 0.625vw;
 }

 #movie section .btn_box {
  margin-top: 7.5vw;
 }

 #movie section .btn_box .btn_prev,
 #movie section .btn_box .btn_next {
  font-size: 3.75vw;
  width: 75vw;
  margin: 0 auto;
 }

 #movie section .btn_box div:nth-child(2) {
  margin-top: 3.75vw;
 }
}

/************ movie ************/

/************ newface ************/
#newface section .number_of_people {
 font-size: 40px;
 width: 760px;
 margin: 80px auto 0;
 text-align: right;
}

#newface section .number_of_people span {
 font-size: 50px;
 color: #f00;
 margin: 0 10px;
 display: inline-block;
}

#newface section .box .one_box {
 width: 760px;
 margin: 10px auto 0;
 padding: 20px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

#newface section .box .one_box .image_box {
 width: 360px;
 position: relative;
}

#newface section .box .one_box .image_box img {
 width: 100%;
}

#newface section .box .one_box .data_box {
 width: 332px;
 position: relative;
}

#newface section .box .one_box .data_box .date_of_entry {
 font-size: 30px;
 color: #000;
 background: url(../images/bg_date_of_entry.png) no-repeat left top/cover;
 width: 100%;
 height: 110px;
 text-align: center;
 letter-spacing: -0.075em;
 display: flex;
 align-content: center;
 justify-content: center;
 flex-wrap: wrap;
}

#newface section .box .one_box .data_box .date_of_entry span {
 font-family: 'Playfair Display', serif;
 font-size: 20px;
 width: 100%;
 margin-bottom: 5px;
 letter-spacing: 0.1em;
 display: block;
}

#newface section .box .one_box .data_box .icon_schedule {
 font-size: 28px;
 color: #ffdbac;
 width: 100%;
 height: 50px;
 margin-top: 20px;
 text-align: center;
}

#newface section .box .one_box .data_box .icon_schedule span {
 background: linear-gradient(to right, #790101 0%, #e70000 100%);
 width: 100%;
 height: 100%;
 line-height: 1.923;
 display: block;
}

#newface section .box .one_box .data_box .name {
 font-size: 40px;
 margin-top: 16px;
}

#newface section .box .one_box .data_box .size {
 font-size: 26px;
 line-height: 1.5;
}

#newface section .box .one_box .data_box ul {
 margin-top: 20px;
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
}

#newface section .box .one_box .data_box ul li {
 font-size: 18px;
 width: calc(100% / 3 - 10px / 3);
 border: #b79671 1px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
 text-align: center;
 line-height: 1.667;
 letter-spacing: -0.075em;
}

#newface section .box .one_box .text {
 width: 100%;
 margin-top: 30px;
 padding: 20px 0;
 border-top: #ffdbac 2px solid;
 border-bottom: #ffdbac 2px solid;
}

#newface section .box .one_box .text p {
 font-size: 26px;
 height: 200px;
 text-align: justify;
 line-height: 1.5;
 overflow: auto;
}

@media screen and (max-width: 800px) {
 #newface section .number_of_people {
  font-size: 5vw;
  width: 95vw;
  margin: 10vw auto 0;
 }

 #newface section .number_of_people span {
  font-size: 6.25vw;
  margin: 0 1.25vw;
 }

 #newface section .box .one_box {
  width: 95vw;
  margin: 1.25vw auto 0;
  padding: 2.5vw;
  border: #b79671 0.25vw solid;
 }

 #newface section .box .one_box .image_box {
  width: 45vw;
 }

 #newface section .box .one_box .data_box {
  width: 41.5vw;
 }

 #newface section .box .one_box .data_box .date_of_entry {
  font-size: 3.75vw;
  height: 13.75vw;
 }

 #newface section .box .one_box .data_box .date_of_entry span {
  font-size: 2.5vw;
  margin-bottom: 0.625vw;
 }

 #newface section .box .one_box .data_box .icon_schedule {
  font-size: 3.5vw;
  height: 6.25vw;
  margin-top: 2.5vw;
 }

 #newface section .box .one_box .data_box .name {
  font-size: 5vw;
  margin-top: 2vw;
 }

 #newface section .box .one_box .data_box .size {
  font-size: 3.25vw;
 }

 #newface section .box .one_box .data_box ul {
  margin-top: 2.5vw;
  gap: 0.625vw;
 }

 #newface section .box .one_box .data_box ul li {
  font-size: 2.25vw;
  width: calc(100% / 3 - 1.25vw / 3);
 }

 #newface section .box .one_box .text {
  margin-top: 3.75vw;
  padding: 2.5vw 0;
  border-top: #ffdbac 0.25vw solid;
  border-bottom: #ffdbac 0.25vw solid;
 }

 #newface section .box .one_box .text p {
  font-size: 3.25vw;
  height: 25vw;
 }
}

/************ newface ************/

/************ news ************/
#news section .box {
 margin-top: 60px;
}

#news section .box .one_box {
 width: 760px;
 margin: 20px auto 0;
 padding: 40px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#news section .box .one_box .date {
 font-size: 30px;
 letter-spacing: -0.05em;
}

#news section .box .one_box h3 {
 font-size: 30px;
 color: #ff7e7e;
 line-height: 1.4;
 letter-spacing: -0.075em;
}

#news section .box .one_box .content_box {
 width: 100%;
 margin-top: 20px;
}

#news section .box .one_box .content_box .thumb {
 width: 600px;
 margin: 0 auto;
}

#news section .box .one_box .content_box .thumb img {
 width: 100%;
}

#news section .box .one_box .content_box .text {
 width: 664px;
 margin: 30px auto 0;
}

@media screen and (max-width: 800px) {
 #news section .box {
  margin-top: 7.5vw;
 }

 #news section .box .one_box {
  width: 95vw;
  margin: 2.5vw auto 0;
  padding: 5vw;
  border: #b79671 0.25vw solid;
 }

 #news section .box .one_box .date {
  font-size: 3.75vw;
 }

 #news section .box .one_box h3 {
  font-size: 3.75vw;
 }

 #news section .box .one_box .content_box {
  margin-top: 2.5vw;
 }

 #news section .box .one_box .content_box .thumb {
  width: 75vw;
 }

 #news section .box .one_box .content_box .text {
  width: 83vw;
  margin: 3.75vw auto 0;
 }
}

/************ news ************/

/************ place ************/
#place section .box {
 margin-top: 80px;
}

#place section .box .one_box {
 padding: 40px 0 30px;
 position: relative;
}

#place section .box .one_box:after {
 content: '';
 background: #ffdbac;
 width: 700px;
 height: 2px;
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
}

#place section .box .one_box h3 {
 font-size: 30px;
 text-align: center;
}

#place section .box .one_box dl {
 width: 700px;
 margin: 40px auto 0;
}

#place section .box .one_box dl dt {
 font-size: 30px;
 background: #7e0404;
 width: 100%;
 padding-left: 20px;
 line-height: 2;
}

#place section .box .one_box dl dd {
 font-size: 24px;
 padding-left: 20px;
 line-height: 3;
}

#place section .box .one_box .map {
 width: 700px;
 height: 500px;
 margin: 20px auto 0;
}

#place section .box .one_box ul {
 width: 100%;
}

#place section .box .one_box ul li {
 padding: 0 5px;
}

#place section .box .one_box .map iframe {
 width: 100%;
 height: 100%;
}

#place section .box .one_box .btn_more {
 margin-top: 30px;
}

@media screen and (max-width: 800px) {
 #place section .box {
  margin-top: 10vw;
 }

 #place section .box .one_box {
  padding: 5vw 0 3.75vw;
 }

 #place section .box .one_box:after {
  width: 87.5vw;
  height: 0.25vw;
 }

 #place section .box .one_box h3 {
  font-size: 3.75vw;
 }

 #place section .box .one_box dl {
  width: 87.5vw;
  margin: 5vw auto 0;
 }

 #place section .box .one_box dl dt {
  font-size: 3.75vw;
  padding-left: 2.5vw;
 }

 #place section .box .one_box dl dd {
  font-size: 3vw;
  padding-left: 2.5vw;
 }

 #place section .box .one_box .map {
  width: 87.5vw;
  height: 62.5vw;
  margin: 2.5vw auto 0;
 }

 #place section .box .one_box ul li {
  padding: 0 0.625vw;
 }

 #place section .box .one_box ul li img {
  width: 48.75vw;
 }

 #place section .box .one_box .btn_more {
  margin-top: 3.75vw;
 }
}

/************ place ************/

/************ profile ************/
#profile section .profile_image_box {
 width: 760px;
 margin: 80px auto 0;
 padding-bottom: 50px;
}

/* 2025-10-16 追加 */
#profile section .profile_image_box ul li {
 position: relative;
}

#profile section .profile_image_box ul .slick-arrow,
#profile section .other_schedule_box ul .slick-arrow {
 width: 80px !important;
 height: 80px !important;
}

#profile section .profile_image_box ul .slick-prev::before,
#profile section .other_schedule_box ul .slick-prev::before {
 background: url(../images/arrow_prev_02.png) no-repeat top center/contain !important;
}

#profile section .profile_image_box ul .slick-next::before,
#profile section .other_schedule_box ul .slick-next::before {
 background: url(../images/arrow_next_02.png) no-repeat top center/contain !important;
}

#profile section .box {
 width: 760px;
 margin: 0 auto;
 padding: 40px 30px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#profile section .box .icon_newface {
 width: 244px;
 margin: 0 auto;
}

#profile section .box .icon_newface img {
 width: 100%;
}

#profile section .box .name {
 font-size: 40px;
 /*margin-top: 20px;*/
 text-align: center;
}

#profile section .box .size {
 font-size: 26px;
 text-align: center;
 line-height: 1.5;
}

#profile section .box .rname {
 font-size: 26px;
 text-align: center;
 line-height: 1.5;
 margin-top: 20px;
}

#profile section .box .type_box {
 margin-top: 20px;
}

#profile section .box .type_box ul {
 display: flex;
 justify-content: center;
 gap: 0 5px;
}

#profile section .box .type_box ul li {
 font-size: 18px;
 width: 120px;
 border: #b79671 1px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
 text-align: center;
 line-height: 1.667;
}

#profile section h3 {
 font-size: 24px;
 text-align: center;
}

#profile section h3 span {
 font-family: 'Playfair Display', serif;
 font-size: 50px;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #84632d 100%);
 margin-bottom: 5px;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 letter-spacing: 0.125em;
 display: block;
}

#profile section .box .schedule_box {
 margin-top: 50px;
}

#profile section .box .schedule_box ul {
 margin-top: 30px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

#profile section .box .schedule_box ul li {
 background: #191919;
 width: 170px;
 padding: 5px;
}

#profile section .box .schedule_box ul li:nth-child(n+5) {
 margin-top: 10px;
}

#profile section .box .schedule_box ul li .date {
 font-size: 24px;
 color: #dcd2a8;
 border-top: #dcd2a8 2px solid;
 border-bottom: #dcd2a8 2px solid;
 text-align: center;
 line-height: 2.5;
}

#profile section .box .schedule_box ul li .time {
 font-size: 24px;
 text-align: center;
 line-height: 2.5;
}

#profile section .box .schedule_box .btn_more {
 background: url(../images/bg_btn_more.jpg) no-repeat top center/100% 100%;
 width: 500px;
 margin-top: 60px;
 line-height: 2.667;
}

#profile section .box .cast_data_diary_box {
 margin-top: 40px;
 border-top: #ffdbac 2px solid;
}

#profile section .box .cast_data_diary_box h3 {
 padding-top: 40px;
}

#profile section .box .cast_data_diary_box .cast_data .qa {
 margin-top: 30px;
 padding-bottom: 50px;
 border-bottom: #ffdbac 2px solid;
}

#profile section .box .cast_data_diary_box .cast_data .qa dl {
 width: 100%;
 padding: 20px 0;
 border-bottom: #ffdbac 5px dotted;
 display: flex;
 flex-wrap: wrap;
}

#profile section .box .cast_data_diary_box .cast_data .qa dl dt {
 font-size: 26px;
 color: #ff8383;
 width: 50%;
 padding-left: 20px;
}

#profile section .box .cast_data_diary_box .cast_data .qa dl dd {
 font-size: 26px;
 background: #191919;
 width: 50%;
 padding-left: 20px;
}

#profile section .box .cast_data_diary_box .cast_data .message_box {
 padding-bottom: 40px;
 border-bottom: #ffdbac 2px solid;
}

#profile section .box .cast_data_diary_box .cast_data .message_box .text {
 font-size: 26px;
 width: 100%;
 max-height: 820px;
 margin-top: 20px;
 padding-right: 20px;
 text-align: justify;
 line-height: 1.5;
 position: relative;
 overflow: auto;
}

#profile section .box .cast_data_diary_box .diary_box .diary {
 width: 100%;
 height: 900px;
 margin: 20px auto 0;
 padding-bottom: 40px;
 border-bottom: #ffdbac 2px solid;
 overflow: auto;
}

#profile section .box .cast_data_diary_box .diary_box .diary iframe {
 width: 100%;
 height: 100%;
}

#profile section .box .cast_data_diary_box .diary_box .movie {
 width: 640px;
 margin: 40px auto 0;
 padding-bottom: 40px;
 border-bottom: #ffdbac 2px solid;
}

#profile section .box .cast_data_diary_box .diary_box .movie video {
 width: 100%;
}

#profile section .box .option_box {
 margin-top: 40px;
}

#profile section .box .option_box ul {
 margin-top: 20px;
}

#profile section .box .option_box ul li {
 width: 100%;
 height: 80px;
 padding: 0 20px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
 display: flex;
 align-items: center;
}

#profile section .box .option_box ul li:nth-child(n+2) {
 margin-top: 10px;
}

#profile section .box .option_box ul li .yes_or_no {
 font-size: 32px;
 color: #ff8080;
 margin-right: 20px;
 text-align: left;
}

#profile section .box .option_box ul li .o_name {
 font-size: 26px;
 margin-right: 20px;
}

#profile section .box .option_box ul li .price {
 font-size: 30px;
 color: #6d6c6c;
 margin-left: auto;
}

#profile section .other_schedule_box {
 margin-top: 80px;
}

#profile section .other_schedule_box>ul {
 margin-top: 60px;
}

@media screen and (max-width: 800px) {
 #profile section .profile_image_box {
  width: 95vw;
  margin: 10vw auto 0;
  padding-bottom: 6.25vw;
 }

 #profile section .profile_image_box ul .slick-slide {
  width: 81.75vw;
 }

 #profile section .profile_image_box ul .slick-arrow,
 #profile section .other_schedule_box ul .slick-arrow {
  width: 10vw !important;
  height: 10vw !important;
 }

 #profile section .profile_image_box ul .slick-prev::before,
 #profile section .other_schedule_box ul .slick-prev::before {
  background: url(../images/arrow_prev_02.png) no-repeat top center/contain !important;
 }

 #profile section .profile_image_box ul .slick-next::before,
 #profile section .other_schedule_box ul .slick-next::before {
  background: url(../images/arrow_next_02.png) no-repeat top center/contain !important;
 }

 #profile section .box {
  width: 95vw;
  padding: 5vw 3.75vw;
  border: #b79671 0.25vw solid;
 }

 #profile section .box .icon_newface {
  width: 30.5vw;
 }

 #profile section .box .name {
  font-size: 5vw;
  /*margin-top: 2.5vw;*/
 }

 #profile section .box .size {
  font-size: 3.25vw;
 }

 #profile section .box .rname {
  font-size: 3.25vw;
  margin-top: 2.5vw;
 }

 #profile section .box .type_box {
  margin-top: 2.5vw;
 }

 #profile section .box .type_box ul {
  gap: 0 0.625vw;
 }

 #profile section .box .type_box ul li {
  font-size: 2.25vw;
  width: 15vw;
 }

 #profile section h3 {
  font-size: 3vw;
 }

 #profile section h3 span {
  font-size: 6.25vw;
  margin-bottom: 0.625vw;
 }

 #profile section .box .schedule_box {
  margin-top: 6.25vw;
 }

 #profile section .box .schedule_box ul {
  margin-top: 3.75vw;
 }

 #profile section .box .schedule_box ul li {
  width: 21.25vw;
  padding: 0.625vw;
 }

 #profile section .box .schedule_box ul li:nth-child(n+5) {
  margin-top: 1.25vw;
 }

 #profile section .box .schedule_box ul li .date {
  font-size: 3vw;
  border-top: #dcd2a8 0.25vw solid;
  border-bottom: #dcd2a8 0.25vw solid;
 }

 #profile section .box .schedule_box ul li .time {
  font-size: 3vw;
 }

 #profile section .box .schedule_box .btn_more {
  width: 62.5vw;
  margin-top: 7.5vw;
  line-height: 2.667;
 }

 #profile section .box .cast_data_diary_box {
  margin-top: 5vw;
  border-top: #ffdbac 0.25vw solid;
 }

 #profile section .box .cast_data_diary_box h3 {
  padding-top: 5vw;
 }

 #profile section .box .cast_data_diary_box .cast_data .qa {
  margin-top: 3.75vw;
  padding-bottom: 6.25vw;
  border-bottom: #ffdbac 0.25vw solid;
 }

 #profile section .box .cast_data_diary_box .cast_data .qa dl {
  padding: 2.5vw 0;
  border-bottom: #ffdbac 0.625vw dotted;
 }

 #profile section .box .cast_data_diary_box .cast_data .qa dl dt {
  font-size: 3.25vw;
  padding-left: 2.5vw;
 }

 #profile section .box .cast_data_diary_box .cast_data .qa dl dd {
  font-size: 3.25vw;
  padding-left: 2.5vw;
 }

 #profile section .box .cast_data_diary_box .cast_data .message_box {
  padding-bottom: 5vw;
  border-bottom: #ffdbac 0.25vw solid;
 }

 #profile section .box .cast_data_diary_box .cast_data .message_box .text {
  font-size: 3.25vw;
  max-height: 102.5vw;
  margin-top: 2.5vw;
  padding-right: 2.5vw;
 }

 #profile section .box .cast_data_diary_box .diary_box .diary {
  height: 112.5vw;
  margin-top: 2.5vw;
  padding-bottom: 5vw;
  border-bottom: #ffdbac 0.25vw solid;
 }

 #profile section .box .cast_data_diary_box .diary_box .movie {
  width: 80vw;
  margin: 5vw auto 0;
  padding-bottom: 5vw;
  border-bottom: #ffdbac 0.25vw solid;
 }

 #profile section .box .option_box {
  margin-top: 5vw;
 }

 #profile section .box .option_box ul {
  margin-top: 2.5vw;
 }

 #profile section .box .option_box ul li {
  height: 10vw;
  padding: 0 2.5vw;
  border: #b79671 0.25vw solid;
 }

 #profile section .box .option_box ul li:nth-child(n+2) {
  margin-top: 1.25vw;
 }

 #profile section .box .option_box ul li .yes_or_no {
  font-size: 4vw;
  margin-right: 2.5vw;
 }

 #profile section .box .option_box ul li .o_name {
  font-size: 3.25vw;
  margin-right: 2.5vw;
 }

 #profile section .box .option_box ul li .price {
  font-size: 3.75vw;
 }

 #profile section .other_schedule_box {
  margin-top: 10vw;
 }

 #profile section .other_schedule_box>ul {
  margin-top: 7.5vw;
 }
}

/************ profile ************/

/************ ranking ************/
#ranking section .select_box {
 width: 760px;
 margin: 80px auto 0;
}

#ranking section .select_box ul {
 display: flex;
 justify-content: space-between;
}

#ranking section .select_box ul li {
 font-size: 26px;
 width: 250px;
 text-align: center;
 line-height: 2.308;
}

#ranking section .select_box ul li a {
 color: #000;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #876731 100%);
 width: 100%;
 height: 100%;
 display: block;
}

#ranking section .select_box h3 {
 font-size: 50px;
 background: url(../images/bg_ranking_select.png) no-repeat left top/cover;
 width: 100%;
 height: 100px;
 margin-top: 10px;
 line-height: 2;
}

#ranking section .box {
 margin-top: 20px;
}

#ranking section .box .one_box {
 background: url(../images/bg_ranking_big.png) no-repeat right top 880px/798px 757px;
}

#ranking section .box .one_box:nth-child(n+2) {
 margin-top: 80px;
}

#ranking section .box .one_box .thumb {
 width: 650px;
 height: 868px;
 margin: 0 auto;
 padding: 26px 19px;
 position: relative;
}

/* 2025-10-16 追加 */
#ranking section .box .one_box .thumb .class_icon {
 position: absolute;
 bottom: 20px;
 right: 15px;
 width: 30% !important;
}

#ranking section .box .one_box:first-child .thumb {
 background: url(../images/ranking_flame_no1.png) no-repeat top left/cover;
}

#ranking section .box .one_box:nth-child(2) .thumb {
 background: url(../images/ranking_flame_no2.png) no-repeat top left/cover;
}

#ranking section .box .one_box:nth-child(3) .thumb {
 background: url(../images/ranking_flame_no3.png) no-repeat top left/cover;
}

#ranking section .box .one_box .number {
 width: 700px;
 margin: 10px auto 0;
}

#ranking section .box .one_box .number img {
 width: 100%;
}

#ranking section .box .one_box .data {
 margin-top: 20px;
 padding: 0 50px;
}

#ranking section .box .one_box .data .a_name {
 font-family: 'Playfair Display', serif;
 font-size: 60px;
 letter-spacing: 0.15em;
}

#ranking section .box .one_box .data .name {
 font-size: 30px;
 margin-top: 10px;
}

#ranking section .box .one_box .data .size {
 font-size: 18px;
 margin-top: 10px;
 padding-bottom: 20px;
 border-bottom: #fff 2px solid;
}

#ranking section .box .one_box .data .text {
 font-size: 24px;
 height: 240px;
 margin-top: 20px;
 padding-right: 20px;
 text-align: justify;
 line-height: 1.6;
 overflow: auto;
}

@media screen and (max-width: 800px) {
 #ranking section .select_box {
  width: 95vw;
  margin: 10vw auto 0;
 }

 #ranking section .select_box ul li {
  font-size: 3.25vw;
  width: 31.25vw;
 }

 #ranking section .select_box h3 {
  font-size: 6.25vw;
  height: 12.5vw;
  margin-top: 1.25vw;
 }

 #ranking section .box {
  margin-top: 2.5vw;
 }

 #ranking section .box .one_box {
  background: url(../images/bg_ranking_big.png) no-repeat right top 110vw/99.75vw 94.625vw;
 }

 #ranking section .box .one_box:nth-child(n+2) {
  margin-top: 10vw;
 }

 #ranking section .box .one_box .thumb {
  width: 81.25vw;
  height: 108.5vw;
  padding: 3.25vw 2.375vw;
 }

 #ranking section .box .one_box .number {
  width: 87.5vw;
  margin: 1.25vw auto 0;
 }

 #ranking section .box .one_box .data {
  margin-top: 2.5vw;
  padding: 0 6.25vw;
 }

 #ranking section .box .one_box .data .a_name {
  font-size: 7.5vw;
 }

 #ranking section .box .one_box .data .name {
  font-size: 3.75vw;
  margin-top: 1.25vw;
 }

 #ranking section .box .one_box .data .size {
  font-size: 2.25vw;
  margin-top: 1.25vw;
  padding-bottom: 2.5vw;
  border-bottom: #fff 0.25vw solid;
 }

 #ranking section .box .one_box .data .text {
  font-size: 3vw;
  height: 30vw;
  margin-top: 2.5vw;
  padding-right: 2.5vw;
 }
}

/************ ranking ************/

/************ reserve ************/
#reserve section .box .inner {
 width: 760px;
 margin: 80px auto 0;
 padding: 80px 0 60px;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#reserve section .box form .inner h3 {
 font-size: 40px;
 color: #efe1a0;
 text-align: center;
}

#reserve section .box form .inner .text_01 {
 font-size: 24px;
 margin-top: 60px;
 text-align: center;
 line-height: 2.2;
 letter-spacing: -0.05em;
}

#reserve section .box form .inner .text_01 span {
 color: #efe1a0;
}

#reserve section .box form .inner dl {
 width: 720px;
 margin: 0 auto;
 padding: 20px 10px;
 border-bottom: #4d4230 5px dotted;
}

#reserve section .box form .inner dl dt {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 28px;
 line-height: 1.6;
}

#reserve section .box form .inner dl dt span {
 font-size: 22px;
 color: #f00;
}

#reserve section .box form .inner dl dd {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 26px;
}

#reserve section .box form .inner dl dd.radio {
 margin-top: 20px;
}

#reserve section .box form .inner dl dd select:nth-of-type(n+2) {
 margin-top: 20px;
}

#reserve section .box form .inner dl dd.column select {
 width: 640px;
}

#reserve section .box form .inner dl dd p {
 font-size: 26px;
 line-height: 2;
 letter-spacing: -0.1em;
 white-space: nowrap;
}

#reserve section .box form .inner dl dd label {
 font-size: 26px;
 margin-left: 10px;
 vertical-align: middle;
}

#reserve section .box form .inner dl dd label a {
 color: #f00;
}

#reserve section .box form .inner dl dd label.error {
 font-size: 28px;
 margin-left: 0;
 line-height: 1.4;
}

#reserve section .box form .btn_box {
 margin-top: 60px;
}

#reserve section .box form .btn_box .btn_more {
 margin: 0 auto;
}

#reserve section .box form .btn_box .btn_more:nth-child(2) {
 margin-top: 20px;
}

#reserve #confirm section .box p,
#reserve #complete section .box p {
 font-size: 26px;
 text-align: center;
}

#reserve #confirm section .box form dl {
 padding: 30px 10px 60px;
}

#reserve #confirm section .box form dl dd {
 margin-top: 30px;
}

#reserve #confirm section .box form dl dd ul {
 display: flex;
}

#reserve #confirm section .box form dl dd ul:nth-child(n+2) {
 margin-top: 10px;
}

#reserve #confirm section .box form dl dd ul li:first-child {
 width: 30%;
}

#reserve #confirm section .box form dl dd ul li:last-child {
 width: 70%;
}

#reserve #complete section .box .inner {
 padding: 60px 0 80px;
}

#reserve #complete section .box p {
 line-height: 2.2;
}

#reserve #complete section .box .btn_more {
 margin-top: 60px;
}

@media screen and (max-width: 800px) {
 #reserve section .box .inner {
  width: 95vw;
  margin: 10vw auto 0;
  padding: 10vw 0 7.5vw;
  border: #b79671 0.25vw solid;
 }

 #reserve section .box form .inner h3 {
  font-size: 5vw;
 }

 #reserve section .box form .inner .text_01 {
  font-size: 3vw;
  margin-top: 7.5vw;
 }

 #reserve section .box form .inner dl {
  width: 90vw;
  padding: 2.5vw 1.25vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #reserve section .box form .inner dl dt {
  font-size: 3.5vw;
 }

 #reserve section .box form .inner dl dt span {
  font-size: 2.75vw;
 }

 #reserve section .box form .inner dl dd {
  font-size: 3.25vw;
 }

 #reserve section .box form .inner dl dd.radio {
  margin-top: 2.5vw;
 }

 #reserve section .box form .inner dl dd select:nth-of-type(n+2) {
  margin-top: 2.5vw;
 }

 #reserve section .box form .inner dl dd.column select {
  width: 80vw;
 }

 #reserve section .box form .inner dl dd p {
  font-size: 3.25vw;
 }

 #reserve section .box form .inner dl dd label {
  font-size: 3.25vw;
  margin-left: 1.25vw;
 }

 #reserve section .box form .inner dl dd label.error {
  font-size: 3.5vw;
 }

 #reserve section .box form .btn_box {
  margin-top: 7.5vw;
 }

 #reserve section .box form .btn_box .btn_more:nth-child(2) {
  margin-top: 2.5vw;
 }

 #reserve #confirm section .box p,
 #reserve #complete section .box p {
  font-size: 3.25vw;
 }

 #reserve #confirm section .box form dl {
  padding: 3.75vw 1.25vw 7.5vw;
 }

 #reserve #confirm section .box form dl dd {
  margin-top: 3.75vw;
 }

 #reserve #confirm section .box form dl dd ul:nth-child(n+2) {
  margin-top: 1.25vw;
 }

 #reserve #complete section .box .inner {
  padding: 7.5vw 0 10vw;
 }

 #reserve #complete section .box .btn_more {
  margin-top: 7.5vw;
 }
}

/************ reserve ************/

/************ schedule ************/
#schedule section .date_box {
 margin: 80px 0 10px;
}

#schedule section .date_box ul {
 display: flex;
 justify-content: space-between;
}

#schedule section .date_box ul li {
 font-size: 30px;
 width: 110px;
 text-align: center;
}

#schedule section .date_box ul li a {
 color: #dcd2a8;
 width: 100%;
 height: 100%;
 padding: 10px 0;
 border-top: #dcd2a8 2px solid;
 border-bottom: #dcd2a8 2px solid;
 display: block;
}

#schedule section .date_box ul li.active a {
 color: #ff4d4d;
 border-top: #ff4d4d 2px solid;
 border-bottom: #ff4d4d 2px solid;
}

@media screen and (max-width: 800px) {
 #schedule section .date_box {
  margin: 10vw 0 1.25vw;
 }

 #schedule section .date_box ul li {
  font-size: 3.75vw;
  width: 13.75vw;
 }

 #schedule section .date_box ul li a {
  padding: 1.25vw 0;
  border-top: #dcd2a8 0.25vw solid;
  border-bottom: #dcd2a8 0.25vw solid;
 }

 #schedule section .date_box ul li.active a {
  border-top: #ff4d4d 0.25vw solid;
  border-bottom: #ff4d4d 0.25vw solid;
 }
}

/************ schedule ************/

/************ system ************/
#system section .select_box {
 width: 760px;
 margin: 80px auto 0;
}

#system section .select_box ul {
 display: flex;
 gap: 10px;
 flex-wrap: wrap;
}

#system section .select_box ul li {
 font-size: 30px;
 width: calc(50% - 5px);
 text-align: center;
 line-height: 2.667;
}

#system section .select_box ul li:nth-child(5) {
 width: 100%;
}

#system section .select_box ul li a {
 color: #fff;
 background: linear-gradient(to right, #430101 0%, #a70007 50%, #430101 100%);
 width: 100%;
 height: 100%;
 border: #b79671 1px solid;
 border-image: linear-gradient(-60deg, #aa9f41 0%, #fff499 25%, #cabf62 50%, #fff499 75%, #aa9f41 100%);
 border-image-slice: 4;
 display: block;
}

#system section .box {
 background: #000;
 width: 760px;
 margin: 0 auto;
 padding: 80px 0;
 border: #b79671 2px solid;
 border-image: linear-gradient(-60deg, #b79671 0%, #ffe3ad 50%, #b79671 100%);
 border-image-slice: 2;
}

#system section #price {
 margin-top: 60px;
}

#system section .box h3 {
 font-size: 30px;
 text-align: center;
}

#system section .box h3 span {
 font-family: 'Playfair Display', serif;
 font-size: 50px;
 background: linear-gradient(to right, #876731 0%, #f8efb7 50%, #84632d 100%);
 margin-bottom: 5px;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 letter-spacing: 0.125em;
 display: block;
}

#system section .box h4 {
 font-size: 40px;
 margin-bottom: 40px;
 text-align: center;
}

#system section .box dl {
 width: 720px;
 margin: 0 auto;
 padding: 20px 0 5px;
 border-bottom: #4d4230 5px dotted;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

#system section .box dl dt {
 font-size: 35px;
 padding-left: 30px;
}

#system section .box dl dd {
 font-size: 40px;
 padding-right: 20px;
}

#system section #price .trial,
#system section #price .normal,
#system section #price .other,
#system section #price .appoint {
 margin-top: 80px;
}

#system section #price .trial dl dt,
#system section #price .normal dl dt {
 font-size: 40px;
}

#system section #price .trial dl dd,
#system section #price .normal dl dd {
 font-size: 50px;
 color: #ffdda4;
}

#system section .box .appoint h4 {
 text-align: left;
 width: 720px;
 margin: 0 auto 40px;
 padding: 0 30px;
}

#system section #price .appoint ul {
 width: 720px;
 margin: 0 auto;
 padding: 0 30px;
}

#system section #price .appoint ul li {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10%;
 margin-bottom: 20px;
}

#system section #price .appoint ul li div:first-of-type {
 width: 30%;
}

#system section #price .appoint ul li div:last-of-type {
 width: 60%;
}

#system section #price .appoint ul li h5 {
 font-size: 32px;
 line-height: 1.3;
 margin-bottom: 10px;
}

#system section #price .appoint ul li p {
 font-size: 26px;
}

#system section #price .appoint ul li p span {
 font-size: 40px;
 margin-left: 10px;
}


#system section #option {
 margin-top: 40px;
}

#system section #option h3 {
 margin-bottom: 40px;
}

#system section #option .btn_more {
 width: 500px;
 margin-top: 60px;
 line-height: 2.083;
}

#system section #transportation {
 margin-top: 40px;
}

#system section #transportation dl {
 width: 720px;
 margin: 30px auto 0;
 display: block;
}

#system section #transportation dl dt {
 font-size: 40px;
 padding-left: 30px;
 position: relative;
}

#system section #transportation dl:nth-of-type(-n+5) dt {
 padding-left: 70px;
}

#system section #transportation dl:nth-of-type(-n+5) dt::before {
 content: '◆';
 font-size: 30px;
 position: absolute;
 left: 30px;
 top: 7.5px;
}

#system section #transportation dl:first-of-type dt::before {
 color: #d6d3ff;
}

#system section #transportation dl:nth-of-type(2) dt::before {
 color: #f9d3a6;
}

#system section #transportation dl:nth-of-type(3) dt::before {
 color: #bfd66f;
}

#system section #transportation dl:nth-of-type(4) dt::before {
 color: #a7defd;
}

#system section #transportation dl:nth-of-type(5) dt::before {
 color: #fda39c;
}

#system section #transportation dl dd {
 font-size: 26px;
 padding: 0 0 0 30px;
 line-height: 1.8;
 letter-spacing: -0.125em;
}

#system section #credit {
 margin-top: 20px;
}

#system section #credit p {
 font-size: 26px;
 margin-top: 60px;
 text-align: center;
}

#system section #credit .images {
 width: 725px;
 margin: 60px auto 0;
}

#system section #credit .images img {
 width: 100%;
}

#system section #credit .btn_more {
 width: 500px;
 margin-top: 50px;
 line-height: 80px;
 font-size: 32px;
 height: 80px;
}

#system section #rule {
 margin-top: 40px;
}

#system section #rule .terms {
 font-size: 26px;
 width: 720px;
 margin: 40px auto 0;
 padding-bottom: 40px;
 text-align: center;
 line-height: 1.8;
 letter-spacing: -0.075em;
 border-bottom: #4d4230 5px dotted;
}

#system section #rule .attention {
 font-size: 26px;
 width: 720px;
 margin: 30px auto 0;
 padding: 0 0 40px 10px;
 line-height: 1.8;
 letter-spacing: -0.075em;
 border-bottom: #4d4230 5px dotted;
}

@media screen and (max-width: 800px) {
 #system section .select_box {
  width: 95vw;
  margin: 10vw auto 0;
 }

 #system section .select_box ul {
  gap: 1.25vw;
 }

 #system section .select_box ul li {
  font-size: 3.75vw;
  width: calc(50% - 0.625vw);
 }

 #system section .box {
  width: 95vw;
  padding: 10vw 0;
  border: #b79671 0.25vw solid;
 }

 #system section #price {
  margin-top: 7.5vw;
 }

 #system section .box h3 {
  font-size: 3.75vw;
 }

 #system section .box h3 span {
  font-size: 6.25vw;
  margin-bottom: 0.625vw;
 }

 #system section .box h4 {
  font-size: 5vw;
  margin-bottom: 5vw;
 }

 #system section .box .appoint h4 {
  padding-left: 3.75vw;
 }

 #system section .box dl {
  width: 90vw;
  margin: 0 auto;
  padding: 2.5vw 0 0.625vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #system section .box dl dt {
  font-size: 4.375vw;
  padding-left: 3.75vw;
 }

 #system section .box dl dd {
  font-size: 5vw;
  padding-right: 2.5vw;
 }

 #system section #price .trial,
 #system section #price .normal,
 #system section #price .other,
 #system section #price .appoint {
  margin-top: 10vw;
 }

 #system section #price .trial dl dt,
 #system section #price .normal dl dt {
  font-size: 5vw;
 }

 #system section #price .trial dl dd,
 #system section #price .normal dl dd {
  font-size: 6.25vw;
 }

 #system section .box .appoint h4 {
  text-align: left;
  width: 90vw;
  margin: 0 auto 20px;
 }

 #system section #price .appoint ul {
  width: 85vw;
  margin: 0 auto;
  padding: 0;
 }

 #system section #price .appoint ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7vw;
  margin-bottom: 2.66vw;
 }

 #system section #price .appoint ul li div:first-of-type {
  width: 26.66vw;
 }

 #system section #price .appoint ul li div:last-of-type {
  width: 51.2vw;
 }

 #system section #price .appoint ul li h5 {
  font-size: 4vw;
  line-height: 1.3;
  margin-bottom: 1vw;
 }

 #system section #price .appoint ul li p {
  font-size: 3.2vw;
 }

 #system section #price .appoint ul li p span {
  font-size: 5vw;
  display: inline-block;
 }

 #system section #option {
  margin-top: 5vw;
 }

 #system section #option h3 {
  margin-bottom: 5vw;
 }

 #system section #option .btn_more {
  width: 62.5vw;
  margin-top: 7.5vw;
  line-height: 2.083;
 }

 #system section #transportation {
  margin-top: 5vw;
 }

 #system section #transportation dl {
  width: 90vw;
  margin: 3.75vw auto 0;
 }

 #system section #transportation dl dt {
  font-size: 5vw;
  padding-left: 3.75vw;
 }

 #system section #transportation dl:nth-of-type(-n+5) dt {
  padding-left: 8.75vw;
 }

 #system section #transportation dl:nth-of-type(-n+5) dt::before {
  font-size: 3.75vw;
  left: 3.75vw;
  top: 7.5px;
 }

 #system section #transportation dl dd {
  font-size: 3.25vw;
  padding: 0 0 0 3.75vw;
 }

 #system section #credit {
  margin-top: 2.5vw;
 }

 #system section #credit p {
  font-size: 3.25vw;
  margin-top: 7.5vw;
 }

 #system section #credit .images {
  width: 90.625vw;
  margin: 7.5vw auto 0;
 }

 #system section #credit .btn_more {
  width: 62.5vw;
  font-size: 4vw;
  height: 10vw;
  line-height: 10vw;
  margin: 6.25vw auto 0;
 }

 #system section #rule {
  margin-top: 5vw;
 }

 #system section #rule .terms {
  font-size: 3.25vw;
  width: 90vw;
  margin: 5vw auto 0;
  padding-bottom: 5vw;
  border-bottom: #4d4230 0.625vw dotted;
 }

 #system section #rule .attention {
  font-size: 3.25vw;
  width: 90vw;
  margin: 3.75vw auto 0;
  padding: 0 0 5vw 1.25vw;
  border-bottom: #4d4230 0.625vw dotted;
 }
}

/************ system ************/

/************ waiting ************/
#waiting .cast_box {
 margin-top: 80px;
}

@media screen and (max-width: 1400px) {
 #waiting .cast_box {
  margin-top: 10vw;
 }
}

/************ waiting ************/

/**** クラスアイコン ****/
.class_icon {
 position: absolute;
 bottom: 5px;
 right: 5px;
 width: 30% !important;
}

.x {
    padding: 1rem;
}
#top #fixed_btn > div:nth-child(2){
  width: 15vw;        
  margin-top: 6.25vw;  
}

#top #fixed_btn > div:nth-child(2) a img{
  width: 100%;
  height: auto;
  display: block;
}