/**
 * photocontest2016re.css
 * updatedAt: 2017.10.05
 * updatedAt: 2017.02.14
 * createdAt: 2017.02.08
 */

/*========================================

  #tmpl_main

========================================*/
#tmpl_main {
  /*background-color: #f8eee0;*/
}


/*========================================

  .eco-container

========================================*/
article {
  display: block;
}
.eco-container {
  padding: 0;
  min-width: 1190px;
}
.eco-container article {
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1190px;
  background-color: #fff;
}
.eco-container .bold {
  font-weight: 700;
}
.eco-container a {
  color: #040af7;
}
.eco-container a:hover {
  text-decoration: underline;
}
.eco-container .hover {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.eco-container .hover:hover {
  opacity: 0.7;
}
.eco-container .nb64 {
  display: block;
}
.eco-container .b64 {
  display: none;
}
.eco-container .breadcrumbs a{
	color: #000;
}

@media(max-width:640px) {
  .eco-container {
    padding: 0;
    min-width: 320px;
  }
  .eco-container article {
    margin-top: 0;
  }
  .eco-container .hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .eco-container .hover:hover {
    opacity: 1.0;
  }
  .eco-container .nb64 {
    display: none;
  }
  .eco-container .b64 {
    display: block;
  }
}


/*========================================

  .main-visual

========================================*/
.main-visual {
  line-height: 0;
}
.main-visual .pc{
  display:block;
}
.main-visual .sp{
  display:none;
}
.main-visual img {
  width: 100%;
  height: auto;
}

@media(max-width:640px) {
  .main-visual .pc{
	display:none;
  }
  .main-visual .sp{
	display:block;
  }
}


/*========================================

  section

========================================*/
main section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 826px;
}
section:after {
  clear: both;
  display: block;
  content: '';
}
section#Prize .heading {
  font-size: 137.5%;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #0f6c51;
  border-radius: 8px;
}
section .heading-txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.9;
  text-align: center;
}

