@charset "UTF-8";

/* ========================================
	common
======================================== */
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
body.is-hidden {
	overflow: hidden;
}
.l-wrapper {
	position: relative;
	overflow: hidden;
}

/* ========================================
	header
======================================== */
.l-logo-3ds {
	position: absolute;
	top: 0;
	right: 0;
	width: 32.8%; /* 246 / 750 * 100 */
	z-index: 8000;
}

/* ========================================
	footer
======================================== */
.l-footer_line{
	position: relative;
	margin-top: -2%;
  z-index: 100;
}
.l-footer_nav {
	position: relative;
	background-color: #000;
	padding-bottom: 4%;
}
.l-footer_pagetop {
	position: absolute;
	width: 20.8%; /* 156 / 750 * 100 */
	right: 0;
	top: -2%;
	display: block;
	 z-index: 200;
}
.l-footer_logo{
	width: 32.4%; /* 243 / 750 * 100 */
	margin: 0 auto;
}
.l-gnav{
	width: 100%;
}
.l-gnav li{
	position: relative;
	float: left;
	width: 50%;
}
.l-gnav03{
	position: relative;
	width: 48%; /* 360 / 750 * 100 */
	margin: 0 auto;
	overflow: hidden;
}
.l-gnav01 li .is-new,
.l-gnav02 li .is-new,
.l-gnav03 .is-new {
	position: absolute;
	width: 30.4%; /* 114 / 375 * 100 */
	z-index: 10;
}
.l-gnav01 li:first-child .is-new {
	top: -8%;
	left: 12%; /* 48 / 375 * 100 */
}
.l-gnav01 li:last-child .is-new {
	top: 5%;
	left: 8%; /* 30 / 375 * 100 */
}
.l-gnav02 li:first-child .is-new {
	top: -10%;
	left: 12%; /* 48 / 375 * 100 */
}
.l-gnav02 li:last-child .is-new {
	top: -1.94444%;
	left: 8%; /* 30 / 375 * 100 */
}
.l-gnav03 .is-new {
	top: -1.66666%;
	left: 8.33333%; /* 30 / 360 * 100 */
	width: 31.66666%; /* 114 / 360 * 100 */
}
/*.l-gnav li:nth-child(even) .is-new {
	top: 7%;
}*/
.is-new:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 45.20547%;
	background: url(../images/common/icon_new.png) 0 0 no-repeat;
	background-size: contain;
}
.l-footer_info {
	padding: 5% 0 4% 0;
	background:#000 url(../images/common/footer_bg02.png) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.l-footer_info ul {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
}
.l-footer_info li {
	display: inline-block;
}
.l-footer_info li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.l-footer_info li a{
	color: #fff;
	text-decoration: none;
}

/* ========================================
	modal
======================================== */
[data-modallink] {
	cursor: pointer;
}
[data-modalbody] {
	visibility: hidden;
	opacity: 0;
	transition: 200ms;
}
[data-modalbody].is-show {
	visibility: visible;
	opacity: 1;
}
.l-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
	height: 100%;
}
.l-modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
}
.l-modal_body {
	position: relative;
}
.l-modal_inner {
}
.l-modal_prev,
.l-modal_next {
	position: absolute;
	top: 50%;
	width: 34px;
	margin-top: -26px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.l-modal_prev {
	left: -40px;
}
.l-modal_next {
	right: -40px;
}
.l-modal_contents {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.l-modal_movie {
	position: relative;
	width: 100%;
}
.l-modal_movie:before {
	content: '';
	display: block;
	position: relative;
	width: 100%;
    padding-top: 56.25%; /* 100% / 640px * 360px */
}
.l-modal_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-modal_ytTtl {
	margin-top: 9px;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  z-index: 5000;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
