@charset "UTF-8";
@import url("https://use.typekit.net/epe3ggz.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

[disabled] {
  cursor: not-allowed;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.base-fade {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.7);
}

.base-fade-enter,
.base-fade-leave-to {
  background-color: rgba(32, 32, 32, 0);
}

.base-fade-enter-active,
.base-fade-leave-active {
  transition: background-color 0.2s;
}

.locale-dialog {
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(87, 87, 87, 0.95);
  color: #c0c0c0;
}
.locale-dialog > h1 {
  position: relative;
  padding: 8px;
  font-size: 1.2857142857rem;
  color: #ffffff;
  background-color: #9b7512;
}
.locale-dialog > h1 > .close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 100%;
}
.locale-dialog > h1 > .close-btn::before, .locale-dialog > h1 > .close-btn::after {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 3px;
  content: "";
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
.locale-dialog > h1 > .close-btn::before {
  transform: rotate(-45deg);
}
.locale-dialog > .list > section:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.locale-dialog > .list > section > h1 {
  padding: 4px 1em 0;
  color: #ffffff;
}
.locale-dialog > .list > section > ul {
  padding: 4px 2em 4px;
  font-size: 0.8571428571rem;
  line-height: 1.8;
}
.locale-dialog > .list > section > ul a {
  transition: all 0.3s ease;
  color: #c0c0c0;
}
.locale-dialog > .list > section > ul a:link, .locale-dialog > .list > section > ul a:visited {
  color: #c0c0c0;
}
.locale-dialog > .list > section > ul a:hover, .locale-dialog > .list > section > ul a:active {
  color: #a80395;
  text-shadow: 0 0 4px rgba(168, 3, 149, 0.5);
}
.locale-dialog > .list > section > ul a.current {
  color: white;
}
.locale-dialog > .list > section > ul a.current:hover, .locale-dialog > .list > section > ul a.current:active {
  color: #d481ca;
  text-shadow: 0 0 4px rgba(212, 129, 202, 0.5);
}
.locale-dialog > .list > section > ul a.disabled, .locale-dialog > .list > section > ul a:disabled {
  color: #747474;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  -webkit-animation: fade_in 1s ease 0s 1 none;
  animation: fade_in 1s ease 0s 1 none;
  font-size: 14px;
  color: #ffffff;
  background: #000000;
}

body {
  font-family: arial, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
body:lang(ja) {
  font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

[v-cloak] {
  display: none;
}

.dash {
  letter-spacing: -1px;
}

img[href]:not([href=""]) {
  cursor: zoom-in;
}

.base-layer {
  position: relative;
  transition: filter 0.2s ease;
}
.base-layer.blur {
  filter: blur(5px);
}
.base-layer > .content {
  position: relative;
  z-index: 1;
}
.base-layer > .content a#manager-models {
  position: relative;
  top: -20px;
}

.top-alert {
  font-size: 12px;
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  width: 30%;
  min-width: 300px;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  opacity: 0.8;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  background-color: rgba(224, 0, 0, 0.7);
}

.bottom-alert {
  font-size: 12px;
  line-height: 1.5;
  position: fixed;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 40%;
  min-width: 360px;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  opacity: 0.8;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  background-color: rgba(224, 0, 0, 0.7);
  text-shadow: #200000 0 0 2px;
}
.bottom-alert a,
.bottom-alert a:visited {
  color: #adc8ff;
}

.site-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  background-color: #000000;
  border-bottom: 1px solid #333333;
}
.site-header .konami-logo {
  display: block;
}
.site-header .konami-logo img {
  width: 130px;
  vertical-align: bottom;
}
.site-header .ui-container {
  display: flex;
  margin-left: auto;
  /*日英のみの時*/
}
.site-header .ui-container > *[class^=ui-] {
  position: relative;
  /*
  border-left: 1px solid rgba( 55,55,55, 0.5);
  */
}
.site-header .ui-container li {
  padding: 0 10px;
}
.site-header .ui-container li a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
}
.site-header .ui-container li a:link, .site-header .ui-container li a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.site-header .ui-container li a:hover, .site-header .ui-container li a:active {
  color: #9b7512;
}
.site-header .ui-container li a.current {
  color: #ffffff;
}
.site-header .ui-container li a.current:hover, .site-header .ui-container li a.current:active {
  color: #cdba89;
}
.site-header .ui-container li a.disabled, .site-header .ui-container li a:disabled {
  color: rgba(179, 179, 179, 0.8);
}
.site-header .ui-container .ui-local-select {
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-align: center;
}
.site-header .ui-container .ui-local-select a {
  transition: opacity 0.3s ease;
  font-size: 1rem;
  color: #fff;
}
.site-header .ui-container .ui-local-select a:hover {
  opacity: 0.8;
}
.site-header .ui-container .ui-local-select a .header-nav-expand-icon {
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
}
@media screen and (min-width: 768px) {
  .site-header .ui-container .ui-local-select a {
    margin-left: 0;
  }
}
.site-header .ui-container .ui-share ul {
  display: flex;
  justify-content: space-between;
  width: 112px;
}
.site-header .ui-container .ui-share ul li {
  flex-basis: 18px;
}
.site-header .ui-container .ui-share ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
.site-header .ui-container .ui-share ul li a:hover {
  opacity: 0.8;
}
.site-header .ui-container .ui-share ul li a img {
  width: 100%;
}
.site-header .ui-container .ui-share ul::before, .site-header .ui-container .ui-share ul::after {
  display: block;
  content: "";
}

