@charset "utf-8";

#main-contents {
  padding-bottom: 0;
  background: url("../../img/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.05em;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.1);
}
#main-contents .originalBg {
  position: relative;
  background: #f3f2f0;
}

#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #cd0806;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 38px;
}



#sugoroku {
  width: 1400px;
  margin: 0 auto;
  background: url("../../img/bg_cloud.jpg") repeat-y center center / 100% auto;
}

/* floating bnr */
.floatBnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
  z-index: 6;
}
.page-top {
  right: auto;
  left: 25px;
}

/* mv */
#main-contents #mv {
  position: relative;
  height: 603px;
  background: url("../../img/main.png") no-repeat center bottom / cover;
}
#main-contents #mv .ttl_logo {
  position: absolute;
  left: 30px;
  bottom: -230px;
  width: 600px;
}
#main-contents #mv .oa {
  position: absolute;
  right: 100px;
  bottom: -130px;
  width: 604px;
}

/* TVer */
.tver {
    margin: 300px 0 -170px;
}
.tver a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 10px;
    border: 3px #030303 solid;
    border-radius: 12px;
    box-shadow: 6px 6px 0px 0px rgb(88, 113, 127);
}
#main-contents .tver img {
    display: block;
    width: 190px;
    height: 101px;
    margin-right: 15px;
}
.tver span {
    display: block;
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/* movie */
#pr {
  position: relative;
  margin: 410px 0 320px;
}
#pr .s-ttl {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  z-index: 1;
}
#pr .thumb {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}
#pr .thumb:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(3deg);
  width: 100%;
  height: 100%;
  background: url("../../img/stripe_movie.png");
}
#pr .thumb .popup {
  display: block;
  transform: rotate(-5deg);
  border: 10px #fff solid;
  background: #fff;
}
#pr .thumb .popup:hover {
  opacity: 1;
}
#pr .thumb .popup .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 160px;
  height: 160px;
}
.hover #pr .thumb .popup .play:hover {
  transform: translate(-50%,-50%) scale(1.3, 1.3);
  transition: .3s;
}



/* about */
#about {
  position: relative;
}
#about .bg {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  transform:skewY(-3deg);
  background: #fff;
}
#about .bg img {
  transform:skewY(3deg) scale(1.2);
  opacity: 0.35;
}
#about .s-ttl {
  position: absolute;
  top: -230px;
  left: 0;
  right: 0;
  width: 1110px;
  margin: auto;
  z-index: 1;
}
#about .text {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 180px 5% 300px;
  z-index: 1;
}


/* threeshot */
#threeshot {
  position: relative;
  margin-top: -40px;
  z-index: 2;
}
#threeshot .s-ttl {
  position: relative;
  width: 355px;
  margin: 0 auto;
}
#threeshot .s-ttl img {
  position: absolute;
}
#threeshot .s-ttl .sub {
  top: -110px;
  left: -340px;
  width: 630px;
  transform: rotate(-14deg);
}
#threeshot .s-ttl .main {
  top: -20px;
  left: 0;
  right: 0;
  width: 355px;
  margin: auto;
}


/* cell */
#cell {
  position: relative;
  background: url("../../img/map.jpg") no-repeat center center / 110% auto;
  margin-top: -100px;
  z-index: 1;
}
#cell:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
#cell .inner {
  position: relative;
  background: url("../../img/cell_wave.svg") no-repeat left top / auto 100%;
}
#cell .text {
  padding: 90px 0 170px;
}
#cell .text .s-ttl {
  width: 433px;
  margin: 0 0 65px -10px;
}
#cell .text .data {
  width: 410px;
  padding-left: 45px;
}
#cell .sugoroku {
  position: absolute;
  top: 54%;
  right: 50px;
  width: 850px;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
}
#cell .sugoroku-inner {
  display: block;
  position: relative;
}
#cell .sugoroku-inner .zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 10px 20px;
  border-radius: 0 5px 0 5px;
  background: #000;
}
#cell .sugoroku-inner .zoom .zoom-text {
  width: 160px;
  margin-right: 10px;
}
#cell .sugoroku-inner .zoom .icon {
  width: 30px;
}

/* event */
#event {
  padding: 50px 30px 160px;
  background: #000;
}
#event .s-ttl {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto 35px;
}
#event .ex {
  width: 250px;
  margin: 0 auto 35px;
}
#event .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 372px;
  overflow: hidden;
  margin-bottom: 30px;
}
#event .item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("../../img/event_stripe_b.png") repeat-x left top;
}
#event .item .capture {
  width: 50%;
}
#event .item .text {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  width: 50%;
}
#event .item01 .text { background: #0c83e7; }
#event .item02 .text { background: #e70012; }
#event .item03 .text { background: #f3dd25; }
#event .item04 .text { background: #292929; }

#event .item .text img {
  position: relative;
  height: 100%;
  width: auto;
  z-index: 1;
}
#event .item .cell {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


/* character */
#character {
  position: relative;
  padding-top: 285px;
}
#character .s-ttl {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
}
#character .barrier {
  position: relative;
}
#character .barrier .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  z-index: 2;
}
#character .barrier .alien {
  padding-top: 80px;
}
#character .barrier .text .text01 {
  width: 540px;
  margin-left: -49px;
}
#character .barrier .text .cloud {
  width: 570px;
  margin: -5px 0 0 -70px;
}
#character .barrier .still {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#character .barrier .still-inner {
  position: relative;
}
#character .barrier .still img {
  position: absolute;
  width: 460px;
  border: 10px #fff solid;
}
#character .barrier .still01 {
  top: 30px;
  right: 70px;
  transform: rotate(-5deg);
}
#character .barrier .still02 {
  top: 315px;
  right: 50px;
  transform: rotate(6deg);
}
#character .luckycard {
  position: relative;
  overflow: hidden;
  height: 800px;
  margin-top: -90px;
  z-index: 2;
}
#character .luckycard .bg {
  display: block;
  position: absolute;
  top: 20px;
  left: -10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(11deg) scale(1.3);
  transform-origin:left top;
  box-shadow: 0px 0px 18px 0px #265c5e;
}
#character .luckycard .bg img {
}
#character .luckycard .inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 80px 0 0;
}
#character .luckycard .text {
  width: 652px;
  padding-top: 150px;
}
#character .luckycard .mamorukun {
  width: 512px;
  margin-left: -80px;
}