@media(max-width:640px) {
  section {
    width: 90.625%;
  }
  section .heading {
    line-height: 36px;
  }
  section .heading-txt {
    text-align: left;
  }
  section .heading-txt br {
    display: none;
  }
}
section .heading img {
  width: 100%;
  height: auto;
}
section a.award {
  position: relative;
  display: block;
}
section a.award.zoom:after {
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 31px;
  height: 31px;
  background-image: url(../img/icn_zoom@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

.ielegacy section a.award.zoom:after {
  background-image: url(../img/icn_zoom.png);
}
section .episode {
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.9;
}
section .episode.left {
  text-align: left;
}
section .episode p {
  display: inline-block;
  text-align: left;
}
section .episode strong {
  font-weight: 700;
}

@media(max-width:640px) {
  section {
    width: 90.625%;
  }
  section .heading img {
    margin-left: -25%;
    width: 150%;
  }
  section .episode {
    margin-top: 15px;
  }
}


/*----------------------------------------
  section.intro
----------------------------------------*/
section.intro {
  margin-top: 40px;
}
section.intro .img-box {
  float: left;
  margin: 0 1.8159806% 30px 3.3898305%;
  max-width: 189px;
  width: 22.8816559%;
}
section.intro .img-box img {
  width: 100%;
  height: auto;
}
section.intro p.txt {
  margin: 0 0 0 28.087167%;
  padding-top: 3.0266343%;
  width: 65.9806295%;
  font-size: 93.8%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
section.intro p.note {
  margin: 10px 0 0 28.087167%;
  font-size: 87.5%;
  line-height: 1.6;
}
section.intro p.note.large {
  font-size: 105%;
}
section.intro p.note span {
  position: relative;
  top: -0.2em;
  padding-right: 5px;
  font-size: 62.5%;
}
/*section.intro p.note a {
  padding-right: 16px;
  background-image: url(../img/icn_blank_b.png);
  background-repeat: no-repeat;
  background-position: right center;
}*/

@media(max-width:640px) {
  section.intro {
    margin-top: 30px;
  }
  section.intro .img-box {
    margin: 0 0 30px 0;
    width: 25%;
  }
  section.intro .img-box img {
    width: 160%;
  }
  section.intro p.txt {
    margin: 0;
    padding-top: 17%;
    width: auto;
  }
  section.intro p.note {
    margin-left: 0;
  }
}

/*----------------------------------------
  nav.menu
----------------------------------------*/
nav.menu {
  text-align: center;
  margin: 30px auto 0;
  padding: 7px 0;
  max-width: 826px;
  border-radius: 20px;
  background: #f8eee0;
}
nav.menu a {
  margin-left: 22px;
  font-size: 106.3%;
  line-height: 1.0;
  color: #000;
}
nav.menu a:first-child {
  margin-left: 0;
}
nav.menu a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.1em;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../img/anc_arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: '';
}
.ielegacy nav.menu a:before {
  background-image: url(../img/anc_arrow.png);
}
nav.menu a span {
  margin-left: -0.2em;
  letter-spacing: -0.2em;
}

@media(max-width:640px) {
  nav.menu {
    text-align: left;
    padding: 5px 0;
    width: 92%;
    border-radius: 6px;
  }
  nav.menu a {
    display: block;
    margin: 0;
    padding: 11px 15px 9px;
    border-top: 1px solid #fff;
  }
  nav.menu a:first-child {
    border-top: none;
  }
  nav.menu a:before {
    margin-right: 10px;
  }
}

/*----------------------------------------
  .exhibition-anchor
----------------------------------------*/
.exhibition-anchor {
  text-align: center;
  margin-top: 35px;
}
.exhibition-anchor a,
.exhibition-anchor img {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.exhibition-anchor a:hover {
  text-decoration: none;
}
.exhibition-anchor div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0.2em;
  margin-left: 5px;
  font-size: 156.3%;
  font-weight: 700;
  line-height: 1.2;
}
.exhibition-anchor div span {
  font-size: 60%;
}
.exhibition-anchor div em {
  font-weight: 700;
  color: #040af7;
}


.exhibition-anchor p.note {
  margin: 12px 0 0 0;
  font-size: 87.5%;
  line-height: 1.6;
}
.exhibition-anchor p.note a{
  color: #040af7;
  /*padding-right: 16px;
  background-image: url(../img/icn_blank_b.png);
  background-repeat: no-repeat;
  background-position: right center;*/
}

/*.exhibition-ancho p.note span {
  position: relative;
  top: -0.2em;
  padding-right: 5px;
  font-size: 62.5%;
}
.exhibition-ancho p.note a {
  padding-right: 16px;
  background-image: url(../img/icn_blank_b.png);
  background-repeat: no-repeat;
  background-position: right center;
}*/

@media(max-width:640px) {
  .exhibition-anchor img {
    width: 95%;
  }
  .exhibition-anchor div {
    display: block;
    top: 0;
    margin: 10px 0 0;
    font-size: 131.3%;
  }
  
  .exhibition-anchor p.note {
    text-align:left;
  }
}

/*----------------------------------------
  .comment
----------------------------------------*/
.comment {
  display: table;
  border-radius: 6px;
  background: #f8eee0;
}
.comment img {
  width: 100%;
  height: auto;
}
.comment .img-box {
  display: table-cell;
  vertical-align: top;
}
.comment .txt-box {
  display: table-cell;
  vertical-align: top;
}
.comment .txt-box p {
  font-size: 81.3%;
  line-height: 1.9;
}

@media(max-width:640px) {
  .comment {
    display: block;
    padding: 20px !important;
  }
  .comment .img-box {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
  }
  .comment .txt-box {
    display: block;
    padding: 0 !important;
  }
  .comment .txt-box p {
    line-height: 1.8;
  }
}


/* .comment.mogi
----------------------------------------*/
.comment.mogi {
  margin-top: 30px;
  padding: 30px;
}
.comment.mogi .img-box {
  width: 150px;
}
.comment.mogi .txt-box {
  padding-left: 40px;
}
.comment.mogi .txt-box strong {
  display: block;
  margin-bottom: 10px;
  max-width: 265px;
  line-height: 0;
}

@media(max-width:640px) {
  .comment.mogi {
    margin-top: 20px;
  }
  .comment.mogi .img-box {
    float: none;
    margin: 0 auto 20px;
  }
}

/* .comment.hakase
----------------------------------------*/
.comment.hakase {
  margin-top: 20px;
  padding:30px;
}
.comment.hakase .img-box {
  vertical-align: middle;
  width: 91px;
}
.comment.hakase .txt-box {
  vertical-align: middle;
  padding-left: 25px;
}

@media(max-width:640px) {
  .comment.hakase .img-box {
    width: 70px;
  }
}

/* .comment.wao
----------------------------------------*/
.comment.wao {
  margin-top: 40px;
  padding: 30px;
}
.comment.wao .img-box {
  width: 81px;
}
.comment.wao .txt-box {
  padding-left: 10px;
  vertical-align: middle;
}
#MoviePrize .comment.wao .txt-box {
  vertical-align: middle;
}

@media(max-width:640px) {
  .comment.wao {
    margin-top: 20px;
  }
  .comment.wao .img-box {
    width: 70px;
  }
}


/*----------------------------------------
  #GrandPrix
----------------------------------------*/
#GrandPrix {
  margin-top: 50px;
}
#GrandPrix .work {
  margin: 30px auto 0;
  line-height: 0;
}
#GrandPrix .work .award {
  margin: 0 auto;
  max-width: 702px;
  text-align: center;
}
#GrandPrix.pc2023 .work .award {
  max-width: 400px;
}
#GrandPrix .work img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
#GrandPrix .work .title {
  text-align: center;
  margin: 35px 0 25px;
  line-height: 1;
  font-size:120%;
  font-weight:bold;
}
#GrandPrix .work .title span{
	display:block;
	font-size:80%;
	margin-top: 10px;
}

