@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@font-face {
  font-family: "Nasu";
  src: url(files/Nasu.eot) format("eot"), url(files/Nasu.woff) format("woff");
}
html, body {
  width: 100%;
  height: 100%;
  word-break: break-all
}
html {
  font-size: 62.5%
}
body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.8;
  background: #f5f5f5;
  color: #444;
  font-family: Nasu, YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 1.64rem;
  min-height: 100vh
}
a {
  color: #000;
  text-decoration: none;
}
ul {
  margin-left: 0;
  padding-left: 0
}
ul li {
  list-style-type: none
}
img {
  max-width: 100%;
  height: auto
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.main {
  background: #eae2d3;
}
.container {
  /*max-width: 940px;
  padding: 0 30px;*/
  position: relative;
  margin: 0 auto
}
.nav {}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav ul li {
  width: 150px;
  padding: 1% 0 2%;
  margin: auto;
}
.nav ul li a:hover {
  opacity: 0.7;
  background-position: center top 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.nav ul li a {
  font-size: 28px;
  padding: 0 0 15%;
  font-weight: bold;
  color: #207b58;
  text-align: center;
  display: block;
  background: url("../images/nav-bottom.png") no-repeat;
  background-position: center top 90%;
  background-size: contain;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.cont-top .logo {
  text-align: center;
  display: block;
  padding: 0
}
.cont-top .leftcurtain {
  position: absolute;
  left: 0;
  width: 24%;
}
.cont-top .rightcurtain {
  position: absolute;
  right: 0;
  width: 24%;
}
.curtain.sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
}
.cont-top .logo img {
  display: block;
  margin: 0 auto
}
.cont-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 70px;
}
.cont-about {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 160px;
}
.cont-about .about-txt-area {
  /*background: url("../images/about-bg.png")center center no-repeat;
  background-size: contain;*/
  background: linear-gradient(-45deg, transparent 30px, #fff 0) right, linear-gradient(135deg, transparent 30px, #fff 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  padding: 5%;
  width: 100%;
  margin: 0;
}
.cont-about .about-txt-area p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  color: #000;
}
.ttl {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.21em;
  position: relative;
  margin-bottom: 60px
}
.ttl img {
  height: 60px;
}
.cont-story {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 160px
}
.cont-story .story-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont-story .story {
  width: 33.333%;
  ;
  padding: 0 25px;
  position: relative;
  margin-bottom: 36px
}
.cont-story .story .number {
  position: absolute;
  font-family: Nasu;
  z-index: 10;
  letter-spacing: -0.15em;
  font-size: 3rem;
  font-weight: bold;
  left: 10px;
  top: -20px;
  color: #000;
  padding-top: 19px;
  text-align: center;
  background: url(../images/number_bg.png);
  background-size: contain;
  width: 74px;
  height: 85px;
  line-height: 85px;
  -moz-transform: rotateZ(-10deg);
  -webkit-transform: rotateZ(-10deg);
  -o-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
}
.cont-story .story .image {
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover
}
.cont-story .story .date {
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  font-weight: 300;
}
.cont-story .story h3 {
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.cont-story .story .arrow a {
  display: block;
  position: relative;
  background: #207b58;
  color: #fff;
  text-align: center;
  max-width: 280px;
  padding: 15px;
  margin: 0 auto;
}
.cont-story .story .arrow a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5%;
  top: 41%;
}
.cont-person {
  padding: 0 0 160px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.cont-person .person-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.cont-person .person-wrap .info {
  padding: 0;
}
.cont-person .person-wrap .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cont-person .person-wrap .info ul li {
  width: 33.333%;
  padding: 0 25px 25px;
  position: relative;
  margin-bottom: 90px
}
.cont-person .person-wrap .info ul li .name {
  position: absolute;
  /*background: url("../images/cast/name-bg.png")center center no-repeat;
  background-size: contain;*/
  background: linear-gradient(-45deg, transparent 15px, #fff 0) right, linear-gradient(135deg, transparent 15px, #fff 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  display: block;
  padding: 4%;
  text-align: left;
  width: 210px;
  font-size: 13px;
  top: 65%;
  right: 0;
}
.cont-person .person-wrap .info ul li .name span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#movie ul {
  width: 100%;
}
#movie h3{
	text-align: center;
	margin:  60px auto 30px;
}
#movie .movie-outer{
	width: 60%;	
	margin: 0 auto;
}
#movie .movie-inner {
  margin: 0 auto;
	height: 0;
  position: relative;
  padding-top: 56.25%;
}
#movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns-link {
  display: block;
  max-width: 330px;
  margin: 0 auto;
}
.footer {
  padding: 0 0 0 0;
  background: #eae2d3;
}
.footer .copyright {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.18rem;
  padding: 0 0 30px;
  color: #666
}
.pc-view {
  display: block
}
.sp-view {
  display: none
}
iframe {
  width: 100%;
}
.page-story {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 160px
}
.page .page-story .container {
  width: 100%;
  background-color: #fff;
  background: linear-gradient(-45deg, transparent 35px, #fff 0) right, linear-gradient(135deg, transparent 35px, #fff 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8%;
}
.page .page-story .container h1 {
  margin-bottom: 8%;
}
.page .page-story .container p {
  text-align: left;
}
.page .page-story .container img {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}
.back-link a {
  display: block;
  position: relative;
  background: #207b58;
  color: #fff;
  text-align: center;
  max-width: 280px;
  padding: 15px;
  margin: 50px auto 0;
}
.back-link a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5%;
  top: 41%;
}
/*--------------------------------sp------------------------------------*/
@media screen and (max-width: 860px) {
  .pc-view {
    display: none
  }
  .sp-view {
    display: block
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .main {
    background-size: 120% auto
  }
  .nav ul {
    flex-wrap: wrap;
  }
  .nav ul li {
    width: calc(100%/3);
    background-size: 90%;
    padding: 0 1% 4%;
  }
  .nav ul li a {
    font-size: 20px;
  }
  .ttl {
    font-size: 1.5rem;
    padding-left: 25px;
    margin-bottom: 40px;
  }
  .ttl img {
    height: 40px;
  }
  .cont-nav {
    padding: 50px 0 70px;
  }
  .cont-about .about-txt-area {
    width: 90%;
    margin-left: 5%;
  }
  .cont-story .story {
    width: 90%;
  }
  .cont-person {
    background-size: 120% auto
  }
  .cont-top .logo {
    padding: 0;
  }
  .cont-about {
    padding: 0 0 60px;
  }
  .cont-about .about-txt-area p {
    font-size: 1.2rem
  }
  .cont-story .story-wrap {
    flex-wrap: wrap;
	  justify-content: center;
  }
  .cont-story .story h3 {
    font-size: 0.8em;
  }
  .cont-story .story .arrow a {
    max-width: 170px;
    padding: 6px;
    font-size: 0.8em;
  }
  .cont-person {
    padding-bottom: 60px
  }
  .cont-person .person-wrap .info {
    width: 100%;
    padding: 0 2%;
  }
  .cont-person .person-wrap .info ul li {
    width: 50%;
    margin-bottom: 120px;
  }
  .cont-person .person-wrap .info ul li:last-child {
    margin-bottom: 50px;
  }
  .cont-person .person-wrap .info ul li .name {
    font-size: 0.6em;
    width: 120px;
    padding: 6%;
  }
  .cont-person .person-wrap .info ul li .name span {
    font-size: 14px;
  }
  .cont-person .person-wrap .pict {
    width: 82%;
    margin-left: 0;
    margin-right: -10px;
    margin-top: 20px;
    float: right
  }
  #movie .movie-outer {
    width: 80%;
  }
  .sns-link {
    max-width: 210px;
  }
  .cont-story {
    padding-bottom: 90px
  }
  .page .page-story .container {
    width: 90%;
    padding: 5%;
  }
  .page .page-story .container h1 {
    margin-bottom: 5%;
    font-size: 1.2em;
  }
  .page .page-story .container p {
    font-size: 1.4rem;
  }
  .page .page-story .container img {
    width: 100%;
  }
  .cont-twitter .twitter-wrap {
    max-width: 320px
  }
  .footer .copyright {
    font-size: 1.15rem;
    padding: 45px 0 60px 0
  }
}
@media screen and (max-width: 940px) {}
.page-top {
  padding: 50px 0 16px 0
}
.page-top .logo img {
  width: 90%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 50px;
}
/*# sourceMappingURL=style.css.map */