@charset "UTF-8";
br.side_br{
	display: none;
}

div.contents{
	width: 100%;
	padding-bottom: 100px;
}

/* *****************************************************
*	footer
* *****************************************************/
footer > div.foot-inner{
	text-align: center;
}

footer > div.foot-inner > dl dt svg{
	margin: 0 auto 20px;
}

/* *****************************************************
*	header
* *****************************************************/
header{
	position:relative;
	width:1050px;
	height:auto;
	margin:0 auto;
	border-bottom: 1px solid #60411d;
}

header > p{
	position: relative;
	width: 315px;
	padding: 30px 0 25px;
}

header > p svg{
	display: none;
}

header > h1{
	position: absolute;
	top: 30px;
	right: 25px;
	width: 100%;
	padding: 0;
	font-size: 1.1rem;
	text-align: right;
}

/* *****************************************************
*	breadcrumb
* *****************************************************/
ul.breadcrumb{
	width: 1050px;
	margin: 0 auto;
	padding:20px 0;
}

/* *****************************************************
*	pagetitle
* *****************************************************/
div.pagetitle {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 12%;
	margin-bottom:20px;
	line-height: 0;
}

div.pagetitle img{
	position:absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* *****************************************************
*	content-wrap
* *****************************************************/
.content-wrap{
	width:1200px;
	margin:0 auto;
	font-size: 1.6rem;
}

.overview-contents{
	position: relative;
	padding: 80px 0 60px;
	z-index: 5;
}

.overview-contents::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	/* background: #333; */
	background: url(../images/overview-bg.jpg) no-repeat center center / cover;
	z-index: -2;
}

.overview-contents h2{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.2;
}

.overview-contents h2:after{
	content: "";
	position:absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 0;
	width: 258px;
	height: 6px;
	background: #F3D43C;
}

.overview-contents p{
	margin-bottom: 35px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.overview-contents figure{
	width: 100%;
	height: auto;
	line-height: 0;
}

.overview-contents figure img{
	width: 100%;
}

.awards-ceremony{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 100px 0 20px;
	z-index: 5;
}

.awards-ceremony::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F5F4EB;
	z-index: -1;
}

.awards-ceremony .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
}

.awards-ceremony .icon img{
	width: 100%;
	height: auto;
}

.awards-ceremony h2{
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
}

.awards-ceremony figure{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	line-height: 0;
}

.awards-ceremony figure img{
	width: 100%;
}

.result-contents{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 70px 0 50px;
	z-index: 5;
}

.result-contents::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F5F4EB;
	z-index: -1;
}

.result-contents .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
}

.result-contents .icon img{
	width: 100%;
	height: auto;
}

.result-contents h2{
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}

.result-contents > ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 auto;
}

.result-contents > ul li{
	margin: 0 8% 50px 0;
	width: 46%;
}

.result-contents > ul li .grandprix {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #ffcc44;
	margin-bottom: 20px;
	padding: 20px 0;
}

.result-contents > ul li .grandprix span{
	position: relative;
}

.result-contents > ul li .grandprix span::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 32px;
	top: -8px;
	left: -55px;
	background: url(../images/crown_yellow.svg) no-repeat;
}

.result-contents > ul li .grandprix02{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #ffe49f;
	margin-bottom: 20px;
	padding: 20px 0;
}

.result-contents > ul li .photo{
	width: 480px;
	height: auto;
	text-align: center;
}

.result-contents > ul li .photo img{
	width: 100%;
	max-height: 480px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.result-contents > ul li:nth-child(2n){
	margin-right: 0;
}

.result-contents > ul li .caption {
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	line-height: 1.25;
}

.overview-info{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 70px 0 100px;
	z-index: 5;
}

.overview-info::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F5F4EB;
}

.overview-info h2{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	width: 100%;

	height: 100px;
	background: #13AF68;
	border-radius: 50px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	z-index: 5;
}

.overview-info p{
	margin: 50px 0 15px;
	line-height: 0;
	text-align: center;
}

.overview-info p span{
	position: relative;
	display: inline-block;
	padding: 0 48px 35px 48px;
}

.overview-info p span::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95px;
	height: 64px;
	background: url(../images/line-left.svg) no-repeat;
}

.overview-info p span::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 95px;
	height: 64px;
	background: url(../images/line-right.svg) no-repeat;
}

.overview-info a{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	color: #fff;
	width: 100%;
	max-width: 600px;
	height: 90px;
	margin: 0 auto;
	font-size: 3.0rem;
	font-weight: bold;
	background: #60411D;
	letter-spacing: 0.025em;
}

.overview-info a:after{
	content: "";
	position:absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 60px;
	margin-top: -7px;
	border-top: 4px #fff solid;
	border-right: 4px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.backnumber-list-contents{
	position: relative;
	padding: 80px 0 20px;
}

.backnumber-list-contents::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: #f6f7fa;
}

