@charset "utf-8";

#sections {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

.pcOnly {}
.spOnly { display: none;}

/* anchor ----------------------- */
.anchor {
	margin-top: -120px !important;
	padding-top: 120px !important;
}

@media only screen and (max-width: 640px) {
	.pcOnly { display: none;}
	.spOnly { display: inherit;}
}


#award01sec {
	box-sizing: border-box;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 80px;
}
#award01sec * {
	box-sizing: border-box;
	list-style: none;
}
#award01sec img {
	width: 100%;
}
#award01sec .txt_att {
	font-size: 14px;
}
#award01sec .txt_att p {
	text-indent: -1em;
	padding-left: 1em;
}
.txt_left {
	text-align: left !important;
}

@media only screen and (max-width: 640px) {
	#award01sec {
		font-size: 15px;
	}
	#award01sec .txt_att {
		font-size: 12px;
	}
}

#award01sec .anchor_menu {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 28px;
	max-width: 892px;
	width: 100%;
	margin: 90px auto 140px;
}
#award01sec .anchor_menu li {
	width: calc(50% - 14px);
}
#award01sec .anchor_menu li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	padding: 0 0 15px;
	border-bottom: solid 3px #333;
	cursor: pointer;
}
#award01sec .anchor_menu li a::after {
	position: absolute;
	left: calc(50% - 10px);
	bottom: -11px;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-color: #FFF;
	border-right: solid 3px #333;
	border-bottom: solid 3px #333;
	transform: rotate(45deg);
}
#award01sec .anchor_menu li a:hover,
#award01sec .anchor_menu li a:hover::after {
	color: #666;
	border-color: #ccc;
}
@media only screen and (max-width: 640px) {
	#award01sec .anchor_menu {
		gap: 20px;
		max-width: 892px;
		width: 100%;
		margin: 50px auto 80px;
		padding: 0 20px;
	}
	#award01sec .anchor_menu li {
		width: calc(50% - 10px);
	}
	#award01sec .anchor_menu li a {
		font-size: 15px;
		padding: 0 0 10px;
	}
}

#award01sec h2.award_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 80px;
}
#award01sec h2.award_title::before {
	display: inline-block;
	content: '';
	width: 48px;
	height: 93px;
	background: url("../img/bg_prize.png") no-repeat center center;
	background-size: contain;
	transform: scale(-1, 1);
	margin-right: 40px;
}
#award01sec h2.award_title::after {
	display: inline-block;
	content: '';
	width: 48px;
	height: 93px;
	background: url("../img/bg_prize.png") no-repeat center center;
	background-size: contain;
	margin-left: 40px;
}
@media only screen and (max-width: 640px) {
	#award01sec h2.award_title {
		font-size: 24px;
		margin-bottom: 50px;
	}
	#award01sec h2.award_title::before {
		width: 32px;
		height: 62px;
		margin-right: 10px;
	}
	#award01sec h2.award_title::after {
		width: 32px;
		height: 62px;
		margin-left: 10px;
	}
}

#award01sec .award_wrap {
	padding: 100px 0;
}
#award01sec .award_wrap:nth-child(even) {
	background-color: #f2f2f2;
}
#award01sec .award_wrap > div {
	width: calc(100% - 40px);
	max-width: 850px;
	margin: 0 auto;
}
#award01sec .award_name {
	font-size: 22px;
	text-align: left;
	margin-bottom: 50px;
}
#award01sec .award_name::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url("../img/icon_crown.svg") no-repeat center center;
	background-size:  contain;
	margin-right: 8px;
}
#award01sec .award_name a {
	color: #000;
	text-decoration: none;
}
#award01sec .award_name a:hover {
	opacity: 0.75;
}
#award01sec .award_img {
	margin-bottom: 60px;
}
#award01sec #award01_slider03,
#award01sec #award02_slider01,
#award01sec .award_slider {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 171px;
}
#award01sec #award01_slider03 li,
#award01sec #award02_slider01 li,
#award01sec .award_slider li {
	display: flex;
	margin: 0;
	justify-content: center;
}
#award01sec #award01_slider03 li img,
#award01sec #award01_slider03 li video,
#award01sec #award02_slider01 li img,
#award01sec #award02_slider01 li video,
#award01sec .award_img img,
#award01sec .award_slider li img {
	width: auto;
	height: 100%;
	max-width: 850px;
	max-height: 550px;
}
#award01sec .slick-prev {
	position: absolute;
	top: calc((100% - 171px - 14.5px) / 2);
	left: -39px;
	width: 29px;
	height: 29px;
	background: url("../img/arrow.png");
	background-size: cover;
	transform: scale(-1,1);
	border: none;
	background-color: transparent;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}
