@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=M+PLUS+1p:wght@400;700&family=Yusei+Magic&display=swap");
/* CSS Document */
/* Default -------------- */
/* Global */
html, body, header, footer, #content, article, section, nav, div, img, p, span, a, ul, li, h1, h2, h3, hr, table, tr, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: none;
}

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

body {
  height: 100%;
  font: normal;
  font-size: 1rem;
  font-family: "M PLUS 1p", sans-serif;
  color: #6B575C;
  line-height: 1.8;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, h3, h2, li, dd, dt {
  -webkit-transform: rotate(0.001deg);
}

h1 {
  margin-bottom: 50px;
}
h1 span {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.5rem;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 655px), print {
  h3 {
    font-size: 1.2rem;
    text-align: left;
  }
}

h4 {
  font-size: 1.3rem;
  margin: 10px 0;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.1rem;
  text-align: left;
}

h2, p {
  text-shadow: rgba(255, 255, 255, 0.7) 2px 0px 2px, rgba(255, 255, 255, 0.7) -2px 0px 2px, rgba(255, 255, 255, 0.7) 0px -2px 2px, rgba(255, 255, 255, 0.7) -2px 0px 2px, rgba(255, 255, 255, 0.7) 2px 2px 2px, rgba(255, 255, 255, 0.7) -2px 2px 2px, rgba(255, 255, 255, 0.7) 2px -2px 2px, rgba(255, 255, 255, 0.7) -2px -2px 2px, rgba(255, 255, 255, 0.7) 1px 2px 2px, rgba(255, 255, 255, 0.7) -1px 2px 2px, rgba(255, 255, 255, 0.7) 1px -2px 2px, rgba(255, 255, 255, 0.7) -1px -2px 2px, rgba(255, 255, 255, 0.7) 2px 1px 2px, rgba(255, 255, 255, 0.7) -2px 1px 2px, rgba(255, 255, 255, 0.7) 2px -1px 2px, rgba(255, 255, 255, 0.7) -2px -1px 2px, rgba(255, 255, 255, 0.7) 1px 1px 2px, rgba(255, 255, 255, 0.7) -1px 1px 2px, rgba(255, 255, 255, 0.7) 1px -1px 2px, rgba(255, 255, 255, 0.7) -1px -1px 2px;
}

h2 {
  color: #6B3745;
  padding: 0;
  font-size: 2.0rem;
  font-family: "Yusei Magic", sans-serif;
  text-align: center;
}
h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  margin: 0 auto;
  background: #EB7796;
}
@media screen and (max-width: 655px), print {
  h2 {
    padding: 15px 0;
  }
}

h3 {
  border-bottom: 2px solid #6B3745;
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 655px), print {
  h3 {
    text-align: left;
    display: block;
  }
}

ul {
  list-style: none;
}

div#content hr {
  border: none;
  border-bottom: dotted 3px #EB7796;
  margin: 20px;
}

:link, :visited, :active {
  text-decoration: none;
}

a {
  color: #ffffff;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 655px), print {
  a {
    text-decoration: none;
  }
}

a:hover {
  color: #F4CC78;
}
@media screen and (min-width: 655px), print {
  a:hover {
    text-decoration: none;
  }
}

a img, :link img, :visited img {
  border: none;
}

