@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg-lb.jpg") top center repeat;
	scroll-behavior: smooth;
}
img{ vertical-align:top;}


/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
header{background: url("../images/bg-lo.jpg")repeat;}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.topbox-m{ display:none;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

.title01{ position: absolute;top:108px; left: 348px;z-index: 99;}
.title02{ position: absolute;top:491px; left: 430px;z-index: 99;}
.title03{ position: absolute;top:575px; left: 333px;z-index: 99;}
.title04{ position: absolute;top:415px; left: 139px;z-index: 99; transition:all 0.5s;animation: move1 4s 0s infinite;}
		@keyframes move1 {
			0% { transform: translate(0px ,0px) rotate(0deg);}
			10% { transform: translate(0px ,0px) rotate(0deg);}
			11% { transform: translate(0px ,-4px) rotate(4deg);}
			12% { transform: translate(0px ,0px) rotate(-4deg);}
			13% { transform: translate(0px ,-4px) rotate(0deg);}
			14% { transform: translate(0px ,0px) rotate(0deg);}
			70% { transform: translate(0px ,0px) rotate(0deg);}
			71% { transform: translate(0px ,-4px) rotate(5deg);}
			72% { transform: translate(0px ,0px) rotate(-4deg);}
			73% { transform: translate(0px ,-4px) rotate(0deg);}
			74% { transform: translate(0px ,0px) rotate(0deg);}
			100% {transform: translate(0px ,0px) rotate(0deg);}
		}
		.title04 img{ transition:all 0.5s;}
.title04 img:hover{ transform:scale(0.95);}
.titleC{ margin: 0px; padding: 40px 0 10px;color: #057082;}
.titleC h2{ font-weight:800;}
.titleD{ padding: 30px 40px 40px; width: 1200px; margin: 0 auto;color: #057082; }
.titleD h2{font-size: 42px; line-height: 40px; float: left;font-weight:800;}
.titleD p{  color: #057082;font-size: 20px;line-height: 29px; float: right; border: 1px solid #057082; padding: 3px 15px; border-radius: 35px;transition:all 0.5s;margin-right:0px;font-weight: 500;}
.titleD p:hover{transform: translateX(8px);}
.block{ margin: 0 auto; max-width: 1920px; min-width:1200px; width:100%;}

.bg_2 .titleC{ padding: 47px 0 0px;}
.bg_4 .titleC{ padding: 50px 0 0px;}
.bg_5 .toptitle{ margin-top:10px;}
.bg_7 .titleC{ padding: 50px 0 0px;}
 
.bg_2 .hightlight_5p .font{display: table; vertical-align: middle;width: 100%;}
.bg_2 .hightlight_5p .font h4{height: 62px; display: table-cell;vertical-align: middle; background: #CC5E3C; font-size:18px; line-height:20px;}

.bg_1{ background:url(../images/layout_02.jpg) top  center no-repeat; height:714px;}
.bg_2{ background:url(../images/layout_03.jpg) top  center no-repeat; height:438px;}
.bg_3{ background:url(../images/layout_04.jpg) top  center no-repeat; height:188px;}
.bg_4{ background:url(../images/layout_05.jpg) top  center no-repeat; height:435px;}
.bg_5{ background:url(../images/layout_06.jpg) top  center no-repeat; height:549px;}
.bg_6p{ background:url(../images/layout_07.jpg) top  center no-repeat; height:174px;}
.bg_6{ background:url(../images/layout_08.jpg) top  center no-repeat; height:737px;}
.bg_7{ background:url(../images/layout_09.jpg) top  center no-repeat; height:618px;}
.bg_8{ background:url(../images/layout_10.jpg) top  center no-repeat,url(../images/bg-lb.jpg) bottom center repeat; height:auto; padding-top:130px; }

.bg_8 .titleD{ background:url(../images/9block.png) top  center no-repeat;}
.bg_8 .hightlight_5p{ background:url(../images/9block2.png) bottom  center no-repeat;}


.bg_1200{ width:1200px; min-width:1200px; margin:0 auto; position:relative;}

.toptitle .font h4{ background: #ca4613;}
.hightlight .font h4{ background:#0a6877;}
/* m */
@media screen and ( max-width: 640px ){
	.bg_1200{ width:100%; min-width:100%; margin:0 auto; position:relative;}
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; position:relative;}
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.topbox-m{ display:block;position: absolute; top:0;}
	.title01-m{ position:absolute;top:50vw; left: 0;z-index: 99; width:30vw; height:50vw;}
	.title02-m{ position:absolute;top:2vw; left: 65vw;z-index: 99; width:15vw; height:20vw;}
	.title03-m{ position:absolute;top:2vw; left: 85vw;z-index: 99; width:15vw; height:12vw;}
	.title04-m{ position:absolute;top:14vw; left: 80vw;z-index: 99; width:12vw; height:15vw;}
	.title05-m{ position:absolute;top:80vw; left: 75vw;z-index: 99; width:15vw; height:20vw;}
	.title06-m{ position:absolute;top:70vw; left: 90vw;z-index: 99; width:10vw; height:30vw;}
	
	.titleC{ margin: 0px; padding:4vw 0 2vw;}
		.titleD{ padding: 30px 0vw 2vw; width: 100%; margin: 0 auto; }
.titleD h2{font-size: 32px; line-height: 40px; float:none; color:#ffffff;}
.titleD p{  font-size: 20px;line-height: 30px; float:none; border: 1px solid #ffffff;; padding: 3px 15px; border-radius: 35px; text-align: center; width: 60%; margin: 2% auto 0; color:#ffffff;}
	
	.block{ margin: 0 auto; max-width:100%; min-width:100%; width:100%;}
		.bg_2 .hightlight_5p ul li:first-child {width: 94vw; padding: 0vw; margin: 1vw 3vw; }
	.bg_2 .hightlight_5p ul li:first-child img{width: 94vw; height: 94vw;}
		.bg_2 .hightlight_5p ul li:first-child a { flex-wrap: wrap; display: flex; }
	.bg_2 .hightlight_5p ul li:first-child .font {padding: 1vw 0vw 1vw 3vw;margin: auto;  background: #CC5E3C;}
	.bg_2 .hightlight_5p ul li:first-child .font h4 {background: none;color:#fff;white-space: break-spaces;font-size:18px; line-height:24px;}
	.bg_1 .bg_1200{ display:none;}
	
	.bg_1{ background:url(../images/layout_02.jpg) top  center no-repeat; height:auto; padding-bottom:0vw; width:100%; max-width:100%; min-width:100%;}
.bg_2{ background:url(../images/bg.jpg) top  center repeat; height:auto; padding-top:20px;}
.bg_2 .titleC{background:url(../images/bg-y-header.jpg) top  center repeat; width:94vw; margin:0vw auto 10px; padding:10px; border-radius:30px;}
	.bg_2 .hightlight_5p{ margin:0 auto; padding-bottom:2vw;}
	.bg_2 .hightlight_5p .font{ margin:0 auto; width:100%;}
		.bg_2 .hightlight_5p .font h4{ font-size:14px; height:auto; padding:7px 2px;}
		
.bg_3{ background:url(../images/bg-mb.jpg) top  center repeat; height:auto;}
.bg_4{ background:url(../images/bg-dy.jpg) top  center repeat; height:auto; padding-bottom:2vw;}
.bg_4 .titleC{ padding-top:20px;}
.bg_5{ background:url(../images/bg-dy.jpg) top  center repeat; height:auto; padding-bottom:2vw;}
.bg_6p{ background:url(../images/layout_07.jpg) top  center no-repeat; height:auto;}
.bg_6p .bg_1200{ display:none;}
.bg_6{ background:url(../images/layout_08.jpg) top  center no-repeat; height:auto;}
.bg_6 .bg_1200{ display:none;}
.bg_7{ background:url(../images/bg-dy.jpg) top  center repeat; height:auto;padding-bottom:2vw;}
.bg_7 .titleC{ padding-top:20px;}
.bg_8{ background:url(../images/bg-mb.jpg) top  center repeat; height:auto; padding-top:0px; }

.bg_8 .titleD{ background:url(../images/bg-mb.jpg) top  center repeat;}
.bg_8 .hightlight_5p{ background:none;}
}


.block_m{ display:none;}
	@media screen and ( max-width: 640px ){
.block_m{ display:block;}	
.block_m ul li:first-child	{ width:100%;}
.block_m ul li:first-child img{ width:100%;}
.block_m ul li{ width:100%;}
.block_m ul li img{ width:50%;}

.bg_6 .block_m ul li:last-child	{ width:100%;}
.bg_6 .block_m ul li:last-child img{ width:100%;}

.block_m ul li:hover{transform: scale(1);}
	}




.step00{ position: absolute;top:50px; left: 512px;z-index: 99;}
.step01{ position: absolute;top:94px; left: 86px;z-index: 99;}
.step02{ position: absolute;top:177px; left: 432px;z-index: 99;}
.step03{ position: absolute;top:177px; left: 780px;z-index: 99;}
.step04{ position: absolute;top:379px; left: 86px;z-index: 99;}
.step05{ position: absolute;top:379px; left: 432px;z-index: 99;}
.step06{ position: absolute;top:379px; left: 780px;z-index: 99;}
.bg_1200 img{transition: all 0.5s;}
.bg_1200 img:hover{transform: scale(0.93);}

.cp01{ position: absolute;top:78px; left: 678px;z-index: 99;}
.cp02{ position: absolute;top:78px; left: 900px;z-index: 99;}
.cp03{ position: absolute;top:138px; left: 678px;z-index: 99;}
.cp04{ position: absolute;top:138px; left: 900px;z-index: 99;}
.cp05{ position: absolute;top:212px; left: 90px;z-index: 99;}
.cp05 img:hover{transform: scale(0.98);}




/* 5-3 hightlight_5p */
.bg_8 .hightlight_5p{ width: 1180px; margin:0px auto 40px; padding:15px 0 30px;}
.bg_8 .hightlight_5p ul { display: flex; justify-content: center;flex-wrap: wrap;}
.bg_8 .hightlight_5p h3{ width: 1160px;margin: 8px;}
.bg_8 .hightlight_5p li { width: 200px; background: #fff; margin: 6px;  padding: 0; }
.bg_8 .hightlight_5p li img{ object-fit:contain;}
.bg_8 .hightlight_5p li:first-child{width: 280px; height: 330px; background: none;}
.bg_8 .hightlight_5p li:first-child img{width: 280px; height: auto;}
.bg_8 .hightlight_5p li a { }
.bg_8 .hightlight_5p .font { display: block; text-align: center;  }
.bg_8 .hightlight_5p .font h4 { padding: 6px 10px; margin: 0 0 5px; color:#fff; background: #44abb2;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.bg_8 .hightlight_5p .font p { margin: 0; }
.bg_8 .hightlight_5p .font .price { margin: 10px 0 15px; }
.bg_8 .hightlight_5p .font .price big {    }
.bg_8 .hightlight_5p img { display: block; width: 200px; height: 200px; object-fit: cover; }
	@media screen and ( max-width: 640px ){
		.bg_8 .hightlight_5p .go{ display: none;}
		.bg_8 .hightlight_5p{width:96vw; margin: 0vw auto;padding:0;}
		.bg_8 .hightlight_5p ul {flex-wrap: wrap;}
		.bg_8 .hightlight_5p h3{ width: 96vw;margin: 1vw;}
		.bg_8 .hightlight_5p li {width: 46vw; padding: 0; margin: 1vw; }
		.bg_8 .hightlight_5p a {  }
		.bg_8 .hightlight_5p .font {  margin: 0 0 3vw 0;}
		.bg_8 .hightlight_5p .font h4 { padding: 1vw; background: #ca4613;}
		.bg_8 .hightlight_5p .font p { }
		.bg_8 .hightlight_5p .font .price { margin: 1vw 0;}
		.bg_8 .hightlight_5p img { width: 46vw; height: 46vw;}
		.bg_8 .hightlight_5p ul li:first-child {width: 94vw; padding: 0vw; margin: 2vw auto;height: auto;}
		.bg_8 .hightlight_5p ul li:first-child img{width: 94vw; padding: 0vw; }
		.bg_8 .hightlight_5p ul li:first-child a { flex-wrap: nowrap; display: flex; }
		.bg_8 .hightlight_5p ul li:first-child .font {display: none;}
		.bg_8 .hightlight_5p ul li:first-child .font h4 {background: none;color: var(--PV-eslite);white-space: break-spaces; }
	}




.swiper-container {
  width: 1000px; z-index: 99;padding: 0 0px;
  height:187px;
}
.swiper-wrapper{z-index: 99;}
.swiper-slide img{ width:100%; }
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; margin-right: 0px;
}

	@media screen and ( max-width: 640px ){
	.swiper-container {
  width: 100%; z-index: 99;padding: 0 20%; background:url(../images/m/layout-m_09.jpg) top center no-repeat; background-size:100%;
  height:28vw;
}	
.swiper-wrapper{width:100%;}
.swiper-slide{width:100%; text-align:center;}
.swiper-slide img{ width:61%; margin:0 auto;}
		}

/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 10px;right: 0;margin: 2vw;	}
	}
/*for mobile*/
menu{display:none;}
	@media screen and ( max-width: 768px ){
		menu{ display:block;}
	}
menu ul{
	position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex;list-style: none;background-color:#ca3842;z-index:1000;padding:2px 0;border-top:none;}
menu ul li{border-right:1px solid #ffffff;padding:4px;width:25%;box-sizing:border-box;text-align:center;font-size:13px;letter-spacing: -1px;}
menu ul li a{font-size:13px;}
menu ul li:nth-last-child(1){border-right:none;}
menu a{color:#ffffff !important;text-decoration:none;}

/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:20px;
	box-sizing: border-box;
	background:#fff3b5dd;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
	border:1.5px solid #f7edcd;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#3752a3;
	opacity:0.95; 
	color: #f6f5e5;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 10px 10px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav a{
	display: block;
	padding: 10px 4px;
	color: #04414b;
	text-decoration: none;
	position: relative;
	font-size:14px;	
	font-weight: 500;
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#c84513; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left; border-bottom:1px dotted #04414b;}
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #04414b;}
.side-menu2 nav ul.area2 li{ border-bottom:1px dotted #04414b;}
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 640px ){
		.side-menu2 {display: none;}
	}





/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0a6877;
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}