#award01sec .slick-next {
	position: absolute;
	top: calc((100% - 171px - 14.5px) / 2);
	right: -39px;
	width: 29px;
	height: 29px;
	background: url("../img/arrow.png");
	background-size: cover;
	border: none;
	background-color: transparent;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}

#award01sec .slick-dots {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 12px;
}
#award01sec .slick-dots li {
	width: 111px;
	height: 111px;
	background-color: #000;
}
#award01sec .slick-dots li span {
	display: block;
	width: 111px;
	height: 111px;
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
	cursor: pointer;
}
#award01sec .slick-dots li.slick-active span {
	opacity: 1;
}
#award01sec .award_txt {
	width: 736px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
#award01sec .award_wrap > div.award_column {
	position: relative;
	max-width: 976px;
	padding: 0 115px 110px;
	margin-top: 50px;
	border: solid 1px #c6c082;
}
#award01sec .award_column_title {
	position: relative;
	padding: 0 20px;
	margin: -50px auto 0;
	width: fit-content;
	background-color: #FFF;
}
#award01sec .award_column_title h2 {
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
#award01sec .award_wrap > div.award_column img {
	width: auto;
}
#award01sec .award_wrap > div.award_column .award_txt {
	margin-top: 60px;
}
#award01sec .award_btn a {
	position: relative;
	display: block;
	width: 488px;
	border:  solid 1px #000;
	color: #000;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	padding: 32px;
	margin: 120px auto;
	cursor: pointer;
}
#award01sec .award_btn a::after {
	position: absolute;
	right: 18px;
	top: calc(50% - 8px);
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
}
#award01sec .award_btn a:hover {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 640px) {
	#award01sec .award_wrap {
		padding: 50px 0;
	}
	#award01sec .award_wrap > div {
		width: calc(100% - 60px);
	}
	#award01sec .award_name {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#award01sec .award_img {
		margin-bottom: 40px;
	}
	#award01sec #award01_slider03,
	#award01sec .award_slider {
		margin-bottom: 40px;
		padding-bottom: 100px;
	}
	#award01sec .award_img img,
	#award01sec .award_slider li img,
	#award01sec #award01_slider03 li img,
	#award01sec #award01_slider03 li video {
		width: auto;
		height: 100%;
		max-width: 100%;
		max-height: 300px;
	}
	#award01sec .slick-prev {
		position: absolute;
		top: calc((100% - 140px - 14.5px) / 2);
		left: -30px;
		width: 29px;
		height: 29px;
		z-index: 1;
	}
	#award01sec .slick-next {
		position: absolute;
		top: calc((100% - 140px - 14.5px) / 2);
		right: -30px;
		width: 29px;
		height: 29px;
		z-index: 1;
	}

	#award01sec .slick-dots {
		gap: 6px;
	}
	#award01sec .slick-dots li {
		width: 50px;
		height: 50px;
	}
	#award01sec .slick-dots li span {
		width: 50px;
		height: 50px;
	}
	#award01sec .award_txt {
		width: 100%;
		font-size: 15px;
	}
	#award01sec .award_wrap > div.award_column {
		position: relative;
		max-width: 100%;
		padding: 0 20px 20px;
		margin-top: 30px;
	}
	#award01sec .award_column_title {
		padding: 0 20px;
		margin: -30px auto 0;
		width: fit-content;
		background-color: #FFF;
	}
	#award01sec .award_column_title h2 {
		letter-spacing: 0.15em;
		text-indent: 0.15em;
		margin-bottom: 30px;
	}
	#award01sec .award_wrap > div.award_column img {
		width: 80%;
	}
	#award01sec .award_wrap > div.award_column .award_txt {
		margin-top: 40px;
	}
	#award01sec .award_btn a {
		width: 90%;
		font-size: 16px;
		line-height: 1;
		padding: 24px 20px;
		margin: 60px auto;
	}
	#award01sec .award_btn a::after {
		right: 10px;
		top: calc(50% - 6px);
		width: 10px;
		height: 10px;
	}
}