a img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover img {
  opacity: .8;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

/* clear */
.fclear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* Layout -------------- */
html {
  width: 100%;
  overflow-Y: scroll;
  text-align: center;
}

body {
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 655px), print {
  body {
    width: 100%;
    min-width: 0;
  }
}

.header {
  background: url(../img/bg_header.jpg);
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 655px), print {
  .header {
    height: auto;
  }
}
.header .wrapper {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 655px), print {
  .header .wrapper {
    width: 100%;
    display: block;
  }
}
.header .logobox {
  height: 650px;
}
@media screen and (max-width: 655px), print {
  .header .logobox {
    height: auto;
  }
}
.header .newsbox {
  padding: 0.5rem;
  max-width: 250px;
}
.header .newsbox p {
  color: #fff;
  font-weight: bold;
  text-shadow: rgba(245, 70, 150, 0.7) 2px 0px 2px, rgba(245, 70, 150, 0.7) -2px 0px 2px, rgba(245, 70, 150, 0.7) 0px -2px 2px, rgba(245, 70, 150, 0.7) -2px 0px 2px, rgba(245, 70, 150, 0.7) 2px 2px 2px, rgba(245, 70, 150, 0.7) -2px 2px 2px, rgba(245, 70, 150, 0.7) 2px -2px 2px, rgba(245, 70, 150, 0.7) -2px -2px 2px, rgba(245, 70, 150, 0.7) 1px 2px 2px, rgba(245, 70, 150, 0.7) -1px 2px 2px, rgba(245, 70, 150, 0.7) 1px -2px 2px, rgba(245, 70, 150, 0.7) -1px -2px 2px, rgba(245, 70, 150, 0.7) 2px 1px 2px, rgba(245, 70, 150, 0.7) -2px 1px 2px, rgba(245, 70, 150, 0.7) 2px -1px 2px, rgba(245, 70, 150, 0.7) -2px -1px 2px, rgba(245, 70, 150, 0.7) 1px 1px 2px, rgba(245, 70, 150, 0.7) -1px 1px 2px, rgba(245, 70, 150, 0.7) 1px -1px 2px, rgba(245, 70, 150, 0.7) -1px -1px 2px;
}
@media screen and (max-width: 655px), print {
  .header .newsbox {
    max-width: 100%;
  }
}
.header .newsbox h2 {
  font-size: 1.5rem;
  border-left: 5px solid #EB7796;
  border-right: 5px solid #EB7796;
}
.header .newsbox p {
  font-size: 0.7rem;
  text-align: left;
}
@media screen and (max-width: 655px), print {
  .header .newsbox p {
    font-size: 0.9rem;
  }
}
.header h1 {
  margin: 0 auto;
}

p {
  margin: 1rem 0;
}

.sp {
  display: block;
}
@media screen and (min-width: 655px), print {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 655px), print {
  .pc {
    display: block;
  }
}

section {
  margin-bottom: 150px;
}

/* #container -------------- */
div#container {
  width: 956px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 655px), print {
  div#container {
    width: 95%;
    font-size: 1rem;
    margin: 20px 2.5%;
    padding: 20px 10px;
  }
}
div#container h1 img {
  max-width: 400px;
  margin: 0 auto;
}
div#container ul li {
  margin: 15px 0;
}
div#container ul li span {
  font-size: 1.5rem;
}
@media screen and (max-width: 655px), print {
  div#container dl {
    text-align: left;
  }
}
div#container dl dt span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 655px), print {
  div#container dl dt span {
    font-size: 1.2rem;
  }
}
div#container dd {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
div#container article {
  margin-bottom: 60px;
}
div#container article img {
  max-width: 800px;
  margin: 20px auto;
}
div#container p {
  text-align: left;
}

hr {
  border-top: 1px solid #e2e2e2;
  padding-bottom: 50px;
}

.flexgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 655px) {
  .flexgroup {
    display: block;
  }
}

#intro .arasuji {
  margin-bottom: 50px;
}
#intro .arasuji .leftbox {
  max-width: 350px;
}
#intro .arasuji .rightbox {
  max-width: 550px;
}
#intro .flexbox {
  margin: 20px auto;
  width: 45%;
}
@media screen and (max-width: 655px) {
  #intro .flexbox {
    width: 100%;
  }
}
#intro .flexbox h3 {
  background: #EB7796;
  font-size: 17px;
  color: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
#intro .flexbox img {
  border-radius: 0 0 3px 3px;
}

#cast ul.flexgroup li {
  width: 45%;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 30px auto;
}
@media screen and (max-width: 655px) {
  #cast ul.flexgroup li {
    width: 100%;
  }
}
#cast ul.flexgroup li div {
  padding: 10px;
}

#sns {
  text-align: center;
}
#sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  margin: 0 auto;
}
#sns ul li {
  margin: 0 10px;
}
#sns ul li img {
  width: 27px;
  height: 27px;
  margin: 0;
}
#sns .twbnr {
  width: 200px;
  margin: 0 auto;
}
#sns .lnkbnr {
  margin: 30px auto;
  display: block;
  max-width: 600px;
}

@media screen and (min-width: 655px), print {
  .sp {
    display: none;
  }
}

#story ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerimg {
  background: url(../img/footerimg.jpg) no-repeat center;
  background-size: cover;
  min-height: 500px;
}
@media screen and (max-width: 655px) {
  .footerimg {
    min-height: 200px;
  }
}

footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 0.7rem;
  background: #EB7796;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
  background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}
footer .bar {
  max-width: 464px;
  margin: 10px auto;
}
@media screen and (max-width: 655px), print {
  footer .bar {
    margin: 10px;
  }
}

.kaigaidrama {
  max-width: 464px;
  margin: 10px auto;
}
.kaigaidrama img {
  width: 100%;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}