.content .wrapper {
  line-height: 1.5;
  /*    .contents-title {
        height:     auto;
        margin:     0 auto;
        padding:    20px 0;
        text-align: center;

        img {
          max-width: 540px;
          width:     100%;
        }

        h1 {
          @include fontSize(24);
          @include header-text-font(din-2014,normal,300);
          font-weight: bold;
          padding:     20px 0;
        }

        span {
          display:   block;
          max-width: 100px;
          margin:    0 auto;
        }
      }

      .header-text {
        @include fontSize(14);
        line-height: 1.8;
        box-sizing:  border-box;
        margin:      2% auto;
        padding:     0 2%;

        @media screen and(min-width: map-get-recursive($bp, "tablet")) {
          max-width: 980px;
        }
      }*/
}

.mv2nd {
  overflow: hidden;
  /*
  background: url('/wepes/2020/s/img/common/bg_mv2nd.png') no-repeat 0 0 #31124b;
  */
  background-position: left center;
  background-size: 70% auto;
}
.mv2nd > div {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  color: #ffffff;
}
@media screen and (min-width: 568px) {
  .mv2nd > div {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .mv2nd > div {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .mv2nd > div {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .mv2nd > div {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mv2nd > div h1 {
  font-size: 2.2857142857rem;
  font-family: din-2014;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.mv2nd > div a {
  position: relative;
  flex-basis: 30%;
  min-width: 120px;
  max-width: 200px;
  margin: 10px 0;
}
.mv2nd > div a::before {
  position: absolute;
  /*z-index: z(content, page_header_logo_shadow);*/
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 110px 90px rgba(165, 0, 185, 0.4);
}
.mv2nd > div a img {
  position: relative;
  /*z-index: z(content, page_header_logo);*/
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv2nd {
    background-size: auto;
  }
}
.search {
  padding: 2%;
  box-sizing: border-box;
}
.search p {
  line-height: 1.8;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.search p.search_footer {
  font-size: 1.2857142857rem;
}
.search p span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .search p {
    text-align: center;
  }
}
.search a {
  cursor: pointer;
  transition: all 0.2s;
  color: #333333;
}
.search a:hover {
  color: #096cd1;
}

.site-footer {
  position: relative;
  margin: 4% auto 0;
  color: #ffffff;
  background: #000000;
}
.site-footer .content {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  max-width: 1200px;
}
@media screen and (min-width: 568px) {
  .site-footer .content {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .content {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .content {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .content .annotation {
  font-size: 0.8571428571rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .site-footer .content .annotation {
    text-align: right;
  }
}
.site-footer .account {
  margin-bottom: 12px;
  text-align: center;
}
.site-footer .account h1 {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin: 12px 0;
}
.site-footer .account ul {
  margin: 0 20px;
}
.site-footer .account li {
  display: inline-block;
  max-width: 33px;
  margin: 0 10px 10px 0;
  vertical-align: middle;
  /*           &::before {
                  display: inline-block;
                  width: 30px;
                  height: 30px;
                  content: '';
                  vertical-align: middle;
                  -webkit-border-radius: 2px;
                  border-radius: 2px;
                  background: left top no-repeat;
                  background-size: contain;
              }

              &.weibo::before {
                  background-image: url("/wepes/2020/s/img/common/official_account_weibo.svg");
              }

              &.facebook::before {
                  background-image: url("/wepes/2020/s/img/common/sns_facebook.png");
              }

              &.twitter::before {
                  background-image: url("/wepes/2020/s/img/common/sns_twitter.png");
              }

              &.youtube::before {
                  background-image: url("/wepes/2020/s/img/common/sns_youtube.png");
              }

              &.instagram::before {
                  background-image: url("/wepes/2020/s/img/common/sns_ig_glyph_fill.png");
              }
  */
}
.site-footer .account li:last-child {
  margin-right: 0;
}
.site-footer .account li a {
  box-sizing: border-box;
}
.site-footer .account li a img {
  width: 100%;
  transition: all 0.3s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.site-footer .account li a img:hover {
  opacity: 0.6;
}
.site-footer .account li a {
  font-size: 1rem;
  transition: all 0.3s;
  color: #ffffff;
}
.site-footer .account li a:hover {
  color: #ffffff;
}
.site-footer .site-map {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 568px) {
  .site-footer .site-map {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .site-map {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .site-map {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .site-map {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .site-map section {
  flex: 1 0 50%;
}
.site-footer .site-map section h1 {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 8px 8px;
}
.site-footer .site-map section ul {
  box-sizing: border-box;
  max-width: 20em;
  padding-left: 0.5em;
}
.site-footer .site-map section ul li {
  margin: 6px 10px;
}
.site-footer .site-map section ul li a {
  font-size: 0.8571428571rem;
  transition: all 0.3s ease;
  color: #ffffff;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-footer .site-map section ul li a:link, .site-footer .site-map section ul li a:visited {
  color: #ffffff;
}
.site-footer .site-map section ul li a:hover, .site-footer .site-map section ul li a:active {
  color: #a80395;
  text-shadow: 0 0 4px rgba(168, 3, 149, 0.5);
}
.site-footer .site-map section ul li a.current {
  color: white;
}
.site-footer .site-map section ul li a.current:hover, .site-footer .site-map section ul li a.current:active {
  color: #d481ca;
  text-shadow: 0 0 4px rgba(212, 129, 202, 0.5);
}
.site-footer .site-map section ul li a.disabled, .site-footer .site-map section ul li a:disabled {
  color: #b3b3b3;
}
@media screen and (min-width: 768px) {
  .site-footer .site-map section {
    flex: 1 0 16%;
  }
}
.site-footer .licence {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  color: #b5b5b5;
}
@media screen and (min-width: 568px) {
  .site-footer .licence {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .licence {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .licence {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .licence {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .licence > p {
  line-height: 1.3;
  padding: 10px 6px;
  text-align: center;
}
.site-footer .licence > p img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer .licence > p img {
    width: 100%;
    max-width: 430px;
  }
}
.site-footer .licence > p.text {
  font-size: 0.7142857143rem;
}
.site-footer .licence .trademark-copyright {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.7142857143rem;
  text-align: center;
  margin: 10px auto;
}
@media screen and (min-width: 568px) {
  .site-footer .licence .trademark-copyright {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .licence .trademark-copyright {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .licence .trademark-copyright {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .licence .trademark-copyright {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .licence .trademark-copyright img {
  max-height: 12px;
  margin: 0 2px;
}
.site-footer .platform-copyright {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.5;
  position: relative;
  padding-top: 10px;
  color: #b5b5b5;
  font-size: 0.7142857143rem;
  text-align: center;
}
@media screen and (min-width: 568px) {
  .site-footer .platform-copyright {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .platform-copyright {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .platform-copyright {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .platform-copyright {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .platform-copyright img {
  height: auto;
}
.site-footer .platform-copyright div > svg {
  position: relative;
  height: auto;
  max-height: 14px;
}
.site-footer .platform-copyright div > svg.icon-ps {
  max-width: 16px;
  fill: #b5b5b5;
}
.site-footer .platform-copyright div > svg.logo-ps4 {
  max-width: 48px;
  fill: #b5b5b5;
}
.site-footer .rating {
  position: relative;
  margin: 20px auto 10px;
  text-align: center;
}
.site-footer .rating img {
  height: 53px;
  margin: 0 2px;
  vertical-align: top;
}
.site-footer .product-copyright {
  font-size: 0.7857142857rem;
  position: relative;
}
.site-footer .banner {
  position: relative;
  margin: 12px 0;
  text-align: center;
}
.site-footer .banner li {
  display: inline-block;
  padding: 8px 4px;
}
.site-footer .banner li a:hover {
  opacity: 0.8;
}
.site-footer .kde-nav {
  position: relative;
}
.site-footer .kde-nav li {
  padding: 10px 0;
  border-top: 1px solid #b5b5b5;
}
.site-footer .kde-nav li a {
  transition: all 0.3s ease;
  color: #ffffff;
  display: block;
  text-align: center;
}
.site-footer .kde-nav li a:link, .site-footer .kde-nav li a:visited {
  color: #ffffff;
}
.site-footer .kde-nav li a:hover, .site-footer .kde-nav li a:active {
  color: #a80395;
  text-shadow: 0 0 4px rgba(168, 3, 149, 0.5);
}
.site-footer .kde-nav li a.current {
  color: white;
}
.site-footer .kde-nav li a.current:hover, .site-footer .kde-nav li a.current:active {
  color: #d481ca;
  text-shadow: 0 0 4px rgba(212, 129, 202, 0.5);
}
.site-footer .kde-nav li a.disabled, .site-footer .kde-nav li a:disabled {
  color: #b3b3b3;
}
.site-footer .kde-nav li:last-child {
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (min-width: 768px) {
  .site-footer .kde-nav {
    font-size: 0.7857142857rem;
  }
  .site-footer .kde-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0 auto;
  }
  .site-footer .kde-nav ul li {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border-top: none;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
  .site-footer .kde-nav ul li:first-child {
    padding-left: 0;
  }
  .site-footer .kde-nav ul li:last-child {
    border: none;
  }
  .site-footer .kde-nav ul li a {
    line-height: 1.3em;
    display: block;
    padding: 0;
  }
}
.site-footer .copyright {
  font-size: 0.7857142857rem;
  position: relative;
  margin-top: 10px;
  padding: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .copyright {
    margin-top: 20px;
  }
}

.page-footer .sns-share ul {
  margin: 18px 0;
  text-align: center;
}
.page-footer .sns-share ul li {
  display: inline-block;
  margin: 0 8px;
}
.page-footer .sns-share ul li a {
  display: block;
  width: 56px;
  height: 56px;
  /*background: url("/wepes/2020/s/img/common/sns_share_button.png") 0 0 no-repeat;*/
  background-size: auto auto;
}
.page-footer .sns-share ul li.twitter a {
  background-position: 0 -2px;
}
.page-footer .sns-share ul li.twitter a:hover {
  background-position: 0 -58px;
}
.page-footer .sns-share ul li.facebook a {
  background-position: -58px -2px;
}
.page-footer .sns-share ul li.facebook a:hover {
  background-position: -58px -58px;
}
.page-footer .sns-share ul li.line a {
  background-position: -115px -2px;
}
.page-footer .sns-share ul li.line a:hover {
  background-position: -115px -58px;
}
@media screen and (min-width: 768px) {
  .page-footer .sns-share ul li.line {
    display: none;
  }
}
.page-footer .sns-share ul li.google-plus a {
  background-position: -172px -2px;
}
.page-footer .sns-share ul li.google-plus a:hover {
  background-position: -172px -58px;
}

.dialog-transition-enter,
.dialog-transition-leave-to {
  opacity: 0;
}

.dialog-transition-enter-active,
.dialog-transition-leave-active {
  transition: opacity 0.5s;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}
.scroll-fade.scroll-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-list > *:nth-child(1) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(2) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(3) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(4) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(5) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(6) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(7) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(8) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.9s, transform 0.5s ease 0.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(9) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(10) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(11) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(12) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.4s, transform 0.5s ease 1.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(14) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.5s, transform 0.5s ease 1.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(15) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.6s, transform 0.5s ease 1.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(16) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.7s, transform 0.5s ease 1.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(17) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.8s, transform 0.5s ease 1.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(18) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 1.9s, transform 0.5s ease 1.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(19) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2s, transform 0.5s ease 2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(20) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.1s, transform 0.5s ease 2.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(21) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.2s, transform 0.5s ease 2.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(22) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.3s, transform 0.5s ease 2.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(23) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.4s, transform 0.5s ease 2.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(24) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.5s, transform 0.5s ease 2.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(25) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.6s, transform 0.5s ease 2.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(26) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.7s, transform 0.5s ease 2.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(27) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.8s, transform 0.5s ease 2.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(28) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 2.9s, transform 0.5s ease 2.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(29) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3s, transform 0.5s ease 3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(30) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.1s, transform 0.5s ease 3.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(31) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.2s, transform 0.5s ease 3.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(32) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.3s, transform 0.5s ease 3.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(33) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.4s, transform 0.5s ease 3.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(34) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.5s, transform 0.5s ease 3.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(35) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.6s, transform 0.5s ease 3.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(36) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.7s, transform 0.5s ease 3.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(37) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.8s, transform 0.5s ease 3.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(38) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 3.9s, transform 0.5s ease 3.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(39) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4s, transform 0.5s ease 4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(40) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.1s, transform 0.5s ease 4.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(41) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.2s, transform 0.5s ease 4.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(42) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.3s, transform 0.5s ease 4.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(43) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.4s, transform 0.5s ease 4.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(44) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.5s, transform 0.5s ease 4.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(45) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.6s, transform 0.5s ease 4.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(46) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.7s, transform 0.5s ease 4.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(47) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.8s, transform 0.5s ease 4.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(48) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 4.9s, transform 0.5s ease 4.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(49) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5s, transform 0.5s ease 5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(50) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.1s, transform 0.5s ease 5.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(51) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.2s, transform 0.5s ease 5.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(52) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.3s, transform 0.5s ease 5.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(53) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.4s, transform 0.5s ease 5.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(54) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.5s, transform 0.5s ease 5.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(55) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.6s, transform 0.5s ease 5.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(56) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.7s, transform 0.5s ease 5.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(57) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.8s, transform 0.5s ease 5.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(58) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 5.9s, transform 0.5s ease 5.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(59) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6s, transform 0.5s ease 6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(60) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.1s, transform 0.5s ease 6.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(61) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.2s, transform 0.5s ease 6.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(62) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.3s, transform 0.5s ease 6.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(63) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.4s, transform 0.5s ease 6.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(64) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.5s, transform 0.5s ease 6.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(65) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.6s, transform 0.5s ease 6.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(66) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.7s, transform 0.5s ease 6.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(67) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.8s, transform 0.5s ease 6.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(68) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 6.9s, transform 0.5s ease 6.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(69) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7s, transform 0.5s ease 7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(70) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.1s, transform 0.5s ease 7.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(71) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.2s, transform 0.5s ease 7.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(72) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.3s, transform 0.5s ease 7.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(73) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.4s, transform 0.5s ease 7.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(74) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.5s, transform 0.5s ease 7.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(75) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.6s, transform 0.5s ease 7.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(76) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.7s, transform 0.5s ease 7.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(77) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.8s, transform 0.5s ease 7.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(78) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 7.9s, transform 0.5s ease 7.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(79) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8s, transform 0.5s ease 8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(80) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.1s, transform 0.5s ease 8.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(81) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.2s, transform 0.5s ease 8.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(82) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.3s, transform 0.5s ease 8.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(83) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.4s, transform 0.5s ease 8.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(84) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.5s, transform 0.5s ease 8.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(85) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.6s, transform 0.5s ease 8.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(86) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.7s, transform 0.5s ease 8.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(87) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.8s, transform 0.5s ease 8.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(88) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 8.9s, transform 0.5s ease 8.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(89) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9s, transform 0.5s ease 9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(90) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.1s, transform 0.5s ease 9.1s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(91) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.2s, transform 0.5s ease 9.2s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(92) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.3s, transform 0.5s ease 9.3s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(93) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.4s, transform 0.5s ease 9.4s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(94) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.5s, transform 0.5s ease 9.5s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(95) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.6s, transform 0.5s ease 9.6s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(96) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.7s, transform 0.5s ease 9.7s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(97) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.8s, transform 0.5s ease 9.8s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade-list > *:nth-child(98) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 9.9s, transform 0.5s ease 9.9s;
}
.scroll-fade-list.scroll-fade-in > * {
  opacity: 1;
  transform: translateY(0);
}

/**
リームリストとかのアコーディオンブロック
 */
html {
  font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wepes/25th/s/img/pes25th_kv.jpg") center center no-repeat;
  background-size: cover;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav > a {
  font-size: 20px;
  text-decoration: none;
  color: royalblue;
}
.nav > a:hover {
  text-decoration: underline;
}

.content .wrapper {
  line-height: 1.5;
  /*キービジュアル*/
  padding-bottom: 1%;
}
.content .wrapper .bg {
  display: flex;
  justify-content: center;
  position: relative;
  /*height: 100%;*/
  width: 100%;
  line-height: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  padding: 5% 0;
}
.content .wrapper .bg .contents-title {
  /* position: absolute;*/
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.content .wrapper .bg .contents-title.show {
  opacity: 1;
}
.content .wrapper .bg .contents-title .contents-title-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.content .wrapper .bg .bg-inner {
  display: flex;
  align-content: center;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  transition: margin 0.5s ease;
}
.content .wrapper .bg .bg-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wepes/25th/s/img/video_cover.png") repeat;
  opacity: 0;
}
.content .wrapper .bg .bg-inner .bg-video {
  width: 100%;
  /*
  height: 100%;
  */
  margin-left: 0;
  transition: margin 0.5s ease;
  transform-origin: center;
}
@supports (object-fit: cover) {
  .content .wrapper .bg .bg-inner .bg-video {
    transform: none;
  }
}
@media screen and (min-width: 980px) {
  .content .wrapper {
    line-height: 1.5;
    /*キービジュアル*/
    padding-bottom: 1%;
  }
  .content .wrapper .bg {
    position: relative;
    /*height: 100%;*/
    width: 100%;
    line-height: 0;
    /*height: 420px;*/
    box-shadow: 0 0 12px #000000;
  }
  .content .wrapper .bg .contents-title {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
  }
  .content .wrapper .bg .contents-title.show {
    opacity: 1;
  }
  .content .wrapper .bg .contents-title .contents-title-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .content .wrapper .bg .bg-inner {
    position: relative;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    transition: margin 0.5s ease;
  }
  .content .wrapper .bg .bg-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("/wepes/25th/s/img/video_cover.png") repeat;
    opacity: 0;
  }
  .content .wrapper .bg .bg-inner .bg-video {
    width: 100%;
    height: 100%;
    margin-left: 0;
    transition: margin 0.5s ease;
    transform-origin: center;
  }
  @supports (object-fit: cover) {
    .content .wrapper .bg .bg-inner .bg-video {
      object-fit: cover;
      transform: none;
    }
  }
  .content .wrapper .bg {
    /* position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .content .wrapper .bg .bg-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto 0 0;
  }
  .content .wrapper .bg .bg-inner::after {
    background-position: -300px top;
    background-size: auto auto;
  }
  .content .wrapper .bg .bg-inner .bg-video {
    width: 100%;
    height: 100%;
  }
}
.content .wrapper .message {
  position: relative;
  color: #ffffff;
  box-sizing: border-box;
  text-shadow: 0 0 6px #000000;
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
}
.content .wrapper .message:lang(en) {
  font-size: 1.5714285714rem;
}
.content .wrapper .message:lang(ja), .content .wrapper .message:lang(zh-tw), .content .wrapper .message:lang(ko) {
  font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.content .wrapper .message h2 {
  font-size: 1.5714285714rem;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
}
.content .wrapper .message p {
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  padding: 0 3%;
  -webkit-text-shadow: 0 0 3px black;
  text-shadow: 0 0 3px black;
  line-height: 1.5;
}
.content .wrapper .message p:lang(ru), .content .wrapper .message p:lang(zh-cn) {
  font-family: source-han-sans-cjk-ja;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
.content .wrapper .message p:lang(ja), .content .wrapper .message p:lang(zh-tw), .content .wrapper .message p:lang(ko) {
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}
.content .wrapper .message p.ar {
  text-align: right;
  padding: 2%;
  box-sizing: border-box;
}
.content .wrapper .note {
  color: #e0ba14;
}
@media screen and (min-width: 768px) {
  .content .wrapper .message {
    box-sizing: border-box;
    padding: 8% 0;
  }
  .content .wrapper .message h2 {
    font-size: 3.2857142857rem;
    text-align: center;
    padding-bottom: 6%;
    max-width: 1200px;
    line-height: 1.5;
  }
  .content .wrapper .message p {
    font-size: 1.2857142857rem;
    max-width: 1200px;
    line-height: 2;
  }
  .content .wrapper .message:lang(ja), .content .wrapper .message:lang(zh-tw), .content .wrapper .message:lang(ko) {
    line-height: 2.8;
    font-family: a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .content .wrapper .message.ar {
    padding: 3%;
    box-sizing: border-box;
  }
}
.content .information {
  margin: 4% 0;
  padding-bottom: 1%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /*アコーディオン*/
}
.content .information:first-child {
  margin: 0;
}
.content .information:lang(ru), .content .information:lang(zh-cn) {
  font-family: source-han-sans-cjk-ja;
  font-style: normal;
  font-weight: 300;
}
.content .information:lang(ja) {
  font-family: source-han-sans-japanese, sans-serif;
}
.content .information h2 {
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2857142857rem;
  padding: 20px 2%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(156, 118, 15, 0.75);
}
.content .information h2:lang(ru), .content .information h2:lang(zh-cn) {
  font-family: source-han-sans-cjk-ja;
  font-style: normal;
  font-weight: 700;
}
.content .information > p {
  margin: 20px 0;
}
.content .information > p > img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
  cursor: zoom-in;
  vertical-align: bottom;
  border: 1px solid #ffffff;
}
.content .information .video a,
.content .information .video-l a {
  position: relative;
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
.content .information .video a:after,
.content .information .video-l a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  content: "";
  background: url(/wepes/25th/s/img/icon_play.png) no-repeat 50% 50%;
  background-size: 100%;
}
.content .information .video a:before,
.content .information .video-l a:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: rgba(0, 0, 0, 0.4);
}
.content .information .video a:hover:before,
.content .information .video-l a:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.content .information .video a img,
.content .information .video-l a img {
  width: 100%;
}
.content .information .video-l a {
  max-width: 720px;
}
.content .information .detail {
  line-height: 2;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 4px;
  font-size: 1.0714285714rem;
  color: #c6c6c6;
  background-color: rgba(0, 0, 0, 0.5);
}
.content .information .detail:first-child {
  margin-top: 2%;
}
.content .information .detail .rule-list {
  position: relative;
  border: 1px solid rgba(198, 198, 198, 0.5);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  margin: 2% 0;
  font-size: 1rem;
}
.content .information .detail .rule-list > input {
  display: none;
}
.content .information .detail .rule-list > h1 label {
  position: relative;
  display: block;
  padding: 4px 40px 4px 12px;
  cursor: pointer;
  transition: all 0.3s;
  color: #c6c6c6;
  text-align: center;
}
.content .information .detail .rule-list > h1 label:hover {
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.content .information .detail .rule-list > h1 label:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fcbe00;
}
.content .information .detail .rule-list > h1 label:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fcbe00;
}
.content .information .detail .rule-list > h1 label label:hover:before,
.content .information .detail .rule-list > h1 label label:hover:after {
  background: #ffffff;
}
.content .information .detail .rule-list > input:checked + h1 label:before {
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content .information .detail .rule-list > div {
  overflow: hidden;
  height: 0;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.content .information .detail .rule-list > input:checked + h1 + div {
  line-height: 1.3;
  display: block;
  height: auto;
  margin: 0 10px 10px;
  padding: 6px 0;
  opacity: 1;
}
.content .information .detail .rule-list > h1 {
  background-color: #00abc7;
}
.content .information .detail .rule-list > h1 > label {
  color: #fafafa;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) {
  line-height: 1.5;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]):not(:first-child) {
  margin-top: 2em;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) > h1 {
  font-size: 1.1428571429rem;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) > p {
  margin-left: 1em;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) > p:not(:first-child) {
  margin-top: 1em;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) > ul {
  margin-left: 1em;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) > ul:not(:first-child) {
  margin-top: 1em;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) .winners-info {
  position: relative;
  display: block;
  width: 80%;
  margin: 20px auto;
}
.content .information .detail .rule-list > div:not([class]) > section:not([class]) .winners-info > img {
  width: 100%;
}
.content .information .detail .rule-list .result-link {
  font-size: 1.2857142857rem;
  line-height: 1.5;
  margin-top: 2em;
  text-align: center;
}
.content .information .detail .rule-list .result-link > a {
  transition: color 0.2s ease-in;
  color: #00abc7;
}
.content .information .detail .rule-list .result-link > a:hover {
  color: #00d7fa;
  text-shadow: #00abc7 0 0 3px;
}
.content .information .detail p > a:not([class]) {
  transition: color 0.2s ease-in;
  color: #00abc7;
}
.content .information .detail p > a:not([class]):hover {
  color: #00d7fa;
  text-shadow: #00abc7 0 0 3px;
}
.content .information .detail .team-list {
  position: relative;
  border: 1px solid rgba(198, 198, 198, 0.5);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  margin: 2% 0;
}
.content .information .detail .team-list > input {
  display: none;
}
.content .information .detail .team-list > h1 label {
  position: relative;
  display: block;
  padding: 4px 40px 4px 12px;
  cursor: pointer;
  transition: all 0.3s;
  color: #c6c6c6;
  text-align: center;
}
.content .information .detail .team-list > h1 label:hover {
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.content .information .detail .team-list > h1 label:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fcbe00;
}
.content .information .detail .team-list > h1 label:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fcbe00;
}
.content .information .detail .team-list > h1 label label:hover:before,
.content .information .detail .team-list > h1 label label:hover:after {
  background: #ffffff;
}
.content .information .detail .team-list > input:checked + h1 label:before {
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content .information .detail .team-list > div {
  overflow: hidden;
  height: 0;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.content .information .detail .team-list > input:checked + h1 + div {
  line-height: 1.3;
  display: block;
  height: auto;
  margin: 0 10px 10px;
  padding: 6px 0;
  opacity: 1;
}
.content .information .detail .team-list > div {
  padding: 0 20px;
  box-sizing: border-box;
}
.content .information .detail .team-list > div ul li {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .content .information .detail .team-list > div ul:not([class]) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .information .detail .team-list > div ul:not([class]) li {
    font-size: 1rem;
    flex-basis: 30%;
  }
}
.content .information .detail .team-list > div ul li > p {
  padding: 0;
  line-height: 1.8;
}
.content .information .detail > p:not(:first-child) {
  padding-top: 2%;
}
.content .information .detail .g5-text {
  font-size: 1.1428571429rem;
}
.content .information .detail .g5-text .dash {
  letter-spacing: 0;
}
.content .information .detail .g5-dev-team {
  font-size: 1.1428571429rem;
  text-align: right;
}
.content .information .detail .g5-video {
  margin-top: 4%;
}
.content .information .detail .banner {
  width: 100%;
}
.content .information .detail h4 {
  font-size: 1.2857142857rem;
}
.content .information .detail h4:not(:first-of-type) {
  margin-top: 3em;
}
.content .information .detail h5 {
  font-size: 1.1428571429rem;
}
.content .information .detail h5:not(:first-of-type) {
  margin-top: 3em;
}
.content .information .detail > section:not([class]) {
  margin-top: 1em;
}
.content .information .detail > section:not([class]) > p:not([class]),
.content .information .detail > section:not([class]) > ul:not([class]) {
  padding-left: 1em;
}
.content .information .detail .asterisk-item {
  padding: 0.4em 0 0.4em 1em;
  text-indent: -1em;
  line-height: 1.2;
}
.content .information .detail .event-spec dt:not(:first-of-type) {
  margin-top: 1em;
}
.content .information .detail .event-spec dd {
  padding-left: 1em;
}
.content .information .detail .prize-list {
  margin: 10px 0;
}
.content .information .detail .prize-list li {
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: inside;
}
.content .information.first .cpn_detail, .content .information.second .cpn_detail, .content .information.third .cpn_detail, .content .information.fourth .cpn_detail, .content .information.cp5 .cpn_detail, .content .information.g5 .cpn_detail {
  position: relative;
  border: 1px solid rgba(198, 198, 198, 0.5);
  border-radius: 5px;
  margin: 2% auto;
  max-width: 1200px;
}
.content .information.first .cpn_detail input, .content .information.second .cpn_detail input, .content .information.third .cpn_detail input, .content .information.fourth .cpn_detail input, .content .information.cp5 .cpn_detail input, .content .information.g5 .cpn_detail input {
  display: none;
}
.content .information.first .cpn_detail > div, .content .information.second .cpn_detail > div, .content .information.third .cpn_detail > div, .content .information.fourth .cpn_detail > div, .content .information.cp5 .cpn_detail > div, .content .information.g5 .cpn_detail > div {
  padding: 0 20px;
  box-sizing: border-box;
}
.content .information.first .cpn_detail > div > ul li, .content .information.second .cpn_detail > div > ul li, .content .information.third .cpn_detail > div > ul li, .content .information.fourth .cpn_detail > div > ul li, .content .information.cp5 .cpn_detail > div > ul li, .content .information.g5 .cpn_detail > div > ul li {
  line-height: 2;
}
.content .information.first .cpn_detail > h1, .content .information.second .cpn_detail > h1, .content .information.third .cpn_detail > h1, .content .information.fourth .cpn_detail > h1, .content .information.cp5 .cpn_detail > h1, .content .information.g5 .cpn_detail > h1 {
  text-align: center;
}
.content .information.first .cpn_detail > h1 label, .content .information.second .cpn_detail > h1 label, .content .information.third .cpn_detail > h1 label, .content .information.fourth .cpn_detail > h1 label, .content .information.cp5 .cpn_detail > h1 label, .content .information.g5 .cpn_detail > h1 label {
  font-size: 1.1428571429rem;
  position: relative;
  display: block;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s;
  color: #c6c6c6;
}
.content .information.first .cpn_detail > h1 label:hover, .content .information.second .cpn_detail > h1 label:hover, .content .information.third .cpn_detail > h1 label:hover, .content .information.fourth .cpn_detail > h1 label:hover, .content .information.cp5 .cpn_detail > h1 label:hover, .content .information.g5 .cpn_detail > h1 label:hover {
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
}
.content .information.first .cpn_detail > h1 label:before, .content .information.second .cpn_detail > h1 label:before, .content .information.third .cpn_detail > h1 label:before, .content .information.fourth .cpn_detail > h1 label:before, .content .information.cp5 .cpn_detail > h1 label:before, .content .information.g5 .cpn_detail > h1 label:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fcbe00;
}
.content .information.first .cpn_detail > h1 label:after, .content .information.second .cpn_detail > h1 label:after, .content .information.third .cpn_detail > h1 label:after, .content .information.fourth .cpn_detail > h1 label:after, .content .information.cp5 .cpn_detail > h1 label:after, .content .information.g5 .cpn_detail > h1 label:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  content: "";
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #fcbe00;
}
.content .information.first .cpn_detail > h1 label label:hover:before,
.content .information.first .cpn_detail > h1 label label:hover:after, .content .information.second .cpn_detail > h1 label label:hover:before,
.content .information.second .cpn_detail > h1 label label:hover:after, .content .information.third .cpn_detail > h1 label label:hover:before,
.content .information.third .cpn_detail > h1 label label:hover:after, .content .information.fourth .cpn_detail > h1 label label:hover:before,
.content .information.fourth .cpn_detail > h1 label label:hover:after, .content .information.cp5 .cpn_detail > h1 label label:hover:before,
.content .information.cp5 .cpn_detail > h1 label label:hover:after, .content .information.g5 .cpn_detail > h1 label label:hover:before,
.content .information.g5 .cpn_detail > h1 label label:hover:after {
  background: #ffffff;
}
.content .information.first .cpn_detail > input:checked + h1 label:before, .content .information.second .cpn_detail > input:checked + h1 label:before, .content .information.third .cpn_detail > input:checked + h1 label:before, .content .information.fourth .cpn_detail > input:checked + h1 label:before, .content .information.cp5 .cpn_detail > input:checked + h1 label:before, .content .information.g5 .cpn_detail > input:checked + h1 label:before {
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .information.first .cpn_detail > input:checked + h1 label:after, .content .information.second .cpn_detail > input:checked + h1 label:after, .content .information.third .cpn_detail > input:checked + h1 label:after, .content .information.fourth .cpn_detail > input:checked + h1 label:after, .content .information.cp5 .cpn_detail > input:checked + h1 label:after, .content .information.g5 .cpn_detail > input:checked + h1 label:after {
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content .information.first .cpn_detail > input:checked + h1 + div, .content .information.second .cpn_detail > input:checked + h1 + div, .content .information.third .cpn_detail > input:checked + h1 + div, .content .information.fourth .cpn_detail > input:checked + h1 + div, .content .information.cp5 .cpn_detail > input:checked + h1 + div, .content .information.g5 .cpn_detail > input:checked + h1 + div {
  line-height: 1.3;
  display: block;
  height: auto;
  margin: 0 10px 10px;
  padding: 6px 0;
  font-size: 0.8571428571rem;
  opacity: 1;
}
.content .information.first .cpn_detail > div, .content .information.second .cpn_detail > div, .content .information.third .cpn_detail > div, .content .information.fourth .cpn_detail > div, .content .information.cp5 .cpn_detail > div, .content .information.g5 .cpn_detail > div {
  overflow: hidden;
  height: 0;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.content .information.first h2, .content .information.second h2, .content .information.third h2, .content .information.fourth h2, .content .information.cp5 h2, .content .information.g5 h2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 2%;
  box-sizing: border-box;
  line-height: 1.2;
}
.content .information.first h3, .content .information.second h3, .content .information.third h3, .content .information.fourth h3, .content .information.cp5 h3, .content .information.g5 h3 {
  font-size: 1.2857142857rem;
  width: 100%;
  margin: 2% auto;
  color: #ffffff;
  padding: 0 2%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .content .information .detail {
    max-width: 980px;
    margin: 0 auto;
    padding: 2%;
    line-height: 2.8;
  }
  .content .information .detail > ul:not([class]) {
    display: flex;
  }
  .content .information .detail > ul:not([class]) li {
    margin: 1px;
  }
  .content .information .detail .g5-text {
    font-size: 1.2857142857rem;
    letter-spacing: 0.07em;
    text-shadow: rgba(198, 198, 198, 0.8) 0 0 4px;
  }
  .content .information .detail .g5-dev-team {
    font-size: 1.2857142857rem;
  }
  .content .information h2 {
    font-size: 2rem;
    text-align: center;
  }
  .content .information.first h2, .content .information.second h2, .content .information.third h2, .content .information.fourth h2, .content .information.cp5 h2, .content .information.g5 h2 {
    font-size: 2.2857142857rem;
  }
  .content .information.first h3, .content .information.second h3, .content .information.third h3, .content .information.fourth h3, .content .information.cp5 h3, .content .information.g5 h3 {
    font-size: 1.7142857143rem;
    text-align: center;
    max-width: 980px;
    line-height: 1.5;
  }
  .content .information.therd .detail > p {
    text-align: center;
    padding: 0;
  }
}
.content .iconic_moment {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 40px;
}
.content .iconic_moment dd > div img {
  width: 33%;
}
.content .iconic_moment .player-list {
  background: rgba(0, 0, 0, 0.6);
  color: #c6c6c6;
  padding: 2%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.content .iconic_moment .player-list h3 {
  font-family: source-han-sans-japanese;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5714285714rem;
  padding: 2%;
  box-sizing: border-box;
}
.content .iconic_moment .player-list dd a {
  line-height: 0;
  vertical-align: middle;
}
.content .iconic_moment .player-list dd a span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 1px 1px 1px 1px rgba(247, 247, 247, 0.5) inset, -1px -1px 1px rgba(29, 134, 163, 0.8) inset;
  background-color: #24c4e8;
  transition: background-color 0.3s ease;
}
.content .iconic_moment .player-list dd a span:hover {
  transition: background-color 0.3s ease;
  background-color: #00e6ff;
}
.content .iconic_moment .player-list dd a span::after {
  content: "";
  display: block;
  position: relative;
  color: #e2e2e4;
  width: 0;
  height: 0;
  top: 3px;
  left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
}
.content .iconic_moment .player-list li .play-video {
  flex-basis: calc((100% - (6px + 1px)) / 3);
  flex-shrink: 1;
  margin: 1px;
  max-width: 400px;
}
.content .iconic_moment .player-list li .play-video img {
  width: 100%;
}
.content .iconic_moment .player-list .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.content .iconic_moment .player-list .img-list > li {
  flex-basis: calc((100% - (6px + 1px)) / 3);
  flex-shrink: 1;
  margin: 1px;
  max-width: 400px;
  padding: 0;
}
.content .iconic_moment .player-list .img-list > li:nth-of-type(1):nth-last-of-type(2), .content .iconic_moment .player-list .img-list > li:nth-of-type(1):nth-last-of-type(2) ~ li {
  flex-basis: calc((100% - (4px + 1px)) / 2);
}
.content .iconic_moment .player-list .img-list > li:only-child {
  flex-basis: 100%;
}
.content .iconic_moment .player-list .img-list > li img {
  width: 100%;
}
.content .iconic_moment > div {
  max-width: 980px;
  margin: 0 auto;
}
.content .iconic_moment li {
  padding: 3% 0;
}
.content .iconic_moment li img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.content .iconic_moment dl {
  padding: 0 2%;
  box-sizing: border-box;
}
.content .iconic_moment dl dt {
  font-family: a-otf-midashi-go-mb31-pr6n;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2857142857rem;
  padding-left: 46px;
  position: relative;
  margin-bottom: 3vh;
  line-height: 40px;
}
.content .iconic_moment dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .iconic_moment dl dt.bar::before {
  background-image: url("/wepes/25th/s/img/emblem_000108_r_l.png");
}
.content .iconic_moment dl dt.fcb::before {
  background-image: url("/wepes/25th/s/img/emblem_000127_r_l.png");
}
.content .iconic_moment dl dt.juv::before {
  background-image: url("/wepes/25th/s/img/emblem_000120_r_w_l.png");
}
.content .iconic_moment dl dt.mun_utd::before {
  background-image: url("/wepes/25th/s/img/emblem_000100_r_b_l.png");
}
.content .iconic_moment dl dt.ars::before {
  background-image: url("/wepes/25th/s/img/emblem_0101_r_l.png");
}
.content .iconic_moment dl dt.ac_milan::before {
  background-image: url("/wepes/25th/s/img/emblem_000121_r_l.png");
}
.content .iconic_moment dl dt.inter::before {
  background-image: url("/wepes/25th/s/img/emblem_000119_r_l.png");
}
.content .iconic_moment dl dt.celtic::before {
  background-image: url("/wepes/25th/s/img/emblem_0131_r_l.png");
}
.content .iconic_moment dl dt.madrid-chamartin-b::before {
  background-image: url("/wepes/25th/s/img/emblem_000109_f_l.png");
}
.content .iconic_moment dl dt.madrid-rosas-rb::before {
  background-image: url("/wepes/25th/s/img/emblem_000172_f_l.png");
}
.content .iconic_moment dl dt.liverpool-r::before {
  background-image: url("/wepes/25th/s/img/emblem_000103_f_l.png");
}
.content .iconic_moment dl dt.roma::before {
  background-image: url("/wepes/25th/s/img/emblem_000125_r_l.png");
}
.content .iconic_moment dl dd {
  line-height: 1.6;
  font-size: 1rem;
}
.content .iconic_moment dl dd .note {
  color: #e00000;
}
@media screen and (min-width: 768px) {
  .content .iconic_moment .player-list h3 {
    font-size: 1.2857142857rem;
    text-align: center;
  }
  .content .iconic_moment dl dd {
    line-height: 1.8;
    font-size: 1.1428571429rem;
  }
  .content .iconic_moment dl dt {
    font-size: 1.7142857143rem;
    padding-left: 46px;
    position: relative;
    margin-bottom: 2%;
  }
  .content .iconic_moment .player-list h3 {
    font-size: 2rem;
  }
}
