@charset "UTF-8";
tml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, animemp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
}

a img {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a, p {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

body, html {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  overflow-y: scroll;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  background-color: #000;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.3vw;
    line-height: 1.6;
  }
}

a {
  color: #fff;
  word-wrap: break-word;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.clear {
  clear: both;
}

*:focus {
  outline: none;
}

::selection {
  color: #000;
  background-color: #d3d3d3;
}

::-moz-selection {
  color: #000;
  background-color: #d3d3d3;
}

.br {
  display: inline-block;
}

.sr, .sr-seq {
  visibility: hidden;
}

#backTop {
  position: fixed;
  overflow: hidden;
  bottom: 10px;
  right: 10px;
  padding: 5px 0px 0px 0px;
  z-index: 100;
  transform: translate(110%, 0);
  transition: transform .1s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #backTop {
    width: 80px;
  }
}
#backTop.show {
  transform: translate(0, 0);
  opacity: 1;
}

.border {
  border: 1px solid #333;
  background-color: #000;
  box-shadow: 0px 0px 4px #333;
  margin-right: 2px;
  margin-left: 2px;
}

.all, .sm-slider, .sm-slider:after, body.fixed header.global {
  min-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .all, .sm-slider, .sm-slider:after, body.fixed header.global {
    min-width: inherit;
  }
}

.all {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.brSmp {
  display: none;
}

@media screen and (max-width: 480px) {
  .brSmp {
    display: inline;
  }

  .smpNon {
    display: none;
  }
}
.flex {
  display: flex;
}

.center {
  text-align: center;
}

i {
  margin: 0 5px;
}

.commonWidth {
  min-width: 1100px;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .commonWidth {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    margin: auto;
  }
}

.commonPadding {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .commonPadding {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 10;
}

.over-border {
  position: relative;
  display: block;
}
.over-border::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px double #fff;
  opacity: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
}
.over-border.bg::before {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.over-border:hover::before {
  width: 95%;
  height: 90%;
  opacity: 1;
}
.over-border:hover.bg::before {
  width: 92%;
  height: 85%;
}

.subtitle {
  font-size: 4rem;
  margin: 60px 0;
  font-family: 'Goldman','Noto Serif JP',"游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 7vw;
    margin: 60px 0 30px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.subtitle > div {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  text-shadow: 0px 0px 7px rgba(208, 180, 162, 0.8);
}
@media screen and (max-width: 480px) {
  .subtitle > div {
    padding: 0 20px;
    max-width: 80%;
  }
}
.subtitle > div small {
  letter-spacing: 0.5px;
  font-size: 90%;
  display: block;
  line-height: 1.2;
}
.subtitle > div::before, .subtitle > div::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .subtitle > div::before, .subtitle > div::after {
    width: 50px;
  }
}
.subtitle > div::before {
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(to left, #fff, transparent);
}
.subtitle > div::after {
  right: 0;
  transform: translateX(100%);
  background: linear-gradient(to right, #fff, transparent);
}
.subtitle.column2 > div::before, .subtitle.column2 > div::after {
  width: 120px;
}
@media screen and (max-width: 480px) {
  .subtitle.column2 > div::before, .subtitle.column2 > div::after {
    width: 40%;
  }
}

.youtube-link {
  cursor: pointer;
}

.mv-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.mv-popup .close.icon {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
.mv-popup .youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.mv-popup .youtube .fullscreen {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 1280px;
}
@media screen and (min-width: 1280px) {
  .mv-popup .youtube .fullscreen {
    padding-top: 720px;
  }
}
.mv-popup .youtube .fullscreen iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img-rollover {
  display: block;
  background-color: #fff;
}
.img-rollover img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  zoom: 1;
}
.img-rollover:hover img {
  opacity: 0.5;
}

.txtbgbox {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .txtbgbox {
    padding: 20px;
  }
}
.txtbgbox::before, .txtbgbox::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  border: 2px solid #fff;
}
.txtbgbox::before {
  left: 0;
  top: 0;
  border-bottom: none;
  border-right: none;
}
.txtbgbox::after {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}

.txtbgbox2 {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 50px;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 480px) {
  .txtbgbox2 {
    padding: 20px;
    margin: 25px 0 0 0;
  }
}
.txtbgbox2::before, .txtbgbox2::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  border: 2px solid #fff;
}
.txtbgbox2::before {
  left: 0;
  top: 0;
  border-bottom: none;
  border-right: none;
}
.txtbgbox2::after {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}

.dot-list > ol {
  position: relative;
  margin: 10px 0;
  padding-left: 1.2em;
}
@media screen and (max-width: 480px) {
  .dot-list > ol {
    margin: 5px 0;
  }
}
.dot-list > ol::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
}
.dot-list > ol small {
  display: block;
  font-size: 70%;
  margin: 3px 0 15px;
  color: #ccc;
}

.btmHover {
  overflow: hidden;
  position: relative;
  padding: 8px 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: .3s;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border: 3px double #000;
  font-weight: 700;
  box-shadow: 0px 0px 0px #fff;
}
.btmHover span {
  position: relative;
}
.btmHover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 130%;
  height: 100%;
  color: #000;
  background: #fcc800;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .5s;
}
.btmHover:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.btmHover:hover {
  color: #000 !important;
  box-shadow: 2px 2px 0px #fff;
}

