.loading {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
}
.loading p {
  position: absolute;
  opacity: 0;
}
@media only screen and (min-width: 481px) {
  .loading p {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .loading .logo1, .loading .logo2, .loading .logo3, .loading .logo4 {
    background: url("../img/pc/intro/txt02.png") no-repeat center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .loading .logo2 {
    background-image: url("../img/pc/intro/txt03.png");
  }
  .loading .logo3 {
    background-image: url("../img/pc/intro/txt04.png");
  }
  .loading .logo4 {
    background-image: url("../img/pc/intro/txt05.png");
  }
}
@media only screen and (max-width: 480px) {
  .loading p {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .loading .logo1 {
    background-image: url("../img/sp/intro/intro02.png");
  }
  .loading .logo2 {
    background-image: url("../img/sp/intro/intro03.png");
  }
  .loading .logo3 {
    background-image: url("../img/sp/intro/intro04.png");
  }
  .loading .logo4 {
    background-image: url("../img/sp/intro/intro05.png");
  }
}

.main_kv {
  position: relative;
  background: #000;
}
.main_kv img {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .main_kv {
    overflow: hidden;
  }
  .main_kv .ash, .main_kv .eiji {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .main_kv .change1 {
    -webkit-animation: change1 0.8s ease-in forwards;
    -moz-animation: change1 0.8s ease-in forwards;
    -o-animation: change1 0.8s ease-in forwards;
    animation: change1 0.8s ease-in forwards;
  }
  .main_kv .change2 {
    -webkit-animation: change2 0.8s ease-in forwards;
    -moz-animation: change2 0.8s ease-in forwards;
    -o-animation: change2 0.8s ease-in forwards;
    animation: change2 0.8s ease-in forwards;
  }
}

@keyframes change1 {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes change2 {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    margin: 0;
  }
}
.top_lead {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.top_lead span {
  color: #fdc500;
}
.top_lead .link_amazon a {
  background: url(../img/common/point_right_black.png) no-repeat 94% center #fdc500;
  -webkit-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .top_lead {
    font-size: 14px;
    padding: 16px 0;
    line-height: 1.8;
  }
  .top_lead p {
    margin-top: 1.6em;
  }
  .top_lead .notes {
    font-size: 10px;
    margin-top: 0;
  }
  .top_lead .link_amazon a {
    -webkit-background-size: 4.4% auto;
    -o-background-size: 4.4% auto;
    background-size: 4.4% auto;
    width: 89%;
    padding: 15px 0 14px;
    line-height: 1;
  }
}
@media only screen and (min-width: 481px) {
  .top_lead {
    font-size: 26px;
    line-height: 1.6;
    padding: 30px 0 33px;
  }
  .top_lead p {
    font-size: 18px;
    margin-top: 0.8em;
  }
  .top_lead .notes {
    font-size: 12px;
    margin-top: 0;
  }
  .top_lead .link_amazon a {
    width: 550px;
    height: 55px;
    line-height: 55px;
  }
  .top_lead .link_amazon a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
}

.banner_area {
  background: #fdc500;
}
@media only screen and (min-width: 481px) {
  .banner_area {
    padding: 70px 0 70px;
  }
  .banner_area ul {
    text-align: center;
  }
  .banner_area ul li {
    display: inline-block;
    width: 280px;
  }
  .banner_area ul li img {
    width: 100%;
  }
  .banner_area ul li a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  .banner_area {
    padding: 30px 20px 50px;
  }
  .banner_area li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top_news {
  position: relative;
  background: #fdc500;
}
.top_news h2 {
  position: absolute;
  z-index: 2;
}
.top_news li {
  margin-bottom: 2px;
  background: #000;
}
.top_news li .wrap {
  background: url("../img/common/point_right_color.png") no-repeat right center;
  position: relative;
}
.top_news li .date {
  color: #FFF;
  font-family: "Oswald", sans-serif;
}
.top_news li .title {
  color: #fdc500;
  font-weight: bold;
}
.top_news li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 481px) {
  .top_news h2 {
    left: 50%;
    margin-left: -530px;
  }
  .top_news li .wrap {
    width: 1064px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px 130px;
  }
  .top_news li .wrap:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  .top_news li .date {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .top_news li .title {
    font-size: 18px;
    margin-right: 50px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 480px) {
  .top_news h2 {
    width: 90px;
    width: 12%;
    left: 20px;
  }
  .top_news li .wrap {
    margin-left: 85px;
    padding: 20px 0;
    margin-right: 20px;
    -webkit-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
  }
  .top_news li .date {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .top_news li .title {
    font-size: 13px;
    line-height: 1.4;
    margin-right: 45px;
  }
}

.movie {
  background: #fdc500;
  position: relative;
  overflow: hidden;
}
.movie h2 {
  position: absolute;
}
.movie li {
  float: left;
}
.movie li .thumb {
  border: 5px solid #000;
  position: relative;
}
.movie li .thumb:after {
  content: '';
  background: url("../img/common/top/movie_play.png") no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.movie li .thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie li .thumb.player:after {
  display: none;
}
.movie li .thumb.player:before {
  display: none;
}
.movie .btn_more {
  position: absolute;
}
.movie .btn_more a {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  background: url("../img/common/point_right_black.png") no-repeat right center;
  -webkit-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.08em;
}
.movie .wrap {
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .movie {
    padding: 140px 0 150px;
  }
  .movie .wrap {
    position: relative;
    left: 50%;
    margin-left: -400px;
    overflow: hidden;
  }
  .movie .btn_more {
    left: 50%;
    top: 30px;
    margin-left: 440px;
  }
  .movie .btn_more a {
    padding: 2px 30px 2px 0;
    font-size: 18px;
  }
  .movie .btn_more a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  .movie h2 {
    top: 140px;
    left: 50%;
    margin-left: -530px;
  }
  .movie ul {
    width: 7050px;
  }
  .movie li {
    margin-right: 20px;
    width: 450px;
  }
  .movie li .thumb {
    width: 450px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .movie li .thumb:hover:after {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
  }
  .movie li .thumb:hover:before {
    opacity: 0;
  }
  .movie li .title {
    font-size: 14px;
    font-weight: bold;
  }
  .movie li img {
    width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .movie {
    padding: 135px 0 50px;
  }
  .movie .wrap {
    position: relative;
    left: 50%;
    margin-left: -100px;
  }
  .movie .btn_more {
    right: 20px;
    top: 15px;
  }
  .movie .btn_more a {
    padding: 2px 30px 2px 0;
    -webkit-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    font-size: 18px;
  }
  .movie h2 {
    width: 90px;
    width: 12%;
    left: 20px;
  }
  .movie ul {
    width: 3675px;
  }
  .movie li {
    width: 230px;
    margin-right: 15px;
  }
  .movie li .thumb {
    width: 230px;
    height: 128px;
    border-width: 3px;
    margin-bottom: 6px;
  }
  .movie li .thumb:after {
    -webkit-background-size: 35px;
    -o-background-size: 35px;
    background-size: 35px;
  }
  .movie li .title {
    font-size: 10px;
    line-height: 1.4;
  }
}

.floatCount {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(252, 203, 0, 0.9);
}
.floatCount .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatCount .close {
  background: url("../img/common/modal/close.png") no-repeat right top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.floatCount .comment {
  position: absolute;
  background: #000;
}
.floatCount .comment img {
  vertical-align: bottom;
}
.floatCount .comment iframe {
  width: 100%;
  height: 100%;
}
.floatCount .comment:before {
  content: '';
  display: block;
  width: 100%;
  height: 57px;
  background: url("../img/common/modal/base_top.png") no-repeat right bottom;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -57px;
}
.floatCount .comment:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 57px;
  background: url("../img/common/modal/base_btm.png") no-repeat left top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  left: 0;
  bottom: -57px;
}
@media only screen and (min-width: 481px) {
  .floatCount .close {
    width: 100px;
    height: 100px;
  }
  .floatCount .close:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  .floatCount .comment {
    width: 680px;
    height: 382px;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -211px;
    padding: 20px 0;
    /*			width: 680px;
    			top: 50%;
    			left: 50%;
    			margin-left: -340px;
    			margin-top: -275px;
    			img{
    				width: 100%;
    			}
    			.bnr_stamp{
    				margin-top: 15px;
    				@include hover;
    			}*/
  }
}
@media only screen and (max-width: 480px) {
  .floatCount .close {
    width: 50px;
    height: 50px;
  }
  .floatCount .comment {
    top: 50%;
    width: 100%;
    height: 180px;
    margin-top: -105px;
    padding: 15px 0;
    /*			top: 50%;
    			margin-top: -42%;
    			.bnr_stamp{
    				margin-top: 15px;
    			}*/
  }
}

/***********movie***********/
.floatcontents {
  background: rgba(252, 203, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 50;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcontents .close {
  background: url("../img/common/modal/close.png") no-repeat right top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.floatcontents .player {
  position: absolute;
  background: #000;
}
.floatcontents .player:before {
  content: '';
  display: block;
  width: 100%;
  height: 57px;
  background: url("../img/common/modal/base_top.png") no-repeat right bottom;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -57px;
}
.floatcontents .player:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 57px;
  background: url("../img/common/modal/base_btm.png") no-repeat left top;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  left: 0;
  bottom: -57px;
}
@media only screen and (min-width: 481px) {
  .floatcontents .close {
    width: 100px;
    height: 100px;
  }
  .floatcontents .close:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  .floatcontents .player {
    width: 680px;
    height: 382px;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -211px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .floatcontents .close {
    width: 50px;
    height: 50px;
  }
  .floatcontents .player {
    top: 50%;
    width: 100%;
    height: 180px;
    margin-top: -105px;
    padding: 15px 0;
  }
}
