@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
  margin: 0 auto;
  width: 100%;
  font-size: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #333;
}
.inner {
  margin: 0 auto;
  position: relative;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
} /* IE7 */
.font-mspgothic {
  font-family:　"ＭＳ Ｐゴシック" !important;
  color: red;
}
.fade {
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
}
h2, h3, h4, h5,
.commentHead {
  font-weight: 700;
  color: #000;
}
h2 {
  font-size: 3.2em;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1;
  color: #201000;
}

/* リンク */
a {
  display: inline;
  color: #D82662;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
  color: #000000;
}


/*
ヘッダー
------------------------------------- */
header {
  background: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
header img {
  max-height: 90px;
}

@media screen and (max-width:575.98px) {
  header {
    width: 100%;
    height: auto;
  }
  header img {
    width: 96%;
    margin: 0 0;
  }
}

/*
メインビジュアル
------------------------------------- */
#topHeader {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#topHeader .grid:before {
  content:"";
  display: block;
  padding-top: 39.9%;
}
#topHeader h1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 1.2% auto 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
}
#topHeader h1 img {
  width: 66.67%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  #topHeader {
    background-image: url(../../img/bg-header.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #topHeader .grid {
    background: transparent url(../img/bg_grid.png) repeat-x center center;
    z-index: 100;
  }
}
@media screen and (max-width:575.98px){
  #topHeader {
    width: 100%;
    min-width: auto;
    height: auto;
    background-image: url(../img/bg-header-sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-size: 100% auto;
    overflow: visible;
  }
  #topHeader .grid:before {
    content:"";
    display: block;
    padding-top: 152.08%;
  }
  #topHeader h1{
    display: none;
  }
}

#visualcredits {
  padding-top: 10px;
}
#visualcredits {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #666;
}
@media screen and (max-width:575.98px) {
  #visualcredits {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4em;
  }
}


/*
色設定
------------------------------------- */
#block1 {
  background-color: #eee; /* #f7f3ec */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#block3,
#block5,
#block7,
#block9,
#block11,
#block13 {
  background: #eee;
  background: radial-gradient(circle at 50% 0%, #fafafa, #eee);
  border-bottom: 1px solid #eee;
}
#block2,
#block4,
#block6,
#block8,
#block10,
#block12,
#block14 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
#about a {
  background: #e60012;
  color: #fff;
}

h4 span.title {
  color: #444455;
  font-feature-settings: "palt";
}
#about {
  padding-top: 0 !important;
  background-color: #fff;
}



/*
概要
------------------------------------- */
#resultsintro {
	position: relative;
	z-index: 10;
  border-top: 2px solid #e4060b;
  margin: 0;
  padding: 80px 0 80px 0;
  background: #fff;
  text-align: center;
}
#resultsintro .inner {
  max-width: 960px;
}
#resultsintro h2 {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 4em;
}
#resultsintro h2 span {
  font-size: 0.8em;
}
#resultsintro p{
  margin: 0 auto 0 auto;
  padding-top: 30px;
  text-align: center;
  line-height: 2em;
  font-size: 2.2em;
}

@media screen and (max-width:960px) {
  #resultsintro {
    padding: 3% 0 5% 0;
  }
  #resultsintro p {
    width: 90%;
    margin: 0 auto;
    padding: 8% 0 5% 0;
    text-align: justify;
    font-size: 2em;
  }
  #resultsintro p br.sp {
    display: none;
  }
}

@media screen and (max-width:640px) {
  #resultsintro {
    margin: 0 0 8% 0;
    padding: 0;
  }
  #resultsintro h2 {
    height: auto;
    width: 90%;
    background: none;
    margin: 48px auto 0px auto;
    text-indent: 1px;
    text-align: center;
    font-size: 3.2em;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
  }
  #resultsintro p {
    font-size: 1.6em;
  }
  #resultsintro .btn a {
    width: 80%;
    padding: 5% 0;
    font-size: 2.4em;
  }
}


/*
受賞
------------------------------------- */
h3 {
  margin: 0 0 8%;
  padding-top: 10%;
  text-align: center;
  line-height: 1.2em;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 3em;
  color: #000;
}
h3 span {
  display: inline-block;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 0.65em;
}
h3 b {
  font-weight: normal;
}
.icon-crown {
  display: block;
  max-width: 50px;
  margin: 0 auto 8px;
}
.wrapper {
  padding: 50px 0 30px;
  text-align: center;
}
.inner {
  position: relative;
}
.photo {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 16%;
}
.photo .enlarge {
  pointer-events: none;
}
.photo .enlarge img {
  margin-bottom: 20px;
}

