/* header */
.l-header__menu .c-imglink {
	padding: 19px 49px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #e99c1f;
	background: #e99c1f;
}
.l-header__menu .c-imglink:hover {
	background: #fff;
	-webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.l-container.header {
	position: fixed;
	z-index: 9999;
	background: #fff;
}
.l-container h3 span:nth-of-type(2) {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
/* container */
.containerFirst{
	padding-top: 145px;
}
.oftheyearlist-btn {
	width: 300px;
	height: 60px;
	display: block;
	background: no-repeat 0 0/contain url(../img/oftheyearlist-btn.png);
}
.oftheyearlist-btn:hover {
	background: no-repeat 0 0/contain url(../img/oftheyearlist-btn_over.png);
}
.p-links__list>li:last-of-type {
	text-align: center;
}
.p-label-top {
	margin-bottom: 110px;
}
.p-label-top__flex>li {
	text-align: center;
	font-weight: 600;
}
.p-label-top__flex>li:first-of-type {
	margin-top: 20px;
}
.p-label-top__flex>li:last-of-type {
	font-size: 1.6rem;
}
.p-label-top__flex>li:last-of-type>p.link>a {
	font-size: 2.0rem;
}
.p-label-top__flex li .infoArea {
	display: block;
	text-align: center;
	margin: 0 auto 45px;
	max-width: 740px;
}
.p-label-top__flex li .infoArea .date {
	display: inline-block;
	width: 250px;
	margin-right: 20px;
}
.p-label-top__flex li .infoArea .text {
	display: inline-block;
	width: 300px;
}


.p-label-top__flex h3 {
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 600;
	vertical-align: middle;
}
.p-label-top__flex h3 img {
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: -5px;
}
.p-label-sub {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
}
.p-label-sub strong {
	margin-right: 40px;
}
.p-label-sub ul {
	display: flex;
}
.p-label-sub li a {
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #ee962a;
	position: relative;
}
.p-label-sub li a:hover {
	border-bottom: 1px solid #ee962a;
}
.p-label-sub li a:before {
	padding-right: 10px;
	content: url(../img/arrow.png);
}
.p-label-sub li:not(:last-child) {
	margin-right: 30px;
}
.c-hedding-h3 {
	margin-bottom: 10px;
}
.l-container > aside {
	margin-bottom: 20px;
	text-align: center;
}
.entryLike {
	margin: 60px 0;
}
.p-category__list__items>p:last-of-type>span {
	font-size: 1.5rem;
}
.p-juries__detail>li:last-of-type>p {
	font-size: 1.5rem;
}

/* entry_list */
.label {
	display: block;
}
/* entry_detail */
.detail-sns {
	display: flex;
	justify-content: flex-end;
}
.detail-sns li:not(:last-child) {
	margin-right: 10px;
}
.detail-image {
	width: 900px;
	height: 650px;
	text-align: center;
	margin-top: 50px;
}
.detail-image img {
	display: none;
}

.detail-mainImage {
	padding-top: 0;
}
.detail-imageList li {
	height: 100px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.entryLikeDetail {
	margin-top: 50px;
	padding: 15px 0;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/entry_like_bk.jpg) 0 0 no-repeat;
}
.entryLikeDetail.bkNone {
	background: none;
}
.entryLikeDetail li:not(:last-child) {
	margin-right: 10px;
}
/* floor */
.floor {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.floor h3 {
	margin-bottom: 10px;
}
.floorBefore .floorImage {
	position: relative;
}
.floorBefore .floorImage:after {
	content: "";
	width: 12px;
	height: 22px;
	display: block;
	background: url(../img/icon_triangle_2.png) 0 0 no-repeat;
	position: absolute;
	top: calc(50% - 11px);
	right: -37px;
}
.floor > div:not(:last-child) {
	margin-right: 60px;
}
.floorImage {
    border: 1px solid #dddddd;
}
/* footer */
.l-footer__link {
	padding: 35px 0 30px;
	flex-wrap: wrap;
	align-items: unset;
}
.l-footer_sns {
	display: flex;
	justify-content: center;
}
.l-footer_sns li:not(:last-child) {
	margin-right: 10px;
}
.textCenter {
	text-align: center;
}
.fontJump {
	font-size: 200%;
	line-height: 1.5;
}
.sp {
	display: none;
}
@media screen and ( max-width: 1350px ) {
	.l-footer__link>li:last-child {
		margin-left: 0;
	}
}
@media (min-width: 769px) {
	.award-judge__list>li {
		max-width: 285px;
	}
	.award-judge__list>li {
		margin-left: 20px;
	}
	.award-judge__list>li:nth-of-type(3n-1) {
		margin: 0;
		margin-top: 15px;
		margin-left: 20px;
	}
	.award-judge__list>li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.award-judge__detail {
		padding: 15px;
	}
}
@media (max-width: 768px) {
	img {
		width: 100%;
	}
	.l-container.mainVisual {
		padding-top: 90px;
	}
	.p-label-top__inner {
		padding: 0 0 30px;
	}
	.oftheyearlist-btn {
		width: 200px;
		height: 40px;
	}
	.detail-imageList li {
		height: 55px;
	}
	.detail-mainImage {
		width: 100%;
	}
	.detail-image {
		width: 100%;
		height: 230px;
		margin-top: 10px;
	}
	.p-label-top__flex h3 {
		font-size: 5.34vw;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.p-label-top__flex h3 img{
		margin-bottom: 10px;
		width: 30vw;
	}
	.p-label-top__flex>li:first-of-type {
		margin-bottom: 0;
		width: 100%;
	}
	.p-label-top__flex>li:last-of-type>p.link>a {
		padding-bottom: 1px;
		line-height: 2;
		letter-spacing: 0;
	}
	.p-label-top__flex li .infoArea {
		display: block;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 5vw;
	}
	.p-label-top__flex li .infoArea .date {
		display: inline-block;
		width: auto;
		margin: 0px;
		font-weight: bold;
		font-size: 4.34vw;
	}
	.p-label-top__flex li .infoArea .text {
		display: inline-block;
		width: auto;
		margin: 0 0 3vw 0;
		font-size: 3vw;
	}
	.p-label-sub {
		margin-bottom: 50px;
		text-align: center;
		flex-flow: column;
		align-items: center;
	}
	.p-label-sub strong {
		margin: 0 0 20px;
	}
	/* container */
	.containerFirst{
		padding-top: 90px;
	}
	/* entry_list */
	.entryLike  {
		margin: 50px 0 40px;
	}
	/* entry_detail */
	.detail-sns {
		display: flex;
		justify-content: center;
	}
	.detail-sns li:not(:last-child) {
		margin-right: 5px;
	}
	/* floor */
	.floor {
		flex-flow: column;
	}
	.floorBefore .floorImage:after {
		content: "";
		width: 12px;
		height: 22px;
		display: block;
		transform: rotate(90deg);
		background: url(../img/icon_triangle_2.png) 0 0 no-repeat;
		position: absolute;
		top: calc(100% + 12px);
		right: calc(50% - 6px);
	}
	.floor > div:not(:last-child) {
		margin-right: 0;
		margin-bottom: 40px;
	}
	/* judge__list */
	.award-judge__list>li:nth-of-type(3n) {
		margin-bottom: 0;
	}
	/* footer */
	.l-footer_sns {
		justify-content: start;
	}
	.fontJump {
		font-size: 150%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}




/* 2020 update */

.p-mainVisual {
	/*max-width: 1280px;*/
	height: 450px;
	background: url(../img/bg_mainvisual.jpg) no-repeat top center;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}
.p-mainVisual__logo_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 130px;
	height: 130px;
	background-color: #fff;
}
.p-mainVisual__logo_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
}
.p-mainVisual__logo {
	top: 60%;
	font-family: 游ゴシック体,Yu Gothic,YuGothic,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Meiryo,メイリオ,sans-serif;
	font-size: 100%;
}
.p-mainVisual__logo h1 {
	margin: 0 0 .25em;
	font-family: brandon-grotesque;
	font-size: 4.8rem;
}
.p-mainVisual__txt {
	display: block;
	margin-bottom: 1em;
	font-size: 3.3rem;
	font-weight: bold;
}
.p-mainVisual__btn a {
	display: block;
	padding: 1em;
	margin: auto;
	width: 360px;
	box-sizing: border-box;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.1rem;
	color: #fff;
}
.p-mainVisual > small {
 	position: absolute;
	right: .7em;
	bottom: .7em;
	font-size: 1.4rem;
	color: #fff;
}
.l-main.lead,
.l-main.entrylink,
.l-main.about,
.l-main.category,
.l-main.juries,
.l-main.past {
	max-width: 960px;
	padding: 0;
}
.l-main.lead {
	margin-bottom: 8em;
	text-align: center;
}
.c-hedding-h2 {
	display: block;
	margin: 3em 0 1em;
	border-bottom: none;
	letter-spacing: 0;
}
.l-main.lead .c-hedding-h2 {
	margin-bottom: .5em;
	font-size: 2.7rem;
}
.l-main.lead p {
	line-height: 1.6;
	font-size: 2.1rem;
}
.p-lead__check {
	max-width: 456px;
	margin: 3em auto 4em;
}
.p-lead__check li {
	padding: .7em .5em;
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-size: 2.4rem;
}
.p-lead__check li::before {
	content: "";
	display: inline-block;
	margin-right: 1em;
	width: 21px;
	height: 23px;
	background: url('data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2030%2035%22%3e%3cpath%20class%3d%22cls%2d1%22%20d%3d%22M29%2e637%2c0%2e123a0%2e75%2c0%2e75%2c0%2c0%2c0%2d1%2e049%2e232L11%2e15%2c27%2e318l%2d9%2e782%2d12%2e4a0%2e748%2c0%2e748%2c0%2c0%2c0%2d1%2e042%2d%2e146%2c0%2e839%2c0%2e839%2c0%2c0%2c0%2d%2e218%2c1%2e08L10%2e548%2c34%2e2a0%2e766%2c0%2e766%2c0%2c0%2c0%2c%2e664%2e4h0%2e007a0%2e768%2c0%2e768%2c0%2c0%2c0%2c%2e664%2d0%2e408L29%2e9%2c1%2e216A0%2e836%2c0%2e836%2c0%2c0%2c0%2c29%2e637%2e123Z%22%20style%3d%22fill%3a%20%23ef9716%3bfill%2drule%3a%20evenodd%3b%22%2f%3e%3c%2fsvg%3e') no-repeat top center;
	vertical-align: middle;
}
.l-main.entrylink {
	position: relative;
	margin: 5em auto 0;
	padding: 3.3em;
	background-color: #f4f4f4;
}
.l-main.entrylink > b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.p-entrylink {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.p-entrylink li {
	width: 24.3%;
}
.p-entrylink li a {
	display: block;
	padding: .9em 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
.l-main.about .c-hedding-h2 {
	margin-bottom: 1em;
	letter-spacing: 2px;
	font-size: 3.6rem;
}
.c-lead-text {
	line-height: 2;
	font-size: 2.1rem;
}
.l-main.category .c-hedding-h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 3.6rem;
}
.l-main.category .c-hedding-h2 small {
	display: block;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: normal;
}
.p-category {
	align-items: stretch;
	justify-content: space-between;
}
li.p-category__list {
	position: relative;
	padding: 3em 1.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f4f4;
}
.p-category__list__txt b {
	display: block;
	margin-bottom: 1em;
	font-size: 2.4rem;
}
.p-category__list__txt p {
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 1.8rem;
}
.p-category__list__txt p small {
	font-size: 88.8%;
}
.p-category__list__btn {
	position: absolute;
	bottom: -2.4em;
	left: 0;
	right: 0;
	margin: auto;
}
.p-category__list__btn a {
	display: block;
	width: 80%;
	padding: 1.1em 0;
	margin: auto;
	background-color: #ef9716;
	font-size: 1.8rem;
	color: #fff;
}
.p-commendation__text {
	font-size: 2.1rem;
}
.p-schedule__item ul {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.p-schedule__item li {
	flex: 1;
	text-align: center;
}
.p-schedule__item__term {
	position: relative;
	height: 200px;
	box-sizing: border-box;
	background-color: #f4f4f4;
	font-size: 2.7rem;
	font-weight: bold;
}
.p-schedule__item__term::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -36px;
	display: block;
	width: 44px;
	height: 200px;
	background: url('data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20version%3d%221%2e1%22%20viewBox%3d%220%200%2020%20100%22%3e%3cpath%20stroke%3d%22%23fff%22%20stroke%2dwidth%3d%222%22%20fill%3d%22%23f4f4f4%22%20d%3d%22M%200%20%2d5%20L%2018%2050%20L%200%20105%22%2f%3e%3c%2fsvg%3e') no-repeat left center;
	background-size: auto 100%;
	z-index: 1;
}
.p-schedule__item li:last-child .p-schedule__item__term::after {
	content: none;
}
.p-schedule__item__term span {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 90%;
}
.p-schedule__item__term span small {
	display: block;
	margin: .2em 0 .5em;
	font-size: 78%;
}
.p-schedule__item li:last-child small {
	margin-bottom: 0;
}
.p-schedule__item__date {
	position: relative;
	height: 120px;
	font-size: 2.4rem;
}
.p-schedule__item__date span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 90%;
}
.p-schedule__item > p {
	line-height: 1.8;
	font-size: 2.1rem;
}
.l-main.juries {
	position: relative;
	padding: 5em 5em 0;
	margin: 8em auto 0;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
.l-main.juries .c-hedding-h2 {
	position: absolute;
	top: -.7em;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 3rem;
}


.p-juries {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-juries > li {
	width: 28.6%;
	margin: 0 0 4em 7.1%;
	max-width: 240px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.p-juries > li:nth-child(3n+1) {
	margin-left: 0;
}
.p-juries__detail {
	display: block;
}
.p-juries__detail>li:first-of-type {
	max-width: 240px;
}
.p-juries__detail>li:last-of-type {
	margin: 1em 0 0;
}
.p-juries__detail>li:last-of-type>p {
	line-height: 1.4;
}
.p-juries__detail>li span {
	display: block;
	margin-bottom: .5em;
}
.p-juries__detail>li b {
	display: block;
	margin-bottom: .5em;
	font-size: 1.8rem;
}
.p-links__logo>a>img {
	max-width: 320px;
}
.l-main.past {
	margin: 4em auto;
}/*
.p-past__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-past__btn a {
	display: block;
	padding: 3.15rem 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
.p-past__btn {
	max-width: 288px;
	width: 30%;
}
.p-past__link {
	position: relative;
	max-width: 624px;
	width: 65%;
	padding: 3.3rem 3em;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
.p-past__link b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin:	auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.p-past__link li {
	display: inline-block;
	margin-right: 5%;
}
.p-past__link li a {
	font-size: 2.1rem;
}*/
@media (max-width: 768px) {
	br.sp {
		display: inline;
	}
	.l-container.mainVisual {
		padding-top: 0;
	}
	.p-mainVisual {
		height: 116.40625vw;
		background-image: url(../img/bg_mainvisual_sp.png);
	}
	.p-mainVisual__logo_img {
		width: 26.5625vw;
		height: 26.5625vw;
	}
	.p-mainVisual__logo_img img {
		width: 14.375vw;
	}
	.p-mainVisual__logo {
		top: 54%;
	}
	.p-mainVisual__logo h1 {
		font-size: 9.375vw;
	}
	.p-mainVisual__txt {
		font-size: 6.5625vw;
	}
	.p-mainVisual__btn a {
		width: 78.125%;
		font-size: 4.6875vw;
	}
	.p-mainVisual > small {
		font-size: 2.1vw;
	}
	.l-main.lead,
	.l-main.entrylink,
	.l-main.about,
	.l-main.category,
	.l-main.past {
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.c-hedding-h2 {
		margin: 10vw 0 .5em;
	}
	.l-main.lead {
		margin-bottom: 0;
		text-align: left;
	}
	.l-main.lead .c-hedding-h2 {
		margin: 6vh 0 .5em;
		font-size: 5.625vw;
	}
	.l-main.lead p {
		font-size: 3.75vw;
	}
	.l-main.lead > p {
		text-align: center;
	}
	.p-lead__check {
		max-width: 100%;
		margin: 4vh auto;
	}
	.p-lead__check li {
		position: relative;
		padding: .7em .5em .7em 8vw;
		font-size: 4.21875vw;
	}
	.p-lead__check li::before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 4.8vh;
		height: 5.3vw;
	}
	.l-main.entrylink {
		box-sizing: border-box;
		width: 90%;
		padding: 3em 2.5em 2.5em;
		margin-top: 9vh;
	}
	.p-entrylink {
		flex-wrap: wrap;
	}
	.p-entrylink li {
		width: 48%;
	}
	.p-entrylink li:first-child,
	.p-entrylink li:nth-child(2) {
		margin-bottom: 1.8em;
	}
	.l-main.entrylink > b,
	.p-entrylink li a {
		font-size: 4.6875vw;
	}
	.l-main.about .c-hedding-h2 {
		line-height: 1.2;
		font-size: 6.5625vw;
	}
	.c-lead-text {
		margin-bottom: 0;
		text-align: left;
		line-height: 1.6;
		font-size: 3.75vw;
	}
	.l-main.category .c-hedding-h2 {
		font-size: 6.5625vw;
	}
	.p-commendation__text {
		font-size: 3.28125vw;
	}
	.l-main.category .c-hedding-h2 small {
		font-size: 3.28125vw;
	}
	.p-category {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	li.p-category__list {
		width: 100%;
		padding: 7vw 1em 8vw;
	}
	.p-category>li:first-of-type,
	.p-category>li:nth-of-type(2),
	.p-category>li:nth-of-type(3),
	.p-category>li:nth-of-type(4) {
		margin-bottom: 6em;
	}
	.p-category>li:nth-of-type(2),
	.p-category>li:nth-of-type(4) {
		margin-left: 0;
	}
	.p-category__list__btn a {
		width: 50%;
		min-width: 240px;
		font-size: 3.75vw;
	}
	.p-category__list__txt b {
		margin-bottom: .3em;
		font-size: 5.625vw;
	}
	.p-category__list__txt p {
		font-size: 3.75vw;
	}
	.p-commendation {
		margin-bottom: 0;
	}
	.p-schedule__item ul {
		display: block;
		margin-bottom: 3em;
	}
	.p-schedule__item li {
		display: flex;
		flex: none;
		align-items: stretch;
		justify-content: space-between;
		flex-direction: row-reverse;
		height: 19vh;
	}

	.p-schedule__item__term {
		width: 58%;
		height: 100%;
		font-size: 4.6875vw;
	}
	.p-schedule__item__date {
		width: 40%;
		height: 100%;
		font-size: 4.21875vw;
	}
	.p-schedule__item__term::after {
		top: inherit;
		bottom: -1rem;
		left: 0;
		width: 100%;
		height: 3rem;
		background: url('data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20version%3d%221%2e1%22%20viewBox%3d%220%200%20100%2012%22%3e%3cpath%20stroke%3d%22%23fff%22%20stroke%2dwidth%3d%221%2e5%22%20fill%3d%22%23f4f4f4%22%20d%3d%22M%20%2d4%200%20L%2050%2010%20L%20104%200%22%2f%3e%3c%2fsvg%3e') no-repeat top center;
		background-size: 100% auto;
	}
	.p-schedule__item__term span {
		left: 50%;
	}
	.p-schedule__item__term span small {
		margin-bottom: .2em;
	}
	.p-schedule__item li:nth-child(3) .p-schedule__item__term span,
	.p-schedule__item li:nth-child(4) .p-schedule__item__term span {
		top: 52%;
	}
	.p-schedule__item > p {
		line-height: 1.6;
		font-size: 3.75vw;
	}
	.l-main.juries {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 9vw;
		margin: 14vw auto 0;
		width: 90%;
	}
	.l-main.juries .c-hedding-h2 {
		font-size: 4.6875vw;
	}
	.p-juries > li {
		width: 100%;
		max-width: 100%;
		margin: 0 0 5vw 0;
	}
	.p-juries__detail {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.p-juries__detail>li:first-of-type {
		width: 48%;
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	.p-juries__detail>li:last-of-type {
		margin-top: 0;
		width: 48%;
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	.p-juries__detail>li span {
		font-size: 3.28125vw;
	}
	.p-juries__detail>li b {
		font-size: 3.75vw;
	}
	.p-juries__detail>li:last-of-type>p {
		font-size: 3.28125vw;
	}
	.p-links__logo {
		width: 60%;
		margin: 4em auto; 
	}
/*
	.p-past__item {
		display: block;
	}
	.p-past__btn {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5em;
	}
	.p-past__btn a {
		font-size: 4.6875vw;
	}
	.p-past__link {
		width: 100%;
		padding: 4em 3em 2em;
	}
	.p-past__link b {
		font-size: 4.6875vw;
	}
	.p-past__link ul {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.p-past__link li {
		display: list-item;
		width: 32%;
		margin: 0 0 2em 2%;
		text-align: center;
	}
	.p-past__link li:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-past__link li a {
		font-size: 4.6875vw;
	}
*/
}


.l-topics {
	max-width: 960px;
	position: relative;
	margin: 5em auto 0;
	padding: 3.3em;
	background-color: #fffbe6;
	text-align: center;
}
.l-topics p {
	line-height: 1.6;
	font-size: 2.1rem;
}

.l-topics a{
    font-weight: bold;
    color: #f29428;
}
@media (max-width: 768px) {
	.l-topics {
	background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        padding:0;
	}
	.l-topics p {
		font-size: 3.75vw;
	}
	.l-topics > p {
		text-align: center;
	}
}

/* topics */

.l-main.topics .c-hedding-h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 6.5625vw;
}
.l-main.topics .c-hedding-h2 small {
	display: block;
	letter-spacing: 2px;
	font-size: 3.28125vw;
	font-weight: normal;
}
.p-topics {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.p-topics__item > p {
	line-height: 1.6;
	font-size: 4.0625vw;
}
.p-topics__item > p > b {
	display: block;
    text-align: center;
}
.l-main.c_howto {
	position: relative;
	margin: 5em auto 0;
	padding: 3.3em;
	padding-bottom: 1em;
	background-color: #f4f4f4;
}
.l-main.c_howto p {
	line-height: 1.6;
	font-size: 4.6875vw;
    text-align: left;
	background-color: #fff;
}
.l-main.c_howto > b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 5.625vw;
}
.f-item{
    margin-bottom: 1em;
    padding: 1.5em;
    background: #fff;
}

.l-main.c_chance{
	position: relative;
	margin: 0 auto 3em;;
	padding: 1em;
	background-color: #f4f4f4;
}
.p-chance__item > p {
	line-height: 1.6;
	font-size: 4.0625vw;
}
.p-topics__caution > p {
	line-height: 1.6;
	font-size: 3.75vw;
    text-align: left;
}

.l-main.c_present {
	position: relative;
	margin: 5em auto;
	padding: 3.3em;
	background-color: #fffbe6;
}
.l-main.c_present p {
	line-height: 1.6;
	font-size: 4.375vw;
    text-align: left;
}
.l-main.c_present a{
    color: #f29428;
    display: block;
    margin-top: 1em;
}
.l-main.c_present > b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 5.625vw;
}
.c_present-img{
    margin-top: 1em;
}
.c_present-img img{
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
.l-main.topics,
.l-main.c_present,
.l-main.c_howto,
.l-main.c_chance {
	max-width: 960px;
	padding: 0;
}

.l-main.topics .c-hedding-h2 {
	font-size: 3.6rem;
}
.l-main.topics .c-hedding-h2 small {
	font-size: 1.6rem;
}
.p-topics {
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
}
.p-topics__item > p {
	line-height: 1.8;
	font-size: 2.1rem;
}
    
.c_howto_area{
    display: flex;
    flex-diretion: row;
    justify-content: center;
}
.f-item{
    width: 30%;
	font-size: 2.1rem;
    background: #fff;
    padding: 2em 1em;
}
.f-item:nth-child(1),
.f-item:nth-child(2){
    margin-right: 2em;
}
    
.l-main.c_chance{
	position: relative;
	margin: 0 auto 3em;;
	padding: 3.3em;
	background-color: #f4f4f4;
}
.p-chance__item > p {
	line-height: 1.8;
	font-size: 2.1rem;
}
.p-topics__caution > p {
	line-height: 1.8;
	font-size: 1.6rem;
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.l-main.c_howto {
	position: relative;
	margin: 5em auto 0;
	padding: 3.3em;
	padding-bottom: 1em;
	background-color: #f4f4f4;
}
.l-main.c_howto p {
	line-height: 1.8;
	font-size: 2.1rem;
    text-align: center;
	background-color: #fff;
}
.l-main.c_howto > b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.l-main.c_present {
	position: relative;
	margin: 5em auto;
	padding: 3.3em;
	background-color: #fffbe6;
}
.l-main.c_present p {
	line-height: 1.8;
	font-size: 2.1rem;
    text-align: center;
}

.l-main.c_present a{
    color: #f29428;
}
.l-main.c_present > b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.c_present-img{
    display:flex;
    justify-content: space-between;
}
    .item-hotels{
        width: 32%;
    }
}


.l-main.past {
	margin: 4em auto;
}
.p-past__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-past__btn a {
	display: block;
	padding: 3.15rem 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
.p-past__btn {
	max-width: 288px;
	width: 30%;
    margin-right: 20px;
}
.p-past__link {
	position: relative;
	max-width: 624px;
	width: 65%;
	padding: 3.0rem 2.0em 1.8rem 2.4em;
	box-sizing: border-box;
	background-color: #f4f4f4;
	text-align: left;
}
.p-past__link b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin:	auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.p-past__link li {
	display: inline-block;
	margin-right: 5%;
    margin-bottom: .5em;
}
.p-past__link li:last-child {
	display: inline-block;
	margin-right: 0;
}
.p-past__link li a {
	font-size: 2.1rem;
}


@media (max-width: 768px) {
	.p-past__item {
		display: block;
	}
	.p-past__btn {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2em;
	}
	.p-past__btn a {
		font-size: 4.6875vw;
	}
	.p-past__link {
		width: 100%;
		padding: 4em 3em 2em;
	}
	.p-past__link b {
		font-size: 4.6875vw;
	}
	.p-past__link ul {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.p-past__link li {
		display: list-item;
		width: 32%;
		margin: 0 0 2em 2%;
		text-align: center;
	}
	.p-past__link li:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-past__link li a {
		font-size: 4.6875vw;
	}
}