@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%;
	-webkit-transition: 1.5s;
	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 {
	-webkit-transition: 1s;
	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
===================== */
#content {
	position: relative;
	padding-bottom: 100px;
}

#content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3.75vw;
	background: url(../images/sc/flag_pc.png) no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	#content {
		padding-bottom: 10vw;
	}
}

@media only screen and (max-width: 680px) {
	#content {
		padding-bottom: 13.33333vw;
	}
	#content::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 9.73333vw;
		background: url(../images/sc/flag_sp.png) no-repeat;
		background-size: cover;
	}
}

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

.mv_logo {
	position: absolute;
	top: 50%;
	left: 51%;
	width: auto;
	max-width: 30.72917vw;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

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

@media only screen and (max-width: 680px) {
	.mv {
		min-height: 120vw;
		margin-bottom: 20vw;
		background: none;
		background-size: cover;
	}
	.mv::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 9.73333vw;
		background: url(../images/sc/flag_sp.png) no-repeat;
		background-size: cover;
	}
	.mv::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 9.73333vw;
		background: url(../images/sc/flag_sp.png) no-repeat;
		background-size: cover;
	}
	.mv_logo {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 74.66667vw;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

/* =====================
	sec
===================== */
.sec {
	margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.sec {
		margin-bottom: 10vw;
	}
}

@media only screen and (max-width: 680px) {
	.sec {
		margin-bottom: 13.33333vw;
	}
}

/* =====================
	main
===================== */
.main_img {
	margin: 0 auto 70px;
	text-align: center;
}

.main_txt {
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000041;
	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 screen and (min-width: 768px) {
	.main_txt-sub {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

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

@media only screen and (max-width: 1024px) {
	.main_img {
		width: 71.1vw;
		margin: 0 auto 7vw;
	}
}

@media only screen and (max-width: 680px) {
	.main {
		padding: 0 6.66667vw;
	}
	.main_img {
		width: 100%;
		margin: 0 auto 5.33333vw;
	}
	.main_img img {
		width: 100%;
		max-width: inherit;
	}
	.main_txt {
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		color: #000041;
		text-align: left;
		line-height: 2;
		letter-spacing: .05em;
	}
}

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

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

@media only screen and (max-width: 680px) {
	.main_txt .dn {
		display: none;
	}
	.main_txt-sub {
		display: block;
		line-height: 1.8;
	}
}

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

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

/* =====================
	application
===================== */
.application {
	width: 100%;
	background-color: #806740;
}

.application-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 130px;
}

.application_ttl {
	margin-bottom: 80px;
	padding-bottom: 25px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
	.application_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

.application_img {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.application-inner {
		padding: 8vw 0 13vw;
	}
	.application_ttl {
		margin-bottom: 8vw;
		padding-bottom: 2.5vw;
	}
	.application_img {
		width: 81.5vw;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 680px) {
	.application {
		margin-bottom: 18.66667vw;
	}
	.application-inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 12vw 6.66667vw 13.33333vw;
	}
	.application_ttl {
		margin-bottom: 80px;
		padding-bottom: 25px;
		font-weight: bold;
		font-family: "Noto Sans JP", sans-serif;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.application_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.application_img {
		text-align: center;
	}
}

/* =====================
	cont
===================== */
.cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 110px;
}

.cont_ttl {
	margin-bottom: 50px;
	padding-bottom: 25px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #806740;
	text-align: center;
	border-bottom: 1px solid #806740;
}

@media screen and (min-width: 768px) {
	.cont_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

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

.cont_coution {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #000041;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.cont_coution {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

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

.cont_txt {
	position: relative;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000041;
	line-height: 2;
	letter-spacing: .05em;
	text-align: center;
}

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

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

.cont_list {
	padding: 0 100px;
}

.cont_list_txt {
	position: relative;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000041;
	line-height: 2;
	letter-spacing: .05em;
}

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

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

.cont_list_txt::before {
	content: '・';
	position: absolute;
	left: -1.2em;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.cont {
		margin: 0 auto 11vw;
	}
	.cont_ttl {
		margin-bottom: 5vw;
		padding-bottom: 2.5vw;
	}
	.cont_img {
		width: 94.8vw;
		margin: 0 auto 5vw;
	}
	.cont_img-02 {
		width: 64.5vw;
	}
	.cont_list {
		padding: 0 10vw;
	}
}

@media only screen and (max-width: 680px) {
	.cont {
		margin: 0 auto 18.66667vw;
		padding: 0 6.66667vw;
	}
	.cont_ttl {
		margin-bottom: 6.66667vw;
		padding-bottom: 3.33333vw;
		text-align: left;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.cont_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.cont_img {
		width: 100%;
		margin: 0 auto 4vw;
	}
	.cont_coution {
		text-align: left;
		line-height: 2;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.cont_coution {
		font-size: 21.5px;
		font-size: 2.15rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.cont_txt {
		text-align: left;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.cont_txt {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.cont_list {
		padding: 0;
	}
	.cont_list_txt {
		position: relative;
		padding-left: .7em;
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		color: #000041;
		line-height: 2;
		letter-spacing: inherit;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.cont_list_txt {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.cont_list_txt::before {
		content: '・';
		position: absolute;
		left: -.3em;
		transform: scale(0.7);
	}
}

/* =====================
	shop
===================== */
.shop_ttl {
	margin-bottom: 25px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #806740;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.shop_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

.shop_list {
	margin-bottom: 40px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000041;
	text-align: center;
	line-height: 2;
	letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
	.shop_list {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

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

.shop_list-second {
	margin-bottom: 80px;
}

.shop_btn {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #f00000;
	border-radius: 40px;
	transition: .4s;
}

.shop_btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 29px 0;
}

.shop_btn a img {
	display: block;
	margin: 0 auto;
}

.shop_btn:hover {
	opacity: .7;
}

@media only screen and (max-width: 1024px) {
	.shop_ttl {
		margin-bottom: 2.5vw;
	}
	.shop_list {
		margin-bottom: 4vw;
	}
	.shop_list-second {
		margin-bottom: 8vw;
	}
	.shop_btn {
		max-width: 60vw;
		border-radius: 4vw;
	}
	.shop_btn a {
		padding: 2.9vw 0;
	}
	.shop_btn a img {
		width: 45.1vw;
	}
}

@media only screen and (max-width: 680px) {
	.shop_ttl {
		margin-bottom: 3.33333vw;
		text-align: left;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.shop_ttl {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.shop_list {
		margin-bottom: 5.33333vw;
		text-align: left;
	}
}

@media only screen and (max-width: 680px) and (min-width: 768px) {
	.shop_list {
		font-size: 23.5px;
		font-size: 2.35rem;
	}
}

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

@media only screen and (max-width: 680px) {
	.shop_list-second {
		margin-bottom: 10.66667vw;
	}
	.shop_btn {
		width: 100%;
		max-width: 80vw;
		border-radius: 5.33333vw;
	}
	.shop_btn a {
		padding: 3.86667vw 0;
	}
	.shop_btn a img {
		width: 60.66667vw;
	}
}