/* trouble */
#trouble {
  position: relative;
  margin-top: 50px;
  background: #b10000;
  z-index: 2;
}
#trouble .s-ttl {
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
}
#trouble .barrier {
  padding: 200px 50px 385px;
}
#trouble .barrier .item {
  position: relative;
}
#trouble .barrier .item .still {
  display: inline-block;
}
#trouble .barrier .item .text,
#trouble .barrier .item .cloud {
  position: absolute;
}
#trouble .barrier .item01 {
  margin-bottom: 220px;
  padding-bottom: 20px;
}
#trouble .barrier .item01 .still {
  width: 695px;
}
#trouble .barrier .item01 .text {
  top: 55px;
  right: 15px;
  width: 711px;
}
#trouble .barrier .item01 .cloud {
  top: 240px;
  right: 130px;
  width: 580px;
}
#trouble .barrier .item02 {
  margin-bottom: 80px;
  text-align: right
}
#trouble .barrier .item02 .still {
  width: 670px;
  margin-right: 40px;
  border: 10px #000 solid;
  box-shadow: 6px 6px 0px 0px rgb(255 255 255 / 100%);
  transform: rotate(6deg);
  transform-origin:left top;
}
#trouble .barrier .item02 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -230px;
  left: 60px;
  width: 620px;
  height: 495px;
  background: url("../../img/trouble_02_ttl.svg") no-repeat center center / cover;
}
#trouble .barrier .item02 .text img {
  width: 420px;
}
#trouble .barrier .item02 .cloud {
  top: 270px;
  left: 180px;
  width: 550px;
}
#trouble .barrier .item03 .still {
  width: 670px;
  margin-left: 40px;
  border: 10px #000 solid;
  box-shadow: 6px 6px 0px 0px rgb(255 255 255 / 100%);
  transform: rotate(-7.5deg);
  transform-origin: right top;
}
#trouble .barrier .item03 .cloud {
  top: 160px;
  right: 120px;
  width: 560px;
}


/* reward */
#reward {
  position: relative;
  padding: 230px 25px 300px 15px;
  z-index: 2;
  margin-top: -230px;
}
#reward .bg {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  transform:skewY(-6deg);
  background: #00deff;
}
#reward .bg img {
  transform:skewY(6deg) scale(1.2);
  opacity: 0.35;
}
#reward .r-ttl img {
  position: absolute;
}
#reward .r-ttl .ttl01 {
  top: -43px;
  left: 50px;
  width: 680px;
}
#reward .r-ttl .ttl02 {
  top: 30px;
  left: 250px;
  width: 775px;
}
#reward .text {
  position: absolute;
  top: 190px;
  right: 90px;
  width: 630px;
  z-index: 2;
}
#reward .still {
  position: relative;
}
#reward .still .still01 {
  position: relative;
  width: 727px;
  z-index: 1;
}
#reward .still .still02 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 774px;
}

/* spot */
#spot {
  position: relative;
  padding: 30px 0 380px;
  z-index: 2;
  margin-top: -230px;
}
#spot .bg {
  display: block;
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  transform:skewY(-6deg);
}
#spot .bg img {
  transform:skewY(6deg) scale(1.2);
}
#spot .inner {
  display: block;
  position: relative;
}
#spot .s-ttl {
  width: 510px;
  margin: 0 auto 50px;
}
#spot .map {
  position: absolute;
  top: -90px;
  right: 65px;
  transform: rotate(9deg);
  width: 320px;
  border-radius: 14px;
  border: 10px #fff solid;
  z-index: 1;
}
#spot .swiper {
  position: relative;
  padding-bottom: 110px;
}
#spot .swiper:after {
  display: block;
  content: "";
  position: absolute;
  top: 152px;
  width: 100%;
  height: 40px;
  border-top: 5px #000 solid;
  border-bottom: 5px #000 solid;
  background: #fff;
}
#spot .swiper-wrapper {
  position: relative;
}
#spot .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 68px 20px 30px;
  cursor: pointer;
}
/* 残り何マス設定 */
#spot .swiper-wrapper .swiper-slide img.space {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 25%;
  height: auto;
}
#spot .swiper-wrapper .swiper-slide .inner {
  padding: 15px;
}
#spot .swiper-wrapper .swiper-slide .visit {
  background: url("../../img/bg_flash.svg") no-repeat center center / 155%;
  border-radius: 20px;
  box-shadow: 0px 0px 29px 0px rgba(0, 117, 131, 0.6);
}
#spot .swiper-wrapper .swiper-slide .still {
  position: relative;
  border-radius: 20px;
  border: 10px #fff solid;
  border-width: thick;
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 131, 0.6);
  z-index: 2;
}
#spot .swiper-wrapper .swiper-slide .visit .still {
  box-shadow: none;
}
#spot .swiper-wrapper .swiper-slide .icon {
  position: absolute;
  top: -65px;
  right: 0;
  width: 180px;
  z-index: 1;
}
#spot .swiper-wrapper .swiper-slide .cell {
  position: absolute;
  top: -60px;
  left: -20px;
  width: 130px;
  padding: 10px;
  z-index: 2;
}
#spot .swiper-wrapper .swiper-slide .spot21 .cell {
  top: -40px;
  width: 165px;
  left: -45px;
}
#spot .swiper-wrapper .swiper-slide .cell img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 117, 131, 0.6);
}
#spot .swiper-wrapper .swiper-slide .clear img {
  box-shadow: none;
}
#spot .swiper-wrapper .swiper-slide .visit .cell {
  left: -35px;
}
#spot .swiper-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px !important;
}
#spot .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 0 0 10px !important;
  background: #fff !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
#spot .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
#spot .swiper-pagination-bullet-active {
  background: #d60000 !important;
}
#spot .swiper-wrapper .slide-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
}
#spot .swiper-arrow {
  position: relative;
}
#spot .swiper-arrow div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 63px;
  width: 63px;
  height: 63px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#spot .swiper-arrow .swiper-button-prev {
  left: 50% !important;
  transform: translateX(-350px);
}
#spot .swiper-arrow .swiper-button-next {
  right: 50%;
  transform: translateX(350px);
}
#spot .swiper-button-prev:before,
#spot .swiper-button-next:before {
  display: block;
  content: "";
  width: 30px !important;
  height: 30px !important;
  margin-top: 0 !important;
}
#spot .swiper-button-prev:before {
  background: url("../../img/icon_arrow.svg") no-repeat center center / 30px !important;
}
#spot .swiper-button-next:before {
  background: url("../../img/icon_arrow.svg") no-repeat center center / 30px !important;
  transform: scale(-1, 1);
}
#spot .swiper-button-prev:after,
#spot .swiper-button-next:after {
  display: none;
}
#spot .swiper-wrapper .swiper-button-prev > div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #d60000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#spot .swiper-wrapper .swiper-button-prev > div:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
}
#spot .swiper-wrapper .swiper-button-prev > div:after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
#spot .swiper-wrapper .swiper-button-next > div:after {
  transform: translate(-57%, -50%) rotate(45deg);
}
.swiper-wrapper {
  width: 100%;
}
#spot .message {
  margin-top: -95px;
  padding-right: 30px;
  text-align: right;
}

