body {
  background-color: #e5e5e5;
  font-size: 12px;
}
dd,dt,h1,h2,h3,h4,h5,h6,li,p,td,th{
  line-height:1.45;
}

.spnone {
  display: none !important;
}


html:not(.gnavon) #header .overlay,
html:not(.gnavon) #header .awardTtl,
html:not(.gnavon) #header .award,
html:not(.gnavon) #header .inner .period,
html:not(.gnavon) #header .share,
html:not(.gnavon) #header .gNav,
.scrollHead br {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
#header .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
  z-index: 1000;
  background-color: #fff;
}
#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: 5.6vw;
  width: 149px;
  height: 45px;
}
.gNavWrapInner .block,
#gNavWrap,
#header .gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header a {
  text-decoration: none;
  color: #000;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .gNav a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid transparent;
  margin-top: 3px;
  margin-bottom: -5px;
}
#header .gNav li a {
  padding: 0 20px;
}
#header .btn a {
  color: #fff;
  background: #e60012;
  min-width: 8em;
  height: 45px;
}
#gNavMenu {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.scrollHead {
  text-align: right;
  padding: 10px;
  padding: 10px;
  background-color: #eee;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scrollHead p {
  font-size: 11px;
  line-height: 1.2;
  color: #545454;
}
.scrollHead strong {
  font-weight: 500;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
#header.scroll .scrollHead {
  -webkit-transition: -webkit-transform .25s linear;
  transition: -webkit-transform .25s linear;
  -o-transition: transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.gnavon #header .logo,
.gnavon #gNavMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.gnavon #header .logo {
  right: auto;
  left: 0;
}
.gnavon #gNavMenu .icon-menu:before {
  content: "\e902";
}
.gnavon #gNavWrap .overlay,
.gnavon #gNavWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gnavon #gNavWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; 
}
.gnavon #gNavMenu,
.gnavon #gNavWrap {
  pointer-events: all;
}
.gnavon #gNavWrap .overlay {
  background-color: rgba(0,0,0,.5);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: none;
} 
.gnavon .gNavWrapInner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  width: 100%;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
}
.gnavon .gNavWrapInner .block {
  display: block;
  padding: 50px 5.6vw 20px;
  background-color: #fff;
}
.gnavon #header .gNav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.gnavon #header .gNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.gnavon #header .gNav li a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0.8em 20px .8em .2em;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.gnavon #header .award li a:after,
.gnavon #header .gNav li a:after {
  font-size: 10px;
  font-family: 'jc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gnavon #header .gNav li a:after {
  content: "\e908";
  position: absolute;
  top: 50%;
  right: 1vw;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
}
.gnavon #header .awardTtl {
  color: #a4a4a4;
  font-size: 16px;
  text-align: left;
}
.gnavon #header .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.gnavon #header .award li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  font-size: 14px;
}
.gnavon #header .award li a {
  font-weight: normal;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.gnavon #header .award li a:after {
  content: "\e908";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.gnavon #header .btn a {
  width: 74%;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 500;
}
.gnavon #header .period {
  margin-top: 10px;
}
.gnavon #header .period strong {
  font-size: 14px;
}
.gnavon #header .share {
  margin: 30px auto;
}
.gnavon #header .share .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #636363;
  margin-right: 20px;
}
.gnavon #header .share ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.gnavon #header .share li {
  margin: 0 5px;
}
.entries #header .gNav ul li.entries a:after,
.outline #header .gNav ul li.outline a:after,
.home #header .gNav ul li.home a:after {
  border-bottom-color: #000;
}
.gnavon .entries #header .gNav ul li.entries a:after,
.gnavon .outline #header .gNav ul li.outline a:after,
.gnavon .home #header .gNav ul li.home a:after {
  border: 0;
}

.gnavon {
  overflow: hidden;
  pointer-events: none;
}

.share .fb a {
  display: block;
}

