@charset "UTF-8";

/************************************************
STYLE SP
************************************************/

@media screen and (max-width: 768px) {
/*______________________________________________*/

/* ============================ COMMON ============================ */
body {
	overflow-x: hidden;
}
.container {
	width: 100%;
}
/* ============================ L-HEADER ============================ */
#l-header #gnav .option {
	position: static;
	-webkit-transform: none;
	transform: none;
}
#l-header #gnav .option .option-nav {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#l-header #gnav .option .option-nav li {
	float: none;
	display: table-cell;
	background-color: #08a993;
	vertical-align: middle;
}
#l-header #gnav .option .option-nav li + li {
	border-left: 1px solid #fff;
}
#l-header #gnav .option .option-nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	margin-right: 0;
}
#l-header #gnav .option .option-nav li a.dimensions:before {
	content: url(../img/lightbox_icon_sp.png);
}
#l-header #gnav .option .option-nav li a.rule:before {
	content: url(../img/lightbox_icon02_sp.png);
}
#l-header #gnav .option .option-nav li a.hover {
	text-decoration: none;
}
#l-header {
	height: 50px;
	min-width: 320px;
}
#l-header .logo {
	height: 25px;
	margin: 12px 5px;
	width: 120px;
}
#l-header #gmenu {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
#l-header #gmenu:before, #l-header #gmenu:after, #l-header #gmenu i {
	background-color: #9b9b9b;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: -moz-calc(50% - 1px);
	top: -o-calc(50% - 1px);
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	left: -moz-calc(50% - 12px);
	left: -o-calc(50% - 12px);
	left: -webkit-calc(50% - 12px);
	left: calc(50% - 12px);
	width: 24px;
	-webkit-transition-property: transform opacity;
	transition-property: transform opacity;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#l-header #gmenu:before {
	-webkit-transform: translateY(-8px) rotate(0deg);
	transform: translateY(-8px) rotate(0deg);
}
#l-header #gmenu i {
	opacity: 1;
}
#l-header #gmenu:after {
	-webkit-transform: translateY(8px) rotate(0deg);
	transform: translateY(8px) rotate(0deg);
}
#l-header #gnav {
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	float: none;
	left: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 50px;
	width: 100%;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	max-height: -moz-calc(100% - 50px);
	max-height: -o-calc(100% - 50px);
	max-height: -webkit-calc(100% - 50px);
	max-height: calc(100% - 50px);
}
#l-header #gnav.is-open {
	left: 0;
}
#l-header #gnav .option {
	position: static;
	-webkit-transform: none;
	transform: none;
}
#l-header #gnav .option .option-nav {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#l-header #gnav .option .option-nav li {
	float: none;
	display: table-cell;
	background-color: #08a993;
	vertical-align: middle;
}
#l-header #gnav .option .option-nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	margin-right: 0;
}
#l-header #gnav .option .option-nav li a.dimensions:before {
	content: url(../img/lightbox_icon_sp.png);
}
#l-header #gnav .option .option-nav li + li {
	border-left: 1px solid #fff;
}
#l-header #gnav .lang {
	position: static;
	width: 100%;
	-webkit-transform: none;
	transform: none;
}
#l-header #gnav .lang .lang-nav {
	table-layout: fixed;
}
#l-header #gnav .lang .lang-nav li + li {
	border-left: 1px solid #fff;
}
#l-header #gnav .lang .lang-nav li a {
	background-color: #000;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	-webkit-transition-property: background color;
	transition-property: background color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#l-contents {
	padding-top: 50px;
}
/* ============================ HEAD PAGE ============================ */
.headPage_heading {
	background-image: url(../img/headPage_bg_sp.jpg);
	background-position: center -30vw;
	;
}
.headPage_heading_inner {
	width: 100%;
	padding: 0;
}
.headPage_heading h1 {
	width: 100%;
}
	.headPage_heading h1 img{
		width: 100%;
		margin: 20px 0 0;
	}
