/*!
Theme Name: customize_theme
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');

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 JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: calc(16 / 1400 * 100vw);
	color: #333;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 3px;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:calc(1200 / 1400 * 100vw);
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:calc(1000 / 1400 * 100vw);
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.en {
	font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_pink{
	color: #e84989;
}
.cor_orange {
	color: #eb8942;
}
.cor_green{
	color: #47b46e;
}
.cor_blue {
	color: #1454a0;
}
.cor_white{
	color: #fff;
}
.bg_pink{
	background: #e84989;
}
.bg_orange {
	background: #eb8942;
}
.bg_green{
	background: #47b46e;
}
.bg_blue {
	background: #1454a0;
}
.bg_pink_02{
	background: #f7d5d5;
}
.bg_orange_02 {
	background: #fdeed8;
}
.bg_green_02{
	background: #d8ecde;
}
.bg_blue_02 {
	background: #cce5ec;
}
.bg_yellow{
	background: #fffdf7;
}
.bg_white{
	background: #fff;
}

#header{
	position: fixed;
	width: 100%;
	background: #fffdf7;
	top: 0;
	z-index: 999;
}
#header .header_w{
	justify-content: space-between;
}
#header .site_logo{
	padding: calc(20 / 1400 * 100vw) calc(60 / 1400 * 100vw);
	border-right: 1px solid #000;
}
#header .site_logo img{
	width: calc(160 / 1400 * 100vw);;
}
#header .header_r{}
#header .header_r .pc_w{
	align-items: center;
}
#header .header_r .pc_w .h_nav{
	padding: calc(20 / 1400 * 100vw) calc(20 / 1400 * 100vw);
}
#header .header_r .pc_w .h_nav li{
	margin-left: calc(20 / 1400 * 100vw);
}
#header .header_r .pc_w .h_nav li a{
	font-weight: 900;
}
#header .header_r .btn_w{}
#header .header_r .btn_w a{
	display: block;
	padding: calc(20 / 1400 * 100vw) calc(20 / 1400 * 100vw);
	width: calc(250 / 1400 * 100vw);
	box-sizing: border-box;
	position: relative;
}
#header .header_r .btn_w a > .flex{
	align-items: center;
}
#header .header_r .btn_w a .icon{
	margin-right: calc(10 / 1400 * 100vw);
}
#header .header_r .btn_w a .icon{
	flex-shrink: 0;
}
#header .header_r .btn_w a .icon img{
	width: calc(36 / 1400 * 100vw);
}
#header .header_r .btn_w a .txt {
	width: 100%;
	text-align: center;
}
#header .header_r .btn_w a:after{
	content: "";
    width: calc(8 / 1400 * 100vw);
    height: calc(8 / 1400 * 100vw);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: calc(32 / 1400 * 100vw);
}
#header .header_line{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#header .header_line img{
    height: 2px;
    width: 100%;
    object-fit: cover;
}
.h_hum_nav{
	display: none;
}
@media screen and (max-width: 750px) {
	#header .site_logo{
		padding: 15px 30px;
	}
	#header .site_logo img{
		width: 120px;
	}
	#header .sp_w{
		height: 100%;
	}
	.hum_w {
		width: 50px;
		height: 100%;
		z-index: 10;
		box-sizing: border-box;
		padding: 10px;
		align-items: center;
		right: 5%;
		display: flex;
	}
	.hum{
		width: 90%;
		height: 50%;
		position: relative;
	}
	.hum span {
		transition: all .3s;
		position: absolute;
		height: 2px;
		background-color: #fff;
		width:100%;
		z-index: 10;
	}
	.hum span:nth-of-type(1) {
		top: 0px;
	}
	.hum span:nth-of-type(2) {
		top: 50%;
		transform: translate(0,-50%);
	}
	.hum span:nth-of-type(3) {
		bottom: 0px;
	}
	.hum.open span:nth-of-type(1) {
		top: 0px;
		transform: translateY(6px) rotate(-33deg);
	}
	.hum.open span:nth-of-type(2) {
		opacity: 0;
	}
	.hum.open span:nth-of-type(3) {
		top: 12px;
		transform: translateY(-6px) rotate(33deg);
	}
	.h_hum_nav{
		width: 100%;
		padding: 7.5% 0;
		position: absolute;
		top: 55px;
		z-index: 999;
	}
	.h_hum_nav .in{
		min-width: 90%;
	}
}

.site-main{
	margin-top:calc(76 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
	.site-main{
		margin-top:55px;
	}
}

#footer{
	background: #333333;
	padding: calc(60 / 1400 * 100vw) 0;
}
#footer .site_logo{
	text-align: center;
	margin-bottom: calc(40 / 1400 * 100vw);
}
#footer .site_logo img{
	width: calc(140 / 1400 * 100vw);
}
#footer .f_nav{
	padding-bottom: calc(40 / 1400 * 100vw);
	margin-bottom: calc(40 / 1400 * 100vw);
	border-bottom: 1px solid #fff;
}
#footer .f_nav .flex{
	align-items: center;
	justify-content: center;
}
#footer .f_nav li{
	margin: 0 calc(20 / 1400 * 100vw);
}
#footer .f_nav li a{
	font-weight: 900;
}
#footer .f_u_area{}
#footer .f_u_area .f_u_area_txt_w{
	margin-bottom: calc(20 / 1400 * 100vw);
	justify-content: center;
}
#footer .f_u_area .f_u_area_txt_w a{
	font-weight: 400;
	font-size: calc(14 / 1400 * 100vw);
}
#footer .f_u_area .copy{
	font-weight: 400;
	text-align: center;
	font-size: calc(12 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
	#footer{
		padding: 40px 0;
	}
	#footer .site_logo{
		margin-bottom: 30px;
	}
	#footer .site_logo img{
		width: 100px;
	}
	#footer .f_nav{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#footer .f_nav .flex{
		align-items: center;
		justify-content: center;
	}
	#footer .f_nav li{
		margin: 0;
		padding: 5px 0;
		width: 100%;
	}
	#footer .f_nav li a{
		font-weight: 900;
		display: block;
		text-align: center;
	}
	#footer .f_u_area{}
	#footer .f_u_area .f_u_area_txt_w{
		margin-bottom: 20px;
		justify-content: center;
	}
	#footer .f_u_area .f_u_area_txt_w a{
		font-size: 1.2rem;
	}
	#footer .f_u_area .copy{
		font-size: 1.0rem;
	}
}

.link_btn_w{
	margin-bottom: 15px;
}
.link_btn_w > a{
	display: block;
	padding: 15px;
	border: 1px solid;
	position: relative;
}
.link_btn_w > span {
	display: block;
	padding: 15px;
	border: 1px solid;
	position: relative;
}
.link_btn_w > a:after{

}
.link_btn_w > a:after {
	display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%) rotate(-136deg);
}

.link_btn_02_w{
}
.link_btn_02_w > a{
	display: table;
	padding: 20px 50px 20px 30px;
	position: relative;
	border-radius: 15px;
	min-width: calc(280 / 1400 * 100vw);
	text-align: center;
	box-sizing: border-box;
}
.link_btn_02_w.center > a{
	margin: auto;
}
.link_btn_02_w > span {
	display: block;
	padding: 15px;
	position: relative;
}
.link_btn_02_w > a:after{

}
.link_btn_02_w > a:after {
	display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%) rotate(-136deg);
}
@media screen and (max-width: 750px) {
	.link_btn_02_w>a{
		width: 100%;
	}
}

.sec_ttl_w{
	margin-bottom: calc(80 / 1400 * 100vw);
	text-align: center;
	line-height: 1;
	position: relative;
}
.sec_ttl_w .sec_ttl {
	font-size: calc(30 / 1400 * 100vw);
	letter-spacing: calc(6 / 1400 * 100vw);
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: 900;
}
.sec_ttl_w .s_txt {
	font-size: calc(100 / 1400* 100vw);
    font-weight: 800;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
    letter-spacing: 10px;
    opacity: 0.4;
    top: calc(-60 / 1400* 100vw);
}
@media screen and (max-width: 750px) {
	.sec_ttl_w {
		line-height: 1.25;
		margin-bottom: 40px;
	}
	.sec_ttl_w .sec_ttl{
		font-size: 2.6rem;
		letter-spacing: 4px;
	}
	.sec_ttl_w .s_txt{
		font-size: 6rem;
        top: -45px;
        letter-spacing: 0;
	}
}