@charset "utf-8";
/* ==========================================================
	file：style
	01.section
========================================================== */
/* ==========================================================
	01.section
========================================================== */
section {
	position: relative;
	padding: 80px 0 100px;
	z-index: 1;
}
section:not(.bg-white) {
	padding-right: 15px;
	padding-left: 15px;
}
section:not(.bg-white) > .container {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 30px 15px;
	z-index: -1;
}
/* .sec.bg-white {
} */
/* .sec.bg-white::before,
.sec.bg-white::after {
	content: '';
	position: absolute;
	display: block;
}
.sec.bg-white::before {
	background-image: url('../images/icon-aboutaword01_sp.png');
	width: 100px;
	height: 76px;
	top: -10px;
	left: 10px;
}
.sec.bg-white::after {
	background-image: url('../images/icon-aboutaword02_sp.png');
	width: 90px;
	height: 111px;
	bottom: 5px;
	right: 10px;
} */
.sec-ttl {
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}
.sec-ttl::before,
.sec-ttl::after {
	content: '';
	position: absolute;
	display: block;
	background-image: repeating-linear-gradient(45deg, #442501 25%, transparent 25%, transparent 75%, #442501 75%, #442501), repeating-linear-gradient(45deg, #442501 25%, transparent 25%, transparent 75%, #442501 75%, #442501);
  background-position: 10px 5px, 5px 10px;
  background-size: 10px 10px;
	width: 45px;
	height: 15px;
	top: 0.75rem;
}
.sec-ttl::before {
	left: 0;
}
.sec-ttl::after {
	right: 0;
}
.sec-ttl span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	font-weight: normal;
	margin-top: 15px;
}
.msg-dec {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.5;
}
.msg-dec > span {
	border-bottom: 10px solid #fffcd1;
}
/* table */
.award-table {
	margin: 0 auto;
}
.award-table tr th {
	width: 170px;
	padding: 10px 20px 10px 0;
	text-align: right;
}
.award-table tr th span {
	padding: 0 8px;
	border-bottom: 10px solid #fffcd1;
}
.award-table tr td {
	width: 350px;
	padding: 10px 0;
}





.numbering {
	list-style: none;
  margin: 6rem 0;
	padding-left: 0;
  counter-reset: number;
}
.zoom {
	margin-bottom: 50px;
}
.card {
	transition: .3s;
	border: none;
	margin-bottom: 25px;
}
.zoom .card-image {
	overflow: hidden
}
.zoom .card .card-img-top {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s
}
.zoom .card:hover .card-img-top {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.zoom .play_button {
	position: relative;
	border-radius: 10px;
}
.zoom .play_button::after {
	content: '';
	background: url('../../images/movies/btn_mv01.png') no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	transition: .3s ease-out;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	z-index: 1;
}
.zoom .play_button:hover::after {
	background: url('../../images/movies/btn_mv02.png') no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	transition: .3s ease-out;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	z-index: 1;
}
.zoom .play_button::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:#000;
	border-radius: 10px;
	opacity: 0.25;
	display:block;
	z-index: 1;
}
.zoom .play_button:hover::before{
	background-color: inherit;
	opacity: 1;
}

.numbering h4 {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	min-height: 50px;
	padding-left: 55px;
}
.numbering h4::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position:absolute;
  background: #6fb5c7;
  border-radius: 5px;
	color: #fff;
  font-size: 25px;
  font-weight: bold;
  left:0;
  top: -12px;
  width: 50px;
  height: 50px;
  padding: 15px 12px;
}
.numbering h4::after {
	content: 'ENTRY';
  position:absolute;
	color: #fff;
	font-size: 0.75rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	top: -7px;
	left: 0;
	width: 50px;
	text-align: center;
}
.numbering h4.line2 {
	margin-top: -15px;
	margin-bottom: 15px;
}
.numbering h4.line2::before {
  top: 0;
}
.numbering h4.line2::after {
  top: 5px;
}
.zoom p {
	line-height: 1.6;
}
.zoom p .font-weight-bold {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 8px;
}