.section {
  margin: 0 5.6vw;
}
.section ~ .section {
  margin-top: 130px;
}
.section > .head {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2;
  margin: 0 auto 30px;
}
.section > .head:before {
  content: "\e903";
  display: block;
  margin: 5px;
  font-size: 40px;

  font-family: 'jc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section > [class*="block"] ~ * {
  margin-top: 40px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.section .block2 > .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section .block2 .block {
  font-size: 13px;
  padding: 25px 20px;
  background-color: #fff;
  text-align: left;
}
.section .block2 .block strong {
  color: #e60012;
  font-weight: normal;
}
.section .block2 .btn {
  text-align: center;
  margin-top: 20px;
}
.section .block2 .btn a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 1em;
  line-height: 1.2;
  border: 2px solid;
  color: #e60012;
  min-width: 62%;
  border-radius: 30px;
}
.section .block2 .btn a .icon-slide {
  font-size: 8px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5em;
}
.section .block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section .block3 > .block {
  position: relative;
  display: inline-block;
}
.section .block3 > .block ~ .block {
  width: 46%;
  margin-top: 40px;
}
.section .block3 > .block .point {
  position: absolute;
  top: -10px;
  right: 23px;
  z-index: 1;
}
.section .box {
  background-color: #fff;
  padding: 25px 20px;
  text-align: left;
  font-size: 13px;
}
.section .box ~ .box {
  margin-top: 50px;
}
.section .box > .head {
  font-size: 21px;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.2;
}
.section .note {
  margin: 5px auto;
  font-size: 13px;
}
.section .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0;
}
.section .columns .column {
  width: 46%;
  font-size: 12px;
  margin-bottom: 20px;
}
.section .columns .head {
  font-size: 17px;
  margin: 5px 0;
}
.section .ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.section .lead {
  font-size: 16px;
  margin-bottom: 15px;
}

.btnA {
  text-align: center;
  margin: 60px auto 30px;
}
.btnA a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  font-size: 21px;
}
.btnA a:before {
  content: "\e900";
  display: block;
  margin: 5px;
  font-size: 1vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);

  font-family: 'jc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer {
  padding: 30px 5.6vw 40px;
}
#footer .copyright {
  font-size: 12px;
  color: #fff;
}

.list > li,
.notices > li {
  padding-left: 1em;
  text-indent: -1em;
}
.notices {
  font-size: 13px;
}
.notices .note {
  color: #e60012;
  margin: 0;
}

.dl {
  border-bottom: 1px solid #d2d2d2;
}
.dl > * {
  padding: 1em 0;
  font-size: 16px;
  border-top: 1px solid #d2d2d2;
}
.dl dt {
  float: left;
  clear: both;
  width: 5em;
}
.dl dd {
  overflow: hidden;
}

dl.dlbox {
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  margin: 30px auto;
  padding: 0;
}
dl.dlbox dt {
  background-color: #dcdcdc;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
}
dl.dlbox dd {
  padding: 10px;
  height: 170px;
  overflow: auto;
  text-align: left;
  -webkit-overflow-scrolling: touch; 
}

.attention {
  color: #e60012;
  border: 1px solid;
  padding: 12px;
  margin: 20px auto;
}
.caution {
  display: inline-block;
  border: 2px solid #e60012;
  border-radius: 5px;
  padding: 15px 10px;
}

#content.err {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
  padding: 50px 5.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1111;

  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #aaa;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;  
          animation: sk-scaleout 1.0s infinite ease-in-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
#wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(10,10,10,.5);
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
html:not(.loaded) #content {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.8;
  -webkit-transition: 
  opacity 1s ease-out;
  -o-transition: 
  opacity 1s ease-out;
  transition: 
  opacity 1s ease-out;
}
.loaded #wrapper:before,
.loaded #wrapper:after {
  opacity: 0;
}
.loaded.loadedAniEnd #wrapper:before,
.loaded.loadedAniEnd #wrapper:after {
  content: none;
  display: none;
}
.loaded #content {
  opacity: 1;
  -webkit-animation: loaded .6s ease-in-out;
          animation: loaded .6s ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0); 
            transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0); 
            transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
    opacity: 0;
  }
}
@-webkit-keyframes loaded {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  } 
  90% { 
    -webkit-filter: blur(0); 
            filter: blur(0);
  } 
  100% {
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes loaded {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  } 
  90% { 
    -webkit-filter: blur(0); 
            filter: blur(0);
  } 
  100% {
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

#main {
  position: relative;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26vw;
}
#main .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 83vw;
  margin-left: -2vw; 
}
#main .inner {
  margin-top: 5vw;
}
#main .subtitle {
  display: block;
  margin: 0 auto;
  max-width: 50vw;
}
#main img {
  position: relative;
}
#main .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  -webkit-transform: translate(-12%, -65%);
      -ms-transform: translate(-12%, -65%);
          transform: translate(-12%, -65%);
}

