* {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 220px) {
  .container {
    margin: 0 1.5%;
    width: 97%;
  }
}
@media (min-width: 220px) {
  .sp_br {
    display: block;
  }

  .tab_br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .sp_br {
    display: inline;
  }

  .tab_br {
    display: block;
  }
}
.wrapper {
  position: relative;
}

.main {
  background-color: rgba(0, 0, 0, 0.7);
  width: 99vw;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 20s infinite;
  background-size: cover;
}

@media (min-width: 220px) {
  .bg.st1 {
    background-image: url(../img/kv_slide_sp1.jpg);
  }

  .bg.st2 {
    background-image: url(../img/kv_slide_sp2.jpg);
    animation-delay: 5s;
  }

  .bg.st3 {
    background-image: url(../img/kv_slide_sp3.jpg);
    animation-delay: 10s;
  }

  .bg.st4 {
    background-image: url(../img/kv_slide_sp1.jpg);
    animation-delay: 15s;
  }
}
@media (min-width: 768px) {
  .bg.st1 {
    background-image: url(../img/kv_slide1.jpg);
  }

  .bg.st2 {
    background-image: url(../img/kv_slide2.jpg);
    animation-delay: 5s;
  }

  .bg.st3 {
    background-image: url(../img/kv_slide3.jpg);
    animation-delay: 10s;
  }

  .bg.st4 {
    background-image: url(../img/kv_slide1.jpg);
    animation-delay: 15s;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

ul {
  list-style-type: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/*-----------------------index------------------------*/
/*-----------------------index------------------------*/
#index {
  background-color: #000000;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}

.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

.limit_icon {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}

.bnr img {
  width: 100%;
  max-width: 468px;
  height: auto;
}
.bnr a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}

@media (min-width: 220px) {
  .index_outer {
    margin: 0 auto;
  }
  .index_outer .main_logo h1 {
    width: 121px;
    margin: 0 auto;
  }
  .index_outer .p_index {
    margin-top: 20px;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.66;
    text-align: center;
    letter-spacing: 0.16rem;
  }
  .index_outer .index_df {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .index_outer .index_df a {
    width: 40.45%;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #fefefe;
    letter-spacing: 0.1rem;
    transition: 0.4s;
    border: 2px solid #daaf08;
  }
  .index_outer .index_df a:nth-of-type(2) {
    margin-left: 10px;
  }
  .index_outer .index_df a:hover {
    color: #fefefe;
    background-color: #000000;
    border: 2px solid #fefefe;
  }
}
@media (min-width: 768px) {
  .index_outer {
    width: 660px;
    margin: 0 auto;
  }
  .index_outer .main_logo h1 {
    width: 200px;
    margin: 0 auto;
  }
  .index_outer .p_index {
    margin-top: 10px;
    font-size: 18px;
  }
  .index_outer .index_df {
    margin-top: 40px;
  }
  .index_outer .index_df a {
    width: 260px;
    line-height: 70px;
    font-size: 20px;
  }
}
@media (min-width: 220px) {
  .header {
    padding: 95px 0 31px 0;
    height: 290px;
  }
  .header .top_title_logo {
    width: 114px;
    margin: 0 auto;
  }
  .header .top_title_logo a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }
  .header .top_title_sentence {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 267px;
  }
  .header .header_info_outer {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .header .header_info_outer a:hover{
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }
}
.main_logo {
    margin-top: 20px;
  }
@media (min-width: 220px) and (min-width: 220px) {
  .main .section_title {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    color: #fefefe;
    text-shadow: 0px 1px 2px #000000, 0px -1px 2px #000000, 1px 0px 2px #000000,
      -1px 0px 2px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000,
      2px 0px 2px #000000, -2px 0px 2px #000000;
  }
  .main .section_title .title_black {
    color: #000000;
  }
  .main .section_title.title_new {
    width: 145px;
    height: 38px;
  }
  .main .section_title.title_newcomer {
    width: 90px;
    height: 37px;
  }
  .main .section_title.title_schedule {
    width: 87px;
    height: 37px;
  }
  .main .section_title.title_price {
    width: 89px;
    height: 37px;
  }
  .main .section_title.title_access {
    width: 140px;
    height: 35px;
  }
  .main .section_title.title_castlist {
    width: 59.84%;
    width: 191.5px;
    height: 38px;
  }
  .main .section_title::before {
    position: absolute;
    top: 15px;
    left: -65px;
    content: "";
    background-image: url("../img/title_bar_left_white.png");
    width: 58px;
    height: 8px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }
  .main .section_title.title_black::before {
    background-image: url("../img/title_bar_left_black.png");
  }
  .main .section_title.title_black::after {
    background-image: url("../img/title_bar_right_black.png");
  }
  .main .section_title::after {
    position: absolute;
    top: 15px;
    right: -65px;
    content: "";
    background-image: url("../img/title_bar_right_white.png");
    width: 58px;
    height: 8px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  }
  .main .castlist .section_title::before {
    left: -55px;
    width: 42.5px;
  }
  .main .castlist .section_title::after {
    width: 42.5px;
    right: -55px;
  }
}
@media (min-width: 220px) {
  .main .new {
    padding-top: 70px;
  }
  .main .new .video_outer {
    width: 100%;
    height: 50vw;
    margin: 0 auto;
    margin-top: 25px;
    background-color: transparent;
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 56.3%;

    height: 0;
    overflow: hidden;
  }
  .main .new .video_outer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .new .video_outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .newcomer {
    padding-top: 70px;
  }
  .main .newcomer .center_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
  }
  .main .newcomer .top_title {
    font-family: "Agency FB";
    font-size: 80px;
    color: #000;
  }
  .main .newcomer .schedule_cnt ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main .newcomer .schedule_table .cast_thumb {
    width: 31%;
    margin: 0 1% 10px 1%;
    position: relative;
    background-color: transparent;
  }
  .main .newcomer .schedule_table .cast_thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .main .newcomer .schedule_table .cast_thumb:nth-of-type(3n) {
    //margin-right: 0;
  }
  .main .newcomer .schedule_cnt ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  .main .newcomer .top_title {
    font-size: 150px;
  }
  .main .newcomer .schedule_table li {
    overflow: hidden;
  }
  .main .newcomer .schedule_table li .photo_img {
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
  }
  .main .newcomer .schedule_table li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  .main .newcomer .cast_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*line-height: 8vw;*/
    height: 29px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .newcomer .cast_name span {
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .main .newcomer .cast_icon {
    position: absolute;
    right: 0;
    /*bottom: 8.3vw;*/
    bottom: 29px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .main .newcomer .icon_mark {
    line-height: 13px;
    width: 33.33%;
  }

  .schedule {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .schedule .syukkin {
    position: relative;
    z-index: 1;
  }
  .schedule .syukkin .day {
    max-width: 375px;
    margin: 40px auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule .syukkin .day li {
    margin-right: 20px;
    margin-right: 3.22%;
    width: 22%;
  }
  .schedule .syukkin .day li:last-of-type {
    margin-right: 0;
  }
  .schedule .syukkin .day li a {
    display: block;
    width: 70px;
    height: 56px;
    background: url(../img/day_white.png) no-repeat center/contain;
    text-align: center;
    box-sizing: border-box;
    color: #fefefe;
    font-size: 12px;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .schedule .syukkin .day li a:hover {
    background: url(../img/day_red.png) no-repeat center/contain;
    color: #e00019;
  }
  .schedule .syukkin .day li.active a {
    background: url(../img/day_red.png) no-repeat center/contain;
    color: #e00019;
  }
  .schedule .syukkin .day li a span {
    display: block;
    margin-top: 6px;
  }
  .schedule .syukkin .photo {
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .schedule .syukkin .photo li {
    width: 31%;
    margin: 0 1% 10px 1%;
    position: relative;
    overflow: hidden;
  }
  .schedule .syukkin .photo li:nth-of-type(3n) {
    //margin-right: 0;
  }
  .schedule .syukkin .photo li .photo_img {
    transition: 0.5s;
    object-fit: cover;
  }
  .schedule .syukkin .photo li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  .schedule .syukkin .photo li a {
    display: block;
    height: 100%;
  }
  .schedule .syukkin .photo li a img {
    height: 100%;
  }
  .schedule .syukkin .photo li .member {
    width: 100%;
    position: absolute;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.6);
  }
  .schedule .syukkin .photo li .icon {
    position: absolute;
    bottom: 82px;
    left: 5px;
  }
  .schedule .cast_icon {
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .schedule .icon_mark {
    width: 33.33%;
  }
  .schedule .syukkin .photo li .member p.name {
    color: #fefefe;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .schedule .syukkin .photo li .time {
    color: #fefefe;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: black;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .schedule .syukkin .center_box {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 100px;
    text-align: center;
  }
  .schedule .syukkin .cast_btn_outer {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 270px;
    background-color: #fefefe;
  }
  .schedule .syukkin .cast_btn_outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
    transition: 0.3s;
    border: 2px solid #fefefe;
    background-color: #fefefe;
  }
  .schedule .syukkin .cast_btn_outer a:hover {
    color: #fefefe;
    background-color: #000000;
    border: 2px solid #fefefe;
  }

  .price {
    padding: 70px 0 72.5px 0;
    background-color: #fefefe;
  }
  .price .price_box {
    margin: 0 auto;
    padding-bottom: 30px;
    border: 2px solid #000000;
    border-top: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .price .price_box:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .price .price_box .price_h3 {
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #fefefe;
    background-color: #000000;
  }
  .price .price_box .price_bold {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .price .price_box .price_sentence {
    font-size: 15px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    color: #000000;
  }
  .price .price_box_sentensence {
    font-size: 16px;
    letter-spacing: 0.1rem;
    color: #000000;
    line-height: 1.5;
    text-align: center;
  }

  .access {
    padding: 70px 0 70px 0;
  }
  .access .map_img {
    margin-bottom: 25px;
  }
  .access .map_outer {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 310px;
    border: none;
  }
  .access iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .access .google_btn_outer {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 270px;
    background-color: #fefefe;
  }
  .access .google_btn_outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
    transition: 0.3s;
    border: 2px solid #fefefe;
  }
  .access .google_btn_outer a:hover {
    color: #fefefe;
    background-color: #000000;
    border: 2px solid #fefefe;
  }

  .footer {
    text-align: center;
    width: 100%;
    height: 280px;
    padding-bottom: 120px;
    position: relative;
    background-color: #000000;
  }
  .footer .footer_logo_outer a:hover {
    opacity: 0.5; 
    cursor: pointer; 
    transition: 0.6s;
  }
  .footer .footer_logo_outer img {
    max-width: 279px;
    height: auto;
    margin-top: 30px;
  }
  .footer address {
    font-family: "Crimson Text", serif;
    color: #fefefe;
    margin-top: 30px;
    font-size: 12px;
    font-style: unset;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }

  .marquee {
    width: 100%;
  }

  .fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 998;
  }

  .footer_fixed {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #000000;
  }

  #reserve_btn {
    display: flex;
    max-width: 880px;
    padding: 0 10px;
    margin: 0 auto;
    justify-content: space-between;
  }

  #reserve_btn a {
    width: 48%;
    max-width: 400px;
    font-size: 1.8rem;
  }

  #reserve_btn a:hover {
    opacity: 0.5;
    tansition: 0.3s;
    cursor: pointer;
  }

  .footer_fixed a.btn-c {
    position: relative;
    padding: 0.7rem 3rem 1rem 3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 2%;
    text-align: center;
    margin: 10px 0;
    color: #fff;
    border-radius: 0;
    border: 1px solid #ffffff;
  }

  .btn_tell, a.btn_tell, button.btn_tell {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
  }

  #reserve_btn img {
    width: 25px;
    position: absolute;
    left: 5%;
    top: 10px;
    max-width: 25px;
  }

  .news-text {
    width: 100%;
    height: 50px;
    background: #000000;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .news-text .content {
    display: flex;
    margin: auto;
    max-width: 860px;
    text-align: center;
    height: 50px;
    align-items: center;
    color: white;
    letter-spacing: 0.25rem;
  }

  .news-text h3 {
    margin: 0 20px 0 0px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.25rem;
  }

  marquee {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 110px 0 60px 0;
    height: 330px;
  }
  .header .top_title_logo {
    width: 114px;
    margin: 0 auto;
  }
  .header .top_title_logo a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }
  .header .top_title_sentence {
    margin: 0 auto;
    margin-top: 61px;
    width: 539px;
    max-width: unset;
  }
  .header .header_info_outer {
    width: 288px;
    top: 40px;
    left: 40px;
  }
  .header .header_info_outer a:hover{
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main .section_title {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 40px;
    letter-spacing: 0.3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    color: #fefefe;
    text-shadow: 0px 1px 2px #000000, 0px -1px 2px #000000, 1px 0px 2px #000000,
      -1px 0px 2px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000,
      2px 0px 2px #000000, -2px 0px 2px #000000;
  }
  .main .section_title .title_black {
    color: #000000;
  }
  .main .section_title.title_new {
    width: 194px;
    height: 38px;
  }
  .main .section_title.title_newcomer {
    width: 90px;
    height: 37px;
  }
  .main .section_title.title_schedule {
    width: 87px;
    height: 37px;
  }
  .main .section_title.title_price {
    width: 89px;
    height: 37px;
  }
  .main .section_title.title_access {
    width: 187px;
    height: 35px;
  }
  .main .section_title.title_castlist {
    width: 295px;
    height: 38px;
  }
  .main .section_title::before {
    position: absolute;
    top: 15px;
    left: -136px;
    content: "";
    background-image: url("../img/title_bar_left_white.png");
    width: 116px;
    height: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main .section_title.title_black::before {
    background-image: url("../img/title_bar_left_black.png");
  }
  .main .section_title.title_black::after {
    background-image: url("../img/title_bar_right_black.png");
  }
  .main .section_title::after {
    position: absolute;
    top: 15px;
    right: -136px;
    content: "";
    background-image: url("../img/title_bar_right_white.png");
    width: 116px;
    height: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .main .new {
    padding-top: 108px;
  }
  .main .new .slick-slider {
    max-width: 920px;
  }
  .main .new .video_outer {
    max-width: 920px;
    height: 380px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: transparent;
    padding-bottom: 380px;
    padding-bottom: 518px;
  }
  .main .newcomer {
    padding-top: 100px;
  }
  .main .newcomer .center_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
  }
  .main .newcomer .top_title {
    font-family: "Agency FB";
    font-size: 80px;
    color: #000;
  }
  .main .newcomer .schedule_cnt ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .main .newcomer .schedule_table .cast_thumb {
    width: 31.89%;
    margin: 0 2.06% 10px 0px;
    position: relative;
  }
  .main .newcomer .schedule_cnt ul::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .main .newcomer .top_title {
    font-size: 150px;
  }
  .main .newcomer .schedule_cnt ul {
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
  }
  .main .newcomer .schedule_table .cast_thumb {
    //width: 18.75%;
    width: 240px;
    height: auto;
    margin: 0 8px 18px 8px;
    position: relative;
    overflow: hidden;
  }
  .main .newcomer .schedule_table .cast_thumb:nth-of-type(3n) {
    //margin-right: 1.55%;
  }
  .main .newcomer .schedule_table li {
    overflow: hidden;
  }
  .main .newcomer .schedule_table li .photo_img {
    transition: 0.5s;
    object-fit: cover;
  }
  .main .newcomer .schedule_table li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  .main .newcomer .schedule_table li:nth-of-type(5n) {
    //margin-right: 0;
  }
  .main .newcomer .cast_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
  }
  .main .newcomer .cast_name span {
    padding-left: 18px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .main .newcomer .cast_icon {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
  }
  .main .newcomer .icon_mark {
    width: 60px;
    height: 24px;
    margin-bottom: 8px;
  }
  .main .newcomer .center_box {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 100px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .schedule {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .schedule .syukkin {
    position: relative;
    z-index: 1;
  }
  .schedule .syukkin .day {
    max-width: 1020px;
    margin: 60px auto 60px;
    display: flex;
  }
  .schedule .syukkin .day li {
    margin-right: 20px;
    width: unset;
    margin-right: 1.96%;
    width: 12.3%;
  }
  .schedule .syukkin .day li:last-of-type {
    margin-right: 0;
  }
  .schedule .syukkin .day li a {
    display: block;
    width: 100%;
    height: 100px;
    background: url(../img/day_white.png) no-repeat center/contain;
    text-align: center;
    box-sizing: border-box;
    color: #fefefe;
    font-size: 18px;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .schedule .syukkin .day li a:hover {
    background: url(../img/day_red.png) no-repeat center/contain;
    color: #e00019;
  }
  .schedule .syukkin .day li.active a {
    background: url(../img/day_red.png) no-repeat center/contain;
    color: #e00019;
  }
  .schedule .syukkin .day li a span {
    display: block;
    margin-top: 6px;
  }
  .schedule .syukkin .photo {
    max-width: 1280px;
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .schedule .syukkin .photo li {
    width: 18.75%;
    height: auto;
    margin: 0 1.56% 1.56% 0;
    position: relative;
    overflow: hidden;
  }
  .schedule .syukkin .photo li img:hover {
    transform: scale(1.1);
    overflow: hidden;
    cursor: pointer; 
    transition: 0.5s;
    object-fit: cover;
  }
  .schedule .syukkin .photo li:nth-of-type(3n) {
   // margin-right: 1.56%;
  }
  .schedule .syukkin .photo li .photo_img {
    transition: 0.5s;
    object-fit: cover;
  }
  .schedule .syukkin .photo li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: 0.5s;
    object-fit: cover;
  }
  .schedule .syukkin .photo li:nth-of-type(5n) {
    margin-right: 0;
  }
  .schedule .syukkin .photo li a {
    display: block;
  }
  
  .schedule .syukkin .center_box {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 100px;
    text-align: center;
  }
  .schedule .syukkin .cast_btn_outer {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 800px;
    background-color: #fefefe;
  }
  .schedule .syukkin .cast_btn_outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 78px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
    transition: 0.3s;
    border: 2px solid #fefefe;
  }
  .schedule .syukkin .cast_btn_outer a:hover {
    color: #fefefe;
    color: #fefefe;
    background-color: #000000;
    border: 2px solid #fefefe;
    text-shadow: 0 0 3px grey;
  }
  .price {
    padding: 100px 0 100px 0;
    background-color: #fefefe;
  }
  .price .price_box {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 30px;
    border: 2px solid #000000;
    border-top: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .price .price_box:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .price .price_box .price_h3 {
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #fefefe;
    background-color: #000000;
  }
  .price .price_box .price_bold {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    margin-bottom: 15px;
  }
  .price .price_box .price_bold span {
    margin-left: 35px;
  }
  .price .price_box .price_sentence {
    font-size: 16px;
    letter-spacing: 0.1rem;
    color: #000000;
  }
  .price .price_box_sentensence {
    font-size: 16px;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
  }

  .access {
    padding: 100px 0 200px 0;
  }
  .access .map_img_outer {
    max-width: 1280px;
    margin: 0 auto;
  }
  .access .map_img_outer ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .access .map_img {
    width: 49.21%;
    height: 340px;
    margin-right: 20px;
  }
  .access .map_img:nth-of-type(2) {
    margin-right: 0;
  }
  .access .map_outer {
    max-width: 1280px;
    padding-bottom: 340px;
  }
  .access .google_btn_outer {
    margin-top: 80px;
    max-width: 400px;
  }
  .access .google_btn_outer a {
    line-height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 601px) {
  .schedule .syukkin .photo li .member {
    width: 100%;
    height: 68px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .schedule .syukkin .photo li .member {
    padding-left: 18px;
    padding-top: 5px;
  }
  .schedule .syukkin .photo li .icon {
    position: absolute;
    bottom: 82px;
    left: 5px;
  }
  .schedule .cast_icon {
    position: absolute;
    right: 0;
    bottom: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .schedule .syukkin .icon_mark {
    width: 60px;
    height: 24px;
    margin-bottom: 8px;
  }
  .schedule .syukkin .photo li .member p.name {
    font-size: 16px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1rem;
    text-align: left;
  }
  .schedule .syukkin .photo li .time {
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: unset;
    text-align: left;
    position: absolute;
    bottom: 10px;
    padding-left: 18px;
  }
}

@media (min-width: 768px) {
  .footer {
    height: 360px;
  }
  .footer .footer_logo_outer a:hover {
    opacity: 0.5; 
    cursor: pointer; 
    transition: 0.6s;
  }
  .footer .footer_logo_outer img {
    max-width: unset;
    width: 387px;
    height: 102px;
    margin-top: 48px;
  }
  .footer address {
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 998;
  }

  .news-text {
    width: 100%;
    height: 50px;
    background: #000000;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .news-text .content {
    display: flex;
    margin: auto;
    max-width: 860px;
    text-align: center;
    height: 50px;
    align-items: center;
    color: white;
  }

  .news-text h3 {
    margin: 0 20px 0 0px;
    font-weight: bold;
    font-size: 18px;
  }

  marquee {
    font-size: 18px;
  }
}
@media (min-width: 220px) {
  .main .castlist {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main .castlist .schedule_cnt ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .main .castlist .schedule_cnt ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  .main .castlist .schedule_table .cast_thumb {
    width: 31%;
    margin: 0 1% 10px 1%;
    height: auto;
    position: relative;
  }
  .main .castlist .schedule_table .cast_thumb:nth-of-type(3n) {
    //margin-right: 0px;
  }
  .main .castlist .schedule_table li {
    overflow: hidden;
  }
  .main .castlist .schedule_table li .photo_img {
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
  }
  .main .castlist .schedule_table li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  .cast_info_outer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .main .castlist .cast_name {
    /*    position: absolute;
    bottom: 0;
    width: 100%;
    /*line-height: 8vw;
    height: 29px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
*/
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    /* line-height: 8vw; */
    height: 29px;
    background-color: rgba(0, 0, 0, 0.6);
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .castlist .cast_name span {
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .main .castlist .cast_icon {
    /*    position: absolute;
    right: 0;
    /*bottom: 8vw;
    bottom: 29px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;*/
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 8vw; */
    /* bottom: 29px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 100;
  }
  .main .castlist .icon_mark {
    line-height: 13px;
    width: 33.33%;
    height: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main .section_title {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 40px;
    letter-spacing: 0.3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    color: #fefefe;
    text-shadow: 0px 1px 2px #000000, 0px -1px 2px #000000, 1px 0px 2px #000000,
      -1px 0px 2px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000,
      2px 0px 2px #000000, -2px 0px 2px #000000;
  }
  .main .section_title .title_black {
    color: #000000;
  }
  .main .section_title.title_new {
    width: 194px;
    height: 38px;
  }
  .main .section_title.title_newcomer {
    width: 90px;
    height: 37px;
  }
  .main .section_title.title_schedule {
    width: 87px;
    height: 37px;
  }
  .main .section_title.title_price {
    width: 89px;
    height: 37px;
  }
  .main .section_title.title_access {
    width: 187px;
    height: 35px;
  }
  .main .section_title.title_castlist {
    width: 295px;
    height: 38px;
  }
  .main .section_title::before {
    position: absolute;
    top: 15px;
    left: -136px;
    content: "";
    background-image: url("../img/title_bar_left_white.png");
    width: 116px;
    height: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main .section_title.title_black::before {
    background-image: url("../img/title_bar_left_black.png");
  }
  .main .section_title.title_black::after {
    background-image: url("../img/title_bar_right_black.png");
  }
  .main .section_title::after {
    position: absolute;
    top: 15px;
    right: -136px;
    content: "";
    background-image: url("../img/title_bar_right_white.png");
    width: 116px;
    height: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .main .castlist {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .main .castlist .center_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
  }
  .main .castlist .top_title {
    font-family: "Agency FB";
    font-size: 80px;
    color: #000;
  }
  .main .castlist .schedule_cnt ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .main .castlist .schedule_table .cast_thumb {
    width: 31.89%;
    margin: 0 2.06% 10px 0px;
    position: relative;
  }
  .main .castlist .schedule_cnt ul::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .main .castlist .top_title {
    font-size: 150px;
  }
  .main .castlist .schedule_cnt ul {
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
  }
  .main .castlist .schedule_table .cast_thumb {
    width: 200px;
    height: 300px;
    margin: 0 6.5px 15px 6.5px;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .main .castlist .schedule_table .cast_thumb:nth-of-type(4n + 1) {
    //margin-left: 0px;
  }
  .main .castlist .schedule_table li {
    overflow: hidden;
  }
  .main .castlist .schedule_table li .photo_img {
    transition: 0.5s;
    object-fit: cover;
  }
  .main .castlist .schedule_table li .photo_img:hover {
    transform: scale(1.1);
    overflow: hidden;
  }
  .main .castlist .schedule_table li:nth-of-type(5n) {
    //margin-right: 0;
  }
  .main .castlist .cast_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
  }
  .main .castlist .cast_name span {
    padding: 13px 0 13px 18px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .main .castlist .cast_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main .castlist .icon_mark {
    width: 60px;
    height: 24px;
    margin-bottom: 8px;
  }
  .main .castlist .center_box {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 100px;
    text-align: center;
  }
}

@media (min-width: 220px) {
  #profile .main .profile {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  #profile .main .section_title {
    display: inline-block;
    margin-bottom: 50px;
  }
  #profile .main .cast_img_li {
    margin-right: 4px;
    width: 18vw;
  }
  #profile .main .cast_img_li:nth-of-type(5) {
    margin-right: 0px;
  }
  #profile .main .cast_detail .table {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #fefefe;
    border: 1px solid #000000;
    text-align: left;
  }
  #profile .main .cast_detail th {
    border: 1px solid #000000;
    border-top: unset;
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #fce5e8;
  }
  #profile .main .cast_detail td {
    display: block;
    padding: 9px 20px;
    line-height: 1.66;
    font-size: 16px;
    color: #000000;
    border: 1px solid #000000;
    border-top: unset;
  }
  #profile .main .cast_detail .dairy_btn_outer {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 270px;
    background-color: #fefefe;
  }
  #profile .main .cast_detail .dairy_btn_outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
    transition: 0.3s;
  }
  #profile .main .cast_detail .dairy_btn_outer a:hover {
    color: #fefefe;
    text-shadow: 0 0 3px grey;
  }
  #profile .main .video_outer {
    width: 100%;
    height: 50vw;
    margin: 0 auto;
    margin-top: 25px;
    /*background-color: #fefefe;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
  }

  #profile .main .video_outer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #profile .main .video_outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #profile .main .profile-bottom {
    margin-top: 50px;
    padding: 30px 0px;
    padding-bottom: 50px;
    background-color: #fefefe;
  }
  #profile .main .profile-bottom .profile-syukkin {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  #profile .main .profile-bottom .text-wa.syu-ttl {
    font-size: 30px;
    letter-spacing: 0.4rem;
  }
  #profile .main .profile-bottom th {
    position: relative;
    display: block;
    padding: 7px 35px;
    font-size: 15px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  #profile .main .profile-bottom th:last-of-type {
    border-bottom: 1px solid #000000;
  }
  #profile .main .profile-bottom th::after {
    content: "|";
    position: absolute;
    right: 12px;
    top: 6px;
  }
  #profile .main .profile-bottom td {
    width: 100%;
    display: block;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 7px 35px;
    font-size: 15px;
  }
  #profile .main .profile-bottom td:last-of-type {
    border-bottom: 1px solid #000000;
  }
  #profile .main .profile-bottom thead tr {
    width: 150px;
  }
  #profile .main .profile-bottom tbody tr {
    width: calc(100% - 150px);
  }
  #profile .main .profile .cast_detail th {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  #profile .main .profile {
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
  }
  #profile .main .profile .section_title {
    display: inline-block;
  }
  #profile .main .profile .cast_profile_outer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #profile .main .profile .cast_img_outer {
    width: 45%;
  }
  #profile .main .profile .cast_img_main {
    height: auto;
  }
  #profile .main .profile .cast_img_list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  #profile .main .profile .cast_img_list .cast_img_li {
    width: 96px;
    height: 168px;
    margin-right: 10px;
  }
  #profile .main .profile .cast_img_list .cast_img_li:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }
  #profile .main .profile .cast_img_list .cast_img_li:nth-of-type(5) {
    margin-right: 0px;
  }
  #profile .main .profile .cast_detail {
    margin-left: 20px;
    width: calc(55% - 20px);
  }
  #profile .main .profile .cast_detail .table {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #fefefe;
    border: 1px solid #000000;
    text-align: left;
  }
  #profile .main .profile .cast_detail th {
    display: table-cell !important;
    border: 1px solid #000000;
    width: 180px;
    width: 30%;
    height: 48px;
    padding: 18px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #fce5e8;
    line-height: 1.875;
    letter-spacing: -2px;
  }
  #profile .main .profile .cast_detail td {
    display: table-cell !important;
    width: 360px;
    width: 70%;
    height: 48px;
    padding: 18px 10px;
    line-height: 1.875;
    font-size: 16px;
    color: #000000;
    border: 1px solid #000000;
  }
  #profile .main .profile .cast_detail .comment_manager {
    padding-bottom: 62px;
  }
  #profile .main .profile .cast_detail .comment_cast {
    padding-bottom: 62px;
  }
  #profile .main .profile .cast_detail .dairy_btn_outer {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 100%;
    background-color: #fefefe;
  }
  #profile .main .profile .cast_detail .dairy_btn_outer a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 78px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #000000;
    text-align: center;
    transition: 0.3s;
    border: 2px solid #fefefe;
  }
  #profile .main .profile .cast_detail .dairy_btn_outer a:hover {
    color: #fefefe;
    text-shadow: 0 0 3px grey;
    color: #fefefe;
    background-color: #000000;
    border: 2px solid #fefefe;
  }
  #profile .main .profile .video_outer {
    max-width: 920px;
    height: 380px;
    margin: 0 auto;
    margin-top: 60px;
    /*background-color: #fefefe;*/
    padding-bottom: 518px;
  }
  #profile .main .profile .profile-bottom {
    margin-top: 60px;
    padding: 30px 60px;
    background-color: #fefefe;
  }
  #profile .main .profile .profile-bottom .profile-syukkin {
    display: table !important;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 18px;
    border: 2px solid #000000;
  }
  #profile .main .profile .profile-bottom .text-wa.syu-ttl {
    font-size: 22px;
    letter-spacing: 0.4rem;
  }
  #profile .main .profile .profile-bottom th {
    display: table-cell !important;
    padding: 16px 0;
    font-size: 18px;
    border: 2px solid #000000;
    width: 156px;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  #profile .main .profile .profile-bottom th::after {
    content: "";
  }
  #profile .main .profile .profile-bottom td {
    display: table-cell !important;
    width: unset;
    padding: 30px 0;
    font-size: 18px;
    border: 2px solid #000000;
  }
  #profile .main .cast_detail th {
    padding: 13px 10px;
  }
  #profile .main .cast_detail td {
    padding: 9px 10px;
  }
}
/*btn*/
@media (min-width: 220px) {
  #nav_toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    display: inline-block;
    height: 31px;
    z-index: 10000;
  }
  #nav_toggle:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }

  #nav_toggle div {
    position: relative;
  }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #000000;
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 2px;
  }

  #nav_toggle span:nth-child(2) {
    top: 9px;
  }

  #nav_toggle span:nth-child(3) {
    top: 16px;
  }

  /*btn open*/
  .open #nav_toggle span {
    background: #000000;
  }

  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    background-color: white;
    opacity: 0.9;
  }

  input::placeholder {
    color: #d3d3d3;
  }

  textarea::placeholder {
    color: #d3d3d3;
  }
}
@media (min-width: 768px) {
  #nav_toggle {
    top: 39px;
    right: 39px;
    width: 40px;
  }

  #nav_toggle:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
  }

  #nav_toggle span {
    height: 4px;
  }

  #nav_toggle span:nth-child(1) {
    top: -2px;
  }

  #nav_toggle span:nth-child(2) {
    top: 9px;
  }

  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
}
.header_nav_sp {
  display: none;
}