#modalData > div {
  display: none;
}
.modaal-container {
  max-width: 930px;
  background: none;
  box-shadow:none;
}
.modaal-content-container {
  padding: 0;
}
.spot-modal.visit {
  padding: 20px;
  background: url("../../img/bg_flash.svg") no-repeat center center / 150%;
  border-radius: 20px;
}
.spot-modal .inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.spot-modal.visit .inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -113px;
  right: 20px;
  width: 220px;
  height: 145px;
  background: url("../../img/spot/visit_popup.png") no-repeat left top / 100% auto;
}
.spot-modal .spot-ttl {
  position: relative;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 15px 160px;
  border-radius: 35px;
  background: #f4780b;
  background: -moz-linear-gradient(left,  #f4780b 0%, #f4db0b 100%);
  background: -webkit-linear-gradient(left,  #f4780b 0%,#f4db0b 100%);
  background: linear-gradient(to right,  #f4780b 0%,#f4db0b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4780b', endColorstr='#f4db0b',GradientType=1 );
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
.spot-modal .capture {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.spot-modal .capture img {
  display: block;
  width: 48.7%;
  border-radius: 4px;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
}
.spot-modal .capture img.small {
  width: 21.6%;
}
.spot-modal .capture img:first-child {
  margin-right: 2.6%;
}
.spot-modal .capture img:nth-child(3) {
  margin-top: 2.6%;
}
.spot-modal .cell {
  position: absolute;
  top: -80px;
  left: -60px;
  border-radius: 30px;
  border: 4px #fff solid;
}
.spot-modal .clear {
  top: -110px;
  left: -60px;
  border: none !important;
  background: none !important;
}
.spot-modal .cell.y { background: #f2df23;}
.spot-modal .cell.b { background: #088edf;}
.spot-modal .cell.r { background: #e50d0d;}
.spot-modal .cell img {
  display: block;
  width: 230px;
  border-radius: 30px;
  border-style: solid;
  border-width: 15px;
}
.spot-modal .cell.y img { border-color: #f2df23; }
.spot-modal .cell.b img { border-color: #088edf; }
.spot-modal .cell.r img { border-color: #e50d0d; }
.spot-modal .cell.m img { border-radius: 10px; }
.spot-modal .clear img {
  border: none !important;
}
.spot-modal p {
  line-height: 1.6;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.spot-modal .data {
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #04c4e0;
  border-radius: 4px;
  color: #fff;
  font-size: 1.25em;
}
.spot-modal .detail {
  font-size: 1.125em;
}
.spot-modal .detail span {
  padding:  0 3px;
  border-bottom: 4px solid; 
}
.spot-modal .detail .spot00-menu1 {
  border-color: #faeb46;
}
.spot-modal .detail .spot00-menu2 {
  border-color: #fa8072;
}
.spot-modal .detail .spot00-menu3 {
  border-color: #fba206;
}
.spot-modal .detail .spot01-menu {
  border-color: #d69227;
}
.spot-modal .detail .spot03-menu {
  border-color: #49b02e;
}
.spot-modal .detail .spot04-menu {
  border-color: #0854d1;
}
.spot-modal .detail .spot06-menu {
  border-color: #c29e22;
}
.spot-modal .detail .spot07-menu1 {
  border-color: #f9a605;
}
.spot-modal .detail .spot07-menu2 {
  border-color: #fb4c54;
}
.spot-modal .detail .spot11-menu {
  border-color: #fba206;
}
.spot-modal .detail .spot13-menu {
  border-color: #f88bec;
}
.detail .spot19-menu {
  border-color: #ed9914;
}

/* cast */
#cast {
  position: relative;
  margin: -210px 0 0;
  padding: 70px 0;
  background: url("../../img/bg_cloud.jpg") repeat-y center center / 100% auto;
  z-index: 2;
}
#cast .inner {
  position: relative;
  width: 1330px;
  margin: 0 auto;
  padding: 110px 70px 120px;
  background: url("../../img/cast_bg.png") no-repeat center top / 100% auto;
  z-index: 2;
}
#cast .s-ttl {
  width: 320px;
  margin: 0 auto 100px;
}
#cast .member {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cast .member .item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  background: #fff;
}
#cast .member .item:last-child {
  margin-right: 0;
}
#cast .member .item .p-trim {
  height: 440px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#cast .member .item .name {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
}
#cast .member .item .comment {
  line-height: 1.7;
  padding: 20px;
  font-weight: 600;
  font-size: 1.063em;
}
#cast .member .imada .comment span {
  background: linear-gradient(transparent 40%, #ffcdc2 40%);
}
#cast .member .kosugi .comment span {
  background: linear-gradient(transparent 40%, #a4d6ff 40%);
}
#cast .member .akiyama .comment span {
  background: linear-gradient(transparent 40%, #e5ff34 40%);
}

/* report */
#report {
  padding: 70px 5%;
  background: #3c1b05;
}
#report ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#report ul li {
  width: 49%;
  margin-right: 2%;
  background: #f3dd25;
}
#report ul li.arne {
  margin-right: 0;
  background: #6cafec;
}
#report ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
}
#report ul li.arne a {
  color: #fff;
}
#report ul li a .icon {
  width: 70px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
#report ul li a .text {
  font-weight: 600;
  font-size: 1.125em;
}
#report ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 3px #000 solid;
  border-right: 3px #000 solid;
  transform: translateY(-50%) rotate(45deg);
}
#report ul li.arne a:after {
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
}



/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  color: #000;
  background: #f8d935;
}

/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}