/* 装飾 */
.winners1 .photo {
  text-align: center;
}
.winners1 .photo .enlarge img {
  width: 90%;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.winners1 .photo h4 {
  font-size: 1.4em;
}
.winners1 .photo .comment {
  width: 90%;
  border-top: 1px solid #ccc;
  margin: 3% auto 0 auto;
  padding-top: 3%;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.4em;
}
.winners1 .photo .comment h5 {
  margin-bottom: 3%;
  text-align: center;
  line-height: 1.3em;
  font-size: 1.2em;
}
.winners1 .photo .comment p {
  text-align: justify;
  text-justify:inter-ideograph;
  line-height: 1.5em;
  font-size: 1em;
}
h4 {
  margin-bottom: 5%;
  text-align: center;
  line-height: 1em;
  font-size: 10px;
  font-size: 1.2rem;
  color: #000;
}
h4.--en {
  margin-bottom: 12px;
}
h4 span.title {
  display: block;
  margin: 0 auto 8px auto;
  line-height: 1.3em;
  font-size: 1.4em;
}
h4.--en span.title {
  padding-bottom: 10px;
  inline-size: fit-content;
  margin-inline: auto;
  text-wrap: balance;
}

h4 span.name {
  padding-right: 4px;
  line-height: 1.3em;
  font-size: 1.2em;
}
h4 br.sp {
  display: block;
}

.photo .location {
  margin: 0 auto;
  margin: 0 auto 1% auto;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.6em;
}
.photo .location::before {
  display: block;
  content: "●　　●　　●";
  padding-bottom: 2%;
  font-size: 0.5em;
  color: #ccc;
}
.photo .location a,
.photo .location span {
  color: #333;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
}
.photo .location a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
}
.photo .location a img {
  width: 15px;
  height: 15px;
  border: 0;
  margin: 0 0 0 10px;
  padding: 0;
  background: transparent;
  position: relative;
  top: 1px;
  left: -3px;
  box-shadow: none;
}
.letterspacing {
  letter-spacing: -10px;
}