@media(max-width:640px) {
  #GrandPrix .work {
    margin: 20px auto 0;
  }
  #GrandPrix .work .title {
    margin-top: 40px;
  }
  #GrandPrix .work .title img {
    width: 80%;
  }
}


/*----------------------------------------
  #Hakase
----------------------------------------*/
#Hakase {
  margin-top: 60px;
}
#Hakase .work {
  margin: 90px auto 0;
  line-height: 0;
  text-align: center;
}
#Hakase h3 + .work {
  margin-top: 20px;
}
#Hakase .work .award {
  margin: 0 auto;
  max-width: 702px;
  text-align: center;
}
#Hakase .work .img-container {
  display: inline-block;
}
#Hakase .work img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
#Hakase .work .title {
  text-align: center;
  margin: 25px 0;
  line-height: 1;
  font-size:120%;
  font-weight:bold;
}
#Hakase .work .title span{
	display:block;
	font-size:80%;
	margin-top: 10px;
}

@media(max-width:640px) {
  #Hakase {
    margin-top: 60px;
  }
  #Hakase .work {
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  #Hakase h3 + .work {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  #Hakase .work .title {
    margin-top: 40px;
  }
  #Hakase .work .title img {
    width: 80%;
  }
}


/*----------------------------------------
  #MoviePrize
----------------------------------------*/
#MoviePrize {
  margin-top: 60px;
}
#MoviePrize .work {
  margin: 90px auto 0;
  line-height: 0;
  text-align: center;
}
#MoviePrize h3 + .work {
  margin-top: 20px;
}
#MoviePrize .work .award {
  margin: 0 auto;
  max-width: 702px;
  text-align: center;
}
#MoviePrize .work .img-container {
  display: inline-block;
}
#MoviePrize .work img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
#MoviePrize .work .title {
  text-align: center;
  margin: 25px 0;
  line-height: 1;
  font-size:120%;
  font-weight:bold;
}
#MoviePrize .work .title span{
	display:block;
	font-size:80%;
	margin-top: 10px;
}
#MoviePrize .btn-box a {
  display: block;
  margin: 20px auto;
  margin-top: 15px;
  width: 176px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#MoviePrize .btn-box a.hover span:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("../../photocontest2024/img/icon_link.png") 0 2px no-repeat;
  background-size: 100% auto;
}
#MoviePrize .btn-box a:hover {
  text-decoration: none;
}

@media(max-width:640px) {
  #MoviePrize {
    margin-top: 60px;
  }
  #MoviePrize .work {
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  #MoviePrize h3 + .work {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  #MoviePrize .work .title {
    margin-top: 40px;
  }
  #MoviePrize .work .title img {
    width: 80%;
  }
}


/*----------------------------------------
  #Wao
----------------------------------------*/
#Wao {
  margin-top: 60px;
}
#Wao .work {
  display: table;
  margin: 90px auto 0;
  width: 100%;
  line-height: 0;
}
#Wao h3 + .work {
  margin-top: 35px;
}
#Wao .work .img-box {
  display: table-cell;
  vertical-align: top;
  text-align:center;
  width: 397px;
  padding-bottom: 31px;
}

