@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}



@media screen and (max-width: 768px) {
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 22px;
	}
}

/*============================
#caution
============================*/
#caution .content.inner {
	padding-top: 115px;
	letter-spacing: 0.15em;
}
#caution .content.inner .flex_area {
	display: flex;
	gap: 80px;
	margin-bottom: 100px;
}
#caution .content.inner .flex_area .txt_area {
	width: 100%;
}
#caution .content.inner .flex_area .txt_area .copy {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

#caution .content.inner .flex_area .txt_area .txt {
	line-height: 2;
	max-width: 458px;
}
#caution .content.inner .flex_area .img_area {
	width: 100%;
}
#caution .content.inner .flex_area .img_area .wide {
	font-size: 25px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
#caution .content.inner .flex_area .img_area .clm {
	display: flex;
	gap: 38px;
}
#caution .content.inner .flex_area .img_area .clm .img figcaption {
	text-align: center;
	padding-top: 8px;
	font-size: 20px;
	font-weight: 700;
}
#caution .content.inner .caution_area {
	border-radius: 20px;
	border: 3px solid var(--main_color);
	padding: 85px 57px 60px;
	position: relative;
	margin-bottom: 150px;
}
#caution .content.inner .caution_area::before,
#caution .content.inner .caution_area::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 62%;
	background-color: #fff;
}
#caution .content.inner .caution_area::before {
	left: -3px;
}
#caution .content.inner .caution_area::after {
	right: -3px;
}
#caution .content.inner .caution_area .ttl.red01 {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	background-color: #fff;
	width: fit-content;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
#caution .content.inner .caution_area .clm {
	display: flex;
	align-items: flex-start;
	gap: 56px;
}
#caution .content.inner .caution_area .clm .img_area {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 22px;
}
#caution .content.inner .caution_area .clm .img_area .img {
	position: relative;
}
#caution .content.inner .caution_area .clm .img_area .img figcaption {
	content: '';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.64);
}
#caution .content.inner .caution_area .clm .text_area {
	width: 100%;
}
#caution .content.inner .caution_area .clm .text_area p {
	line-height: 2;
}
#caution .content.inner .caution_area .clm .text_area p:first-child {
	margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
	#caution .content.inner {
		margin-bottom: 80px;
	}
	#caution .content.inner .flex_area {
		gap: 6.666vw;
	}
	#caution .content.inner .flex_area .txt_area .copy {
		font-size: calc((30 / 1200) * 100vw);
	}
	#caution .content.inner p {
		font-size: calc((18 / 1200) * 100vw);
	}
	#caution .content.inner .flex_area .img_area .wide {
		font-size: calc((25 / 1200) * 100vw);
	}
	#caution .content.inner .flex_area .img_area .clm {
		gap: 3.1vw;
	}
	#caution .content.inner .flex_area .img_area .clm .img figcaption {
		font-size: calc((22 / 1200) * 100vw);
	}
	#caution .content.inner .caution_area .clm .text_area p:first-child {
		margin-bottom: 20px;
	}
	#caution .content.inner .caution_area .ttl.red01 {
		font-size: calc((32 / 1200) * 100vw);
		top: -13px;
	}
	#caution .content.inner .caution_area {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 768px) {
	#caution .content.inner {
		padding-top: 30px;
	}
	#caution .content.inner p {
		font-size: 13px;
	}
	#caution .content.inner .flex_area {
		flex-direction: column;
		gap: 30px;
	}
	#caution .content.inner .flex_area .txt_area .copy {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#caution .content.inner .flex_area .txt_area .txt {
		max-width: 100%;
	}
	#caution .content.inner .flex_area .img_area .wide {
		font-size: 18px;
	}
	#caution .content.inner .flex_area .img_area .clm .img figcaption {
		font-size: 14px;
		margin-top: 2px;
	}
	#caution .content.inner .caution_area {
		border-radius: 10px;
		border: 2px solid var(--main_color);
		padding: 40px 30px 30px;
	}
	#caution .content.inner .caution_area::before,
	#caution .content.inner .caution_area::after {
		height: 80%;
	}
	#caution .content.inner .caution_area .ttl.red01 {
		font-size: 18px;
		width: 75%;
		text-align: center;
	}
	#caution .content.inner .caution_area .clm {
		flex-direction: column;
		gap: 30px;
	}
	#caution .content.inner .caution_area .clm .img_area {
		gap: 10px;
	}
}

