@charset "UTF-8";
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.headerWrap {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header {
	background-color: #1695D4;
	color: #fff;
	box-shadow: 0 -1px 0 #1695D4;
}
.header_inner {
	max-width: none;
	position: static;
}
.header_cols {
	display: flex;
	justify-content: space-between;
	padding-left: 9px;
}
.header_col {}
.header_col-no1 {
	width: 229px;
}
.header_title {}
.header_title > a {
	text-decoration: none;
	color: #231815;
	height: 74px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.header_title > a::before {
	content: "";
}
.header_title > a::after {
	content: "";
}
.header_title_img {
	width: 229px;
	height: 41px;
	display: block;
	fill: currentColor;
}
.header_title_img > title {}
.header_title_img > use {}
.header_col-no2 {}
.nav {}
.nav_inner {
	display: flex;
}
.nav_list {
	list-style: none;
	display: flex;
	align-items: center;
}
.nav_list > li {}
.nav_list > li:first-child {}
.nav_list > li:last-child {}
.nav_list > li:nth-child(2n+1) {}
.nav_list > li:nth-child(n+3) {}
.nav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 74px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 39px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-weight: 500;
}
.nav_list > li > a::before {
	content: "";
}
.nav_list > li > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 41px;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav_list > li:last-child > a::after {
	display: none;
}
.nav_list-hasSns > li:last-child > a::after {
	display: block;
}
.nav_snsList {
	list-style: none;
	display: flex;
	margin-left: 20px;
}
.nav_snsList > li {}
.nav_snsList > li:first-child {}
.nav_snsList > li:last-child {}
.nav_snsList > li:nth-child(2n+1) {}
.nav_snsList > li:nth-child(n+3) {}
.nav_snsList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 74px;
	align-items: center;
	font-size: 31px;
	padding: 0 9px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.nav_snsList > li > a::before {
	content: "";
}
.nav_snsList > li > a::after {
	content: "";
}
.nav_snsList > li > a > .icon {
	display: block;
}
.contents {
	padding-top: 50px;
	padding-bottom: 67px;
}
.visual {}
.visual_title {
	max-width: 812px;
	margin: 0 auto;
}
.visual_title > svg {
	display: block;
	width: 812px;
	height: 144px;
	fill: #231815;
}
.visual_text {
	max-width: 657px;
	margin: 26px auto 13px;
}
.visual_text > img {
	display: block;
}
.visual_image {
	max-width: 979px;
	margin: 0 auto 0;
	padding: 0 20px;
}
.visual_image > img {}
.menuBtn {
	display: none;
}
.menuBtn::before {
	content: "";
}
.menuBtn::after {
	content: "";
}
.menuBtn_bar {}
.menuBtn_bar-no1 {}
.menuBtn_bar-no2 {}
.menuBtn_bar-no3 {}
.introWrap {}
.intro {
	background-color: #1695D4;
	color: #fff;
	padding: 48px 0 62px;
}
.intro_inner {}
.intro_title {}
.intro_text {
	font-size: 20px;
	text-align: center;
	line-height: 2.37;
}
.footer {
	background-color: #1695D4;
	color: #fff;
	padding: 52px 0 50px;
}
.footer_inner {}
.footer_copyright {}
.footer_copyright > small {
	display: block;
	font-size: 15px;
	text-align: center;
}
.footer_copyright > small > a {
	text-decoration: none;
	color: inherit;
}
.sponsorWrap {}
.sponsor {
	margin-bottom: 54px;
}
.sponsor_inner {}
.sponsor_title {
	color: #1695D4;
}
.sponsor_sectWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 63px;
}
.sponsor_sect {
	background-color: #FBE9EA;
	border-radius: 10px;
	padding: 30px 40px 39px;
	box-sizing: border-box;
	width: 48%;
	display: flex;
	flex-direction: column;
}
.sponsor_sect:nth-child(n+3) {
	margin-top: 3.4%;
}
.sponsor_headline {
	max-width: 371px;
	margin: 0 auto;
}
.sponsor_headline > img {
	display: block;
}
.sponsor_subhead {
	color: #1695D4;
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	border-bottom: 2px solid currentColor;
	border-top: 2px solid currentColor;
	margin: 31px 0 16px;
	padding: 8px 0;
	font-weight: 500;
}
.sponsor_text {
	font-size: 17px;
	line-height: 2;
}
.sponsor_image {
	max-width: 508px;
	margin: 19px auto 30px;
}
.sponsor_image > img {
	display: block;
	border-radius: 10px;
}
.sponsor_link {
	margin-top: auto;
}
.sponsor_link > a {}
.sponsor_link > a::before {
	content: "";
}
.sponsor_link > a::after {
	content: "";
}
.sponsor_link > a > .icon {}
.sponsor_caution {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}
.together {}
.together_inner {}
.together_title {
	color: #1695D4;
}
.together_box {
	background-color: #FBE9EA;
	border-radius: 10px;
	padding: 40px 40px 36px;
	margin-top: 33px;
}
.together_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
}
.together_col {}
.together_col-no1 {
	width: 40%;
	max-width: 437px;
	margin-right: 20px;
}
.together_headline {}
.together_headline > img {}
.together_col-no2 {}
.together_subhead {
	font-size: 28px;
	font-weight: normal;
	color: #1695D4;
	line-height: 1.6;
}
.together_link {
	max-width: 522px;
	margin: 30px auto 0;
}
.together_link > a {}
.together_link > a::before {
	content: "";
}
.together_link > a::after {
	content: "";
}
.together_link > a > .icon {}
.effortWrap {
	margin-bottom: 76px;
}
.effort {
	background-color: #1695D4;
	padding: 66px 0 94px;
}
.effort_inner {}
.effort_title {
	color: #fff;
}
.effort_cols {
	display: flex;
	color: #fff;
	justify-content: space-between;
	margin-top: 44px;
}
.effort_col {}
.effort_col-no1 {
	width: 48%;
}
.effort_text {
	font-size: 20px;
	line-height: 2;
}
.effort_col-no2 {
	width: 49%;
	max-width: 589px;
}
.effort_fig {}
.effort_fig > img {}
.effort_fig > figcaption {
	margin-top: 9px;
}
.effort_headline {
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 46px 0 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.effort_headline::before {
	content: "\\";
}
.effort_headline::after {
	content: "/";
}
.effort_sectWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.special {
	background-color: #fff;
	border-radius: 19px;
	padding: 35px 35px;
	box-sizing: border-box;
	width: 48%;
	box-shadow: 5px 5px 0 #0B78A9;
}
.special:nth-child(n+3) {
	margin-top: 3.7%;
}
.special_cols {
	display: flex;
	justify-content: space-between;
}
.special_col {}
.special_col-no1 {
	width: calc(100% - 145px);
}
.special_title {
	margin-bottom: 6px;
}
.special_title > img {
	display: block;
}
.special_text {
	font-size: 17px;
	margin-bottom: 13px;
	line-height: 2;
}
.special_text:last-child {
	margin-bottom: 0;
}
.special_col-no2 {
	width: 135px;
}
.special_image {}
.special_image > img {}
.special_dList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #1695D4;
	flex-wrap: wrap;
	font-weight: 500;
	margin-top: 10px;
}
.special_dList > dt {
	width: 86px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1695D4;
	color: #fff;
	border-radius: 12px;
	line-height: 1;
	margin-right: 13px;
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.special_dList > dd {}
.special_link {
	margin-top: 25px;
}
.special_link > a {}
.special_link > a::before {
	content: "";
}
.special_link > a::after {
	content: "";
}
.special_link > a > .icon {}
.love {
	padding: 64px 0 83px;
}
.love_inner {}
.love_title {
	color: #1695D4;
}
.love_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 39px;
}
.love_col {
	width: 48%;
}
.love_col-no1 {}
.love_col-no2 {}
.action {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.action-gallery {
	margin-top: 40px;
}
.action_title {
	position: relative;
	z-index: 1;
	padding-top: 28px;
}
.action_title::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 37'%3E%3Cpolyline fill='none' stroke='%23a9aaaa' stroke-miterlimit='10' stroke-width='4.72px' points='32.45 35.01 13.55 16.37 27.35 2.12'/%3E%3Cline fill='none' stroke='%23a9aaaa' stroke-miterlimit='10'  stroke-width='3.63px' x1='0.07' y1='2.12' x2='45.93' y2='2.12'/%3E%3C/svg%3E");
	display: block;
	width: 46px;
	height: 37px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 70px;
}
.action_title::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 37'%3E%3Cpolyline fill='none' stroke='%23a9aaaa' stroke-miterlimit='10' stroke-width='4.72px' points='32.45 35.01 13.55 16.37 27.35 2.12'/%3E%3Cline fill='none' stroke='%23a9aaaa' stroke-miterlimit='10'  stroke-width='3.63px' x1='0.07' y1='2.12' x2='45.93' y2='2.12'/%3E%3C/svg%3E");
	display: block;
	width: 46px;
	height: 37px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 70px;
}
.action_title > b {
	background-color: #1695D4;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #fff;
	height: 59px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: 2;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.action_title > b::before {
	content: "";
	width: 11px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.action_title > b::after {
	content: "";
	width: 11px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.action_box {
	background-color: #F5BCBF;
	padding: 29px 30px;
	box-sizing: border-box;
	flex-grow: 1;
}
.action_box_inner {}
.action_text {
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	margin: 0 -10px;
}
.action_text > small {
	font-size: 90%;
}
.action_link {
	max-width: 523px;
	margin: 24px auto 0;
}
.action_link > a {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.action_link > a::before {
	content: "";
}
.action_link > a::after {
	content: "";
}
.action_link > a > .icon {}
.action_dList {
	list-style: none;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	padding: 15px 20px;
	margin: 24px 0;
	color: #1695D4;
	font-size: 24px;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: 500;
}
.action_dList:last-child {
	margin-bottom: 0;
}
.action_dList > dt {
	font-size: 18px;
	width: 120px;
	height: 34px;
	background-color: #1695D4;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	line-height: 1;
	border-radius: 17px;
	margin-right: 16px;
}
.action_dList > dd {}
.footer_logo {
	max-width: 200px;
	margin: 0 auto 10px;
}
.footer_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.footer_logo > a::before {
	content: "";
}
.footer_logo > a::after {
	content: "";
}
.footer_logo > svg {
	display: block;
	width: 200px;
	height: 47px;
	fill: currentColor;
}
.gallery {
	margin-top: 36px;
}
.gallery_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1145px;
	margin: 0 auto 30px;
}
.gallery_cols:last-child {
	margin-bottom: 0;
}
.gallery_col {
	width: 49%;
}
.gallery_col-no1 {}
.gallery_box {
	background-color: #fff;
	border: 7px solid #1695d4;
	border-radius: 20px;
	padding: 42px 20px 32px;
	margin-bottom: 10px;
}
.gallery_image {
	max-width: 500px;
	margin: 0 auto;
}
.gallery_image > img {
	display: block;
}
.gallery_dList {
	list-style: none;
	line-height: 1.45;
	font-size: 17px;
}
.gallery_dList > dt {
	display: inline;
}
.gallery_dList > dd {
	display: inline;
}
.gallery_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gallery_dList > dd > a::before {
	content: "";
}
.gallery_dList > dd > a::after {
	content: "";
}
.gallery_col-no2 {}
.action_image {
	max-width: 505px;
	margin: 10px auto 0;
	border-radius: 10px;
	overflow: hidden;
}
.action_image > img {
	display: block;
}
@media screen and (max-width:1199px) {
	.nav_list > li > a {
		padding: 0 20px;
	}
	.action_text {
		font-size: 18px;
		margin: 0 -19px;
	}
	.action_dList {
		font-size: 20px;
	}
	.together_subhead {
		font-size: 24px;
	}
	.sponsor_subhead {
		font-size: 23px;
	}
	.effort_text {
		font-size: 18px;
	}
}
@media screen and (max-width:1099px) {
	.action_text {
		font-size: 17px;
	}
}
@media screen and (min-width:1000px) {
	.gallery_dList > dd > a:hover {
		text-decoration: underline;
	}
	.footer_copyright > small > a:hover {
		text-decoration: underline;
	}
	.footer_logo > a:hover {
		color: #231815;
	}
	.header_title > a:hover {
		color: #fff;
	}
	.nav_list > li > a:hover {
		color: #231815;
	}
	.nav_snsList > li > a:hover {
		color: #231815;
	}
	.menuBtn:hover {}
	.sponsor_link > a:hover {}
	.together_link > a:hover {}
	.special_link > a:hover {}
	.action_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.wrapper {}
	.headerWrap {}
	.header {}
	.header_inner {}
	.header_cols {}
	.header_col {}
	.header_col-no1 {}
	.header_title {}
	.header_title > a {}
	.header_title > a::before {}
	.header_title > a::after {}
	.header_title_img {}
	.header_title_img > title {}
	.header_title_img > use {}
	.header_col-no2 {}
	.nav {}
	.nav_inner {}
	.nav_list {}
	.nav_list > li {}
	.nav_list > li:first-child {}
	.nav_list > li:last-child {}
	.nav_list > li:nth-child(2n + 1) {}
	.nav_list > li:nth-child(n + 3) {}
	.nav_list > li > a {
		font-size: 14px;
		padding: 0 14px;
	}
	.nav_list > li > a::before {}
	.nav_list > li > a::after {
		height: 27px;
	}
	.nav_snsList {}
	.nav_snsList > li {}
	.nav_snsList > li:first-child {}
	.nav_snsList > li:last-child {}
	.nav_snsList > li:nth-child(2n + 1) {}
	.nav_snsList > li:nth-child(n + 3) {}
	.nav_snsList > li > a {
		font-size: 23px;
		padding: 0 6px;
	}
	.nav_snsList > li > a::before {}
	.nav_snsList > li > a::after {}
	.nav_snsList > li > a > .icon {}
	.contents {}
	.visual {}
	.visual_title {
		max-width: 600px;
	}
	.visual_title > svg {
		width: 600px;
		height: 106px;
	}
	.visual_text {
		max-width: 550px;
	}
	.visual_text > img {}
	.visual_image {
		max-width: 600px;
	}
	.visual_image > img {}
	.menuBtn {}
	.menuBtn::before {}
	.menuBtn::after {}
	.menuBtn_bar {}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {}
	.menuBtn_bar-no3 {}
	.introWrap {}
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_text {
		font-size: 16px;
	}
	.footer {
		padding: 20px 0 35px;
	}
	.footer_inner {}
	.footer_copyright {}
	.footer_copyright > small {
		font-size: 13px;
	}
	.sponsorWrap {}
	.sponsor {}
	.sponsor_inner {}
	.sponsor_title {}
	.sponsor_sectWrap {}
	.sponsor_sect {
		padding: 20px 20px;
	}
	.sponsor_sect:nth-child(n + 3) {}
	.sponsor_headline {}
	.sponsor_headline > img {}
	.sponsor_subhead {
		font-size: 19px;
	}
	.sponsor_text {
		font-size: 14px;
	}
	.sponsor_image {}
	.sponsor_image > img {}
	.sponsor_link {}
	.sponsor_link > a {}
	.sponsor_link > a::before {}
	.sponsor_link > a::after {}
	.sponsor_link > a > .icon {}
	.sponsor_caution {
		font-size: 12px;
	}
	.together {}
	.together_inner {}
	.together_title {}
	.together_box {}
	.together_cols {}
	.together_col {}
	.together_col-no1 {}
	.together_headline {}
	.together_headline > img {}
	.together_col-no2 {}
	.together_subhead {
		font-size: 17px;
	}
	.together_link {}
	.together_link > a {}
	.together_link > a::before {}
	.together_link > a::after {}
	.together_link > a > .icon {}
	.effortWrap {}
	.effort {}
	.effort_inner {}
	.effort_title {}
	.effort_cols {}
	.effort_col {}
	.effort_col-no1 {
		width: 51%;
	}
	.effort_text {
		font-size: inherit;
	}
	.effort_col-no2 {
		width: 46%;
	}
	.effort_fig {}
	.effort_fig > img {}
	.effort_fig > figcaption {
		font-size: 12px;
	}
	.effort_headline {}
	.effort_sectWrap {}
	.special {
		padding: 20px 20px;
		border-radius: 15px;
	}
	.special:nth-child(n + 3) {}
	.special_cols {}
	.special_col {}
	.special_col-no1 {
		width: calc(100% - 110px);
	}
	.special_title {}
	.special_title > img {}
	.special_text {
		font-size: 14px;
	}
	.special_col-no2 {
		width: 100px;
	}
	.special_image {}
	.special_image > img {}
	.special_dList {
		font-size: 14px;
	}
	.special_dList > dt {}
	.special_dList > dd {}
	.special_link {
		margin-top: 20px;
	}
	.special_link > a {}
	.special_link > a::before {}
	.special_link > a::after {}
	.special_link > a > .icon {}
	.love {}
	.love_inner {}
	.love_title {}
	.love_cols {}
	.love_col {
		width: 49%;
	}
	.love_col-no1 {}
	.love_col-no2 {}
	.action {}
	.action_title {}
	.action_title::before {}
	.action_title::after {}
	.action_title > b {
		font-size: 20px;
	}
	.action_title > b::before {}
	.action_title > b::after {}
	.action_box {}
	.action_box_inner {}
	.action_text {
		font-size: 14px;
		margin: 0 -25px;
	}
	.action_link {}
	.action_link > a {}
	.action_link > a::before {}
	.action_link > a::after {}
	.action_link > a > .icon {}
	.action_dList {
		font-size: inherit;
		display: block;
		text-align: center;
	}
	.action_dList:last-child {}
	.action_dList > dt {
		margin: 0 auto 6px;
		height: 27px;
		font-size: 14px;
	}
	.action_dList > dd {}
	.footer_logo {}
	.footer_logo > a {}
	.footer_logo > a::before {}
	.footer_logo > a::after {}
	.footer_logo > svg {}
	.gallery {}
	.gallery_cols {}
	.gallery_cols:last-child {}
	.gallery_col {}
	.gallery_col-no1 {}
	.gallery_box {
		border-width: 4px;
		border-radius: 15px;
	}
	.gallery_image {}
	.gallery_image > img {}
	.gallery_dList {
		font-size: 14px;
	}
	.gallery_dList > dt {}
	.gallery_dList > dd {}
	.gallery_dList > dd > a {}
	.gallery_dList > dd > a::before {}
	.gallery_dList > dd > a::after {}
	.gallery_col-no2 {}
	.action_image {}
	.action_image > img {}
}
@media screen and (max-width: 767px) {
	.wrapper {}
	.headerWrap {
		position: static;
		height: 50px;
	}
	.header {
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%;
	}
	.header_inner {
		padding-left: 17px;
		padding-right: 60px;
	}
	.header_cols {
		display: block;
		padding-left: 0;
	}
	.header_col {}
	.header_col-no1 {
		width: 134px;
	}
	.header_title {
		position: relative;
		z-index: 1002;
	}
	.header_title > a {
		height: 50px;
	}
	.header_title > a::before {}
	.header_title > a::after {}
	.header_title_img {
		width: 134px;
		height: 25px;
	}
	.header_title_img > title {}
	.header_title_img > use {}
	.header_col-no2 {}
	.nav {
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #1695D4;
		box-sizing: border-box;
		padding-top: 50px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.nav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.nav_inner {
		display: block;
	}
	.nav_list {
		display: block;
		margin: 0;
	}
	.nav_list > li {}
	.nav_list > li:first-child {}
	.nav_list > li:last-child {}
	.nav_list > li:nth-child(2n + 1) {}
	.nav_list > li:nth-child(n + 3) {}
	.nav_list > li > a {
		padding: 0 20px;
		justify-content: flex-start;
		font-size: 20px;
	}
	.nav_list > li > a::before {}
	.nav_list > li > a::after {
		height: 1px;
		width: calc(100% - 40px);
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 19px;
	}
	.nav_list > li:last-child > a::after {
		display: block;
	}
	.nav_snsList {
		justify-content: flex-end;
		padding: 0 12px;
	}
	.nav_snsList > li {}
	.nav_snsList > li:first-child {}
	.nav_snsList > li:last-child {}
	.nav_snsList > li:nth-child(2n + 1) {}
	.nav_snsList > li:nth-child(n + 3) {}
	.nav_snsList > li > a {
		font-size: 28px;
		height: 50px;
		padding: 0 8px;
	}
	.nav_snsList > li > a::before {}
	.nav_snsList > li > a::after {}
	.nav_snsList > li > a > .icon {}
	.contents {
		padding-top: 27px;
		padding-bottom: 60px;
	}
	.visual {}
	.visual_title {
		max-width: 300px;
	}
	.visual_title > svg {
		width: 300px;
		height: 53px;
	}
	.visual_text {
		max-width: 240px;
		margin: 7px auto 15px;
	}
	.visual_text > img {}
	.visual_image {
		max-width: 327px;
	}
	.visual_image > img {}
	.menuBtn {
		position: fixed;
		z-index: 1002;
		top: 0;
		right: 0;
		width: 60px;
		height: 50px;
		color: #fff;
		background-color: #1695D4;
		display: block;
	}
	.menuBtn::before {}
	.menuBtn::after {}
	.menuBtn_bar {
		display: block;
		width: 16px;
		height: 2px;
		background-color: currentColor;
		border-radius: 2px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {
		margin: 4px auto;
	}
	.menuBtn_bar-no3 {}
	.isShow .menuBtn_bar-no1 {
		top: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .menuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .menuBtn_bar-no3 {
		top: -6px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.introWrap {}
	.intro {
		padding: 29px 0 33px;
	}
	.intro_inner {}
	.intro_title {}
	.intro_text {
		font-size: 14px;
		line-height: 2;
	}
	.footer {
		padding: 40px 0 23px;
	}
	.footer_inner {}
	.footer_copyright {}
	.footer_copyright > small {
		font-size: 10px;
	}
	.sponsorWrap {}
	.sponsor {
		margin-bottom: 31px;
	}
	.sponsor_inner {}
	.sponsor_title {}
	.sponsor_sectWrap {
		display: block;
		margin-top: 23px;
	}
	.sponsor_sect {
		width: auto;
		border-radius: 8px;
	}
	.sponsor_sect:nth-child(n + 2) {
		margin-top: 24px;
	}
	.sponsor_headline {
		max-width: 200px;
	}
	.sponsor_headline > img {}
	.sponsor_subhead {
		font-size: 17px;
		margin-top: 14px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		padding: 3px 0;
		margin-bottom: 10px;
	}
	.sponsor_text {
		line-height: inherit;
	}
	.sponsor_image {
		margin: 28px auto 13px;
	}
	.sponsor_image > img {}
	.sponsor_link {}
	.sponsor_link > a {}
	.sponsor_link > a::before {}
	.sponsor_link > a::after {}
	.sponsor_link > a > .icon {}
	.sponsor_caution {
		font-size: 10px;
	}
	.together {}
	.together_inner {}
	.together_title {}
	.together_box {
		margin-top: 19px;
		padding: 25px 20px 15px;
	}
	.together_cols {
		display: block;
		max-width: 240px;
	}
	.together_col {
		width: auto;
		margin: 0;
	}
	.together_col-no1 {}
	.together_headline {}
	.together_headline > img {}
	.together_col-no2 {
		margin-top: 11px;
	}
	.together_subhead {
		font-size: 15px;
		text-align: center;
	}
	.together_link {
		margin-top: 11px;
	}
	.together_link > a {}
	.together_link > a::before {}
	.together_link > a::after {}
	.together_link > a > .icon {}
	.effortWrap {
		margin-bottom: 45px;
	}
	.effort {
		padding-top: 38px;
		padding-bottom: 49px;
	}
	.effort_inner {}
	.effort_title {}
	.effort_cols {
		display: block;
		margin-top: 0;
	}
	.effort_col {
		width: auto;
	}
	.effort_col-no1 {
		margin-bottom: 11px;
	}
	.effort_text {
		line-height: inherit;
	}
	.effort_col-no2 {}
	.effort_fig {}
	.effort_fig > img {}
	.effort_fig > figcaption {
		font-size: 10px;
		margin-top: 5px;
	}
	.effort_headline {
		margin-top: 26px;
		font-size: 16px;
		margin-bottom: 13px;
		line-height: 1.4;
	}
	.effort_headline::before {
		-webkit-transform: scale(1, 2);
		transform: scale(1, 2);
		margin-right: 6px;
	}
	.effort_headline::after {
		-webkit-transform: scale(1, 2);
		transform: scale(1, 2);
		margin-left: 6px;
	}
	.effort_sectWrap {
		display: block;
	}
	.special {
		width: auto;
		border-radius: 14px;
		padding: 20px 20px;
	}
	.special:nth-child(n + 2) {
		margin-top: 19px;
	}
	.special_cols {}
	.special_col {}
	.special_col-no1 {
		width: calc(100% - 90px);
	}
	.special_title {}
	.special_title > img {
		width: auto;
		height: 38px;
	}
	.special_text {
		line-height: inherit;
		font-size: 13px;
	}
	.special_col-no2 {
		width: 73px;
	}
	.special_image {}
	.special_image > img {}
	.special_dList {
		font-size: 12px;
	}
	.special_dList > dt {
		font-size: 10px;
		width: 56px;
		height: 18px;
	}
	.special_dList > dd {}
	.special_link {
		margin-top: 13px;
	}
	.special_link > a {}
	.special_link > a::before {}
	.special_link > a::after {}
	.special_link > a > .icon {}
	.love {
		padding: 35px 0 46px;
	}
	.love_inner {}
	.love_title {}
	.love_cols {
		display: block;
		margin-bottom: 30px;
	}
	.love_col {
		width: auto;
	}
	.love_col-no1 {
		margin-bottom: 30px;
	}
	.love_col-no2 {}
	.action {
		display: block;
		height: auto;
	}
	.action_title {
		padding-top: 14px;
	}
	.action_title::before {
		width: 23px;
		height: 18px;
		left: 53px;
	}
	.action_title::after {
		width: 23px;
		height: 18px;
		right: 54px;
	}
	.action_title > b {
		width: calc(100% - 50px);
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 15px;
		height: 30px;
		padding: 0 14px;
	}
	.action_title > b::before {
		width: 5px;
		height: 16px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		left: 5px;
	}
	.action_title > b::after {
		width: 5px;
		height: 16px;
		right: 5px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}
	.action_box {
		padding: 11px 22px 19px;
	}
	.action_box_inner {}
	.action_text {
		line-height: inherit;
		margin: 0 -16px 0px;
	}
	.action_link {
		margin-top: 12px;
		margin-left: -10px;
		max-width: none;
		margin-right: -10px;
	}
	.action_link > a {}
	.action_link > a::before {}
	.action_link > a::after {}
	.action_link > a > .icon {}
	.action_dList {
		margin: 13px 0;
		border-radius: 3px;
		padding: 5px 10px;
		display: flex;
		justify-content: center;
		font-size: 13px;
	}
	.action_dList:last-child {}
	.action_dList > dt {
		font-size: 11px;
		width: 66px;
		height: 20px;
		margin: 4px 0;
		margin-right: 7px;
		padding-top: 1px;
		box-sizing: border-box;
	}
	.action_dList > dd {}
	.footer_logo {
		max-width: 130px;
	}
	.footer_logo > a {}
	.footer_logo > a::before {}
	.footer_logo > a::after {}
	.footer_logo > svg {
		width: 130px;
		height: 31px;
	}
	.gallery {
		margin-top: 15px;
	}
	.gallery_cols {
		display: block;
		margin-bottom: 15px;
	}
	.gallery_cols:last-child {}
	.gallery_col {
		width: auto;
	}
	.gallery_col-no1 {
		margin-bottom: 15px;
	}
	.gallery_box {
		padding: 20px 15px;
		border-width: 3px;
		border-radius: 12px;
		margin-bottom: 5px;
	}
	.gallery_image {}
	.gallery_image > img {}
	.gallery_dList {
		font-size: 12px;
	}
	.gallery_dList > dt {}
	.gallery_dList > dd {}
	.gallery_dList > dd > a {}
	.gallery_dList > dd > a::before {}
	.gallery_dList > dd > a::after {}
	.gallery_col-no2 {}
	.action_image {}
	.action_image > img {}
}
@media screen and (max-width: 374px) {
	.action_title > b {
		width: calc(100% - 20px);
	}
	.action_link > a {
		font-size: 13px;
	}
	.sponsor_subhead {
		font-size: 16px;
	}
}