@media all and (max-width: 1400px)  {
  #sugoroku {
    width: 100%;
  }
  
  /* mv */
  #main-contents #mv .ttl_logo {
    left: 2%;
    bottom: -16.42vw;
    width: 42.8%;
  }
  #main-contents #mv .oa {
    right: 7%;
    bottom: -7.28vw;
    width: 42.8%;
  }

  /* movie */
  #pr {
    margin: 29vw 0 22.85vw;
  }
  #pr .s-ttl {
    top: -9vw;
    width: 35.7vw;
  }
  #pr .thumb {
    width: 75%;
  }
  
  /* TVer */
  .tver {
    margin: 21vw 0 -12vw;
  }

  /* about */
  #about .s-ttl {
    top: -16.4vw;
    width: 79vw;
  }
  #about .text {
    width: 88.5vw;
    padding: 12.85vw 5% 21.4vw;
  }

  /* threeshot */
  #threeshot {
    margin-top: -3.5vw;
  }
  #threeshot .s-ttl {
    width: 25.3vw;
  }
  #threeshot .s-ttl .sub {
    top: -7.85vw;
    left: -24.2vw;
    width: 45vw;
  }
  #threeshot .s-ttl .main {
    top: -1.42vw;
    width: 25.35vw;
  }


  /* cell */
  #cell {
    background: url("../../img/map.jpg") no-repeat center center / 110% auto;
    margin-top: -7vw;
  }
  #cell .inner {
    background: url("../../img/cell_wave.svg") no-repeat left top / auto 100%;
  }
  #cell .text {
    padding: 6.4vw 0 10vw;
  }
  #cell .text .s-ttl {
    width: 30.9%;
    margin: 0 0 4.64vw -0.71vw;
  }
  #cell .text .data {
    width: 29.28%;
    padding-left: 3.2vw;
  }
  #cell .sugoroku {
    top: 54%;
    right: 3.57vw;
    width: 60.7%;
    padding: 1.42vw;
  }
  #cell .sugoroku-inner .zoom {
    top: -1.42vw;
    right: -1.42vw;
    padding: 0.71vw 1.42vw;
  }
  #cell .sugoroku-inner .zoom .zoom-text {
    width: 11.42vw;
    margin-right: 0.71vw;
  }
  #cell .sugoroku-inner .zoom .icon {
    width: 2.14vw;
  }

  /* event */
  #event {
    padding: 3.557vw 2.14vw 11.42vw;
  }
  #event .s-ttl {
    max-width: 90.7vw;
    margin: 0 auto 2.5vw;
  }
  #event .ex {
    width: 17.8vw;
    margin: 0 auto 2.5vw;
  }
  #event .item {
    height: 25.57vw;
    margin-bottom: 2.14vw;
  }
  #event .item .text {
    padding-left: 2.85vw;
  }
  #event .item .cell {
    width: 19.5vw;
  }


  /* character */
  #character {
    padding-top: 20.3vw;
  }
  #character .s-ttl {
    top: -9.82vw;
    width: 74.2vw;
  }
  #character .barrier .flex {
    padding-left: 0.71vw;
  }
  #character .barrier .alien {
    width: 25.2%;
    padding-top: 5.71vw;
  }
  #character .barrier .text .text01 {
    width: 38.57vw;
    margin-left: -3.5vw;
  }
  #character .barrier .text .cloud {
    width: 40.7vw;
    margin: -0.35vw 0 0 -5vw;
  }
  #character .barrier .still {
    top: -5vw;
  }
  #character .barrier .still img {
    width: 32.85%;
  }
  #character .barrier .still01 {
    top: 2.14vw;
    right: 4.85%;
  }
  #character .barrier .still02 {
    top: 21.5vw;
    right: 3%;
  }
  #character .luckycard {
    height: 61vw;
    margin-top: -6.42vw;
  }
  #character .luckycard .bg {
    top: 1.42vw;
    left: -0.714vw;
  }
  #character .luckycard .inner {
    padding: 3.57vw 5.71vw 0 0;
  }
  #character .luckycard .text {
    width: 46.57%;
    padding-top: 10.7vw;
  }
  #character .luckycard .mamorukun {
    width: 36.57%;
    margin-left: -5.71vw;
  }

  /* trouble */
  #trouble {
    margin-top: 0;
  }
  #trouble .s-ttl {
    top: -18.8vw;
  }
  #trouble .barrier {
    padding: 15vw 3.57% 27.5vw;
  }
  #trouble .barrier .item01 {
    margin-bottom: 15.7vw;
    padding-bottom: 1.42vw;
  }
  #trouble .barrier .item01 .still {
    width: 49.6vw;
  }
  #trouble .barrier .item01 .text {
    top: 3.92vw;
    right: 1.07vw;
    width: 50.7vw;
  }
  #trouble .barrier .item01 .cloud {
    top: 17.1vw;
    right: 9.28vw;
    width: 41.42vw;
  }
  #trouble .barrier .item02 {
    margin-bottom: 5.7vw;
  }
  #trouble .barrier .item02 .still {
    width: 47.85vw;
    margin-right: 2.85vw;
  }
  #trouble .barrier .item02 .text {
    top: -16.42vw;
    left: 4.285vw;
    width: 44.28vw;
    height: 35.35vw;
  }
  #trouble .barrier .item02 .text img {
    width: 30vw;
  }
  #trouble .barrier .item02 .cloud {
    top: 19.28vw;
    left: 12.85vw;
    width: 39.28vw;
  }
  #trouble .barrier .item03 .still {
    width: 47.85vw;
    margin-left: 2.85vw;
  }
  #trouble .barrier .item03 .cloud {
    top: 11.42vw;
    right: 4.57vw;
    width: 44vw;
  }


  /* reward */
  #reward {
    padding: 16.42vw 1.78vw 21.42vw 1.07vw;
    margin-top: -16.4vw;
  }
  #reward .r-ttl .ttl01 {
    top: -3.07vw;
    left: 3.27%;
    width: 48.57%;
  }
  #reward .r-ttl .ttl02 {
    top: 2.14vw;
    left: 17.8%;
    width: 55.35%;
  }
  #reward .text {
    top: 13.57vw;
    right: 6.42%;
    width: 45%;
  }
  #reward .still .still01 {
    width: 51.92%;
  }
  #reward .still .still02 {
    top: 6.42vw;
    width: 55.28%;
  }
  
  /* spot */
  #spot {
    padding: 2vw 0 27vw;
    margin-top: -14vw;
  }
  #spot .s-ttl {
    width: 36.4vw;
    margin: 0 auto 4.5vw;
  }
  #spot .map {
    top: -6.42vw;
    right: 4.64vw;
    transform: rotate(9deg);
    width: 22.8vw;
    border: 0.7vw #fff solid;
  }
  #spot .swiper:after {
    top: 10.7vw;
    height: 2.85vw;
  }
  #spot .swiper-wrapper .swiper-slide {
    padding: 4.85vw 1.42vw 2.14vw;
  }
  #spot .swiper-wrapper .swiper-slide .inner {
    padding: 5%;
  }
  #spot .swiper-wrapper .swiper-slide .visit {
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 117, 131, 0.6);
  }
  #spot .swiper-wrapper .swiper-slide .still {
    border-radius: 15px;
    border: 0.7vw #fff solid;
    border-width: thick;
    border-color: #fff;    
    box-shadow: 0px 0px 20px 0px rgba(0, 117, 131, 0.6);
  }
  #spot .swiper-wrapper .swiper-slide .icon {
    top: -3.85vw;
    width: 50%;
  }
  #spot .swiper-wrapper .swiper-slide .cell {
    top: -5vw;
    left: -4%;
    width: 45%;
    padding: 4%;
  }
  #spot .swiper-wrapper .swiper-slide .spot21 .cell {
    top: -3vw;
    width: 63%;
    left: -15%;
  }
  #spot .swiper-wrapper .swiper-slide .visit .cell {
    left: -11%;
  }
  
  .modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
  }
  .modaal-content {
    padding: 80px 0;
  }
  .spot-modal.visit .inner:before {
    top: -8.5vw;
    right: 3vw;
    width: 18vw;
    height: 12vw;
  }
  .spot-modal .spot-ttl {
    padding: 15px 15vw;
  }
  .spot-modal .cell {
    left: -4vw;
  }

  /* cast */
  #cast {
    margin: -14.28vw 0 0;
  }
  #cast .inner {
    width: 100%;
    padding: 7.85vw 5vw 8.57vw;
    background: url("../../img/cast_bg_dot.gif");
  }
  #cast .inner:before, #cast .inner:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("../../img/cast_bg_top.png") repeat-x;
  }
  #cast .inner:before {
    top: -25px;
  }
  #cast .inner:after {
    bottom: -25px;
    transform: scaleY(-1);
  }
  #cast .s-ttl {
    width: 22.85vw;
    margin: 0 auto 7.142vw;
  }
  #cast .member .item .name {
    top: -4vw;
  }
  #cast .member .item .comment {
    padding: 7%;
    font-size: 1em;
  }



  /* prgPoint */
  #main-contents .prgPoint .center {
    max-width: 1000px;
    width: 90%;
  }
  #main-contents .more-btn {
    color: #000;
    background: #f8d935;
  }

  /* recommend program */
  #main-contents .rcmndProgram.center{
    max-width: 1000px;
    width: 90%;
    padding-bottom: 150px;
  }
  
}

