@import url('/css/legacy/parts.css');

/*common*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	font-size: 19px;
}

.sp {
	display: none;
}

.sp-page {
	background-color: #fff;
	font-size: 1.0rem;
	font-feature-settings: "palt";
}

ol.breadcrumbsV2 {
	max-width: 100%;
}

ol.breadcrumbsV2 * {
	font-size: 0.8rem;
}

.l-container {
	max-width: 1100px;
}

a:hover img {
	opacity: 0.8;
}

b,
strong,
em,
h2,
h3,
#requirements dt {
	font-weight: 700;
}

#wrapper {
	width: 100%;
}

#wrapper p,
#wrapper dd {
	line-height: 1.5;
}

#wrapper img {
	vertical-align: bottom;
}

.contentsInner {
	padding: 0 40px;
}

h1 {
	font-size: 80px;
	margin: 30px auto 0;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-feature-settings: "palt";
}

.application-period {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

h2 {
	font-size: 40px;
	margin: 10px 0 40px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	min-height: 120px;
	background: url(img/bg_h2.png) no-repeat center bottom;
	background-size: 270px;
	padding-top: 15px;
}

#lead h2 {
	font-size: 36px;
	min-height: auto;
	background: none;
	padding-top: 0px;
	margin-bottom: 20px;
}

.font-sictype {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.sns {
	margin-bottom: 1rem;
}

.notice,
p.notes,
ul.notes li {
	font-size: 0.9em;
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
}

p.notes::before,
ul.notes li::before {
	content: '※';
	margin-right: 0.1rem;
}

.ext-link::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-left: 0.2rem;
}

.zoom:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(img/zoom.png) no-repeat 0 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.zoom:hover:after {
	background-position: -22px 0;
}

span.zoom:after {
	display: none;
}

.help-link {
	font-size: 0.9rem;
	margin-top: 5px;
}

.help-link::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right: 0.2rem;
}


/* --- #lead --- */
#lead {
	background: #fff;
	padding: 60px 0;
}


/* --- #prize --- */
#prize {
	background: #fff073 url(img/prize_bg.png) repeat 0 0;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	font-size: 1.1em;
	margin: 0 1rem;
	margin: auto;
}

#prize b {
	display: block;
	margin: 0 0 15px;
	border-radius: 8px;
	background: #fff;
	padding: 5px;
	font-size: 1.3rem;
	padding: 10px;
}

#prize em {
	font-size: 1.3rem;
	background: linear-gradient(transparent 70%, #80e6ff 70%);
	font-style: normal;
}

.flexCol2 {
	display: flex;
}

.flexCol2 ul {
	flex-shrink: 0;
}

.flexCol2 .prizeImg {
	width: 450px;
	margin: -3rem 0 0 90px;
	font-size: 0.8rem;
}

.flexCol2 .prizeImg img {
	width: 200px;
	display: block;
	margin: 0 auto 5px;
}

.flexCol2 .prizeImg .notes li {
	font-size: 0.9rem;
}


/* --- #aboutYamatane --- */
#aboutYamatane {
	background: url(img/bg_yamatane.webp) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
}

#aboutYamatane::before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(img/bg2.svg);
	background-size: 101% 60px;
	background-position: 0 0;
	margin-bottom: 60px;
}

#aboutYamatane::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(img/bg4.svg);
	background-size: 101% 60px;
	z-index: 2;
	background-position: 0 100%;
	margin-top: 60px;
}

#aboutYamatane h3 {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.5;
	margin-bottom: 10px;
	line-height: 1;
}

#aboutYamatane h3 em {
	color: #073190;
	font-size: 1.5em;
}

.colYamatane {
	background-color: #fff;
	line-height: 1.4rem;
	margin: auto;
	font-size: 17px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	line-height: 1.7;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	max-width: 1200px;
}

.colYamatane .companyInfo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}

.colYamatane .companyInfo dt {
	width: 8rem;
	padding-bottom: 5px;
	flex-shrink: 0;
	line-height: 1;
}

.colYamatane .companyInfo dd {
	width: calc(100% - 10rem);
	padding-bottom: 5px;
	line-height: 1;
}

.colYamatane .companyInfo {
	display: flex;
}

