@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: #333;
  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 img.alpha {
		opacity: 1;
		-webkit-transition : all 0.2s ease;
		transition : all 0.2s ease;
	}
	a:hover img.alpha {
		opacity: 0.7;
	}
}

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: 760px) {
  .container {
    width: 748px;
  }
}

@media (min-width: 980px) {
  .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: 760px) {
  .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: 980px) {
  .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;
}

/* bxslider */
.bx-wrapper {
  position: relative;
}

.bx-controls-direction > a {
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 51;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 760px) {
  .bx-controls-direction > a {
    width: 46px;
    height: 46px;
  }
}

.bx-controls-direction > a.bx-prev {
  left: 10px;
}

.bx-controls-direction > a.bx-next {
  right: 10px;
}

.bx-controls-direction > a.disabled {
  display: none;
}


/* ---------------------------------------- */
/*
 *  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: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.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-wrapper
======================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ========================================
  l-main
======================================== */
.l-main {
  position: relative;
  padding-top: 60px;
}

@media screen and (min-width: 760px) {
  .l-main {
    padding-top: 40px;
  }
}

/* ========================================
  l-footer
======================================== */
.l-footer {
  width: 100%;
	background-image: url(../images/common/footer_bg_sp.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

@media screen and (min-width: 760px) {
	.l-footer {
		padding-top: 56px;
		background-image: url(../images/common/footer_bg_pc.png);
		background-position: top center;
		background-size: auto;
	}
	
  .l-footer.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: bottom 200ms;
  }
  .l-footer.is-bottom {
    bottom: 0 !important;
  }
	.no-fix-footer .l-main {
		padding-bottom: 0;
	}
	.no-fix-footer .l-footer.is-fixed,
	.no-fix-footer .l-footer.is-bottom {
		position: relative;
		bottom: 0 !important;
	}
}
@media screen and (min-width: 1921px) {
	.l-footer {
		background-size: 100% auto;
	}
}

/* ========================================
  content
======================================== */
.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  /*overflow: hidden;*/
}

@media screen and (min-width: 760px) {
  .l-content {
    max-width: 1304px;
  }
}


/* ========================================
  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: 1000;
  width: 100%;
  height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/common/modal_bg.png) 0 0 repeat;
	background-size: 40% auto;
}
@media screen and (min-width: 760px) {
  .l-modal__bg {
    background-size: 15.625% auto;
  }
}

.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;
}

/* ========================================
  c-hardware
======================================== */
.c-hardware {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 500;
}

.c-hardware__logo {
  position: absolute;
}

.c-hardware__logo--3ds {
  right: 5px;
  top: 10px;
  width: 33.86666%;
}

@media screen and (min-width: 760px) {
  .c-hardware__logo--3ds {
    width: 210px;
  }
}

.c-hardware__logo--switch {
  right: 0;
  top: 0;
  width: 13.2%;
}

@media screen and (min-width: 760px) {
  .c-hardware__logo--switch {
    width: 99px;
  }
}

/* ========================================
  c-copyright
======================================== */
.c-footer-bottom {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: rgba(250,190,10,0.5);
}

.c-footer-bottom__body {
  position: relative;
}

.c-footer-bottom__content {
  font-size: 3vw;
  line-height: 1.3;
}

@media screen and (min-width: 760px) {
  .c-footer-bottom__content {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 1.2rem;
  	text-align: center;
  }
}

@media screen and (min-width: 760px) {
  .c-footer-bottom__textlink {
    display: inline-block;
  }
  .c-footer-bottom__textlink:not(:first-child) > li {
    border-left: 1px solid #333;
  }
}

.c-footer-bottom__textlink > li {
  display: inline-block;
}

.c-footer-bottom__textlink > li:not(:first-child) {
  border-left: 1px solid #333;
}

.c-footer-bottom__textlink > li > a {
  padding-left: 8px;
  padding-right: 8px;
}

.c-footer-bottom__copyright {
  margin-top: 5px;
	font-size: 1rem;
  text-align: center;
}

.c-footer-bottom__sns {
  margin-top: 10px;
}