.winners2 h4 {
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
}
.winners2 .photo {
  text-align: center;
}
.winners2 .photo .enlarge img {
  width: 90%;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.winners2 .photo h4 {
  font-size: 1.4em;
}
.winners2 .photo .comment {
  width: 90%;
  border-top: 1px solid #ccc;
  margin: 3% auto 0 auto;
  padding-top: 5%;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.4em;
}
.winners2 .photo .comment h5 {
  margin-bottom: 3%;
  text-align: center;
  line-height: 1.3em;
  font-size: 1.2em;
}
.winners2 .photo .comment p {
  text-align: justify;
  text-justify:inter-ideograph;
  line-height: 1.6;
  font-size: 1em;
}

.winners3 h4 {
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
}
.winners3 .photo {
  text-align: center;
}
.winners3 .photo .enlarge img {
  width: 90%;
  border: 6px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.winners3 .photo .comment {
  width: 90%;
  border-top: 1px solid #ccc;
  margin: 3% auto 1% auto;
  padding-top: 5%;
  text-align: justify;
  text-justify:inter-ideograph;
  line-height: 1.4em;
  font-size: 1.4em;
}

.comment h5 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.1em;
  color: #222;
}
.comment h5 span {
  font-size: 0.85em;
}

@media screen and (min-width: 481px) {
	.photo .enlarge,
	.photo	{
		pointer-events: auto;
		cursor: pointer;
	}	
}

/* PC向けレイアウト */
@media screen and (min-width: 980px) {
  h3 {
    margin: 0 0 50px;
    padding-top: 70px;
    letter-spacing: 6px;
    text-indent: 4px;
    font-size: 4em;
  }
  h3 span {
    font-size: 0.7em;
  }
  h3.mB30 {
    margin: 0 0 30px;
  }
  h4 span.title {
    font-size: 1.5em;
  }
  h4.--en span.title {
    padding-bottom: 10px;
    font-size: 1.25em;
  }
  h3 br.sp,
  h4 br.sp {
    display: none;
  }
  .winners1 .inner,
  .winners2 .inner,
  .winners3 .inner  {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
  }
  .photo {
    pointer-events: auto;
  }
  .photo a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .photo img {
    margin-bottom: 30px;
  }
  .photo .enlarge {
    pointer-events: auto;
  }
  
  .photo .location {
    font-size: 1.8em;
    letter-spacing: 1px;
  }

  .winners1 {
    padding-bottom: 80px;
  }
  .winners1 .photo {
    max-width: 800px !important;
    margin: 0 10px 80px 10px;
    width: 100%;
  }
  .winners1 .photo:last-of-type {
    margin: 0 10px;
  }
  .winners1 .photo a {
    display: block;
    height: auto;
    margin: 0 0 10px;
  }
  .winners1 .photo img.h {
    width: 800px;
    max-width: none;
  }
  .winners1 .photo img.s {
    max-width: 540px;
  }
  .winners1 .photo img.v {
    max-width: 540px;
  }
  .winners1 .photo h4 {
    margin-bottom: 3%;
    text-align: center;
    line-height: 1em;
    font-size: 10px;
    font-size: 1.0rem;
    color: #000;
  }
  .winners1 .photo .comment {
    margin: 20px auto 0 auto;
    line-height: 1.6em;
    font-size: 1.6em;
  }

  .winners2 {
    padding-bottom: 0px;
  }
  .winners2 .photo {
    max-width: 800px !important;
    margin: 0 10px 100px 10px;
    width: 100%;
  }
  .winners1 .photo:last-of-type {
    margin: 0 10px;
  }
  .winners2 .photo a {
    display: block;
    height: auto;
    margin: 0 0 10px;
  }
  .winners2 .photo img.h {
    width: 600px;
    max-width: none;
  }
  .winners2 .photo img.s {
    max-width: 480px;
  }
  .winners2 .photo img.v {
    max-width: 420px;
  }
  .winners2 .photo h4 {
    margin-bottom: 0;
    text-align: center;
    line-height: 1em;
    font-size: 1.2rem;
    color: #000;
  }
  .winners2 .photo .comment {
    margin: 20px auto 0 auto;
    line-height: 1.8;
    font-size: 1.8em;
  }

  .winners3 {
    padding-bottom: 80px;
  }
  .winners3 .inner {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 960px;
    margin: 0 auto 80px;
  }
  .winners3 .photo {
    display: table-cell;
    padding: 0 30px 0px;
  }
  .winners3 .inner:last-of-type .photo:only-child {
    max-width: 480px;
    display: block;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .winners3 .photo img.h {
    max-width: 400px;
  }
  .winners3 .photo img.v {
    max-width: 280px;
  }
  .winners3 .photo img.s {
    max-width: 300px;
  }
  .winners3 .photo .comment {
    max-width: 400px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    line-height: 1.5em;
    font-size: 1.5em;
  }
  .winners3 h4 {
    margin-bottom: 24px;
  }
  .comment h5 span {
    font-size: 0.8em;
  }
  .photo .location {
    padding: 2% 3% 0px;
  }
}

/* モバイル向けレイアウト */
@media screen and (max-width: 640px) {
  .icon-crown {
    max-width: 36px;
    margin: 0 auto 0;
  }
}


/* 開催概要
----------------------------------------*/
#about {
  padding: 70px 0 70px 0;
  text-align: center;
}
#about p{
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.6em;
  font-size: 2em;
  font-weight: bold;
  color: #000;
}
#about a {
  display: block;
  max-width: 360px;
  width: 80%;
  border-radius: 100px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 1.8em;
  font-family: Noto Sans JP;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  #about {
    padding: 10% 0 10% 0;
  }
  #about p {
    width: 94%;
    margin: 0 auto;
    padding: 2% 0 5% 0;
    text-align: left;
  }
  #about a {
    width: 80%;
    padding: 4.8% 0;
    font-size: 1.6em;
  }
}


/* バナーエリア
----------------------------------------*/
#bannerArea {
  border-top: 1px solid #ccc;
  padding: 70px 0 70px 0;
  text-align: center;
}
#bannerArea img {
  width:90%;
  max-width: 720px;
}

@media screen and (max-width: 640px) {
  #bannerArea {
    padding: 10% 0 10% 0;
  }
}


/* フッター
----------------------------------------*/
footer {
  text-align: center;
}
footer .footer-pagetop {
  padding: 20px 0 20px 0;
}
footer .footer-link {
  margin: 0 auto 10px auto;
}
footer .footer-link p {
  line-height: 2em;
}
footer .footer-link a {
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
}
footer .footer-link a:hover {
    text-decoration: underline;
}
footer .footer-copyright {
  padding: 10px 30px 30px 30px;
  font-size: 1.2em;
  line-height: 1.8em;
}
footer .footer-copyright .copyright {
  padding-top: 10px;
  font-size: 1.0em;
}
span.linklike {
  font-weight: bold;
}

@media screen and (max-width:991.98px) {
  footer .footer-pagetop {
    padding: 20px 0 10px 0;
  }
}

@media screen and (max-width:575.98px) {
  footer .footer-link a {
    display: inline-block;
  }
  footer .footer-link a:first-child:before {
    content: "　";
    font-size: 0.85em;
  }
  footer .footer-link a:last-child:after {
    content: "　";
    font-size: 0.85em;
  }
  footer .footer-copyright {
    padding: 3%;
    font-size: 1em;
    text-align: left;
  }
  footer .footer-copyright .copyright {
    font-size: 0.8em;
    text-align: left;
  }
}