.backnumber-list-contents .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
	z-index: 10;
}

.backnumber-list-contents .icon img{
	width: 100%;
	height: auto;
}

.backnumber-list-contents h2{
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
	z-index: 10;
}

.backnumber-list-contents ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	max-width: 1050px;
	margin: 0 auto;
}

.backnumber-list-contents ul li{
	width: 45.75%;
	margin-bottom: 60px;
}

.backnumber-list-contents ul li a{
	position: relative;
	display: block;
	background: #fff;
}

.backnumber-list-contents ul li a h3{
	line-height: 0;
}

.backnumber-list-contents ul li a h3 img{
	width: 100%;
}

.backnumber-list-contents ul li a figure{
	position: relative;
	width: 100%;
	/* height: 270px; */
	line-height: 0;
	overflow: hidden;
}

.backnumber-list-contents ul li a figure::before{
	content:"";
	display:block;
	padding-top: 56.25%;
}

.backnumber-list-contents ul li a figure img{
	position:absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width:100%;
	height:auto;
}

.backnumber-list-contents ul li:nth-child(3) a figure img{
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0;
}

.backnumber-list-contents ul li a p{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	padding-right: 38px;
	width: 100%;
	height: 50px;
	color: #3A3A3A;
	background: #F5F4EB;
	border: 1px solid #707070;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.05em;
}

.backnumber-list-contents ul li a p:after{
	content: "";
	position: absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 6px;
	height: 6px;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	border-top: 2px #3A3A3A solid;
	border-right: 2px #3A3A3A solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.backnumber-list-contents .backnumber-btn a{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	color: #fff;
	width: 100%;
	max-width: 600px;
	height: 90px;
	margin: 0 auto;
	font-size: 3.0rem;
	font-weight: bold;
	background: #60411D;
	letter-spacing: 0.025em;
}

.backnumber-list-contents .backnumber-btn a:after{
	content: "";
	position:absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 60px;
	margin-top: -7px;
	border-top: 4px #fff solid;
	border-right: 4px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.exhibition{
	padding: 35px 200px;
	background: #fff;
	border: 5px solid #ccc;
}

.exhibition dl dt {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.exhibition dl dd {
	text-align: center;
	line-height: 2.5;
}

.exhibition dl dd ul li {
	position: relative;
}

.exhibition dl dd ul li::before {
	content: "・";
}

@media screen and (max-width: 1919px){
.overview-contents::before{
	background-position: 15% center;
}
}

@media screen and (max-width: 1200px){
.content-wrap{
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
.result-contents::before,
.backnumber-list-contents::before,
.awards-ceremony:before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}

.overview-contents::before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}

.overview-info::before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}

.overview-contents figure{
	width: 90%;
	margin: 0 auto 60px;
}
}

@media screen and (min-width: 768px){
.overview-info a{
	transition:0.5s ease;
}

.overview-info a:hover{
	background: #284B98;
}

.backnumber-list-contents ul li a figure{
	transition:0.5s ease;
}

.backnumber-list-contents ul li a:hover figure{
	opacity: 0.7;
}

.backnumber-list-contents .backnumber-btn a{
	transition:0.5s ease;
}

.backnumber-list-contents .backnumber-btn a:hover{
	background: #284B98;
}
}