@media all and (max-width: 1000px)  {
  @media all and (min-width: 812px)  {
    #main-contents #mv .ttl_logo {
      left: 2%;
      bottom: -170px;
      width: 42.8%;
    }
    #main-contents #mv .oa {
      right: 7%;
      bottom: -120px;
      width: 42.8%;
    }

    /* movie */
    #pr {
      margin: 330px 0 220px;
    }
    #pr .s-ttl {
      top: -90px;
      width: 35.7%;
    }
    #pr .thumb {
      width: 75%;
    }
    
   /* TVer */
   .tver {
      margin: 240px 0 -150px;
    }
   .tver a {
      width: 90%;
    }
    #main-contents .tver img {
      width: 180px;
      height: 95px;
    }
    .tver span {
      font-size: 2.5em;
    }

    /* about */
    #about .s-ttl {
      top: -16.4vw;
      width: 79vw;
    }
    #about .text {
      width: 88.5%;
      padding: 130px 5% 200px;
    }

    /* threeshot */
    #threeshot {
      margin-top: -30px;
    }
    #threeshot .s-ttl {
      width: 250px;
    }
    #threeshot .s-ttl .sub {
      top: -75px;
      left: -170px;
      width: 380px;
    }
    #threeshot .s-ttl .main {
      top: -10px;
      width: 250px;
    }


    /* cell */
    #cell {
      margin-top: -70px;
    }
    #cell .text {
      padding: 64px 0 100px;
    }
    #cell .text .s-ttl {
      width: 30.9%;
      margin: 0 0 45px -10px;
    }
    #cell .text .data {
      width: 29.28%;
      padding-left: 30px;
    }
    #cell .sugoroku {
      top: 54%;
      right: 40px;
      width: 60.7%;
      padding: 1.42%;
    }
    #cell .sugoroku-inner .zoom {
      top: -15px;
      right: -15px;
      padding: 10px 15px;
    }
    #cell .sugoroku-inner .zoom .zoom-text {
      width: 110px;
      margin-right: 5px;
    }
    #cell .sugoroku-inner .zoom .icon {
      width: 20px;
    }

    /* event */
    #event .s-ttl {
      max-width: 90%;
    }
    #event .ex {
      width: 20%;
    }
    #event .item {
      height: 250px;
    }
    #event .item .text {
      padding-left: 30px;
    }
    #event .item .cell {
      width: 200px;
    }


    /* character */
    #character .barrier .alien {
      padding-top: 40px;
    }
    #character .barrier .text .text01 {
      width: 400px;
    }
    #character .barrier .still01 {
      top: -6px;
    }
    #character .barrier .still02 {
      top: 200px;
    }
    #character .luckycard {
      height: 545px;
      margin-top: -65px;
    }


    /* trouble */
    #trouble {
      margin-top: 0;
    }
    #trouble .s-ttl {
      top: -180px;
    }
    #trouble .barrier {
      padding: 150px 40px 300px;
    }
    #trouble .barrier .item01 {
      margin-bottom: 150px;
      padding-bottom: 15px;
    }
    #trouble .barrier .item01 .still {
      width: 490px;
    }
    #trouble .barrier .item01 .text {
      top: 40px;
      right: 10px;
      width: 507px;
    }
    #trouble .barrier .item01 .cloud {
      top: 170px;
      right: 90px;
      width: 415px;
    }
    #trouble .barrier .item02 {
      margin-bottom: 57px;
    }
    #trouble .barrier .item02 .still {
      width: 47.85%;
      margin-right: 2.85%;
    }
    #trouble .barrier .item02 .text {
      top: -170px;
      left: 4.285%;
      width: 445px;
      height: 352px;
    }
    #trouble .barrier .item02 .text img {
      width: 307px;
    }
    #trouble .barrier .item02 .cloud {
      top: 200px;
      left: 12.85%;
      width: 39.28%;
    }
    #trouble .barrier .item03 .still {
      width: 475px;
      margin-left: 24px;
    }
    #trouble .barrier .item03 .cloud {
      top: 115px;
      right: 30px;
      width: 475px;
    }


    /* reward */
    #reward {
      padding: 165px 18px 215px 10px;
      margin-top: -165px;
    }
    #reward .r-ttl .ttl01 {
      top: -30px;
    }
    #reward .r-ttl .ttl02 {
      top: 20px;
    }
    #reward .text {
      top: 135px;
    }
    #reward .still .still02 {
      top: 65px;
      width: 55.28%;
    }
    
    /* spot */
    #spot {
      padding: 0 0 290px;
      margin-top: -150px;
    }
    #spot .bg {
      top: -80px;
    }
    #spot .s-ttl {
      width: 365px;
      margin: 0 auto 30px;
    }
    #spot .map {
      top: -70px;
      right: 50px;
      width: 230px;
      border-radius: 10px;
    }
    #spot .swiper:after {
      top: 120px;
      height: 35px;
    }
    #spot .swiper-wrapper .swiper-slide {
      position: relative;
      padding: 60px 10px 20px;
    } 
    #spot .swiper-wrapper .swiper-slide .inner {
      padding: 10px;
    }
    #spot .swiper-wrapper .swiper-slide .visit {
      border-radius: 20px;
    }
    #spot .swiper-wrapper .swiper-slide .still {
      border-radius: 14px;
      border: 5px #fff solid;
      border-width: thick;
      border-color: #fff;      
    }
    #spot .swiper-wrapper .swiper-slide .icon {
      top: -48px;
      width: 130px;
    }
    #spot .swiper-wrapper .swiper-slide .cell {
      top: -50px;
      width: 100px;
    }
    #spot .swiper-wrapper .swiper-slide .spot21 .cell {
      top: -30px;
      width: 150px;
      left: -35px;
    }
    
    .spot-modal.visit .inner:before {
      top: -10.5vw;
      right: 3vw;
      width: 23vw;
      height: 15.5vw;
    }
    .spot-modal .cell img {
      width: 20vw;
    }
    .spot-modal .cell {
      top: -7vw;
    }

    /* cast */
    #cast {
      margin: -140px auto 0;
    }
    #cast .inner {
      padding: 80px 50px 85px;
    }
    #cast .s-ttl {
      width: 230px;
      margin: 0 auto 72px;
    }
    #cast .member .item .name {
      top: -40px;
    }
    #cast .member .item .comment {
      padding: 7%;
      font-size: 1em;
    }
  }
}




