body {
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none !important;
}
.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
  position: relative;
}

.wrapper img {
  display: block;
  width: 100%;
}

.switch-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 500;
}

a {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
/* a:hover {
  opacity: .9;
} */

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .movie_modal .modal-inner{
    max-width: 1300px;
  }
  .movie_modal .modal-movie-container {
    margin: 0 auto;
    max-width: 1300px;
    padding-bottom: 43.3%;
    position: relative;
    width: 75.6%;
  }
  .movie_modal.modal-container .modal-inner{
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .switch-logo {
    margin-top: 1.6%;
    right: 1.6%;
    width: 13.33%;
  }
}
/*----------------------------------- main-lead
*/
.main-lead {
  color: #fff;
  padding: 56px 0 44px;
  position: relative;
  text-align: center;
}

.main-lead-heading {
  margin: 0 auto 30px;
  max-width: 492px;
  width: 30.75%;
}

.main-lead-text {
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
}


@media only screen and (max-width: 1599px) {
  .main-lead {
    padding: 3.5% 0 2.75%;
  }

  .main-lead-heading {
    margin: 0 auto 1.87%;
  }

  .main-lead-text {
    font-size: 1.312vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-lead {
    padding: 9.33% 0 8%;
  }

  .main-lead-heading {
    margin: 0 auto 2.66%;
    width: 56.8%;
  }

  .main-lead-text {
    font-size: 3.6vw;
  }
}
/*--------------------------- local-nav
*/
.local-nav {
  background: #fff;
  padding: 50px 0 36px;
}

.local-nav-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
}

.local-nav-logo {
  margin: 0;
  max-width: 463px;
  width: 40%;
  padding-bottom: 3%;
}
.local-nav-logo img:hover{
opacity: 0.5;
}

.local-nav-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 26px solid #23191a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0px 1% 0 10%;
  max-width: 800px;
  padding: 0;
  width: 74%;
  border-left: none;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.local-nav-list li:last-of-type {
  border-left: 0;
}
.local-nav-list li.discovery{
  position: absolute;
  left: 50%;
  top: 65%;
  width: 18%;
}
.local-nav-list li.discovery a img:hover{

}
.local-nav-list-current {
  border: 4px solid #23191a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 450px;
  width: 58.59%;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  border-left: 26px solid;
}
.local-nav-list-current:hover {
  opacity: .9;
}

.local-nav-list-off {
  background: #d3d3d3;
  border: 4px solid #23191a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.41%;
}
.local-nav-list-off a {
  display: block;
  padding: 0;
}
.local-nav-list-off img {
  margin: 0 auto;
  width: 100%;
}

.btn-pagetop {
  max-width: 112px;
  width: 12.46%;
}
.btn-pagetop:hover {

}
#img_slide {
  margin: 0 auto;
  width: 400px;
  height: 300px;
  text-align: left;
  overflow: hidden;
  left: 74%;
  position: absolute;
  top: -15%;
}
 
#img_slide ul {
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 1600px) {
#img_slide {
  left: 83%;
  top: -40%;
}
}

#img_slide ul li {
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    display: none;
    position: absolute;
}
#img_slide ul li img{
  width: 45%;
}
@media only screen and (max-width: 870px) {
  #img_slide {

    left: 80%;
    top: -24%;
}

  #img_slide ul li img{
    width: 40%;
  }
}
@media only screen and (max-width: 780px) {
  #img_slide {
    left: 83%;
}
  #img_slide ul li img{
    width: 30%;
  }
  button.mfp-arrow.mfp-arrow-left:hover,
  button.mfp-arrow.mfp-arrow-right:hover{
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 750px) {
  #img_slide {
    left: 77% !important;
}
  #img_slide ul li img{
    width: 30% !important;
  }
}
@media only screen and (max-width: 680px) {
  #img_slide ul li img{
    width: 24% !important;
  }
}
@media only screen and (max-width: 600px) {
  #img_slide ul li img{
    width: 20% !important;
  }
}

