@charset "UTF-8";
/* ========================================
  reset
======================================== */
html, 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, samp, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* ========================================
  base
======================================== */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 760px) {
  html {
    font-size: 62.5%;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #e7ecee;
  background-color: #FFF;
  font-size: 1.6rem;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 760px) {
  img {
    max-width: 100%;
    width: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

@media screen and (min-width: 760px) {
  a:hover {
    text-decoration: underline;
  }
}

:focus {
  outline: none;
}

sup {
  vertical-align: super;
}

#deviceCheck {
  position: static;
}

@media screen and (min-width: 760px) {
  #deviceCheck {
    position: relative;
  }
}

/* ========================================
  font
======================================== */
@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", ncommonJp, YuGothic, sans-serif;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 968px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1168px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -14px;
  margin-right: -14px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}

.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 759px) {
  .row > [class*="col-sm-"]:not(:first-child) {
    margin-top: 20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: .25;
  color: black;
  background-color: #808080;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-prev,
.slick-next {
  cursor: pointer;
}

.slick-disabled {
  visibility: hidden;
}

.c-top-kv__list {
  display: none;
}

.c-top-kv__list.slick-initialized {
  display: block;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }
}

.owl-nav .owl-prev {
  left: 7px;
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-prev {
    left: 17px;
  }
}

.owl-nav .owl-next {
  right: 7px;
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-next {
    right: 17px;
  }
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .owl-dots {
    bottom: -35px;
  }
}

.owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.owl-dots .owl-dot > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #dfdfdf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #808080;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* ========================================
  l-footer-navi
======================================== */
@media screen and (min-width: 760px) {
  .l-footer-navi {
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer-navi .c-navi {
    width: 94%;
  }
}

.l-footer-navi__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 82.85714%;
}

@media screen and (min-width: 760px) {
  .l-footer-navi__logo {
    margin-right: 2.54545%;
    margin-bottom: 0;
    width: 14.54545%;
  }
}

.l-footer-navi__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .l-footer-navi__list {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 76.90909%;
  }
}

.l-footer-navi__list > li {
  padding: 10px;
  width: 50%;
}

@media screen and (min-width: 760px) {
  .l-footer-navi__list > li {
    padding: 0;
  }
}

/* ========================================
  l-footer-bottom
======================================== */
.l-footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
}

@media screen and (min-width: 760px) {
  .l-footer-bottom {
    margin-top: 0;
  }
}

