/*==============================================
 for PC/Tablet
================================================*/
#root {
  width: 100%;
}

#root *:focus {
  outline: none;
}

#root #main_visual {
  padding-top: 70px;
}

#root #main_visual .main_visual_container {
  position: relative;
  width: 1000px;
  height: 671px;
  margin: 0 auto 110px auto;
}

#root #main_visual .main_visual_container .main_visual_img {
  position: absolute;
  top: 0;
  left: 45px;
  text-align: center;
  opacity: 0;
}

#root #main_visual .main_title_container .page_logo {
  position: absolute;
  top: -30px;
  left: 30px;
  opacity: 0;
}

#root #main_visual .main_title_container .bt_campaign {
  position: absolute;
  bottom: -30px;
  left: 50px;
  opacity: 0;
}

#root #main_visual .main_title_container .bt_campaign a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #main_visual .main_title_container .bt_campaign a:hover {
  opacity: .7;
}

#root #main_visual .main_title_container .copy_1 {
  position: absolute;
  top: 20px;
  right: 60px;
  opacity: 0;
}

#root #main_visual .main_title_container .copy_2 {
  position: absolute;
  right: 20px;
  bottom: 17px;
  opacity: 0;
}

#root #main_visual .main_title_container .copy_line {
  position: absolute;
  right: 30px;
  bottom: 60px;
  opacity: 0;
}

#root h2 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#root h3 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#root #full_movie {
  padding: 80px 0 220px 0;
}

#root #full_movie .full_movie_container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#root #full_movie .full_movie_container h2 {
  position: absolute;
  z-index: 10;
  top: -85px;
  right: 110px;
  width: 255px;
}

#root #full_movie .full_movie_container h2 img {
  width: 100%;
}

#root #full_movie .full_movie_container img {
  width: 700px;
}

#root #full_movie .full_movie_container img.thum {
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

#root #characters {
  padding: 0 0 30px 0;
}

#root #characters h2 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 220px;
  text-align: left;
  border-box: border-box;
}

#root #characters .character_correlation {
  position: relative;
  width: 1092px;
  height: 1693px;
  margin: 0 auto 100px auto;
}

#root #characters .character_correlation .m1 {
  position: absolute;
  z-index: 10;
  top: 275px;
  left: 240px;
  opacity: 0;
}

#root #characters .character_correlation .p1 {
  position: absolute;
  z-index: 5;
  top: 294px;
  left: 146px;
  opacity: 0;
}

#root #characters .character_correlation .m2 {
  position: absolute;
  z-index: 10;
  top: 273px;
  left: 781px;
  opacity: 0;
}

#root #characters .character_correlation .p2 {
  position: absolute;
  z-index: 5;
  top: 283px;
  left: 671px;
  opacity: 0;
}

#root #characters .character_correlation .m3 {
  position: absolute;
  z-index: 10;
  top: 870px;
  left: 326px;
  opacity: 0;
}

#root #characters .character_correlation .p3 {
  position: absolute;
  z-index: 5;
  top: 886px;
  left: 226px;
  opacity: 0;
}

#root #characters .character_correlation .m4 {
  position: absolute;
  z-index: 10;
  top: 871px;
  left: 653px;
  opacity: 0;
}

#root #characters .character_correlation .p4 {
  position: absolute;
  z-index: 5;
  top: 881px;
  left: 541px;
  opacity: 0;
}

#root #characters .character_correlation .m5 {
  position: absolute;
  z-index: 10;
  top: 1275px;
  left: 370px;
  opacity: 0;
}

#root #characters .character_correlation .p5 {
  position: absolute;
  z-index: 5;
  top: 1288px;
  left: 311px;
  opacity: 0;
}

#root #characters .character_correlation .m6 {
  position: absolute;
  z-index: 10;
  top: 1273px;
  left: 640px;
  opacity: 0;
}

#root #characters .character_correlation .p6 {
  position: absolute;
  z-index: 5;
  top: 1285px;
  left: 580px;
  opacity: 0;
}

#root #characters .character_correlation .correlation {
  opacity: 0;
}

#root #characters .character_profile {
  position: relative;
  width: 1017px;
  height: 2450px;
  margin: 57px auto 280px auto;
}

#root #characters .character_profile h3 {
  width: 255px;
  margin-left: 517px;
}

#root #characters .character_profile ul {
  position: relative;
}

#root #characters .character_profile ul li {
  list-style: none;
}

