@charset "UTF-8";
body {
  color: #fff;
  background-color: #000;
  min-width: 960px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img {
  max-width: 100%; }

dt {
  font-weight: bold; }

.l-nav a, .l-main a {
  transition: opacity 0.1s linear; }
  .l-nav a:hover, .l-main a:hover {
    opacity: 0.5; }

.list-shop a:hover {
  opacity: 1; }

.list-nav {
  overflow: hidden; }
  .list-nav .list-item {
    float: left;
    width: calc(100% / 4);
    height: 92px;
    padding: 23px 0;
    box-sizing: border-box;
    text-align: center;
    list-style: none; }
    .list-nav .list-item a {
      display: block;
      overflow: hidden;
      position: relative;
      height: 47px; }
      .list-nav .list-item a img {
        transition: all 0.3s cubic-bezier(0.16, 0.86, 0.28, 0.99);
        width: auto;
        height: 100%; }
      .list-nav .list-item a:hover {
        opacity: 1; }
        .list-nav .list-item a:hover img {
          position: relative;
          transform: translate3d(0, -100%, 0); }

.list-shop {
  margin-top: 50px;
  overflow: hidden; }
  .list-shop.column2 {
    width: calc(100% / 4 * 2); }
  .list-shop.column3 {
    width: calc(100% / 4 * 3); }
  .list-shop.centering {
    margin-left: auto;
    margin-right: auto; }
  .list-shop .list-item-column2 {
    float: left;
    width: calc(100% / 2);
    padding: 0 1.5px;
    margin-bottom: 2px;
    list-style: none; }
  .list-shop .list-item-column3 {
    float: left;
    width: calc(100% / 3);
    padding: 0 1.5px;
    margin-bottom: 2px;
    list-style: none; }

.list-shop-temp {
  display: table-cell;
  width: 960px;
  height: 568px;
  margin-top: 50px;
  vertical-align: middle;
  background-image: url(../img/special_2_coming.png); }
  .list-shop-temp dl {
    text-align: center; }
    .list-shop-temp dl dd {
      margin-bottom: 20px; }

.list-sns {
  text-align: center; }
  .list-sns .list-item {
    display: inline-block;
    width: 60px;
    margin: 0 10px;
    list-style: none; }

/*
* Layer
*/
.layer-base {
  width: 100%;
  height: 3775px;
  position: relative;
  overflow: hidden; }

.layer-front {
  height: 100%;
  z-index: 20;
  background: url(../img/diver_bg.png) repeat-x bottom; }

.layer-inner {
  width: 1440px;
  margin: 0 auto;
  background-color: #000; }

[class^="layer-"] {
  width: 100%;
  position: absolute;
  top: 0; }

[class^="layer-back-"] {
  width: 100%;
  max-width: 1440px;
  background-size: 1440px auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0; }

.layer-back-bg {
  background-color: #000;
  z-index: 10; }

.layer-back-far {
  z-index: 11; }

.layer-back-middle {
  background-image: url(../img/bg_1000.png);
  z-index: 12; }

.layer-back-near {
  background-image: url(../img/bg_500.png);
  z-index: 13; }

.tab-items {
  margin-bottom: 23px;
  overflow: hidden; }
  .tab-items .tab-item {
    float: left;
    width: 50%;
    height: 33px;
    list-style: none;
    position: relative; }
    .tab-items .tab-item img {
      width: auto;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .tab-items .tab-item img.active {
        opacity: 0; }

.tab-item-active {
  display: none; }

.tab-view-item {
  display: none; }

.swiper-ctrl {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-around; }

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullets {
  display: block; }

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  background-size: auto 18px;
  width: 18px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  position: static !important; }

.swiper-button-next {
  background-image: url(../img/swipe_right@2x.png); }

.swiper-button-prev {
  background-image: url(../img/swipe_left@2x.png); }

.swiper-pagination-bullets {
  width: auto !important;
  height: 18px;
  position: static !important; }

.swiper-pagination-bullet {
  background-color: transparent;
  background-image: url(../img/swipe_innactive@2x.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin: 0 0.5em; }

.swiper-pagination-bullet-active {
  background-image: url(../img/swpie_active@2x.png); }

/*
l-header
*/
.l-header {
  height: 820px; }
  .l-header .header-inner {
    background-image: url(../img/fv_bg@2x.jpg);
    background-size: auto 100%;
    background-position: center center;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative; }

/*
l-nav
*/
.l-nav {
  background-color: #181818;
  width: 100%;
  min-width: 960px;
  position: absolute;
  top: 820px;
  z-index: 30; }
  .l-nav.fixed {
    position: fixed;
    top: 0; }

/*
l-main
*/
.l-main {
  margin-top: 92px; }

/*
l-footer
*/
.l-footer {
  width: 100%;
  background-color: #1a1a1a; }
  .l-footer .l-inner {
    overflow: hidden; }

/*
l-inner
*/
.l-inner {
  width: 960px;
  margin: 0 auto; }

#parallax {
  position: relative; }

/*
* Site-Title
*/
.site-title {
  width: 445px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 120px; }

/*
* firstview-cheap-ban
*/
.firstview-cheap-ban {
  width: 320px;
  height: 90px;
  position: absolute;
  bottom: 20px;
  right: 30px; }

/*
* Site-Headline
*/
.site-headline {
  background-color: #1a1a1a;
  height: 132px;
  padding: 50px calc((100% - 960px) / 2) 36px calc((100% - 960px) / 2); }
  .site-headline img {
    width: auto; }

/*
* Copy
*/
#copy {
  padding-top: 140px;
  padding-bottom: 125px; }
  #copy .copy-text {
    width: 651px; }

/*
* Content
*/
.content .content-inner {
  overflow: hidden; }

.content .jacket,
.content .description {
  float: right; }

.content .package,
.content .spec-content {
  float: left; }

.content .jacket {
  width: calc(50% - 36px);
  margin-right: 36px; }

.content .description {
  width: 50%; }
  .content .description .name {
    margin-bottom: 60px; }
  .content .description h3 {
    margin-top: 140px; }
  .content .description p {
    display: none; }

.content .note {
  margin-top: 30px;
  font-size: 12px; }

.content .package {
  width: 281px;
  margin-right: 40px; }

.content .spec-content {
  width: calc(100% - 321px); }

.content .product-info h4, .content .product-info ul {
  margin-bottom: 0.8em; }

.content .product-info.product-paragraph p {
  line-height: normal;
  margin: 0 0; }

.content .product-info ul {
  margin-left: 1em; }

.content .pc-spec dl {
  width: 100%; }

.content .pc-spec dt, .content .pc-spec dd {
  float: left;
  margin-bottom: 0.5em; }

.content .pc-spec dt {
  width: 6em; }

.content .pc-spec dd {
  width: calc(100% - 6em); }

.content p {
  line-height: 2em; }

#sec-special-01 .content,
#sec-special-02 .content {
  padding: 70px 0; }
  #sec-special-01 .content p,
  #sec-special-02 .content p {
    text-align: center; }

#sec-spec .content {
  padding-top: 70px; }

#sec-spec .l-inner {
  overflow: hidden; }

/*
* diverAndSns
*/
.diverAndSns {
  width: 100%;
  padding: 25px 0;
  position: absolute;
  bottom: 0; }
  .diverAndSns .diver {
    height: 77px;
    margin-bottom: 30px;
    text-align: center; }
    .diverAndSns .diver img {
      width: auto;
      height: 100%; }

/*
* Copyright
*/
.copyright {
  float: left;
  font-size: 12px;
  padding-top: 50px;
  padding-bottom: 55px; }
  .copyright small {
    display: block;
    margin-bottom: 1.5em; }

/*
* logo
*/
.logo {
  float: right;
  width: 450px;
  padding-top: 50px;
  padding-bottom: 55px; }
