@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

/****************************************************************
  01. Common
*****************************************************************/
/* Elements
--------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	text-align: center;
	background-color: #fff;
}

#genjibu {
	font-size: 16px;
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	font-weight: 500;
	color: #4B4B4B;
}

@media screen and (max-width: 768px) {
	#genjibu {
		font-size: 14px;
	}
}

#genjibu img {
	width: auto;
	height: auto;
	border-style: none;
}

@media screen and (max-width: 768px) {
	#genjibu img {
		max-width: 100%;
	}
}

#genjibu a img {
	border-style: none;
}

#genjibu p {
	padding: 0;
	margin: 0;
}

#genjibu .text-link {
	text-decoration: underline;
	color: #595656;
}

#genjibu .text-link:hover {
	text-decoration: none;
}

/* btn
------------------------------ */
#genjibu a.btn,
#genjibu a .btn {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (min-width: 981px) {

	a:hover.btn,
	a:hover .btn {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
}


/****************************************************************
  03. Footer
*****************************************************************/
#genjibu .footer p {
	color: #fff;
	font-size: 10px;
}

.footer {
	padding: 40px;
	color: #fff;
	background: #000;
	text-align: center;
}

/****************************************************************
  04. Contents
*****************************************************************/
/* Wrapper
------------------------------------------------------------- */
.wrapper {
	width: 100%;
	color: #000;
	text-align: left;
}

.wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



/*skyper banner
-------------------------------------------------------------*/

/* #genjibu .skyper-area {
	text-align: center;
	padding: 60px 0;
	background: #fff;
}

@media screen and (max-width: 768px) {
	#genjibu .skyper-area {
		padding: 30px 20px;
		text-align: center;
	}
} */

#genjibu .bnr-skyper:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/* content
------------------------------------------------------------- */

#genjibu.container {
	background: none;
	position: relative;
}

#genjibu.container::after {
	display: block;
	content: "";
	position: fixed;
	width: 100vw;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background: url("/osusume/genjibu/images/bg_pc.jpg") no-repeat right top 110px / 100%;
}

@media screen and (max-width: 768px) {
	#genjibu.container::after {
		background: url("/osusume/genjibu/images/bg_sp.jpg") no-repeat right top 60px / 100%;
	}
}

#genjibu .main-area {
	width: 100%;
	font-size: 0;
}

@media screen and (max-width: 768px) {
	#genjibu .main-area {
		background: none;
	}
}

#genjibu .main-area h1 {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	/* background: #789c3a; */
}

#genjibu .main-area img {
	max-width: none;
	width: 1920px;
}

@media screen and (max-width: 1280px) {
	#genjibu .main-area img {
		width: 150%;
	}
}

@media screen and (min-width: 1919px) {
	#genjibu .main-area img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#genjibu .main-area img {
		width: 100%;
	}
}

#genjibu .lead {
	text-align: center;
	padding: 60px 20px 60px 20px;
	line-height: 2em;
	font-size: 18px;
	background: #FDFEFF;
	color: #000;
	position: relative;
}

@media screen and (max-width: 768px) {
	#genjibu .lead {
		font-size: 18px;
		line-height: 1.8em;
		text-align: left;
	}
}

#genjibu .lead p {
	line-height: 220%;
	letter-spacing: .02em;
	max-width: 980px;
	margin: auto;
	margin-bottom: 40px;
	color: #000;
}

#genjibu .lead-textlink {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
}

@media screen and (max-width: 768px) {
	#genjibu .lead p {
		margin-bottom: 40px;
	}
}

#genjibu p.startday {
	width: 370px;
	font-size: 22px;
	border: 1px solid #000;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	line-height: 2.2em;
	padding: 10px 30px;
	margin-bottom: 70px;
	color: #000;
}

@media screen and (max-width: 768px) {
	#genjibu p.startday {
		text-align: center;
		width: 100%;
		margin: 0 0 70px;
		padding: 10px;
		line-height: 2;
		font-size: 22px;
	}
}

#genjibu .startday_small {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	#genjibu .startday_small {
		font-size: 14px;
	}
}

#genjibu .lead .skyper-area {
	padding: 0;
}

#genjibu .lead .text_link {
	text-decoration: underline;
	color: #fff;
}

#genjibu .lead .text_link:hover {
	text-decoration: none;
}

#genjibu #monthly-anchors {
	padding: 100px 20px 0;
}

