.fadein {
  opacity: 0;
  animation: fadeIn 0.6s ease 0s 1 alternate;
  -webkit-animation: fadeIn 0.6s ease 0s 1 alternate;
  -moz-animation: fadeIn 0.6s ease 0s 1 alternate;
  animation-fill-mode: forwards;
}
.fadein_slow {
  opacity: 0;
  animation: fadeIn 4s ease 0.5s 1 alternate;
  -webkit-animation: fadeIn 4s ease 0.5s 1 alternate;
  -moz-animation: fadeIn 4s ease 0.5s 1 alternate;
  animation-fill-mode: forwards;
}
.text_more {
  animation: open 1s ease 0.1s 1 alternate;
  -webkit-animation: open 1s ease 0.1s 1 alternate;
  -moz-animation: open 1s ease 0.1s 1 alternate;
  animation-fill-mode: forwards;
}
.text_close {
  animation: close 1s ease 0.1s 1 alternate;
  -webkit-animation: close 1s ease 0.1s 1 alternate;
  -moz-animation: closeclose 1s ease 0.1s 1 alternate;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@-moz-keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@-webkit-keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
@-moz-keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@-webkit-keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@-o-keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@keyframes open {
  0% {
    height: 300px;
  }
  100% {
    height: 600px;
  }
}
@-moz-keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
@-webkit-keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
@-o-keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
@keyframes close {
  0% {
    height: 600px;
  }
  100% {
    height: 300px;
  }
}
.relative {
  position: relative;
}
.fix {
  position: fixed;
}
html {
  width: 100%;
  height: auto;
}
body {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sample_bnr {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 4px;
  z-index: 9999;
  padding: 0 4px;
  box-sizing: border-box;
}
.sample_bnr a {
  display: block;
  width: 100%;
  height: auto;
}
.sample_bnr a img {
  width: 100%;
  height: auto;
}
.top_line {
  height: 5px;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999999;
}
.bottom_line {
  height: 5px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
.left_line {
  height: 100%;
  width: 5px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999999;
}
.right_line {
  height: 100%;
  width: 5px;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999999;
}
.bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/sp/bg_sp.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
}
.bg_blur {
  width: 100%;
  height: 100%;
  background-image: url("../img/sp/bg_blur.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.bg_blur .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(29,48,61,0.5);
}
.bg_blur {
  width: 100%;
  height: 100%;
  top: 0;
}
header {
  width: 100%;
  height: auto;
  padding-top: 32px;
}
header .title {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
header .title img {
  width: 100%;
  height: auto;
}
header a {
  display: block;
  width: 70px;
  height: auto;
  position: absolute;
  right: 14px;
  bottom: 25px;
}
header a img {
  width: 100%;
  height: auto;
}
header .dramainfo {
    margin: 20px auto 0;
    width: 90%;
}
header .dramainfo img {
    width: 100%;
    height: auto;
}
main {
  margin-top: 119px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.main_inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.main_inner .movie {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}
.main_inner .movie .youtube {
  display: block;
  margin: 10px 0;
}
.main_inner .text {
  margin-top: 23px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main_inner .text img {
  width: 95%;
  height: auto;
}
.main_inner .main_btn_sample {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: auto;
}
.main_inner .main_btn_sample a {
  display: block;
}
.main_inner .main_btn_sample a img {
  width: 100%;
  height: auto;
}
.line {
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 38px;
}
.collection {
  position: relative;
}
.collection .collection_title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: atuo;
}
.collection .slide_button {
  display: block;
  width: 14%;
  height: auto;
  position: absolute;
  top: 150px;
}
.collection .slide_button img {
  width: 100%;
  height: auto;
}
.collection .slide_left {
  left: -10px;
}
.collection .slide_right {
  right: -10px;
}
.slider_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.slider {
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.slider .slider_li {
  display: block;
  position: absolute;
}
.slider .slider_li img {
  width: 100%;
  height: auto;
}
.gallery_nav {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
.gallery_nav li {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.3;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
}
.line_diagram_top {
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 35px;
}
.diagram {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.diagram img {
  width: 100%;
  height: auto;
}
.btn_diagram {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.btn_diagram img {
  width: 100%;
  height: auto;
}
.line_diagram_bottom {
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
}
.sample {
  width: 100%;
  height: auto;
}
.sample .sample_title {
  display: block;
  width: 98px;
  height: auto;
  margin: 0 auto;
}
.sample .sample_title img {
  width: 100%;
  height: auto;
}
.sample .inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.sample .inner .sample_text {
  color: #fff;
  margin: 0;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}
.btn_more {
  width: 100%;
  height: auto;
}
.btn_more img {
  width: 100%;
  height: auto;
}
.banner_natsuichi {
  text-align: center;
  padding-top: 50px;
}
.banner_natsuichi img {
  width: 90%;
}
footer {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
footer .btn_buy {
  position: absolute;
  width: 70px;
  height: 80px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
footer .btn_buy img {
  width: 100%;
  height: auto;
}
footer .tonbo {
  position: absolute;
  width: 260px;
  height: 93.5px;
  display: block;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 98;
}
footer .toTop {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 26px;
}
footer .toTop img {
  display: block;
  margin: 0 auto;
  padding-left: 5px;
  width: auto;
  height: 20px;
}
footer .sns {
  width: 100px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: auto;
}
footer .sns div {
  display: block;
  width: 40px;
  height: 40px;
}
footer .sns div img {
  width: 100%;
  height: auto;
}
footer .sns .twitter {
  float: left;
}
footer .sns .facebook {
  float: right;
}
.copy {
  width: 190px;
  height: auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 27px 0 16px 0;
}
.copy img {
  width: 100%;
  height: auto;
}
.disclaimer {
  text-align: center;
  margin: 20px auto;
  width: 90%;
}
.disclaimer img {
  margin: auto;
  width: 80%;
  height: auto;
}
label {
  background: #008000;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
}
input[type="checkbox"].on-off {
  display: none;
}
input[type="checkbox"].on-off + .sample_text {
  height: 300px;
}
input[type="checkbox"].on-off:checked + .sample_text {
  height: 600px;
}
.hide {
  display: none;
}