.tac img {
  margin: 0 auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.fclear {
  clear: both;
}

i.fab {
  margin-right: 5px;
}

/* scroll-pagetop ------------------------------------------------------------------- */
#pageTop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 15px;
  width: 55px;
  height: 55px;
  line-height: 0.5;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
#pageTop span {
  font-size: 0.5rem;
}

#pageTop a {
  display: block;
  width: 100%;
  z-index: 999;
  text-decoration: none;
  text-align: center;
}

#pageTop {
  background: #EB7796;
}

#pageTop a {
  color: #ffffff;
}

#pageTop a:hover {
  color: #b6b6b6;
}

/* drawer ------------------------------------------------------------------- */
.drawer-navbar .drawer-menu {
  padding: 0;
}

.drawer-hamburger {
  position: fixed;
  background: #ffc5e0;
  z-index: 9999;
  border-radius: 0 0 0 10px;
}

.drawer-hamburger:hover {
  background: #ffc5e0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #ffffff;
}

.drawer-container {
  max-width: 980px;
}

@media (min-width: 655px) {
  ul.drawer-menu {
    margin: 0 auto;
  }
}
.drawer-nav {
  color: #ffffff;
  background: #ffc5e0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
  background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer-nav ul li a {
  font-weight: bold;
  font-size: 1.3rem;
}

.drawer-brand {
  color: #ffffff;
}

.drawer-menu-item {
  color: #ffffff;
}

.drawer-menu-item:hover {
  color: #ffff00;
  text-decoration: none;
}

.drawer-menu-item.nolink {
  color: #666;
  cursor: default;
}

.drawer-menu-item.nolink:hover {
  color: #666;
  text-decoration: none;
}

.drawer--sidebar {
  background: #EB7796;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
  background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer--sidebar .drawer-contents {
  background: #EB7796;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
  background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer--sidebar.drawer--left .drawer-nav {
  border-right: 1px solid #fff;
}

.drawer--sidebar.drawer--right .drawer-nav {
  border-left: 1px solid #fff;
}

@media (min-width: 655px) {
  .drawer-navbar {
    border-bottom: 2px solid #cb6795;
    background: #EB7796;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
    background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
    /* IE6-9 */
  }
}
.drawer-navbar .drawer-dropdown-menu, .drawer-navbar .drawer-nav {
  border-bottom: 2px solid #cb6795;
}

.drawer-dropdown-menu {
  background: #EB7796;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EB7796), to(#ffc5e0));
  background: linear-gradient(to bottom, #EB7796 0%, #ffc5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer-navbar-header {
  height: 0;
}

.drawer-menu-item {
  padding: 1.2rem;
}

.drawer-navbar .drawer-menu-item {
  line-height: 3rem;
}

.drawer-menu-item span {
  margin-top: -28px;
  font-size: 0.8rem;
  display: block;
}

.modaal-container {
  max-width: 800px;
}

ul.drawer-menu li {
  -webkit-transition: .3s;
  transition: .3s;
}
ul.drawer-menu li:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 8px;
  height: 3px;
  background: #ffff00;
}
ul.drawer-menu li:hover {
  cursor: pointer;
}
ul.drawer-menu li:hover:after {
  width: 100%;
  left: 0;
}

.sticky {
  postion: -webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* swiper ------------------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 0;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media screen and (max-width: 655px), print {
  .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #EB7796;
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination span {
  margin: 5px;
}

/* loading ------------------------------------------------------------------- */
.box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: all 1.2s ease;
  /* 1.2秒でフェードアウト */
  transition: all 1.2s ease;
  color: #fff;
  /* ローディングアニメーションカラー */
  background-color: #ffc5e0;
  /* 背景カラー */
}

/* ローディング表示を消すための定義 */
.box.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ローディングアニメーション */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 120px;
  height: 120px;
}

/* Loading テキスト */
.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
}

/* 1番目のアニメーションの場合 */
.spinner.type1 {
  border-radius: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #fff rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.12);
  /* ローディング要素のアニメーションを指定 */
  -webkit-animation: spinner1_1 1.5s infinite linear forwards;
  animation: spinner1_1 1.5s infinite linear forwards;
}

.spinner.type1 span {
  /* Loading テキストのアニメーションを指定 */
  -webkit-animation: spinner_loading_text 1.5s infinite linear forwards reverse;
          animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}

/* ローディング要素のアニメーション内容 */
@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Loading テキストのアニメーション内容 */
@-webkit-keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
