/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;1,500&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 2; }

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

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

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

a img {
  border: none; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word; }

html, body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400; }

a {
  display: inline-block;
  color: black;
  cursor: pointer; }

a, a:hover {
  text-decoration: none; }

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0; }

img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em; }

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto; }

small {
  font-size: 70%;
  color: grey; }

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.pci {
  display: inline-block !important; }

.spi {
  display: none !important; }

.pcf {
  display: flex !important; }

.spf {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .pci {
    display: none !important; }

  .spi {
    display: inline-block !important; }

  .pcf {
    display: none !important; }

  .spf {
    display: flex !important; } }
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  color: #000; }

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0; }

p, label, div, strong, input {
  display: block; }

/*
p {
  white-space: pre-line;
}
*/
.l_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
  position: relative; }

.l_con {
  width: 96rem; }

.c_con {
  width: 68.5rem; }

.s_con {
  width: 72rem; }

main {
  position: relative; }

:root {
  --color1: #00A7EA;
  --color2: #6E6E6E;
  --color3: #DAAB66;
  --color4: #30BCA7;
  --color5: #FFF100;
  --color6: #696969;
  --color7: #CCDFE4;
  --color8: #EFFAFF; }

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center; }

/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  display: block; }

.img_cover {
  width: 100%;
  object-fit: cover; }

.img_contain {
  object-fit: contain; }