#Wao .work .txt-box {
  display: table-cell;
  vertical-align: top;
  padding-left: 62px;
}
#Wao .work img {
  width: 100%;
  height: auto;
}
#Wao .work .wao-02 img {
  width: 70%;
  height: auto;
}
#Wao .work .wao-03 img {
  width: 70%;
  height: auto;
}
#Wao .work .wao-01 a.award.zoom:after {
  right: 31px;
  bottom: -31px;
}

#Wao .work .wao-02 a.award.zoom:after {
  right: 60px;
  bottom: -36px;
}

#Wao .work .title {
  text-align: left;
  margin-bottom: 25px;
  line-height: 1;
  font-size:120%;
  font-weight:bold;
}
#Wao .work .title span{
	display:block;
	font-size:80%;
	margin-top: 10px;
}
#Wao .work .episode {
  text-align: left;
}

@media(max-width:640px) {
  #Wao {
    margin-top: 60px;
  }
  #Wao .work {
    display: block;
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  #Wao h3 + .work {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  #Wao .work .img-box {
    display: block;
    width: auto;
  }
  #Wao .work .txt-box {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  #Wao .work .title {
  text-align: center;
}
  #Wao .work .title img {
    width: 95%;
  }
}

/*----------------------------------------
  #Fine
----------------------------------------*/
#Fine {
  margin-top: 70px;
  padding-top: 10px;
}
#Fine .fine-index {
  font-size: 0;
}
#Fine .fine-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  margin-left: 66px;
  width: 380px;
  font-size: 16px;
  font-size: 1rem;
}
#Fine .fine-item:nth-child(2n+1) {
  margin-left: 0;
}
#Fine .fine-item .work {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
#Fine .fine-item .img-box {
  display: table-cell;
  vertical-align: middle;
  max-width: 400px;
  width: 200px;
  line-height: 0;
  background-color: #F8F9FB;
}
#Fine .fine-item.movie .img-box {
  width: 168px;
  padding: 20px 16px 0 16px;
}
#Fine .fine-item .img-box img {
  width: 100%;
  height: auto;
}
#Fine .fine-item.movie .img-box img {
  width: 168px;
}
#Fine .fine-item .img-box .btn-box{
  display: block;
  margin: 15px auto;
  width: 168px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#Fine .fine-item .img-box .btn-box a{
  color: #fff;
}
#Fine .fine-item .img-box .btn-box span:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("../../photocontest2024/img/icon_link.png") 0 2px no-repeat;
  background-size: 100% auto;
}
#Fine .fine-item .txt-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 10px;
}
#Fine .fine-item .txt-box p {
  font-size: 93.8%;
  font-weight: 700;
  line-height: 1.3;
}
#Fine .fine-item .txt-box p span {
  font-size: 86.7%;
}
#Fine .fine-item .txt-box p span span.normalfont {
  font-size: 100%;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#Fine .fine-item .txt-box .btn-box{
  display: none;
}

@media(max-width:640px) {
  #Fine {
    margin-top: 50px;
    padding-top: 10px;
  }
  #Fine .fine-item {
    display: block;
    margin: 30px auto 0;
    padding-top: 30px;
    width: auto;
    border-top: 1px solid #ccc;
  }
  #Fine .fine-item:first-child {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  #Fine .fine-item .work {
    display: block;
  }
  #Fine .fine-item .img-box {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  #Fine .fine-item.movie .img-box {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  #Fine .fine-item.movie .img-box img {
    width: 90%;
  }
  #Fine .fine-item .img-box .btn-box{
    display: none;
  }
  #Fine .fine-item .txt-box {
    display: block;
    margin: 15px auto 0;
    padding: 0;
    width: 92%;
  }
  #Fine .fine-item .txt-box .btn-box{
    display: block;
    margin: 20px 12px;
    margin-top: 15px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #bf3000;
  }
  #Fine .fine-item .txt-box .btn-box a{
    color: #fff;
  }
  #Fine .fine-item .txt-box .btn-box span:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url("../../photocontest2024/img/icon_link.png") 0 2px no-repeat;
    background-size: 100% auto;
  }
  #Fine .fine-item .episode {
    margin: 15px auto 0;
    width: 92%;
  }
}


