@charset "utf-8";

@font-face {
	font-family: 'KurokaneStd';
	src: url(../font/FOT-KurokaneStd-EB.otf) format('opentype');
}

/*  読み込み中　-------------------------*/
.now_loading {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(37, 37, 37, .5);
	z-index: 400;
}
.now_loading img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	text-align: center;
	color: #fff;
	opacity: .8;
	animation-name: spin_clockwise;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes spin_clockwise {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*--------------------*/

#main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 550px;
	margin: 0;
	padding: 0;
	line-height: 0;
	background-color: #ddd;
	background-size: cover;
	background-position: center center;
/*	background-image: url("../img/main_img.jpg");*/
	overflow: hidden;
}
.canvas {
	position: absolute;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.canvas p {
	margin: 0;
	padding: 0;
}
.img_txt {
	position: relative;
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	text-indent: 100%;
	text-shadow: none!important;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
}
#main_visual .title {
	position: absolute;
	display: block;
	width: 62%;
	max-width: 679px;
	margin: 0 auto;
	top: calc(50% - 45px);
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}
#main_visual .title.hide {
	display: none;
	opacity: 0;
}
#main_visual .canvas.title_img {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
#main_visual .canvas.title_img > .img_txt {
	padding-bottom: 58.91%;
	background-image: url(../img/title.png);
}
#main_visual .canvas.machine_img {
	position: relative;
	width: 35%;
	top: 8%;
	right: -29%;
}
#main_visual .canvas.machine_img > .img_txt {
	padding-bottom: 127.962%;
	background-image: url(../img/washing_machine.png);
}
@media screen and (min-width: 560px) {
	#main_visual {
		max-height: 100vh;
	}
	#main_visual .title {
		top: calc(50% - 26px);
	}
}
@media screen and (min-width: 769px) {
	#main_visual .title {
		top: calc(50% - 31px);
	}
	#main_visual .canvas.title_img {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	#main_visual .canvas.title_img > .img_txt {
		padding-bottom: 58.91%;
		background-image: url(../img/title.png);
	}
	#main_visual .canvas.machine_img {
		position: absolute;
		width: 35%;
		top: 8%;
		right: -29%;
	}
	#main_visual .canvas.machine_img > .img_txt {
		padding-bottom: 127.962%;
		background-image: url(../img/washing_machine.png);
	}
}


header #global_nav {
	position: absolute;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 12px;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(left, #b98935, #6a4822);
	background: -webkit-linear-gradient(left, #b98935, #6a4822);
	background: linear-gradient(to right, #b98935, #6a4822);
}
#global_nav .inner_box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
#global_nav ul.main_nav,
#global_nav ul.contact_nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: auto;
	font-family: "MS Pゴシック",sans-serif;
	margin: 0;
	padding: 0;
}
#global_nav ul.main_nav li,
#global_nav ul.contact_nav li {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bolder;
}
#global_nav ul.main_nav li:hover a,
#global_nav ul.contact_nav li:hover a {
	color: inherit;
}
@media screen and (min-width: 560px) {
	header #global_nav {
/*
		padding-top: 8px;
		padding-bottom: 18px;
*/
	}
	#global_nav ul.main_nav li,
	#global_nav ul.contact_nav li {
/*		font-size: 16px;*/
	}
}
@media screen and (min-width: 769px) {
	#global_nav ul.main_nav li,
	#global_nav ul.contact_nav li {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	header #global_nav {
/*
		padding-top: 10px;
		padding-bottom: 20px;
*/
	}
	#global_nav ul.main_nav li,
	#global_nav ul.contact_nav li {
		font-size: 1.6rem;
	}
}

h1.hide {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
h2.headline {
	position: relative;
	margin: 2vw;
	margin-top: 0;
	text-align: center;
	font-size: 4vw;
	font-family: 'KurokaneStd', sans-serif;
}
h3.subheading {
	position: relative;
	margin: 2vw;
	text-align: center;
	font-size: 4vw;
}

#error404 #main_visual {
	height: 550px;
}
#error404 #global_nav {
	padding: 0!important;
}
#error404 h2.headline {
	margin: 0.5rem;
	font-size: 1.5rem;
}
#error404 h3.subheading {
	margin: 0.5rem;
	font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
	h2.headline {
		margin: 1rem;
		margin-top: 0;
		font-size: 32px;
	}
	#error404 h2.headline {
		font-size: 32px;
	}
}

section {
	position: relative;
	padding: 2vw 0;
}
#information .slider {
	position: relative;
	width: 95%;
	margin: 2rem auto;
	padding: 0;
	text-align: center;
}
#information .intro_txt {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.2vw;
	font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
	section {
		padding: 1rem 0;
	}
	#information .intro_txt {
		width: 570px;
		padding: 0;
		font-size: 20px;
	}
}

#spec .tbl {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 1vw 2.5vw;
	color: #fff;
	font-size: 3.2vw;
	border-radius: 5px;
	background-color: #5a6185;
}
#spec .tbl > .tbl_row {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1vw 0;
}
#spec .tbl > .tbl_row > .th {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 1px 0;
	text-align: center;
	background: #151d54;
}
#spec .tbl > .tbl_row > .td {
	position: relative;
	display: inline-block;
	padding: 1px 0;
	padding-left: 8px;
}
@media screen and (min-width: 769px) {
	#spec .tbl {
		padding: 0.5rem 1.2rem;
		font-size: 1.5rem;
		border-radius: 10px;
	}
	#spec .tbl > .tbl_row {
		padding: 0.5rem 0;
	}
}