/*---------------------------content----------------*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a.opacity:hover {
  opacity: 0.8; }

#menu_trigger {
  position: fixed;
  top: 3.5rem;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 6.4rem;
  height: 4.8rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  z-index: 1002; }
  #menu_trigger span {
    position: relative;
    height: 0.4rem;
    width: 6.4rem;
    background-color: #000;
    display: block;
    margin-left: auto; }
    #menu_trigger span:before {
      content: "";
      position: absolute;
      right: 0;
      top: 1rem;
      background-color: #000;
      height: 100%;
      width: 6.4rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    #menu_trigger span:after {
      content: "";
      position: absolute;
      right: 0;
      top: 2rem;
      background-color: #000;
      height: 100%;
      width: 4.8rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
  #menu_trigger.is-open {
    color: #fff; }
    #menu_trigger.is-open span {
      background-color: transparent; }
      #menu_trigger.is-open span:before {
        top: 1rem;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        background-color: #fff; }
      #menu_trigger.is-open span:after {
        top: 1rem;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        background-color: #fff;
        width: 100%; }

#menu_content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: none; }
  #menu_content .menu_content_inner_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    text-align: center;
    overflow-x: auto; }
  #menu_content .menu_content_inner {
    width: 61rem;
    margin: 0 auto;
    padding: 3rem 0; }
  #menu_content .menu_logo {
    width: 60.7rem;
    padding-top: 7rem; }
  #menu_content p {
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 5.5rem;
    font-size: 1.5rem;
    line-height: 2;
    display: inline-block;
    text-align: left; }
  #menu_content ul {
    text-align: left;
    padding-left: 5rem; }
    #menu_content ul li {
      margin-bottom: 3rem; }
      #menu_content ul li a {
        position: relative;
        padding-left: 8rem; }
        #menu_content ul li a:before {
          content: "";
          width: 6rem;
          height: 1px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 2rem; }
      #menu_content ul li span {
        display: block;
        color: #fff;
        line-height: 1; }
      #menu_content ul li .en {
        font-size: 2.4rem;
        padding-bottom: 1rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700; }
      #menu_content ul li .jp {
        font-size: 1.3rem; }
  #menu_content .sns {
    width: 120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #menu_content .sns img {
      width: 34px; }

article {
  overflow: hidden; }

#mv {
  position: relative; }
  #mv img {
    width: 100%; }
  #mv h1 {
    position: absolute;
    top: 13.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 37.4rem; }

.main_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 4.1rem;
  position: relative;
  color: #000; }
  .main_ttl:before {
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    right: calc(100% + 2rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000; }

.main_ttl .jp {
	margin-left: 10px;
}

.movie {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 60px auto 80px;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
	
	.movie iframe {
	    right: 4%;
	    width: 92%;
	}
}

#trailer {
  background-color: #000;
  color: #fff;
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden; }
  #trailer a {
    color: #fff; }
  #trailer h2 {
    color: #fff; }
    #trailer h2:before {
      background-color: #ffffff; }


#intro {
  background-color: #000;
  color: #fff;
  padding-top: 11rem;
  padding-bottom: 19rem;
  overflow: hidden; }
  #intro a {
    color: #fff; }
  #intro h2 {
    color: #fff; }
    #intro h2:before {
      background-color: #ffffff; }
  #intro h3 {
    font-size: 3.7rem;
    line-height: 1.6;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    margin-top: 9rem;
    margin-bottom: 15rem; }
    #intro h3 span {
      color: #000;
      background-color: #cdd3c7;
      display: inline-block;
      line-height: 1;
      padding: 0.5rem 2rem; }
  #intro .intro_inner {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #intro .intro_inner > div {
      display: block;
      width: 30rem;
      text-align: center;
      margin-bottom: 8rem; }
      #intro .intro_inner > div p {
        font-size: 2.2rem;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        padding-top: 4rem; }
        #intro .intro_inner > div p span {
          font-size: 1.5rem;
          display: block; }
  #intro .read_txt {
    padding-bottom: 9rem; }
    #intro .read_txt p {
      font-size: 1.8rem;
      line-height: 2.4;
      padding-bottom: 6.5rem; }
      #intro .read_txt p:last-of-type {
        padding-bottom: 0; }
    #intro .read_txt .txt3,
    #intro .read_txt .txt4 {
      display: none; }
    #intro .read_txt.is-open .txt2 {
      display: inline; }
      #intro .read_txt.is-open .txt2 span {
        display: none; }
    #intro .read_txt.is-open .txt3 {
      display: inline; }
    #intro .read_txt.is-open .txt4 {
      display: block;
      padding-top: 6.5rem; }

    #intro .read_txt.is-open .txt4 .tit {
		background: #fff;
	    color: #000;
	    font-size: 2.2rem;
	    font-weight: bold;
    }

  #intro .read_more {
    cursor: pointer;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    width: 25rem;
    height: 5rem;
    margin: 0 auto;
    position: relative;
    display: block; }
    #intro .read_more:hover span:before {
      width: 100%; }
    #intro .read_more:hover span:after {
      width: 100%; }
    #intro .read_more:hover:before {
      height: 100%; }
    #intro .read_more:hover:after {
      height: 100%; }
    #intro .read_more span {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      #intro .read_more span:before {
        content: "";
        width: 8.5rem;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
      #intro .read_more span:after {
        content: "";
        width: 8.5rem;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
    #intro .read_more:before {
      content: "";
      width: 1px;
      height: 3rem;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    #intro .read_more:after {
      content: "";
      width: 1px;
      height: 3rem;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }

.bg {
  background: url(../images/bg.png) 0 0 repeat-y;
  background-size: 100%; }

.l_flex {
  display: flex;
  flex-wrap: wrap; }

.sb {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

#about {
  padding-top: 14rem;
  padding-bottom: 9rem; }
  #about .title {
    padding-top: 9rem;
    padding-bottom: 5rem;
    width: 76.4rem;
    margin: 0 auto; }
    #about .title p {
      padding-top: 1.5rem;
      text-align: right;
      font-size: 1.4rem; }
  #about .about_block {
    width: 30rem; }
    #about .about_block dl {
      font-size: 1.6rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      display: flex;
      line-height: 2.5; }
  #about .en_txt {
    padding-top: 6rem; }
    #about .en_txt p {
      font-size: 1.4rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      line-height: 2.1; }

#cast {
  padding-top: 2rem;
  padding-bottom: 16.5rem; }
  #cast .main_ttl {
    margin-bottom: 8.5rem; }
  #cast h3 {
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 5.5rem;
    width: 100%; }
    #cast h3 span {
      position: relative;
      display: inline-block;
      padding-right: 2rem;
      font-size: 100%; }
      #cast h3 span:before {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #000; }
  #cast h4 {
    font-size: 2.1rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    padding-bottom: 3rem; }
  #cast .cast_block {
    padding-bottom: 9rem; }
    #cast .cast_block .pic {
      width: 30rem;
      padding: 0 3rem;
      text-align: center; }
      #cast .cast_block .pic p {
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        font-size: 2.2rem;
        padding-top: 2.5rem; }
    #cast .cast_block .txt {
      width: 31.5rem;
      margin-left: auto; }
    #cast .cast_block .cast_link {
      display: block;
      margin: 0 3rem;
      margin-bottom: 10rem;
      width: 24.5rem; }
      #cast .cast_block .cast_link p {
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        font-size: 2.2rem;
        padding-top: 2.5rem;
        text-align: center; }
        #cast .cast_block .cast_link p span {
          font-size: 1.5rem; }
      #cast .cast_block .cast_link.full {
        margin: 0;
        width: 100%; }
    #cast .cast_block .staff_four {
      margin-left: -1.5rem; }
    #cast .cast_block .staff_sepa_two {
      margin-left: -1.5rem;
      width: 50%; }
      #cast .cast_block .staff_sepa_two .cast_link_s {
        width: calc(50% - 1.5rem); }
    #cast .cast_block .cast_link_s {
      display: block;
      width: calc(25% - 1.5rem);
      margin-left: 1.5rem;
      margin-bottom: 4.5rem; }
      #cast .cast_block .cast_link_s p {
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        font-size: 1.6rem;
        padding-top: 1.5rem;
        text-align: center; }
  #cast .cast_end .cast_end_block01 {
    width: 30rem;
    padding-bottom: 5rem; }
  #cast .cast_end .cast_end_block02 {
    width: 38.5rem;
    padding-bottom: 5rem; }
  #cast .cast_end dl {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: flex;
    line-height: 2.4; }
  #cast .popup-modal {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s;
    transition: 0.5s; }
    #cast .popup-modal:hover {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%); }

.btn {
  cursor: pointer;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  width: 15.5rem;
  height: 4rem;
  position: relative;
  display: block; }
  .btn:hover span:before {
    width: 100%; }
  .btn:hover span:after {
    width: 100%; }
  .btn:hover:before {
    height: 100%; }
  .btn:hover:after {
    height: 100%; }
  .btn span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    .btn span:before {
      content: "";
      width: 5.7rem;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .btn span:after {
      content: "";
      width: 5.7rem;
      height: 1px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
  .btn:before {
    content: "";
    width: 1px;
    height: 3rem;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  .btn:after {
    content: "";
    width: 1px;
    height: 3rem;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }

#column {
  background-color: #000;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 21.5rem; }
  #column .main_ttl {
    color: #ffffff; }
    #column .main_ttl:before {
      background-color: #ffffff; }
  #column .column_head {
    padding-top: 10rem;
    padding-bottom: 12rem;
    width: 76rem; }
    #column .column_head p {
      text-align: right;
      padding-top: 0.5rem;
      font-size: 1.8rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600; }
  #column .txt p {
    font-size: 1.8rem;
    line-height: 2.44;
    padding-bottom: 5.5rem; }
    #column .txt p:last-of-type {
      padding-bottom: 0; }

#illust,
#comment {
  padding-top: 18.5rem;
  padding-bottom: 3.5rem; }
  
  #comment .c_con {
	padding-top: 9.5rem;
  }
  
  #illust .pic {
    width: 57rem;
    margin: 0 auto;
    padding-top: 9.5rem;
    padding-bottom: 8.5rem; }
    #illust .pic p {
      padding-top: 2rem;
      line-height: 1;
      font-size: 1.6rem;
      font-weight: 600;
      font-family: 'Noto Serif JP', serif;
      text-align: right; }
  #illust .txt h3,
  #comment .txt h3 {
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    padding: 0.3rem 2rem;
    margin-bottom: 2.5rem; }
  #illust .txt p,
  #comment .txt p {
    font-size: 1.6rem;
    line-height: 2.75;
    padding-bottom: 5.5rem; }
    #illust .txt p.first,
    #comment .txt p.first {
      padding-bottom: 8rem; }
  #illust .profile h4,
  #comment .profile h4 {
    padding-bottom: 4.5rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem; }
    #illust .profile h4 span,
    #comment .profile h4 span {
      font-size: 1.6rem;
      display: block; }
  #illust .profile p,
  #comment .profile p {
    font-size: 1.6rem;
    line-height: 2.75; }
    
  #illust .profile p a,
  #comment .profile p a {
    color: #1376c2;
    text-decoration: underline; }    

.bg_white {
  background-color: rgba(255, 255, 255, 0.67);
  width: 88.4rem;
  margin: 0 auto;
  padding-top: 9rem; }
  .bg_white .inner {
    width: 68.4rem;
    margin: 0 auto; }
  .bg_white h2 {
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.4rem;
    line-height: 1;
    padding-bottom: 8rem;
    text-align: center; }
    .bg_white h2 span {
      display: block;
      font-size: 2.2rem;
      padding-top: 0.5rem; }
  .bg_white dl {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 7rem; }
    .bg_white dl.no_flex {
      display: block;
      padding-bottom: 4.5rem; }
      .bg_white dl.no_flex dt {
        display: inline-block;
        width: auto;
        padding: 0.8rem 3rem; }
      .bg_white dl.no_flex dd {
        width: 100%;
        padding-left: 0;
        padding-top: 1.5rem; }
    .bg_white dl.none {
      padding-bottom: 0; }
    .bg_white dl dt {
      width: 11rem;
      font-weight: 600;
      font-family: 'Noto Serif JP', serif;
      text-align: center;
      font-size: 1.6rem;
      color: #fff;
      background-color: #3fb0b3;
      padding: 0.8rem 0; }
    .bg_white dl dd {
      width: calc(100% - 11rem);
      padding-left: 2rem;
      line-height: 1.9;
      font-size: 1.6rem; }
      .bg_white dl dd a {
        color: #1376c2;
        text-decoration: underline; }
      .bg_white dl dd p {
        padding-bottom: 3rem; }
        .bg_white dl dd p:last-of-type {
          padding-bottom: 0; }

#information {
  margin-bottom: 13rem;
  padding-bottom: 12.5rem; }
  #information .btn_wrap {
    padding-top: 3.5rem;
    padding-bottom: 3rem; }
  #information .btn {
    width: 18.5rem;
    margin: 0 auto; }
    #information .btn img {
      width: 1.3rem;
      position: absolute;
      right: 3rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #information .map {
    padding-bottom: 6rem; }
    #information .map iframe {
      width: 100%;
      height: 30rem; }
  #information .mothers {
    width: 14.5rem;
    display: inline-block; }

#preevent {
  padding-bottom: 10rem; }
  #preevent h2 {
    padding-bottom: 6.5rem; }
  #preevent h3 {
    font-size: 2.4rem;
    line-height: 2.3;
    margin-bottom: 5rem; }
    #preevent h3 span {
      display: inline-block;
      background-color: #cdd3c7;
      font-weight: 600;
      font-family: 'Noto Serif JP', serif;
      line-height: 1;
      padding: 1.2rem 1.5rem; }
  #preevent p {
    line-height: 2.125;
    font-size: 1.6rem;
    padding-bottom: 9rem; }
  #preevent dl {
    padding-bottom: 5rem; }
  #preevent .btn {
    width: 15.4rem;
    margin: 0 auto; }
    #preevent .btn img {
      width: 1.2rem;
      position: absolute;
      right: 2rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#footer {
  padding-top: 9rem;
  padding-bottom: 16rem; }
  #footer .sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 4rem; }
    #footer .sns li {
      list-style: none;
      margin: 0 1rem; }
    #footer .sns .icon_twitter {
      width: 4.6rem; }
    #footer .sns .icon_facebook {
      width: 4.7rem; }
    #footer .sns .icon_insta {
      width: 4.0rem; }
    #footer .sns .icon_play {
      width: 4.8rem; }
  #footer p {
    font-size: 1.7rem;
    line-height: 2;
    padding-bottom: 7rem;
    text-align: center; }
  #footer .logos {
    padding-bottom: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #footer .logos li {
      list-style: none;
      margin: 0 1rem; }
    #footer .logos .logo_bunka {
      width: 9.5rem; }
    #footer .logos .logo_yokohama {
      width: 19.6rem; }
    #footer .logos .logo_mc {
      width: 5.9rem; }
  #footer .logo {
    width: 29.5rem;
    margin: 0 auto; }
  #footer .copyright {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-top: 1.5rem;
    color: #000; }

.mfp-content {
  max-width: 120rem;
  margin: 0 auto; }

.cast_inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff; }
  .cast_inner .cast_left {
    width: 46rem; }
  .cast_inner .cast_right {
    width: 74rem;
    padding-top: 5rem;
    padding-left: 8rem; }
    .cast_inner .cast_right .name {
      font-size: 3.2rem;
      font-weight: 500;
      padding-bottom: 1rem; }
      .cast_inner .cast_right .name span {
        font-size: 1.8rem;
        font-weight: 500; }
    .cast_inner .cast_right .sub_ttl {
      font-weight: 700;
      font-size: 2.2rem;
      font-family: 'Noto Serif JP', serif;
      padding-bottom: 2rem; }
    .cast_inner .cast_right .kana {
      font-weight: 400;
      font-size: 1.3rem;
      font-family: 'Noto Serif JP', serif;
      padding-bottom: 3rem; }
    .cast_inner .cast_right .pos {
      font-size: 2rem;
      padding-bottom: 2rem; }
    .cast_inner .cast_right .intro {
      width: 57rem; }
      .cast_inner .cast_right .intro p {
        font-size: 1.5rem;
        line-height: 2; }

.mfp-close-btn-in button.mfp-close {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_close.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 1;
  top: 3rem;
  right: 3rem; }

.loaded,
.move {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .loaded.active,
  .move.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0); }

@media screen and (max-width: 1400px) {
  html, body {
    font-size: calc(1000vw / 1400); } }
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 750); }

  .l_con,
  .m_con,
  .s_con,
  .c_con {
    width: 100%; }

  #mv {
    position: relative; }
    #mv img {
      width: 100%; }
    #mv h1 {
      top: 26rem;
      width: 37.4rem; }

  .main_ttl {
    font-size: 5rem;
    text-align: center; }
    .main_ttl:before {
      display: none;
      content: "";
      width: 100vw;
      height: 1px;
      position: absolute;
      right: calc(100% + 2rem);
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #000; }
    .main_ttl span {
      display: inline-block;
      font-size: 100%;
      padding: 0 2.5rem;
      position: relative; }
      .main_ttl span:before {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #000; }
      .main_ttl span:after {
        content: "";
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #000; }

		.main_ttl .jp:before,
		.main_ttl .jp:after {
			content: none;
		}


  #trailer {
    padding-top: 14rem;
    padding-bottom: 2rem; }
    #trailer h2 {
      color: #fff; }
      #trailer h2 span:before, #trailer h2 span:after {
        background-color: #ffffff; }


  #intro {
    padding-top: 14rem;
    padding-bottom: 11rem; }
    #intro h2 {
      color: #fff; }
      #intro h2 span:before, #intro h2 span:after {
        background-color: #ffffff; }
    #intro h3 {
      margin-left: 4rem;
      margin-top: 9rem;
      margin-bottom: 10rem;
      font-size: 3.6rem;
      letter-spacing: 0; }
      #intro h3 span {
        padding: 0.8rem 2rem; }
    #intro .intro_inner {
      width: 63.5rem; }
      #intro .intro_inner > div {
        width: 28rem;
        margin-bottom: 12rem; }
        #intro .intro_inner > div p {
          font-size: 3rem;
          padding-top: 3.5rem; }
          #intro .intro_inner > div p span {
            font-size: 1.8rem; }
    #intro .read_txt {
      padding-bottom: 9rem;
      width: 67rem;
      margin: 0 auto; }
      
	#intro .read_txt.is-open .txt4 .tit {
	    font-size: 2.8rem;
	}
      
      #intro .read_txt p {
        font-size: 2.6rem;
        line-height: 2;
        padding-bottom: 7.0rem; }
        #intro .read_txt p:last-of-type {
          padding-bottom: 0; }
    #intro .read_more {
      font-size: 2.4rem;
      width: 28.6rem;
      height: 6.2rem; }

  #about {
    padding-top: 10rem;
    padding-bottom: 9rem; }
    #about .title {
      padding-top: 9rem;
      padding-bottom: 5rem;
      width: 100%; }
      #about .title p {
        padding-top: 1.5rem;
        font-size: 2.0rem; }
    #about .l_con {
      width: 67.0rem; }
    #about .about_block {
      width: 100%; }
      #about .about_block dl {
        font-size: 2.6rem;
        line-height: 2; }
    #about .en_txt {
      padding-top: 6rem; }
      #about .en_txt p {
        font-size: 2.4rem; }

  #cast {
    padding-top: 4rem;
    padding-bottom: 13rem; }
    #cast .main_ttl {
      margin-bottom: 8.5rem; }
    #cast .l_con {
      width: 67.0rem; }
    #cast h3 {
      font-size: 3.5rem;
      margin-bottom: 5.5rem; }
      #cast h3 span {
        padding-right: 3rem; }
    #cast h4 {
      font-size: 2.8rem;
      padding-bottom: 5rem;
      padding-left: 3rem; }
    #cast .cast_block {
      padding-bottom: 9rem; }
      #cast .cast_block .pic {
        width: 30.6rem;
        padding: 0 3rem; }
        #cast .cast_block .pic p {
          font-size: 3rem;
          padding-top: 2.5rem; }
      #cast .cast_block .txt {
        width: 30.5rem;
        margin-left: auto; }
      #cast .cast_block .cast_link {
        display: block;
        margin: 0 3rem;
        margin-bottom: 8rem;
        width: 24.6rem; }
        #cast .cast_block .cast_link p {
          font-size: 3rem;
          padding-top: 2.5rem; }
          #cast .cast_block .cast_link p span {
            font-size: 2rem; }
        #cast .cast_block .cast_link.full {
          margin: 0;
          width: 100%;
          padding-left: 3rem;
          padding-right: 3rem; }
      #cast .cast_block .staff_four {
        margin-left: -4rem;
        padding-left: 3rem;
        padding-right: 3rem; }
      #cast .cast_block .staff_sepa_two {
        margin-left: -4rem;
        padding-left: 3rem;
        padding-right: 3rem;
        width: 100%; }
        #cast .cast_block .staff_sepa_two .cast_link_s {
          width: calc(33.333% - 4rem); }
      #cast .cast_block .cast_link_s {
        display: block;
        width: calc(33.333% - 4rem);
        margin-left: 4rem;
        margin-bottom: 4rem; }
        #cast .cast_block .cast_link_s p {
          font-size: 2.4rem;
          padding-top: 2rem; }
    #cast .cast_end .cast_end_block01 {
      width: 100%;
      padding-bottom: 0; }
    #cast .cast_end .cast_end_block02 {
      width: 100%;
      padding-bottom: 0; }
    #cast .cast_end dl {
      font-size: 2.4rem;
      line-height: 2.1; }

  .btn {
    font-size: 2.4rem;
    width: 28.6rem;
    height: 6.2rem; }

  #column {
    padding-top: 13rem;
    padding-bottom: 13rem; }
    #column .main_ttl {
      color: #ffffff; }
      #column .main_ttl span:before, #column .main_ttl span:after {
        background-color: #ffffff; }
    #column .l_con {
      width: 67rem; }
    #column .column_head {
      padding-top: 8rem;
      padding-bottom: 6rem;
      width: 100%; }
      #column .column_head p {
        padding-top: 0.5rem;
        font-size: 2.2rem; }
    #column .txt p {
      font-size: 2.6rem;
      line-height: 2;
      padding-bottom: 5rem; }
      #column .txt p:last-of-type {
        padding-bottom: 0; }

  #illust,
  #comment {
    padding-top: 15rem;
    padding-bottom: 5rem; }
    
  #comment .c_con {
	padding-top: 9rem;
	padding-bottom: 20rem;
  }
    
    #illust .pic {
      width: 59.5rem;
      margin: 0 auto;
      padding-top: 9rem;
      padding-bottom: 9rem; }
      #illust .pic p {
        padding-top: 2rem;
        font-size: 2.2rem; }
    #illust .l_con,
	#comment .l_con {
      width: 67rem; }
    #illust .txt h3,
    #comment .txt h3 {
      font-size: 2.4rem;
      padding: 0.5rem 2.5rem;
      margin-bottom: 2.5rem; }
    #illust .txt p,
    #comment .txt p {
      font-size: 2.6rem;
      line-height: 2;
      padding-bottom: 6rem; }
      #illust .txt p.first,
      #comment .txt p.first {
        padding-bottom: 8rem; }
    #illust .profile h4,
    #comment .profile h4 {
      padding-bottom: 5rem;
      font-size: 3.6rem; }
      #illust .profile h4 span,
      #comment .profile h4 span {
        font-size: 2.2rem; }
    #illust .profile p,
    #comment .profile p {
      font-size: 2.6rem;
      line-height: 2; }

  .bg_white {
    width: 71rem;
    padding-top: 9rem; }
    .bg_white .inner {
      width: 62rem; }
    .bg_white h2 {
      font-size: 5rem;
      padding-bottom: 6rem; }
      .bg_white h2 span {
        font-size: 2.8rem;
        padding-top: 0.8rem; }
    .bg_white dl {
      display: block;
      padding-bottom: 8rem; }
      .bg_white dl.no_flex {
        display: block;
        padding-bottom: 4.5rem; }
        .bg_white dl.no_flex dt {
          display: inline-block;
          width: auto;
          padding: 0.6rem 4rem; }
        .bg_white dl.no_flex dd {
          width: 100%;
          padding-left: 0;
          padding-top: 1.5rem; }
      .bg_white dl.none {
        padding-bottom: 0; }
        .bg_white dl.none dt {
          width: 100%; }
      .bg_white dl dt {
        width: auto;
        display: inline-block;
        font-size: 2.4rem;
        padding: 0.6rem 4rem; }
      .bg_white dl dd {
        width: 100%;
        padding-left: 0;
        padding-top: 1.5rem;
        font-size: 2.4rem; }
        .bg_white dl dd a {
          font-size: 100%; }
        .bg_white dl dd p {
          padding-bottom: 3rem;
          font-size: 100%; }
          .bg_white dl dd p:last-of-type {
            padding-bottom: 0; }

  #information {
    margin-bottom: 13rem;
    padding-bottom: 12.5rem; }
    #information .btn_wrap {
      padding-top: 3.5rem;
      padding-bottom: 3rem; }
    #information .btn {
      width: 26.6rem;
      margin: 0 auto; }
      #information .btn img {
        width: 1.8rem;
        right: 3rem; }
    #information .map {
      padding-bottom: 9rem; }
    #information .mothers {
      width: 24rem; }

  #preevent {
    padding-bottom: 10rem; }
    #preevent h2 {
      padding-bottom: 6rem; }
    #preevent h3 {
      font-size: 2.7rem;
      line-height: 2.3; }
    #preevent p {
      line-height: 2;
      font-size: 2.4rem;
      padding-bottom: 9rem; }
    #preevent dl {
      padding-bottom: 10rem; }
    #preevent .btn {
      width: 26.2rem;
      margin: 0 auto; }
      #preevent .btn img {
        width: 2.6rem;
        right: 2rem; }

  #footer {
    padding-top: 11rem;
    padding-bottom: 7rem; }
    #footer .sns {
      padding-bottom: 5rem; }
      #footer .sns li {
        margin: 0 1.5rem; }
      #footer .sns .icon_twitter {
        width: 8.3rem; }
      #footer .sns .icon_facebook {
        width: 8.3rem; }
      #footer .sns .icon_insta {
        width: 7.3rem; }
      #footer .sns .icon_play {
        width: 8.4rem; }
    #footer p {
      font-size: 2.4rem;
      line-height: 1.8;
      text-align: center;
      padding: 0 2rem 4.5rem; }
    #footer .logos {
      padding-bottom: 4rem; }
      #footer .logos li {
        margin: 0 1.2rem; }
      #footer .logos .logo_bunka {
        width: 15.2rem; }
      #footer .logos .logo_yokohama {
        width: 26.4rem; }
      #footer .logos .logo_mc {
        width: 9.4rem; }
    #footer .logo {
      width: 33.1rem;
      margin: 0 auto; }
    #footer .copyright {
      font-size: 1.8rem;
      padding-top: 3rem; }

  .cast_inner .cast_left {
    width: 100%; }
  .cast_inner .cast_right {
    width: 100%;
    padding: 6rem 8rem; }
    .cast_inner .cast_right .name {
      font-size: 4rem; }
    .cast_inner .cast_right .pos {
      font-size: 2.4rem;
      padding-bottom: 2rem; }
    .cast_inner .cast_right .intro {
      width: 100%; }
      .cast_inner .cast_right .intro p {
        font-size: 2.4rem;
        line-height: 2; }

  .mfp-close-btn-in button.mfp-close {
    width: 4rem;
    height: 4rem;
    top: 3rem;
    right: 3rem;
    position: fixed; } }




.footer_logo {
	display: inline-block;
}

.footer_logo+.footer_logo {
	margin-left: 2rem;
}

.footer_logo .logo_sanzen {
	width: 7.3rem;
}

.footer_logo .logo_butaiya {
	width: 17.3rem;
}