@charset "utf-8";

/* --------------------------------------------------
	リセット
-------------------------------------------------- */

* {
    box-sizing: border-box;
}

html, body, div, ul, li, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic proN", Meiryo, Helvetica, sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

a:hover {
	opacity: 0.9;
}

img {
    border: none;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.txt-bold {
	font-weight: bold;
}

/* --------------------------------------------------
	基本設定： ページ全体
-------------------------------------------------- */

html {
	font-size: 10px;
}

body {
    letter-spacing: 1.5px;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */

.header-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.h_logo img {
	width: 100%;
}

.judge-tex {
	margin-top: 7.4vw;
	font-size: 2.8vw;
	text-align: center;
}

/* --------------------------------------------------
	メイン
-------------------------------------------------- */

.mv {
	text-align: center;
	color: #004098;
}

.mv h2 {
	font-size: 8.8vw;
}

.index-h2 {
	font-size: 8vw;
    letter-spacing: 2.24px;
    line-height: 1.2;
    text-align: center;
    color: #004098;
    padding: 14px 0;
	margin: 48px auto 0;
	background: url(../parts/title_line.png) no-repeat center bottom;
	background-size: 64vw auto;
}

.index-h3 {
	display: table;
	font-weight: bold;
	letter-spacing: 2px;
	color: #004098;
    text-align: center;
    font-size: 6.8vw;
    padding: 12px 30px 8px;
	background-color: #FFF135;
    border-radius: 50px;
	margin: 14vw auto 8.4vw;
}

.nyusen .index-h3, .kasaku .index-h3 {
    margin: 10vw auto 2vw;
}

.main-section {
	margin: 0 auto;
	padding: 0 8%;
    width: 100%;
	max-width: 1200px;
}

.link-btn {
	display: block;
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 16px auto;
	height: 50px;
	background: #62b0e2;
	line-height: 50px;
	border-radius: 8px;
	color: #fff;
	position: relative;
}

.sagasu {
	font-weight: bold;
}

.box4 .link-btn {
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	max-width: 200px;
}

.linkicon {
	position: absolute;
	width: 18px;
    top: 50%;
    right: 17px;
	transform: translateY(-50%);
}

.box4 .linkicon {
    display: none;    
	width: 12px;
    right: 8px;
}

.comment-text {
	text-align: left;
}

/* 最優秀賞 */

.box-wrap-saiyusyu {
	text-align: center;
	max-width: 1000px;
    margin: 0 auto;
}

.box-wrap-saiyusyu .box img.photo {
	width: 100%
}

.box-wrap-yusyu .box img.photo {
	width: 100%;
}

/* 優秀賞 */

.box-wrap-line {
	text-align: center;
	max-width: 1000px;
    margin: 0 auto;
}

.box-wrap-line, .box-wrap-line1, .box-wrap-line2 {
    text-align: center;
}

.box-wrap-line .box3 {
	margin-top: 14.4vw;
}

.box-wrap-line1 .box3 {
	margin-top: 14.4vw;
}

.box-wrap-line2 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-wrap-line2 .box4 {
    display: flex;
    flex-direction: column;
	width: 48%;
	margin-top: 40px;
}

.box-wrap-line2 .box4 .sagasu {
    font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.name {
	font-size: 5.6vw;
	margin: 16px 0 0;
	word-break: break-all ;
	font-family: 'Karla', sans-serif;
}

.place {
	font-size: 3.6vw;
    margin: 16px 0 0;
}

.box4 .name {
	font-size: 1.4rem;
	margin: 12px 0 8px;
    flex: 1;
    height: 100%;
    min-height: 0%;
}

.box4 .place {
	font-size: 1.2rem;
    flex: 2;
    height: 100%;
    min-height: 0%;
}

.item-img {
    height: 0;
    padding-top: 66.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.item-img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.comment {
	background-color: #f7f6f0;
	padding: 30px 2em;
    margin-top: 24px;
	font-size: 3.8VW;
	line-height: 2;
}

.comment-title {
    margin-bottom: 12px;
	font-size: 4.8vw;
}

.result-text {
	margin-bottom: 6.4vw;
    text-align: center;
	font-size: 4.8vw;
    font-weight: bold;
}

.info-text {
	font-size: 3.6vw;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.text-small {
	font-size: 1.1rem;
}

.ouboyoukou {
	text-align: center;
	margin-top: 7.0vw;
	padding: 20px 8%;
	background-color: #f5f5f5;
}

.ouboyoukou p {
	font-size: 1.4rem;
}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */

.f-inner {
	margin: 40px 10%;
	font-size: 1.3rem;
}

.organizer-list {
	max-width: 656px;
    margin: 0 auto;
}

.organizer-list li {
	padding-left:3em;
	text-indent:-3em;
}

.m3em {
	display: block;
	margin-left: 3em;
}

.copyright {
	background-color: #f5f5f5;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 8px;
	height: 24px;
}

/* --------------------------------------------------
	トップへ戻るボタン
-------------------------------------------------- */

.back_to_top {
    display: none;
    width: 50px;
    position: fixed;
	right: 0 ;
    bottom: 35px;
	cursor: pointer;
}

.back_to_top img {
    width: 100%;
}


/* --------------------------------------------------
	モーダルウィンドウ
-------------------------------------------------- */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 100;
    text-align: center;
  }

.bigimg {
    position: absolute;
    height: 80vh;
    width: auto;
    /* width: 60%;
    max-width: 800px; */
    top: 80px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

.close-btn {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 0;
  }

.close-btn a {
    color: #fff;
    text-decoration: none;
  }

a.modalBtn {
    cursor: default;
}

a.modalBtn:hover {
    opacity: 1;
}

.bigimg img {
    height: 80vh;
    width: auto;
}


/* --------------------------------------------------
	レスポンシブ設定
-------------------------------------------------- */

@media screen and (min-width: 414px) {

.box4 .linkicon {
    display: block;
}

}

@media screen and (min-width: 600px) {

.mv h2 {
    font-size: 7.2vw;
	margin-bottom: 24px;
}

.result-text {
    font-size: 3.6vw;
}

.info-text {
    font-size: 3.2vw;
}

.index-h2 {
    font-size: 6.4vw;
    padding: 24px 0;
}

.index-h3 {
	font-size: 4.8vw;
}

}

@media screen and (min-width: 671px) {

header {
    margin-bottom: 60px;
}

.info-text {
    font-size: 2.0rem;
}
.judge-tex {
	margin-top: 56px;
    font-size: 1.8rem;
}

.box-wrap-line .box3 {
	margin-top: 9.6vw;
}

.box-wrap-line1 .box3 {
	margin-top: 9.6vw;
}

.index-h3 {
    font-size: 3.2rem;
	margin: 72px auto 48px;
}

.index-h3.line2 {
	margin: 64px 48px;
}

.name {
    font-size: 2.4rem;
}

.place {
    font-size: 2.0rem;
}

.link-btn {
	max-width: 320px;
}

.comment {
    font-size: 3.2VW;
}

.comment-title {
    font-size: 4.0vw;
}

}

@media screen and (max-width: 680px) {

.box-wrap-line2 .sp-nobox {
    display: none;
}

}

@media screen and (min-width: 681px) {

.mv h2 {
    font-size: 8vw;
}
.result-text {
    font-size: 4.0vw;
}

.index-h2 {
    font-size: 6.4vw;
	background-size: 40vw auto;
}

.index-h3 {
    font-size: 3.2rem;
}

}

@media screen and (min-width: 781px) {

.mv h2 {
    font-size: 6vw;
}

.result-text {
    font-size: 3.2vw;
	line-height: 1.8;
}

.index-h2 {
    font-size: 4rem;
	padding: 18px 0;
    background-size: 320px auto;
}

.index-h3 {
    font-size: 2.8rem;
}

.comment-title {
    font-size: 3vw;
}

.comment {
    font-size: 2.6VW;
}

.box-wrap-line1 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-wrap-line1 .box3 {
	width: 48%;
	margin-top: 40px;
}

.tokubrtsu .name, .box4 .name {
    font-size: 2.0rem
}

.tokubrtsu .place, .box4 .place {
    font-size: 1.6rem
}

.box4 .link-btn {
    height: 50px;
    line-height: 50px;
    margin: 16px auto;
    max-width: 320px;
}

.box-wrap-line2 .box4 .sagasu {
    font-size: 1.6rem;
}

.box4 .linkicon {
    width: 18px;
    right: 17px;
}

}

@media screen and (min-width: 862px) {

.mv h2 {
    font-size: 5.6vw;
}

.result-text {
    font-size: 2.4rem;
	margin-bottom: 56px;
}

.info-text {
    font-size: 1.6rem;
}

.sp {
    display: none;
}

.comment-title {
    font-size: 2.2rem
}

.comment {
    font-size: 2.0rem;
}

.box-wrap-saiyusyu .comment {
    padding: 30px 4em;
}

.yusyu .comment {
    padding: 30px 4em;
}

.box-wrap-line2 .box4 {
    width: 30%;
}

.box4 .name {
    font-size: 1.2rem
}

.box4 .place {
    font-size: 1.0rem
}

}

@media screen and (min-width: 960px) {

.mv h2 {
    font-size: 4.8rem;
}

.nyusen .index-h3, .kasaku .index-h3 {
    margin: 48px auto 16px;
}

.box4 .link-btn {
	height: 50px;
	line-height: 50px;
	margin: 16px auto;
	max-width: 400px;
}

.box-wrap-line2 .box4 .sagasu {
    font-size: 1.6rem;
}

.box4 .linkicon {
    width: 18px;
}

/* --------------------------------------------------
	モーダルウィンドウ
-------------------------------------------------- */

a.modalBtn {
    cursor: pointer;
}

a.modalBtn:hover {
    opacity: 0.8;
}

}

@media screen and (min-width: 1119px) {
.box4 .name {
    font-size: 1.6rem;
}
.box4 .place {
    font-size: 1.4rem;
}
}

@media screen and (min-width: 1200px) {

.main-section {
    padding: 0;
}

}

@media screen and (min-width: 1286px) {

.box-wrap-line {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yusyu .box-wrap-line {
    max-width: 1200px;
}

.box-wrap-line .box3 {
    width: 48%;
	margin-top: 0;
}

.box-wrap-line1 .box3 {
    width: 30%;
    margin-top: 40px;
}

.box-wrap-line2 .box4 {
    width: 22%;
}

.tokubrtsu .name, .box4 .name {
    font-size: 1.6rem
}

.tokubrtsu .place, .box4 .place {
    font-size: 1.2rem
}

.img03 {
    height: 323.9px;
    width: auto;
}

.img04-box {
	margin-bottom: 0;
	height: 540px;
}

.img10-box {
	height: 540px;
}


}

@media screen and (min-width: 1480px) {

.back_to_top {
	right: 5%;
}

}
