@charset "UTF-8";

.switch-logo.top-switch-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.bg-img {
  width: 71.48%;
  padding-top: 54.77%;
  background-color: #000;
  background-position: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
}

.sec-content {
  position: relative;
  z-index: 2;
}
.sec-content:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/main_bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
  z-index: -1;
}
.sec-content.is--fixed:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/main_bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.is-noresp #ncommon-purchase.is-right-middle .ncommon-purchase-btn {
  margin-top: 0 !important;
}

/*------------------------------------------------------------
	hero
------------------------------------------------------------*/

.hero {
  width: 100%;
  position: relative;
  min-width: 960px;
  overflow: hidden;
  margin-top: -100px;
}
.hero__body {
  width: 71.48%;
  padding-top: 51.56%;
  margin: 0;
  position: relative;
}
.hero__body::before {
}

.hero__title {
  position: absolute;
  width: 709px;
  height: 265px;
  top: 45.8%;
  left: 0;
  right: 0;
  margin: -133px auto 0 auto;
}

.hero_nav__products-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.hero_nav__products-btn .new::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 23px;
  width: 36px;
  height: 12px;
  background: url(../img/top/new_icon.png) 0 0 no-repeat;
  z-index: 1;
}

.hero__scenario {
  position: absolute;
  right: 0;
  top: 0;
  width: 37.19%;
  z-index: 1;
}
img.hero__scenario__img-hover {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
img.hero__scenario__img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .hero__scenario:hover img.hero__scenario__img {
  opacity: 0;
}

.hero__nav {
  position: relative;
  margin-top: -6px;
  margin-bottom: -6px;
  width: 100%;
}

.hero-nav {
  height: 83px;
  position: relative;
  background: url(../img/top/hero_nav_bg.png) 0 0 repeat-x;
  overflow: hidden;
}

.hero-nav__item {
  position: absolute;
  top: 6px;
  width: 120px;
  height: 69px;
  z-index: 1;
}
.hero-nav__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -44px;
  width: 232px;
  height: 69px;
  background: url(../img/top/hero_nav_hover.png) 0 0 no-repeat;
  opacity: 0;
}

.hero-nav__item--battle:before {
  left: -48px;
  width: 218px;
}

.hero-nav__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -58px;
  width: 42px;
  height: 69px;
  background: url(../img/top/hero_nav_line.png) 0 0 no-repeat;
}

.hero-nav__item.hero-nav__item--battle:after {
  content: "";
  display: none;
}

.hero-nav__item--story {
  left: 16px;
}
.hero-nav__item--world {
  left: 198px;
}
.hero-nav__item--tuning {
  left: 388px;
}
.hero-nav__item--characters {
  left: 579px;
}
.hero-nav__item--battle {
  left: 761px;
}

.hero-nav__item a {
  display: block;
  width: 120px;
  height: 69px;
  position: relative;
}
.hero-nav__item span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-nav__label--ov {
  opacity: 0;
}