/*============================
#type
============================*/
#type .content.inner {
	margin-bottom: 150px;
	letter-spacing: 0.15em;
}
#type .content.inner .clm {
	display: flex;
}
#type .content.inner .clm .box {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 60px;
}
#type .content.inner .clm .box:first-child {
	position: relative;
}
#type .content.inner .clm .box:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
		background-image: linear-gradient(to top, #000, #000 2px, transparent 2px, transparent 6px);
		background-size: 2px 6px;
		background-position: right top; 
		background-repeat: repeat-y;
		width: 2px;
		height: 100%;
}
#type .content.inner .clm .box .img {
	margin-bottom: 50px;
}
#type .content.inner .clm .box .wide.red01 {
	padding: 0 40px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 26px;
}
#type .content.inner .clm .box .plain {
	padding: 0 40px;
	line-height: 2;
}
#type .content.inner .topic {
	max-width: 790px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	#type .content.inner {
		margin-bottom: 100px;
	}
	#type .content.inner p {
		font-size: calc((18 / 1200) * 100vw);
	}
	#type .content.inner .clm .box {
		display: block;
		margin-bottom: 5vw;
	}
	#type .content.inner .clm .box .img {
		margin-bottom: 4vw;
	}
	#type .content.inner .clm .box .wide.red01 {
		font-size: calc((32 / 1200) * 100vw);
		padding: 0 30px;
	}
	#type .content.inner .clm .box .plain {
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	#type .content.inner {
		margin-bottom: 75px;
	}
	#type .content.inner p {
		font-size: 13px;
	}
	#type .content.inner .clm {
		flex-direction: column;
	}
	#type .content.inner .clm .box {
		padding: 10px 0;
		margin-bottom: 30px;
	}
	#type .content.inner .clm .box:first-child {
		padding-bottom: 20px;
	}
	#type .content.inner .clm .box:first-child::after {
		width: 100%;
		height: 2px;
		top: auto;
		bottom: 0;
		right: 0;
		background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
		background-position: right bottom;
		background-repeat: repeat-x;
	}
	#type .content.inner .clm .box .img {
		margin-bottom: 25px;
	}
	#type .content.inner .clm .box .wide.red01 {
		padding: 0 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#type .content.inner .clm .box .plain {
		padding: 0 20px;
	}
}

/*============================
#merit
============================*/

#merit .content.inner {
	margin-bottom: 145px;
	letter-spacing: 0.15em;
}
#merit .content.inner .ttl {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 45px;
}
#merit .content.inner .ttl .wide.red01 {
	font-size: 78px;
	padding: 0 4px;
}