@media screen and (max-width: 768px) {
	#genjibu #monthly-anchors {
		padding: 40px 20px 0;
	}
}

#genjibu .anc {
	max-width: 980px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	padding: 0;
	display: flex;
	position: relative;
}

@media screen and (max-width: 768px) {
	#genjibu .anc {
		padding: 0;
		max-width: none;
	}
}

#genjibu .anc li {
	font-size: 0;
	margin: 0 4% 0 0;
}

@media screen and (max-width: 768px) {
	#genjibu .anc li {
		width: 50%;
	}
}

#genjibu .anc li:last-child {
	margin-right: 0;
}

#genjibu .anc li a {
	display: block;
	trasntision: 0.3s;
}

#genjibu .anc li a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------
          program verA
---------------------------------------------------*/
#genjibu .program-area {
	padding: 80px 20px;
}

#genjibu .plan-title {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#genjibu .plan-title {
		margin-bottom: 20px;
	}
}

#genjibu .plan-title img {
	height: 89px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#genjibu .plan-title img {
		/* width: 80%; */
	}
}

#genjibu .prog {
	background: #fff;
	max-width: 980px;
	padding: 5px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#genjibu .prog {
		padding: 10px;
		font-size: 0;
	}
}

#genjibu .prog_inner {
	padding: 45px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	#genjibu .prog_inner {
		padding: 40px 10px;
	}
}

#genjibu .program-title-area {
	text-align: center;
	font-size: 28px;
	margin-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0.8em;
}

@media screen and (max-width: 768px) {
	#genjibu .program-title-area {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 1.2em;
	}
}

#genjibu .program-title {
	display: block;
	margin-bottom: 10px;
	letter-spacing: .02em;
	line-height: 1.2em;
	color: #000;
}

@media screen and (max-width: 768px) {
	#genjibu .program-title {
		margin-bottom: 10px;
		font-size: 28px;
	}
}

#genjibu .program-title .program-title-sub {
	font-size: .85em;
}

#genjibu .prog .age {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 40px 0;
	line-height: 1em;
	color: #000;
}

@media screen and (max-width: 768px) {
	#genjibu .prog .age {
		display: block;
		margin: 0 0 20px 0
	}
}

#genjibu .program-image {
	float: left;
	width: 40%;
}

@media screen and (max-width: 768px) {
	#genjibu .program-image {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
		font-size: 13px;
	}

	#genjibu .program-image img {
		max-width: 100%;
	}
}

#genjibu .program-image .date {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	#genjibu .program-image .date {
		text-align: left;
		margin-top: 15px;
	}
}

#genjibu .program-image .date_title {
	display: block;
}

#genjibu .program-detail {
	float: right;
	width: 52%;
	margin-top: -4px;
}

@media screen and (max-width: 768px) {
	#genjibu .program-detail {
		float: none;
		width: 100%;
		font-size: 16px;
		margin-top: -0px;
	}
}

#genjibu .detail-credit {
	letter-spacing: .02em;
	line-height: 1.75;
	font-size: 16px;
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#genjibu .detail-credit {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

#genjibu .prog .schedule-btn {
	text-align: right;
}

#genjibu .prog .schedule-btn a {
	margin-top: 40px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: "#fff";
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	position: relative;
	padding: 10px 52px 10px 26px;
	min-width: 360px;
	border: .5px solid #000;
	box-shadow: 0 6px 0 0 rgba(143, 173, 184, 0.25);
}

@media screen and (max-width: 768px) {
	#genjibu .prog .schedule-btn a {
		display: block;
		width: 100%;
		font-size: 18px;
		margin-top: 30px;
		padding: 5px;
		line-height: 2.2;
		min-width: 0;
	}
}

#genjibu .schedule-btn+.schedule-btn a {
	margin-top: 15px;
}

#genjibu .prog .schedule-btn a:hover {
	opacity: 0.6;
}

#genjibu .prog .schedule-btn a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 42%;
	right: 1.5em;
}

#genjibu .prog .schedule-btn a:nth-child(2) {
	margin-top: 10px;
}

#genjibu .apply-btn {
	text-align: right;
}

#genjibu .apply-btn a {
	margin-top: 46px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #ffaa24 url("/osusume/img/bg_btn_apply.jpg") no-repeat center / cover;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	padding: 20px 30px 20px 30px;
	min-width: 360px;
	position: relative;
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
	#genjibu .apply-btn a {
		display: block;
		width: 100%;
		font-size: 4.6vw;
		margin-top: 32px;
		min-width: 0;
	}
}

