@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
body {
	font-family: "Zen Maru Gothic", sans-serif;
	color: #333;
	background-image: url(../images/common/common_back.png);
	background-position: top center;
	background-repeat: repeat;
	background-size: 100% auto;
}

a, a img {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
	opacity: .75;
	text-decoration: none;
}

a:hover * {
	opacity: .75;
}

a:focus {
	outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
	line-height: inherit;
	margin: 0;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

.clear {
	clear: both;
}

.only_pc {
	display: block !important;
}

.only_sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
}

input, button, select, textarea {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
	height: 1px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 1px;
	z-index: -1;
}

/* ------------------------------------------
  Common
------------------------------------------ */

.header {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}

.header_main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_main_logo {
	width: 169px;
}

.header_main_logo a {
	display: block;
}

.header_main_nav {
	height: 55px;
	border-radius: 10px;
	background: #fff;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	box-shadow: 2px 2px 2px rgba(80, 45, 45, 0.35);
}

.header_main_nav_lists {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_main_nav_lists_item {
	margin-left: 20px;
}

.header_main_nav_lists_item:first-child {
	margin-left: 0;
}

.header_main_nav_lists_item a {
	display: block;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	color: #2b80af;
}

.header_insta_btn {
	height: 55px;
	border-radius: 10px;
	background: #d42e34;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	padding: 0 10px;
	box-shadow: 2px 2px 2px rgba(80, 45, 45, 0.35);
}

.header_insta_btn span {
	display: block;
	padding-left: 40px;
	font-weight: 900;
	font-size: 18px;
	text-align: left;
	color: #fff;
	background-image: url(../images/common/header_insta.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 30px;
	line-height: 30px;
}

.header_main_sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.header {
		top: 10px;
	}
	.header_main_logo {
		width: 90px;
	}
	.header_main_nav {
		height: 45px;
		padding: 0 15px;
		margin-left: 15px;
	}
	.header_main_nav_lists_item {
		margin-left: 10px;
	}
	.header_main_nav_lists_item a {
		font-size: 12px;
	}
	.header_insta_btn {
		margin-left: 15px;
		padding: 0;
		background-image: url(../images/common/header_insta.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px;
		height: 45px;
		width: 45px;
	}
	.header_insta_btn span {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.header_main_nav_lists_item a {
		font-size: 10px;
	}
	.header_main_nav {
		height: 40px;
		padding: 0 10px;
		margin-left: 10px;
	}
	.header_insta_btn {
		margin-left: 10px;
		background-size: 24px;
		height: 40px;
		width: 40px;
	}
}

@media screen and (max-width: 767px) {
	.header {
		background-color: #2b80af;
		top: 0;
	}
	.header_main {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 7px 20px;
	}
	.header_main_logo {
		width: 90px;
	}
	.header_main_logo a {
		display: block;
	}
	.header_main_nav {
		display: none;
		position: fixed;
		top: 54px;
		left: 0;
		background-color: #fff;
		width: 100%;
		height: 100vh;
		border-radius: 0;
		margin: 0;
		padding: 0 20px;
	}
	.header_main_nav_lists {
		display: block;
		width: 100%;
	}
	.header_main_nav_lists_item {
		margin-left: 0;
	}
	.header_main_nav_lists_item:first-child {
		margin-left: 0;
	}
	.header_main_nav_lists_item a {
		display: block;
		font-weight: 900;
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
		color: #2b80af;
		position: relative;
		z-index: 0;
		padding: 10px 14px;
		border-bottom: 1px #2b80af solid;
	}
	.header_main_nav_lists_item a::before {
		content: "・";
		display: block;
		font-weight: 900;
		font-size: 14px;
		line-height: 1.3;
		color: #2b80af;
		position: absolute;
		left: 0;
		top: 10px;
	}
	.header_insta_btn {
		height: 40px;
		border-radius: 10px;
		background: #d42e34;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0 10px;
		box-shadow: 2px 2px 2px rgba(80, 45, 45, 0.35);
		width: auto
	}
	.header_insta_btn span {
		display: block;
		padding-left: 30px;
		font-weight: 900;
		font-size: 14px;
		background-size: 24px;
		line-height: 24px;
	}
	.header_insta_btn.pc {
		display: none;
	}
	.header_main_sp {
		display: flex;
		align-items: center;
	}
	.header_main_sp_btn {
		width: 24px;
		height: 24px;
		background-image: url(../images/common/header_main_sp_btn.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 20px;
		cursor: pointer;
	}
	.header_main_sp_btn.open {
		background-image: url(../images/common/header_main_sp_btn_cancel.png);
	}
}

/* ------------------------------------------
  top
------------------------------------------ */

.top_top {
	background-image: url(../images/common/top_top_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_top_mv {
	background-image: url(../images/common/top_mv.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 48.6111111111111vw;
	padding-top: 6.25vw;
}

.top_top_mv_main {
	position: relative;
	z-index: 0;
	width: 47.0833333333333vw;
	margin: 0 auto;
}

.top_top_mv_main::before {
	background-image: url(../images/common/top_top_mv_main_before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -2.7vw;
	top: 0.5vw;
	width: 10.2083333333333vw;
	height: 10.1388888888889vw;
	z-index: 0;
}

.top_top_mv_main_center {
	width: 20.5555555555556vw;
	margin: 1vw auto 0;
}

.top_top_mv_main_left {
	position: absolute;
	top: 7.7777777777778vw;
	left: 0;
	width: 37.8472222222222vw;
}

.top_top_mv_main_right {
	position: absolute;
	top: 1.9444444444444vw;
	right: 0;
	width: 40.7638888888889vw;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 54px;
	}
	.top_top {
		background-image: url(../images/common/top_top_back.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.top_top_mv {
		background-image: url(../images/common/top_mv.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 112vw;
		padding-top: 20px;
		position: relative;
		z-index: 0;
	}
	.top_top_mv_main {
		position: relative;
		z-index: 1;
		width: 80vw;
		margin: 0 auto;
	}
	.top_top_mv_main::before {
		background-image: url(../images/common/top_top_mv_main_before.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: -8.7vw;
		top: -2.5vw;
		width: 22.208333vw;
		height: 18.138889vw;
		z-index: 0;
	}
	.top_top_mv_main_center {
		width: 34.555556vw;
		margin: 3vw auto 0;
	}
	.top_top_mv_main_left {
		position: absolute;
		top: auto;
		bottom: -4.222222vw;
		left: 0;
		width: 40.847222vw;
	}
	.top_top_mv_main_right {
		position: absolute;
		top: auto;
		bottom: 1.9444444444444vw;
		right: 0;
		width: 44.763889vw;
	}
}

/* ------------------------------------------
  top_top_news
------------------------------------------ */

.top_top_news {
	padding: 150px 0 0;
}

.top_top_news_main {
	max-width: 850px;
	margin: 0 auto;
	border-bottom: 2px #fff solid;
	padding-bottom: 30px;
}

.top_top_news_main_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 0;
}

.top_top_news_main_title::before {
	height: 2px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 16px;
	content: "";
	background-color: #fff;
}

.top_top_news_main_title::after {
	height: 2px;
	width: 300px;
	position: absolute;
	right: 0;
	top: 16px;
	content: "";
	background-color: #fff;
}

.top_top_news_main_lists {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.top_top_news_main_lists_item {
	width: 250px;
	margin-left: 50px;
}

.top_top_news_main_lists_item:nth-child(3n+1) {
	margin-left: 0;
}

.top_top_news_main_lists_item:nth-child(n+4) {
	margin-top: 50px;
}

.top_top_news_main_lists_item_link {
	display: block;
}

.top_top_news_main_lists_item_link_img img {
	border-radius: 15px;
	box-shadow: 3px 3px 10px rgba(106, 41, 41, 0.8);
}

.top_top_news_main_lists_item_link_mid {
	display: flex;
	margin-top: 20px;
}

.top_top_news_main_lists_item_link_mid_date {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
}

.top_top_news_main_lists_item_link_cat {
	line-height: 20px;
	background: #fff;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	color: #d42e34;
	margin-left: 15px;
	display: block;
	border-radius: 40px;
	padding: 0 15px;
}

.top_top_news_main_lists_item_link_title {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
	margin-top: 10px;
}

.top_top_news_main .top_content_item_main_link {
	margin-top: 50px;
	background-color: #D42E34;
}

@media screen and (max-width: 767px) {
	.top_top_news {
		padding: 60px 20px 0;
	}
	.top_top_news_main {
		padding-bottom: 20px;
	}
	.top_top_news_main_title {
		font-size: 24px;
	}
	.top_top_news_main_title::before {
		height: 2px;
		width: 60px;
		top: 12px;
	}
	.top_top_news_main_title::after {
		height: 2px;
		width: 60px;
		top: 12px;
	}
	.top_top_news_main_lists {
		margin-top: 20px;
	}
	.top_top_news_main_lists_item {
		width: calc(50% - 5px);
		margin-left: 10px;
	}
	.top_top_news_main_lists_item:nth-child(3n+1) {
		margin-left: 10px;
	}
	.top_top_news_main_lists_item:nth-child(n+4) {
		margin-top: 10px;
	}
	.top_top_news_main_lists_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.top_top_news_main_lists_item:nth-child(n+3) {
		margin-top: 10px;
	}
	.top_top_news_main_lists_item_link_mid {
		margin-top: 10px;
	}
	.top_top_news_main_lists_item_link_mid_date {
		font-size: 12px;
	}
	.top_top_news_main_lists_item_link_cat {
		line-height: 16px;
		font-size: 11px;
		margin-left: 10px;
		padding: 0 10px;
	}
	.top_top_news_main_lists_item_link_title {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_top_news_main .top_content_item_main_link {
		margin-top: 20px;
	}
}

/* ------------------------------------------
  top_top_about
------------------------------------------ */

.top_top_about {
	padding-top: 113px;
	padding-bottom: 130px;
	position: relative;
	z-index: 0;
}

.top_top_about::before {
	width: 358px;
	height: 774px;
	background-image: url(../images/common/top_top_about_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.top_top_about::after {
	width: 295px;
	height: 874px;
	background-image: url(../images/common/top_top_about_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.top_top_about_main_title {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.top_top_about_main_title_logo {
	width: 464px;
	margin: 0 auto;
}

.top_top_about_main_desc {
	margin-top: 50px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2.5;
	text-align: center;
	color: #fff;
}

.top_top_about_main_map_box {
	position: relative;
	z-index: 0;
	margin-top: 110px;
}

.top_top_about_main_map_box::before {
	width: 355px;
	height: 333px;
	background-image: url(../images/common/top_top_about_main_map_box_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 0;
	bottom: -104px;
	z-index: 0;
}

.top_top_about_main_map_box::after {
	width: 249px;
	height: 229px;
	background-image: url(../images/common/top_top_about_main_map_box_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 0;
	bottom: -57px;
	z-index: -1;
}

.top_top_about_main_map {
	max-width: 1000px;
	margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
	.top_top_about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.top_top_about::before {
		width: 34vw;
		height: 72vw;
		left: 0;
		top: 0;
	}
	.top_top_about::after {
		width: 32vw;
		height: 72vw;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.top_top_about_main_title {
		font-size: 20px;
	}
	.top_top_about_main_title_logo {
		width: 80vw;
	}
	.top_top_about_main_desc {
		margin-top: 20px;
		font-size: 14px;
	}
	.top_top_about_main_map_box {
		position: relative;
		z-index: 0;
		margin-top: 40px;
	}
	.top_top_about_main_map_box::before {
		width: 40vw;
		height: 50vw;
		background-image: url(../images/common/top_top_about_main_map_box_left.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: 0;
		bottom: 36vw;
		z-index: 0;
	}
	.top_top_about_main_map_box::after {
		width: 40vw;
		height: 40vw;
		background-image: url(../images/common/top_top_about_main_map_box_right.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: 0;
		bottom: -20vw;
		z-index: -1;
	}
	.top_top_about_main_map {
		max-width: 1000px;
		margin: 0 auto 0;
	}
}

/* ------------------------------------------
  top_content
------------------------------------------ */

.top_content {
	margin-top: -50px;
}

.top_content_item {
	max-width: 850px;
	border-radius: 30px;
	background: #fff;
	border: 6px solid #3f99c4;
	margin: 0 auto;
	padding: 40px 0 40px;
}

.top_content_item.bonodori {
	padding-bottom: 80px;
}

.top_content_item_main_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: #333;
	padding-bottom: 20px;
	position: relative;
	z-index: 0;
}

.top_content_item_main_title::before {
	background-image: url(../images/common/top_content_item_main_title_bar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 160px;
	height: 5px;
	transform: translateX(-50%);
}

.top_content_item_main_title span {
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #2b80af;
	margin-bottom: 10px;
	display: block;
}

.top_content_item_main_bonodori {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.top_content_item_main_bonodori::before {
	background-image: url(../images/common/top_content_item_main_bonodori_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -76px;
	top: 46px;
	width: 188px;
	height: 267px;
}

.top_content_item_main_bonodori_img {
	width: 527px;
}

.top_content_item_main_bonodori_title {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.3;
	color: #2b80af;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-left: 30px;
}

.top_content_item_main_bonodori_title span {
	font-size: 31px;
}

.top_content_item_main_bonodori_title_img {
	width: 193px;
	position: absolute;
	bottom: 20px;
	right: 40px;
}

.top_content_item_main_part {
	position: relative;
	z-index: 0;
	padding-top: 50px;
	max-width: 670px;
	margin: 50px auto 0;
}

.top_content_item_main_part::before {
	background-image: url(../images/common/top_content_item_main_part_bar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	height: 2px;
	width: 500px;
	z-index: 0;
}

.top_content_item_main_part_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_content_item_main_part_top_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.top_content_item_main_part_top_title_number {
	font-weight: 900;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	color: #d42e34;
}

.top_content_item_main_part_top_title_number span {
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	display: block;
}

.top_content_item_main_part_top_title_main {
	font-weight: 900;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
	color: #2d7fae;
	margin-left: 15px;
}

.top_content_item_main_part_top_title_main span {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	color: #2d7fae;
	display: block;
}

.top_content_item_main_part_top_img {
	width: 305px;
}

.top_content_item_main_part_point {
	margin-top: 40px;
	position: relative;
	z-index: 0;
}

.top_content_item_main_part_point::before {
	background-image: url(../images/common/top_content_item_main_part_point.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 10px;
	top: -50px;
	width: 88px;
	height: 45px;
}

.top_content_item_main_part_point_text {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	color: #333;
}

.top_content_item_main_part_point_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	color: #2d7fae;
	margin-top: 30px;
}

.top_content_item_main_part.part2 {
	position: relative;
	z-index: 0;
}

.top_content_item_main_part.part2::after {
	background-image: url(../images/common/top_content_item_main_part2_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -131px;
	top: -154px;
	width: 173px;
	height: 245px;
}

.top_content_item_main_part_point_desc+.top_content_item_main_part_point_text {
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}

.top_content_item.bonodori {
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
}

.top_content_item.bonodori::after {
	background-image: url(../images/common/top_content_item_bonodori_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -46px;
	bottom: -19px;
	width: 198px;
	height: 279px;
}

.top_content_item_main_link {
	margin: 80px auto 0;
	padding: 0 20px;
	width: fit-content;
	height: 56px;
	border-radius: 10px;
	background: #2b80af;
	box-shadow: 2px 2px 2px rgba(80, 45, 45, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_content_item_main_link span {
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	color: #fff;
	padding-right: 21px;
	background-image: url(../images/common/top_content_item_main_link_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 11px 9px;
}

.top_content_item_main_link.soon {
	pointer-events: none;
	background-color: #888!important;
}

.top_content_item_main_link.soon span {
	padding-right: 0;
	background-image: initial;
}

.top_content_item+.top_content_item {
	margin-top: 120px;
}

.top_content_item.red {
	border: 6px solid #d42e34;
	position: relative;
	z-index: 0;
}

.top_content_item.red {
	color: inherit;
}

.top_content_item.red.neo_cafe::before {
	background-image: url(../images/common/neo_cafe_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 69px;
	bottom: 32px;
	width: 224px;
	height: 317px;
}

.top_content_item_main_2col {
	display: flex;
	max-width: 670px;
	margin: 0 auto;
}

.top_content_item_main_2col .top_content_item_main_title {
	display: table;
}

.top_content_item.red .top_content_item_main_title span {
	color: #D42E34;
}

.top_content_item_main_subtitle {
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1.458333333333333;
	text-align: left;
	color: #d42e34;
	margin-top: 30px;
}

.top_content_item.red .top_content_item_main_subtitle {
	color: #D42E34;
}

.top_content_item_main_2col .top_content_item_main_subtitle {
	text-align: left;
}

.top_content_item_main_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	color: #333;
	margin-top: 30px;
}

.top_content_item.red .top_content_item_main_link {
	background-color: #D42E34;
}

.top_content_item.neo_cafe .top_content_item_main_link {
	margin: 50px 0 0;
}

.top_content_item_main_2col_right {
	position: absolute;
	width: 265px;
	top: 36px;
	left: calc(50% + 80px);
	z-index: 0;
}

.top_content_item_main_neo_cafe_img {
	width: 436px;
	margin-top: 50px;
}

.top_content_item.yatai {
	position: relative;
	z-index: 0;
}

.top_content_item.yatai::before {
	background-image: url(../images/common/yatai_icon_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -107px;
	top: 130px;
	width: 236px;
	height: 334px;
}

.top_content_item.yatai::after {
	background-image: url(../images/common/yatai_icon_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -75px;
	bottom: -30px;
	width: 227px;
	height: 321px;
}

.top_content_item_main_yatai {
	width: 650px;
	margin: 0 auto;
}

.top_content_item.yatai .top_content_item_main_desc {
	text-align: center;
	margin: 0;
}

.top_content_item.yatai .top_content_item_main_desc span.red {
	color: #D42E34;
}

.top_content_item.yatai .top_content_item_main_desc span.blue {
	color: #2B80AF;
}

.top_content_item.yatai .top_content_item_main_link {
	margin-top: 50px;
}

.top_content_item_main_yatai_img {
	width: 585px;
	margin: 50px auto 0;
}

.top_content_item.yukata .top_content_item_main_2col_right {
	width: auto;
	margin-left: 50px;
	position: static;
}

.top_content_item.yukata::before {
	background-image: url(../images/common/yukata_icon_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -120px;
	top: 87px;
	width: 240px;
	height: 339px;
}

.top_content_item.yukata::after {
	background-image: url(../images/common/yukata_icon_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -75px;
	bottom: -184px;
	width: 232px;
	height: 328px;
}

.top_content_item_main_2col_right_yukata {
	width: 328px;
}

.top_content_item_main_yukata {
	display: flex;
	justify-content: space-between;
	max-width: 670px;
	margin: 10px auto 0;
}

.top_content_item_main_yukata_item {
	width: 300px;
}

.top_content_item_main_yukata_item_text {
	display: table;
	margin: 15px auto 0;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
	color: #333;
}

.top_content_item.yukata .top_content_item_main_link {
	margin-top: 50px;
}

.top_content_item.kids .top_content_item_main {
	max-width: 670px;
	margin: 0 auto;
}

.top_content_item.kids {
	position: relative;
	z-index: 0;
}

.top_content_item.kids::before {
	background-image: url(../images/common/top_content_item_kids_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -44px;
	top: 82px;
	width: 164px;
	height: 232px;
}

.top_content_item.kids::after {
	background-image: url(../images/common/top_content_item_kids_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -75px;
	bottom: 247px;
	width: 221px;
	height: 313px;
}

.top_content_item.kids .top_content_item_main_subtitle {
	text-align: center;
	color: #2D7FAE;
}

.top_content_item.kids .top_content_item_main_desc {
	text-align: center;
}

.top_content_item_main_imgs {
	margin-top: 30px;
}

.top_content_item_main_imgs_main {
	position: relative;
	z-index: 0;
}

.top_content_item_main_imgs_main::before {
	z-index: 1;
	background-image: url(../images/common/top_content_item_main_imgs_flex_img_after.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: -24px;
	top: -80px;
	width: 128px;
	height: 119px;
}

.top_content_item_main_imgs_flex {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.top_content_item_main_imgs_flex_img {
	width: 300px;
	position: relative;
	z-index: 0;
}

.top_content_item_main_imgs_flex_img.img01::before {
	z-index: 1;
	background-image: url(../images/common/top_content_item_main_imgs_flex_img_before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -91px;
	bottom: 4px;
	width: 188px;
	height: 131px;
}

.top_content_item_main_imgs_flex_img.img02 {
	padding-top: 50px;
}

.top_content_item_main_kids {
	margin: 50px auto 0;
	max-width: 500px;
}

.top_content_item_main_kids_item {
	padding: 0 20px;
}

.top_content_item_main_kids_item_title {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: left;
	color: #2d7fae;
}

.top_content_item_main_kids_item_desc {
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: left;
	color: #333;
}

.top_content_item_main_kids_item+.top_content_item_main_kids_item {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	z-index: 0;
}

.top_content_item_main_kids_item+.top_content_item_main_kids_item::before {
	background-image: url(../images/common/top_content_item_main_part_bar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	height: 2px;
	width: 500px;
	z-index: 0;
}

.top_content_item.kids .top_content_item_main_link {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.top_content {
		margin-top: -50px;
	}
	.top_content_item {
		border-radius: 20px;
		border: 4px solid #3f99c4;
		padding: 40px 0 40px;
		max-width: calc(100% - 20px);
	}
	.top_content_item.bonodori {
		padding-bottom: 80px;
	}
	.top_content_item_main_title {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.top_content_item_main_title::before {
		width: 120px;
		height: 4px;
	}
	.top_content_item_main_title span {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.top_content_item_main_bonodori {
		margin-top: 20px;
		display: block;
	}
	.top_content_item_main_bonodori::before {
		position: absolute;
		right: -26px;
		top: 306px;
		width: 128px;
		height: 147px;
	}
	.top_content_item_main_bonodori_img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.top_content_item_main_bonodori_title {
		font-size: 16px;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.top_content_item_main_bonodori_title span {
		font-size: 24px;
	}
	.top_content_item_main_bonodori_title_img {
		width: 150px;
		position: static;
		margin: 5px auto 0;
	}
	.top_content_item_main_part {
		max-width: 670px;
		margin: 20px auto 0;
		padding: 20px 20px 0;
	}
	.top_content_item_main_part::before {
		width: calc(100% - 40px);
	}
	.top_content_item_main_part_top {
		display: block;
	}
	.top_content_item_main_part_top_title {
		display: block;
	}
	.top_content_item_main_part_top_title_number {
		font-weight: 900;
		font-size: 45px;
		line-height: 1;
		text-align: center;
		color: #d42e34;
	}
	.top_content_item_main_part_top_title_number span {
		font-weight: 900;
		font-size: 20px;
		line-height: 1;
		display: block;
		text-align: center;
	}
	.top_content_item_main_part_top_title_main {
		font-weight: 900;
		font-size: 24px;
		line-height: 1.4;
		text-align: left;
		color: #2d7fae;
		margin-left: 0;
		display: table;
		margin: 7px auto 0;
	}
	.top_content_item_main_part_top_title_main span {
		font-weight: 900;
		font-size: 20px;
		line-height: 1.4;
		text-align: left;
		color: #2d7fae;
		display: block;
	}
	.top_content_item_main_part_top_img {
		width: 100%;
		max-width: 400px;
		margin: 10px auto 0;
	}
	.top_content_item_main_part_point {
		margin-top: 60px;
		position: relative;
		z-index: 0;
	}
	.top_content_item_main_part_point_text {
		font-size: 14px;
	}
	.top_content_item_main_part_point_desc {
		font-size: 14px;
		text-align: left;
		margin-top: 10px;
	}
	.top_content_item_main_part.part2 {
		position: relative;
		z-index: 0;
	}
	.top_content_item_main_part.part2::after {
		display: none;
	}
	.top_content_item_main_part_point_desc+.top_content_item_main_part_point_text {
		margin-top: 20px;
		font-size: 12px;
	}
	.top_content_item.bonodori {
		padding-bottom: 80px;
		position: relative;
		z-index: 0;
	}
	.top_content_item.bonodori::after {
		right: -26px;
		bottom: -39px;
		width: 108px;
		height: 149px;
	}
	.top_content_item_main_link {
		margin: 20px auto 0;
		padding: 0 20px;
		width: fit-content;
		height: 40px;
	}
	.top_content_item_main_link span {
		font-size: 16px;
		padding-right: 21px;
	}
	.top_content_item_main_link.soon {
		pointer-events: none;
		background-color: #888;
	}
	.top_content_item_main_link.soon span {
		padding-right: 0;
		background-image: initial;
	}
	.top_content_item+.top_content_item {
		margin-top: 60px;
	}
	.top_content_item.red {
		border: 4px solid #d42e34;
		padding: 40px 20px 40px
	}
	.top_content_item.red.neo_cafe::before {
		right: auto;
		left: -30px;
		bottom: auto;
		top: -60px;
		width: 104px;
		height: 127px;
	}
	.top_content_item_main_2col {
		display: block;
	}
	.top_content_item_main_2col .top_content_item_main_title {
		display: table;
		margin: 0 auto;
	}
	.top_content_item_main_subtitle {
		font-size: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.top_content_item_main_desc {
		font-size: 14px;
		margin-top: 20px;
	}
	.top_content_item.red .top_content_item_main_subtitle {
		text-align: center;
	}
	.top_content_item.neo_cafe .top_content_item_main_link {
		margin: 20px auto 0;
	}
	.top_content_item_main_2col_right {
		position: sticky;
		width: 265px;
		margin: 20px auto 0;
	}
	.top_content_item_main_neo_cafe_img {
		width: 100%;
		margin: 20px auto 0;
		max-width: 300px;
	}
	.top_content_item.yatai {
		position: relative;
		z-index: 0;
	}
	.top_content_item.yatai::before {
		background-image: url(../images/common/yatai_icon_left.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: -27px;
		top: -120px;
		width: 116px;
		height: 174px;
	}
	.top_content_item.yatai::after {
		background-image: url(../images/common/yatai_icon_right.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: -25px;
		bottom: -100px;
		width: 117px;
		height: 171px;
	}
	.top_content_item_main_yatai {
		width: 100%;
		margin: 0 auto;
	}
	.top_content_item.yatai .top_content_item_main_desc {
		text-align: left;
		margin: 0;
		padding: 0 20px;
	}
	.top_content_item.yatai .top_content_item_main_desc span.red {
		color: #D42E34;
	}
	.top_content_item.yatai .top_content_item_main_desc span.blue {
		color: #2B80AF;
	}
	.top_content_item.yatai .top_content_item_main_link {
		margin-top: 20px;
	}
	.top_content_item_main_yatai_img {
		width: 100%;
		max-width: 350px;
		margin: 20px auto 0;
		padding: 0 20px;
	}
	.top_content_item.yukata .top_content_item_main_2col_right {
		width: auto;
		margin-left: 50px;
		position: static;
	}
	.top_content_item.yukata::before {
		background-image: url(../images/common/yukata_icon_left.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: -20px;
		top: -93px;
		width: 110px;
		height: 179px;
	}
	.top_content_item.yukata::after {
		background-image: url(../images/common/yukata_icon_right.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: -27px;
		bottom: -94px;
		width: 112px;
		height: 168px;
	}
	.top_content_item_main_2col_right_yukata {
		width: 198px;
		margin-left: auto;
	}
	.top_content_item_main_yukata {
		display: block;
		margin: 0 auto 0;
	}
	.top_content_item_main_yukata_item {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 0;
	}
	.top_content_item_main_yukata_item+.top_content_item_main_yukata_item {
		margin: 20px auto 0;
	}
	.top_content_item_main_yukata_item_text {
		display: table;
		margin: 15px auto 0;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1.7;
		text-align: left;
		color: #333;
	}
	.top_content_item.yukata .top_content_item_main_link {
		margin-top: 20px;
	}
	.top_content_item.kids .top_content_item_main {
		max-width: 670px;
		margin: 0 auto;
	}
	.top_content_item.kids {
		position: relative;
		z-index: 0;
		padding: 40px 20px 40px;
	}
	.top_content_item.kids::before {
		background-image: url(../images/common/top_content_item_kids_left.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: -14px;
		top: -77px;
		width: 94px;
		height: 132px;
	}
	.top_content_item.kids::after {
		background-image: url(../images/common/top_content_item_kids_right.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: -26px;
		bottom: -53px;
		width: 111px;
		height: 143px;
	}
	.top_content_item.kids .top_content_item_main_subtitle {
		font-size: 18px;
	}
	.top_content_item.kids .top_content_item_main_desc {
		text-align: center;
	}
	.top_content_item_main_imgs {
		margin-top: 30px;
	}
	.top_content_item_main_imgs_main {
		position: relative;
		z-index: 0;
	}
	.top_content_item_main_imgs_main::before {
		z-index: 1;
		background-image: url(../images/common/top_content_item_main_imgs_flex_img_after.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: -14px;
		top: -30px;
		width: 68px;
		height: 59px;
	}
	.top_content_item_main_imgs_flex {
		margin-top: 10px;
	}
	.top_content_item_main_imgs_flex_img {
		width: calc(50% - 5px);
		position: relative;
		z-index: 0;
	}
	.top_content_item_main_imgs_flex_img.img01::before {
		z-index: 1;
		background-image: url(../images/common/top_content_item_main_imgs_flex_img_before.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		left: -14px;
		bottom: -3px;
		width: 108px;
		height: 81px;
	}
	.top_content_item_main_imgs_flex_img.img02 {
		padding-top: 20px;
		margin-left: 10px;
	}
	.top_content_item_main_kids {
		margin: 20px auto 0;
		max-width: 500px;
	}
	.top_content_item_main_kids_item {
		padding: 0 20px;
	}
	.top_content_item_main_kids_item_title {
		font-size: 18px;
	}
	.top_content_item_main_kids_item_desc {
		margin-top: 10px;
		font-size: 14px;
	}
	.top_content_item_main_kids_item+.top_content_item_main_kids_item {
		margin-top: 20px;
		padding-top: 20px;
	}
	.top_content_item_main_kids_item+.top_content_item_main_kids_item::before {
		width: calc(100% - 40px);
		z-index: 0;
	}
	.top_content_item.kids .top_content_item_main_link {
		margin-top: 20px;
	}
}

/* ------------------------------------------
  top_instagram
------------------------------------------ */

.top_instagram {
	margin-top: 120px;
}

.top_instagram_main {
	max-width: 850px;
	margin: 0 auto;
}

.top_instagram_main_title {
	font-weight: 700;
	font-size: 37px;
	line-height: 1;
	text-align: center;
	color: #2B80AF;
	position: relative;
	z-index: 0;
}

.top_instagram_main_title::before {
	height: 2px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 18px;
	content: "";
	background-color: #2B80AF;
}

.top_instagram_main_title::after {
	height: 2px;
	width: 300px;
	position: absolute;
	right: 0;
	top: 18px;
	content: "";
	background-color: #2B80AF;
}

.insta_inner {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.insta_item {
	width: calc(33.33333% - 34px);
	border-radius: 15px;
	box-shadow: 3px 3px 10px rgba(135, 135, 135, 0.8);
	margin-left: 50px;
}

.insta_item:nth-child(3n+1) {
	margin-left: 0;
}

.insta_item:nth-child(n+4) {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.top_instagram {
		margin-top: 60px;
	}
	.top_instagram_main {
		padding: 0 20px;
	}
	.top_instagram_main_title {
		font-size: 24px;
	}
	.top_instagram_main_title::before {
		height: 2px;
		width: 60px;
		left: 0;
		top: 12px;
	}
	.top_instagram_main_title::after {
		height: 2px;
		width: 60px;
		right: 0;
		top: 12px;
	}
	.insta_inner {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.insta_item {
		width: calc(33.333333333% - 7px);
		border-radius: 10px;
		margin-left: 10px;
	}
	.insta_item:nth-child(3n+1) {
		margin-left: 0;
	}
	.insta_item:nth-child(n+4) {
		margin-top: 10px;
	}
}

/* ------------------------------------------
  top_rights
------------------------------------------ */

.top_rights {
	max-width: 850px;
	margin: 50px auto 0;
	padding-top: 50px;
	border-top: 2px #2B80AF solid;
}

.top_rights_main_title {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
	color: #333;
}

.top_rights_main_desc {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
	color: #333;
	margin-top: 30px;
}

.top_rights_main_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.top_rights_main_logo_item {
	width: 226px;
}

.top_rights_main_logo_item+.top_rights_main_logo_item {
	margin-left: 34px;
}

@media screen and (max-width: 767px) {
	.top_rights {
		max-width: 850px;
		margin: 40px auto 0;
		padding-top: 40px;
	}
	.top_rights_main_title {
		font-size: 18px;
	}
	.top_rights_main_desc {
		font-size: 18px;
		margin-top: 20px;
	}
	.top_rights_main_logo {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.top_rights_main_logo_item {
		width: 150px;
	}
	.top_rights_main_logo_item+.top_rights_main_logo_item {
		margin-left: 20px;
	}
}

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

.footer {
	position: relative;
	z-index: 0;
	background-color: #2B80AF;
	padding: 50px 0 15px;
	overflow: hidden;
	margin-top: 50px;
}

.footer_main_insta {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_main_insta_link {
	display: block;
	width: 70px;
}

.footer_main_insta_text {
	position: relative;
	z-index: 0;
	padding: 45px 0;
}

.footer_main_insta_text::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 137px;
	height: 39px;
	background-image: url(../images/common/footer_main_insta_text_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.footer_main_insta_text::after {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 137px;
	height: 39px;
	background-image: url(../images/common/footer_main_insta_text_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.footer_main_insta_text_main {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	text-align: left;
	color: #fff;
	padding-left: 20px;
	margin-left: 10px;
}

.footer_icon {
	position: absolute;
	z-index: 0;
	top: -40px;
	right: calc(50% + 200px);
	width: 393px;
}

.footer_icon.icon02 {
	position: absolute;
	z-index: 0;
	top: -25px;
	left: calc(50% + 200px);
	right: auto;
	width: 375px;
}

.footer_main_last {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	text-align: left;
	color: #fff;
	display: table;
	margin: 50px auto 0;
}

.footer_copy {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 20px 10px;
		margin-top: 20px;
	}
	.footer_main_insta {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer_main_insta_link {
		width: 40px;
	}
	.footer_main_insta_text {
		padding: 30px 0;
	}
	.footer_main_insta_text::before {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 107px;
		height: 32px;
		background-image: url(../images/common/footer_main_insta_text_top.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
	}
	.footer_main_insta_text::after {
		position: absolute;
		z-index: 0;
		bottom: 0;
		left: 0;
		width: 107px;
		height: 32px;
		background-image: url(../images/common/footer_main_insta_text_bottom.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
	}
	.footer_main_insta_text_main {
		font-size: 14px;
		padding-left: 16px;
		margin-left: 10px;
	}
	.footer_icon {
		display: none;
	}
	.footer_icon.icon02 {
		display: none;
	}
	.footer_main_last {
		font-size: 12px;
		margin: 20px auto 0;
	}
	.footer_copy {
		font-size: 11px;
		margin-top: 20px;
	}
}