#merit .content.inner .pt_clm {
	display: flex;
	flex-direction: column;
	gap: 110px;
}
#merit .content.inner .pt_clm .pt_flex {
	display: flex;
	gap: 80px;
}
#merit .content.inner .pt_clm .pt_flex:nth-child(even) {
	flex-direction: row-reverse;

}
#merit .content.inner .pt_clm .pt_flex .img {
	width: 100%;
}
#merit .content.inner .pt_clm .pt_flex .text_area {
	width: 100%;
}
#merit .content.inner .pt_clm .pt_flex .text_area .num {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#merit .content.inner .pt_clm .pt_flex .text_area .num .pt {
	padding-right: 27px;
	width: fit-content;
	background-color: #fff;
	position: relative;
	z-index: 5;
}
#merit .content.inner .pt_clm .pt_flex .text_area .num span {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #C4C4C4;
	transform: translateY(-50%); 
}
#merit .content.inner .pt_clm .pt_flex .text_area .pt_ttl {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.65;
}
#merit .content.inner .pt_clm .pt_flex .text_area .pt_ttl .red01 {
	background-color: #F8E9E9;
	background: linear-gradient(transparent 60%, #F8E9E9 60%);

}
#merit .content.inner .pt_clm .pt_flex .text_area .pt_ttl .red01 .black {
	color: #000;
}
#merit .content.inner .pt_clm .pt_flex .text_area > p {
	line-height: 2;
}
#merit .content.inner .pt_clm .pt_flex .text_area > p.add_ma{
	margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
	#merit .content.inner {
		margin-bottom: 100px;
	}
	#merit .content.inner p {
		font-size: calc((18 / 1200) * 100vw);
	}
	#merit .content.inner .ttl {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 5vw;
	}
	#merit .content.inner .ttl .wide.red01 {
		font-size: calc((78 / 1200) * 100vw);
	}
	#merit .content.inner .pt_clm {
		gap: 6.666vw;
	}
	#merit .content.inner .pt_clm .pt_flex {
		gap: 6.666vw;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area .pt_ttl {
		font-size: calc((32 / 1200) * 100vw);
		margin-bottom: 20px;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area > p.add_ma {
		margin-bottom: 20px;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area .num .pt {
		width: 14vw;
		padding-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	#merit .content.inner {
		margin-bottom: 75px;
	}
	#merit .content.inner p {
		font-size: 13px;
	}
	#merit .content.inner .ttl {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#merit .content.inner .ttl .wide.red01 {
		font-size: 36px;
	}
	#merit .content.inner .pt_clm .pt_flex .img {
		width: 80%;
		margin: 0 auto;
	}
	#merit .content.inner .pt_clm {
		gap: 50px;
	}
	#merit .content.inner .pt_clm .pt_flex,
	#merit .content.inner .pt_clm .pt_flex:nth-child(even) {
		flex-direction: column-reverse;
		gap: 30px;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area .num {
		margin-bottom: 10px;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area .num .pt {
		width: 80px;
	}
	#merit .content.inner .pt_clm .pt_flex .text_area .pt_ttl {
		margin-bottom: 15px;
		font-size: 18px;
	}
}

/*============================
#item_area
============================*/

#item_area .content.inner {
	letter-spacing: 0.15em;
	margin-bottom: 102px;
	padding: 70px 60px;
	border-radius: 20px;
	border: 3px solid var(--main_color);
}

#item_area .content.inner .ttl {
	width: fit-content;
	margin: 0 auto 50px;
	font-size: 30px;
	font-weight: 700;
	background-color: #F8E9E9;
	background: linear-gradient(transparent 60%, #F8E9E9 60%);
}
#item_area .content.inner .main_clm {
	display: flex;
	gap: 47px;
	margin-bottom: 70px;
}
#item_area .content.inner .main_clm .img {
	width: 420px;
}
#item_area .content.inner .main_clm .txt_area {
	width: calc(100% - 420px - 47px);
}
#item_area .content.inner .main_clm .txt_area .name {
	display: flex;
	gap: 23px;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
#item_area .content.inner .main_clm .txt_area .name .tag {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: var(--main_color);
	padding: 3px 20px;
	line-height: 1.5;
}
#item_area .content.inner .main_clm .txt_area p {
	line-height: 2;
}

#item_area .content.inner .box .wide.red01 {
	font-size: 20px;
	font-weight: 700;
	color: var(--main_color);
	margin-bottom: 15px;
}
#item_area .content.inner .box .plain {
	line-height: 2;
	margin-bottom: 30px;
}
#item_area .content.inner .box .img_clm {
	display: flex;
	gap: 80px;
	margin-bottom: 70px;
}
#item_area .content.inner .box .img_clm .img {
	width: 100%;
}
#item_area .content.inner .box_clm {
	display: flex;
	gap: 80px;
}