.header_menu {
  display: none;
}

.header_info {
  display: none;
}

@media (min-width: 220px) {
  .header_nav_sp {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    overflow: auto;
    height: 100vh;
  }
  .header_nav_sp .container {
    margin-top: 67px;
    margin-left: 30px;
    height: 100vh;
  }

  .header_nav_sp_logo {
    font-size: 25px;
    letter-spacing: 0.2rem;
    font-weight: 900;
    line-height: 1.36;
    font-family: "Crimson Text", serif;
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000;
  }
  .header_nav_sp_logo span {
    font-family: "Crimson Text", serif;
  }

  .menu_sp_inner {
    margin-top: 50px;
    padding-bottom: 5rem;
  }
  .menu_sp_inner .menu_sp_li {
    margin-top: 30px;
  }
  .menu_sp_inner .menu_sp_li:nth-of-type(1) {
    margin-top: 0;
  }
  .menu_sp_inner .menu_sp_li a {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #515151;
  }
  .header_nav_sp .menu_sp_inner .menu_sp_li a:hover {
    color: #ffd642;
    text-decoration: none;
    cursor: pointer;
    transition: 0.6s;
  }
  .cast-card-prof .name{
    margin-bottom: 7px;
  }
  .cast-card-prof .card-schedule{
    margin-top: 7px;
  }
  .cast-card-prof .cast-tag-parent .cast-tag-child{
    font-size: 11px;
    padding: 2px 4px 3px;
  }
}
@media (min-width: 768px) {
  .header_nav_sp .container {
    margin-top: 160px;
    margin-left: 200px;
    margin-top: 15.23vh;
    margin-left: 11.9%;
    height: 100vh;
  }
  .header_nav_sp .header_nav_sp_logo {
    font-size: 30px;
  }
  .header_nav_sp .header_nav_sp_logo span {
    font-family: "Crimson Text", serif;
  }
  .header_nav_sp .menu_sp_inner {
    margin-top: 138px;
    margin-top: 9.52vh;
    padding-bottom: 5rem;
  }
  .header_nav_sp .menu_sp_inner .menu_sp_li {
    margin-top: 40px;
    margin-top: 3.8vh;
  }
  .header_nav_sp .menu_sp_inner .menu_sp_li:nth-of-type(1) {
    margin-top: 0;
  }
  .header_nav_sp .menu_sp_inner .menu_sp_li a {
    font-size: 30px;
  }

  .top_btn {
    width: 80px;
    height: 80px;
  }
  .top_btn .top_arrow_img {
    width: 35px;
  }
}