/*----------------------------------------
  #Exhibition
----------------------------------------*/
#Exhibition {
  /* 694px */
  margin-top: 60px;
  padding: 6.3829787% 5.319149% 4.2553191%;
  border: 5px solid #bf3000;
}
#Exhibition h3 {
  margin: 0 auto;
  width: 76.368876%;
  line-height: 0;
}
#Exhibition h3 img {
  width: 100%;
  height: auto;
}
#Exhibition p.txt1 {
  text-align: center;
  margin-top: 15px;
  font-size: 120.5%;
  font-weight: 700;
  line-height: 1.4;
  color: #bf3000;
}
#Exhibition p.txt2 {
  text-align: center;
  margin-top: 20px;
  font-size: 131.3%;
  line-height: 1.4;
}
#Exhibition p.txt3 {
  text-align: center;
  margin-top: 6px;
  font-size: 100%;
  line-height: 1.4;
}
#Exhibition p.txt4 {
  text-align: center;
  margin: 80px 0;
  font-size: 131.3%;
  line-height: 1.4;
}
#Exhibition p span{
  font-size: 60%;
  vertical-align: middle;
}
#Exhibition p.txtFree {
  margin: 7px 250px 0;
  padding: 8px 0 8px 0.4em;
  background-color: #bf3000;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.4em;
  border-radius: 4px;
}
#Exhibition p.txt1 br,
#Exhibition p.txt2 br{
  display: none;
}
#Exhibition p.txt4 br.b64{
  display: none;
}
#Exhibition table {
  margin-top: 15px;
  width: 100%;
}
#Exhibition table th {
  text-align: left;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.2;
  padding:10px;
  color: #fff;
  background: #bf3000;
  border-top: 2px solid #fff;
}
#Exhibition table td {
  text-align: left;
  padding: 10px 10px;
  font-size: 90%;
  line-height: 1.4;
  background: #f8eee0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
#Exhibition a[target=_blank] {
  padding-right: 16px;
  background-image: url(../img/icn_blank_b.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#Exhibition table tr:first-child th,
#Exhibition table tr:first-child td {
  border-top: none;
}

@media(max-width:640px) {
  #Exhibition {
    margin-top: 60px;
    padding: 30px 10px;
    border-width: 2px;
  }
  #Exhibition h3 {
    max-width: 480px;
    width: 90%;
  }
  #Exhibition p.txt1,
  #Exhibition p.txt2,
  #Exhibition p.txt4 {
    font-size: 100%;
  }
  #Exhibition p.txt1 br,
  #Exhibition p.txt2 br {
    display: block;
  }
  #Exhibition p.txt4 br.b64{
  display: block;
}
  #Exhibition p.txtFree {
	margin: 5px 0;
	font-size: 112.5%;
  }
  #Exhibition table,
  #Exhibition table tbody,
  #Exhibition table tr,
  #Exhibition table th,
  #Exhibition table td {
    display: block;
    box-sizing: border-box;
    border: none;
  }
  #Exhibition table {
    margin-top: 25px;
  }
  #Exhibition table th {
    margin-top: 5px;
    padding: 10px;
    width: 100%;
  }
  #Exhibition table td {
    text-align: left;
    padding: 15px 15px 0;
    width: 100%;
  }
  #Exhibition table td:last-child {
    padding: 0 15px 15px;
  }
}
@media(max-width:320px) {
  #Exhibition p.txt1,
  #Exhibition p.txt2 {
    font-size: 87.5%;
  }
  #Exhibition table th,
  #Exhibition table td {
    font-size: 80%;
  }
}

/*----------------------------------------
  #Prize
----------------------------------------*/
#Prize {
  margin-top: 50px;
}
#Prize .items {
  margin-top: 10px;
  font-size: 0;
  text-align: center;
}
#Prize .items .item {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  padding: 17px 8px 67px;
  width: 268px;
  border-radius: 6px;
  background: #eeeeee;
}
#Prize .items .item:first-child {
  margin-left: 0;
}