@media screen and (max-width: 1200px) {
	#item_area .content.inner {
		padding: 5.8333vw 5vw;
		margin-bottom: 80px;
	}
	#item_area .content.inner p {
		font-size: calc((18 / 1200) * 100vw);
	}
	#item_area .content.inner .ttl {
		font-size: calc((32 / 1200) * 100vw);
		margin-bottom: 4.166vw;
	}
	#item_area .content.inner .main_clm {
		gap: 3.9166vw;
		margin-bottom: 5.8333vw;
	}
	#item_area .content.inner .main_clm .img {
		width: 35vw;
	}
	#item_area .content.inner .box {
		display: block;
	}
	#item_area .content.inner .main_clm .txt_area {
		width: calc(100% - 35vw - 3.9166vw);
	}
	#item_area .content.inner .main_clm .txt_area .name {
		gap: 13px;
		font-size: calc((32 / 1200) * 100vw);
		margin-bottom: 30px;
	}
	#item_area .content.inner .main_clm .txt_area .name .tag {
		font-size: calc((20 / 1200) * 100vw);
		padding: 2px 1.66vw;
	}
	#item_area .content.inner .box .img_clm {
		gap: 6.666vw;
		margin-bottom: 5.8333vw;
	}
}

@media screen and (max-width: 768px) {
	#item_area .content.inner {
		margin-bottom: 30px;
		padding: 35px 30px;
		border-radius: 10px;
		border: 2px solid var(--main_color);
	}
	#item_area .content.inner p {
		font-size: 13px;
	}
	#item_area .content.inner .ttl {
		margin-bottom: 35px;
		font-size: 18px;
		background: none;
		text-align: center;
	}
	#item_area .content.inner .ttl span {
		background-color: #F8E9E9;
		background: linear-gradient(transparent 60%, #F8E9E9 60%);
	}
	#item_area .content.inner .main_clm {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 35px;
	}
	#item_area .content.inner .main_clm .img {
		width: 100%;
	}
	#item_area .content.inner .main_clm .txt_area {
		width: 100%;
	}
	#item_area .content.inner .main_clm .txt_area .name {
		gap: 10px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	#item_area .content.inner .main_clm .txt_area .name .tag {
		font-size: 14px;
		padding: 2px 10px;
	}
	#item_area .content.inner .box .wide.red01 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	#item_area .content.inner .box .plain {
		margin-bottom: 25px;
	}
	#item_area .content.inner .box .img_clm {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 35px;
	}
	#item_area .content.inner .box_clm {
		flex-direction: column;
		gap: 30px;
	}
}


/*============================
btn_contact
============================*/
.btn_contact {
	width: 690px;
	margin: 0 auto 110px;
}
.btn_contact a {
	width: 100%;
	border-radius: 20px;
	background: rgb(187,41,41);
	background: linear-gradient(180deg, rgba(187,41,41,1) 0%, rgba(136,0,0,1) 100%);
	text-align: center;
	padding: 55px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 23px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
}
.btn_contact a i {
	display: flex;
}

@media screen and (max-width: 1200px) {
	.btn_contact {
		width: 57.5vw;
		margin: 0 auto 9.0vw;
	}
	.btn_contact a {
		padding: 4.5vw 0;
		gap: 13px;
		font-size: calc((35 / 1200) * 100vw);
	}
	.btn_contact a i {
		width: 3.9333vw;
	}
}

@media screen and (max-width: 768px) {
	.btn_contact {
		max-width: 300px;
		width: 70vw;
		margin-bottom: 50px;
	}
	.btn_contact a {
		border-radius: 10px;
		padding: 20px 0;
		gap: 10px;
		font-size: 16px;
	}
	.btn_contact a i {
		width: 24px;
	}
}