.l-footer-bottom__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 760px) {
  .l-footer-bottom__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.l-footer-bottom__text {
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .l-footer-bottom__text {
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: flex-grow;
    flex: flex-grow;
    -ms-flex: 1;
    flex: 1;
  }
  .l-footer-bottom__sns {
    width: 70px;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ========================================
  l-pagetop
======================================== */
.l-pagetop-sp {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}

.l-pagetop-sp > span {
  display: inline-block;
  position: relative;
}

.l-pagetop-sp > span:after {
  display: block;
  content: "";
  margin-left: 5px;
  width: 17.33333%;
  height: 100%;
  background-image: url("../images/arrow_pagetop_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 100%;
}

@media screen and (min-width: 760px) {
  .l-pagetop-sp {
    display: none;
  }
}

.l-pagetop-pc {
  display: none;
}

@media screen and (min-width: 760px) {
  .l-pagetop-pc {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1.45455%;
    display: block;
    width: 4.54545%;
    background-color: #808080;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
  }
  .l-pagetop-pc:after {
    padding-bottom: 100%;
    display: block;
    width: 30%;
    content: "";
    background-image: url("../images/arrow_pagetop_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ========================================
  content
======================================== */
.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media screen and (min-width: 760px) {
  .l-content {
    max-width: 1120px;
  }
}

/* ========================================
  l-box
======================================== */
.l-box {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ffcbcb;
  max-width: 1100px;
}

@media screen and (min-width: 760px) {
  .l-box {
    padding: 20px;
  }
}

.l-box__content {
  padding: 14.5px;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .l-box__content {
    padding: 30px;
  }
}

/* ========================================
  l-modal
======================================== */
[data-modallink] {
  cursor: pointer;
}

.no-js [data-modallink] {
  cursor: default;
}

[data-modalbody] {
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}

[data-modalbody].is-show {
  visibility: visible;
  opacity: 1;
}

body.is-hidden {
  overflow: hidden;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10200;
  width: 100%;
  height: 100%;
}

.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.l-modal__contents {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.l-modal__body {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .l-modal__body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.54545%;
    padding-top: 27px;
    max-width: 1100px;
  }
}

.l-modal__wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 94.66667%;
}

@media screen and (min-width: 760px) {
  .l-modal__wrap {
    width: 100%;
  }
}

.l-modal__wrap--box .owl-nav {
  display: none;
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--box {
    width: 96.36364%;
  }
  .l-modal__wrap--box .owl-nav {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--image {
    width: 65.81818%;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--image-slider {
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--movie {
    width: 69.09091%;
  }
}

.l-modal_close {
  position: absolute;
  top: 0;
  right: 1.6%;
  width: 8.53333%;
  z-index: 20;
}

@media screen and (min-width: 760px) {
  .l-modal_close {
    top: 0;
    right: 0;
    width: auto;
  }
}

.l-modal_close button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
}

.l-modal__box {
  padding: 15px;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .l-modal__box {
    padding: 30px 40px;
    max-width: 1100px;
  }
}

.l-modal__text {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 760px) {
  .l-modal__text {
    text-align: center;
  }
}

.l-modal__movie-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 94.3662%;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .l-modal__movie-wrap {
    width: 69.09091%;
  }
}

.l-modal__movie {
  padding: 10px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .l-modal .c-slider-carousel__main {
    width: 69.09091%;
  }
}

.l-modal .c-carousel__text {
  color: #FFF;
}

/* ========================================
  text
======================================== */
.c-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ========================================
  button
======================================== */
.c-button {
  display: inline-block;
  margin: 0;
  padding: 12px 25px;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: transparent;
  background-color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.c-button:after {
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("../images/btn_arow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.c-button[type=button], .c-button[type=reset], .c-button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-button--top-sale {
  padding: 6px 20px 6px 6px;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

@media screen and (min-width: 760px) {
  .c-button--top-sale {
    padding: 8px 20px 8px 8px;
    font-size: 1.1rem;
  }
}

.c-button--top-sale:after {
  background-image: url("../images/btn_arow_small.png");
}

.c-button-image {
  cursor: pointer;
  text-decoration: none;
}

.c-button-image:hover {
  text-decoration: none;
}

.c-button-image:hover img {
  opacity: 0.8;
}

.c-button--disabled {
  cursor: default;
}

.c-button--disabled:hover img {
  opacity: 1;
}

.c-button--icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/icon_blank.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 760px) {
  .c-button--icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
}

/* ========================================
  update
======================================== */
.c-update {
  display: inline-block;
  padding: 5px 15px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  background-color: #000;
  position: relative;
}

.c-update:before {
  margin-left: -7px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -7px;
  border-style: solid;
  border-width: 7px 7px 0 0px;
  border-color: #000 transparent transparent transparent;
}

@media screen and (min-width: 760px) {
  .c-update:before {
    margin-left: -10px;
    bottom: -10px;
    border-width: 10px 10px 0 0px;
  }
}

/* ========================================
  carousel
======================================== */
.c-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-carousel__text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 760px) {
  .c-carousel__text {
    margin-top: 15px;
  }
}

.c-carousel__text--center {
  text-align: center;
}

.c-carousel--arrow-center .c-carousel__prev,
.c-carousel--arrow-center .owl-prev {
  left: -10px;
}

@media screen and (min-width: 760px) {
  .c-carousel--arrow-center .c-carousel__prev,
  .c-carousel--arrow-center .owl-prev {
    left: -20px;
  }
}

.c-carousel--arrow-center .c-carousel__next,
.c-carousel--arrow-center .owl-next {
  right: -10px;
}

@media screen and (min-width: 760px) {
  .c-carousel--arrow-center .c-carousel__next,
  .c-carousel--arrow-center .owl-next {
    right: -20px;
  }
}

[data-carousel="3"] .c-carousel__prev,
[data-carousel="3"] .c-carousel__next,
[data-carousel="4"] .c-carousel__prev,
[data-carousel="4"] .c-carousel__next,
[data-carousel="5"] .c-carousel__prev,
[data-carousel="5"] .c-carousel__next,
[data-carousel="6"] .c-carousel__prev,
[data-carousel="6"] .c-carousel__next {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 760px) {
  [data-carousel="3"] .c-carousel__prev,
  [data-carousel="3"] .c-carousel__next,
  [data-carousel="4"] .c-carousel__prev,
  [data-carousel="4"] .c-carousel__next,
  [data-carousel="5"] .c-carousel__prev,
  [data-carousel="5"] .c-carousel__next,
  [data-carousel="6"] .c-carousel__prev,
  [data-carousel="6"] .c-carousel__next {
    width: 30px;
    height: 30px;
  }
}

.c-carousel--padding {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 760px) {
  .c-carousel--padding {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-carousel--padding .owl-prev,
.c-carousel--padding .owl-next {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 760px) {
  .c-carousel--padding .owl-prev,
  .c-carousel--padding .owl-next {
    width: 30px;
    height: 30px;
  }
}

.c-carousel--padding .owl-prev {
  left: 10px;
}

@media screen and (min-width: 760px) {
  .c-carousel--padding .owl-prev {
    left: 6px;
  }
}

.c-carousel--padding .owl-next {
  right: 10px;
}

@media screen and (min-width: 760px) {
  .c-carousel--padding .owl-next {
    right: 6px;
  }
}

.no-js .c-carousel [data-carousel-num="1"] .c-carousel__item:nth-child(n+2) {
  display: none;
}

.no-js .c-carousel [data-carousel-num="2"] .c-carousel__item {
  width: 50%;
}

.no-js .c-carousel [data-carousel-num="2"] .c-carousel__item:nth-child(n+3) {
  display: none;
}

.no-js .c-carousel [data-carousel-num="3"] .c-carousel__item {
  width: 33.33333%;
}

.no-js .c-carousel [data-carousel-num="3"] .c-carousel__item:nth-child(n+4) {
  display: none;
}

.no-js .c-carousel [data-carousel-num="4"] .c-carousel__item {
  width: 25%;
}

.no-js .c-carousel [data-carousel-num="4"] .c-carousel__item:nth-child(n+5) {
  display: none;
}

.no-js .c-carousel [data-carousel-num="5"] .c-carousel__item {
  width: 20%;
}

.no-js .c-carousel [data-carousel-num="5"] .c-carousel__item:nth-child(n+6) {
  display: none;
}

.no-js .c-carousel__item[data-carousel="1"]:nth-child(n+1) {
  display: none;
}

.no-js .c-carousel__item {
  width: 100%;
}

.no-js .c-carousel__list {
  display: -ms-flexbox;
  display: flex;
}

/* ========================================
  slider
======================================== */
.c-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 724px;
  overflow: hidden;
}

.c-slider__thumb {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 88.48315%;
}

@media screen and (min-width: 760px) {
  .c-slider__thumb {
    margin-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    width: auto;
  }
}

@media screen and (min-width: 760px) {
  .c-slider__thumb ul {
    margin-top: -15px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.c-slider__thumb ul > li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333%;
}

@media screen and (min-width: 760px) {
  .c-slider__thumb ul > li {
    padding-top: 15px;
  }
}

.c-slider__thumb ul a {
  display: block;
}

.c-slider__main a.bx-prev {
  left: 10px;
}

.c-slider__main a.bx-next {
  right: 10px;
}

.c-slider__thumb a.bx-prev {
  left: -15px;
}

.c-slider__thumb a.bx-next {
  right: -15px;
}

.no-js .c-slider__for-item:not(:first-child) {
  display: none;
}

/* ========================================
  c-slider-carousel
======================================== */
.c-slider-carousel {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 760px) {
  .c-slider-carousel .c-slider__for {
    margin-left: auto;
    margin-right: auto;
    max-width: 724px;
  }
  .c-slider-carousel .c-slider__thumb {
    padding-left: 27px;
    padding-right: 27px;
  }
  .c-slider-carousel .c-slider__thumb ul {
    margin-top: 0;
  }
  .c-slider-carousel .c-slider__thumb ul > li {
    padding-top: 0;
  }
}

@media screen and (min-width: 760px) {
  .c-slider-carousel--small {
    width: 65.81818%;
  }
}

@media screen and (min-width: 760px) {
  .c-slider-carousel .c-slider__thumb a.bx-prev {
    left: -50px;
  }
  .c-slider-carousel .c-slider__thumb a.bx-next {
    right: -50px;
  }
}

.no-js .c-slider-carousel .c-slider-carousel__item:nth-child(n+2) {
  display: none;
}

.no-js .c-slider-carousel .c-slider-carousel__nav {
  display: -ms-flexbox;
  display: flex;
}

.no-js .c-slider-carousel .c-slider-carousel__thumb:nth-child(n+5) {
  display: none;
}

/* ========================================
  infinite-slide
======================================== */
.c-infinite {
  width: 100%;
  max-height: 150px;
  position: relative;
  background-image: url("../images/infinite.png");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: contain;
  -webkit-animation: infinite 20s linear infinite;
  animation: infinite 20s linear infinite;
}

.c-infinite:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20.83333%;
}

@media screen and (min-width: 760px) {
  .c-infinite {
    height: 150px;
  }
}

@-webkit-keyframes infinite {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -720px 50%;
  }
}

@keyframes infinite {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -720px 50%;
  }
}

/* ========================================
  infinite-slide
======================================== */
/* ========================================
  c-navi
======================================== */
.c-navi {
  display: block;
}

@media screen and (min-width: 760px) {
  .c-navi {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-navi__logo {
  margin-left: auto;
  margin-right: auto;
  width: 82.85714%;
}

@media screen and (min-width: 760px) {
  .c-navi__logo {
    padding-right: 2.54545%;
    width: 17.09091%;
  }
}

.c-navi__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .c-navi__list {
    margin: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 82.90909%;
  }
}

.c-navi__list > li {
  padding: 10px;
  width: 50%;
}

@media screen and (min-width: 760px) {
  .c-navi__list > li {
    padding: 0;
  }
}

/* ========================================
  c-heading-image
======================================== */
.c-heading-image {
  margin-bottom: 20px;
}

@media screen and (min-width: 760px) {
  .c-heading-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 536px;
  }
}

@media screen and (min-width: 760px) {
  .c-heading-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 724px;
  }
}

/* ========================================
  c-sns
======================================== */
.c-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 760px) {
  .c-sns {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-sns > li {
  width: 30px;
}

.c-sns > li:not(:first-child) {
  margin-left: 10px;
}

/* ========================================
  c-movie
======================================== */
.c-movie {
  margin-left: auto;
  margin-right: auto;
  padding: 12px 19px 15px 19px;
  position: relative;
}

@media screen and (min-width: 760px) {
  .c-movie {
    padding: 20px 28px 28px 28px;
  }
}

@media screen and (min-width: 760px) {
  .c-movie--large {
    padding-left: 3.63636%;
    padding-right: 3.63636%;
    width: 72.72727%;
  }
}

.c-movie__update {
  font-size: 1.1rem;
  position: absolute;
  top: 7px;
  right: 10px;
}

@media screen and (min-width: 760px) {
  .c-movie__update {
    font-size: 1.4rem;
    top: 10px;
    right: 15px;
  }
}

.c-movie__head {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .c-movie__head {
    font-size: 2rem;
  }
}

.c-movie__ytb {
  position: relative;
  width: 100%;
}

.c-movie__ytb:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__ytb iframe,
.c-movie__ytb [data-ytid] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ========================================
  c-navi-text
======================================== */
.c-navi-text {
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 760px) {
  .c-navi-text {
    font-size: 1.2rem;
  }
}

.c-navi-text__list > li {
  display: inline-block;
}

.c-navi-text__list > li > a {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  display: block;
  border-left: 1px solid #e7ecee;
}

.c-navi-text__list > li:first-child > a {
  border-left: none;
}

@media screen and (min-width: 760px) {
  .c-navi-text__list {
    display: inline-block;
  }
}

@media screen and (min-width: 760px) {
  .c-navi-text__list--line > li:first-child > a {
    border-left: 1px solid #e7ecee;
  }
}

.c-navi-text__copyright {
  text-align: center;
  line-height: 1.3;
}

/* ========================================
  p-text
======================================== */
.p-text {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (min-width: 760px) {
  .p-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (min-width: 980px) {
  .p-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* ========================================
  p-wrapper
======================================== */
.p-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .p-wrapper {
    top: 46px;
  }
}

@media screen and (min-width: 760px) {
  .p-wrapper {
    top: 46px;
  }
}

/* ========================================
  p-hard
======================================== */
.p-head {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 641px) {
  .p-head {
    top: 46px;
  }
}

.p-head__switch {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 50px;
}

@media screen and (min-width: 760px) {
  .p-head__switch {
    right: 0;
    top: 0;
    width: 100px;
  }
}

.p-head__bethesda {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 20.13333%;
}

@media screen and (min-width: 760px) {
  .p-head__bethesda {
    width: 151px;
    top: 20px;
    left: 15px;
  }
}

/* ========================================
  p-foot
======================================== */
.p-foot {
  color: #FFF;
  background-color: #000;
}

.p-foot .l-pagetop-sp {
  border-top: 1px solid rgba(187, 191, 192, 0.3);
  background-color: transparent;
}

/* ========================================
  p-main
======================================== */
.p-main {
  position: relative;
}

/* ========================================
  p-opening
======================================== */
.p-opening-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-opening {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 760px) {
  .p-opening {
    min-height: 1040px;
  }
}

.p-opening__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  min-height: 500px;
  max-width: 100%;
  position: relative;
  background-image: url("../images/opening/opening_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 760px) {
  .p-opening__content {
    min-height: 950px;
    background-image: url("../images/opening/opening_bg_pc.jpg");
  }
}

.p-opening__wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.66667%;
  padding-bottom: 10%;
  visibility: hidden;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-opening__wrap {
    max-width: 900px;
  }
}

.p-opening__lead {
  margin-left: auto;
  margin-right: auto;
  width: 75.73333%;
}

@media screen and (min-width: 760px) {
  .p-opening__lead {
    width: 52.11111%;
  }
}

.p-opening__logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.77778%;
  width: 82.11111%;
}

@media screen and (min-width: 760px) {
  .p-opening__logo {
    padding-top: 5.77778%;
  }
}

.p-opening__date {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.11111%;
  width: 50.22222%;
}

@media screen and (min-width: 760px) {
  .p-opening__date {
    width: 33.77778%;
  }
}

.p-opening__box {
  margin-top: 5.44444%;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}

.p-opening__box:before, .p-opening__box:after {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-opening__box:before {
  top: 0;
  background-image: url("../images/top/story_frame_top_sp.png");
  background-position: center top;
}

.p-opening__box:after {
  bottom: 0;
  background-image: url("../images/top/story_frame_bottom_sp.png");
  background-position: center bottom;
}

@media screen and (min-width: 760px) {
  .p-opening__box {
    margin-left: 0;
    margin-right: 0;
  }
  .p-opening__box:before, .p-opening__box:after {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-opening__box:before {
    background-image: url("../images/top/story_frame_top_pc.png");
  }
  .p-opening__box:after {
    background-image: url("../images/top/story_frame_bottom_pc.png");
  }
}

.p-opening__box .l-box__content {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.p-opening__cero {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-opening__cero {
    width: 68.88889%;
  }
}

.p-opening__cero-image {
  padding-right: 4.03226%;
  width: 12.90323%;
}

.p-opening__cero-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 83.87097%;
}

@media screen and (min-width: 760px) {
  .p-opening__cero-text {
    font-size: 1.4rem;
  }
}

.p-opening__age {
  padding-top: 3.77778%;
}

.p-opening__age-title {
  margin-left: auto;
  margin-right: auto;
  width: 21.33333%;
}

@media screen and (min-width: 760px) {
  .p-opening__age-title {
    width: 16.85714%;
  }
}

.p-opening__age-text {
  padding-top: 1.11111%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 760px) {
  .p-opening__age-text {
    font-size: 1.4rem;
  }
}

.p-opening__button {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.19355%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 66.66667%;
}

.p-opening__button > a:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 760px) {
  .p-opening__button {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 77.77778%;
  }
  .p-opening__button > a {
    width: 50%;
  }
  .p-opening__button > a:not(:first-child) {
    margin-top: 0;
  }
}

.p-opening__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  width: 47.2%;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .p-opening__btn {
    margin-top: 62px;
  }
}

.p-opening__info {
  position: absolute;
  bottom: 25px;
  right: 10px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
}

@media screen and (min-width: 760px) {
  .p-opening__info {
    bottom: 50px;
    right: 50px;
    width: auto;
  }
}

.p-opening__foot {
  color: #FFF;
  position: relative;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #e7ecee;
}

.p-opening__foot .l-footer-bottom {
  background-color: transparent;
}

.p-opening__fadein {
  -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
  animation: fadeIn 2s ease-in-out 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.no-js .p-opening__wrap {
  visibility: visible;
}

/* ========================================
  p-top
======================================== */
/* ========================================
  p-top-scene1
======================================== */
.p-top-scene1 {
  padding-top: 12%;
  padding-bottom: 14.66667%;
  background-color: #000;
  background-image: url("../images/top/scene1_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 760px) {
  .p-top-scene1 {
    padding-top: 2.39583%;
    padding-bottom: 5%;
    background-image: url("../images/top/scene1_bg_pc.jpg");
  }
}

@media screen and (min-width: 980px) {
  .p-top-scene1 {
    background-attachment: fixed;
  }
}

.p-top-intro {
  padding-bottom: 10.13699%;
}

@media screen and (min-width: 760px) {
  .p-top-intro {
    padding-bottom: 7.54545%;
  }
}

.p-top-intro__logo {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9.58904%;
  text-align: center;
  width: 41.09589%;
}

@media screen and (min-width: 760px) {
  .p-top-intro__logo {
    width: 23.63636%;
    padding-bottom: 60px;
  }
}

.p-top-movie {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13.0137%;
  width: 86.9863%;
}

@media screen and (min-width: 760px) {
  .p-top-movie {
    padding-bottom: 50px;
    width: 90%;
  }
}

.p-top-movie .c-movie {
  padding: 0;
  box-shadow: 0px 0px 10.4px 2.6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 760px) {
  .p-top-movie__box-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

.p-top-movie__box {
  position: relative;
    margin: 0 auto;
}

.p-top-movie__box:not(:first-child) {
  padding-top: 9.58904%;
}

@media screen and (min-width: 760px) {
  .p-top-movie__box {
    width: 48.48485%;
  }
  .p-top-movie__box:not(:first-child) {
    padding-top: 0;
  }
}

.p-top-movie__title {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.10959%;
  width: 85.75342%;
}

@media screen and (min-width: 760px) {
  .p-top-movie__title {
    width: 360px;
    width: 72.91667%;
  }
}

.p-top-movie__new {
  margin-top: -6.16438%;
  width: 26.0274%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 760px) {
  .p-top-movie__new {
    margin-top: -29px;
    width: 130px;
  }
}

.p-top-intro__title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10.27397%;
  width: 90%;
}

@media screen and (min-width: 760px) {
  .p-top-intro__title {
    padding-bottom: 6.81818%;
    width: 58.45455%;
  }
}

.p-top-intro__text {
  padding-left: 2.73973%;
  padding-right: 2.73973%;
}

@media screen and (min-width: 760px) {
  .p-top-intro__text {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

/* ========================================
  p-top-story
======================================== */
.p-top-story {
  margin-left: -10px;
  margin-right: -10px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  background-size: cover,cover;
  position: relative;
}

.p-top-story:before, .p-top-story:after {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-story:before {
  top: 0;
  background-image: url("../images/top/story_frame_top_sp.png");
  background-position: center top;
}

.p-top-story:after {
  bottom: 0;
  background-image: url("../images/top/story_frame_bottom_sp.png");
  background-position: center bottom;
}

@media screen and (min-width: 760px) {
  .p-top-story {
    margin-left: 0;
    margin-right: 0;
  }
  .p-top-story:before, .p-top-story:after {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-top-story:before {
    background-image: url("../images/top/story_frame_top_pc.png");
  }
  .p-top-story:after {
    background-image: url("../images/top/story_frame_bottom_pc.png");
  }
}

.p-top-story .l-box__content {
  background-color: transparent;
}

.p-top-story__title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.66667%;
  width: 31.23288%;
}

@media screen and (min-width: 760px) {
  .p-top-story__title {
    padding-bottom: 3.63636%;
    width: 15.90909%;
    text-align: center;
  }
}

/* ========================================
  p-top-infinite
======================================== */
.p-top-infinite {
  padding-top: 2.66667%;
  padding-bottom: 2.66667%;
  background-color: #000;
}

@media screen and (min-width: 760px) {
  .p-top-infinite {
    padding-top: 0.52083%;
    padding-bottom: 0.52083%;
  }
}

.p-top-infinite__content {
  background-image: url("../images/top/infine_sp.png");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: cover;
  -webkit-animation: infinite 20s linear infinite;
  animation: infinite 20s linear infinite;
}

@media screen and (min-width: 760px) {
  .p-top-infinite__content {
    background-image: url("../images/top/infine_pc.png");
    -webkit-animation: infinitePC 30s linear infinite;
    animation: infinitePC 30s linear infinite;
  }
}

.p-top-infinite__content:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 24%;
}

@media screen and (min-width: 760px) {
  .p-top-infinite__content:before {
    padding-top: 8.33333%;
  }
}

@media screen and (min-width: 980px) {
  .p-top-infinite__content:before {
    padding-top: 160px;
  }
}

@keyframes infinite {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 720px 50%;
    @media screen and (min-width: 760px) {
      background-position: 2057px 50%;
    }
  }
}

@-webkit-keyframes infinitePC {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 2057px 50%;
  }
}

@keyframes infinitePC {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 2057px 50%;
  }
}

/* ========================================
  p-top-scene2
======================================== */
.p-top-scene2 {
  background-color: #000;
  background-image: url("../images/top/scene2_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-scene2 {
    background-image: url("../images/top/scene2_bg_pc.jpg");
  }
}

@media screen and (min-width: 980px) {
  .p-top-scene2 {
    background-attachment: fixed;
  }
  .p-top-scene2:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url("../images/top/scene2_bg_pc.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-top-scene2__content {
  padding-top: 12.8%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-scene2__content {
    padding-top: 6.90909%;
  }
}

.p-top-scene2__title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.56164%;
  width: 89.58904%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2__title {
    padding-bottom: 2.27273%;
    width: 48.09091%;
    text-align: center;
  }
}

.p-top-scene2-1,
.p-top-scene2-2 {
  padding-bottom: 10.41096%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-1,
  .p-top-scene2-2 {
    padding-bottom: 6.54545%;
  }
}

.p-top-scene2-1__title {
  margin-left: auto;
  margin-right: auto;
  width: 81.50685%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-1__title {
    width: 42%;
    text-align: center;
  }
}

.p-top-scene2-2__title {
  padding-top: 10.41096%;
  margin-left: auto;
  margin-right: auto;
  width: 89.45205%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-2__title {
    padding-top: 6.54545%;
    width: 33.09091%;
  }
}

.p-top-scene2-1__text {
  padding-top: 8.21918%;
  padding-left: 2.73973%;
  padding-right: 2.73973%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-1__text {
    padding-top: 3.18182%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.p-top-scene2-2__text {
  padding-top: 8.21918%;
  padding-left: 2.73973%;
  padding-right: 2.73973%;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-2__text {
    padding-top: 3.18182%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.p-top-scene2-1__carousel,
.p-top-scene2-2__carousel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.58904%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-scene2-1__carousel,
  .p-top-scene2-2__carousel {
    margin-top: 5%;
    width: 65.81818%;
  }
}

.p-top-scene2-1__carousel .c-carousel__item,
.p-top-scene2-2__carousel .c-carousel__item {
  visibility: hidden;
}

.p-top-scene2-1__carousel .slick-initialized .c-carousel__item,
.p-top-scene2-2__carousel .slick-initialized .c-carousel__item {
  visibility: visible;
}

/* ========================================
  p-top-scene3
======================================== */
.p-top-scene3 {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../images/top/scene3_bg_sp.jpg");
}

@media screen and (min-width: 760px) {
  .p-top-scene3 {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 980px) {
  .p-top-scene3 {
    background-image: url("../images/top/scene3_bg_pc.jpg");
  }
}

.p-top-scene3__content {
  padding-top: 13.73333%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__content {
    padding-top: 4.58333%;
  }
}

.p-top-scene3__title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.16438%;
  width: 89.45205%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__title {
    padding-bottom: 3.18182%;
    width: 69.54545%;
  }
}

.p-top-scene3__text {
  padding-bottom: 61.64384%;
  padding-left: 2.73973%;
  padding-right: 2.73973%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 26.81818%;
    text-align: center;
  }
}

.p-top-scene3__block {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.p-top-scene3__block:before, .p-top-scene3__block:after {
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background-repeat: repeat-x;
  position: absolute;
}

.p-top-scene3__block:before {
  background-image: url("../images/top/frame_top.png");
  background-position: center top;
  top: 1.33333%;
}

.p-top-scene3__block:after {
  background-image: url("../images/top/frame_bottom.png");
  background-position: center bottom;
  bottom: 1.33333%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block:before {
    top: 8px;
  }
  .p-top-scene3__block:after {
    bottom: 8px;
  }
}

.p-top-scene3__block + .p-top-scene3__block {
  margin-top: 4%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block + .p-top-scene3__block {
    margin-top: 1.04167%;
  }
}

.p-top-scene3__block-inner {
  padding-top: 6.13333%;
  padding-bottom: 6.13333%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3.63636%;
    padding-bottom: 3.63636%;
  }
}

.p-top-scene3__block-head {
  padding-bottom: 5.47945%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-head {
    padding-bottom: 1.96078%;
  }
}

.p-top-scene3__block-title {
  padding-bottom: 2.73973%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-title {
    padding-bottom: 0.98039%;
    width: 52.54902%;
  }
}

.p-top-scene3__block-text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.p-top-scene3__block-text + .p-top-scene3__block-text {
  margin-top: 5px;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-text {
    font-size: 1.6rem;
  }
}

.p-top-scene3__block-text-link {
  text-decoration: underline;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-text-link:hover {
    text-decoration: none;
  }
}

.p-top-scene3__block-chara {
  position: absolute;
  top: -8%;
  right: 3.6%;
  width: 29.6%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__block-chara {
    top: -14%;
    right: 4.46429%;
    width: 12.85714%;
  }
}

.p-top-scene3__amiibo {
  padding-bottom: 4.66667%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__amiibo {
    padding-bottom: 3.92157%;
  }
}

.p-top-scene3__amiibo .p-top-scene3__block-text {
  width: 60.27397%;
}

@media screen and (min-width: 760px) {
  .p-top-scene3__amiibo .p-top-scene3__block-text {
    width: 81.37255%;
  }
}

.p-top-scene3__add {
  padding-top: 6.66667%;
  padding-bottom: 4.66667%;
  border-top: 1px solid rgba(255, 255, 255, 0.302);
}

@media screen and (min-width: 760px) {
  .p-top-scene3__add {
    padding-top: 2.94118%;
  }
}

.p-top-scene3__multiple {
  padding-top: 6.66667%;
  border-top: 1px solid rgba(255, 255, 255, 0.302);
}

@media screen and (min-width: 760px) {
  .p-top-scene3__multiple {
    padding-top: 2.94118%;
  }
}

@media screen and (min-width: 760px) {
  .p-top-add__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-top-add__block:not(:first-child) {
  padding-top: 6.84932%;
}

@media screen and (min-width: 760px) {
  .p-top-add__block:not(:first-child) {
    padding-top: 0;
  }
}

@media screen and (min-width: 760px) {
  .p-top-add__block {
    width: 33.33333%;
  }
  .p-top-add__block:not(:last-child) {
    padding-right: 5.39216%;
  }
}

.p-top-add__block-title {
  padding-bottom: 2.05479%;
  width: 43.10345%;
}

@media screen and (min-width: 760px) {
  .p-top-add__block-title {
    padding-bottom: 2.28571%;
    width: 34.28571%;
  }
}

.p-top-add__block-text {
  padding-left: 2.73973%;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 760px) {
  .p-top-add__block-text {
    padding-left: 4.28571%;
    font-size: 1.5rem;
  }
}

/* ========================================
  p-top-scene4
======================================== */
.p-top-scene4 {
  background-image: url("../images/top/scene4_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.p-top-salse {
  padding-top: 8.66667%;
  padding-bottom: 10.53333%;
}

@media screen and (min-width: 760px) {
  .p-top-salse {
    padding-top: 3.90625%;
    padding-bottom: 3.90625%;
  }
}

.p-top-sale__info {
  margin-left: auto;
  margin-right: auto;
  width: 66.84932%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-sale__info {
    width: 63.63636%;
  }
}

.p-top-sale__release {
  width: 96.73469%;
}

@media screen and (min-width: 760px) {
  .p-top-sale__release {
    width: 81.42857%;
  }
}

.p-top-sale__meida {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 760px) {
  .p-top-sale__meida {
    width: 14.28571%;
  }
}

.p-top-sale__amiibo {
  padding-right: 5px;
}

@media screen and (min-width: 760px) {
  .p-top-sale__info {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 63.63636%;
  }
}

.p-top-sale__info2 {
  padding-top: 5.47945%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 375px) {
  .p-top-sale__info2 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 760px) {
  .p-top-sale__info2 {
    padding-top: 1.81818%;
  }
}

.p-top-sale__info2 .c-top-sale__edition {
  margin-bottom: 10px;
  padding: 0;
  color: #333333;
  font-size: 1.1rem;
  width: auto;
  text-align: center;
  background-color: transparent;
}

@media screen and (min-width: 375px) {
  .p-top-sale__info2 .c-top-sale__edition {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 760px) {
  .p-top-sale__info2 .c-top-sale__edition {
    font-size: 1.4rem;
  }
}

.p-top-sale__info2 .c-button--top-sale {
  color: #000;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 760px) {
  .p-top-sale__info2 .c-button--top-sale {
    font-size: 1.1rem;
  }
}

.p-top-sale__btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.10959%;
  width: 93.15068%;
}

@media screen and (min-width: 760px) {
  .p-top-sale__btn {
    padding-top: 2.72727%;
    width: 48.72727%;
  }
}

.p-top-shop {
  padding-top: 8%;
  padding-bottom: 10%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 760px) {
  .p-top-shop {
    padding-top: 3.64583%;
    padding-bottom: 4.42708%;
  }
}

.p-top-shop__title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.57534%;
  width: 77.80822%;
}

@media screen and (min-width: 760px) {
  .p-top-shop__title {
    padding-bottom: 3.36364%;
    width: 37.72727%;
  }
}

.p-top-shop__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-top: -10px;
  margin-right: -15px;
}

@media screen and (min-width: 760px) {
  .p-top-shop__list {
    margin-top: 0;
    margin-right: -28px;
  }
}

.p-top-shop__list > li {
  padding-top: 10px;
  padding-right: 15px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  width: 50%;
  display: table;
}

@media screen and (min-width: 760px) {
  .p-top-shop__list > li {
    padding-right: 28px;
    font-size: 1.4rem;
    width: 25%;
  }
}

.p-top-shop__list > li > a {
  text-decoration: none;
  padding: 10px 8px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 760px) {
  .p-top-shop__list > li > a {
    padding: 12px 10px;
  }
}

.p-top-shop__list > li.p-top-shop__list-emphasis > a {
  background-color: rgba(196, 0, 15, 0.5);
}

/* ========================================
  p-top-modal
======================================== */
.p-top-modal_body {
  margin-left: auto;
  margin-right: auto;
  width: 84.53333%;
}

@media screen and (min-width: 760px) {
  .p-top-modal_body {
    padding-top: 130px;
    padding-bottom: 50px;
    width: 100%;
  }
}

.p-top-modal-wrap {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-modal-wrap {
    width: 73.18182%;
  }
}

.p-top-modal-movieMain {
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieMain {
    margin-left: auto;
    margin-right: auto;
    width: 89.93789% !important;
  }
}

.p-top-modal-movieMain .bx-prev,
.p-top-modal-movieMain .bx-next {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 55%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieMain .bx-prev,
  .p-top-modal-movieMain .bx-next {
    width: 46px;
    height: 46px;
  }
}

.p-top-modal-movieMain .bx-prev.disabled,
.p-top-modal-movieMain .bx-next.disabled {
  display: none;
}

.p-top-modal-movieMain .bx-prev {
  left: -7.33333%;
  background-image: url("../images/arrow_prev.png");
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieMain .bx-prev {
    left: -58px;
  }
}

.p-top-modal-movieMain .bx-next {
  right: -7.33333%;
  background-image: url("../images/arrow_next.png");
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieMain .bx-next {
    right: -58px;
  }
}

.p-top-modal-movieThumb {
  margin-top: 10.25237%;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieThumb {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-modal-movieThumb .c-slider-carousel__thumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieThumb .c-slider-carousel__thumb-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.p-top-modal-movieThumb .c-slider-carousel__thumb-list > li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieThumb .c-slider-carousel__thumb-list > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-top-modal-movieThumbTitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieThumbTitle {
    width: 79.83871%;
  }
}

.p-top-modal-movieThumbTitle .on {
  display: none;
}

.active .p-top-modal-movieThumbTitle .on {
  display: block;
}

.active .p-top-modal-movieThumbTitle .off {
  display: none;
}

.p-top-modal-movie {
  padding: 0;
  background-color: transparent;
}

.p-top-modal-movieHeader {
  position: relative;
}

.p-top-modal-movieTitle {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.73186%;
  width: 17.19243%;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieTitle {
    padding-bottom: 30px;
    width: 12.43094%;
  }
}

.p-top-modal-movieNew {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 760px) {
  .p-top-modal-movieNew {
    width: 78px;
    height: 35px;
  }
}

/*------------------------------------------------------------
  予約購入ボタン固定
------------------------------------------------------------*/
body.top #ncommon-purchase.is-right-bottom {
  right: 12px;
  bottom: 12px;
}

@media screen and (min-width: 641px) {
  body.top #ncommon-purchase.is-right-bottom {
    right: 0;
    bottom: auto;
  }
}

.owl-nav .owl-prev {
  top: 45%;
  left: -8.66667%;
  background-image: url("../images/arrow_prev.png");
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-prev {
    left: -58px;
  }
}

.owl-nav .owl-next {
  top: 45%;
  right: -8.66667%;
  background-image: url("../images/arrow_next.png");
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-next {
    right: -58px;
  }
}