@media(max-width:640px) {
  section#Prize2 {
    width: auto;
  }
}
#Prize2 .items .item:nth-child(4) {
  margin-top: 10px;
  margin-left: 0;
  width: 826px;
}
#Prize .items .item .txt-box{
	white-space: nowrap;
}
#Prize .items .num {
  position: absolute;
  box-sizing: border-box;
  top: 60px;
  left: 14px;
  padding: 0 0 0 5px;
  width: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #bf3000;
  border-radius: 50%;
}
#Prize .items .num span {
  font-family: "SST W55 Regular",Verdana,sans-serif;
  font-size: 18px;
}
#Prize .items h4 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.06em;
  color: #0f6c51;
  border-radius: 4px;
  background: #fff;
}
#Prize .items h4 span {
  letter-spacing: -0.3em;
}
#Prize .items .img-box {
  margin: 60px auto 10px;
  max-width: 181px;
}
#Prize .items .txt-box {
  margin: 5px 0 10px;
  text-align: center;
}
#Prize .items .txt-box strong {
  font-size: 15px;
  line-height: 1.3;
}
#Prize .items .txt-box p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
#Prize .items .btn-box {
  position: absolute;
  left: 0;
  right: 0;
}
#Prize .items .btn-box a {
  display: block;
  margin: 20px auto;
  margin-top: 15px;
  width: 176px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#Prize .items .grapphic .btn-box a {
  width: 240px;
}
#Prize .items .btn-box a.hover span:after {
  content: " ＞";
}
#Prize .items .btn-box a:hover {
  text-decoration: none;
}
#Prize2 .items {
  text-align: center;
}
#Prize2 .items .item {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 0;
  padding: 17px 8px 17px;
  width: 100%;
  border-radius: 6px;
  background: #eeeeee;
}
#Prize2 .items h4 {
  font-size: 20px;
  line-height: 35px;
  color: #0f6c51;
  letter-spacing: 0.01em;
  border-radius: 4px;
  background: #fff;
}
#Prize2 .items h4 span {
  letter-spacing: -0.3em;
}

#Prize2 .items .item .prize-box {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#Prize2 .items .img-box {
  margin: 20px auto 5px;
  max-width: 181px;
}
#Prize2 .items .img-box img {
  /*margin-left: 10px;*/
}
#Prize2 .items .item .txt-box{
  white-space: normal;
  padding-right: 20px;
  /*padding-left: 20px;*/
}
#Prize2 .items .num {
  position: absolute;
  box-sizing: border-box;
  top: 60px;
  left: 14px;
  padding: 0 0 0 5px;
  width: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #bf3000;
  border-radius: 50%;
}
#Prize2 .items .txt-box {
  margin: 5px 0 10px;
  text-align: center;
}
#Prize2 .items .txt-box strong {
  font-size: 15px;
  line-height: 1.3;
}
#Prize2 .items .txt-box p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
}
#Prize2 .items .btn-box {
  position: relative;
  margin-top: 20px;
}
@media(max-width:640px) {
  #Prize2 .items .txt-box {
    margin-bottom: 0;
  }
  #Prize2 .items .btn-box {
    margin-top: 20px;
  }
}
#Prize2 .items .btn-box a {
  display: block;
  margin: 10px auto 0;
  width: 176px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#Prize2 .items .btn-box a.hover span:after {
  content: " ＞";
}
#Prize2 .items .btn-box a:hover {
  text-decoration: none;
}

@media(max-width:640px) {
  #Prize .items .item {
    display: block;
    margin: 10px 0 0 !important;
    width: auto;
  }
  #Prize .items .btn-box a {
    width: 220px;
    line-height: 30px;
  }
  #Prize2 .items .item .prize-box {
    display: block;
  }
  #Prize2 .items .item .txt-box {
    padding-right: 0;
  }
}



/*========================================

  .banners

========================================*/
.banners {
  margin: 60px auto 40px;
  max-width: 940px;
  font-size: 0;
}
.banners a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
}
.banners a.waowao,
.banners a.facebook,
.banners a.nacs-j {
  margin-top: 25px;
}
.banners a.waowao {
  width: 297px;
}
.banners a.facebook {
  margin-left: 24px;
  width: 301px;
}
.banners a.nacs-j {
  margin-left: 17px;
  width: 301px;
  border: 1px solid #808080;
}
.banners a.winner-2016{
	margin-top:25px;
}
.banners a.winner-2017{
	margin-top:25px;
}