#genjibu .apply-btn a img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 163px;
	width: 45%;
	top: -23%;
}

#genjibu .apply-btn a:hover {
	opacity: 0.8;
}

#genjibu .apply-btn a::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 42%;
	right: 1.22em;
}

#genjibu .apply-btn+.schedule-btn a {
	margin-top: 20px;
}

#genjibu .prog .prog-tag {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	padding: 3px 8px 2px;
	color: #2C2C2C;
	background: #E5D9EE;
	line-height: 1em;
}

@media screen and (max-width: 768px) {
	#genjibu .prog .prog-tag {
		margin: 0 5px;
	}
}

/* Sns
------------------------------------------------------------- */
#tokusetsu_dai .sns_area {
	margin: 0 auto;
	background: #000;
}

#tokusetsu_dai .sns_area .area_inner {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	padding: 60px 0;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#tokusetsu_dai .sns_area .area_inner {
		padding: 30px 0;
	}
}

#tokusetsu_dai .sns_area .sns_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	#tokusetsu_dai .sns_area .sns_title {
		margin-bottom: 10px;
	}
}

#tokusetsu_dai .sns_area .btnList {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

#tokusetsu_dai .sns_area .btnList>li {
	display: inline-block;
	width: 78px;
	height: 78px;
	margin: 2% 35px 0;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#tokusetsu_dai .sns_area .btnList>li {
		display: inline-block;
		margin: 0 5px;
		max-width: 78;
		width: 50px;
		height: 50px;
	}
}

#tokusetsu_dai .sns_area .btnList>li:first-child {
	margin-top: 0;
}

#tokusetsu_dai .sns_area .btnList>li a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	padding-top: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#tokusetsu_dai .sns_area .btnList>li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/* Credit
------------------------------------------------------------- */

#tokusetsu_dai .credit_area {
	max-width: 100%;
	border: none;
	font-size: 10px;
	color: #fff;
	background: #000;
}

@media screen and (max-width: 768px) {
	#tokusetsu_dai .credit_area {
		width: auto;
		padding: 0 20px;
	}
}

#tokusetsu_dai .credit_area p {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

/* #genjibu .skyper-area {
	background: none;
}

@media screen and (max-width: 768px) {
	#genjibu .skyper-area {
		padding: 0 0 30px;
	}
} */

/* #genjibu .program-banner {
	max-width: 980px;
	margin: 80px auto 0;
}

#genjibu .prog + .plan-title,
#genjibu .prog + .prog {
	margin-top: 40px;
}

#genjibu .program-banner + .plan-title,
#genjibu .program-banner + .prog {
	margin-top: 80px;
} */

@media screen and (max-width: 768px) {
	#genjibu .prog+.prog {
		margin-top: 30px;
	}

	#genjibu .prog+.plan-title {
		margin-top: 20px;
	}
}


#genjibu .program-detail,
#genjibu .copy-txt,
.copyright {
	font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

/*osusume*/

.osusume_list {
	width: 100%;
	background: #C6D0DA;
	font-weight: normal;
	padding: 40px 20px;
	color: #000;
}

.osusume_list .ttl_osusume {
	font-size: 30px;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 768px) {
	.osusume_list .ttl_osusume {
		font-size: 18px;
	}
}

.osusume_list .ttl_osusume span:before {
	display: block;
	content: "＼";
	position: absolute;
	left: 0;
	top: 0;
}

.osusume_list .ttl_osusume span:after {
	display: block;
	content: "／";
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 768px) {

	.osusume_list .ttl_osusume span:before,
	.osusume_list .ttl_osusume span:after {
		top: 30%;
		font-size: 30px;
	}
}

.osusume_list .ttl_osusume span {
	padding: 0 30px;
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.osusume_list .ttl_osusume span {
		display: block;
		margin: 0 auto;
		width: 210px;
	}
}

.osusume_inner {
	max-width: 980px;
}

.osusume_inner {
	max-width: 980px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 30px auto 0 auto;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.osusume_inner {
		display: block;
	}
}

.osusume_inner li {
	width: 29%;
	font-size: 10px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.osusume_inner li {
		width: 100%;
		margin-bottom: 30px;
	}

	.osusume_inner li:last-child {
		margin-bottom: 0px;
	}
}

.osusume_inner .txt {
	padding: 10px 15px 15px;
}

.osusume_inner .txt p {
	color: #595656;
}

.osusume_inner .txt .heading {
	font-size: 1.6em;
}

/*----------スカパー-------------*/
#genjibu .skyperhaishin_ttl {
	width: 240px;
	margin: 0 auto 25px;
	display: block;
}