#root #characters .character_profile ul li .profile_left {
  width: 840px;
  margin: 0 auto;
}

#root #characters .character_profile ul li .profile_left:before, #root #characters .character_profile ul li .profile_left:after {
  display: table;
  content: '';
}

#root #characters .character_profile ul li .profile_left:after {
  clear: both;
}

#root #characters .character_profile ul li .profile_left .left {
  float: left;
  padding-left: 60px;
}

#root #characters .character_profile ul li .profile_left .right {
  float: right;
  margin-top: 75px;
}

#root #characters .character_profile ul li .profile_right {
  width: 840px;
  margin: 0 auto;
}

#root #characters .character_profile ul li .profile_right:before, #root #characters .character_profile ul li .profile_right:after {
  display: table;
  content: '';
}

#root #characters .character_profile ul li .profile_right:after {
  clear: both;
}

#root #characters .character_profile ul li .profile_right .left {
  float: left;
  margin-top: 90px;
}

#root #characters .character_profile ul li .profile_right .right {
  float: right;
  padding-right: 30px;
}

#root #characters .character_profile ul li .profile_sub {
  width: 820px;
  margin: 0 auto 0 auto;
}

#root #characters .character_profile ul li .profile_sub:before, #root #characters .character_profile ul li .profile_sub:after {
  display: table;
  content: '';
}

#root #characters .character_profile ul li .profile_sub:after {
  clear: both;
}

#root #characters .character_profile ul li .profile_sub .profile_05 {
  float: left;
  width: 208px;
}

#root #characters .character_profile ul li .profile_sub .txt {
  float: left;
  width: 404px;
  text-align: center;
}

#root #characters .character_profile ul li .profile_sub .txt img {
  margin-top: 100px;
}

#root #characters .character_profile ul li .profile_sub .profile_06 {
  float: left;
  width: 208px;
}

#root #characters .character_profile .pr1 {
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
}

#root #characters .character_profile .pr2 {
  position: absolute;
  top: 470px;
  left: 100px;
  opacity: 0;
}

#root #characters .character_profile .pr3 {
  position: absolute;
  top: 950px;
  left: 100px;
  opacity: 0;
}

#root #characters .character_profile .pr4 {
  position: absolute;
  top: 1430px;
  left: 100px;
  opacity: 0;
}

#root #characters .character_profile .pr5 {
  position: absolute;
  top: 1950px;
  left: 100px;
  opacity: 0;
}

#root #characters .character_profile .attention {
  position: absolute;
  top: 2600px;
  right: 30px;
}

#root #examination h2 {
  margin-bottom: -15px;
  text-align: left;
}

#root #examination .examslider_container {
  margin: 0 auto;
}

#root #examination .examslider_container .line {
  height: 40px;
  background: #7c0f80;
}

#root #examination .examslider_container .line_2019 {
  height: 40px;
  background: #bc9d66;
}

#root #examination .examslider_container .line_2019 .line_2019_container {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 75px 0 0;
  text-align: right;
  border-box: border-box;
}

#root #examination .examslider_container .red_book {
  padding-bottom: 100px;
  background: #f00;
  -webkit-box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.3);
}

#root #examination .examslider_container .red_book .title {
  width: 1000px;
  margin: 0 auto 40px auto;
  padding-top: 50px;
  text-align: center;
  opacity: 0;
}

#root #examination .examslider_container .red_book .pict {
  width: 1000px;
  margin: 0 auto 40px auto;
  text-align: center;
  opacity: 0;
}

#root #examination .examslider_container .red_book .pict img {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

#root #examination .examslider_container .red_book .txt ul {
  width: 750px;
  margin: 0 auto;
}

#root #examination .examslider_container .red_book .txt ul:before, #root #examination .examslider_container .red_book .txt ul:after {
  display: table;
  content: '';
}

#root #examination .examslider_container .red_book .txt ul:after {
  clear: both;
}

#root #examination .examslider_container .red_book .txt ul li {
  float: left;
  list-style: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #examination .examslider_container .red_book .txt ul li:hover {
  opacity: .7;
}

#root #examination .examslider_container .red_book .txt ul li:first-child {
  margin-right: 65px;
}

#root #examination .examslider_container .red_book .examslider {
  margin-bottom: 90px;
  padding: 0;
  opacity: 0;
}

#root #examination .examslider_container .red_book .examslider li {
  overflow: hidden;
  width: 345px;
  height: 490px;
  margin: 0 0 0 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

