@charset "utf-8";
/* CSS Document */
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "EB Garamond", serif;	
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .wrapper {
  margin-top: 0;
}
h1,h2,h3,h4,
p,li,a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.wrapper h1 {
	margin: 0;
	padding: 0;
}
.cmn-container img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.cmn-container {
	overflow: hidden;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.btn_area {
	text-align: center;
	margin-bottom: 15px;
}
.btn_area:nth-last-child(1) {
	margin-bottom: 0;
}
.btn_area .btn {
	display: inline-block;
	padding: 0;
}
.btn_area .btn a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 2.2;
	color: #FFF;
	padding: 0 1.5em;
	background-color: #000;
}
.bottom_cont .btn_area .btn a {
	min-width: 15em;
}
.bottom_cont {
	position: relative;
	z-index: 2;
	padding: 60px;
}
@media screen and (min-width: 768px) {
	.spimg {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pcimg {
		display: none;
	}
	.spimg {
		display: block;
	}
	.bottom_cont {
		padding: 8vw;
	}
	.btn_area .btn a {
	  font-size: 3.5vw;
	}
}
.cmn-container .fv_area h2 {
	margin: 1em 0;
}
.fv_area {
	background-color: #000;
	padding: 60px 0;
}
.fv_area .fv_img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
.fv_area .mov_area .text {
	text-align: center;
	margin-bottom: 60px;
}
.fv_area .mov_area .text p::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateX(-130%) translateY(-50%) rotate(-30deg);
	display: table-cell;
	border-left: 2px solid #FFF;
}
.fv_area .mov_area .text p::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateX(130%) translateY(-50%) rotate(30deg);
	display: table-cell;
	border-right: 2px solid #FFF;
}
.fv_area .mov_area .text p {
	font-family: "Bebas Neue", sans-serif;
	
	display: inline-block;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	position: relative;
}
.fv_area .mov {
	text-align: center;
}
.fv_area .mov p {
	font-size: 15px;
	color: #FFF;
	margin-top: 1em;
}
.fv_area iframe {
	width: 1200px;
	height: 672px;
	vertical-align: top;
	margin: 0 auto;
}
.imgBox {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
	.fv_area .fv_img {
	  margin: 0 auto 5vw;
	}	
	.fv_area .mov_area .text {
	  margin-bottom: 5vw;
	}	
	.fv_area {
	  padding: 0 0 5vw;
	}	
	.fv_area iframe {
		width: 90vw;
		height: 50.4vw;
		vertical-align: top;
		margin: 0 auto;
	}
	.fv_area .mov_area .text p {
	  font-size: 4vw;
	}
	
	.fv_area .mov_area .text p::before {
		width: 4vw;
		height: 4vw;
	}
	.fv_area .mov_area .text p::after {
		width: 4vw;
		height: 4vw;
	}
	.fv_area .mov p {
		font-size: 2.5vw;
	}
}