@media (min-width: 1680px) {
  .header_nav_sp .container {
    margin-top: 160px;
    margin-left: 200px;
  }
  .header_nav_sp .menu_sp_inner {
    margin-top: 138px;
  }
  .header_nav_sp .menu_sp_inner .menu_sp_li {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
.schedule .syukkin .photo li a img {
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}

.attention-container {
  max-width: 468px;
  margin: 0 auto 1rem;
  padding: 0 10px;
}
.attention-box {
  background: #ffff99;
  color: #333;
  text-align: center;
  margin: 2rem auto;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 16px;
}

.bnr-box {
  max-width: 700px;
  margin: 0 auto;
}

.bnr-box img{
  max-width: 468px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.attention-wrap {
  color: #000;
  text-align: center;
}
.attention-wrap .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.attention-wrap .group-box {
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 20px;
  font-size: 14px;
}

.system-wrap {
  display: flex;
  max-width: 880px;
  padding: 0 10px;
  margin: 0 auto;
  justify-content: center;
}

.system-wrap a {
  width: 48%;
  max-width: 400px;
  font-size: 1.8rem;
  margin: 0 auto;
}

.system-wrap a:hover {
  opacity: 0.5;
  tansition: 0.3s;
  cursor: pointer;
}

.system-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
.group-logo-wrap {
  margin: 0 auto;
  padding: 0;
  width: 200px;
}

.group-logo-wrap a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

.group-logo-wrap.-mt {
  margin: 1rem auto 0;
}



/* 20250903 è¿½åŠ  */

.cast-card-prof{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 5px 10px;
}

.cast-card-prof .name{
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  color: #fefefe;
  font-weight: bold;
}

.cast-card-prof .cast-tag-parent{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  justify-content: flex-start;
}

.cast-card-prof .cast-tag-parent .cast-tag-child{
  font-size: 12px;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 2px 4px 3px;
}

.cast-card-prof .card-schedule{
  text-align: left;
  margin-top: 8px;
  color: #fefefe;
  font-size: 14px;
}

.profile-tag-parent{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.profile-tag-parent .profile-tag{
  font-size: 14px;
  color: #fefefe;
  padding: 4px 10px 6px;
  border: 1px solid #fefefe;
}

.simple_pager {
    margin: 30px 0px;
    font-size: 12px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.simple_pager a {
    color: #a0a0a0;
    margin:0px 1px;
}

.align-center {
    text-align: center;
}