#root #examination .examslider_container .red_book .examslider li img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#root #examination .examslider_container .red_book .examslider li img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}

#root #examination .examslider_container .red_book .examslider .slick-prev:before,
#root #examination .examslider_container .red_book .examslider .slick-next:before {
  content: '';
}

#root #examination .examslider_container .red_book .examslider .slick-prev {
  z-index: 11;
  left: 70px;
  width: 41px;
  height: 41px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url("../img/btn_slider_prev.png") no-repeat;
}

#root #examination .examslider_container .red_book .examslider .slick-prev:hover {
  opacity: .7;
}

#root #examination .examslider_container .red_book .examslider .slick-next {
  z-index: 10;
  right: 70px;
  width: 41px;
  height: 41px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url("../img/btn_slider_next.png") no-repeat;
}

#root #examination .examslider_container .red_book .examslider .slick-next:hover {
  opacity: .7;
}

#root #gallery {
  margin-top: 230px;
  padding: 0 0 260px;
}

#root #gallery h2 {
  width: 550px;
  margin-bottom: 20px;
  text-align: right;
}

#root #gallery .gallery_container {
  position: relative;
  width: 970px;
  height: 1235px;
  margin: 0 auto;
  padding: 0 0 90px 0;
}

#root #gallery .gallery_container .gallery_box {
  font-size: 0;
  position: absolute;
  width: 450px;
}

#root #gallery .gallery_container .gallery_box .scene_pict {
  overflow: hidden;
  width: 450px;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

#root #gallery .gallery_container .gallery_box .scene_pict img {
  width: 450px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#root #gallery .gallery_container .gallery_box .scene_pict img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}

#root #gallery .gallery_container .gallery_box .sns {
  width: 257px;
  margin: 20px auto 0 auto;
}

#root #gallery .gallery_container .gallery_box .sns li {
  display: inline-block;
  margin: 0 15px 0 0;
  list-style: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

#root #gallery .gallery_container .gallery_box .sns li:last-child {
  margin-right: 0;
}

#root #gallery .gallery_container .gallery_box .sns li:hover {
  opacity: .5;
}

#root #gallery .gallery_container .gl1 {
  top: 0;
  left: 0;
}

#root #gallery .gallery_container .gl2 {
  top: 110px;
  left: 515px;
}

#root #gallery .gallery_container .gl3 {
  top: 430px;
  left: 0;
}

#root #gallery .gallery_container .gl4 {
  top: 545px;
  left: 515px;
}

#root #gallery .gallery_container .gl5 {
  top: 865px;
  left: 0;
}

#root #gallery .gallery_container .gl6 {
  top: 975px;
  left: 515px;
}

#root #gallery .slickslider_container h3 {
  margin-bottom: 20px;
}

#root #gallery .slickslider_container .slickslider {
  opacity: 0;
}

#root #gallery .slickslider_container .slickslider li {
  overflow: hidden;
  margin: 0 6px 10px 6px;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

#root #gallery .slickslider_container .slickslider li img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#root #gallery .slickslider_container .slickslider li img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}

#root #gallery .slickslider_container .slickslider .slick-prev:before,
#root #gallery .slickslider_container .slickslider .slick-next:before {
  content: '';
}

#root #gallery .slickslider_container .slickslider .slick-prev {
  z-index: 11;
  left: 70px;
  width: 41px;
  height: 41px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url("../img/btn_slider_prev.png") no-repeat;
}

#root #gallery .slickslider_container .slickslider .slick-prev:hover {
  opacity: .7;
}

#root #gallery .slickslider_container .slickslider .slick-next {
  z-index: 10;
  right: 70px;
  width: 41px;
  height: 41px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url("../img/btn_slider_next.png") no-repeat;
}

#root #gallery .slickslider_container .slickslider .slick-next:hover {
  opacity: .7;
}

#root #all_movies {
  padding: 0 0 225px;
}

#root #all_movies h2 {
  width: 780px;
  margin-bottom: 50px;
  text-align: left;
}

#root #all_movies .all_movies_container {
  width: 1000px;
  margin: 0 auto;
}

#root #all_movies .all_movies_container .movie_list {
  font-size: 0;
  width: 860px;
  margin: 0 auto;
}

#root #all_movies .all_movies_container .movie_list:before, #root #all_movies .all_movies_container .movie_list:after {
  display: table;
  content: '';
}

#root #all_movies .all_movies_container .movie_list:after {
  clear: both;
}