.logo {
	position: relative;
	display: inline-block;
}
.logo img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.flex_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.flex_container .flex_item {
	position: relative;
	display: inline-block;
}
#dl_store .store_btn {
	position: relative;
	width: 40vw;
	height: 10vw;
	margin: 0 auto;
	margin-bottom: 3vw;
	font-size: 3.2vw;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #bc0001;
	background-color: #db0112;
	box-shadow: 2px 2px 5px -2px #555,
		3px 3px 8px rgba(255,255,255,0.3) inset;
	cursor: pointer;
}
#dl_store .store_btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;padding: 0;
	text-decoration: none;
}
#dl_store .store_btn a:hover,
#dl_store .store_btn a:active {
	color: inherit;
}
#dl_store .store_btn span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 50%;
	line-height: 1.1;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#dl_store .store_btn:hover {
	border: solid 1px #dc9100;
	background-color: #efa413;
}
#dl_store .store_btn:active {
	top: 2px;
	left: 2px;
	box-shadow: 1px 1px 6px -2px #555,
		3px 3px 8px rgba(255,255,255,0.3) inset;
}
#dl_store .logo {
	height: 10vw;
}
@media screen and (min-width: 769px) {
	#dl_store {
		margin: 1.2rem auto;
	}
	#dl_store .store_btn {
		width: 332px;
		height: 82px;
		margin-bottom: 1.2rem;
		font-size: 1.5rem;
		box-shadow: 3px 3px 6px -2px #555,
			3px 3px 8px rgba(255,255,255,0.3) inset;
	}
	#dl_store .store_btn span {
		text-shadow:2px 2px 3px rgba(0,0,0,0.6);
	}
	#dl_store .logo {
		height: 80px;
	}
}

footer .trademark {
	width: 100%;
	padding: 2vw;
	font-size: 2vw;
	text-align: center;
	color: #fff;
	background-color: #00214a;
}
footer .logo_area {
	width: 100%;
	text-align: center;
	padding: 2.5vw;
	background-color: #fff;
}

footer .sns_area {
	margin: 1vw;
}
footer .sns_area .logo:not(:last-of-type) {
	margin-right: 0.4rem;
}
footer .logo_area .logo:not(:last-of-type) {
/*	margin-right: 2rem;*/
}
footer .logo_area .logo.sunsoft {
	height: 10vw;
}
footer .logo_area .logo.nightmare {
	margin-top: 3.5vw;
	height: 11.5vw;
}
footer .sns_area .sns_share {
	margin: 1vw;
}

@media screen and (min-width: 769px) {
	footer .trademark {
		padding: 1rem;
		font-size: 0.8rem;
	}
	footer .sns_area {
		margin: 0.4rem;
	}
	footer .logo_area {
		padding: 20px;
	}
	footer .logo_area .logo.sunsoft {
		height: 40px;
		margin-right: 2.5rem;
		vertical-align: top;
	}
	footer .logo_area .logo.nightmare {
		margin-top: 0;
		height: 48px;
		vertical-align: top;
	}
	footer .sns_area .sns_share {
		margin: 0.4rem;
	}
}


/*-- 問い合わせウィンドウ ----*/
#contact {
	width: 95%;
	height: auto;
	margin: 0 2.5%;
}
#contact > section {
	display: none;
	margin: 0 auto;
	opacity: 0;
	transition: all 1s ease;
}
#contact > section.open {
	display: block;
	opacity: 1;
	transition: all 1s ease;
}
/* 問い合わせ　見出し */
#contact h3 {
	position: relative;
	margin: 20px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
}
#contact h3 > span {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: normal;
	background-color: #0099FF;
	vertical-align: middle;
	line-height: 30px;
}
#contact h3::after,
#contact h3::before {
	position: absolute;
	content: "◆";
	color: #fff;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#contact h3::before {
	left: 4px;
}
#contact h3::after {
	right: 4px;
}

#contact h5 {
	position: relative;
	margin-top: 1.5em;
	padding-left: 1.8em;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	line-height: 24px;
}
#contact h5::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 16px;
	height: 16px;
	border: solid 4px #446688;
	border-radius: 100%;
}


/* スライダー */
#slider {
	position: relative;
	margin: 2vw auto 3vw;
}
#slider .slider_list {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 750px;
	padding-bottom: 56.25%;
	margin: 0 auto;
}
#slider .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .6s ease-in-out;
}
#slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slider .item.current {
	opacity: 1;
}

#slider .dots {
	display:flex;
	justify-content:center;
	margin-top: 2.5vw;
}
#slider .dot {
	display: block;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	border: none;
	outline: none;
	padding: 0;
	background: #777;
	cursor: pointer;
	opacity: .5;
	transition: opacity .4s ease-in-out;
}
#slider .dot:nth-child(n+2) {
	margin-left: 3vw;
}
#slider .dot.current {
	opacity: 1;
}
@media screen and (min-width: 560px) {
	#slider .dots {
		margin-top: 1rem;
	}
	#slider .dot {
		width: 1rem;
		height: 1rem;
	}
	#slider .dot:nth-child(n+2) {
		margin-left: 1rem;
	}
}
@media screen and (min-width: 769px) {
	#slider {
		margin: 1rem auto 1.5rem;
	}
}