/* === ボタン === */
.link-btn {
	position: relative;
	display: block;
	background: #442501;
	border-radius: 180px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	width: 100%;
	max-width: 770px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 20px auto;
	transition: all 0.5s;
}
.link-btn::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #6fb5c7;
	border-width: 10px 10px 10px 15px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.link-btn::after {
	content: '';
	position: absolute;
	display: block;
	background-image: repeating-linear-gradient(45deg, rgba(68, 37, 1, 0.5) 25%, transparent 25%, transparent 75%, rgba(68, 37, 1, 0.5) 75%, rgba(68, 37, 1, 0.5)), repeating-linear-gradient(45deg, rgba(68, 37, 1, 0.5) 25%, transparent 25%, transparent 75%, rgba(68, 37, 1, 0.5) 75%, rgba(68, 37, 1, 0.5));
  background-position: 8px 4px, 4px 8px;
  background-size: 8px 8px;
	border-radius: 180px;
	width:100%;
	height: 80px;
	bottom: -7px;
	right: -7px;
	z-index: -1;
}
.link-btn:hover {
	color: #f7e9d9;
	opacity: 0.9;
}

/*=== トップ ===*/
.top .sec.sec1 .sec-ttl::before, .top .sec.sec1 .sec-ttl::after {
	width: 35px;
}
.top .sec.sec2 .sec-ttl::before, .top .sec.sec2 .sec-ttl::after {
	width: 45px;
}
/* .top .link-btn {
	display: block;
	background-image: url('../images/common/bg_button_sp.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	width: 310px;
	height: 80px;
	line-height: 70px;
	margin: 0 auto;
	padding-right: 20px;
	transition: opacity 0.3s;
} */
.top .link-btn:hover {
	opacity: 0.8;
}
.top .sec.sec3.bg-white::before {
	background: url('../images/top_img04.png') no-repeat top center;
	width: 200px;
	height: 170px;
	background-size: cover;
	position: absolute;
	top: 125px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top .sec.sec3.bg-white::after {
	background-image: none;
}
.top .sec.sec3 .sec-ttl::before, .top .sec.sec3 .sec-ttl::after {
	width: 80px;
}
.top .sec.sec3 .sec-ttl+p {
	position: relative;
}
.top .sec.sec3 ol {
	padding: 0;
	margin-top: 2.5rem;
}
.top .sec.sec3 .flex li {
	list-style: none;
	margin-bottom: 4rem;
	border-bottom: 1px solid;
	padding-bottom: 1.2rem;
}
.top .sec.sec3 .numbering h4 {
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 30px 0 30px 60px;
}
.top .sec.sec3 .numbering h4::before {
	top: 15px;
}
.top .sec.sec3 .numbering .counter {
	display: flex;
	justify-content: flex-end;
	align-items: self-end;
}
.top .sec.sec3 .numbering .counter .like_btn {
	border: 0px;
	width: 55px;
	height: 55px;
	background: url('../images/like.png') left top no-repeat;
	background-size: contain;
	margin-right: 0.5rem;
}
.top .sec.sec3 .numbering .counter p {
	width: 25%;
	background-color: #fffcd1;
	text-align: center;
}





/*=== 概要 ===*/
.overview .sec.sec1::before {
	background-image: url('../images/overview/icon-overview01_sp.png');
	width: 65px;
	height: 118px;
	top: -25px;
	left: 10px;
}
.overview .sec.sec1::after {
	background-image: url('../images/overview/icon-overview02_sp.png');
	width: 85px;
	height: 96px;
	bottom: 5px;
	right: 10px;
}
.overview .sec.sec3::before {
	background-image: url('../images/overview/icon-overview03_sp.png');
	width: 125px;
	height: 114px;
	top: 160px;
	left: 5px;
}
.overview .sec.sec3::after {
	background-image: url('../images/overview/icon-overview04_sp.png');
	width: 85px;
	height: 84px;
	bottom: 15px;
	right: 10px;
}
.overview .sec.sec5::before,
.overview .sec.sec5::after {
	background-image: none;
}
.overview .sec-ttl::before,
.overview .sec-ttl::after {
	width: 105px;
}
.overview .sec3 .sec-ttl::before,
.overview .sec3 .sec-ttl::after {
	width: 45px;
}
.overview .sec2 .theme-msg {
	background-image: url('../images/common/bg_hart.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
}

.overview .team-area {
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px #fffcd1;
	border-radius: 10px;
	padding: 0 25px 15px;
	margin: 0 auto;
	max-width: 400px;
}
.overview .team-ttl {
	background-color: #fffcd1;
	border-radius: 30px;
	font-size: 1.125rem;
	font-weight: bold;
	width: 80%;
	margin: -1rem auto 20px;
	padding: 6px 0;
	text-align: center;
}
.overview .team-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.overview .team-list li {
	display: inline-block;
	width: 49%;
}
.overview .rule-ttl {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2rem;
	line-height: 1.8;
}
.overview .rule-ttl span {
	background-image: url('../images/common/bg_nami.png');
	background-repeat: repeat-x;
	background-position-y: bottom;
	padding-bottom: 5px;
}
.overview .rule-list {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
	text-align: left;
}
.overview .rule-list li {
	text-align: left;
}
.overview .rule-list li::before {
	content: '●';
	padding-right: 5px;
}

/* .overview .sec5 .link-btn {
	display: block;
	background-image: url('../images/common/bg_button_sp.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	width: 345px;
	height: 80px;
	line-height: 68px;
	margin: 0 auto;
	transition: opacity 0.3s;
}
.overview .sec5 .link-btn:hover {
	opacity: 0.8;
} */

/*=== 表彰・賞金・審査方法 ===*/
.examination .sec.sec1::before {
	background-image: url('../images/overview/icon-examination01_sp.png');
	width: 99px;
	height: 110px;
	top: auto;
	bottom: 10px;
	left: 10px;
}
.examination .sec.sec1::after {
	background-image: none;
}
.examination .sec-ttl::before,
.examination .sec-ttl::after {
	width: 85px;
}
.examination .award-table tr th {
	font-size: 1.125rem;
}
.examination .award-table tr td .font-md {
	font-size: 1.125rem;
}
.examination .sec2 .row {
	max-width: 500px;
	margin: 0 auto;
}
.examination .sec2 .row .col-md-6 + .col-md-6 {
	border-top: dotted 2px #442501;
	margin-top: 25px;
	padding-top: 35px;
}
.examination .method-ttl {
	font-size: 1.25rem;
	font-weight: bold;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.examination .method-ttl span {
	display: inline-block;
	background-color: #fffcd1;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}

/*=== 表彰・賞金・審査方法 ===*/

.ceremony .sec.bg-white {
	margin-bottom: 150px;
}
.ceremony .container {
	margin-bottom: 100px;
}
.ceremony .sec.bg-white::after,
.ceremony .sec.bg-white::before{
	background-image: none;
}
.ceremony .sec-ttl::before,
.ceremony .sec-ttl::after {
	width: 27px;
}
.ceremony .video{
	position:relative;
	width: 100%;
	padding-top:56.25%;
	height: 0;
  }
.ceremony .video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }
.ceremony .video::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url('../images/overview/ceremony/ceremony_img01.png');
	width: 155px;
	height: 155px;
	bottom: -150px;
	right: 14px;
	background-position: revert;
	background-size: cover;
}

/*=== 投票フォーム ===*/
.poll .sec-ttl::before,
.poll .sec-ttl::after {
	width: 65px;
}
.poll .lh18 {
	line-height: 1.8;
}
.poll span.bd-yell {
	border-bottom: 10px solid #fffcd1;
}
.poll .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.poll .flex li {
	width: 48%;
	margin-right: 2.5%;
	list-style: none;
}
.poll .flex li:nth-child(2n) {
	margin-right: 0;
}
.poll ol {
  padding: 0;
}
.poll form  {
	color: #161616;
}
.poll form .col-sm-9 {
	border: 1px solid #707070;
	border-bottom: none;
	padding-left: 1rem;
}
.poll label.col-sm-3.col-form-label {
	padding-left: 1rem;
	background: #F4F3F2;
	border: 1px solid #707070;
	border-bottom: none;
}
.poll form div:nth-last-child(2) .col-sm-9 {
	border-bottom: 1px solid #707070;
}
.poll form p {
	margin: 0.9rem;
}
.poll select {
	margin: 0.9rem;
	width: 50%;
}
.poll form .checkwrap {
	padding: 1.1rem 2rem;
}
.poll form .link-btn {
	display: block;
	/* background-image: url('../images/common/bg_button_sp.png'); */
	/* background-repeat: no-repeat;
	background-position: center; */
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	width: 345px;
	height: 80px;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 10px;
	transition: opacity 0.3s;
}
.poll form .link-btn:hover {
	opacity: 0.8;
}
.poll .sec.bg-white {
	margin-bottom: 150px;
}
.poll .sec.bg-white::after {
	bottom: -80px;
}

.poll .poll-list {
	margin-top: 3rem;
}
.poll .poll-list .flex {
	padding: 0;
}
.poll .poll-list .flex li {
	position: relative;
	width: 40vw;
	height: 40vw;
	margin: 0 10px;
	/* 
	background: url("../images/overview/poll/btn_bg.png") no-repeat center/cover;
	width: 48%;
	min-height: 110px;
	padding-top: 48%;
	margin-bottom: 1rem;
	margin-right: 2%;
	list-style: none; */
}
/* .poll .poll-list .flex li:last-child {
	margin-right: 0;
} */
.poll .poll-list .flex li a {
	background: #6fb5c7;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	text-align: center;
	transition: .4s;
}
/* .poll .poll-list .flex li:hover {
	opacity: 0.8;
} */
.poll .poll-list .flex li a:hover {
	opacity: 0.8;
}
.poll .poll-ttl {
	padding: 18.5vw 0;
}
.poll .poll-ttl p {
	line-height: 1;
	margin-bottom: 0;
}

.poll .card {
	margin-bottom: 20px;
}
.poll .numbering h4 {
	padding-left: 43px;
	font-size: 0.9rem;
	min-height: 45px;
}
.poll .numbering h4::before {
	top: -5px;
	width: 38px;
	height: 38px;
	padding: 12px 9px;
	font-size: 20px;
}

/*=== アーカイブ ===*/
.archive .sec-ttl::before,
.archive .sec-ttl::after {
	width: 100px;
}
.archive .archive-list {
	margin-top: 3rem;
}

.archive .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archive ul.flex {
	padding: 0;
	margin: 3rem 0;
}
.archive .flex li {
	position: relative;
	width: 48%;
	min-height: 110px;
	padding-top: 48%;
	margin-bottom: 1rem;
	margin-right: 2%;
	list-style: none;
}
.archive .flex li:nth-child(2n) {
	margin-right: 0;
}
.archive .flex li a {
	background: #6fb5c7;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: .4s;
}
.archive .flex li a:hover {
	opacity: 0.8;
}
.archive .flex li a .year {
	text-align: center;
	font-size: 2rem;
	margin-top: -0.25rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.archive .flex li a .type {
	text-align: center;
	line-height: 2;
}
.archive .archive-ttl {
	padding: 3rem 0;
}
.archive .sec.bg-white {
	margin-bottom: 150px;
}

.end-message {
	display: none;
}

.false-message {
	display: none;
}
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* アーカイブ2022 */
.winning {
	margin-bottom: 5rem;
}
.winning:not(.winning-top) {
	display: flex;
	flex-direction: column;
}
.winning .cord-msg {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.winning-top .cord-msg .winning-award {
	text-align: center;
	width: 80vw;
}
.winning-top .cord-msg .list-ttl {
	width: 100%;
}
.winning-top .cord-msg .winning-award li:first-of-type {
	margin-bottom: -10px;
	padding: 0 10%;
}
.winning-top .cord-msg .winning-award li:not(:first-of-type) {
	width: 38vw;
	height: auto;
}
.archive2022 .list-ttl {
	border-top: 1px solid #442501;
	border-bottom: 1px solid #442501;
	padding-top: 1.25rem;
}
.archive2022 .list-ttl h4 {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 3.25rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.archive2022 .list-ttl h4 span {
	position: absolute;
	background:url('../../images/movies/ttl_no.svg') no-repeat left;
	background-size: contain;
	font-size: 1.5rem;
	font-weight: bold;
	width: 3rem;
	height: 3rem;
	top: 50%;
	left: 0;
	text-align: center;
	padding: 0.85rem 0.5rem 0.25rem;
	transform: translateY(-50%);
}
.archive2022 .list-ttl p {
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 3.75rem;
}
.archive2022 .link-btn {
	display: block;
	/* background-image: url('../images/common/bg_button_sp.png');
	background-repeat: no-repeat;
	background-position: center; */
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
	width: 345px;
	height: 80px;
	line-height: 68px;
	margin: 0 auto;
	padding-bottom: 10px;
	transition: opacity 0.3s;
}
.archive2022 .link-btn:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	/* 画面幅 767px以下 */
	.award-table {
		display: block;
		width: 100%;
		text-align: center;
	}
	.award-table tbody,
	.award-table tr {
		display: block;
		width: 100%;
	}
	.award-table tr th {
		padding: 20px 0 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.award-table tr td {
		padding: 6px 0 14px;
		display: block;
		width: 100%;
	}
	.poll form .checkwrap .form-check-inline {
		display: block;
		margin-bottom: 1rem;
	}
}

@media (min-width: 576px) {
	/* 画面幅 576px以上 */
	/* ==========================================================
		01.section
	========================================================== */
	.sec.bg-white::before {
		top: 5px;
	}
	.sec.bg-white::after {
		bottom: 15px;
		right: 20px;
	}
	.sec-ttl::before,
	.sec-ttl::after {
		width: 85px;
	}

	/*=== トップ ===*/
	.top .link-btn {
	/* background-image: url('../images/common/bg_button_md.png'); */
	font-size: 1.5rem;
	line-height: 65px;
	width: 520px;
}

	/*=== 概要 ===*/
	.overview .sec.sec1::after {
		bottom: 35px;
		right: 35px;
	}
	.overview .sec.sec3::before {
		top: 180px;
		left: 25px;
	}
	.overview .sec.sec3::after {
		bottom: 35px;
		right: 35px;
	}
	.overview .sec-ttl::before,
	.overview .sec-ttl::after {
		width: 155px;
	}
	.overview .sec3 .sec-ttl::before,
	.overview .sec3 .sec-ttl::after {
		width: 95px;
	}
	.overview .team-list {
		max-width: 280px;
		margin-right: auto;
		margin-left: auto;
	}
	.overview .team-list li:nth-of-type(2n) {
		text-align: right;
	}
	.overview .rule-list {
		width: 450px;
		margin: 0 auto 30px;
	}
	/* .overview .rule-list li:nth-child(2),
	.overview .rule-list li:nth-child(3) {
		text-align: left;
		display: inline-block;
		width: 49%;
	} */
	/* .overview .sec5 .link-btn {
		background-image: url('../images/common/bg_button_md.png');
		font-size: 1.25rem;
		width: 520px;
	} */

	/*=== 表彰・賞金・審査方法 ===*/
	.examination .sec.sec1::before {
		bottom: 20%;
		left: 50px;
	}
	.examination .sec-ttl::before,
	.examination .sec-ttl::after {
		width: 135px;
	}
	/*=== 投票フォーム ===*/
	.poll .sec-ttl::before,
	.poll .sec-ttl::after {
	width: 45px;
	}
	.poll form .link-btn {
		/* background-image: url('../images/common/bg_button_md.png'); */
		font-size: 1.5rem;
		padding-bottom: 15px;
		width: 520px;
	}
	.poll label.col-sm-3.col-form-label {
		border-right: none;
	}
	.poll form div:nth-last-child(2) label.col-sm-3.col-form-label {
		border-bottom: 1px solid #707070;
	}
	.poll .poll-ttl {
		padding: 6.8rem 0;
	}
	.poll form .checkwrap .form-check-inline {
		margin-right: 1.5rem;
	}
}

@media (min-width: 768px) {
	/* 画面幅 768px以上 */
	/* ==========================================================
		01.section
	========================================================== */
	section {
		padding: 100px 0;
	}
	section:not(.bg-white) > .container {
		padding: 50px 15px;
	}
	.sec.bg-white::before {
		top: 150px;
	}
	.sec-ttl {
		font-size: 2.5rem;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.sec-ttl::before,
	.sec-ttl::after {
		width: 105px;
		top: 1.25rem;
	}
	.sec-ttl::before {
		left: -35px;
	}
	.sec-ttl::after {
		right: -35px;
	}
	.sec-ttl span {
		font-size: 1.0rem;
	}

	.msg-dec {
		font-size: 1.25rem;
		margin-top: 20px;
	}

	.zoom .play_button::after {
		width: 45px;
		height: 45px;
	}
	.zoom .play_button:hover:after {
		width: 65px;
		height: 65px;
	}

	/* === ボタン === */
	.link-btn {
		font-size: 2rem;
	}
	.link-btn::before {
		border-width: 15px 15px 15px 25px;
		right: 40px;
	}

	/*=== top ===*/
	.top .sec.sec1 .sec-ttl::before,.top .sec.sec1 .sec-ttl::after {
		width: 65px;
	}
	.top .sec.sec2 .sec-ttl::before, .top .sec.sec2 .sec-ttl::after {
		width: 85px;
	}
	.top .sec.sec3.bg-white::before {
		width: 295px;
		height: 248px;
		top: 167px;
	}
	.top .sec.sec3 .sec-ttl::before, .top .sec.sec3 .sec-ttl::after {
		width: 130px;
	}
	/* .top .sec.sec3 .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top .sec.sec3 .flex li {
		width: 48%;
		margin-right: 2.5%;
		position: relative;
		padding-bottom: 5rem; いいねボタン中止のため
	}
	.top .sec.sec3 .flex li:nth-child(2n) {
		margin-right: 0;
	}
	.top .sec.sec3 .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top .sec.sec3 .numbering .counter {
		position: absolute;
		bottom: 1rem;
		right: 0;
		width: 50%;
		}
	.top .sec.sec3 .numbering .counter p {
		width: 55%;
	} */

	/*=== 概要 ===*/
	.overview .sec.sec1::before {
		top: 180px;
		left: 25px;
	}
	.overview .sec.sec1::after {
		right: 65px;
	}
	.overview .sec-ttl::before,
	.overview .sec-ttl::after {
		width: 185px;
	}
	.overview .sec3 .sec-ttl::before,
	.overview .sec3 .sec-ttl::after {
		width: 75px;
	}

	.overview .sec2 .theme-msg {
		background-size: 402px auto;
		padding: 5px 0;
		line-height: 2.2;
	}
	/*=== 表彰・賞金・審査方法 ===*/
	.examination .award-table tr th {
		font-size: 20px;
		width: 330px;
	}
	.examination .award-table tr td {
		width: 180px;
		padding-left: 20px;
	}
	.examination .award-table tr td .font-md {
		font-size: 20px;
	}

	.examination .sec2 .row {
		max-width: 650px;
	}
	.examination .sec2 .row .col-md-6 {
		max-width: calc(50% - 15px);
	}
	.examination .sec2 .row .col-md-6 + .col-md-6 {
		border-top: none;
		border-left: dotted 2px #442501;
		margin-top: 0;
		margin-left: 30px;
		padding-top: 0;
		padding-left: 50px;
	}

	/*=== 講評・審査結果・MVP表彰 ===*/

	.ceremony .video::after {
		width: 250px;
		height: 250px;
		right: -40px;
		bottom: -240px;
	}
	.ceremony .container {
	margin-bottom: 200px;
	}

		/*=== 投票フォーム ===*/

	.poll .flex {
		justify-content: flex-start;
	}
	.poll .flex li {
		width: 18%;
	}
	.poll .flex li:nth-child(2n) {
		margin-right: 2.5%;
	}
	.poll .flex li:nth-child(5n) {
		margin-right: 0;
	}

	.poll .poll-list .flex {
		justify-content: center;
	}
	.poll .poll-list .flex li {
		width: 240px;
		height: 240px;
		margin: 0 20px;
	}
	.poll .poll-list .flex li a {
		font-size: 1.5rem;
	}
	.poll .poll-ttl {
		padding: 0;
	}
	.poll .poll-ttl p {
		padding: 0;
		height: 100%;
		line-height: 240px;
	}

		/*=== アーカイブ ===*/
	.archive .sec-ttl::before,
	.archive .sec-ttl::after {
		width: 155px;
	}
	.archive .flex {
		justify-content: flex-start;
	}
	.archive .flex li {
		width: 19%;
		height: 19%;
		margin-right: 8%;
		padding: 1.3rem 0;
		min-height: 130px;
	}
	.archive .flex li:nth-child(2n) {
		margin-right: 8%;
	}
	.archive .flex li:nth-child(4n) {
		margin-right: 0;
	}
	.archive .flex li a .type {
		font-size: 0.9rem;
		line-height: 1;
	}
	.archive .archive-ttl {
		padding: 2rem 0;
	}

	/* アーカイブ2022 */
	.winning {
		max-width: 800px;
		margin: 0 auto 4rem;
	}
	.winning:not(.winning-top) .cord-msg {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.winning:not(.winning-top) .cord-msg .winning-award {
		width: 220px;
	}
	.archive2022 .winning .list-ttl {
		margin-left: 2%;
		padding-top: 2rem;
		width: calc(98% - 220px);
	}
	.archive2022 .list-ttl h4 {
		padding-left: 70px;
		font-size: 24px;
	}
	.archive2022 .list-ttl h4 span {
		width: 60px;
		height: 60px;
		font-size: 28px;
		padding-top: 1.5rem;
		left: 0.5rem;
	}
	.archive2022 .list-ttl p {
		font-size: 20px;
		padding-left: 6rem;
	}
	.archive2022 .link-btn {
		/* background-image: url('../images/common/bg_button_md.png'); */
		font-size: 1.5rem;
		line-height: 65px;
		width: 520px;
	}
}

@media (min-width: 992px) {
	/* 画面幅 992px以上 */
	/* ==========================================================
		01.section
	========================================================== */
	.sec.bg-white::before {
		background-image: url('../images/icon-aboutaword01.png');
		width: 200px;
		height: 152px;
		top: 150px;
	}
	.sec.bg-white::after {
		background-image: url('../images/icon-aboutaword02.png');
		width: 181px;
		height: 222px;
		bottom: 30px;
		right: 0;
		}

	/*=== top ===*/
	.top .link-btn {
		/* background-image: url('../images/common/bg_button_pc.png'); */
		font-size: 1.75rem;
		width: 774px;
	}
	.top .sec.sec3.bg-white::before {
		width: 295px;
		height: 250px;
		top: 155px;
	}
	.top .sec.sec3 .numbering .counter p {
		width: 45%;
	}

	/*=== 概要 ===*/
	.overview .sec.sec1::before {
		background-image: url('../images/overview/icon-overview01.png');
		width: 130px;
		height: 236px;
		top: 110px;
		left: 20px;
	}
	.overview .sec.sec1::after {
		background-image: url('../images/overview/icon-overview02.png');
		width: 170px;
		height: 192px;
		bottom: 15px;
		right: 50px;
	}
	.overview .sec.sec3::before {
		background-image: url('../images/overview/icon-overview03.png');
		width: 250px;
		height: 227px;
		top: auto;
		bottom: -5px;
		left: 8px;
	}
	.overview .sec.sec3::after {
		background-image: url('../images/overview/icon-overview04.png');
		width: 170px;
		height: 167px;
		top: 160px;
		bottom: auto;
		right: 80px;
	}
	/* .overview .sec5 .link-btn {
		background-image: url('../images/common/bg_button_pc.png');
		width: 774px;
	} */
	/*=== 表彰・賞金・審査方法 ===*/
	.examination .sec.sec1::before {
		background-image: url('../images/overview/icon-examination01.png');
		width: 188px;
		height: 209px;
		bottom: 60px;
		left: 70px;
	}
	/*=== 作品 ===*/
	.numbering {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/* margin: 6rem 0; */
	}
	.numbering .zoom {
		width: calc(50% - 30px);
	}
	

	/*=== 投票フォーム ===*/
	.poll form .link-btn {
		/* background-image: url('../images/common/bg_button_pc.png'); */
		font-size: 1.75rem;
		width: 774px;
	}
	/* .poll .poll-list .flex li {
		width: 20%;
		padding-top: 20%;
	}
	.poll .poll-ttl {
		padding: 4.9rem 0;
	} */
	/*=== アーカイブ ===*/
	.archive .flex li {
		padding: 3.3rem 0;
		min-height: 178px;
	}
	.archive .archive-ttl {
		padding: 3rem 0;
	}
	.archive .flex li a .type {
		font-size: 1.2rem;
	}
	.archive .sec.bg-white::after {
		bottom: -20px;
	}
	.archive .archive-list {
		margin-bottom: 80px;
	}
	.archive .flex li {
		margin-bottom: 2rem;
	}

	/* アーカイブ2022 */
	.winning-top .cord-msg {
		flex-direction: row;
	}
	.winning-top .cord-msg .winning-award {
		width: 295px;
	}
	.archive2022 .winning.winning-top .list-ttl {
		margin-left: 2%;
		padding-top: 2rem;
		width: calc(98% - 295px);
	}
	.archive2022 .winning.winning-top .list-ttl h4 {
		padding-left: 80px;
		font-size: 40px;
	}
	.archive2022 .winning.winning-top .list-ttl h4 span {
		width: 70px;
		height: 70px;
		font-size: 38px;
		padding-top: 1.5rem;
		left: 0.5rem;
	}
	.archive2022 .winning.winning-top .list-ttl p {
		font-size: 24px;
		padding-left: 6rem;
	}
	.winning-top .cord-msg .winning-award li:not(:first-of-type) {
		width: 145px;
	}
	.archive2022 .participating {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.archive2022 .participating .zoom {
		width: 49%;
	}
}

@media (min-width: 1200px) {
	/* 画面幅 1200px以上 */
	/* ==========================================================
		01.section
	========================================================== */
	.sec.bg-white::before {
		top: 250px;
		left: calc(50% - 630px);
	}
	.sec.bg-white::after {
		bottom: 80px;
		right: calc(50% - 650px);
	}

	/*=== 概要 ===*/
	.overview .sec.sec1::before {
		left: calc(50% - 570px);
	}
	.overview .sec.sec1::after {
		right: calc(50% - 650px);
	}
	.overview .sec.sec3::before {
		bottom: 30px;
		left: calc(50% - 630px);
	}
	.overview .sec.sec3::after {
		right: calc(50% - 450px);
	}
	/*=== 表彰・賞金・審査方法 ===*/
	.examination .sec.sec1::before {
		left: calc(50% - 570px);
	}
	/*=== アーカイブ ===*/
	.archive .flex li {
		min-height: 210px;
	}
	.archive .archive-ttl {
		padding: 4rem 0;
	}
	/* .poll .poll-ttl {
		padding: 5.9rem 0;
	} */
	.poll .numbering h4 {
		padding-left: 55px;
		font-size: 1rem;
		min-height: 45px;
	}
	.poll .numbering h4::before {
		top: -15px;
		width: 50px;
		height: 50px;
		padding: 15px 12px;
		font-size: 25px;
	}
	/* アーカイブ2022 */
	.winning:not(.winning-top) {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.winning:not(.winning-top) .zoom {
		width: calc(100% - 330px);
	}
	.winning:not(.winning-top) .cord-msg {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 310px;
	}
	.winning:not(.winning-top) .cord-msg .list-ttl {
		width: 100%;
		padding-top: 1.25rem;
	}
	.winning:not(.winning-top) .cord-msg .list-ttl h4 {
		padding-left: 60px;
		font-size: 22px;
	}
	.archive2022 .list-ttl h4 span {
		width: 50px;
		height: 50px;
		font-size: 22px;
		padding-top: 1.25rem;
		left: 0.5rem;
	}
	.archive2022 .winning:not(.winning-top) .list-ttl p {
		padding-left: 4rem;
		font-size: 18px;
	}
}