@media screen and (min-width: 760px) {
  .c-footer-bottom__sns {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
	.c-footer-bottom__copyright {
		position: absolute;
		top: 0;
		right: 80px;
	}
}

/* ========================================
  c-floatmenu
======================================== */
.c-floatmenu.is-show {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .c-floatmenu {
    display: none;
  }
}

.c-floatmenu__overray {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.c-floatmenu__on {
  width: 100%;
  margin: 70px 0 0 0;
  top: 0;
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  z-index: 1;
  display: none;
}

.c-floatmenu__on-inner {
  margin-left: auto;
  margin-right: auto;
  width: 93.33333%;
}

.c-floatmenu__list {
  margin-left: auto;
  margin-right: auto;
  width: 82.85714%;
}

.c-floatmenu__list > li:not(:first-child) {
  margin-top: 5px;
}

.c-floatmenu__close {
  margin-left: auto;
  margin-bottom: 15px;
  margin-right: 8.57143%;
  width: 10.68966%;
}

.c-floatmenu__off {
  display: block;
  width: 25.2%;
  width: 17.33333%;
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 100;
}

.c-floatmenu.is-show .c-floatmenu__overray {
  display: block;
}

.c-floatmenu.is-show .c-floatmenu__on {
  display: block;
}

.c-floatmenu.is-show .c-floatmenu__off {
  display: none;
}

.c-floatmenu__off.is-framein {
  -webkit-animation: menuframein 0.2s ease-out forwards;
  animation: menuframein 0.2s ease-out forwards;
}

.c-floatmenu__off.is-frameout {
  -webkit-animation: menuframeout 0.2s ease-out forwards;
  animation: menuframeout 0.2s ease-out forwards;
}

@-webkit-keyframes menuframein {
  0% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes menuframein {
  0% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes menuframeout {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -100px;
    opacity: 0;
  }
}

@keyframes menuframeout {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -100px;
    opacity: 0;
  }
}

/* ========================================
  c-lead
======================================== */
.c-lead {
  padding-left: 2.73973%;
  padding-right: 2.73973%;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (min-width: 760px) {
  .c-lead {
    padding-left: 17.09091%;
    padding-right: 17.09091%;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 760px) {
  .c-lead--full {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ========================================
  c-text
======================================== */
.c-text {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* ========================================
  button
======================================== */
.c-button {
  display: inline-block;
  margin: 0;
  padding: 12px 25px 12px 15px;
  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: #e60012;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.c-button:after {
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  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--full {
  width: 100%;
}

.c-button-image {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.c-button-image:hover {
  text-decoration: none;
}

.c-button-image:hover img {
  opacity: 0.8;
}

.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;
  }
}

/* ========================================
  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: #e60012;
  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: #e60012 transparent transparent transparent;
}

@media screen and (min-width: 760px) {
  .c-update:before {
    margin-left: -10px;
    bottom: -10px;
    border-width: 10px 10px 0 0px;
  }
}

/* ========================================
  c-block
======================================== */
.c-block {
  margin-top: 8.21918%;
}

@media screen and (min-width: 760px) {
  .c-block {
    margin-top: 0;
  }
}

/* ========================================
  c-heading
======================================== */
.c-heading {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.16438%;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .c-heading {
    padding-bottom: 3.18182%;
    width: 48.72727%;
  }
}

@media screen and (min-width: 760px) {
  .c-heading--col2 {
    padding-bottom: 6.52985%;
    width: 100%;
  }
}

/* ========================================
  c-navi
======================================== */
.c-navi {
  display: block;
	padding-bottom: 8%;
}

@media screen and (min-width: 760px) {
  .c-navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
		/*padding: 0 6.75781%;movieなし*/
		padding-bottom: 10px;
  }
}

.c-navi__logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.8%;
  padding-bottom: 4%;
  width: 50.26666%;
}

@media screen and (min-width: 760px) {
  .c-navi__logo {
    margin-left: 0;
    margin-right: 1.6402%;
    padding-top: 0;
    padding-bottom: 0;
    width: 17.5%;
  }
}

.c-navi__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.36986%;
  /*overflow: hidden;*/
}

@media screen and (min-width: 760px) {
  .c-navi__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 81.09375%;
  }
}

.c-navi__list > li {
	position: relative;
  padding: 1.46666%;
  width: 50%;
}

.c-navi__list > li .is-on {
	display: none;
}

.c-navi__list > li .is-current,
.c-navi__list > li span {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
  width: 15%;
	transform: translateX(-19.6%);
	z-index: 1;
}

.c-navi__list > li .is-current:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	padding-top: 129.41176%;
	background: url(../images/common/gnav_img.png) 0 0 no-repeat;
	background-size: contain;
}

.c-navi__list > li .icon-new {
	position: absolute;
	top: 50%;
	left: 13.23529%;
  width: 20.29411%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 760px) {
  .c-navi__list > li {
    padding: 0 0.28901%;
    width: auto;
		transition: 200ms;
  }
	
	.c-navi__list > li:hover {
		transform: translateY(-10px);
	}

	.c-navi__list > li a:hover .is-on {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.c-navi__list > li a:hover .is-off {
		visibility: hidden;
	}

	.c-navi__list > li .is-current,
	.c-navi__list > li span {
		top: -54%;
		left: 50%;
		width: 30.53892%;
		transform: translateX(-50%);
	}

	.c-navi__list > li a:hover span:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 129.41176%;
		background: url(../images/common/gnav_img.png) 0 0 no-repeat;
		background-size: contain;
	}

	.c-navi__list > li .icon-new {
		top: 0;
		left: 0;
		width: 26.94610%;
		-webkit-transform: translateY(-39.13043%);
		transform: translateY(-39.13043%);
	}
}


.c-navi__pagetop {
	position: absolute;
	top: 50%;
	right: 0;
	width: 9.33333%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 760px) {
  .c-navi__pagetop {
    width: 3.90625%;
		cursor: pointer;
  }
}

/* ========================================
  c-box
======================================== */
.c-box {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ffcbcb;
  max-width: 1100px;
}

@media screen and (min-width: 760px) {
  .c-box {
    padding: 20px;
  }
}

.c-box__inner {
  padding: 14.5px;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .c-box__inner {
    padding: 30px;
  }
}

/* ========================================
  c-kv
======================================== */
.c-kv {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.c-kv__image {
  margin-left: auto;
  margin-right: auto;
  width: 146.66667%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 760px) {
  .c-kv__image {
    width: 100%;
    max-width: 1100px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

/* ========================================
  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 .c-sns__twitter {
  width: 75px;
}

.c-sns .c-sns__facebook {
  width: 61px;
}

.c-sns > li:not(:first-child) {
  margin-left: 12px;
}

/* ========================================
  c-movie
======================================== */
.c-movie {
  margin-left: auto;
  margin-right: auto;
  padding: 12px 19px 15px 19px;
  background-color: #FFCBCB;
  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-top-kv
======================================== */
.c-top-kv {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-top-kv__list {
  position: relative;
}

@media screen and (min-width: 760px) {
  .c-top-kv__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

.c-top-kv .owl-stage-outer {
  margin-bottom: 0;
}

.no-js .c-top-kv__item:not(:first-child) {
  display: none;
}

/* ========================================
  c-top-kv-crossfade
======================================== */
.c-top-kv-crossfade {
  position: relative;
  width: 100%;
}

/* ========================================
  c-top-banner
======================================== */
.c-top-banner {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .c-top-banner {
    padding: 33px;
  }
}

.c-top-banner__content {
  width: 100%;
}

.no-js .c-crossfade > li:not(:first-child) {
  display: none;
}

/* ========================================
  c-top-movie
======================================== */
.c-top-movie {
  padding: 15px 17px;
  background-color: #FFCBCB;
  position: relative;
}

@media screen and (min-width: 760px) {
  .c-top-movie {
    padding: 20px 0;
  }
}

.c-top-movie__update {
  font-size: 1.1rem;
  position: absolute;
  top: 7px;
  right: 10px;
}

@media screen and (min-width: 760px) {
  .c-top-movie__update {
    font-size: 1.1rem;
    top: 3px;
    right: 3px;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie__update {
    font-size: 1.4rem;
    top: 10px;
    right: 15px;
  }
}

.c-top-movie__head {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .c-top-movie__head {
    font-size: 2rem;
  }
}

.c-top-movie__content {
  position: relative;
}

@media screen and (min-width: 760px) {
  .c-top-movie__content {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie__content {
    margin-left: auto;
    margin-right: auto;
    width: 66.09195%;
  }
}

@media screen and (min-width: 760px) {
  .c-top-movie .owl-prev,
  .c-top-movie .owl-next {
    width: 30px;
    height: 30px;
  }
}

.c-top-movie .owl-prev {
  left: -10px;
}

@media screen and (min-width: 760px) {
  .c-top-movie .owl-prev {
    left: -10%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie .owl-prev {
    left: -18%;
  }
}

.c-top-movie .owl-next {
  right: -10px;
}

@media screen and (min-width: 760px) {
  .c-top-movie .owl-next {
    right: -10%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie .owl-next {
    right: -18%;
  }
}

.no-js .c-top-movie__item:not(:first-child) {
  display: none;
}

/* ========================================
  c-top-movie-multi
======================================== */
.c-top-movie-multi {
  padding: 0 23px 15px 23px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .c-top-movie-multi {
    padding: 20px 34px 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-top-movie-multi__head {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .c-top-movie-multi__head {
    padding: 0;
    font-size: 1.8rem;
    text-align: left;
    width: 11%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie-multi__head {
    width: 9%;
  }
}

@media screen and (min-width: 760px) {
  .c-top-movie-multi__content {
    width: 89%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-movie-multi__content {
    width: 91%;
  }
}

@media screen and (min-width: 760px) {
  .c-top-movie-multi .owl-prev,
  .c-top-movie-multi .owl-next {
    width: 40px;
    height: 40px;
  }
}

.c-top-movie-multi .owl-prev {
  left: -12px;
}

@media screen and (min-width: 980px) {
  .c-top-movie-multi .owl-prev {
    left: -20px;
  }
}

.c-top-movie-multi .owl-next {
  right: -12px;
}

@media screen and (min-width: 980px) {
  .c-top-movie-multi .owl-next {
    right: -20px;
  }
}

.no-js .c-top-movie-multi__list {
  display: -ms-flexbox;
  display: flex;
}

.no-js .c-top-movie-multi__item:nth-child(n + 3) {
  display: none;
}

@media screen and (min-width: 760px) {
  .no-js .c-top-movie-multi__item {
    width: 25%;
  }
  .no-js .c-top-movie-multi__item:nth-child(n + 3) {
    display: block;
  }
  .no-js .c-top-movie-multi__item:nth-child(n + 5) {
    display: none;
  }
}

/* ========================================
  c-top-news
======================================== */
.c-top-news {
  padding: 10px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .c-top-news {
    padding: 15px 20px 20px 20px;
  }
}

.c-top-news__head {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .c-top-news__head {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.c-top-news__content {
  padding: 5px;
  background-color: #FFF;
  overflow: auto;
  position: relative;
  height: 140px;
}

@media screen and (min-width: 760px) {
  .c-top-news__content {
    height: 100px;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news__content {
    height: 120px;
  }
}

.c-top-news__list {
  padding: 5px;
}

.c-top-news__list > li {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
}

.c-top-news__list > li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (min-width: 760px) {
  .c-top-news__list {
    padding: 10px;
    padding: 0 15px;
  }
  .c-top-news__list > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-top-news__date {
  margin-right: 10px;
  color: #999;
  font-size: 1.1rem;
  line-height: 1.4;
}

@media screen and (min-width: 760px) {
  .c-top-news__date {
    margin-right: 20px;
    font-size: 1.2rem;
  }
}

.c-top-news__title {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 760px) {
  .c-top-news__title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news__title {
    font-size: 1.4rem;
  }
}

#mcs_container .customScrollBox {
  overflow: auto;
}

#mcs_container .dragger_container {
  display: none;
}

.mCSB_scrollTools {
  width: 10px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  border-radius: 0;
  background-color: #DFDFDF;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #808080;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #808080;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #808080;
}

/* ========================================
  c-top-news-line
======================================== */
.c-top-news-line {
  padding: 0 10px 10px 10px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .c-top-news-line {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-top-news-line__head {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .c-top-news-line__head {
    padding: 0;
    font-size: 1.6rem;
    text-align: left;
    width: 11%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news-line__head {
    width: 8%;
  }
}

.c-top-news-line__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .c-top-news-line__content {
    padding: 15px;
    width: 89%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news-line__content {
    width: 92%;
  }
}

.c-top-news-line__date {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.4;
  width: 24%;
}

@media screen and (min-width: 760px) {
  .c-top-news-line__date {
    font-size: 1.2rem;
    width: 13%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news-line__date {
    width: 9%;
  }
}

.c-top-news-line__title {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 76%;
}

@media screen and (min-width: 760px) {
  .c-top-news-line__title {
    font-size: 1.3rem;
    width: 87%;
  }
}

@media screen and (min-width: 980px) {
  .c-top-news-line__title {
    font-size: 1.4rem;
    width: 91%;
  }
}

/* ========================================
  c-top-sale
======================================== */
.c-top-sale {
  padding: 15px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .c-top-sale {
    padding: 20px 25px;
  }
}

.c-top-sale__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-top-sale__release {
  width: 53.51906%;
}

@media screen and (min-width: 760px) {
  .c-top-sale__release {
    width: 58.46774%;
  }
}

.c-top-sale__buttongroup {
  width: 41.20235%;
}

@media screen and (min-width: 760px) {
  .c-top-sale__buttongroup {
    width: 36.29032%;
  }
}

.c-top-sale__buttongroup .c-button--top-sale:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 760px) {
  .c-top-sale__buttongroup .c-button--top-sale:not(:first-child) {
    margin-top: 7px;
  }
}

.c-top-sale__info {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 760px) {
  .c-top-sale__info {
    margin-top: 20px;
  }
}

.c-top-sale__edition {
  width: 53.51906%;
  display: block;
  padding: 8px 4px;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: transparent;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .c-top-sale__edition {
    width: 58.46774%;
    padding: 10px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 980px) {
  .c-top-sale__edition {
    font-size: 1.4rem;
  }
}

.c-top-sale__media-list {
  width: 41.20235%;
}

.c-top-sale__media-list:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 760px) {
  .c-top-sale__media-list {
    width: 36.29032%;
  }
}

.c-top-sale__media-list > li {
  padding-right: 4.27046%;
  width: 33.33333%;
  float: left;
}

@media screen and (min-width: 760px) {
  .c-top-sale__media-list > li {
    padding-right: 7.22222%;
  }
}

/* ========================================
  c-crossfade
======================================== */
.c-crossfade {
  position: relative;
}

.c-crossfade:before {
  content: "";
  display: block;
  padding-top: 80%;
}

@media screen and (min-width: 760px) {
  .c-crossfade:before {
    padding-top: 45.13889%;
  }
}

.c-crossfade > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-crossfade > li:last-child {
  opacity: 0;
  transition: all 3s;
}

.c-crossfade > li img {
  width: 100%;
}

.no-js .c-crossfade > li:not(:first-child) {
  display: none;
}

/* ========================================
  c-pagetop
======================================== */
.c-pagetop-sp {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ECECEC;
  cursor: pointer;
}

.c-pagetop-sp > span {
  display: inline-block;
  position: relative;
}

.c-pagetop-sp > span:after {
  display: block;
  content: "";
  margin-left: 5px;
  width: 17.33333%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 100%;
}

@media screen and (min-width: 760px) {
  .c-pagetop-sp {
    display: none;
  }
}

/* ========================================
  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;
  overflow: hidden;
}

.c-slider__thumb {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 88.73239%;
}

@media screen and (min-width: 760px) {
  .c-slider__thumb {
    margin-top: 15px;
    width: 95.14925%;
  }
}

.c-slider__thumb-list:after {
  content: '';
  display: block;
  clear: both;
}

.c-slider__thumb-list > li {
  float: left;
  padding: 5px;
  width: 33.33333%;
}

.c-slider__thumb-list a {
  display: block;
}

.c-slider__main a.bx-prev {
  left: 10px;
}

.c-slider__main a.bx-next {
  right: 10px;
}

.no-js .c-slider__for-item:not(:first-child) {
  display: none;
}

/* ========================================
  c-slider-carousel
======================================== */
.c-slider-carousel {
  margin-left: auto;
  margin-right: auto;
}

.c-slider-carousel__main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 760px) {
  .c-slider-carousel__main {
    width: 65.81818%;
  }
}

.c-slider-carousel__thumb {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 88.73239%;
}

@media screen and (min-width: 760px) {
  .c-slider-carousel__thumb {
    margin-top: 20px;
    width: 61.81818%;
  }
}

.c-slider-carousel__thumb-list > li {
  float: left;
  padding: 5px 5px 0 5px;
  width: 33.33333%;
}

.c-slider-carousel__thumb-list a {
  display: block;
}

.c-slider-carousel__thumb a.bx-prev {
  left: -20px;
}

@media screen and (min-width: 760px) {
  .c-slider-carousel__thumb a.bx-prev {
    left: -60px;
  }
}

.c-slider-carousel__thumb a.bx-next {
  right: -20px;
}

@media screen and (min-width: 760px) {
  .c-slider-carousel__thumb a.bx-next {
    right: -60px;
  }
}

.no-js .c-slider-carousel .c-slider-carousel__item:nth-child(n+2) {
  display: none;
}

.no-js .c-slider-carousel .c-slider-carousel__thumb-list {
  display: -ms-flexbox;
  display: flex;
}

.no-js .c-slider-carousel .c-slider-carousel__thumb-list > li:nth-child(n+5) {
  display: none;
}

/* ========================================
  infinite-slide
======================================== */
.c-infinite {
  width: 100%;
  position: relative;
  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%;
}

@media screen and (min-width: 760px) {
  .c-infinite:before {
    padding-top: 13.63636%;
  }
}

@media screen and (min-width: 980px) {
  .c-infinite:before {
    padding-top: 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%;
  }
}

/*# sourceMappingURL=style.css.map */
