@charset "UTF-8";

.loading_attention_play {
  display: none;
}
.is-ua-chrome .loading_attention_autoplay {
  display: none;
}
.is-ua-chrome .loading_attention_play {
  display: inline;
}
.is-ua-chrome .loading_attention2 {
  opacity: 0;
}

.is-ua-chrome #h_sound {
  opacity: 0;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
  background: #000;
}
#wrapper {
  width: 100%;
  min-width: 960px;
  min-height: calc(100vh - 46px);
  background-color: #000000;
  position: relative;
}
.scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#modal {
  z-index: 9999;
  background-color: transparent;
}
.video_wrap,
.image_wrap {
  box-sizing: border-box;
  height: 100%;
  /* padding-top: 46px; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.video_wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.image_wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_visual.jpg) center center no-repeat;
  background-size: cover;
}
.video_wrap video,
.video_wrap .ytvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.video_wrap .ytvideo iframe {
  width: 100%;
  height: 100%;
}
.video_wrap > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-hidden {
  display: none;
}

/*------------------------------------------------------------
	sound
------------------------------------------------------------*/
#h_sound {
  right: auto;
  bottom: auto;
  top: 58px;
  left: 15px;
  z-index: 310;
}

/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
#loading {
  z-index: 10;
  background-color: #000;
}
.loading_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -450px 0 0 -720px;
  background: #000 url(../img/top/loading_bg.jpg) top center no-repeat;
}
.loading_bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/loading_bg_light.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0;
}
.loading_bg img {
  display: block;
  opacity: 0;
}
.loading_text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 458px;
  height: 168px;
  margin: -85px 0 0 -229px;
}
.loading_text_box div,
.loading_text_box p {
  position: absolute;
}
.loading_img {
  background-image: url(../img/top/loading_img.png);
  top: -36px;
  left: 133px;
}
.loading_img img {
  display: block;
  opacity: 0;
}
.loaded_img {
  background-image: url(../img/top/loaded_img.png);
  top: -36px;
  left: 133px;
  opacity: 0;
}
.loaded_img img {
  display: block;
  opacity: 0;
}
.loading_attention {
  top: 131px;
  left: 5px;
}
.loading_attention2 {
  top: 181px;
  left: 5px;
  width: 458px;
  text-align: center;
}
.loading_attention2 a {
  display: inline-block;
  position: relative;
}
.loading_attention2 a:first-child {
  border-right: 1px solid #c87902;
}
.loading_attention2 img {
  vertical-align: top;
}
.loading_attention2 a::before {
  content: "";
  width: 0;
  height: 3px;
  background: #c87902;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  display: block;
  transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loading_attention2 a:hover::before {
  width: 36px;
}
.is-ua-wiiu .loading_attention {
  display: none;
}
.loading_text {
  top: 70px;
  left: 99px;
  opacity: 0;
}
.loading_bar_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
}
.loading_bar {
  width: 0%;
  height: 3px;
  overflow: hidden;
  background-color: #da8403;
  text-indent: -9999px;
  transition: width 200ms linear;
  -webkit-transition: width 200ms linear;
}

/*------------------------------------------------------------
	introduction
------------------------------------------------------------*/
.no-video #introduction .video_wrap div {
  background: url(../../sp/assets/img/top/top_bg_0600.jpg) center no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top {
  position: relative;
  height: auto;
  min-width: 960px;
}
.top_inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.top_inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50.75%;
}