.colYamatane>dt {
	width: 70%;
}

.colYamatane>dd {
	width: 30%;
	margin-left: 30px;
}

.colYamatane>dd ul li {
	position: relative;
}

.colYamatane>dd ul li:first-of-type {
	margin-bottom: 20px;
}

.colYamatane>dd ul li img {
	width: 100%;
}

.colYamatane>dd .caption {
	margin: 10px 0 0;
	text-align: center;
	font-size: 17px;
}

.linkBtn {
	display: inline-block;
	background-color: #FDE823;
	border-radius: 6px;
	font-weight: bold;
	color: #000;
	font-size: 1.1rem;
	margin: 0;
	text-decoration: none !important;
	padding: 10px 40px;
}

.linkBtn:visited {
	color: #000;
}

.linkBtn:hover {
	background-color: #ffef5b;
	color: #000;
}


/* --- #judges --- */
#judges {
	background-image: linear-gradient(0deg, #d6edf4, #ffffff);
	overflow: hidden;
}

#judges::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(img/bg4.svg);
	background-size: 101% 60px;
	z-index: 2;
	background-position: 0 100%;
	margin-top: 60px;
}

#judges dl {
	display: flex;
	align-items: center;
}

#judges dl dt {
	margin-right: 40px;
}

#judges dl dt img {
	width: 350px;
	border-radius: 50%;
}

#judges dl dd em {
	font-size: 1.7em;
}

#judges h2 {
	min-height: 106px;
}

/* --- .photos --- */
.photos {
	text-align: center;
	border-bottom: 2px dotted #76c3db;
	padding-bottom: 1rem;
	max-width: 1700px;
	margin: 0 auto 40px;
	padding: 0;
}

.photos ul {
	margin: 1rem 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photos ul li {
	flex-basis: 19%;
}

.photos ul li a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}

.photos ul li a:hover {
	border-color: #03f;
}

.photos ul li a::before {
	content: "";
	display: block;
	padding-top: 100%;
	/* 高さを幅の100%に固定 */
}

.photos ul li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 96%;
	max-height: 96%;
	box-sizing: border-box;
	margin: auto;
}


/* --- #requirements --- */
#requirements::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(img/bg5.svg);
	background-size: 101% 60px;
	z-index: 2;
	background-position: 0 100%;
	margin-top: 60px;
}

#requirements dl {
	margin: 1rem;
}

#requirements dt {
	margin: 1.5em 0 0.3em 0;
	padding: 3px 0 3px 60px;
	min-height: 40px;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	background-image: url(img/onigiri01.webp);
	background-repeat: no-repeat;
	background-size: 40px;
}

#requirements dt:nth-of-type(2) {
	background-image: url(img/onigiri02.webp);
}

#requirements dt:nth-of-type(3) {
	background-image: url(img/onigiri03.webp);
}

#requirements dt:nth-of-type(4) {
	background-image: url(img/onigiri04.webp);
}

#requirements dt:nth-of-type(5) {
	background-image: url(img/onigiri05.webp);
}

#requirements dt:nth-of-type(6) {
	background-image: url(img/onigiri06.webp);
}

#requirements dt:nth-of-type(7) {
	background-image: url(img/onigiri07.webp);
}

#requirements dt:nth-of-type(8) {
	background-image: url(img/onigiri08.webp);
}

#requirements dd {
	padding-left: 60px;
}

#requirements ul.prizeList>li {
	list-style-type: disc;
	margin: 0.3em 0 0.5em 1.5em;
	line-height: 1.7;
}


/* --- #rule --- */
#rule {
	margin-bottom: 60px;
}

#rule h3 {
	align-items: center;
	display: flex;
	column-gap: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 20px;
}

#rule h3:after {
	background-color: #999;
	content: "";
	display: block;
	flex: 1;
	height: 1px
}

#rule::before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(img/bg6.svg);
	background-size: 101% 60px;
	z-index: 2;
	background-position: 0 0;
}

#rule li {
	list-style-type: disc;
	margin: 0.4rem 0 0.5rem 1.5rem;
	line-height: 1.5;
}

#rule li b {
	font-weight: normal;
	color: #c00;
}

