@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;
  }
}


/*
色設定
------------------------------------- */
#block1 {
  background-color: #f2f2f2; /* #f7f3ec */
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
#block3,
#block5,
#block7,
#block9,
#block11,
#block13,
#block15 {
  background-color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
#block2,
#block4,
#block6,
#block8,
#block10,
#block12,
#block14 {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
#about a {
  background: #000;
  color: #fff;
}

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



/*
概要
------------------------------------- */
#resultsintro {
  background: #fff;
  margin: 0;
  padding: 80px 0 80px 0;
  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: justify;
  line-height: 2em;
  font-size: 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: 3% 0 0 0;
  }
  #resultsintro h2 {
    height: auto;
    width: 94%;
    background: none;
    margin: 30px auto 0 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;
    line-height: 1.8em;
  }
  #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: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 0.7em;
}
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.15);
}
.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.0rem;
  color: #000;
}
h4 span.title {
  display: block;
  margin: 0 auto 5px auto;
  line-height: 1.2em;
  font-size: 1.6em;
}
h4 span.name {
  line-height: 1.3em;
  font-size: 1.4em;
}
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.5em;
}
.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.15);
}
.winners2 .photo h4 {
  font-size: 1.4em;
}
.winners2 .photo .comment {
  width: 90%;
  border-top: 1px solid #ccc;
  margin: 5% 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.6em;
  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.15);
}
.winners3 .photo .comment {
  width: 90%;
  border-top: 1px solid #ccc;
  margin: 5% 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: 6px;
    font-size: 4em;
  }
  h3 span {
    font-size: 0.8em;
  }
  h3.mB30 {
    margin: 0 0 30px;
  }
  h4 span.title {
    font-size: 1.8em;
  }
  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;
  }

  .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 80px 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: 3%;
    text-align: center;
    line-height: 1em;
    font-size: 10px;
    font-size: 1.0rem;
    color: #000;
  }
  .winners2 .photo .comment {
    margin: 40px auto 0 auto;
    line-height: 1.6em;
    font-size: 1.6em;
  }

  .winners3 {
    padding-bottom: 0px;
  }
  .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;
  }
  #block4.winners3 {
    padding-bottom: 30px;
  }
  #block6.winners3 {
    padding-bottom: 30px;
  }
  #photo5539 .location {
    height: calc(4.5em * 1.5);
  }
  #photo5523 .location {
    height: calc(7em * 1.5);
  }
  #photo5526 .location {
    height: calc(4.5em * 1.5);
  }
  #photo5531 {
    margin-top: 0px;
  }
  .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) {
  h3 span {
    display: block;
    padding-top: 10px;
    line-height: 1.4;
  }
}


/*
受賞
------------------------------------- */
#overview {
	background: #f2f2f2;
}
#overview h2 {
	line-height: 1.2em;
	font-size: 4em;
}
#overview p {
  max-width: 720px;
  margin: 0 auto 20px auto;
  text-align: justify; 
  text-justify:inter-ideograph;
  line-height: 1.7;
}
#overview .aR {
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width:640px) {
	#overview h2 {
		height: auto;
		width: 94%;
		background: none;
		margin: 5% auto 5% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
}



/* 開催概要
----------------------------------------*/
#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: 300px;
  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 16% 0;
  }
  #about p {
    width: 94%;
    margin: 0 auto;
    padding: 2% 0 5% 0;
    text-align: left;
  }
  #about a {
    width: 60%;
    padding: 4.5% 0;
    font-size: 1.6em;
  }
}


/* フッター
----------------------------------------*/
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;
  }
}
