html {
  font-size: 10px;
}
@media (max-width: 350px) {
  html {
    font-size: 2.8vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: inherit !important;
}
body main {
  flex-grow: 1;
}

.font_cinzel {
  font-family: "Cinzel Decorative", cursive;
}

.max {
  max-width: 1200px;
  margin: 0 auto;
}

.max950 {
  max-width: 950px;
  margin: 0 auto;
}

.max680 {
  max-width: 680px;
  margin: 0 auto;
}

.w {
  padding-left: 150px;
  padding-right: 150px;
}

.wxx {
  padding-right: 85px;
  padding-left: 85px;
  position: relative;
}

.pt_s {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .pt_s {
    padding-top: 38px;
  }
}

.pt_m {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .pt_m {
    padding-top: 21.4rem;
  }
}

.pt_lm {
  padding-top: 234px;
}
@media screen and (max-width: 767px) {
  .pt_lm {
    padding-top: 21.4rem;
  }
}

.pt_l {
  padding-top: 234px;
}
@media screen and (max-width: 767px) {
  .pt_l {
    padding-top: 36.5rem;
  }
}

.max_left {
  margin-left: 0;
}

.max_right {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .max, .w, .wxx {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mm_text {
  font-size: 0.9rem;
  line-height: 1.3;
}

.m_text {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m_text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  .m_text {
    font-size: 2vw;
  }
}

.text {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  .text {
    font-size: 2.4vw;
  }
}

.l_text {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .l_text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  .l_text {
    font-size: 2.8vw;
  }
}

.ll_text {
  font-size: 4.8rem;
  line-height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .ll_text {
    font-size: 3.2rem;
    line-height: 4.3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  .ll_text {
    font-size: 6.4vw;
  }
}

.svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .lg_sp {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .lg_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .xl_pc {
    display: none !important;
  }
}
.content-box {
  box-sizing: content-box;
}

@media screen and (max-width: 870px) {
  .casts_wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 3px !important;
  }
}
main.index2.concept_wrap .index2-textcontent {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  main.index2.concept_wrap .index2-textcontent {
    margin-top: 11rem;
  }
}
main.index2 .index2-textcontent.concept_bx {
  text-align: center;
  margin: 2rem 40px 4rem 40px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
main.index2 .index2-textcontent.concept_bx h2 {
  line-height: 1.6;
}
main.index2 .index2-textcontent.concept_bx .covid_atn {
  text-align: left;
  margin-left: 20px;
  display: inline-block;
}
main.index2 .index2-textcontent.concept_bx .covid_atn li {
  list-style-type: decimal;
}
main.index2 .index2-textcontent.concept_bx .cvid_und {
  text-align: left;
}
main.index2 .index2-textcontent.concept_bx .cvid_und .fb {
  font-size: 2rem;
  text-align: center;
  margin: 30px auto 10px auto;
}

@media screen and (min-width: 768px) {
  main.cast .gallery {
    display: none;
  }
  .pc_gallery {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow-x: scroll;
    height: 240px;
    margin-bottom: 36px;
  }
  .pc_gallery .pc_gallery_item {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 2rem;
    opacity: 1 !important;
    transition: outline 0.5s;
    outline: solid 1px transparent;
  }
  .pc_gallery .pc_gallery_item:hover {
    outline: solid 1px white;
    outline-offset: -1px;
  }
  .pc_gallery .pc_gallery_item img,
.pc_gallery .pc_gallery_item video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .pc_gallery {
    display: none;
  }
  .gallery {
    position: static;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    overflow: scroll;
    height: 107px;
    margin-bottom: 36px;
  }
}
.drpw {
  position: relative;
}
.drpw .drp {
  position: absolute;
  top: 30px;
  left: -7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.drpw .drp.act {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .drpw .sys {
    margin: 0 auto 14px auto;
  }
  .drpw .drp {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
main.Top_slide.index2 .swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 0;
}

@media screen and (max-width: 780px) {
  main.Top_slide.index2 .swiper-container {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
    margin: 0 !important;
    border-radius: 0;
  }
  main.Top_slide.index2 .swiper-container .bg {
    top: 0 !important;
  }
  main.Top_slide.index2 .swiper-container .bg img {
    margin-top: 0;
    border-radius: 0;
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
main.casts .casts_wrap .cast .cast-schedule {
  margin-top: 6px;
  margin-bottom: 2px;
}

.olivia_casts_wrap.casts_wrap .olivia_cast {
  position: relative;
}
.olivia_casts_wrap.casts_wrap .olivia_cast .rect_button {
  bottom: -40px;
  position: absolute;
}

.olivia_casts_wrap.casts_wrap.schedule_wrap {
  gap: 70px 30px !important;
}

@media screen and (max-width: 780px) {
  .olivia_casts_wrap.casts_wrap.schedule_wrap {
    gap: 50px 3px !important;
  }
}
@media screen and (max-width: 750px) {
  .casts_wrap .data {
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
  }
}
.top_btn_in {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 15px;
}
.top_btn_in .rect_button .arrow {
  transition: transform 0.5s;
  transform: translateX(0px);
}
.top_btn_in .rect_button:hover .arrow {
  transform: translateX(10px);
}
.top_btn_in .moreButton {
  margin-top: 0;
}

.cp_ttl {
  font-size: 2rem;
  line-height: 1.8;
}

.cp_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

.text.first_text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.mb_set .top_ages {
  margin: 10px 0px 5px 0;
}
.mb_set .top_ages .age {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cp_ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .cp_txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header a {
  transition: all 0.2s;
  display: inline-block;
}
header a:hover {
  opacity: 0.7;
}

.header {
  display: flex;
  justify-content: center;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header {
    padding-top: 15px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .header .header_links {
    line-height: 1.3;
  }
  .header .header_links ul {
    display: flex;
  }
  .header .header_links ul li {
    position: relative;
  }
  .header .header_links ul li:not(:last-child) {
    margin-right: 35px;
  }
  .header .header_links ul li a {
    padding: 4.5px 7px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 579px) {
  .header .header_links ul li a {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .header .header_links ul li.active {
    border-bottom: solid 1px white;
  }
}
@media screen and (max-width: 1199px) {
  .header .header_links {
    background: white;
    width: 215px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 98px;
    overflow: scroll;
    transform: translateX(105%);
    transition: all 0.2s;
    overflow: hidden;
  }
  .header .header_links ul {
    flex-direction: column;
  }
  .header .header_links ul li {
    text-align: center;
    margin: 0 auto 14px auto;
  }
  .header .header_links ul li a {
    color: #272727;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) and (max-width: 579px) {
  .header .header_links ul li a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1199px) {
  .header .header_links.active {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 1199px) {
  .header .header_ham {
    z-index: 100;
    display: block;
  }
  .header .header_ham a,
.header .header_ham a span,
.header .header_ham a span::after,
.header .header_ham a span::before {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .header .header_ham a {
    position: relative;
    width: 44px;
    height: 44px;
  }
  .header .header_ham a span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
  }
  .header .header_ham a span:nth-of-type(1) {
    top: 37%;
    transform: translate(0, 0);
  }
  .header .header_ham a span:nth-of-type(2) {
    top: 63%;
    transform: translateX(5px) scaleX(0.75);
  }
  .header .header_ham a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
  }
  .header .header_ham a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
  }
  .header .header_ham a.active span:nth-of-type(1) {
    top: 30%;
    transform: translateY(9px) rotate(-45deg);
  }
  .header .header_ham a.active span:nth-of-type(2) {
    top: 70%;
    transform: translateY(-9px) rotate(45deg);
  }
  .header .header_ham a.active span::after, .header .header_ham a.active span::before {
    width: 25%;
    background: #002727;
  }
}

.logo {
  position: fixed;
  top: 33px;
  left: 61px;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  z-index: 500;
}
@media (max-width: 1130px) {
  .logo {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    left: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  .logo {
    font-size: 3vw;
  }
}
.logo > img {
  width: 4rem;
}

@media screen and (max-width: 999px) {
  body.recruit .logo {
    left: 10px;
  }
}

@media screen and (max-width: 999px) {
  body.archive.news .logo {
    left: 10px;
  }
}

footer {
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: -40px;
  }
}
footer p {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) and (max-width: 579px) {
  footer p {
    font-size: 2vw;
  }
}

.footer_hidden {
  pointer-events: none;
}

.footer_hidden {
  opacity: 0;
}

.footer_fixed_wrap {
  transition: 0.3s ease-out;
}

.footer_fixed {
  position: fixed;
  z-index: 100;
  right: 100px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_fixed a {
  /* pointer-events: none; */
  height: 71px;
}

.footer_fixed_linepc {
  text-align: center;
  margin: 20px auto;
}

.footer_fixed_linepc > img {
  width: 215px;
  margin: 0 auto;
}

.footer_fixed_linesp {
  display: none;
}

.footer_fixed_telsp {
  display: none;
}

a {
  opacity: 1;
  transition: opacity 0.5s;
}

.footer_fixed a svg {
  width: 300px;
  height: 71px;
}

.footer_fixed_banner {
  position: fixed;
  z-index: 100;
  right: 100px;
  bottom: 100px;
  display: none;
}

@media screen and (max-width: 767px) {
  .footer_fixed_linepc {
    display: none;
  }
  .footer_fixed_telpc {
    display: none;
  }
  .footer_fixed {
    margin-bottom: 50px;
    width: 129px;
    right: 0;
  }
  .footer_fixed > a {
    pointer-events: auto;
    height: 90px;
  }
  .footer_fixed > a > svg {
    width: 100px;
    height: 100px;
  }
  .footer_fixed_linesp {
    display: block;
    pointer-events: auto;
    text-align: center;
    margin: 20px auto;
  }
  .footer_fixed_linesp > img {
    width: 80px !important;
  }
  .footer_fixed_telsp {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .footer_fixed {
    right: 20px;
    bottom: 10px;
  }
}

/*# sourceMappingURL=common.css.map */