#rule p {
	margin: 0.4rem 0 0.8rem 1.5rem;
	line-height: 1.7;
}


/* --- #method --- */
#method {
	background: #fbede0;
	overflow: hidden;
	padding-bottom: 40px;
}

#method .flow {
	counter-reset: number;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#method .flow li {
	width: 49%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	text-align: center;
	list-style-type: none !important;
	margin: 0 0 20px 0;
}

#method .flow li:last-child {
	margin: auto;
}

#method .flow li b {
	background-color: #eee;
	display: block;
	line-height: 1.7rem;
	border-radius: 3px;
	padding: 5px;
}

#method .flow li b::before {
	counter-increment: number;
	content: counter(number);
	background: #874e01;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 5px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	margin-bottom: 2px;
}

#method .flow p {
	margin: 0.5em 0 0 0;
	line-height: 1.4rem;
	font-size: 1rem;
	;
}

#method .flow li em {
	font-weight: bold;
	font-style: normal;
}

.sp-form {
	background: #fff;
	padding: 10px;
	margin: 1rem 0;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.sp-form p {
	margin: 0.3rem 0 0 0;
}

.entry-btn {
	text-align: center;
	margin-bottom: 1rem;
}

.entry-btn {
	display: block;
	padding: 1rem;
	background-color: #FDE823;
	border-radius: 6px;
	font-weight: bold;
	color: #000;
	font-size: 1.1rem;
	margin: 10px 10px 0;
	text-decoration: none !important;
}

.entry-btn:visited {
	color: #000;
}

.entry-btn:hover {
	background-color: #ffef5b;
	color: #000;
}


/* --- .timer --- */
.timerHidden {
	display: none;
}

.timerVisible {
	display: block;
	clear: both;
}

.sp-page section {
	padding: 0;
}


/* --- .review --- */
.review {
	background: #e9f1e0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
}

.review dl {
	display: flex;
	flex-wrap: wrap;
}

.review dl dt {
	text-align: center;
}

.review dl dt img {
	width: 130px;
	border-radius: 50%;
	margin-right: 20px;
}

.review dl dd {
	width: calc(100% - 150px);
}

.review dl dt:last-of-type,
.review dl dd:last-of-type {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c3dda5;
}


/* --- #prize-contents --- */
#prize-contents {
	margin-top: 1rem;
}

#prize-contents .prize-2nd,
#prize-contents .prize-3rd,
#prize-contents .prize-yamatane {
	padding-top: 20px
}

#prize-contents h3 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 0;
	background-repeat: repeat;
	margin-bottom: 20px;
	border-radius: 8px;
}

#prize-contents .prize-1st h3 {
	background-image: url(img/prize_bg.png);
}

#prize-contents .prize-2nd h3 {
	background-image: url(img/prize_bg_2nd.png);
}

#prize-contents .prize-3rd h3 {
	background-image: url(img/prize_bg_3rd.png);
}

#prize-contents .prize-yamatane h3 {
	background-image: url(img/prize_bg_yamatane.png);
}

#prize-contents h3 div {
	height: 76px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	padding-left: 86px;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-size: 65px 60px;
	padding-right: 10px;
	background-position: 10px 50%;
	font-size: 1.0em;
}

#prize-contents .prize-1st h3 div {
	background-image: url(img/prize_1st_s.png);
}

#prize-contents .prize-2nd h3 div {
	background-image: url(img/prize_2nd_s.png);
}

#prize-contents .prize-3rd h3 div {
	background-image: url(img/prize_3rd_s.png);
}

#prize-contents .prize-yamatane h3 div {
	background-image: url(img/prize_yamatane_s.png);
}

#prize-contents h3 div span {
	color: #666;
	font-weight: normal;
	font-size: 0.9rem;
}

#prize-contents .prize-1st .work-item-wrapper a {
	padding: 10px;
	display: block;
}

#prize-contents .prize-1st .work-item-wrapper a img {
	border: 8px solid #fff;
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
	object-fit: contain;
}

#prize-contents .work-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#prize-contents .work-wrapper .work {
	display: block;
	width: calc((100% - 40px)/3);
	margin-bottom: 1.5rem;
	overflow: hidden;
	letter-spacing: normal;
}

