@charset "UTF-8";
/* ===============================================================
	BREAK POINT
=============================================================== */
/* ===============================================================
	FONT
=============================================================== */
@media all and (-ms-high-contrast: none) {
	* {
		font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,sans-serif;
	}
}

/* ===============================================================
	FONT SIZE
=============================================================== */
/* ===============================================================
	color
=============================================================== */
/* =====================
	common
===================== */
html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.4;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	transition: 1.5s;
	vertical-align: top;
}

.pc {
	display: block;
}

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

.sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

/* =====================
	animation
===================== */
.fadeUp01 {
	transition: 1s;
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}

@media only screen and (max-width: 680px) {
	.fadeUp01 {
		opacity: 0;
		transform: translate(0, 2%);
		-webkit-transform: translate(0, 2%);
	}
}

.fadeUpOn {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@media only screen and (max-width: 680px) {
	.fadeUpOn {
		opacity: 1;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

#content {
	overflow: hidden;
}

/* =====================
	mv
===================== */
.mv {
	position: relative;
	width: 100%;
	min-height: 48.4375vw;
	margin-bottom: 160px;
	background: url(../images/mv_pc.jpg) no-repeat;
	background-size: contain;
	overflow: hidden;
}

.mv_logo {
	position: absolute;
	top: 50%;
	left: 48.4%;
	width: 46.97917vw;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 1160px) {
	.mv {
		margin-bottom: 13.7931vw;
	}
}

@media only screen and (max-width: 680px) {
	.mv {
		position: relative;
		width: 100%;
		min-height: 100vh;
		margin-bottom: 13.33333vw;
		background: url(../images/mv_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.mv_logo {
		position: absolute;
		top: 43.33333vw;
		left: 50%;
		width: 80.66667vw;
		height: auto;
		transform: translateX(-50%) translateY(0);
	}
}

/* =====================
	wrap
===================== */
.wrap {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

@media only screen and (max-width: 680px) {
	.wrap {
		padding: 0 6.66667vw;
	}
}

/* =====================
	main
===================== */
.main {
	margin-bottom: 150px;
}

.main_ttl {
	margin: 0 auto 50px;
	text-align: center;
}

.main_txt {
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.main_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.main_txt {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 1160px) {
	.main {
		margin-bottom: 12.93103vw;
	}
	.main_ttl {
		width: 36.2931vw;
		margin: 0 auto 4.31034vw;
	}
}

@media only screen and (max-width: 680px) {
	.main {
		margin-bottom: 13.33333vw;
	}
	.main_ttl {
		width: 77.33333vw;
		margin: 0 0 5.33333vw;
		text-align: left;
	}
	.main_txt {
		text-align: left;
		letter-spacing: .05em;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.main_txt {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
	.main_txt {
		font-size: 2.93333vw;
	}
}

@media only screen and (max-width: 680px) {
	.main_txt br {
		display: none;
	}
}

/* =====================
	sec
===================== */
.sec {
	width: 100%;
	margin: 0 auto 120px;
	border-bottom: 1px solid #808080;
}

.sec_ttl {
	margin: 0 auto 120px;
	text-align: center;
}

@media only screen and (max-width: 1160px) {
	.sec {
		width: 100%;
		margin: 0 auto 10.34483vw;
	}
	.sec_ttl {
		margin: 0 auto 10.34483vw;
	}
}

@media only screen and (max-width: 680px) {
	.sec {
		position: relative;
		width: 100%;
		margin: 0 auto 20vw;
		border-bottom: 0;
	}
	.sec::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 200%;
		height: 1px;
		background-color: #808080;
		transform: translateX(-25%);
	}
	.sec_ttl {
		width: 56.13333vw;
		margin: 0 auto 9.33333vw;
	}
}

/* =====================
	cont & detail
===================== */
.cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.cont_col {
	width: 100%;
	max-width: 550px;
}

@media only screen and (max-width: 1160px) {
	.cont_col {
		width: 100%;
		max-width: 47.41379vw;
	}
}

@media only screen and (max-width: 680px) {
	.cont {
		flex-direction: column;
	}
	.cont_col {
		max-width: inherit;
	}
}

.detail {
	width: 100%;
	margin: 0 0 120px;
}

.detail-center {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 120px;
}

.detail_ttl {
	margin-bottom: 20px;
}

.detail_txt {
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.detail_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.detail_txt {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 1160px) {
	.detail {
		width: 100%;
		margin: 0 0 10.34483vw;
	}
	.detail-center {
		width: 100%;
		max-width: 56.03448vw;
		margin: 0 auto 10.34483vw;
	}
	.detail_ttl {
		margin-bottom: 1.72414vw;
	}
	.detail_txt {
		margin-bottom: 2.58621vw;
	}
}

@media only screen and (max-width: 680px) {
	.detail {
		width: 100%;
		margin: 0 0 16vw;
	}
	.detail-center {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
		padding-bottom: 20vw;
	}
	.detail_ttl {
		margin-bottom: 2.66667vw;
	}
	.detail_ttl img {
		width: 100%;
		max-width: inherit;
	}
	.detail_txt {
		margin-bottom: 4vw;
		letter-spacing: .05em;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.detail_txt {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
	.detail_txt {
		font-size: 2.93333vw;
	}
}

@media only screen and (max-width: 680px) {
	.detail_img {
		width: 100%;
	}
	.detail_img img {
		width: 100%;
		max-width: inherit;
	}
}

/* =====================
	bottom
===================== */
.bottom {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto 200px;
}

.bottom a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 550px;
	margin: 0 30px;
}

@media only screen and (max-width: 1160px) {
	.bottom {
		margin: 0 auto 17.24138vw;
	}
	.bottom a {
		max-width: 47.41379vw;
	}
}

@media only screen and (max-width: 680px) {
	.bottom {
		flex-direction: column;
		margin: 0 auto 6.66667vw;
	}
	.bottom a {
		width: 100%;
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	.bottom a:first-child {
		width: 100%;
		margin-bottom: 20vw;
		padding: 0 4.66667vw;
	}
	.bottom a img {
		width: 100%;
		max-width: inherit;
	}
}