#root #all_movies .all_movies_container .movie_list li {
  float: left;
  width: 410px;
  margin-right: 40px;
  margin-bottom: 30px;
  list-style: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #all_movies .all_movies_container .movie_list li:hover {
  opacity: .5;
}

#root #all_movies .all_movies_container .movie_list li:nth-child(even) {
  margin-right: 0;
}

#root #all_movies .all_movies_container .movie_list li img {
  width: 410px;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

#root #all_movies .all_movies_container .movie_list li p {
  font-size: 2.4rem;
  display: block;
  padding-top: 15px;
  text-align: center;
  color: #000;
}

#root #all_movies .all_sns_container {
  width: 1000px;
  margin: 40px auto 0 auto;
}

#root #all_movies .all_sns_container ul {
  display: block;
  width: 789px;
  margin: 0 auto;
}

#root #all_movies .all_sns_container ul:before, #root #all_movies .all_sns_container ul:after {
  display: table;
  content: '';
}

#root #all_movies .all_sns_container ul:after {
  clear: both;
}

#root #all_movies .all_sns_container ul li {
  display: block;
  float: left;
  width: 243px;
  margin-right: 30px;
  list-style: none;
}

#root #all_movies .all_sns_container ul li:last-child {
  margin-right: 0;
}

#root #all_movies .all_sns_container ul li a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #all_movies .all_sns_container ul li a:hover {
  opacity: .5;
}

#root #cast {
  width: 1000px;
  margin: 0 auto;
}

#root #cast .cast_container {
  width: 720px;
  margin: 40px auto 140px auto;
}

#root #cast .cast_container .cast_wrapper {
  margin-bottom: 90px;
}

#root #cast .cast_container .cast_wrapper:first-child {
  margin-bottom: 30px;
}

#root #cast .cast_container .cast_wrapper:before, #root #cast .cast_container .cast_wrapper:after {
  display: table;
  content: '';
}

#root #cast .cast_container .cast_wrapper:after {
  clear: both;
}

#root #cast .cast_container .cast_wrapper .product {
  position: relative;
  float: left;
  width: 166px;
}

#root #cast .cast_container .cast_wrapper .product .badge {
  position: absolute;
  z-index: 10;
  top: -50px;
  left: -55px;
}

#root #cast .cast_container .cast_wrapper .product .pict {
  position: absolute;
}

#root #cast .cast_container .cast_wrapper .contents {
  position: relative;
  float: right;
  width: 505px;
}

#root #cast .cast_container .cast_wrapper .contents .name {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 5px solid #f6c02c;
}

#root #cast .cast_container .cast_wrapper .contents .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 15px 0 40px 0;
  color: #6a3906;
}

#root #cast .cast_container .cast_wrapper .contents .bt {
  position: absolute;
  top: 230px;
  right: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #cast .cast_container .cast_wrapper .contents .bt:hover {
  opacity: .5;
}

#root #cast .cast_container .cast_wrapper .contents .limit {
  margin-top: -25px;
}

#root #cast .cast_container .capt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 70px;
  color: #6a3906;
}

#root #cast .cast_container .capt .attention {
  color: #f00;
}

#root #banner ul {
  width: 800px;
  margin: 0 auto 120px auto;
}

#root #banner ul li {
  display: block;
  margin-bottom: 20px;
  list-style: none;
}

#root #banner ul li a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#root #banner ul li a:hover {
  opacity: .5;
}

#root #banner ul li img {
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.12);
}

.mfp-bg {
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: 0;
}

.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.mfp-wrap .mfp-arrow {
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: 0;
}

.mfp-wrap .gallery-arrow {
  line-height: 41px;
  position: absolute;
  z-index: 1046;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -17px;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  opacity: 0;
}

.mfp-wrap .gallery-arrow-left {
  left: 20px;
  background: url("../img/common/gallery_arrow_left.png");
}

.mfp-wrap .gallery-arrow-left:before {
  content: '';
}

.mfp-wrap .gallery-arrow-right {
  right: 20px;
  background: url("../img/common/gallery_arrow_right.png");
}

.mfp-wrap .gallery-arrow-right:before {
  content: '';
}

.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-ready .gallery-arrow {
  opacity: 1;
}

.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-removing .mfp-arrow {
  opacity: 0;
}

.mfp-removing .gallery-arrow {
  opacity: 0;
}

#root #cast .cast_container .cast_wrapper .contents .name{
	/* new */
	font-size: 28px;
    line-height: 28px;
    color: #6A3906;
    font-weight: bold;
}