.sec_makuake {
	background: rgb(91,169,184);
	background: -moz-linear-gradient(45deg, rgba(91,169,184,1) 0%, rgba(76,189,189,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(91,169,184,1) 0%, rgba(76,189,189,1) 100%);
	background: linear-gradient(45deg, rgba(91,169,184,1) 0%, rgba(76,189,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ba9b8",endColorstr="#4cbdbd",GradientType=1); 	padding: 60px 0;
}

.sec_makuake .makuakeIn {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.sec_makuake .makuakeIn .saleBox {
	margin-bottom: 30px;
}
.sec_makuake .makuakeIn .saleBoxIn {
	background-color: #FFF;
	border-radius: 15px;
	padding: 30px 0;
}
.sec_makuake .makuakeIn .saleBoxIn p {
	font-size: 36px;
	font-weight: 600;
	position: relative;
	text-align: center;
}
.sec_makuake .makuakeIn .saleBoxIn p .big.red {
	font-size: 1.6em;
	font-weight: bold;
	color: red;
	margin: 0 0.3em;
}
.sec_makuake .makuakeIn .saleBoxIn p .border-y {
	padding: 0 0.5em;
	position: relative;
}
.sec_makuake .makuakeIn .saleBoxIn p .border-yIn {
	position: relative;
	z-index: 2;
}
.sec_makuake .makuakeIn .saleBoxIn p .border-y::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.5em;
	background-color: #ffffb1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sec_makuake .makuakeIn .cvBox {
	background-color: #FFF;
	border-radius: 15px;
	padding: 90px 0;
}
.sec_makuake .makuakeIn .cvBox .topText {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.0em;
}
.sec_makuake .makuakeIn .cvBox .topText > span {
	display: block;
}
.sec_makuake .makuakeIn .cvBox .topText .text02 {
	margin: 10px 0;
}
.sec_makuake .makuakeIn .cvBox .topText .text02 img {
	width: 300px;
	height: auto;
}
.sec_makuake .makuakeIn .cvBox .desc {
	font-size: 16px;
	text-align: center;
}
.sec_makuake .makuakeIn .cvBox .bottomText {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin: 3.0em 0 1em;
}
.sec_makuake .makuakeIn .cvBox .btn_area .btn a {
	font-size: 36px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0;
	padding: 0 1.5em;
	background-color: #0f7396;
	border-radius: 15px;
	box-shadow: 10px 10px 0 #0f2c57;
}

.sec_desc {
	padding: 90px 0;
	background-color: #efeeea;
}
.sec_desc .sec_head,
.sec_desc .sec_cont {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec_desc .sec_head {
	margin-bottom: 90px;
}
.sec_desc .sec_head .headTitle {
	margin-bottom: 60px;
}
.sec_desc .sec_head .headTitle h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.sec_desc .sec_head .headTitle h2 .titleIn {
	position: relative;
}
.sec_desc .sec_head .headTitle h2 .titleIn::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background-color: #000;
}
.sec_desc .sec_head h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1em;
}
.sec_desc .sec_head p {
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
	font-weight: 500;
	margin-bottom: 2em;
}
.sec_desc .contBox {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 90px;
}
.sec_desc .contBox .contTitle {
	margin-bottom: 30px;
}
.sec_desc .contBox .contTitle h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.sec_desc .contBox .contTitle h4 > span {
	display: block;
}
.sec_desc .contBox .contTitle h4 > span.num {
	font-size: 1.2em;
}
.sec_desc .contBox .contTitle h4 > span.text_en {
	font-size: 0.6em;
}
.sec_desc .contBox .contTitle h4 > span.text_jp {
	margin: 0.1em 0 0.3em;
}
@media screen and (max-width:767px) {
	.sec_makuake {
	  padding: 9vw 0;
	}	
	.sec_makuake .makuakeIn .saleBox {
	  margin-bottom: 6vw;
	}	
	.sec_makuake .makuakeIn .saleBoxIn {
	  border-radius: 4vw;
	  padding: 6vw 0;
	}	
	.sec_makuake .makuakeIn .saleBoxIn p {
	  font-size: 6vw;
	}
	.sec_makuake .makuakeIn .cvBox {
	  border-radius: 4vw;
	  padding: 12vw 0;
	}	
	.sec_makuake .makuakeIn .cvBox .topText {
	  font-size: 5vw;
	}	
	.sec_makuake .makuakeIn .cvBox .topText .text02 {
	  margin: 2vw 0;
	}
	.sec_makuake .makuakeIn .cvBox .desc {
	  font-size: 3.2vw;
	}	
	.sec_makuake .makuakeIn .cvBox .bottomText {
	  font-size: 5vw;
	}	
	.sec_makuake .makuakeIn .cvBox .btn_area .btn a {
	  font-size: 6vw;
	  border-radius: 3vw;
	}	
	.sec_desc {
	  padding: 12vw 0;
	  background-color: #efeeea;
	}	
	.sec_desc .sec_head {
	  margin-bottom: 9vw;
	}	
	.sec_desc .sec_head .headTitle {
	  margin-bottom: 9vw;
	}	
	.sec_desc .sec_head .headTitle h2 {
	  font-size: 7vw;
	}	
	.sec_desc .sec_head h3 {
	  font-size: 4.4vw;
	}	
	.sec_desc .sec_head p {
	  font-size: 3.4vw;
	}	
	.sec_desc .contBox .contTitle h4 {
	  font-size: 5vw;
	}	
	.sec_desc .contBox {
	  margin: 0 auto 15vw;
	}	
}
.sec_desc.sec_func {
	padding: 12vw 0;
	background-color: #fff;
}
.sec_desc.sec_func .contTitle {
	margin-bottom: 30px;
}
.sec_desc.sec_func .contTitle h4 {
	font-size: 30px;
	font-weight: 500;
}
.sec_desc.sec_func .contTitle h4 > span {
	display: block;
}
.sec_desc.sec_func .contTitle h4 .num {
	display: block;
	font-size: 1.2em;
}
.sec_desc.sec_func .contTitle h4 .text_en {
	display: block;
	font-size: 0.6em;
	margin-top: 0.3em;
}
.funcBox {
	margin-bottom: 30px;
	width: 94%;
	max-width: 800px;
	margin: 0 auto 120px;
}
.funcBox:nth-last-child(1) {
	margin-bottom: 0;
}
.funcBox .contImg {
	margin-bottom: 30px;
}
.funcBox .contImg:nth-last-child(1) {
	margin-bottom: 0;
}
.slick-slide {
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.sec_desc.sec_func .contTitle h4 {
	  font-size: 6vw;
	}
	.funcBox {
	  margin: 0 auto 9vw;
	}	
	.slick-slide {
		padding: 0 2vw;
	}
	.sec_makuake .makuakeIn .cvBox .topText .text02 img {
	  width: 50vw;
	  height: auto;
	}	
	
}
.slide_fade .slick-dots {
  bottom: -35px;
}
.slide_fade .slick-dots li button::before {
	display: none;
}
.slide_fade .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
	border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: rgba(0,0,0,0.5);
	margin: 0 10px;
}
.slide_fade .slick-dots li.slick-active button {
  background-color: rgba(0,0,0,0.8);
}