@media(max-width:640px) {
  .banners {
    margin: 0 auto 40px;
    width: 87.5%;
  }
  .banners a {
    display: block;
  }
  .banners a.winner-2015 img {
    margin-left: -55%;
    width: 157%;
  }
  .banners a.winner-2016 img {
    margin-left: -55%;
    width: 157%;
  }
  .banners a.winner-2017 img {
    margin-left: -55%;
    width: 157%;
  }
  .banners a.waowao,
  .banners a.facebook,
  .banners a.nacs-j {
    margin: 15px auto 0;
    width: auto;
  }
  .banners a img {
    width: 100%;
    height: auto;
  }
}


/*========================================

  AnyBox

========================================*/
.anybox-overlay,
.anybox-outer,
.anybox-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.anybox-overlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: anybox-overlay 0.5s;
  -moz-animation: anybox-overlay 0.5s;
  animation: anybox-overlay 0.5s;
}
.anybox-loading {
  width: 24px;
  height: 24px;
  background-image: url(../img/anybox/loading@2x.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.anybox-outer {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}
.anybox-wrap {
  position: absolute;
  text-align: center;
}
.anybox-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.anybox-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}
.anybox-content__inner {
  position: relative;
}

/*----------------------------------------
  .anybox-image
----------------------------------------*/
.anybox-image__wrap {
  position: relative;
  -webkit-animation: anybox-way 0.4s;
  animation: anybox-way 0.4s;
}
.anybox-way__next .anybox-image__wrap {
  -webkit-animation: anybox-way__next 0.4s;
  animation: anybox-way__next 0.4s;
}
.anybox-way__prev .anybox-image__wrap {
  -webkit-animation: anybox-way__prev 0.4s;
  animation: anybox-way__prev 0.4s;
}
.anybox-image__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  line-height: 0;
  background: #fff;
  border-radius: 10px;
}
.anybox-image__item {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.anybox-image__title {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.anybox-image__text {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.anybox-image__text span.normalfont{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media (max-width:800px) {
  .anybox-image__inner {
    border-radius: 3px;
  }
}

/*.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}*/


/*----------------------------------------
  .anybox-close
----------------------------------------*/
.anybox-close {
  position: absolute;
  z-index: 2030;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox-close:hover {
  opacity: 0.5;
}
.anybox-close:active {
  opacity: 0.8;
}
.anybox__loading .anybox-close {
  display: none;
}
.anybox-close__txt {
  position: relative;
  top: -3px;
}

@media (max-width:800px) {
  .anybox-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 35px;
  }
}

/*----------------------------------------
  .anybox-arrows
----------------------------------------*/
.anybox-arrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}
.anybox__loading .anybox-arrows {
  display: none;
}
.anybox-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  overflow: hidden;
  outline: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28px 48px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox-arrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox-arrow:hover {
  opacity: 0.5;
}
.anybox-arrow:active {
  opacity: 0.8;
}
.anybox-arrow.prev {
  left: 20px;
  background-image: url(../img/anybox/prev.png);
}
.anybox-arrow.next {
  right: 20px;
  background-image: url(../img/anybox/next.png);
}

@media (max-width:800px) {
  .anybox-arrow {
    margin-top: -15px;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
}

/*----------------------------------------
  animation
----------------------------------------*/
@-webkit-keyframes anybox-overlay {
  from { opacity: 0; }
  to { opacity: 0.7; }
}
@keyframes anybox-overlay {
  from { opacity: 0; }
  to { opacity: 0.7; }
}

@-webkit-keyframes anybox-way {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anybox-way {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anybox-way__next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox-way__next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
    transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-webkit-keyframes anybox-way__prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox-way__prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
    transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

/*----------------------------------------
 datetime
----------------------------------------*/
.publishDate {
  display: block;
  text-align: center;

}
.publishDate time{
  dsiplay: inline-block;
  margin:2px auto;
  font-size: 0.85em;
  background-color: #ffffff;
}

/*----------------------------------------
 topback
----------------------------------------*/

.mod-fn-pagetop .pagetop-inner .pagetop-btn {
    margin-top: -26px;
}

.mod-fn-pagetop .pagetop-inner .pagetop-btn span{
	display: none;
}

.mod-fn-pagetop .pagetop-target {
    bottom: 0;
}

@media screen and (max-width: 640px){
.mod-fn-pagetop .pagetop-btn {
    right: 10% !important;
}
}


