/*!
Theme Name: customize
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'bayshore';
	src: url(./font/bayshore-webfont.ttf);
}
@font-face {
	font-family: 'futura';
	src: url(./font/futura_book.ttf);
}

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #444444;
	font-weight: 300;
	background: #fff;
	line-height: 1.5;
}
.en{
	font-family: bayshore;
	font-weight: 300;
	font-style: normal;
}
.en_f{
    font-family: 'futura', 'Raleway';
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
table{
	width: 100%;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
}
.relative{
	position:absolute;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
img.pc{
	display:inline;
}
img.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	img.pc{
		display:none;
	}
	img.sp{
		display:inline;
	}
	.in {
			width: 90%;
			margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}

	.pc_c{
		display: none;
	}
}

.sec_ttl{
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
.sec_ttl h2{
	font-size: 3.5rem;
	letter-spacing: 5px;
	position: relative;
	z-index: 2;
}
.sec_ttl span.en{
	display: block;
	position: absolute;
	color: #fff4f1;
	font-size: 20rem;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sec_ttl_wt h2{
	color: #fff;
}
.sec_ttl_wt span.en{
	opacity: 0.3;
}

.with_en_sub_ttl{
	display: table;
	position: relative;
	margin:0 auto 40px;
}
.with_en_sub_ttl .en{
	color: #fe9834;
  background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 5.0rem;
	position: absolute;
	left: -60px;
	top:-40px;
	transform: rotate(-15deg);
}
.with_en_sub_ttl h3{
	font-size: 2.5rem;
	letter-spacing: 3px;
	line-height: 1.25;
}

.with_en_sub_ttl_w .en{
	color: #fff;
	background:#fff;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.with_en_sub_ttl_w h3{
	color: #fff;
}


.more_btn_gr{
	background: #37414f;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
	display: block;
	width: 130px;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #37414f;
	transition: 0.25s;
}
.more_btn_gr:hover{
	color: #37414f;
	opacity: 1;
	background: #fff;
}
.more_btn_w{
	background: #fff;
	font-weight: 600;
	color: #37414f;
	padding: 10px 20px;
	display: block;
	width: 130px;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #37414f;
	transition: 0.25s;
}
.more_btn_w:hover{
	color: #fff;
	opacity: 1;
	background: #ff7f55;
	border: 1px solid #ff7f55;
}

@media screen and (max-width: 750px) {
	.sec_ttl h2{
		font-size: 2.8rem;
	}
	.sec_ttl span.en{
		font-size: 15rem;
	}

	.with_en_sub_ttl .en{
		left: -10px;
    top: -60px;
	}
}


.header{
	position: fixed;
	width: 100%;
	padding: 20px 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0);
	transition: 0.5s;
}
.header.active{
	background: rgba(255, 255, 255, 1);
}
.header > .flex{
	justify-content:space-between;
	align-items: center;
	width: 95%;
}
.header .h_logo{
	width: 200px;
	opacity: 0;
}
.header.active .h_logo{
	opacity: 1;
}
.header nav ul{
	align-items: center;
}
.header nav li{
	margin-left: 20px;
}
.header nav a{
	color: #fff;
	font-weight: 500;
	transition: 0.5s;
	padding: 20px 0;
}
.header.active nav a{
	color: #444444;
}
.header nav a.contact{
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 100px;
}
.header nav a.contact:hover{
	background: #fff;
	color:#ff7f55;
	opacity: 1;
}
.header.active nav a.contact{
	border: 1px solid #ff7f55;
	color:#ff7f55;
}
.header.active nav a.contact:hover{
	background: #ff7f55;
	color:#fff;
	opacity: 1;
}

.meg_drop_w{
	position: relative;
}
.meg_drop{
	position: absolute;
	width: 60vw;
	left: -50%;
	transform: translate(-50%,0);
	padding: 30px 30px 20px;
	box-sizing: border-box;
	justify-content:space-between;
	background: #fff;
	top:calc(100% + 20px);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}
.meg_drop.open{
	opacity: 1;
	pointer-events:all;
}
.meg_drop_i{
	width: 23%;
}
.header nav .meg_drop_i a{
	display: block;
	color: #444444;
	text-align: center;
	padding: 0;
}
.header nav .meg_drop_i a .imgarea{
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	.header{
		padding: 20px 0;
	}
	.header .h_nav{
		position: fixed;
		background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
		height: 100vh;
		width: 100vw;
		z-index: 999;
		left: 0;
		top:0;
		display: none;
	}
	.header .h_nav > .flex{
		width: 100%;
		height: 100%;
		align-items: center;
		margin-left: 30px;
	}
	.header .h_nav > .flex ul{
		display: block !important;
	}
	.header .h_nav > .flex ul li{
		margin: 30px 0;
	}
	.header.active nav a{
		color: #fff;
	}

	.hum{
		margin-top: 5px;
		display: block;
		position: relative;
		z-index: 9999;
	}

	.hum span{
		width: 20px;
		height: 2px;
		background: #fff;
		display: block;
		margin-bottom: 5px;
		transition: 0.5s;
	}
	.hum span:last-child{
		margin-bottom: 0px;
	}
	.header.active .hum span{
		background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	}
	.hum.active span{
		background: #fff !important;
	}
	.hum.active span:nth-of-type(1){
		transform: rotate(45deg);
		margin-top: 3px;
	}
	.hum.active span:nth-of-type(2){
		opacity: 0;
	}
	.hum.active span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -14px;
	}

	.meg_drop{
		position: static;
		width: 100%;
		transform: translate(0%,0);
		padding: 0;
		box-sizing: border-box;
		justify-content:space-between;
		background: none;
		opacity: 1;
		pointer-events: all;
		margin-top: 10px;
		display: none;
		transition:auto;
	}
	.meg_drop_i{
		width: 100%;
	}
	.header nav .meg_drop_i a{
		display: block;
		color: #fff;
		text-align: left;
		padding: 10px;
	}
	.header nav .meg_drop_i a .imgarea{
		display: none;
	}
	.header.active nav a.contact{
		border: 1px solid #fff;
		color:#fff;
	}
}

footer{
	background: #37414f;
	padding: 50px 0;
}
footer .f_logo{
	text-align: center;
	margin-bottom: 30px;
}
footer .f_nav{
	margin-bottom: 30px;
}
footer .f_nav ul{
	justify-content: center;
}
footer .f_nav ul li{
	margin: 0 10px;
}
footer .f_nav a{
	color: #fff;
}
.pmark{
	margin: 20px 0;
	color: #fff;
}
.pmark p{
	margin-top: 10px;
}
footer .pmark{
	text-align: center;
}
footer .pmark p{
	margin-top: 20px;
}
footer .copy{
	text-align: center;
	color: #fff;

}
@media screen and (max-width: 750px) {
	footer .f_nav ul{
		display: block !important;
		text-align: center;
	}
	footer .f_nav ul li{
		margin: 20px;
	}
	footer .pmark img{
		width: 60px;
	}
	footer .pmark p{
		margin-top: 10px;
		font-size: 1.2rem;
	}
}


.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(-30px);
}
.animation.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.animation02{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.animation02.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.animation_ttl{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-30px);
}
.animation_ttl.active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.listfadein {
  opacity : 0;
  transition : all 1s;
}

.listfadein.active{
  opacity : 1;
}

.animation_txt_img{

}
.animation_txt_img .txtarea,
.animation_txt_img .imgarea{
	opacity : 0;
	transition: 0.75s;
}
.animation_txt_img .imgarea.active,
.animation_txt_img .txtarea.active{
	opacity : 1;
}


.up_main_ttl{
	display: table;
	position: relative;
	margin:0 auto;
	text-align: center;
}
.up_main_ttl .en{
	color: #fe9834;
  background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 7.5rem;
	position: absolute;
	left: -80px;
	top:-60px;
	transform: rotate(-15deg);
}
.up_main_ttl h1{
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.25;
}
.up_main_ttl .main_sub_ttl{
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
	margin-top: 20px;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	.up_main_ttl .en{
		font-size: 6.5rem;
		left: -30px;
    top: -70px;
		transform: rotate(-15deg);
	}
	.up_main_ttl h1{
		font-size: 2.8rem;
	}
}


.w_bnr_w{
	padding:0 100px 50px;
	box-sizing: border-box;
}
.w_bnr_w a{
	border-radius: 10px;
	overflow:hidden;
	display: block;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
	.w_bnr_w{
		padding:0 0 50px;
		box-sizing: border-box;
	}
}