#genjibu .skyperhaishin_inner small {
	display: block;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	#genjibu .skyperhaishin_inner small {
		text-align: left;
		font-size: 12px;
	}
}

#genjibu .skyperhaishin_text {
	max-width: 485px;
}

@media screen and (max-width: 768px) {
	#genjibu .skyperhaishin_text {
		max-width: 100%;
	}
}

#genjibu .skyperhaishinari {
	background: #e9f9ff;
	border-radius: 6px;
	border: 2px solid #00a9ea;
	margin: 40px auto 0 auto;
	max-width: 878px;
	width: 100%;
	text-align: center;
	clear: both;
}

@media screen and (max-width: 768px) {
	#genjibu .skyperhaishinari {
		margin-top: 20px;
	}
}

#genjibu .skyperhaishinari-outer {
	clear: both;
	padding-top: 1px;
}

#genjibu .skyperhaishinari_inner {
	padding: 15px 20px;
}

#genjibu .skyperhaishinari_ttl {
	background: #00a9ea;
	padding: 10px 20px;
	border-radius: 4px 4px 0 0;
}

#genjibu .skyperhaishinari_ttl img {
	max-width: 187px;
	display: block;
	margin: 0 auto;
}

#genjibu .skyperhaishinari a:not(.text-link) {
	max-width: 387px;
	padding: 10px 50px 10px 20px;
	min-height: 40px;
	display: block;
	position: relative;
	color: #fff;
	background: #00a9ea;
	border-radius: 4px;
	font-weight: bold;
	transition: 0.3s;
	text-align: center;
	font-size: 1.12em;
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	#genjibu .skyperhaishinari a:not(.text-link) {
		padding: 5px 10px 5px 10px;
		text-align: center;
		font-size: 15px;
	}
}

#genjibu .skyperhaishinari a:hover {
	opacity: 0.8;
}

#genjibu .skyperhaishinari a:not(.text-link)::after {
	position: absolute;
	content: "";
	display: block;
	width: 28px;
	height: 12px;
	background: url(../images/ico_arrow.svg) no-repeat center / contain;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width: 768px) {
	#genjibu .skyperhaishinari a:not(.text-link)::after {
		position: static;
		display: inline-block;
		margin-left: 10px;
	}

	#genjibu .skyperhaishinari_inner {
		font-size: 15px;
	}
}

#genjibu .skyperhaishinari_period {
	font-size: 0.75em;
	display: block;
	line-height: 1.3em;
	text-align: center;
	margin-top: 10px;
}

#genjibu .skyperhaishinari.skyperhaishinari__mb15 {
	margin: 0 auto 15px auto;
}

#genjibu .text-link {
	text-decoration: underline;
	color: #595656;
}

#genjibu .mb-0 {
	margin-bottom: 0 !important;
}

#genjibu .mp-0 {
	padding-bottom: 0 !important;
}

#topcontrol {
	z-index: 20;
}

span.italic {
	font-style: italic;
}

#genjibu p.text_attention {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}

#genjibu .is-text-red {
	color: #a70000;
}

#genjibu .is-text-bold {
	font-weight: bold;
}

/* ******************************
	当ページのためのユニークなstyling
********************************/

/* BASE
----------------------------- */
#genjibu .container {
	/* padding: 0 0 140px; */
}

/* UTILITY CLASS AND DATA ATTRIBUTE
----------------------------- */
#genjibu [data-hidden] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#genjibu .util-center {
	text-align: center;
}

#genjibu .cmn-schedule-txt {
	position: relative;
	display: inline-block;
	padding: .4em 1.75em;
	color: #5045A5;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	border-bottom: 1px dashed #574DDD;
}

@media screen and (max-width: 768px) {
	#genjibu .cmn-schedule-txt {
		font-size: 5.87vw;
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
  @supports (-moz-appearance: none) {
    #genjibu .cmn-schedule-txt {
      line-height: 4.5vw;
    }
  }
}

#genjibu .cmn-schedule-txt::before,
#genjibu .cmn-schedule-txt::after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 26px;
	aspect-ratio: 26/28;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
	#genjibu .cmn-schedule-txt::before,
	#genjibu .cmn-schedule-txt::after {
		width: 6.4vw;
	}
}

