@charset "UTF-8";
.contentWrapper {
  background-color: #fff;
}

.vegasVisualWrap .vegasVisual {
  margin-bottom: 1px;
}
.vegasVisualWrap .vegasVisual .textBox {
  position: absolute;
  top: 100px;
  right: 50%;
  left: auto;
  padding-top: 80px;
  padding-right: 50px;
}
.vegasVisualWrap .vegasVisual .textBox .textBoxInn {
  position: relative;
  margin: 0 auto;
  padding: 100px 50px 60px;
  width: 520px;
  color: #fff;
  border: 6px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.vegasVisualWrap .vegasVisual .textBox .textBoxInn .image {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: 140px;
  background: url(/images/main/vegas_mikan1.png) no-repeat center center;
}
.vegasVisualWrap .vegasVisual .textBox .textBoxInn .title, .vegasVisualWrap .vegasVisual .textBox .textBoxInn .copy {
  font-weight: bold;
}
.vegasVisualWrap .vegasVisual .textBox .textBoxInn .title {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 40px;
}
.vegasVisualWrap .vegasVisual .textBox .textBoxInn .copy {
  font-size: 20px;
}
.vegasVisualWrap .vegasVisual:last-child {
  margin-bottom: 0;
}
.vegasVisualWrap .vegasVisual:nth-child(odd) .textBox {
  right: 50%;
  left: auto;
  padding-right: 50px;
}
.vegasVisualWrap .vegasVisual:nth-child(even) .textBox {
  left: 50%;
  right: auto;
  padding-left: 50px;
}
.vegasVisualWrap .vegasVisual.vegasVisual-portal-main1 .textBox .textBoxInn .image {
  background-image: url(/images/main/vegas_mikan1.png);
}
.vegasVisualWrap .vegasVisual.vegasVisual-portal-main2 .textBox .textBoxInn .image {
  background-image: url(/images/main/vegas_mikan2.png);
}
.vegasVisualWrap .vegasVisual.vegasVisual-portal-main3 .textBox .textBoxInn .image {
  background-image: url(/images/main/vegas_mikan3.png);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .vegasVisualWrap .vegasVisual {
    min-height: 400px !important;
  }
}
@media (max-width: 767px) {
  .vegasVisualWrap .vegasVisual {
    min-height: 400px !important;
  }
}
section.section {
  padding: 80px 0;
}
section.section .section-title {
  position: relative;
  display: table;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1200px;
  min-height: 60px;
}
section.section .section-title > .text, section.section .section-title > .button {
  display: table-cell;
  vertical-align: top;
}
section.section .section-title > .text .textInn {
  display: table;
  width: auto;
}
section.section .section-title > .text .main, section.section .section-title > .text .sub {
  display: table-cell;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  vertical-align: top;
}
section.section .section-title > .text .main {
  margin: 0 auto 10px;
  padding-right: 30px;
  font-size: 34px;
}
section.section .section-title > .text .sub {
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.8;
  border-left: 1px solid #ccc;
}
section.section .section-title > .button {
  text-align: right;
}
section.section.feature .bx-wrapper {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.section.feature .bx-wrapper .bx-prev, section.section.feature .bx-wrapper .bx-next {
  top: 50%;
  outline: 0;
  background: url(/images/common/prev.png) no-repeat center center;
}
section.section.feature .bx-wrapper .bx-prev {
  background-image: url(/images/common/prev.png);
}
section.section.feature .bx-wrapper .bx-next {
  background-image: url(/images/common/next.png);
}
@media (max-width: 1023px) {
  section.section.feature .bannerList {
    position: relative;
    padding: 0 5px;
  }
  section.section.feature .slider {
    margin: 0 auto;
    max-width: 529px;
  }
  section.section.feature .slider .bx-wrapper .bx-prev, section.section.feature .slider .bx-wrapper .bx-next {
    margin-top: -30px;
    width: 25px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  section.section.feature .bannerList {
    margin-top: 60px;
    position: relative;
    height: 350px;
  }
  section.section.feature .slider {
    position: absolute;
    margin: 0 auto;
    width: 2122px;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  section.section.feature .slider .bx-wrapper .bx-prev, section.section.feature .slider .bx-wrapper .bx-next {
    margin-top: -60px;
    width: 50px;
    height: 120px;
  }
  section.section.feature .slider .bx-wrapper .bx-prev {
    left: 460px;
  }
  section.section.feature .slider .bx-wrapper .bx-next {
    right: 460px;
  }
}
section.section.season .seasonList {
  padding: 0 20px;
}
section.section.season .tab {
  margin-bottom: 20px;
  text-align: center;
}
section.section.season .tab .nav-tabs.tabs {
  border: none;
}
section.section.season .tab .inner {
  display: inline-block;
}
section.section.season .tab ul {
  display: table;
}
section.section.season .tab ul li {
  display: table-cell;
  float: none;
  padding: 0 7px;
  height: 70px;
  vertical-align: middle;
}
section.section.season .tab ul li a {
  display: table-cell;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #999;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
section.section.season .tab ul li a span {
  width: 100px;
  height: 100px;
}
section.section.season .tab ul li a.season1 {
  background-color: #f691b1;
}
section.section.season .tab ul li a.season2 {
  background-color: #00b999;
}
section.section.season .tab ul li a.season3 {
  background-color: #fda831;
}
section.section.season .tab ul li a.season4 {
  background-color: #658ef7;
}
section.section.season .tab ul li.active a {
  width: 70px;
  height: 70px;
}
section.section.season .inner {
  padding: 0 10px;
}
section.section.season .banner.portal-seasons
, section.section.season .banner.foreign-en-season
, section.section.season .banner.foreign-tw-season
, section.section.season .banner.foreign-cn-season
, section.section.season .banner.foreign-ko-season {
  margin: 0 auto;
}
section.section.season .banner.portal-seasons
.slides, section.section.season .banner.foreign-en-season
.slides, section.section.season .banner.foreign-tw-season
.slides, section.section.season .banner.foreign-cn-season
.slides, section.section.season .banner.foreign-ko-season .slides {
  margin: 0;
}
section.section.season .banner.portal-seasons
.slides li, section.section.season .banner.foreign-en-season
.slides li, section.section.season .banner.foreign-tw-season
.slides li, section.section.season .banner.foreign-cn-season
.slides li, section.section.season .banner.foreign-ko-season .slides li {
  margin: 0;
  padding: 0;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent, section.section.season .banner.foreign-en-season
.slides li .bannerContent, section.section.season .banner.foreign-tw-season
.slides li .bannerContent, section.section.season .banner.foreign-cn-season
.slides li .bannerContent, section.section.season .banner.foreign-ko-season .slides li .bannerContent {
  overflow: hidden;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a, section.section.season .banner.foreign-en-season
.slides li .bannerContent a, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a, section.section.season .banner.foreign-ko-season .slides li .bannerContent a {
  display: block;
  color: #fff;
  text-decoration: none;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a img, section.section.season .banner.foreign-en-season
.slides li .bannerContent a img, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a img, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a img, section.section.season .banner.foreign-ko-season .slides li .bannerContent a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div {
  position: relative;
  width: 100%;
  height: 100%;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div:before {
  display: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div h5 {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div .copy, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div .copy {
  top: 80px;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div h5, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div h5 {
  bottom: 15px;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-en-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a .flex-text-box > div:before, section.section.season .banner.foreign-ko-season .slides li .bannerContent a .flex-text-box > div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 30px;
  padding-right: 40px;
  width: 130px;
  content: "見る";
  border: 1px solid #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/images/common/ico-arrow-right-white.png) no-repeat right 15px center;
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a:hover img, section.section.season .banner.foreign-en-season
.slides li .bannerContent a:hover img, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a:hover img, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a:hover img, section.section.season .banner.foreign-ko-season .slides li .bannerContent a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a:hover .flex-text-box, section.section.season .banner.foreign-en-season
.slides li .bannerContent a:hover .flex-text-box, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a:hover .flex-text-box, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a:hover .flex-text-box, section.section.season .banner.foreign-ko-season .slides li .bannerContent a:hover .flex-text-box {
  background-color: rgba(0, 0, 0, 0.6);
}
section.section.season .banner.portal-seasons
.slides li .bannerContent a:hover .flex-text-box > div .copy, section.section.season .banner.portal-seasons
.slides li .bannerContent a:hover .flex-text-box > div:before, section.section.season .banner.foreign-en-season
.slides li .bannerContent a:hover .flex-text-box > div .copy, section.section.season .banner.foreign-en-season
.slides li .bannerContent a:hover .flex-text-box > div:before, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a:hover .flex-text-box > div .copy, section.section.season .banner.foreign-tw-season
.slides li .bannerContent a:hover .flex-text-box > div:before, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a:hover .flex-text-box > div .copy, section.section.season .banner.foreign-cn-season
.slides li .bannerContent a:hover .flex-text-box > div:before, section.section.season .banner.foreign-ko-season .slides li .bannerContent a:hover .flex-text-box > div .copy, section.section.season .banner.foreign-ko-season .slides li .bannerContent a:hover .flex-text-box > div:before {
  display: block;
}
section.section.ranking .rankList {
  padding: 0 10px;
}
section.section.ranking .rankList ul {
  padding-top: 20px;
}
section.section.ranking .rankList ul li {
  float: left;
  position: relative;
  padding: 40px 5px 0;
  width: 20%;
}
section.section.ranking .rankList ul li a {
  display: block;
}
section.section.ranking .rankList ul li img {
  width: auto;
  max-width: 100%;
}
section.section.ranking .rankList ul li .rank {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 70px;
  background: url(/images/main/rank1.png) no-repeat center bottom;
}
section.section.ranking .rankList ul li .rank.rank1 {
  background-image: url(/images/main/rank1.png);
}
section.section.ranking .rankList ul li .rank.rank2 {
  background-image: url(/images/main/rank2.png);
}
section.section.ranking .rankList ul li .rank.rank3 {
  background-image: url(/images/main/rank3.png);
}
section.section.ranking .rankList ul li .rank.rank4 {
  background-image: url(/images/main/rank4.png);
}
section.section.ranking .rankList ul li .rank.rank5 {
  background-image: url(/images/main/rank5.png);
}
section.section.ranking .rankList ul li h4 a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.area {
  padding-bottom: 0;
}
section.section.area .section-title {
  margin-bottom: 0;
}
section.section.area .bg {
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  max-width: 1600px;
  background: url(/images/main/bg_area.png) no-repeat top center;
}
section.section.area .bg_touch {
  display: none;
}
section.section.area .inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  min-height: 660px;
}
section.section.area .inner .button {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
section.section.area .mikan_animation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(/images/main/mikan_animation/chuyo.png) no-repeat;
  background-position: 0 0;
}
section.section.area .mikan_animation.touyo {
  top: 80px;
  left: 200px;
  background-image: url(/images/main/mikan_animation/touyo.png);
}
section.section.area .mikan_animation.chuyo {
  top: 180px;
  left: 20px;
  background-image: url(/images/main/mikan_animation/chuyo.png);
}
section.section.area .mikan_animation.nanyo {
  top: 340px;
  left: 150px;
  background-image: url(/images/main/mikan_animation/nanyo.png);
}
section.section.area .area-image {
  position: absolute;
  top: 130px;
  left: 523px;
}
section.section.area .area-image img {
  width: 500px;
  height: 500px;
}
section.section.movie {
  padding-top: 0;
  padding-bottom: 0;
}
section.section.movie .triangle {
  padding-top: 80px;
  padding-bottom: 40px;
  height: 100%;
  width: 100%;
  background: url(/images/common/triangle.png) no-repeat center center;
  background-size: 100% 100%;
}
section.section.movie .movieList {
  margin-top: 55px;
}
section.section.movie .movieList ul {
  background: url(/images/main/bg_movie.png) no-repeat center 100px;
  min-height: 1230px;
}
section.section.movie .movieList ul li {
  margin: 0 0 80px;
  padding: 0 10px;
}
section.section.movie .movieList ul li:last-child {
  margin-bottom: 0;
}
section.section.movie .movieList ul li .player, section.section.movie .movieList ul li .text {
  padding: 0 10px;
}
section.section.movie .movieList ul li .player {
  float: right;
  width: 50%;
}
section.section.movie .movieList ul li .text {
  float: left;
  width: 50%;
}
section.section.movie .movieList ul li .text h2 {
  margin: 45px 0 30px;
  padding: 0;
  font-weight: 500;
}
section.section.movie .movieList ul li .text h2 span {
  display: inline-block;
  padding: 0 0 0 45px;
  min-height: 65px;
  font-size: 55px;
  background: url(/images/main/ico_movie_title.png) no-repeat left top;
}
section.section.movie .movieList ul li .text p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
section.section.movie .movieList ul li:nth-child(odd) .player {
  float: right;
}
section.section.movie .movieList ul li:nth-child(odd) .text {
  float: left;
  text-align: right;
}
section.section.movie .movieList ul li:nth-child(even) .player {
  float: left;
}
section.section.movie .movieList ul li:nth-child(even) .text {
  float: right;
  text-align: left;
}
@media (max-width: 950px) {
  section.section.movie .movieList ul li .player, section.section.movie .movieList ul li .text {
    padding: 0 10px;
    float: none;
    width: 100%;
  }
  section.section.movie .movieList ul li .text h2 {
    margin: 20px 0 10px;
    text-align: left;
  }
  section.section.movie .movieList ul li .text h2 span {
    padding: 0 0 0 30px;
    min-height: 30px;
    font-size: 30px;
    background-size: auto 30px;
  }
}
section.section.appli {
  padding-top: 0;
}
section.section.appli .image {
  margin: 0 auto;
  width: auto;
  padding: 0 10px;
  max-width: 900px;
}
section.section.news .articleList {
  margin-top: 30px;
  padding: 0 10px;
}
section.section.news .articleList ul li a {
  display: block;
  padding: 30px 30px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
section.section.news .articleList ul li a:hover {
  background: #f8f8f8;
}
section.section.news .articleList ul li a dl {
  position: relative;
  min-height: 50px;
  padding-right: 70px;
  background: url(/images/common/arrow-right.png) no-repeat right center;
}
section.section.news .articleList ul li a dl dt {
  position: absolute;
  width: 110px;
  text-align: center;
}
section.section.news .articleList ul li a dl dt time {
  display: block;
  margin: 0 0 5px;
}
section.section.news .articleList ul li a dl dt span {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13px;
  background-color: #f00;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
section.section.news .articleList ul li a dl dt span.new {
  color: #4d3400;
  background-color: #ffc11c;
}
section.section.news .articleList ul li a dl dd {
  margin-left: 130px;
}
section.section.news .articleList ul li a dl dd h2 {
  margin: 0;
  color: #390;
  font-weight: bold;
  font-size: 20px;
}
section.section.news .articleList ul li a dl dd .lead_text {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.news .articleList ul li:first-child a {
  border-top: 1px solid #ccc;
}
section.section.instagram .section-title > .text .main {
  padding-left: 65px;
  height: 51px;
  background: url(/images/main/instagram_logo.png) no-repeat left center;
  vertical-align: middle;
}
section.section.instagram .instagramList {
  margin-top: 30px;
  padding: 0 10px;
}
section.section.instagram .instagramList ul li {
  float: left;
  position: relative;
  padding: 0 5px 10px;
  width: 14.28571%;
}
section.section.instagram .instagramList ul li a {
  display: block;
}
section.section.snsTimeline {
  padding-top: 0;
}
section.section.snsTimeline .inner {
  display: table;
  margin: 0 auto;
  width: 1000px;
}
section.section.snsTimeline .inner .column {
  display: table-cell;
  width: 50%;
  text-align: center;
}
section.section.pr .pr-title {
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: bold;
}
section.section.pr .inner {
  padding: 0 10px;
}
section.section.pr .banner.portal-pr1
, section.section.pr .banner.foreign-en-pr1
, section.section.pr .banner.foreign-tw-pr1
, section.section.pr .banner.foreign-cn-pr1
, section.section.pr .banner.foreign-ko-pr1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
section.section.pr .banner.portal-pr1
ul, section.section.pr .banner.foreign-en-pr1
ul, section.section.pr .banner.foreign-tw-pr1
ul, section.section.pr .banner.foreign-cn-pr1
ul, section.section.pr .banner.foreign-ko-pr1 ul {
  margin: 0 -10px;
}
section.section.pr .banner.portal-pr1
ul li, section.section.pr .banner.foreign-en-pr1
ul li, section.section.pr .banner.foreign-tw-pr1
ul li, section.section.pr .banner.foreign-cn-pr1
ul li, section.section.pr .banner.foreign-ko-pr1 ul li {
  float: left;
  width: 33.333333333333333333333333%;
  margin: 0;
  padding: 0 10px 20px;
  text-align: center;
}

.banner {
  position: relative;
  margin: 0 auto;
}
.banner.portal-pr1
, .banner.portal-seasons
, .banner.foreign-en-pr1
, .banner.foreign-tw-pr1
, .banner.foreign-cn-pr1
, .banner.foreign-ko-pr1
, .banner.foreign-en-season
, .banner.foreign-tw-season
, .banner.foreign-cn-season
, .banner.foreign-ko-season {
  visibility: visible !important;
}
.banner .slides li {
  text-align: center;
}

@media (max-width: 768px) {
  header.commonHeader .gNavi .gNaviInner {
    display: none;
  }

  section.section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  section.section .section-title {
    display: block;
    position: static;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    min-height: auto;
  }
  section.section .section-title > .text, section.section .section-title > .button {
    display: block;
  }
  section.section .section-title > .text {
    margin: 0 auto 5px;
    display: block;
  }
  section.section .section-title > .text .textInn, section.section .section-title > .text .main, section.section .section-title > .text .sub {
    display: block;
    float: none;
    width: 100%;
  }
  section.section .section-title > .text .main {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }
  section.section .section-title > .text .sub {
    margin: 10px 0 0;
    padding: 0;
    border: none;
  }
  section.section .section-title > .button {
    position: absolute;
    margin: 0;
    top: auto;
    right: auto;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  section.section.season .tab .nav-tabs.tabs {
    padding: 0;
  }
  section.section.season .seasonList {
    padding: 0 10px;
  }
  section.section.season .trigger {
    display: none !important;
  }
  section.section.movie {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  section.section.movie .triangle {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
  }
  section.section.movie .movieList {
    margin-top: 0;
  }
  section.section.movie .movieList ul {
    min-height: auto;
    background-image: none;
  }
  section.section.movie .movieList ul li {
    margin-bottom: 20px;
  }
  section.section.movie .movieList ul li .text {
    margin-bottom: 0;
    text-align: left !important;
  }
  section.section.ranking .rankList ul li {
    float: none;
    width: 100%;
  }
  section.section.area .bg {
    min-width: auto !important;
    background: none !important;
  }
  section.section.area .inner {
    width: auto;
    min-height: auto;
  }
  section.section.area .inner .button {
    bottom: 20px;
  }
  section.section.area .mikan_animation {
    display: none;
  }
  section.section.area .bg_touch {
    display: block;
  }
  section.section.news .articleList ul li a {
    display: block;
    padding: 10px;
  }
  section.section.news .articleList ul li a dl {
    min-height: auto;
    padding: 0;
    background-image: none;
  }
  section.section.news .articleList ul li a dl dt {
    position: static;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  section.section.news .articleList ul li a dl dt time {
    display: inline-block;
    margin: 0;
  }
  section.section.news .articleList ul li a dl dd {
    margin: 0;
  }
  section.section.instagram .section-title > .text .main {
    padding-left: 35px;
    height: 25px;
    background-size: 25px auto;
  }
  section.section.instagram .instagramList {
    margin-top: 10px;
  }
  section.section.instagram .instagramList ul li {
    width: 33.33333%;
  }
  section.section.instagram .instagramList ul li:first-child {
    width: 100%;
  }
  section.section.snsTimeline {
    padding-top: 0;
  }
  section.section.snsTimeline .inner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  section.section.snsTimeline .inner .column {
    display: block;
    margin: 0 auto 30px;
    padding: 0 10px;
    width: 100%;
  }
  section.section.pr .pr-title {
    margin-bottom: 30px;
  }
  section.section.pr .banner.portal-pr1
  ul li, section.section.pr .banner.foreign-en-pr1
  ul li, section.section.pr .banner.foreign-tw-pr1
  ul li, section.section.pr .banner.foreign-cn-pr1
  ul li, section.section.pr .banner.foreign-ko-pr1 ul li {
    width: 100%;
  }

  section.sec-commmon {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  section.sec-commmon .inner {
    width: auto;
    padding: 15px 0 0;
  }
  section.sec-commmon .inner .pull-right {
    float: left !important;
    width: 100%;
  }
  section.sec-commmon .inner .pull-right ul {
    padding: 0;
    text-align: center;
  }
  section.sec-commmon .inner .pull-right ul li {
    display: inline-block;
    width: 22%;
    margin: 0 5px 0 0;
  }
  section.sec-commmon .inner .pull-right ul li a {
    width: 100% !important;
    height: 30px !important;
    margin: 0 10px 0 0 !important;
    line-height: 30px !important;
    font-size: 13px;
  }
  section.sec-commmon .tab-content {
    padding: 20px 0 0;
  }
  section.sec-commmon .secHead {
    height: auto;
  }
  section.sec-commmon .secHead .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 20px;
  }
  section.sec-commmon .tab-content {
    padding: 5px 0;
  }

  .topMainContainer {
    width: 100%;
    margin-bottom: 20px;
  }
  .topMainContainer .main, .topMainContainer .side {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .topMainContainer .main .topCts {
    margin-bottom: 20px;
  }
  .topMainContainer .main .topCts .mainTitle {
    padding-bottom: 5px;
  }
  .topMainContainer .main .topCts .mainTitle h2 {
    padding: 0 0 0 28px;
    font-size: 16px;
    background-size: 23px 23px;
    line-height: 30px;
  }
  .topMainContainer .main .topCts .mainTitle ul {
    display: inline-block;
    float: right;
  }
  .topMainContainer .main .topCts .mainTitle ul li {
    float: left;
    font-size: 11px;
    margin-left: 5px;
  }
  .topMainContainer .main .topCts .mainTitle ul li a {
    width: 57px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
    text-align: center;
  }
  .topMainContainer .main .topCts .mainTitle ul li a:hover {
    text-decoration: none;
  }
  .topMainContainer .main .topCts .mainTitle ul li a.active {
    color: #FFF !important;
  }
  .topMainContainer .main .topCts .mainTitle ul li a.shimanami {
    border: #30A7E9 2px solid;
    color: #30A7E9;
  }
  .topMainContainer .main .topCts .mainTitle ul li a.shimanami.active {
    background-color: #30A7E9;
  }
  .topMainContainer .main .topCts .mainTitle ul li a.yamanami {
    border: #58A23F 2px solid;
    color: #58A23F;
  }
  .topMainContainer .main .topCts .mainTitle ul li a.yamanami.active {
    background-color: #58A23F;
  }
  .topMainContainer .main .topCts .mainTitle a.digest {
    display: none;
  }
  .topMainContainer .main .topCts section {
    float: none;
  }
  .topMainContainer .main .topCts section h3 {
    font-size: 14px;
  }
  .topMainContainer .main .topCts section article a:hover {
    opacity: 1;
  }
  .topMainContainer .main .topCts section article .dataBox p {
    font-size: 12px;
  }
  .topMainContainer .main .topCts section article .dataBox p.title {
    font-size: 14px;
  }
  .topMainContainer .main .rankBox {
    margin-bottom: 0;
  }
  .topMainContainer .main .rankBox section {
    width: 100%;
  }
  .topMainContainer .main .rankBox section article .dataBox {
    width: calc(100% - 125px);
    padding: 0 0 0 10px;
  }
  .topMainContainer .main .eventBox .mainTitle {
    padding-bottom: 0;
  }
  .topMainContainer .main .eventBox section {
    width: 100%;
  }
  .topMainContainer .main .eventBox section.shimanami h3 {
    border-right: none;
  }
  .topMainContainer .main .eventBox section article .dataBox {
    width: calc(100% - 105px);
    padding: 5px 10px 0;
  }
  .topMainContainer .side .bnr {
    display: none;
  }
  .topMainContainer .side .prBox h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .topMainContainer .side .prBox p {
    margin-bottom: 10px;
    text-align: center;
  }
  .topMainContainer .side .prBox ul {
    text-align: center;
  }
  .topMainContainer .side .prBox ul li {
    float: left;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
  }
  .topMainContainer .side .prBox ul li:nth-child(even) {
    float: right;
  }
  .topMainContainer .side .prBox ul li img {
    width: 100%;
  }

  section.sec-news {
    margin-bottom: 20px;
    padding: 10px;
  }
  section.sec-news .inner {
    width: 100%;
  }
  section.sec-news .inner .hd .pull-left {
    width: 100%;
  }
  section.sec-news .inner .hd .pull-left h2 {
    float: none;
    font-size: 20px;
  }
  section.sec-news .inner .hd .pull-left .nav-tabs.tabs {
    float: none;
    padding: 0;
  }
  section.sec-news .inner .hd .pull-left .nav-tabs.tabs li a {
    width: 95px;
    height: 30px;
    margin: 0 5px 0 0;
    line-height: 30px;
    font-size: 13px;
  }
  section.sec-news .inner .hd .pull-right {
    display: none;
  }
  section.sec-news .inner .tab-content article a:hover dl dt img {
    opacity: .1;
  }
  section.sec-news .inner .tab-content article a:hover dl dd h3 {
    text-decoration: none;
  }
  section.sec-news .inner .tab-content article a dl {
    height: 40px;
    padding-right: 0;
    background: none;
  }
  section.sec-news .inner .tab-content article a dl dt {
    width: 60px;
  }
  section.sec-news .inner .tab-content article a dl dt img {
    width: 60px;
    height: 40px;
  }
  section.sec-news .inner .tab-content article a dl dd {
    width: calc(100% - 135px);
  }
  section.sec-news .inner .tab-content article a dl dd.data {
    width: 65px;
    padding-top: 0;
    margin: 5px 5px;
  }
  section.sec-news .inner .tab-content article a dl dd.data .item {
    width: 65px;
    height: 30px;
    padding: 1px;
    font-size: 10px;
  }
  section.sec-news .inner .tab-content article a dl dd.data .item span {
    margin-bottom: 0;
    padding: 0;
    font-size: 10px;
  }
  section.sec-news .inner .tab-content article a dl dd ul {
    margin: 3px 0 2px;
  }
  section.sec-news .inner .tab-content article a dl dd ul li {
    margin-right: 3px;
    padding: 0 3px;
    line-height: 15px;
    font-size: 11px;
  }
  section.sec-news .inner .tab-content article a dl dd ul li.new {
    padding-top: 3px;
    font-size: 12px;
  }
  section.sec-news .inner .tab-content article a dl dd h3 {
    font-size: 12px;
    line-height: 1.1;
  }
  section.sec-news .inner .tab-content article a dl dd h3.sty1 {
    line-height: 40px;
  }

  section.sec-banner {
    width: 100%;
    margin-bottom: 20px;
  }
  section.sec-banner .bannerlist {
    margin: 0 10px;
  }
  section.sec-banner .bannerlist .pull-left {
    height: 40px;
    padding-top: 3px;
    margin-right: 0;
    font-size: 14px;
  }
  section.sec-banner .bannerlist .pull-left span {
    font-size: 12px;
  }
  section.sec-banner .bannerlist ul.list {
    width: 100%;
    text-align: center;
  }
  section.sec-banner .bannerlist ul.list li {
    display: inline-block;
    width: 49%;
    margin: 5px 5px 0 0;
  }
  section.sec-banner .bannerlist ul.list li img {
    width: 100%;
    height: auto;
  }
  section.sec-banner .bannerlist ul.list li:nth-child(even) {
    float: right;
  }
  section.sec-banner .bannerlist ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  section.sec-banner .bannerlist ul.list li:nth-child(4n) {
    margin-right: 0;
  }
  section.sec-banner .bannerlist ul.list li a:hover {
    opacity: 1;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 {
    float: left;
    width: 100%;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 .flex-viewport, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 .flex-viewport {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 ul, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 ul {
    margin-left: 2px;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 ul li, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 ul li {
    margin: 0 5px 0 0;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 .flex-direction-nav li, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 .flex-direction-nav li {
    width: 20px;
    text-align: center;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 .flex-direction-nav a, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 .flex-direction-nav a {
    width: 15px;
    margin-top: -10px;
  }
  section.sec-banner .bannerlist.type2 #bannerlist-portal-pr2 .flex-direction-nav a:before, section.sec-banner .bannerlist.type2 #bannerlist-portal-pr3 .flex-direction-nav a:before {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .vegasVisualWrap .vegasVisual .textBox {
    position: static;
    top: auto;
    right: auto !important;
    left: auto !important;
    padding: 100px 10px 0 !important;
  }
  .vegasVisualWrap .vegasVisual .textBox .textBoxInn {
    border-width: 4px;
  }
  .vegasVisualWrap .vegasVisual .textBox .textBoxInn .image {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    background-size: 70px auto;
  }
}
@media (max-width: 768px) {
  .vegasVisualWrap .vegasVisual .textBox .textBoxInn {
    padding: 50px 20px 20px;
    width: 100%;
  }
  .vegasVisualWrap .vegasVisual .textBox .textBoxInn .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .vegasVisualWrap .vegasVisual .textBox .textBoxInn .copy {
    font-size: 16px;
  }
}

/*# sourceMappingURL=layout.css.map */