#main .scroll {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  position: static;
  margin-top: 30vw;
  margin-bottom: -30vw;
  -webkit-transform: translate(-3%,0) rotate(90deg);
      -ms-transform: translate(-3%,0) rotate(90deg);
          transform: translate(-3%,0) rotate(90deg);
}
#main .scroll i {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin-left: 0.2em;
  margin-bottom: 5px;
  -webkit-animation: scroll 1.2s cubic-bezier(0, 0, 0.58, 1.0) infinite;
          animation: scroll 1.2s cubic-bezier(0, 0, 0.58, 1.0) infinite;
}
#main .box {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgba(255,255,255,.6);
  font-size: 10px;
  margin-top: 30px;
}
#main .box strong {
  line-height: 1.1;
  font-size: 13px;
}

#main .right {
  position: fixed;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#main .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .share .text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
#main .share ul li {
  margin-bottom: 10px;
}

.section > .head {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0 #fff;
}

#modal {
  display: none;
}

#about .imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8vw;
}
#about .imgBlock .img {
  width: 40.8vw;
  margin-right: 3vw;
}
#about .imgBlock .block {
  padding: 0;
}
#about .imgBlock .block .name {
  font-size: 10px;
  margin-bottom: 14px;
}
#about .imgBlock .block .name strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000;
}
.img img.lazyload {
  width: 100%;
  background: url(../img/common/loading.gif) no-repeat center center;
}

.awards {
  background-color: #fff;
  color: #000;
  padding: 8vw 20px;
  margin-top: 8vw;
}
.awards > .title {
  color: #e50000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto 15px;
}
.awards .head {
  max-width: 80vw;
  margin: 0 auto 20px;
}
.awards .head .cat {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 40px;
  text-shadow: 1px 1px 0 #ce7602;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: .12em;
}
#grand .head .cat {
  background-image: url(../img/pc/grand_bg.jpg);
}
#semi .head .cat {
  background-image: url(../img/pc/second_bg.jpg);
  text-shadow: 1px 1px 0 #000;
}

.wrap {
  margin-top: 20px;
}
.wrap ~ .wrap {
  margin-top: 10vw;
}
.wrap .item .img {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}
.wrap .item ~ .item {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px dotted #666;
}
.wrap .item .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 15px;
}
.wrap .item .name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 15px;
  color: #e50000;
}
.wrap .item .name strong {
  font-size: 14px;
}
.awards .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.awards .itemlist:after {
  content: "";
  display: block;
  width: 47%;
}
.awards .itemlist .item {
  display: block;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.awards .itemlist .item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.awards .itemlist .item .img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 5px;
}
.dlA:after {
  content: "";
  clear: both;
  display: block;
}
.dlA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.dlA > * {
  font-size: 14px;
  border-top: 1px solid #dcdcdc;
  padding: 1em 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dlA dt {
  float: left;
  width: 6.5em;
  color: #656565;
  padding-right: .5em;
}
.dlA dd {
  overflow: hidden;
  width: calc(100% - 7em);
}
.dlB > * {
  font-size: 14px;
}
.dlB dt {
  padding: .5em;
  margin-bottom: 8px;
  letter-spacing: .5em;
  background-color: #e5e5e5;
}
.dlB dd {
  text-align: left;
}

#like .item:first-child .img {
  background-position: center bottom;
}
#like .item .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
}
#like .item .name {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto 40px;
  color: #e50000;
}
#like .item .name strong {
  font-size: 12px;
}

.winner .mfp-arrow {
  display: none;
}
.modal {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 92vw;
  margin: 60px auto 40px;
  padding: 30px 4vw;
  text-align: center;
}
.modal .mfp-close {
  padding: 0 10px;
}
.modal .mfp-close:after {
  clear: both;
  content: "";
  display: block;
}
.modal .mfp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  color: #000;
  border: 1px solid;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  font-size: 8px;
  line-height: 2;
}
.modal .mfp-close i {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  pointer-events: none;
}
.modal .mfp-close.top {
  position: absolute;
  top: -50px;
  right: 0;
  width: 36px;
  height: 36px;
  float: right;
  color: #fff;
}
.modal .mfp-close.top i {
  margin: 0;
  font-size: 10px;
}
.modal .img {
  position: relative;
  display: block;
  margin: 0 auto 30px;
}
.modal .mfp-close {
  position: relative;
}
.modal .arrows {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  position: absolute;
  bottom: 30px;
  height: 60px;
  width: 60px;
  padding: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
.modal .arrows.lft {
  left: 5vw;
}
.modal .arrows.lft i:before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal .arrows.rgt {
  right: 5vw;
}
.modal .img .arrows {
  width: 8vw;
  height: 100%;
  font-size: 18px;
  bottom: 0;
}
.modal .img .arrows {
  width: 8vw;
  height: 100%;
}
.modal .img .arrows.lft {
  left: -6vw;
}
.modal .img .arrows.rgt {
  right: -6vw;
}