#genjibu .cmn-schedule-txt::before {
	left: 0;
	background-image: url("../images/icn_star_red.png");
}

#genjibu .cmn-schedule-txt::after {
	right: 0;
	background-image: url("../images/icn_star_yellow.png");
}

#genjibu .cmn-btn {
	position: relative;
	display: inline-flex;
	padding: 5px 20px 5px 75px;
	justify-content: center;
	align-items: center;
	gap: 45px;
	border-radius: 55px;
	background: linear-gradient(90deg, #EA6271 0%, #F8B500 100%);
	box-shadow: 6px 8px 0 0 rgba(55, 19, 162, 0.20);
	transition: opacity .2s;
}

@media screen and (max-width: 768px) {
	#genjibu .cmn-btn {
		padding: 1.33vw 3vw 1.4vw 8.5vw;
		gap: 3.47vw;
		width: 100%;
		border-radius: 12vw;
		box-shadow: 1.6vw 2.13vw 0 0 rgba(55, 19, 162, 0.20);
	}
}

/* Safari only */
@media screen and (max-width: 768px) {
	@supports (-webkit-appearance: none) {
		#genjibu .cmn-btn {
			padding: 1.33vw 3vw 1.4vw 7vw;
		}
	}
}


#genjibu .cmn-btn:hover {
	opacity: .8;
}

#genjibu .cmn-btn::after {
	content: "";
	display: block;
	width: 10px;
	aspect-ratio: 1/1;
	background: center/contain no-repeat url("../images/icn_arrow_btn.svg");
}

@media screen and (max-width: 768px) {
	#genjibu .cmn-btn::after {
		width: 2.67vw;
		margin-left: auto;
	}
}

#genjibu .cmn-btn-txt {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 220%;
	letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
	#genjibu .cmn-btn-txt {
		font-size: 4.8vw;
	}
}

/* LEADAREA
----------------------------- */
#genjibu .leadarea {
	margin: 140px 0 0;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#genjibu .leadarea {
		margin: 21.3vw 0 0;
		padding: 0 5.33vw;
	}
}

#genjibu .leadarea-inner {
	margin: 0 auto;
	width: min(980px, 100%);
}

#genjibu .leadarea-txt {
	text-align: center;
	color: #5045A5;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	#genjibu .leadarea-txt {
		text-align: left;
		font-size: 4.2vw;
	}
}

/* BNRS
----------------------------- */
#genjibu .bnrs {
	margin: 70px 0 0;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#genjibu .bnrs {
		margin: 18.7vw 0 0;
		padding: 0 5.33vw;
	}
}

#genjibu .bnrs-inner {
	margin: 0 auto;
	width: min(980px, 100%);
}

#genjibu .bnrs-list .bnrs-list-item {
	transition: opacity .2s;
}

#genjibu .bnrs-list .bnrs-list-item:hover {
	opacity: .8;
}

#genjibu .bnrs-list .bnrs-list-item+.bnrs-list-item {
	margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
	#genjibu .bnrs-list .bnrs-list-item+.bnrs-list-item {
		margin: 10.7vw 0 0;
	}
}

/* SUMMARY
----------------------------- */
#genjibu .summary {
	margin: 140px 0 0;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#genjibu .summary {
		margin: 21.3vw 0 0;
		padding: 0 5.33vw;
	}
}

#genjibu .summary-item {
	margin: 0 auto;
	width: min(1200px, 100%);
}

#genjibu .summary-item {
	position: relative;
	border: 1px solid #5045A5;
	background: rgba(255, 255, 255, 0.80);
}

#genjibu .summary-item-inner {
	padding: 50px;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-inner {
		padding: 8vw 5.33vw;
	}
}

#genjibu .summary-item-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-flex {
		flex-flow: column;
		gap: 5.33vw;
	}
}

#genjibu .summary-item-thumb {
	display: block;
	max-width: 39%;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-thumb {
		max-width: 100%;
		width: 100%;
	}
}

#genjibu .summary-item-txtbox {
	width: 58%;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-txtbox {
		width: 100%;
	}
}

#genjibu .summary-item-head {
	color: #5045A5;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-head {
		font-size: 5.33vw;
	}
}

#genjibu .summary-item-txt {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	#genjibu .summary-item-txt {
		margin: 5.33vw 0 0;
		font-size: 4.2vw;
	}
}