@media all and (max-width: 812px) {
  #main-contents {
    padding: 0;
  }
  #main-contents .center {
    width: 85%;
  }
  #main-contents h2.ttl strong {
    font-size: 35px;
  }
  .block-list .flex {
    display: block;
  }
  
  /* floating bnr */
  .floatBnr {
    bottom: 10px;
    right: 10px;
    width: 100px;
    z-index: 6;
  }
  .page-top {
    left: 10px;
  }
  
   /* TVer */
    .tver {
      margin: 21vw 0 -7vw;
    }
   .tver a {
      width: 90%;
      padding: 15px 5px;
    }
    #main-contents .tver img {
      width: 128px;
      height: 68px;
      margin-right: 10px;
    }
    .tver span {
      font-size: 1.9em;
    }
  
  /* mv */
  #main-contents #mv {
    height: 55vw
  }
  #main-contents #mv .ttl_logo {
    left: 4%;
    bottom: -15vw;
    width: 45%;
  }
  #main-contents #mv .oa {
    right: 4%;
    bottom: -9.28vw;
    width: 44%;
  }

  /* movie */
  #pr {
    margin: 29vw 0 25vw;
  }
  #pr .s-ttl {
    top: -11vw;
    width: 45vw;
  }
  #pr .thumb {
    width: 80%;
  }
  #pr .thumb:before {
    background-size: 15px;
  }
  #pr .thumb .popup .play {
    width: 22vw;
    height: 22vw;
  }

  /* about */
  #about .s-ttl {
    width: 85vw;
  }
  #about .text {
    width: 100%;
    padding: 12.85vw 5% 28.4vw;
  }

  /* threeshot */
  #threeshot .s-ttl {
    width: 25.3vw;
  }
  #threeshot .s-ttl .sub {
    top: -14vw;
    width: 55vw;
  }
  #threeshot .s-ttl .main {
    top: -5vw;
    width: 35vw;
  }


  /* event */
  #event {
    padding: 3.557vw 4% 11.42vw;
  }
  #event .s-ttl {
    max-width: 90.7vw;
    margin: 0 auto 2.5vw;
  }
  #event .ex {
    width: 24.8vw;
    margin: 0 auto 2.5vw;
  }
  #event .item {
    height: 25.57vw;
    margin-bottom: 4%;
  }
  #event .item .text {
    padding-left: 2.85vw;
  }
  #event .item .cell {
    width: 19.5vw;
  }


  /* character */
  #character {
    padding-top: 23vw;
  }
  #character .s-ttl {
    top: -9vw;
    width: 85vw;
  }
  #character .barrier .text .text01 {
    position: relative;
    width: 46vw;
    z-index: 2;
  }
  #character .barrier .text .cloud {
    margin: -4vw 0 0 -7vw;
  }
  #character .barrier .still img {
    border: 5px #fff solid;
  }
  #character .luckycard .bg {
    box-shadow: 0px 0px 10px 0px #265c5e;
  }
  #character .luckycard .text {
    width: 55%;
    padding-top: 9.5vw;
  }
  #character .luckycard .mamorukun {
    width: 45%;
  }

  /* trouble */
  #trouble .s-ttl {
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
  }
  #trouble .barrier {
    padding: 20.5vw 3.57vw 34vw;
  }
  #trouble .barrier .item01 {
    margin-bottom: 17vw;
    padding-bottom: 1.42vw;
  }
  #trouble .barrier .item01 .still {
    width: 54.6vw;
  }
  #trouble .barrier .item01 .text {
    right: 0;
    width: 56.7vw;
  }
  #trouble .barrier .item01 .cloud {
    right: 4.28vw;
    width: 47.42vw;
  }
  #trouble .barrier .item02 {
    margin-bottom: 6.5vw;
  }
  #trouble .barrier .item02 .still {
    width: 54.85vw;
    margin-right: 0;
    border: 7px #000 solid;
  }
  #trouble .barrier .item02 .text {
    top: -18.42vw;
    left: 0.285vw;
    width: 54.28vw;
    height: 38.35vw;
  }
  #trouble .barrier .item02 .text img {
    width: 33vw;
  }
  #trouble .barrier .item02 .cloud {
    top: 22.28vw;
    left: 4.85vw;
    width: 45.28vw;
  }
  #trouble .barrier .item03 .still {
    width: 54.85vw;
    margin-left: 0;
    border: 7px #000 solid;
  }
  #trouble .barrier .item03 .cloud {
    top: 14.42vw;
    right: 0;
    width: 50vw;
  }


  /* reward */
  #reward {
    padding: 18.42vw 1.78vw 36.42vw 1.07vw;
  }
  #reward .r-ttl .ttl01 {
    top: -8vw;
    width: 68vw;
  }
  #reward .r-ttl .ttl02 {
    top: -0.6vw;
    width: 80vw;
  }
  #reward .text {
    top: 17.57vw;
    right: 3.42vw;
    width: 65vw;
  }
  #reward .still .still01 {
    width: 51.92vw;
  }
  #reward .still .still02 {
    top: 6.42vw;
    width: 55.28vw;
  }
  
  /* spot */
  #spot {
    padding: 0 0 45vw;
    margin-top: -14vw;
  }
  #spot .bg img {
    width: auto;
    height: 100%;
  }
  #spot .s-ttl {
    width: 50vw;
    margin: 0 auto 5.5vw;
  }
  #spot .map {
    top: -12vw;
    right: 3vw;
    width: 25.8vw;
    overflow: hidden;
  }
  #spot .swiper:after {
    top: 18.7vw;
    height: 4.85vw;
  }
  #spot .swiper-wrapper .swiper-slide {
    padding: 9.7vw 1.42vw 2.14vw;
  }

  @media all and (min-width: 569px) {
    #spot .swiper-wrapper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-transform: translate(-50%,0);
      -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      -o-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
  }
  #spot .swiper-wrapper .swiper-slide .inner {
    padding: 4%;
  }
  #spot .swiper-wrapper .swiper-slide .visit {
    border-radius: 10px;
  }
  #spot .swiper-wrapper .swiper-slide .still {
    border-radius: 10px;
  }
  #spot .swiper-wrapper .swiper-slide .icon {
    top: -7.7vw;
  }
  #spot .swiper-wrapper .swiper-slide .cell {
    top: -9vw;
  }
  #spot .swiper-wrapper .swiper-slide .spot21 .cell {
    top: -5vw;
    width: 55%;
    left: -12%;
  }
  #spot .swiper-wrapper .swiper-slide .visit .cell {
    left: -8%;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px !important;
  }
  #spot .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 6px !important;
  }
  #spot .swiper-arrow div {
    top: -15.3vw;
  }
  #spot .swiper-arrow .swiper-button-prev {
    left: 9vw !important;
    transform: translateX(0);
  }
  #spot .swiper-arrow .swiper-button-next {
    right: 9vw;
    transform: translateX(0);
  }
  #spot .message {
    line-height: 1.5;
    padding: 0 5%;
    font-size: 0.875em;
    text-align: center;
  }
  
  .spot-modal .spot-ttl {
    padding: 15px 12vw;
  }
  .spot-modal .cell {
    top: -9vw;
    left: -5vw;
    border-radius: 20px;
  }
  .spot-modal .cell img {
    width: 20vw;
    border-width: 8px;
    border-radius: 20px;
  }
  .spot-modal.visit .inner:before {
    top: -9.5vw;
    right: 4vw;
    width: 23vw;
    height: 16vw;
  }

  /* cast */
  #cast {
    margin: -31vw auto 0;
  }
  #cast .inner {
    padding: 10vw 5vw;
  }
  #cast:before, #cast:after {
    height: 13px;
    background-size: 20px 13px;
  }
  #cast:before {
    top: -13px;
  }
  #cast:after {
    bottom: -13px;
  }
  #cast .s-ttl {
    width: 28vw;
    margin: 0 auto 11.142vw;
  }
  #cast .member .item {
    width: 49%;
    margin-bottom: 10%;
  }
  #cast .member .item:nth-child(2n) {
    margin-right: 0;
  }
  #cast .member .item:last-child {
    margin-bottom: 0;
  }
  #cast .member .item .name {
    top: -6vw;
  }
  #cast .member .item .p-trim {
    height: 55vw;
  }



  /* prgPoint */
  #main-contents .prgPoint .center {
    max-width: 1000px;
    width: 90%;
  }
  #main-contents .more-btn {
    color: #000;
    background: #f8d935;
  }

  /* recommend program */
  #main-contents .rcmndProgram.center{
    max-width: 1000px;
    width: 90%;
    padding-bottom: 150px;
  }
 
  /* report */
  #report {
    padding: 12vw 5%;
  }
  #report ul li {
    max-width: 450px;
    width: 100%;
    margin: 0;
  }
  #report ul li:first-child {
    margin-bottom: 15px;
  }
  #report ul li a {
    padding: 3%;
  }
  #report ul li a .icon {
    width: 18%;
    margin-right: 3%;
  }
  

  /* prgPoint */
  #main-contents .prgPoint .center {
    width: 90%;
  }
}