/* *****************************************************
*	max-width: 767px
* *****************************************************/
@media screen and (max-width: 767px){
div.pageWrap{
	padding-bottom: 0;
}

div.contents{
	padding: 0 0 60px;
}

h2{
	width: 250px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

/* *****************************************************
*	header
* *****************************************************/
header{
	width: 100%;
}

header > h1{
	position: static;
	display: block;
	width: 100%;
	top: 0;
	padding: 0 15px 8px;
}

header > h1 span{
	display: block;
	width: 166.66666%;
	width: calc(100%/.93);
	font-size: 10px;
	-webkit-transform: scale(.93);
	transform: scale(.93);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

header > p {
	display: block;
	width: 270px;
	padding: 15px 0 15px 15px;
}

header > p img {
	height: 30px;
}

/* *****************************************************
*	breadcrumb
* *****************************************************/
ul.breadcrumb {
	width: 100%;
	margin: 0 auto;
	padding:20px 0 20px 10px;
}

/* *****************************************************
*	footer
* *****************************************************/
footer > div.foot-inner > dl dt svg{
	margin: 0 8px 0 0;
}

/* pagetitle
-------------------------------------------------------*/
div.pagetitle{
	height:auto;
	margin-bottom: 10px;
	padding-top: 0;
}

div.pagetitle img{
	position:static;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	object-fit: contain;
}


/* *****************************************************
*	content-wrap
* *****************************************************/
.content-wrap{
	width:100%;
}

.awards-ceremony{
	padding: 50px 15px 60px;
}

.awards-ceremony .icon{
	margin-bottom: 20px;
	width: 50px;
}

.awards-ceremony h2{
	margin-bottom: 30px !important;
	font-size: 24px;
}

.awards-ceremony h2 img{
	height: 90px;
}

.awards-ceremony figure{
	padding: 5px;
}

.result-contents{
	padding: 0 10px 60px;
}

.result-contents .icon{
	margin-bottom: 20px;
	width: 50px;
}

.result-contents h2{
	margin-bottom: 30px !important;
	font-size: 24px;
}

.result-contents h2 img {
	height: 20px;
}

.result-contents > ul{
	margin-bottom: 40px;
}

.result-contents > ul li{
	width: 100%;
	margin: 0;
}

.result-contents > ul li:not(:last-child){
	margin-bottom: 40px;
}

.result-contents > ul li div.grandprix{
	font-size: 15px;
	font-size: 1.5rem;
}

.result-contents > ul li div.grandprix span::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 22px;
	top: -4px;
	left: -40px;
	background: url(../images/crown_yellow.svg) no-repeat;
	background-size: 30px 22px;
}

.result-contents > ul li .caption {
	font-size: 1.4rem;
}

.result-contents > ul li .photo {
	width: 100%;
	height: auto;
}

.result-contents > ul li .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 290px;
}

.overview-contents{
	padding: 30px 0 25px;
}

.overview-contents::before{
	background: url(../images/overview-bg_sp.jpg) no-repeat;
	background-size: 100% auto;
}

.overview-contents h2{
	margin: 0 auto 25px;
	padding-bottom: 15px;
	font-size: 24px;
}

.overview-contents h2:after{
	width: 150px;
	height: 3px;
}

.overview-contents h2 img{
	height: 20px;
}

.overview-contents > p{
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 2.2rem;
	text-align: left;
}

.overview-info p{
	margin: 20px 0;
}

.overview-info a{
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
}

.overview-info a:after {
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}

.overview-info p{
	position: relative;
}

.overview-info p span{
	padding: 0;
}

.overview-info p span::before,
.overview-info p span::after{
	display: none;
}

.overview-info p::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 42px;
	height: 37px;
	background: url(../images/line-left_sp.svg) no-repeat;
	background-size: contain;
}

.overview-info p::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 42px;
	height: 37px;
	background: url(../images/line-right_sp.svg) no-repeat;
	background-size: contain;
}


.overview-info p span img{
	height: 65px;
}

.overview-contents figure{
	padding: 0 20px;
}

.overview-info h2{
	margin: 0 !important;
	font-size: 1.8rem !important;
	line-height: 1.45;
	border-radius: 25px;
}

.overview-info{
	padding: 20px 15px;
}

.backnumber-list-contents .icon{
	margin-bottom: 20px;
	width: 50px;
}

.backnumber-list-contents{
	padding: 30px 15px;
}

.backnumber-list-contents h2 {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px !important;
	font-size: 24px;
}

.backnumber-list-contents h2 img{
	height: 20px;
}

.backnumber-list-contents .backnumber-btn{
	width: 100%;
	height: 50px;
}

.backnumber-list-contents .backnumber-btn a{
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
}

.backnumber-list-contents .backnumber-btn a:after{
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}

.backnumber-list-contents ul li{
	width: 100%;
	margin: 0;
}

.backnumber-list-contents ul li:not(:last-child){
	margin: 0 0 15px;
}

.backnumber-list-contents ul li a h3{
	margin-bottom: 0;
}

.backnumber-list-contents ul li a figure:before{
	padding-top: 61%;
}

.backnumber-list-contents ul li a p{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
	font-size: 1.4rem;
	padding-right: 28px;
}

.backnumber-list-contents ul li a p:after{
	width: 5px;
	height: 5px;
	right: 14px;
	margin-top: -3px;
}

.exhibition {
	padding: 30px 10px;
	border: 3px solid #ccc;
}

.exhibition dl dt {
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.exhibition dl dd ul li {
	/* padding-left: 15px; */
	font-size: 1.4rem;
	line-height: 1.8;
}

.exhibition dl dd ul li:not(:last-child) {
	margin-bottom: 8px;
}
}

@media screen and (max-width: 320px){
.overview-contents::before {
	background: url(../images/overview-bg_sp.jpg) no-repeat;
	background-size: cover;
}

.overview-info p span img {
	height: 60px;
}

.overview-info p::before{
	left: -10px;
}

.overview-info p::after{
	right: -10px;
}
}

@media all and (-ms-high-contrast: none) {
/* ------------------------------------------------------*/
.overview-info h2{
	padding-top: 5px;
}

.overview-info a{
	padding-top: 5px;
}
}
