@charset "UTF-8";

/* ========================================
	common
======================================== */
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
html.is-hidden body {
	overflow: hidden;
}
.l-wrapper {
	position: relative;
	overflow: hidden;
	background: url(../images/common/bg.png);
	background-size: 12.26666% auto;
}

/* ========================================
	header
======================================== */
.l-logo-3ds {
	position: absolute;
	top: 0;
	right: 0;
	width: 35.6%; /* 267 / 750 * 100 */
	z-index: 5000;
}

.l-logo-soft{
	position: absolute;
	top: 0;
	left: 0;
	width: 29.4666666%; /* 221 / 750 * 100 */
	z-index: 5000;
}

/* ========================================
	footer
======================================== */
.l-footer_nav {
	position: relative;
	background: url(../images/common/footer_bg01.png) repeat top left;
	background-size: 100% auto;
}
.l-footer_pagetop {
	position: absolute;
	width: 17.6%; /* 132 / 750 * 100 */
	right: 3%;
	top: -12%;
	display: block;
	z-index: 10;
}
.l-footer_logo{
	width: 44.9333333%; /* 337 / 750 * 100 */
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateY(-25.33333%);
	transform: translateY(-25.33333%);
	z-index: 20;
}
.l-gnav{
	position: relative;
	width: 100%;
	font-size: 0;
}
.l-gnav li{
	position: relative;
	display: inline-block;
}
li.l-gnav01{
	display: block;
	width: 37.33333%; /* 280 / 750 * 100 */
	margin: 0 auto;
}
li.l-gnav02{
	width: 55.33333%; /* 415 / 750 * 100 */
}
li.l-gnav03{
	width: 44.66666%; /* 335 / 750 * 100 */
}
.l-gnav li.is-new:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 13px;
	background: url(../images/common/icon_new_gnv.png) no-repeat top left;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
li.l-gnav03 .ico-newmk {
    width: 19%;
    position: absolute;
    top: -1%;
    left: 1%;
}
.l-footer_info {
	width: 100%;
	background: url(../images/common/footer_bg02.png) no-repeat;
	background-size: cover;	
}
.l-footer_info li {
	float: left;
	width: 50%;
}


/* ========================================
	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(242,175,59,0.9);
	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;
}

/* ========================================
	animation
======================================== */
.js-arrowpop{
	animation: arrowpop 1300ms infinite;
}
@keyframes arrowpop {
	0% {transform: scale(1) translateY(0px);}
	18% {transform: scale(1.04) translateY(-2px);}
	36% {transform: scale(1) translateY(0px);}
	54% {transform: scale(1.04) translateY(-2px);}
	72% {transform: scale(1) translateY(0px);}
	100% {transform: scale(1) translateY(0px);}
}

