@media only screen and (min-width:750px) {
	/* main */
	.ab_tl {
		width: 90%;
		max-width: 1800px;
		margin: 0 auto 100px auto;
		position: relative;
	}
	.ab_tl h1 {
		display: flex;
		align-items: center;
		width: 30%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#about_wrap section {
		width: 1100px;
	}
	#about_wrap h2 {
		margin-bottom: 40px;
	}
	/* greet */
	#ab_greet {
		margin: 0 auto 120px auto;
		padding: 45px 0 0 0;
		position: relative;
	}
	#ab_greet svg#ab_gr_logo {
		fill: #f4f4f4;
		position: absolute;
		top: 0;
		right: -75px;
		z-index: -1;
	}
	.ab_greet_txt {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.ab_greet_con {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 15px;
		padding: 150px 0 0 0;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0.5px;
		position: relative;
	}
	.ab_greet_con:before {
		content: "";
		width: 2px;
		height: 120px;
		background: #ff47d6;
		position: absolute;
		left: 0;
		right: 0;
		top: 0px;
		margin: auto;
		z-index: 10;
	}
	.ab_greet_con span {
		padding: 5px 20px;
		border-radius: 3px;
		background: #ff47d6;
		font-size: 16px;
		line-height: 20px;
		color: #FFF;
		letter-spacing: 0.45px;
	}
	/* audition */
	#ab_aud {
		margin: 0 auto 220px auto;
	}
	.ab_aud_txt {
		margin: 0 0 60px 0;
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.ab_aud_box {
		box-sizing: border-box;
		padding: 50px 0 35px 0;
		border: 2px solid #333333;
		position: relative;
	}
	.ab_aud_box:before,
	.ab_aud_box:after {
		content: "";
		width: 20px;
		height: 2px;
		background: #FFF;
		position: absolute;
	}
	.ab_aud_box:before {
		top: -2px;
		left: 158px;
	}
	.ab_aud_box:after {
		bottom: -2px;
		right: -2px;
	}
	.ab_aud_box h3 {
		width: 160px;
		padding: 10px 0;
		background: #333;
		font-size: 18px;
		line-height: 20px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: -20px;
		left: -2px;
	}
	.ab_aud_box ul {
		display: flex;
		justify-content: space-between;
		width: 956px;
		margin: 0 auto 40px auto;
	}
	.ab_aud_box ul:before,
	.ab_aud_box ul:after {
		content: "";
		width: 2px;
		height: 20px;
		background: #FFF;
		position: absolute;
	}
	.ab_aud_box ul:before {
		bottom: 0;
		left: -2px;
	}
	.ab_aud_box ul:after {
		top: -2px;
		right: -2px;
	}
	.ab_aud_box ul li {
		width: 280px;
		padding: 30px 0 20px 0;
		border-radius: 5px;
		background: #f4f4f4;
		text-align: center;
		position: relative;
	}
	.ab_aud_box ul li span {
		font-size: 80px;
		line-height: 85px;
		color: #FFF;
		position: absolute;
		top: 0px;
		left: 10px;
	}
	.ab_aud_box ul li img {
		width: 110px;
		margin: 0 auto 10px auto;
		position: relative;
		z-index: 2;
	}
	.ab_aud_box ul li p {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 48px;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
	}
	.ab_aud_con {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 15px;
		margin: 0 0 25px 0;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		letter-spacing: 0.5px;
		position: relative;
	}
	.ab_aud_con span {
		padding: 5px 20px;
		border-radius: 3px;
		background: #0fd3fc;
		font-size: 16px;
		line-height: 20px;
		color: #FFF;
		letter-spacing: 0.45px;
	}
	.ab_aud_cau {
		font-size: 14px;
		line-height: 24px;
		color: #aaaaaa;
		text-align: center;
		letter-spacing: 0.3px;
	}
	.animate {
		opacity: 0;
		flex: 0 1 30%;
		transform: translateY(10px);
		transition: all 1.0s;
	}
	.animate.show {
		opacity: 1;
		transform: translateY(0);
	}
	.animate.show:nth-of-type(1) {
		transition-delay: 0s;
	}
	.animate.show:nth-of-type(2) {
		transition-delay: 0.1s;
	}
	.animate.show:nth-of-type(3) {
		transition-delay: 0.2s;
	}
	/* rights */
	#ab_rights {
		margin: 0 auto 250px auto;
		position: relative;
	}
	#ab_rights:after {
		content: "";
		width: 487px;
		height: 376px;
		background: url(/img/about/ab_bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	#ab_rights p {
		margin: 0 0 0 0;
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	/* 202402 */
	#re_t_ab_wrap {
		margin: 0 auto 0 auto;
		font-family: toppan-bunkyu-midashi-go-std, sans-serif;
		position: relative;
	}
	#re_t_ab_wrap h2 {
		margin: 0 0 40px 0;
		font-size: 45px;
		line-height: 90px;
		letter-spacing: 0.05em;
	}
	#re_t_ab_wrap h2 span.re_t_ab_b,
	#re_t_ab_wrap h2 span.re_t_ab_p {
		display: inline-block;
		padding: 0 25px;
		background: #FFF;
	}
	#re_t_ab_wrap h2 span.re_t_ab_b {
		margin: 0 70px 0 0;
		color: #0000ff;
		border: 5px solid #0000ff;
		position: relative;
	}
	#re_t_ab_wrap h2 span.re_t_ab_b:after {
		content: "";
		display: block;
		width: 36px;
		height: 36px;
		margin: auto;
		background: url(/img/top/re/ab_x.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -58px;
	}
	#re_t_ab_wrap h2 span.re_t_ab_p {
		color: #ff47d6;
		border: 5px solid #ff47d6;
	}
	#re_t_ab_wrap p {
		margin: 0 0 0 10px;
		font-size: 20px;
		line-height: 36px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
}
@media only screen and (min-width:750px) and (max-width:1199px) {
	#ab_greet svg#ab_gr_logo {
		width: 860px;
		right: 0;
	}
	#about_wrap section {
		width: 900px;
	}
	.ab_aud_box ul {
		width: 850px;
	}
	.ab_greet_txt {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
	.ab_aud_txt {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
	#ab_rights p {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
}