* {
	font-feature-settings: "palt" 1;
}
body {
	margin: 0;
	/*padding: 30px 45px;*/
	padding: 300px 45px 30px;
	font-family:"dnp-shuei-gothic-kin-std", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	color: #231815;
}
body.popup_on {
	overflow: hidden;
	height: 100vh;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
	color: unset;
}
a:hover {
	color: #F978DB;
	opacity: .5;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	width: 100%;
}
h1 {
	position: absolute;
	top: 0;
	left: 0;
	/*width: calc(100% - 60px);*/
	width: 100%;
	/*height: 60px;*/
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	font-family: "kiro", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	/*background: white;*/
	
	
	display: none;
}
h2 {
	margin: 0 0 30px;
	text-align: center;
	font-family: "kiro", sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .03em;
}
h3 {
	margin: 0 0 20px;
	text-align: center;
	font-family: "kiro", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}



header {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;/**/
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transition: transform 0.5s;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 90px);
	/*width: 100%;*/
	/*max-width: 1850px;*/
	max-width: 1300px;
	/*height: 270px;*/
	height: 300px;
	/*margin: auto;*/
	padding-top: 30px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0));
}
header.hide {
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
header nav {
	width: 5em;
}
header nav ul li a {
	font-family: "kiro", sans-serif;
	font-size: 30px;
	font-weight: 700;
}
header nav ul li.contact a {
	font-size: 24px;
}
header nav ul li.note a,
header nav ul li.store a {
	pointer-events: none;
}
header .headline {
	text-align: center;
	font-family: "kiro", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}
header .headline span {
	display: block;
	margin-top: .5em;
	font-size: .7em;
}
header .headline span.jp {
	font-size: .4em;
}
header .logo {
	width: 5em;
	padding-top: 8px;
}
header .logo a {
	float: right;
	display: block;
	width: 62px;
}
header .wrap_btn {
	/*position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	padding: 20px 30px;*/
	display: none;
}
header .wrap_btn button {
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
header .wrap_btn button.menu {
	position: relative;
	display: flex;
	align-items: center;
	width: 40px;
	height: 30px;
}
header .wrap_btn button.menu::before,
header .wrap_btn button.menu::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 40px;
	height: 3px;
	background: black;
}
header .wrap_btn button.menu::before {
	top: 0;
}
header .wrap_btn button.menu::after {
	bottom: 0;
}
header .wrap_btn button.menu span {
	display: inline-block;
	width: 40px;
	height: 3px;
	background: black;
}



body > nav {
	/*width: calc(100% - 60px);*/
	width: 100%;
	max-width: 1850px;
	margin: auto;
}
body > nav ul li a {
	font-family: "kiro", sans-serif;
	font-size: 30px;
	font-weight: 700;
}
body > nav ul li.contact a {
	font-size: 24px;
}
/*body > nav ul li.pinterest a,
body > nav ul li.note a {
	font-family: "kiro", sans-serif;
	font-style: italic;
}*/



article {
	/*width: calc(100% - 60px);*/
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding-bottom: 300px;
}
article section {
	margin-bottom: 100px;
}



.popup {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 3;
	display: none;
	width: 100vw;
	height: 100%;
	padding: 30px 45px;
	background: white;
	box-sizing: border-box;
}
.popup .inner_popup {
	position: relative;
	width: 100%;
	/*width: calc(100% - 60px);
	max-width: 1850px;
	margin: auto;
	padding: 20px 30px;*/
}
/*.popup .inner_popup .logo {
	width: 106px;
	margin-bottom: 60px;
}
.popup .inner_popup form {
	display: flex;
	margin-bottom: 20px;
	padding: 5px;
	border: solid 1px gray;
}
.popup .inner_popup form input {
	display: block;
	width: calc(100% - 90px);
	padding: 0;
	border: none;
}
.popup .inner_popup form input:focus {
	outline: none;
}
.popup .inner_popup form button {
	display: block;
	width: 90px;
	padding: 0;
	font-family: "kiro", sans-serif;
	font-size: 20px;
	border: none;
	background: transparent;
}*/
.popup .inner_popup nav {
	/*margin-bottom: 10px;*/
}
.popup .inner_popup nav ul li a {
	font-family: "kiro", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}
.popup .inner_popup nav ul li.pinterest a,
.popup .inner_popup nav ul li.note a {
	font-family: "kiro", sans-serif;
	font-style: italic;
}
.popup .inner_popup nav ul li.note a,
.popup .inner_popup nav ul li.store a {
	pointer-events: none;
}
.popup .inner_popup nav ul.sub_list {
	display: none;
	/*margin: 20px 0 90px;*/
	padding-left: 3.5em;
}
.popup .inner_popup nav ul.sub_list li {
	/*margin-bottom: 12px;*/
}
.popup .inner_popup nav ul.sub_list li a {
	font-family: "kiro", sans-serif;
	font-size: 30px;
	font-weight: 700;
}
.popup .inner_popup .footer_contents ul.nav {
	font-family: "kiro", sans-serif;
	margin-bottom: 40px;
}
/*.popup .inner_popup .footer_contents ul.nav li:first-child {
	margin-bottom: 10px;
}*/
.popup .inner_popup .footer_contents ul.nav li a {
	font-size: 23.6px;
	font-weight: 500;
	line-height: 1.5;
}
.popup .inner_popup .footer_contents ul.sns {
	display: flex;
	justify-content: space-between;
	width: 165px;
	margin-bottom: 40px;
}
.popup .inner_popup .footer_contents ul.sns li {
	width: 25px;
}
.popup .inner_popup .footer_contents .title {
	width: 160px;
	margin-bottom: 20px;
}
.popup .inner_popup .footer_contents p {
	max-width: 680px;
	margin: 0;
	font-size: 12px;
}
.popup .inner_popup .footer_contents .copyright {
	max-width: 680px;
	font-size: 12px;
}
.popup .inner_popup button.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	font-family: serif;
	font-size: 50px;
	line-height: 30px;
	background: transparent;
	border: none;
	cursor: pointer;
}