#genjibu .summary .cmn-schedule {
	margin: 11px 0 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#genjibu .summary .cmn-schedule {
		margin: 2.93vw 0 0;
	}
}

#genjibu .summary .cmn-btn {
	margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
	#genjibu .summary .cmn-btn {
		margin: 5.33vw 0 0;
	}
}

/* CONTENTS
----------------------------- */
#genjibu .contents {
	margin: 60px 0 0;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#genjibu .contents {
		margin: 8vw 0 0;
		padding: 0 5.33vw;
	}
}

#genjibu .contents-inner {
	margin: 0 auto;
	width: min(1200px, 100%);
}

#genjibu .contents-head {
	text-align: center;
}

#genjibu .contents-head-txt {
	position: relative;
	color: #5045A5;
	font-family: "Yeseva One", serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	#genjibu .contents-head-txt {
		font-size: 14.4vw;
	}
}

#genjibu .contents-head-txt::before,
#genjibu .contents-head-txt::after {
	content: "";
	position: absolute;
	top: 30px;
	display: inline-block;
	width: 76px;
	aspect-ratio: 76/73;
	background: center/contain no-repeat url("../images/icn_cream_heading.png");
}

#genjibu .contents-head-txt::before {
	left: -110px;
}

#genjibu .contents-head-txt::after {
	right: -110px;
}

@media screen and (max-width: 768px) {

	#genjibu .contents-head-txt::before,
	#genjibu .contents-head-txt::after {
		top: 4.5vw;
		width: 9.33vw;
	}

	#genjibu .contents-head-txt::before {
		left: -12.5vw;
	}

	#genjibu .contents-head-txt::after {
		right: -12.5vw;
	}
}

#genjibu .contents-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	margin: 65px 0 0;
}

@media screen and (max-width: 1024px) {
	#genjibu .contents-list {
		grid-template-columns: repeat(1, auto);
		row-gap: 60px;
	}
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list {
		column-gap: 11.7vw;
		margin: 8vw 0 0;
	}
}

#genjibu .contents-list-item {
	position: relative;
}

@media screen and (max-width: 1024px) {
	#genjibu .contents-list-item {
		margin: 0 auto;
		width: 580px;
	}
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item {
		width: 100%;
	}
}

#genjibu .contents-list-item-label {
	position: absolute;
	top: 0;
	left: -45px;
	max-width: 627px;
	width: 104%;
}

@media screen and (max-width: 1024px) {
	#genjibu .contents-list-item-label {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-label {
		left: -5.33vw;
		max-width: unset;
		width: 101vw;
		transform: unset;
	}
}

#genjibu .contents-list-item-box {
	display: flex;
	flex-flow: column;
	margin: 95px 0 0;
	padding: 80px 50px 50px;
	height: calc(100% - 95px);
	border: 1px solid #5045A5;
	background: rgba(255, 255, 255, 0.80);
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-box {
		margin: 8vw 0 0;
		padding: 21.33vw 5.33vw 10.67vw 5.33vw;
		height: calc(100% - 8vw);
	}
}

#genjibu .contents-list-item-box .cmn-btn {
	margin-top: auto;
	flex-grow: 0;
	align-self: center;
}

#genjibu .contents-list-item-box-head .is-top,
#genjibu .contents-list-item-box-head .is-btm {
	display: block;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .02em;
}

#genjibu .contents-list-item-box-head .is-top {
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-box-head .is-top {
		font-size: 5vw;
	}
}

#genjibu .contents-list-item-box-head .is-btm {
	color: #5045A5;
	font-family: "Yeseva One";
	font-size: 40px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-box-head .is-btm {
		font-size: 9.6vw;
	}
}

#genjibu .contents-list-item-box-schedule {
	margin: 30px 0 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-box-schedule {
		margin: 4vw 0 0;
	}
}

#genjibu .contents-list-item-box-txt {
	margin: 20px 0 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
	#genjibu .contents-list-item-box-txt {
		margin: 5.33vw 0 10.7vw;
		text-align: left;
		font-size: 4.2vw;
	}
}

#genjibu .contents-list-item-box .cmn-schedule {
	margin: 21px 0 0;
	text-align: center;
}

#genjibu #freearea2html {
	margin: 140px 0 0;
}

@media screen and (max-width: 768px) {
	#genjibu #freearea2html {
		margin: 21.3vw 0 0;
	}
}