.footer_navigation{
  overflow: hidden;
  display: flex;
}
.footer_navigation p{
  float: left;
}
.footer_navigation .footer-nav-logo img:hover{
  opacity: 0.7;
}
.footer_navigation .footer-nav-logo{
  width: 20%;
  margin-right: 2%;
  margin-left: 7%;
  margin-top: 0.3%;
}
.footer_navigation .footer-nav-game{
  margin-right: 0.5%;
  
}
.footer_navigation .footer-nav-game,
.footer_navigation .footer-nav-connect{
  width: 18%;
}
.footer_navigation .footer-nav-connect{
  margin-right: 2%;
}
.footer_navigation .footer-nav-discovery{
  width: 16%;
  margin-right: 3.5%;
}
.footer_navigation .footer-nav-top{
  width: 6%;
}
@media only screen and (max-width: 1140px){
  .footer_navigation .footer-nav-logo{
    margin-left: 0%;
    margin-top: 1%;
    width: 24%;
  }
  .footer_navigation .footer-nav-game, .footer_navigation .footer-nav-connect {
    width: 22%;
}
.footer_navigation .footer-nav-discovery {
  width: 20%;
  margin-right: 1%;
}
}
@media only screen and (max-width: 767px){
.footer_navigation{
  overflow: hidden;
  display: block;
}
.footer_navigation .footer-nav-logo{
  width: 60% !important;
  margin-left: 20%;
}
.footer_navigation .footer-nav-game{
  margin-left: 5%;
}
.footer_navigation .footer-nav-game, .footer_navigation .footer-nav-connect {
  width: 45%;
}
.footer_navigation .footer-nav-game{
  margin-right: 0%;
}
.footer_navigation .footer-nav-top{
  display: none;
}
.footer-nav-discovery{
  width: 40% !important;
  margin-left: 30%;
}
}

@media only screen and (max-width: 767px) {
  .local-nav {
    padding: 4% 0 4.66%;
  }

  .local-nav-inner {
    display: block;
  }

  .local-nav-logo {
    margin: 0 auto 2.66%;
    width: 54.66%;
  }

  .local-nav-list {
    margin: 0 auto;
    width: 84.8%;
    margin-left: 15%;
    margin-bottom: 10% !important;
  }
  .local-nav-list li.discovery{
    width: 40%;
    left: 30%;
    margin-top: 13%;
  }
  
  .btn-pagetop {
    display: none;
  }
}
/*--------------------------- footer
*/
.footer {
  background: #23191a;
  padding: 20px;
  position: relative;
  height: 10px;
}