.no-touchevents .hero-nav__item a .hero-nav__label--ov {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .hero-nav__item a:hover .hero-nav__label--ov {
  opacity: 1;
}

.no-touchevents .hero-nav__item a .hero-nav__label {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}
.no-touchevents .hero-nav__item a:hover .hero-nav__label {
  opacity: 0;
}

.no-touchevents .hero-nav__item::before {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .hero-nav__item.is-active::before {
  opacity: 0.7;
}

.hero_nav__products-btn {
  top: 17px;
}

.hero__bgm {
  width: 42px;
  height: 218px;
  background: url(../img/top/bgm_bg.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -109px;
}
.toggle__list {
  position: absolute;
  top: 42px;
  left: 0;
}
.toggle__item {
  width: 34px;
  height: 30px;
}
.toggle__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
}

.track__list {
  position: absolute;
  top: 119px;
  left: 0;
}

.track__item {
  width: 34px;
  height: 21px;
  text-align: center;
  position: relative;
}

.track__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.track__item p {
  position: absolute;
  left: 38px;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);

  pointer-events: none;
}

.track__item.bgm--01 p {
  bottom: 10px;
}
.track__item.bgm--02 p {
  bottom: 10px;
}
.track__item.bgm--03 p {
  bottom: 10px;
}
.track__item.bgm--04 p {
  bottom: 10px;
}
/* bgm ON/OFF */
.is-bgm-on .toggle__item.bgm--on a {
  opacity: 1;
  pointer-events: none;
}
.is-bgm-off .toggle__item.bgm--off a {
  opacity: 1;
  pointer-events: none;
}
/* bgm select */
.is-bgm-01 .track__item.bgm--01 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-02 .track__item.bgm--02 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-03 .track__item.bgm--03 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.is-bgm-04 .track__item.bgm--04 a {
  background-color: rgba(0, 0, 0, 0.6);
}

.no-touchevents .toggle__item a:hover {
  opacity: 1;
}
.no-touchevents .track__item a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.no-touchevents .track__item a:hover + p {
  opacity: 1;
  margin-top: 0;
}

@media all and (max-width: 1279px) {
  .bg-img {
    width: 71.48%;
    padding-top: 56.77%;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
  }
  .hero__title {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  .hero__title img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 1100px) {
  .hero__nav {
    position: relative;
    margin-top: -6px;
    margin-bottom: -6px;
    width: 100%;
  }

  .hero-nav {
    height: 83px;
    position: relative;
    background: url(../img/top/hero_nav_bg.png) 0 0 repeat-x;
    overflow: hidden;
  }

  .hero-nav__item {
    position: absolute;
    top: 6px;
    /*width: 100%;*/
    z-index: 1;
  }
  .hero-nav__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    width: 140%;
    height: 69px;
    background: url(../img/top/hero_nav_hover.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
  }
  .hero-nav__item--battle:before {
    left: -59px;
    width: 218px;
  }
  .hero-nav__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 9%;
    right: -30%;
    width: 30%;
    background: url(../img/top/hero_nav_line.png) 0 0 no-repeat;
    background-size: contain;
  }

  .hero-nav__item--story {
    left: 1.25%;
  }
  .hero-nav__item--world {
    left: 15.47%;
  }
  .hero-nav__item--tuning {
    left: 30.31%;
  }
  .hero-nav__item--characters {
    left: 45.23%;
  }
  .hero-nav__item--battle {
    left: 59.45%;
  }

  .hero-nav__item a {
    display: block;
    width: 100%;
    position: relative;
  }
  .hero-nav__item span {
    position: absolute;
    left: 0;
    top: 4%;
    z-index: 2;
  }
  .hero-nav__item img {
    width: 100%;
  }
  .hero-nav__label--ov {
    opacity: 0;
  }
}

@media all and (max-width: 960px) {
  .hero__body {
    width: 690px;
    padding-top: 480px;
    margin: 0;
    position: relative;
  }
  .bg-img {
    width: 690px;
    padding-top: 530px;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
  }
}

/*------------------------------------------------------------
  movie
------------------------------------------------------------*/

.movie {
  padding-top: 21px;
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 174px;
}
.movie__body {
  width: 100%;
  margin: 0 auto;
  max-width: 928px;
}
.movie__body {
  display: none;
}
.movie__body.slick-initialized {
  display: block;
}
@media all and (min-width: 1280px) {
  .movie__body {
    max-width: 1164px;
  }
}
.movie__item {
  width: 220px;
  position: relative;
}
.movie__item:first-child {
  margin-left: 0;
}
.movie__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .movie__item a:hover {
  opacity: 0.8;
}
.movie__item a:after {
  content: "";
  display: block;
  width: 57px;
  height: 49px;
  background: url(../img/common/movie_ico.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 42px;
  left: 83px;
}

.movie__item .movie-new {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/top/movie_thum_new_bg.png) 0 0 no-repeat;
  width: 84px;
  height: 28px;
}
.movie__item .movie-new::before {
  content: "";
  display: block;
  width: 84px;
  height: 28px;
  background: url(../img/top/movie_thum_new.png) 0 0 no-repeat;
  -webkit-animation: blink 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: blink 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.movie .slick-prev,
.movie .slick-next {
  top: 32px;
}

.movie .slick-prev.slick-disabled,
.movie .slick-next.slick-disabled {
  display: none !important;
}
.movie .slick-prev {
  margin-left: -508px;
}
.movie .slick-next {
  margin-left: 427px;
}

@media all and (min-width: 1280px) {
  .movie .slick-next {
    margin-left: 545px;
  }
  .movie .slick-prev {
    margin-left: -626px;
  }
}

/*------------------------------------------------------------
  news
------------------------------------------------------------*/
.news {
  background: url(../img/top/news_bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.news-header {
  width: 100%;
  height: 133px;
  position: relative;
}
.news-header__title {
  position: absolute;
  left: 0;
  top: 0;
}
.news-header__btn {
  position: absolute;
  right: 0;
  top: 38px;
}

.news-body {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.news-body__btn {
  width: 220px;
  margin: 20px auto 0 auto;
}

.news-slide__item:nth-child(4n) {
  display: none;
}

@media all and (min-width: 1280px) {
  .page-news__list {
    width: 1140px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .news-slide__item:nth-child(3n) {
    margin-right: 20px;
  }
  .news-slide__item:nth-child(4n) {
    margin-right: 0;
    display: block;
  }
  .news-slide__item:nth-child(3n + 1) {
    clear: none;
  }
  .news-slide__item:nth-child(4n + 1) {
    clear: left;
  }
}

.production-notes {
  width: 100%;
  background: url(../img/top/production-notes_bg.png) 50% 0 no-repeat;
  padding-top: 54px;
  padding-bottom: 35px;
}

.production-notes__title {
  width: 960px;
  margin: 0 auto;
}

.production-notes__body {
  width: 960px;
  margin: 0 auto;
  background: url(../img/top/production-notes_line.png) 50% 0 no-repeat;
}

.production-notes__item p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 22px 0;
}
.production-notes__date {
  float: left;
  width: 254px;
  background: url(../img/top/production-notes_ico.png) 80% 50% no-repeat;
}
.production-notes__date span {
  display: inline-block;
  padding-left: 48px;
}
.production-notes__text {
  padding-right: 48px;
}
.production-notes__item a {
  width: 100%;
  display: block;
  text-decoration: none;
  background: url(../img/top/production-notes_line.png) 50% 100% no-repeat;
}

.production-notes__item a::after {
  content: "";
  display: block;
  clear: both;
}

.no-touchevents .production-notes__item a:hover .production-notes__text {
  text-decoration: underline;
}
/*------------------------------------------------------------
  introduction
------------------------------------------------------------*/

.introduction {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.introduction__body {
  padding-top: 73px;
  padding-bottom: 162px;
}

.intro-item01 {
  width: 100%;
  height: 344px;
  position: relative;
}
.intro-item01__text {
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -432px;
}
.intro-item01__img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -82px;
}
.intro-item01__btn {
  width: 806px;
  height: 46px;
  background: url(../img/top/intro_bar_left.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 201px;
  margin-left: -800px;
}
.intro-item01__btn a {
  position: absolute;
  display: block;
  right: 215px;
  top: 7px;
  width: 280px;
  height: 32px;
}

.intro-item01__btn a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 280px;
  height: 32px;
  background: url(../img/top/intro_btn_hover.png) 0 0 no-repeat;
}

.intro-item__btn-label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.intro-item02 {
  width: 100%;
  height: 346px;
  position: relative;
}
.intro-item02__text {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: 123px;
}
.intro-item02__img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -850px;
}
.intro-item02__btn {
  width: 902px;
  height: 46px;
  background: url(../img/top/intro_bar_right.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 231px;
  margin-left: -102px;
}
.intro-item02__btn a {
  position: absolute;
  display: block;
  left: 176px;
  top: 7px;
  width: 280px;
  height: 32px;
}

.intro-item02__btn a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 280px;
  height: 32px;
  background: url(../img/top/intro_btn_hover.png) 0 0 no-repeat;
}

.intro-item03 {
  width: 100%;
  height: 345px;
  position: relative;
}
.intro-item03__text {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -432px;
}
.intro-item03__img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -82px;
}
.intro-item03__btn {
  width: 806px;
  height: 46px;
  background: url(../img/top/intro_bar_left.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 206px;
  margin-left: -800px;
}
.intro-item03__btn a {
  position: absolute;
  display: block;
  right: 201px;
  top: 7px;
  width: 280px;
  height: 32px;
}

.intro-item03__btn a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 280px;
  height: 32px;
  background: url(../img/top/intro_btn_hover.png) 0 0 no-repeat;
}

.intro-item04 {
  width: 100%;
  height: 346px;
  position: relative;
}
.intro-item04__text {
  position: absolute;
  left: 50%;
  top: 59px;
  margin-left: 124px;
}
.intro-item04__img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -850px;
}
.intro-item04__btn {
  width: 902px;
  height: 46px;
  background: url(../img/top/intro_bar_right.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 202px;
  margin-left: -62px;
}
.intro-item04__btn a {
  position: absolute;
  display: block;
  left: 141px;
  top: 7px;
  width: 280px;
  height: 32px;
}

.intro-item04__btn a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 280px;
  height: 32px;
  background: url(../img/top/intro_btn_hover.png) 0 0 no-repeat;
}

.intro-item05 {
  width: 100%;
  height: 345px;
  position: relative;
}
.intro-item05__text {
  position: absolute;
  left: 50%;
  top: 21px;
  margin-left: -431px;
}
.intro-item05__img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -93px;
}
.intro-item05__btn {
  width: 806px;
  height: 46px;
  background: url(../img/top/intro_bar_left.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 229px;
  margin-left: -812px;
}
.intro-item05__btn a {
  position: absolute;
  display: block;
  right: 219px;
  top: 7px;
  width: 280px;
  height: 32px;
}

.intro-item05__btn a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 280px;
  height: 32px;
  background: url(../img/top/intro_btn_hover.png) 0 0 no-repeat;
}

.no-touchevents .introduction__body p a::before {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .introduction__body p a:hover::before {
  opacity: 1;
}

/*------------商品情報------------*/
.p-top-sale {
  position: relative;
  font-size: 13px;
  width: 838px;
  height: 178px;
  margin: 36px auto 0;
  overflow: hidden;
  background: url(../img/top/sale_bg.png) 0 0 no-repeat;
  box-sizing: border-box;
}

.p-top-sale_l {
  position: absolute;
  top: 26px;
  left: 90px;
}
.p-top-sale_l dl,
.p-top-sale_l a,
.p-top-sale_r ul.p-top-sale_btn01 a {
  color: #ccc;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-top-sale_l a:hover {
  text-decoration: none;
}
.p-top-sale_l dl {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
.p-top-sale_l dt {
  width: 90px;
  display: table-cell;
}
.p-top-sale_l dd {
  box-sizing: border-box;
  display: table-cell;
}
.p-top-sale_l dd::before {
  display: inline-block;
  content: ":";
  padding-right: 8px;
}
.p-top-sale_l ul.p-top-sale_btn01,
.p-top-sale_r ul.p-top-sale_btn01 {
  width: 100%;
  padding-top: 6px;
}
.p-top-sale_l ul.p-top-sale_btn01 li,
.p-top-sale_r ul.p-top-sale_btn01 li {
  position: relative;
  display: block;
  padding-left: 12px;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-top-sale_l ul.p-top-sale_btn01 li:before,
.p-top-sale_r ul.p-top-sale_btn01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../img/top/sale_arrow_r.png) 0 0 no-repeat;
  background-size: cover;
}
.p-top-sale_l ul.p-top-sale_btn01 li:after,
.p-top-sale_r ul.p-top-sale_btn01 li:after {
  content: "";
  display: block;
  clear: both;
}
.p-top-sale_l ul.p-top-sale_btn01 li:first-child,
.p-top-sale_r ul.p-top-sale_btn01 li:first-child {
  padding-right: 30px;
}
.p-top-sale_l ul.p-top-sale_btn01 li:hover,
.p-top-sale_r ul.p-top-sale_btn01 li:hover {
  opacity: 0.7;
}

.p-top-sale_r {
  position: absolute;
  top: 37px;
  right: 56px;
}
.purchase-btn {
  width: 269px;
  height: 52px;
  background: url(../img/top/btn_purchase_off.png) 0 0 no-repeat;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.purchase-btn a {
  display: block;
  width: 269px;
  height: 52px;
}
.purchase-btn:hover {
  width: 269px;
  height: 52px;
  background: url(../img/top/btn_purchase_on.png) 0 0 no-repeat;
}
.products-btn {
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 10px;
  margin-top: -50px;
}
.products-btn:after {
  content: "";
  display: block;
  clear: both;
}
.cero-btn {
  display: block;
  padding-top: 16px;
  padding-left: 0;
  margin-left: -60px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cero-btn:hover {
  opacity: 0.8;
}
/*--------------------------------*/

.gnav {
  margin-top: -99px;
}

/*------catalog-ticket------*/
.catalog-ticket {
  position: absolute;
  top: 86px;
}
.catalog-ticket p a {
  display: inline-block;
  position: relative;
  padding: 10px 8px 10px 74px;
  border-radius: 2px;
  background: #fff;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.no-touchevents .catalog-ticket p a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../assets/img/top/catalog_ticket.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 48px;
  opacity: 1;
  transition: 0.3s;
}
.no-touchevents .catalog-ticket p a:hover {
  color: #777;
}
.no-touchevents .catalog-ticket p a:hover:before {
  opacity: 0.8;
}

/*------banner------*/
.banner{
  text-align:center;
  margin-top: 36px;
}
.banner a{
  transition:0.3s;
}
.banner a:hover{
  opacity:0.8;
}

/* バナー */
.bnr-eshop-sale {
  position: relative;
  width: 100%;
  background: #ff8201 url(/jp/switch/img/campaign/bnr_eshop_bg.png);
  z-index: 100;
  text-align: center;
}
.bnr-eshop-sale:hover {
  filter: brightness(120%)
}
.bnr-eshop-sale img {
  max-width: 1000px;
}
.bnr-eshop-sale:hover img {
  filter: brightness(80%)
}

.switch-logo.top-switch-logo {
  top: 120px;
}