.machine {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: calc(-36.5vw - 20px);
}
.machine img.disp-sp {
	display: block;
	width: 100%;
	max-width: 100%;
}
.panel_btn li:before {
	height: 20px;
	top: -20px;
}
.panel_btn li img {
	width: 100%;
}
.panel_btn li {
	position: absolute;
	width: 28vw;
	padding: 2px;
	border: 1px solid #ffd400;
}
.panel_btn li:after {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	top: -25px;
}
.panel_btn_1 {
	top: 35vw;
	left: 8vw;
}
li.panel_btn_1:before {
	width: 30vw;
	border-right: none;
}
li.panel_btn_1:after {
	left: calc(30vw + 50% - 10px);
}
.panel_btn_2 {
	top: 66vw;
	left: 5vw;
}
li.panel_btn_2:before {
	width: 18vw;
	border-right: none;
}
li.panel_btn_2:after {
	left: calc(18vw + 50% - 10px);
}
.panel_btn_3 {
	top: 61vw;
	left: 66vw;
}
li.panel_btn_3:before {
	width: 28vw;
	border-left: none;
	left: auto;
	right: 50%;
}
li.panel_btn_3:after {
	right: calc(28vw + 50% - 10px);
}
.panel_btn li span {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #000;
	bottom: -12px;
}
.panel_btn li span:before {
	width: 2px;
	height: 12px;
}
.panel_btn li span:after {
	width: 12px;
	height: 2px;
}
.click_p {
    bottom: -1.6em;
    left: 50%;
    font-size: 0.7em;
    bottom: -1.5em;
    transform: scale(0.9, 0.75);
}
/* ============================ section-content ============================ */
#section-content {
	padding: 26vw 20px 30px;
}
#section-content img {
	display: block;
	width: 100%;
}
.section-content_inner {
	width: 100%;
}
.content_box {
	display: block;
}
.shaded_headline {
	font-size: 20px;
}
/* ============================ SECTION 01 ============================ */
#section-01 {
	padding: 15px 20px;
}
#section-content h2 {
	max-width: 60%;
	margin-bottom: 10px;
}
.content_box_img {
	max-width: 100%;
	width: 100%;
}
.content_box_text {
	padding: 20px 0 0;
	font-size: 15px;
}
.skip_flow {
	display: block;
	margin-top: 0;
}
.skip_flow li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.skip_flow li img {
	flex: 0 0 48%;
	max-width: 48%;
	margin-right: 4%;
}
.skip_flow li p {
	flex: 0 0 48%;
	max-width: 48%;
	font-size: 16px;
	padding: 3px 0;
	margin-top: 0;
}
.skip_flow li:before {
	border-width: 10px 6px;
	border-color: transparent;
	border-top-color: #b9b900;
	left: calc(24% - 5px);
	top: -15px;
}
.skip_btn_area {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}
.skip_btn_area p {
	margin: 20px 0 0;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	padding: 3px 28vw 3px 1em;
}
.skip_btn_area span {
	display: inline-block;
}
.skip_btn_area:before {
	position: absolute;
	border-left: none;
	border-bottom: none;
	height: calc(93vw + 60px);
	width: 1px;
	right: 10px;
	left: auto;
	z-index: 1;
}
.skip_btn_area:after {
	top: calc(93vw + 60px);
	right: 5px;
	border-color: transparent;
	border-top-color: #000;
	z-index: 1;
}
.skip_btn {
	top: -10vw;
	right: -10px;
	left: auto;
	width: 30vw;
	height: 28vw;
	max-width: 130px;
	max-height: 120px;
	background-size: 100% auto;
}
/* ===== en ===== */
.en #section-01{
		padding: 15px 20px;
	}
.shaded_headline.em2{
	line-height: 1.2;
}
	.en .skip_flow li p{
	height: auto;
	font-size: 15px;
}
	.en .skip_btn_area p{
		margin: 20px 0 0;
		font-size: 13px;
		width: 100%;
		    padding: 5px 28vw 5px 1em;
	}
.en .skip_btn_area:before{
	/* height: calc(54vw + 60px); */
	height: calc(93vw + 60px);
}
/* ===== en ===== */
	
/* ============================ SECTION 02 ============================ */
#section-02 {
	padding: 15px 20px;
	margin-top: 20px;
}
.att_text {
	font-size: 10px;
}
/* ============================ POPUP ============================ */
.popup {
	padding-top: 20px;
}
.popup_close button {
	width: 25px;
	height: 25px;
}
.popup_close button span {
	height: 3px;
}
.popup_inner {
	border-width: 7px;
	padding: 20px 9% 25px;
}
.popup_inner h2 {
	font-size: 2.5rem;
	padding: 0 0 5px;
}
.popup_inner h2 small {
	font-size: 1rem;
	bottom: 5px;
	padding: 0 0 0 50px;
}
.popup_ctn {
	font-size: 1rem;
	padding: 0;
}
.popup_ctn > figure, .popup_ctn > p, .popup_ctn > .note {
	margin-top: 10px;
}
.popup_ctn .note {
	font-size: .9rem;
	padding: 10px;
}
.popup_ctn .note h3 {
	font-size: 1.2rem;
}
#popup02 .popup_inner h2 {
	font-size: 3rem;
	width: 100%;
	margin-bottom: 20px;
}
#popup02 .popup_ctn h3 {
	font-size: 1.2rem;
	margin-top: 10px;
}
#popup02 .popup_ctn figure + p {
	margin-top: 10px;
}
#popup02 .popup_inner01 {
	padding: 20px 9% 25px;
}
#popup02 .popup_inner02 {
	padding: 20px 9% 25px;
}
/* ============================ FOOT PAGE ============================ */
.footPage {
	min-width: auto;
	padding: 0;
}
.footPage .container {
	width: 100%;
}
.footPage_text {
	font-size: 1.2rem;
	float: none;
	background-color: #000;
}
.footPage_text a {
	text-align: center;
	padding: 20px 0;
	width: 49%;
}
.footPage_text span {
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 0;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.footPage_logo {
	float: right;
}
/* ============================ SUPPORT ============================ */
.disp-pc, .disp-pc-block {
	display: none;
}
.disp-sp {
	display: initial;
	display: inline-block;
}
/*______________________________________________*/
}