@media screen and (min-width: 1600px) {
  .top_inner {
    height: 812px;
  }
  .top_inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 0%;
    height: 812px;
  }
}
#top h1,
#top p,
#top .video_wrap .slide,
#top .video_wrap .slide img,
.top_text_box,
.top_logo img,
.top_logo div,
.top_movie {
  position: absolute;
}
#top .video_wrap,
.logo_wiiu,
.logo_switch,
.top_logo,
.top_info_date,
.top_lead,
.top_movie {
  opacity: 1;
}
#top .video_wrap {
  background: #ffffff;
}
#top .video_wrap .slide,
#top .video_wrap .slide img {
  top: 0;
  left: 0;
}
#top .video_wrap .slide {
  width: 100%;
  height: 100%;
}
.top_text_box {
  margin: calc(85 / 1600 * 100%) calc(70 / 1600 * 100%) calc(60 / 1600 * 100%) calc(80 / 1600 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1600px) {
  .top_text_box {
    margin: 75px auto 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1455px;
  }
}
.common-logo {
  width: calc(189 / 1420 * 100%);
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 189px;
}
#top .logo_switch {
  width: calc(76 / 189 * 100%);
  position: relative;
  right: inherit;
  top: inherit;
}
#top .logo_wiiu {
  width: calc(113 / 189 * 100%);
  position: relative;
  right: inherit;
  top: inherit;
}
.logo_switch img,
.logo_wiiu img {
  width: 100%;
}
.top_logo {
  top: 13%;
  right: calc(25 / 1450 * 100%);
  width: calc(611 / 1450 * 100%);
  margin-top: calc(128 / 1450 * 100%);
}
@media screen and (min-width: 1450px) {
  .top_logo {
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .top_logo {
    right: calc(-40 / 1470 * 100%);
  }
}

.is-ua-wiiu .top_logo,
.touchevents .top_logo {
  background: url(../img/top/top_logo.png) 0 0 no-repeat;
}
.top_logo span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.top_logo div {
  top: 1px;
  left: 0;
}
.top_info_date {
  top: 375px;
  left: 383px;
}
.top_lead {
  top: 0;
  right: calc(132 / 1450 * 100%);
  width: calc(68 / 1450 * 100%);
}
.top_lead img {
  max-width: 100%;
  height: auto;
}
.top_movie {
  bottom: calc(-1 / 1460 * 100%);
  right: 0;
  width: calc(300 / 1460 * 100%);
}
.top_movie_frame span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.top_movie_frame span::before {
  content: "";
  display: block;
  padding-top: calc(336 / 600 * 100%);
}
.top_movie_frame span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_movie_frame.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
.top_movie_frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_movie_frame a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/*------------------------------------------------------------
  hover
------------------------------------------------------------*/
.no-touchevents .top_movie_frame a video {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .top_movie_frame a:hover video {
  opacity: 0.7;
}

/* WiiU or tablet */
#top .video_wrap div .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------
	gnav
------------------------------------------------------------*/
.gnav {
  z-index: 110;
  opacity: 1;
  position: inherit;
}

/*------------------------------------------------------------
	sale
------------------------------------------------------------*/
.top_sale {
  background: url(../img/top/bg_sale-pattern.png) repeat-x 0 0;
  background-size: auto 100%;
  height: 60px;
  width: 100%;
}

.top_sale a {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top_sale a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
	top_content
------------------------------------------------------------*/
.top_content {
  opacity: 1;
  width: 100%;
  min-width: 960px;
  background: #000;
}
.top_content__mid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top_content__right_box {
  width: calc(452 / 960 * 100%);
}
.top_content__right_box .top_txt {
  width: calc(452 / 452 * 100%);
}
.top_content__right_box .top_txt img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.top_content__left_box {
  width: calc(209 / 960 * 100%);
  margin-left: calc(22 / 960 * 100%);
}
.top_content__left_box .top_buy_btn {
  width: calc(209 / 209 * 100%);
}
.top_content__left_box .top_buy_btn img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.top_content__bnr {
  width: 960px;
  margin: 0 auto;
}
.top_content__bnr > a {
  transition: filter 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  width: calc(611 / 960 * 100%);
  margin: 0 auto 48px;
}

.top_content__bnr > a:hover {
  filter: brightness(120%);
}

.top-info__contents {
  width: 810px;
  margin: 0 auto;
  padding: 20px 34px;
  font-family: ncommonJp, YuGothic, sans-serif;
  background-image: url(/jp/zelda/assets/img/top/line_arrow.png), url(/jp/zelda/assets/img/top/line_arrow.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.top-info__row {
  display: flex;
  align-items: flex-start;
}
.op-info__ttl {
  width: 25%;
  margin-right: 10px;
  font-size: 14px;
  color: #b99f65;
}
.top_content__anchor {
  width: calc(75% - 10px);
}
.top_content__anchor a {
  font-size: 14px;
  color: #b99f65;
  text-decoration: underline;
  text-align: left;
}
.top_content__anchor a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
	top_special-contents
------------------------------------------------------------*/
.top_special-contents {
  width: 960px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_special-contents .bnr img {
  vertical-align: bottom;
}

.top_special-contents .bnr a {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
}
.top_special-contents .bnr a:hover {
  opacity: 0.7;
}
.top_special-contents .bnr[data-new] {
  position: relative;
  display: block;
}
.top_special-contents .bnr[data-new]:before {
  background: url(../img/top/icon_new.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 43px;
  height: 22px;
  position: absolute;
  top: -10px;
  right: 24px;
  z-index: 5;
  pointer-events: none;
}

.top_special-contents .bnr_korekara {
  margin-bottom: 24px;
}

.top_special-contents .bnr_quiz {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------------------
	top_other-banner
------------------------------------------------------------*/
.top_other-banner {
  width: 960px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
.top_other-banner .bnr img {
  vertical-align: bottom;
}

.top_other-banner .bnr a {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top_other-banner .bnr a:hover {
  opacity: 0.7;
}
.top_other-banner .footer_bnr_labo {
  margin-right: 6px;
}
.top_other-banner .icon_award {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*------------------------------------------------------------
  top_totk-banner
------------------------------------------------------------*/
.top_totk-banner {
  width: 960px;
  margin: 0 auto 68px;
  position: relative;
  padding-top: 38px;
}

.top_totk-banner:before {
  background: url(../img/top/line.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 1020px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -510px;
}

.top_totk-banner .bnr a {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top_totk-banner .bnr a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
  hover
------------------------------------------------------------*/
.no-touchevents .top_content__left_box .top_buy_btn a img {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .top_content__left_box .top_buy_btn a:hover img {
  opacity: 0.7;
}

/*------------------------------------------------------------
	top_footer
------------------------------------------------------------*/
.top_footer {
  opacity: 1;
  z-index: 110;
  width: 100%;
  background: #000;
  position: relative;
}
.top_footer__top {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: max-content;
  margin: 30px auto 0 auto;
  justify-content: center;
}

.top_footer__top a {
  transition: filter 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top_footer__top a:hover {
  filter: brightness(120%);
}

.top_footer__top .bnr_totk {
  padding-bottom: 24px;
  background-image: url(/jp/zelda/assets/img/top/line_arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.top_footer__top > div + div {
  margin-top: 28px;
}
.top_footer__mid {
  display: flex;
  align-items: flex-start;
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 10px calc(77 / 960 * 100%);
  /* margin-top: 34px; */
  box-sizing: border-box;
}

.top_footer__right_box {
  width: 653px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_footer__right_box > div {
  width: 50%;
}
.top_footer__right_box > div:nth-of-type(n + 3) {
  display: flex;
  justify-content: space-between;
}
.top_footer__left_box {
  width: 265px;
  padding-left: 22px;
  border-left: solid 1px #4b3e24;
}
.top_footer a {
  display: block;
  line-height: 0;
  font-size: 0;
}
.top_footer__bottom {
  width: 100%;
  min-width: 960px;
  border-top: solid 1px #303030;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  position: relative;
  box-sizing: border-box;
  padding: 0 calc(14 / 1600 * 100%) 0 calc(14 / 1600 * 100%);
  position: absolute;
  bottom: 0;
  z-index: 110;
  opacity: 1;
}
.top_f_aside {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 120;
}
.top_f_aside > p,
.top_f_aside > p > a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top_f_aside > p {
  margin-left: 20px;
}
.top_f_aside > p:first-child {
  margin-left: 0;
}

.top_f_copyright {
}
.top_f_update {
  display: inline-block;
  position: relative;
  z-index: 120;
}

.top_f_zeldaportal {
  top: 2px;
  right: 195px;
}
.top_f_update.new a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 14px;
  margin-right: 1px;
  background: url(../img/common/icon_new.png) 0 0 no-repeat;
  vertical-align: middle;
}
.top_f_update.new a img {
  display: inline-block;
  vertical-align: middle;
}
.bnr_zeldaportal {
  position: absolute;
  right: 6px;
  bottom: 170px;
}
.bnr_zeldaportal img {
  vertical-align: bottom;
}
.bnr_zeldaportal a {
  width: 327px;
  height: 69px;
  position: relative;
  display: block;
}
.bnr_zeldaportal a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
}
.bnr_labo {
  position: absolute;
  right: 6px;
  bottom: 170px;
}
.bnr_labo img {
  vertical-align: bottom;
}
.bnr_labo a {
  width: 327px;
  height: 91px;
  position: relative;
  display: block;
}
.bnr_labo a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/jp/zelda/assets/img/top/bnr_labo_ov.png);
  opacity: 0;
  transition: 0.5s;
}
.bnr_questionnaire {
  position: absolute;
  right: 6px;
  bottom: 53px;
}
.bnr_zquestionnaire img {
  vertical-align: bottom;
}
.bnr_questionnaire a {
  width: 327px;
  height: 110px;
  position: relative;
  display: block;
}
.bnr_questionnaire a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
}

.bnr_mariokart8 {
  position: absolute;
  right: 6px;
  bottom: 186px;
}
.bnr_mariokart8 img {
  vertical-align: bottom;
}
.bnr_mariokart8 a {
  width: 327px;
  height: 100px;
  position: relative;
  display: block;
}
.bnr_mariokart8 a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
}

.icon_award {
}
.icon_award img {
  vertical-align: bottom;
}

/*------------------------------------------------------------
    modal
------------------------------------------------------------*/
.open_modal,
.open_modal body {
  min-height: 1080px;
  overflow-y: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  min-width: 960px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.open_modal .modal {
  z-index: 10000;
}
.modal .modal_bg {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/common/modal_bg.png) center center repeat;
  text-indent: -9999px;
}
.modal .modal_window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  margin-left: -450px;
  margin-top: -211px;
}
.modal .modal_window img {
  max-width: 100%;
  height: auto;
}
.modal .modal_btn_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 39px;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 16/11) {
  .modal .modal_btn_close {
    top: 0;
    right: -60px;
    z-index: 100;
  }
}

.modal .modal_btn_close a {
  display: block;
  height: 100%;
  background: url(../img/common/modal_btn_close.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
  transition: opacity 0.25s ease-out;
}
.modal .modal_contents {
  width: 900px;
  height: 423px;
  background: url(../img/top/bg_questionnaire_modal.png) 0 0 no-repeat;
}
.modal_title {
  text-align: center;
  width: 700px;
  padding-top: 60px;
  padding-bottom: 35px;
  margin: 0 auto;
  border-bottom: 1px solid #b99f65;
  line-height: 0;
}
.modal_text {
  text-align: center;
  color: #f9f7dc;
  font-size: 14px;
  line-height: 2.285;
  padding-top: 28px;
}
.modal_btn {
  padding-top: 25px;
  text-align: center;
}
.modal_btn a {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.modal_btn a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
}
.modal_caution {
  width: 600px;
  margin: 0 auto;
  padding-top: 28px;
}
.modal_caution li {
  font-size: 12px;
  color: #f9f7dc;
  line-height: 2;
}
.modal_caution li span {
  color: #b99f65;
}

/*------------------------------------------------------------
  movie modal
------------------------------------------------------------*/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/common/modal_bg.png) center center repeat;
  text-indent: -9999px;
}
.modal_window {
  width: 1200px;
  min-height: calc(100vh - 46px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 76px;
  box-sizing: border-box;
}

@media screen and (max-width: 1578px) {
  .modal_window {
    width: 76%;
    max-width: 1200px;
  }
  .is-ua-wiiu .modal_window {
    width: 600px;
  }
}
@media screen and (min-aspect-ratio: 16/13) {
  .showmovie .modal_window {
    top: 50%;
    left: 50%;
    width: 80%;
    margin-top: -22%;
    margin-left: -40%;
    padding-top: 45%;
  }
}
.modal_inner {
  position: relative;
}
.modal_btn_close {
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  width: 38px;
  height: 39px;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 16/13) {
  .modal_btn_close {
    top: 0;
    right: -60px;
    z-index: 100;
  }
  .is-ua-wiiu .modal_btn_close {
    top: 0;
  }
}
.modal_btn_close a {
  display: block;
  height: 100%;
  background: url(../img/common/modal_btn_close.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
}

.modal_contents {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (min-aspect-ratio: 16/11) {
  .is-ua-wiiu .modal_contents {
    padding-top: 0;
    height: 340px;
    width: 600px;
    margin: 0 0 0 -300px;
    top: 0;
    left: 50%;
  }
}
.modal_contents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.modal_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.modal_contents a .modal_img img {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .modal_contents a:hover .modal_img img {
  opacity: 0.7;
}

.modal_contents.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bottom {
  position: relative;
  margin-top: calc(20 / 1200 * 100%);
}
.modal_playlist {
  display: flex;
  justify-content: flex-start;
}
.modal_playlist_item {
  width: calc(380 / 1200 * 100%);
  margin-left: calc(30 / 1200 * 100%);
}
.modal_playlist_item:first-child {
  margin-left: 0;
}
.modal_playlist_item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: calc(21 / 380 * 100%);
}
.modal_playlist_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(4 / 380 * 100%);
  background: #00a0d8;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 1;
}
.no-touchevents .modal_playlist_item a:hover::before,
.modal_playlist_item a.current::before {
  opacity: 1;
}
.modal_playlist_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/movie_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .modal_playlist_item a:hover::after,
.modal_playlist_item a.current::after {
  opacity: 1;
}
.modal_playlist_img {
  display: inline-block;
  vertical-align: top;
  width: calc(160 / 380 * 100%);
}
.modal_playlist_img img {
  width: 100%;
  vertical-align: top;
}
.modal_playlist_ttl {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(200 / 380 * 100%);
  margin-left: calc(20 / 380 * 100%);
}
.modal_playlist_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal_playlist_item--1st .modal_playlist_ttl::before {
  background: url(../img/top/movie_title_1st_ov.png) 0 0 no-repeat;
  background-size: calc(124 / 200 * 100%);
}
.modal_playlist_item--2nd .modal_playlist_ttl::before {
  background: url(../img/top/movie_title_2nd_ov.png) 0 0 no-repeat;
  background-size: calc(124 / 200 * 100%);
}
.modal_playlist_item--3rd .modal_playlist_ttl::before {
  background: url(../img/top/movie_title_3rd_ov.png) 0 0 no-repeat;
  background-size: calc(124 / 200 * 100%);
}
.no-touchevents .modal_playlist_item a:hover .modal_playlist_ttl::before,
.modal_playlist_item a.current .modal_playlist_ttl::before {
  opacity: 1;
}
.modal_playlist_ttl img {
  width: calc(124 / 200 * 100%);
  vertical-align: top;
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .modal_playlist_item a:hover .modal_playlist_ttl img,
.modal_playlist_item a.current .modal_playlist_ttl img {
  opacity: 0;
}

.modal_link {
  margin-top: calc(33 / 1200 * 100%);
  padding-top: calc(49 / 1200 * 100%);
  border-top: 2px solid #b99f65;
}
.modal_link_txt {
  position: relative;
  text-align: center;
}
.modal_link_txt a {
  font-size: 14px;
  color: #b99f65;
}
.modal_link_txt a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/common/icon_link.png) no-repeat 0 0;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/*------------------------------------------------------------
	hover
------------------------------------------------------------*/
.no-touchevents #h_sound dd a,
.no-touchevents .top_f_btn_nintendo a,
.no-touchevents .top_f_btn_switch_hardware a,
.no-touchevents .top_f_btn_switch_software a,
.no-touchevents .top_f_btn_wiiu_software a,
.no-touchevents .top_f_btn_zelda_portal a,
.no-touchevents .top_f_update a {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents #h_sound dd:not(.current) a:hover,
.no-touchevents .top_f_btn_nintendo a:hover,
.no-touchevents .top_f_btn_switch_hardware a:hover,
.no-touchevents .top_f_btn_switch_software a:hover,
.no-touchevents .top_f_btn_wiiu_software a:hover,
.no-touchevents .top_f_btn_zelda_portal a:hover,
.no-touchevents .top_f_update a:hover {
  opacity: 0.7 !important;
}

.no-touchevents .bnr_zeldaportal a:after,
.no-touchevents .bnr_questionnaire a:after {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .bnr_zeldaportal a:hover:after,
.no-touchevents .bnr_questionnaire a:hover:after {
  opacity: 0.18 !important;
}
.no-touchevents .bnr_labo a:hover:after {
  opacity: 1 !important;
}

.no-touchevents .modal_btn a:after {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .modal_btn a:hover:after {
  opacity: 0.18 !important;
}
.no-touchevents .modal_btn_close a:hover {
  opacity: 0.5;
}
.no-touchevents .modal_link_txt a {
  transition: opacity 0.5s linear;
}
.no-touchevents .modal_link_txt a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* ----------------------------
   SALE BANNER
---------------------------- */
/* .bnr-eshop-sale{
	width: 100%;
	background:#ff8201 url(/jp/switch/img/campaign/bnr_eshop_bg.png);
	position: relative;
	z-index: 10;
  }
  .bnr-eshop-sale::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	left: 0;
	bottom: 0;
	position: absolute;
  }
  .bnr-eshop-sale a{
	display: block;
	max-width: 960px;
	margin: 0 auto;
  }
  .bnr-eshop-sale a img{
	max-width: 960px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
  }

  header{
	z-index: 11;
  } */

/* end SALE BANNER */