footer {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: auto;
	/*padding: 35px 30px 40px;
	border-top: solid 1px lightgray;*/
}
footer .footer_col {
	width: 50%;
}
footer .footer_logo {
	width: 226.7px;
	margin-bottom: 18px;
}
footer ul.footer_nav {
	display: flex;
	margin-bottom: 15px;
	letter-spacing: .14em;
}
footer ul.footer_nav li {
	margin-right: 2em;
}
footer ul.footer_nav li a {
	font-family: "kiro", sans-serif;
	font-size: 30px;
	font-weight: 700;
}
footer ul.sns {
	display: flex;
	justify-content: space-between;
	float: right;
	width: 180px;
}
footer ul.sns li {
	width: 40px;
}
footer p {
	max-width: 27.8em;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}
footer .copyright {
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}


.wrap_top_btn {
	position: fixed;
	/*bottom: 250px;*/
	bottom: 50px;
	right: 2%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	width: fit-content;
	max-width: 1300px;
	text-align: right;
}
.wrap_top_btn .top_btn {
	/*position: fixed;*/
	/*bottom: 250px;*/
	/*bottom: 50px;
	right: 50px;
	display: none;*/
	display: inline-block;
	padding: 10px;
	font-family: "kiro", sans-serif;
	font-size: 30px;
	background: rgb(255 255 255 / 80%);
	cursor: pointer;
}
.wrap_top_btn .top_btn::before {
	content: "";
	display: block;
	margin-bottom: 5px;
	border-bottom: solid 30px black;
	border-right: solid 24px transparent;
	border-left: solid 24px transparent;
}



@media(max-width: 900px) {
	header,
	/*body > nav,*/
	article,
	/*.popup .inner_popup,*/
	.wrap_top_btn {
		/*width: calc(100% - 60px);*/
		max-width: 680px;
		margin: auto;
		/*width: 75%;
		padding-right: 0;
		padding-left: 0;*/
	}
	header .wrap_btn {
		padding-right: 0;
	}
	/*.popup .inner_popup nav ul.sub_list {
		padding: 0;
	}
	.popup .inner_popup button.close {
		right: 0;
	}*/
}



@media(max-width: 680px) {
	footer {
		flex-direction: column-reverse;
	}
	footer .footer_col {
		width: 100%;
	}
	footer ul.sns {
		float: none;
		margin-bottom: 30px;
	}
}



@media(max-width: 500px) {
	body {
		/*margin-top: 130px;*/
		padding-top: 200px;
	}
	h1 {
		position: static;
		height: auto;
		padding-top: 0;
		font-size: 50px;
	}
	h2 {
		/*font-size: 40px;
		margin-bottom: 16px;*/
	}
	h3 {
		font-size: 30px;
		margin-bottom: 16px;
	}
	/*header {
		width: 100%;
	}*/
	/*header,
	article,
	.popup .inner_popup {
		width: 80%;
	}*/
	header {
		/*position: fixed;*/
		/*position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;*/
		height: 200px;
		/*margin: auto;
		background: white;*/
		background: linear-gradient(white 40%, rgba(255, 255, 255, 0));
	}
	/*header .wrap_btn button.search,
	body > nav {
		display: none;
	}*/
	header .logo {
		width: 62px;
		/*margin: auto;*/
	}
	header .wrap_btn {
		display: block;
		width: 62px;
		padding-top: 10px;
	}
	header nav {
		display: none;
	}
	/*article {
		margin-top: 50px;
	}*/
	/*.popup .inner_popup .logo {
		margin: 0 auto 40px;
	}
	.popup .inner_popup nav ul li,
	.popup .inner_popup .footer_contents ul.nav li {
		text-align: center;
	}
	.popup .inner_popup .footer_contents ul.sns {
		margin: 0 auto 40px;
	}
	.popup .inner_popup .footer_contents .title {
		margin: 0 auto 20px;
	}
	.popup .inner_popup button.close {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}*/
	footer {
		display: none;
	}
	/*footer .footer_title {
		width: 200px;
	}
	footer ul.footer_nav li a {
		font-size: 16px;
	}
	footer ul.sns {
		margin-bottom: 20px;
	}*/
}