@media all and (max-width: 568px) {
  #main-contents .center {
    width: 90%;
    padding: 12vw 0;
  }
  #main-contents h2.ttl {
    margin-bottom: 6vw;
  }
  #main-contents h2.ttl span {
    font-size: 4vw;
  }
  #main-contents h2.ttl strong {
    margin-top: 2.6vw;
    font-size: 6vw;
  }
  #main-contents #snsBnr h2.ttl strong {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  
   /* TVer */
   .tver a {
      width: 90%;
      padding: 15px 5px;
    }
    #main-contents .tver img {
      width: 20.7vw;
      height: 10.98vw;
      margin-right: 5px;
    }
    .tver span {
      font-size: 5.4vw;
      letter-spacing: 0.05em;
    }
  
  #main-contents #mv .ttl_logo {
    left: 2%;
    bottom: -13vw;
    width: 43%;
  }
  #main-contents #mv .oa {
    right: 1%;
    bottom: -9.28vw;
    width: 50%;
  }
  
  #pr .thumb .popup {
    border: 7px #fff solid;
  }
  
  #cell .inner {
    padding-bottom: 12vw;
  }
  #cell .text {
    padding: 6vw 0;
  }
  #cell .text .s-ttl {
    width: 60%;
    margin: 0 auto 8vw;
  }
  #cell .text .data {
    width: 75%;
    margin: 0 auto;
  }
  #cell .sugoroku {
    position: static;
    width: 85%;
    margin: 0 auto;
    transform: translateY(0);
  }
  #cell .sugoroku-inner .zoom {
    padding: 1.71vw 2.42vw;
  }
  #cell .sugoroku-inner .zoom .zoom-text {
    width: 22.42vw;
    margin-right: 0.71vw;
  }
  #cell .sugoroku-inner .zoom .icon {
    width: 4.14vw;
  }
  
  
  #event .item {
    display: block;
    height: auto;
  }
  #event .item .capture {
    width: 100%;
  }
  #event .item .text {
    width: 100%;
    padding: 10px 2% 0 0;
  }
  #event .item .text img {
    height: 63vw;
  }
  #event .item .cell {
    top: 37vw;
    left: auto;
    right: 0%;
    transform: none;
    width: 35%;
  }
  
  #character {
    padding-top: 26vw;
  }
  #character .barrier .alien {
    width: 29.2%;
    margin-left: -3vw;
  }
  #character .barrier .text .text01 {
    width: 45.85vw;
    margin-left: -5.5vw;
  }
  #character .barrier .text .cloud {
    width: 47.7vw;
    margin: -5vw 0 0 -6vw;
  }
  #character .barrier .still-inner {
    margin-top: 7vw;
  }
  #character .barrier .still img {
    width: 37.85%;
  }
  #character .barrier .still01 {
    top: -7vw;
    right: 0.14%;
  }
  #character .barrier .still02 {
    top: 15.7vw;
    right: -2.14%;
  }
  #character .luckycard {
    margin-top: -7.42vw;
  }
  
  #reward {
    padding: 31.42vw 1.78vw 32.42vw 1.07vw;
  }
  #reward .text {
    top: 19.57vw;
    width: 80vw;
  }

  /* spot */
  #spot {
    padding: 0 0 45vw;
    margin-top: -10vw;
  }
  #spot .bg {
    top: -13vw;
  }
  #spot .bg img {
    width: auto;
    height: 100%;
  }
  #spot .s-ttl {
    width: 65vw;
    margin: 0 auto 5.5vw;
  }
  #spot .map {
    top: -11vw;
    border-radius: 6px;
  }
  #spot .swiper:after {
    top: 32.7vw;
    height: 8.85vw;
    border-top: 3px #000 solid;
    border-bottom: 3px #000 solid;
  }
  #spot .swiper-wrapper .swiper-slide {
    padding: 15.7vw 3vw 2.14vw;
  }
    /* 残り何マス設定 */
    #spot .swiper-wrapper .swiper-slide img.space {
      width: 22%;
      height: auto;
    }  
  #spot .swiper-wrapper .swiper-slide .visit {
    box-shadow: 0px 0px 5px 0px rgb(0 117 131 / 60%);
  }
  #spot .swiper-wrapper .swiper-slide .still {
    border-radius: 10px;
    border: 6px #fff solid;
    border-width: thick;
    border-color: #fff;    
    box-shadow: 0px 0px 5px 0px rgb(0 117 131 / 60%);
  }
  #spot .swiper-wrapper .swiper-slide .icon {
    top: -12vw;
    width: 45%;
  }
  #spot .swiper-wrapper .swiper-slide .cell {
    top: -13vw;
    width: 40%;
  }
  #spot .swiper-wrapper .swiper-slide .spot21 .cell {
    top: -7vw;
  }
  #spot .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0 0 0 5px !important;
  }
  #spot .swiper-arrow div {
    top: -27vw;
    width: 15vw;
    height: 15vw;
  }
  #spot .swiper-arrow .swiper-button-prev {
    left: 9% !important;
  }
  #spot .swiper-arrow .swiper-button-next {
    right: 9%;
  }
  .modaal-close {
    right: 0px;
    top: 0px;
  }
  .spot-modal.visit {
    padding: 3%;
  }
  .spot-modal .inner {
    padding: 5%;
  }
  .spot-modal.visit .inner:before {
    top: -13.5vw;
    right: 2vw;
    width: 29vw;
    height: 20vw;
  }
  .spot-modal .spot-ttl {
    margin-bottom: 4%;
    padding: 15px 5%;
    font-size: 1.125em;
  }
  .spot-modal .capture {
    display: block;
    margin-bottom: 2%;
  }
  .spot-modal .capture img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .spot-modal .capture img.small {
    width: 100%;
  }
  .spot-modal .data {
    margin-bottom: 3%;
    padding: 3% 5%;
    font-size: 1em;
  }
  .spot-modal .detail {
    font-size: 0.938em;
  }
  .spot-modal .cell {
    top: -12vw;
    left: -6vw;
    border-radius: 15px;
    border: 3px #fff solid;
}
  .spot-modal .cell img {
    width: 20vw;
    border-width: 6px;
    border-radius: 15px;
  }
    
  #cast {
    margin: -25vw auto 0;
  }
  #main-contents .rcmndProgram.center {
    padding-bottom: 100px;
  }  
}



@media all and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 0 10px;
  }
  .spot-modal.visit .inner:before {
    top: -16.5vw;
    width: 34vw;
    height: 22vw;
  }
  .spot-modal .cell {
    top: -17vw;
    left: -5vw;
    border-radius: 15px;
  }
  .spot-modal .cell img {
    width: 26vw;
    border: 5px #088edf solid;
    border-radius: 10px;
  }
  
  #cast.inner {
    padding: 12vw 5vw;
  }
  #cast .s-ttl {
    width: 35vw;
    margin: 0 auto 14vw;
  }
  #cast .member {
    display: block;
  }
  #cast .member .item {
    width: 80%;
    margin: 0 auto 15%;
    max-width: 320px;
  }
  #cast .member .item:nth-child(2n),
  #cast .member .item:last-child {
    margin-right: auto;
  }
  #cast .member .item .name {
    top: -10vw;
    width: 90%;
  }
  #cast .member .item .p-trim {
    height: 85vw;
  }
  
  #report ul li a:after {
    right: 5%;
  }
  #report ul li a .text {
    font-size: 4.35vw;
  }
}
