#prize-contents .work-wrapper .work {
	margin-right: 20px;
}

#prize-contents .work-wrapper .work:nth-of-type(3),
#prize-contents .work-wrapper .work:last-of-type {
	margin-right: 0;
}

#prize-contents .work-item {
	margin: 0 0 20px 0;
	background: #eee;
	display: block;
	position: relative;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding-top: 100%;
}

#prize-contents .work-item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 96%;
	max-height: 96%;
	object-fit: contain;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 3px 0 #cccccc;
	box-shadow: 0 0 3px 0 #cccccc;
}

#prize-contents .work-data {
	position: relative;
}

#prize-contents .work .data {
	font-size: 0.8rem;
	line-height: 1.2rem;
	background: #eee;
	padding: 5px;
	border-top: 1px dotted #ccc;
}

#prize-contents .work h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 5px 0.2rem 0;
	display: inline-block;
}

#prize-contents .work-data dt {
	margin-bottom: 0.2rem;
	border-left: 4px solid #666;
	padding-left: 6px;
	margin-top: 1rem;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.1rem;
}

#prize-contents .work-data dt:first-child {
	margin-top: 0;
}

#prize-contents .work-data .author {
	font-size: 90%;
	margin-bottom: 1rem;
}

#prize-contents .work-data dd {
	display: inline;
	font-size: 90%;
}

#prize-contents .work-data .detail {
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0;
}

#prize-contents .work {
	display: flex;
	align-items: center;
}

#prize-contents .prize-1st .work-item-wrapper {
	width: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}

#prize-contents .thumbListx4,
#prize-contents .thumbListx4 p {
	margin: 0;
}

#prize-contents .thumbListx4 li {
	margin: 0 20px 20px 0;
	width: calc((100% - 60px)/ 4);
}

#prize-contents .thumbListx4 li:nth-of-type(4n) {
	margin-right: 0;
}

#prize-contents .thumbListx4 li .thumb-wrapper {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 8px;
}

#prize-contents .thumbListx4 li .thumb-wrapper img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 96%;
	max-height: 96%;
	object-fit: contain;
}

#prize-contents .thumbListx4 li p b {
	font-size: 0.9rem;
}

#prize-contents .thumbListx4 li p span {
	font-size: 0.8rem;
	display: inline-block;
	margin-top: 5px;
}


/*==================================
    #mv
==================================*/
#mv {
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
	font-size: 0;
}

#slider {
	position: relative;
	margin-inline: auto;
	width: min(100%, 1920px);
	aspect-ratio: 3/2;
	max-height: calc(100vh - 320px);
}

/* --- スライド画像 --- */
.sliderItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s linear;
	overflow: hidden;
}

/* フェードアウト中のスライド */
.sliderItem.last-active {
	opacity: 1;
	z-index: 1;
	/* activeよりは下、通常よりは上 */
}

.sliderItem.active {
	opacity: 1;
	z-index: 2;
	/* 最前面 */
	transition: opacity 1s ease-in-out;
}

.sliderItem img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	transform: scale(1);
}

.sliderItem.active img,
.sliderItem.last-active img {
	animation: zoomUp 7s linear forwards;
}

#mv.loaded .sliderItem.active img,
#mv.loaded .sliderItem.last-active img {
	animation-play-state: running;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}


/* --- 再生・停止ボタン --- */
.mvControlBtn {
	position: absolute;
	bottom: 18px;
	right: 18px;
	z-index: 10;
	aspect-ratio: 1/1;
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-size: 0;
}

.mvControlBtn img {
	width: 40px;
	aspect-ratio: 1/1;
	opacity: 1;
}

.mvControlBtn.play {
	background: url(img/mv-control-btn_play.svg) no-repeat center center / 40px;
}

.mvControlBtn.play img {
	opacity: 0;
}

/* --- photo_caption --- */
.mvPhotoCaption {
	position: absolute;
	bottom: 18px;
	left: 18px;
	z-index: 10;
	border: none;
	background-color: transparent;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
		-1px 1px 0 #000, 1px -1px 0 #000,
		0px 1px 0 #000, 0-1px 0 #000,
		-1px 0 0 #000, 1px 0 0 #000;
}