.enFont {
  font-family: "Goldman", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif !important;
  letter-spacing: 0;
}

.numFont {
  font-family: "Offside", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, monospace;
  letter-spacing: 0;
}

.minFont {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.mt200 {
  margin-top: 200px;
}
@media screen and (max-width: 480px) {
  .mt200 {
    margin-top: 100px;
  }
}

.mv-thumb {
  position: relative;
}
.mv-thumb__img {
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease;
  left: 0;
}
.mv-thumb:hover .mv-thumb__img {
  opacity: 1;
}

/* //////////////////////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////////////////////*/
/* 左上回転画像 */
.circle {
  position: absolute;
  top: -200px;
  left: -150px;
  width: 500px;
  animation: 60s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 480px) {
  .circle {
    width: 80%;
    top: -5%;
    left: -25%;
  }
}

header.global {
  width: 100%;
  position: relative;
  z-index: 100;
  font-family: "Goldman", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  header.global {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
  }
}

@media screen and (max-width: 480px) {
  .flex-sp {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
  }
}

/* メニュー上ヘッダー ---------------------------------------------- */
.header-top {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../img/header-top__foot.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  /* ロゴ ************************/
  /*言語切り替え ------------------*/
  /* SNSアイコン */
  /* プラットフォームロゴ */
}
@media screen and (max-width: 480px) {
  .header-top {
    display: block;
    position: static;
    padding: 10px 15px;
    margin-top: 100px;
  }
}
.header-top__logo {
  width: 200px;
  line-height: 0;
  margin-right: 35px;
}
@media screen and (max-width: 480px) {
  .header-top__logo {
    display: none;
  }
}
.header-top__leftbox {
  align-items: center;
}
.header-top__lang {
  width: 120px;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 20px;
  /* 右三角 ▼ */
}
.header-top__lang::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1;
}
.header-top__lang .btm {
  position: relative;
  cursor: pointer;
  padding: 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  font-size: 110%;
}
.header-top__lang .is-select {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 0px;
  opacity: 0;
  width: auto;
  transform: translate(0px, -5px);
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  z-index: 0;
  transition: all 0.2s ease;
}
.header-top__lang .is-select li {
  width: 100%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.header-top__lang .is-select li:last-of-type {
  border-bottom: none;
}
.header-top__lang .is-select a {
  text-decoration: none;
  padding: 10px 7px;
  display: block;
  color: #fff;
}
.header-top__lang .is-select a:hover {
  background-color: #fff;
  color: #000;
}
.header-top__lang .is-select.show {
  opacity: 1;
  transform: translate(0px, -1px);
  pointer-events: auto;
}
.header-top__sns {
  line-height: 0;
}
.header-top__sns a {
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease;
  padding: 2px;
}
.header-top__sns a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.header-top__sns img {
  width: 25px;
}
.header-top__platform {
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .header-top__platform {
    position: absolute;
    top: 0px;
    padding: 15px 5px;
    z-index: 2100;
  }
}
.header-top__platform img {
  height: 26px;
  max-width: inherit;
  width: auto;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .header-top__platform img {
    height: 20px;
  }
}

/*ナビゲーション -------------------------------------*/
nav.global {
  background-image: url(../img/nav_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px double #000;
  border-left: none;
  border-right: none;
  padding: 0 20px;
  position: relative;
  /* 右上の模様画像 */
  /* NEWマーク */
}
@media screen and (max-width: 480px) {
  nav.global {
    background-size: auto;
    background-repeat: repeat;
    background-size: auto 200px;
    padding: 20px 13vw 50px;
    border-bottom: none;
  }
}
nav.global .corner-img {
  position: absolute;
  top: 0px;
  right: 0;
}
nav.global .new {
  position: absolute;
  top: -23px;
  left: -10px;
  width: 75px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  nav.global .new {
    top: 14px;
    left: inherit;
    right: 10px;
  }
}
nav.global ul {
  display: flex;
  flex-wrap: wrap;
}
nav.global li {
  font-size: 1.8rem;
  padding: 12px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  nav.global li {
    width: 100%;
    padding: 5px 0;
  }
}
nav.global li a {
  color: #111;
  text-decoration: none;
  padding: 10px;
  margin-right: 25px;
  display: flex;
  line-height: 1;
  font-size: 1.7rem;
  position: relative;
  /* 数字 */
  /* 四隅にカッコ */
  /* ロールオーバー */
  /* 選択状態 */
}
@media screen and (max-width: 480px) {
  nav.global li a {
    margin-right: 0;
  }
}
nav.global li a .num {
  font-family: "Offside", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, monospace;
  font-size: 140%;
  letter-spacing: -1px;
  margin-right: 10px;
  line-height: 0.9em;
}
nav.global li a .txt {
  /*英語*/
  /*日本語*/
}
nav.global li a .txt p {
  letter-spacing: -0.5px;
}
nav.global li a .txt small {
  font-size: 60%;
  display: block;
  margin: 3px 0 0 2px;
}
nav.global li a .box-border::before, nav.global li a .box-border::after, nav.global li a .box-border .inner::before, nav.global li a .box-border .inner::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(1.5);
}
nav.global li a .box-border::before {
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  top: -3px;
  left: -3px;
}
nav.global li a .box-border::after {
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  bottom: -3px;
  left: -3px;
}
nav.global li a .box-border .inner::before {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  top: -3px;
  right: -3px;
}
nav.global li a .box-border .inner::after {
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  right: -3px;
  bottom: -3px;
}
nav.global li a:hover .box-border::before, nav.global li a:hover .box-border::after, nav.global li a:hover .box-border .inner::before, nav.global li a:hover .box-border .inner::after, nav.global li a.selected .box-border::before, nav.global li a.selected .box-border::after, nav.global li a.selected .box-border .inner::before, nav.global li a.selected .box-border .inner::after {
  opacity: 1;
  transform: scale(1);
}
nav.global li a.selected {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.shopguide-btm {
  position: absolute;
  right: 35px;
  top: 40px;
}
@media screen and (max-width: 480px) {
  .shopguide-btm {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 15px;
  }
}
.shopguide-btm a {
  display: block;
  width: 220px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
  line-height: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .shopguide-btm a {
    width: 90%;
    display: inline-block;
  }
}
.shopguide-btm a:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
}

.nav-open {
  overflow: hidden;
}

.nav-sp {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 10px 10px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}
@media screen and (max-width: 480px) {
  .nav-sp {
    display: flex;
    justify-content: space-between;
  }
  .nav-open .nav-sp {
    background-color: transparent;
  }
}
.nav-sp__logo {
  width: 35%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .nav-open .nav-sp__logo {
    margin-top: 35px;
    width: 45%;
  }
}
.nav-sp__hamburger {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
  padding: 20px 15px;
}
.nav-sp__hamburger > a {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
}
.nav-sp__hamburger > a span {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.nav-sp__hamburger > a .center {
  top: 9px;
}
.nav-sp__hamburger > a .bottom {
  bottom: 0;
}
.nav-sp__hamburger > a .active.top {
  top: 9px;
  transform: rotate(45deg);
}
.nav-sp__hamburger > a .active.center {
  transform: scaleX(0);
}
.nav-sp__hamburger > a .active.bottom {
  bottom: 10px;
  transform: rotate(135deg);
}

/* //////////////////////////////////////////////////////////////////
製品情報
////////////////////////////////////////////////////////////////// */
.spec {
  background-color: #fff;
  position: relative;
  z-index: 10;
  /* メニュー */
  /* スペックテキスト＆ジャケット画像 */
}
.spec__nav {
  overflow: hidden;
}
.spec__nav ul {
  display: flex;
}
.spec__nav li {
  width: 50%;
  position: relative;
}
.spec__nav li.right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: #aaa;
}
.spec__nav .hishi {
  font-family: "Goldman", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  transition: all 0.2s ease;
  padding: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  height: 100%;
  position: relative;
  /* ロールオーバー */
}
@media screen and (max-width: 480px) {
  .spec__nav .hishi {
    padding: 15px;
    font-size: 3.5vw;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.spec__nav .hishi::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 101%;
  transform: skewX(30deg) scale(1.005);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.spec__nav .hishi.spec-second, .spec__nav .hishi.spec-second::before {
  background-color: #aaa;
}
.spec__nav .hishi.spec-second:hover, .spec__nav .hishi.spec-second:hover::before {
  background-color: #cecece;
}
.spec__nav .hishi span, .spec__nav .hishi small {
  position: relative;
  z-index: 2;
}
.spec__nav .hishi span {
  text-align: center;
  line-height: 1.2;
}
.spec__nav .hishi small {
  display: block;
  font-size: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .spec__nav .hishi small {
    font-size: 1.2rem;
  }
}
.spec__box {
  display: flex;
  color: #111;
  padding: 40px 0px;
  /* テキスト */
  /* ジャケット画像 */
}
@media screen and (max-width: 480px) {
  .spec__box {
    display: block;
    padding: 25px 0 40px;
  }
}
.spec__box .info {
  width: 45%;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .spec__box .info {
    width: 100%;
    font-size: 3vw;
    letter-spacing: 0.5px;
  }
}
.spec__box .info dl {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .spec__box .info dl {
    margin-bottom: 5px;
  }
}
.spec__box .info dt {
  border-right: 1px solid #ccc;
  width: 6.5em;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .spec__box .info dt {
    width: 23%;
    margin-right: 15px;
  }
}
.spec__box .info dd {
  width: 70%;
}
.spec__box .jacket {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .spec__box .jacket {
    width: 100%;
    margin-top: 30px;
  }
}
.spec__box .jacket img {
  width: 47.5%;
}
.spec__box .jacket img:nth-of-type(1) {
  margin-right: 5%;
}

/* //////////////////////////////////////////////////////////////////
フッター
////////////////////////////////////////////////////////////////// */
footer.global {
  background-color: #000;
  background-image: url(../img/footer_head.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
  color: #a3a3a3;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  footer.global {
    font-size: 1.2rem;
    padding: 7.5vw 0 80px;
    background-size: auto 20vw;
  }
}
footer.global .footer__txt {
  /* ロゴ */
  /* フッターのPS系ノーティス内の画像 */
}
footer.global .footer__txt .logo {
  width: 35%;
}
@media screen and (max-width: 480px) {
  footer.global .footer__txt .logo {
    width: 65%;
  }
}
footer.global .footer__txt .txt {
  margin: 20px 0 30px;
}
@media screen and (max-width: 480px) {
  footer.global .footer__txt .txt {
    margin-top: 7.5vw;
  }
}
footer.global .footer__txt .txt.small {
  font-size: 80%;
}
footer.global .footer__txt .psimg {
  height: 1em;
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  footer.global .footer__txt .psimg {
    height: 0.8em;
  }
}

/*# sourceMappingURL=common.css.map */