.footer-link {
  left: 20px;
  letter-spacing: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.footer-link li {
  display: inline-block;
  margin-right: 20px;
}
.footer-link li a {
  color: #fff;
  text-decoration: none;
}

.footer-sns {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
}
.footer-sns li {
  display: inline-block;
  margin-left: 2px;
}
.footer-sns li.facebook img {
  height: 20px;
  width: auto;
}

.footer-copyright {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
.footer-copyright small {
  font-size: 100%;
}
.footer-link li:hover{
  opacity: .8;
}
.top-cta-link__text a:hover,
.top-cta-bottom-text__link a:hover{
  opacity: .8;
}

@media only screen and (max-width: 1599px) {
  .footer {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sns.pc,
  .footer-copyright.pc{
    display: none;
  }
  .footer {
    padding: 3% 0px 15.66% 0;
}

  .footer-link {
    left: 6.13%;
  }
  .footer-link li {
    display: block;
    font-size: 2.533vw;
    margin: 0 0 5%;
  }

  .footer-sns {
    right: 6.13%;
  }
  .footer-sns li {
    display: block;
    margin: 0 0 1.33%;
  }

  .footer-copyright {
    font-size: 2.533vw;
    padding-top: 13%;
  }
}
/*--------------------------- modal
*/
.modal-inner {
  background: url(../../connect/img/bg.png) center top #e5e4e2;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5% auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 30px 50px 60px;
  position: relative;
  width: 95%;
}
.modal-inner:before {
  background: #24b4bf;
  content: '';
  display: block;
  left: -3%;
  padding-bottom: 40%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 194%;
  top: 3%;
}

.modal-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 2%;
  position: relative;
  
}

.modal-text {
  color: #231919;
  font-size: 19px;
  margin: 0 0 5%;
  position: relative;
  z-index: 1;
}

.modal-movie-container {
  margin: 0 auto;
  max-width: 680px;
  padding-bottom: 43%;
  position: relative;
  width: 75%;
}

.modal-movie-wrapper {
border: 8px solid #fff;
-webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
        box-sizing: border-box;
  height: 100%;
  left: 0 !important;
position: absolute !important;
width: 100% !important;
}
/* slide */
.modal-movie-slide .slick-track,
.modal-movie-slide .slick-list {
    height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.modal-movie-wrapper.slick-active {
    opacity: 1 !important;
}
.modal-movie-slide.slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.modal-movie-slide .slick-dots {
    bottom: -35px;
}
.modal-movie-slide .slick-dots li button:before {
  font-size: 18px;
}
.modal-movie-slide .slick-dots li.slick-active button:before,
.modal-movie-slide .slick-dots li button:hover:before {
  opacity: 1;
  color: #f47787;
}
/* /slide */
.modal-movie-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal-movie-thumb img {
  display: block;
  height: 100%;
  width: 100%;
}

.btn-movie-play {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}
.btn-movie-play img {
  display: block;
  width: 100%;
}

.modal-movie-iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 4% 0 2%;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.modal-category li {
  background: #24b4bf;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  margin-left: 1.33%;
  padding: .4% 2%;
  white-space: nowrap;
}

.modal-doya {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
}

.modal-doya-char {
  position: relative;
  width: 17.32%;
}
.modal-doya-char img {
  display: block;
  width: 100%;
}
.modal-doya-char i {
  bottom: 0;
  position: absolute;
  right: 0;
}
.modal-doya-char .char03 {
  max-width: 91px;
  width: 70%;
}

.modal-doya-body {
  padding-bottom: 70px;
  width: 75.76%;
}

.modal-doya-heading {
  background: url(../../common/img/label_bg_doya.png) no-repeat 0 0;
  background-size: contain;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 342px;
  padding-bottom: 6.47%;
  position: relative;
  width: 55.16%;
  z-index: 1;
  margin-top: 9%;
}
.modal-doya-heading p {
  color: #fff;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.modal-doya-text {
  border: 4px solid #fff;
  border-bottom: none;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: -3.23% 0 2.66% 0;
  position: relative;
}
.modal-doya-text:before {
  background: #fff;
  bottom: -50px;
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  right: -4px;
  width: 4px;
}
.modal-doya-text:after {
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid #fff;
  border-top: none;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: -72px;
  content: '';
  display: block;
  height: 40px;
  left: -4px;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}
.modal-doya-text p {
  background: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 3.63% 5.63% 0;
  position: relative;
  top: 28px;
}
.modal-doya-text p:before {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: -28px;
  width: 100%;
}
.modal-doya-text .modal-doya-text-arrow {
  bottom: -30px;
  left: -46px;
  position: absolute;
}

.modal-joycon {
  margin-left: 3.63%;
  padding-bottom: 26.19%;
  position: relative;
}

.modal-joycon-heading {
  border-bottom: 2px solid #655f5f;
  bottom: 50%;
  color: #655f5f;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 2%;
  position: absolute;
  width: 100%;
}

.modal-joycon-text {
  color: #655f5f;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  padding-top: 1%;
  position: absolute;
  top: 50%;
}
.modal-joycon.both .modal-joycon-text{
  font-size: 1.1vw;
}
.modal-joycon.both .modal-joycon-img{
  right:-4px;
}
.modal-local-text {
  color: #655f5f;
  font-size: 1.5vw;
  line-height: 1.6;
  margin: 0;
  padding-top: 1%;
  position: absolute;
  top: 50%;
}
.modal-setup-text {
  color: #655f5f;
  font-size: 1.5vw;
  line-height: 1.6;
  margin: 0;
  padding-top: 1%;
  position: absolute;
  top: 50%;
}

.modal-joycon-img {
  max-width: 186px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 26.19%;
}
.modal-joycon-img img {
  display: block;
  width: 100%;
}
.modal-joycon.both{
    margin-left: 0%;
}

.modal-container .mfp-close {
  display: none;
}

.modal-container .mfp-close.close2 {
  background: url(../../common/img/icon_close.png);
  background-size: contain;
  display: block;
  height: 60px;
  margin-right: -570px;
  margin-top: 5%;
  opacity: 1;
  overflow: hidden;
  right: 50%;
  text-indent: -100px;
  top: 0;
  width: 60px;
}
.modal-container .mfp-close.close3 {
  background: url(../../common/img/icon_close.png);
  background-size: contain;
  display: block;
  height: 60px;
  margin-right: -570px;
  margin-top: 5%;
  opacity: 1;
  overflow: hidden;
  right: 50%;
  text-indent: -100px;
  top: 0;
  width: 60px;
}


.movie_modal.modal-container .mfp-close{
  margin-right: -725px;
}
.modal-container .mfp-close.close2:hover{
  opacity: 0.8;
}
.modal-attention{
  color:#655f5f;
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
}
button.mfp-arrow {
  max-width: 122px;
  width: 12.2%;
}
button.mfp-arrow:before, button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow.mfp-arrow-left {
  background: url(../../common/img/icon_arrow_left.png) no-repeat center center;
  background-size: contain;
}
button.mfp-arrow.mfp-arrow-left:hover{
  opacity: 0.8;
}
button.mfp-arrow.mfp-arrow-right {
  background: url(../../common/img/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
}
button.mfp-arrow.mfp-arrow-right:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 1600px){
.modal-container .mfp-close.close3 {
  height: 0;
  margin-right: 0;
  margin-top: 5%;
  padding-bottom: 4%;
  right: 5%;
  top: 0;
  width: 4%;
}
}
@media only screen and (max-width: 1079px) {
  .modal-inner {
    padding: 2.77% 4.62% 8.33%;
  }

  .modal-title {
    font-size: 3.703vw;
  }

  .modal-category li {
    font-size: 1.851vw;
  }

  .modal-text {
    font-size: 1.851vw;
  }

  .modal-doya-heading {
    font-size: 1.666vw;
  }

  .modal-doya-text p {
    font-size: 1.851vw;
  }

  .modal-joycon-heading {
    font-size: 1.851vw;
  }

  .modal-joycon-text {
    font-size: 1.851vw;
  }

  .modal-container .mfp-close.close2 {
    height: 0;
    margin-right: 0;
    margin-top: -4%;
    padding-bottom: 8%;
    right: 2.5%;
    top: 0;
    width: 8%;
  }
  .modal-container .mfp-close.close3 {
    height: 0;
    margin-right: 0;
    margin-top: 5%;
    padding-bottom: 6%;
    right: 2.5%;
    top: 0;
    width: 6%;
}
  .modal-joycon.both .modal-joycon-text{
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-movie-wrapper {
    padding-bottom: 53.2% !important;
    width: 100%;
  }
  .modal-category{
    margin: 30% 0 2%;
  }
  .modal-inner {
    border-radius: 8px;
  }

  .modal-title {
    font-size: 4.933vw;
    margin-top: 2%;
  }

  .modal-text {
    font-size: 3.466vw;
  }
  .mfp-arrow{
    top:56%;
  }
  modal-movie-slide .slick-track, .modal-movie-slide .slick-list {
    height: 48vw;
  }
  .modal-movie-slide .slick-dots {
    bottom: -85px;
  }
  button.mfp-arrow {
    max-width: 122px;
    width: 21.2%;
  }

  .modal-category li {
    font-size: 3.066vw;
  }

  .modal-doya-heading {
    font-size: 3.066vw;
    margin-top: 20%;
    max-width: none;
    padding-bottom: 10.5%;
    width: 90%;
  }

  .modal-doya-text {
    margin: -5.23% 0 2.66% 0;
  }
  .modal-doya-text p {
    font-size: 3.066vw;
  }

  .modal-joycon-heading {
    font-size: 3.066vw;
  }

  .modal-joycon-text {
    font-size: 3.066vw;
    padding-right: 30%;
  }
  .modal-joycon.setup{
    width: 110%;
    margin-left: -11%;
  }
  .modal-local-text {
    font-size: 2.5vw;
  }
  .modal-setup-text{
    font-size: 2.5vw;
  }

  .modal-doya-body {
    padding-bottom: 40px;
  }
  .modal-joycon.local {
    width: 121%;
    margin-left: -18%;
    padding-left: 0%;
}
  .modal-joycon.local .modal-joycon-img img{
    margin-left: 1%;
  }
  .modal-joycon.both{
    width: 125%;
    margin-left: -20%;
    margin-bottom: 30%;
  }
  #img_slide ul li img{
    width: 20%;
  }
  .modal-joycon.both .modal-joycon-heading{
    font-size: 2.8vw;
  }
  .modal-joycon.both .modal-joycon-text{
    font-size: 2.5vw;
  }
  .modal-doya-char .char01 {
    width: 86%;
  }
  .modal-attention{
    font-size: 11px;
  }

  .modal-doya-text {
    border-width: 2px;
    margin: -3.23% 0 2.66% 0;
    
  }
  .modal-doya-text:before {
    bottom: -20px;
    height: 20px;
    right: -2px;
    width: 2px;
  }
  .modal-doya-text:after {
    border-width: 2px;
    bottom: -36px;
    height: 20px;
    left: -2px;
  }
  .modal-doya-text p {
    padding: 3.63% 5.63% 0;
    top: 14px;
  }
  .modal-doya-text p:before {
    height: 14px;
    top: -14px;
  }
  .modal-doya-text .modal-doya-text-arrow {
    bottom: -16px;
    left: -23px;
    width: 23px;
  }
  .modal-doya-text .modal-doya-text-arrow img {
    width: 100%;
  }
  .modal-movie-container{
    width: 100%;
    
  }
  .modal-container .mfp-close.close3 {
    height: 0;
    margin-right: 0;
    margin-top: -4%;
    padding-bottom: 8%;
    right: 2.5%;
    top: 0;
    width: 8%;
  }
}
@media only screen and (min-width: 1080px) {
  .modal-local-text,
  .modal-setup-text{
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px){
.modal-movie-slide .slick-dots {
    bottom: -90px;
}
}