@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

@font-face {
	font-family: 'Jost';
	font-weight: 400;
	font-style: normal;
	src: url('../font/Jost/static/Jost-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Jost';
	font-weight: 500;
	font-style: normal;
	src: url('../font/Jost/static/Jost-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	src: url('../font/Jost/static/Jost-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Jost';
	font-weight: 700;
	font-style: normal;
	src: url('../font/Jost/static/Jost-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Jost';
	font-weight: 800;
	font-style: normal;
	src: url('../font/Jost/static/Jost-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Jost';
	font-weight: 900;
	font-style: normal;
	src: url('../font/Jost/static/Jost-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'sns_icon';
	src:
		url('../font/sns_icon.ttf?5mfine') format('truetype'),
		url('../font/sns_icon.woff?5mfine') format('woff'),
		url('../font/sns_icon.svg?5mfine#icf') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;

	color: #000;
}

.icon_facebook:before {
	content: "\e900";
}

.icon_instagram:before {
	content: "\e901";
}

.icon_line:before {
	content: "\e902";
}

.icon_twitter:before {
	content: "\e903";
}

.icon_youtube:before {
	content: "\e904";
}


body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

main {
	width: 100%;
	margin-top: 130px;
	padding-bottom: 190px;
	display: block;
	overflow: hidden;
}

a {
	color: #231815;
	text-decoration: none;
}

iframe {
	border: none;
}

.h-normal {
	font-size: 24px;
	font-family: 'Jost';
	font-weight: 600;
	letter-spacing: 0.07em;
}

.more-style1 {
	text-align: right;
}

.more-style1 a {
	width: 203px;
	padding-bottom: 1em;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-family: 'Jost';
	font-weight: 500;
	overflow: hidden;
}

.more-style1 a::after {
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #040000;
}

.btnMore {
	max-width: 240px;
}

.btnMore a {
	display: block;
	text-align: center;
	padding: 15px;
	border: #000 solid 1px;
	font-family: 'Jost';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .1em;
}


@media screen and (min-width: 813px) {

	.pc-none {
		display: none;
	}

	a {
		transition: all 0.3s ease-out;
	}

	a:hover {
		opacity: 0.5;
	}

	.more-style1 a:hover::after {
		animation: more 1.0s cubic-bezier(.07, .85, .45, .98)
	}
}

@media screen and (max-width: 812px) {

	.sp-none {
		display: none;
	}

	main {
		margin-top: 17vw;
		padding-bottom: 18vw;
	}

	.h-normal {
		font-size: calc(48 / 1125 * 100vw);
	}

	.more-style1 a {
		width: calc(330 / 1125 * 100vw);
		font-size: calc(36 / 1125 * 100vw);
	}

	.btnMore {
		max-width: 80%;
		margin: 0 auto;
	}

	.btnMore a {
		padding: 4vw;
		font-size: 3.6vw;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1120 {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}

.box1060 {
	width: 94%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}

.box980 {
	width: 92%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.box830 {
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:812px) {

	.box1120,
	.box1060,
	.box980,
	.box830 {
		width: auto;
	}

	.box-sp {
		width: calc(980 / 1125 * 100%);
		margin: 0 auto;
		position: relative;
	}
}


/* -------------------------------------------------
	header
------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	background-color: #fff;
	padding: 30px 40px;
	z-index: 1000;
}

header .logo {
	display: block;
	width: 180px;
	line-height: 0;
}

header #gnav {
	display: flex;
	align-items: center;
}

header #gnav .navi {
	display: flex;
	font-family: 'Jost';
	font-weight: 600;
	font-size: 1.25vw;
}

header #gnav .navi li {
	margin-left: 1.4vw;
}

header #gnav .sns {
	margin-left: 2.2vw;
	font-size: 2vw;
}


@media screen and (min-width:813px) {

	#menu-btn,
	#menu-panel {
		display: none;
	}


}

@media screen and (max-width:812px) {

	#menu-btn {
		position: fixed;
		z-index: 1200;
		cursor: pointer;
		width: calc(90 / 1125 * 100vw);
		height: calc(48 / 1125 * 100vw);
		right: 6.4%;
		top: 6vw;
	}

	#menu-btn span {
		width: 100%;
		height: 2px;
		display: block;
		background: #000;
		position: absolute;
		left: 0;
		transition: all 0.3s ease-out;
	}

	#menu-btn span:nth-child(1) {
		top: 0;
	}

	#menu-btn span:nth-child(2) {
		top: 50%;
	}

	#menu-btn span:nth-child(3) {
		top: 100%;
	}

	#menu-btn.on span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
	}

	#menu-btn.on span:nth-child(2) {
		opacity: 0;
	}

	#menu-btn.on span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
	}


	header {
		padding: 4vw 5vw;
	}

	header .logo {
		width: calc(330 / 1125 * 100vw);
	}

	header #gnav {
		display: none;
	}

	#menu-panel {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1100;
	}

	#menu-panel .box1060 {
		height: 100vh;
		width: 100vw;
		display: flex;
		align-items: center;
		background-color: #fff;
		padding: 6vw 6vw 16vw;
	}

	#menu-panel .right p.lv1 {
		font-family: 'Jost';
		font-weight: 600;
		font-size: calc(52 / 1125 * 100vw);
		line-height: 1.4;
	}

	#menu-panel .right p.lv1+.lv1 {
		margin-top: 0.6em;
	}

	#menu-panel .right .menu .lv2 {
		padding: 4vw 0 6vw;
	}

	#menu-panel .right .menu .lv2 p {
		font-size: calc(38 / 1125 * 100vw);
		font-weight: bold;
	}

	#menu-panel .right .menu .lv2 p+p {
		margin-top: .6em;
	}

	#menu-panel .right .menu .lv2 p a {
		color: #666;
	}

	#menu-panel .right .menu .lv2.flex .r p {
		margin-top: 1em;
	}

}


/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	background-color: #f6f7f7;
	padding: 120px 0 80px;
}

footer .pc-left-nav li {
	font-size: 14px;
	font-family: 'Jost';
	font-weight: 600;
}

footer .pc-left-nav li+li {
	margin-top: 2em;
}

footer .listSns li {
	display: flex;
	align-items: center;
	line-height: 1.2;
}

footer .listSns li+li {
	margin-top: 1.6em;
}

footer .listSns li i.snsIcon {
	margin-right: 15px;
	font-size: 16px;
	vertical-align: bottom;
}

footer .col2+.col2 {
	margin-top: 80px;
}

footer .ftr-nav {
	display: flex;
}

footer .ftr-nav li {
	margin-right: 30px;
}

footer .ftr-nav li a {
	color: #999;
	font-size: 13px;
	font-family: 'Jost';
	font-weight: 400;
}

footer .copyright {
	font-size: 12px;
	font-family: 'Jost';
	font-weight: 400;
}

@media print, screen and (min-width:813px) {
	footer .col2 {
		display: flex;
		justify-content: space-between;
	}

	footer .pc-left-nav {
		display: flex;
	}

	footer .pc-left-nav .list2 {
		margin-left: 50px;
	}

	footer .pc-left-nav .listSns {
		margin-left: 60px;
	}

	footer .logo {
		width: 153px;
		display: block;
	}

	footer .col2 a {
		transition: opacity 0.3s ease-out;
	}

	footer .col2 a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:812px) {
	footer {
		padding: calc(135 / 1125 * 100vw) 0;
	}

	footer .col2 {
		text-align: right;
	}

	footer .pc-left-nav {
		text-align: left;
	}

	footer .pc-left-nav .list2 {
		margin-top: calc(95 / 1125 * 100vw);
	}

	footer .pc-left-nav li {
		font-size: calc(36 / 1125 * 100vw);
	}

	footer .pc-left-nav li+li {
		margin-top: 1.5em;
	}

	footer .pc-left-nav .list2+.list2 {
		margin-top: 1.5em;
	}

	footer .logo {
		width: calc(260 / 1125 * 100vw);
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	footer .logo img {
		width: 100%;
	}

	footer .pc-left-nav .listSns {
		margin-top: calc(120 / 1125 * 100vw);
	}

	footer .listSns li i.snsIcon {
		font-size: calc(42 / 1125 * 100vw);
		margin-right: 2.5vw;
	}

	footer .col2+.col2 {
		margin-top: 12vw;
	}

	footer .ftr-nav {
		display: block;
		text-align: left;
	}

	footer .ftr-nav li {
		margin-right: 0;
	}

	footer .ftr-nav li+li {
		margin-top: 2vw;
	}

	footer .ftr-nav li a {
		font-size: calc(32 / 1125 * 100vw);
	}

	footer .copyright {
		text-align: left;
		font-size: calc(24 / 1125 * 100vw);
		margin-top: 10vw;
	}
}