@charset "UTF-8";
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-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  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: 8;
  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: 9;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(45, 45, 45, 0.95);
  color: #c0c0c0;
}
.locale-dialog > h1 {
  position: relative;
  padding: 8px;
  font-size: 1.2857142857rem;
  color: #ffffff;
  background-color: #1d0f4a;
}
.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: #00ac98;
  text-shadow: 0 0 4px rgba(0, 172, 152, 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: #80d6cc;
  text-shadow: 0 0 4px rgba(128, 214, 204, 0.5);
}
.locale-dialog > .list > section > ul a.disabled, .locale-dialog > .list > section > ul a[disabled] {
  color: #747474;
}

.platform-dialog {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(45, 45, 45, 0.95);
  color: #c0c0c0;
}
.platform-dialog > h1 {
  position: relative;
  padding: 8px;
  font-size: 1.2857142857rem;
  color: #ffffff;
  background-color: #1d0f4a;
}
.platform-dialog > h1 > .close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 100%;
}
.platform-dialog > h1 > .close-btn::before, .platform-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);
}
.platform-dialog > h1 > .close-btn::before {
  transform: rotate(-45deg);
}
.platform-dialog > .list > section:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.platform-dialog > .list > section > h1 {
  padding: 4px 1em 0;
  color: #ffffff;
}
.platform-dialog > .list > section > ul {
  padding: 4px 2em 4px;
  font-size: 0.8571428571rem;
  line-height: 1.8;
}
.platform-dialog > .list > section > ul a {
  transition: all 0.3s ease;
  color: #c0c0c0;
}
.platform-dialog > .list > section > ul a:link, .platform-dialog > .list > section > ul a:visited {
  color: #c0c0c0;
}
.platform-dialog > .list > section > ul a:hover, .platform-dialog > .list > section > ul a:active {
  color: #00ac98;
  text-shadow: 0 0 4px rgba(0, 172, 152, 0.5);
}
.platform-dialog > .list > section > ul a.current {
  color: white;
}
.platform-dialog > .list > section > ul a.current:hover, .platform-dialog > .list > section > ul a.current:active {
  color: #80d6cc;
  text-shadow: 0 0 4px rgba(128, 214, 204, 0.5);
}
.platform-dialog > .list > section > ul a.disabled, .platform-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;
  }
}
/**
フォント指定
$name:
$style:
$weight:
$localFont: 各言語のフォントを優先させる(英語フォントよりも日本語フォント)
 */
html {
  -webkit-animation: fade_in 1s ease 0s 1 none;
  animation: fade_in 1s ease 0s 1 none;
  font-size: 14px;
  color: #ffffff;
  background: #1d0f4a;
}

body {
  font-family: arial, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
body:lang(ja) {
  font-family: arial, source-han-sans-japanese, "ヒラギノ角ゴ 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: 2;
}
.base-layer > .content a#manager-models {
  position: relative;
  top: -20px;
}

.top-alert {
  font-size: 12px;
  position: absolute;
  z-index: 10;
  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: 10;
  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: 6;
  display: flex;
  align-items: center;
  background-color: #140b33;
}
.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(238, 238, 238, 0.5);
}
.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: 0.8571428571rem;
  color: #eeeeee;
}
.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-platform-select {
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}
.site-header .ui-platform-select a {
  color: #eeeeee;
}
.site-header .ui-platform-select .header-nav-expand-icon {
  width: 0.5em;
  height: 0.5em;
  margin-left: 0;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
}
@media screen and (min-width: 768px) {
  .site-header .ui-platform-select .header-nav-expand-icon {
    margin-left: 0.5em;
  }
}
.site-header .ui-share ul {
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  width: 70px;
}
.site-header .ui-share ul li {
  flex-basis: 18px;
}
@media screen and (min-width: 768px) {
  .site-header .ui-share ul li.line {
    display: none;
  }
}
.site-header .ui-share ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
.site-header .ui-share ul li a:hover {
  opacity: 0.8;
}
.site-header .ui-share ul li a img {
  width: 100%;
}
.site-header .ui-share ul::before, .site-header .ui-share ul::after {
  display: block;
  content: "";
}
.site-header .ui-share.share-jp ul {
  width: 112px;
}

.base-layer > .bg {
  position: fixed;
  z-index: 1;
  top: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.base-layer > .bg > .bg-contents {
  position: relative;
  width: 100%;
  transition: transform 1s ease-out 0s;
}
.base-layer > .bg > .bg-contents.start {
  transform: rotateZ(-6deg) scale(2);
}
.base-layer > .bg > .bg-contents.start *[class^=bg-wave] {
  opacity: 0.01;
}
.base-layer > .bg > .bg-contents .bg-video {
  min-width: 100vw;
  min-height: 100vh;
  transition: opacity 1s ease 0s;
  opacity: 0;
}
.base-layer > .bg > .bg-contents .bg-video.active {
  opacity: 1;
}
.base-layer > .bg > .bg-contents .bg-wave-l,
.base-layer > .bg > .bg-contents .bg-wave-r {
  display: block;
  position: absolute;
  opacity: 1;
  transition: opacity 1s ease-out 0s;
  top: 0;
  display: none;
  width: auto;
  height: 100%;
}
.base-layer > .bg > .bg-contents .bg-wave-l {
  left: 0;
}
.base-layer > .bg > .bg-contents .bg-wave-r {
  right: 0;
}
.base-layer > .bg > .bg-contents .bg-wave-t,
.base-layer > .bg > .bg-contents .bg-wave-b {
  display: block;
  position: absolute;
  opacity: 1;
  transition: opacity 1s ease-out 0s;
  width: 50%;
  height: auto;
}
.base-layer > .bg > .bg-contents .bg-wave-t {
  top: 0;
  left: 0;
}
.base-layer > .bg > .bg-contents .bg-wave-b {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .base-layer > .bg > .bg-contents .bg-wave-l,
.base-layer > .bg > .bg-contents .bg-wave-r {
    display: block;
  }
  .base-layer > .bg > .bg-contents .bg-wave-t,
.base-layer > .bg > .bg-contents .bg-wave-b {
    display: none;
  }
}
.base-layer > .bg > .bg-contents .bg-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 1s ease 0s;
  background-color: rgba(29, 15, 74, 0);
}
.base-layer > .bg > .bg-contents .bg-fade.active {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .base-layer > .bg > .bg-contents {
    min-width: 140vh;
  }
  .base-layer > .bg _:-ms-lang(x)::-ms-backdrop, .base-layer > .bg .bg-contents {
    min-width: 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;
  letter-spacing: 0.1em;
}
.mv2nd > div a {
  position: relative;
  flex-basis: 30%;
  min-width: 120px;
  max-width: 200px;
  margin: 18px 0;
}
.mv2nd > div a img {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv2nd {
    background-size: auto;
  }
}
.site-footer {
  position: relative;
  z-index: 3;
  margin: 80px auto 0;
  color: #5078b4;
}
@media screen and (min-width: 768px) {
  .site-footer {
    margin-top: 60px;
  }
}
.site-footer .pagetop a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  transition: all 0.2s;
  text-decoration: none;
  color: #f5f5f5;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 10px;
  background: rgba(0, 172, 152, 0.3);
}
.site-footer .pagetop a::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.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 {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
.site-footer .account h1 {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin: 0 0 8px 8px;
}
.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;
}
.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: #00ac98;
  text-shadow: 0 0 4px rgba(0, 172, 152, 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: #80d6cc;
  text-shadow: 0 0 4px rgba(128, 214, 204, 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;
}
@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 .full-license-img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 10px auto;
}
.site-footer .licence > .text {
  font-size: 0.7142857143rem;
  font-family: inherit;
  line-height: 1.3;
  padding: 10px 6px;
  text-align: center;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.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;
  font-size: 0.7142857143rem;
  line-height: 1.5;
  position: relative;
  padding-top: 10px;
  text-align: center;
  fill: currentColor;
}
@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 div > svg {
  position: relative;
  height: auto;
  max-height: 14px;
}
.site-footer .platform-copyright div > svg.icon-ps {
  max-width: 16px;
}
.site-footer .platform-copyright div > svg.logo-ps4 {
  max-width: 48px;
}
.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 .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 .trademark-copyright {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .trademark-copyright {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer .trademark-copyright {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .trademark-copyright {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .trademark-copyright img {
  max-height: 12px;
  margin: 0 2px;
  vertical-align: top;
}
.site-footer .product-copyright {
  font-size: 0.7857142857rem;
  position: relative;
  text-align: center;
}
.site-footer .banner-25th a {
  display: block;
}
.site-footer .banner-25th a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.site-footer .banner {
  position: relative;
  margin: 12px 0;
  text-align: center;
}
.site-footer .banner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
.site-footer .banner ul li {
  display: inline-block;
  padding: 8px 4px;
}
.site-footer .banner ul 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;
  font-size: 1rem;
}
.site-footer .kde-nav li a {
  display: block;
  text-align: center;
  color: #5078b4;
  transition: 0.5s;
}
.site-footer .kde-nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .kde-nav:last-of-type {
  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 #5078b4;
    border-bottom: none;
  }
  .site-footer .kde-nav ul li:first-child {
    padding-left: 0;
  }
  .site-footer .kde-nav ul li:last-of-type {
    border-right: none;
  }
  .site-footer .kde-nav ul li a {
    line-height: 1.3em;
    display: block;
    padding: 0;
  }
  .site-footer .kde-nav:last-of-type {
    border-bottom: none;
  }
}
.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 {
  /*25周年バナー*/
}
.page-footer .banner-anniversary {
  box-sizing: border-box;
  max-width: 650px;
  margin: 0 auto;
  padding: 2% 4%;
}
.page-footer .banner-anniversary img {
  width: 100%;
}
.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: 54px;
  height: 54px;
  background: url(/wepes/2021/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 0;
}
.page-footer .sns-share ul li.twitter a:hover {
  background-position: 0 -54px;
}
.page-footer .sns-share ul li.facebook a {
  background-position: -54px 0px;
}
.page-footer .sns-share ul li.facebook a:hover {
  background-position: -54px -54px;
}
.page-footer .sns-share ul li.line a {
  background-position: -107px -1px;
}
.page-footer .sns-share ul li.line a:hover {
  background-position: -107px -55px;
}
@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;
}

.base-fade {
  position: fixed;
  z-index: 8;
  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: 9;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(45, 45, 45, 0.95);
  color: #c0c0c0;
}
.locale-dialog > h1 {
  position: relative;
  padding: 8px;
  font-size: 1.2857142857rem;
  color: #ffffff;
  background-color: #1d0f4a;
}
.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: #00ac98;
  text-shadow: 0 0 4px rgba(0, 172, 152, 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: #80d6cc;
  text-shadow: 0 0 4px rgba(128, 214, 204, 0.5);
}
.locale-dialog > .list > section > ul a.disabled, .locale-dialog > .list > section > ul a[disabled] {
  color: #747474;
}

.platform-dialog {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(45, 45, 45, 0.95);
  color: #c0c0c0;
}
.platform-dialog > h1 {
  position: relative;
  padding: 8px;
  font-size: 1.2857142857rem;
  color: #ffffff;
  background-color: #1d0f4a;
}
.platform-dialog > h1 > .close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 100%;
}
.platform-dialog > h1 > .close-btn::before, .platform-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);
}
.platform-dialog > h1 > .close-btn::before {
  transform: rotate(-45deg);
}
.platform-dialog > .list > section:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.platform-dialog > .list > section > h1 {
  padding: 4px 1em 0;
  color: #ffffff;
}
.platform-dialog > .list > section > ul {
  padding: 4px 2em 4px;
  font-size: 0.8571428571rem;
  line-height: 1.8;
}
.platform-dialog > .list > section > ul a {
  transition: all 0.3s ease;
  color: #c0c0c0;
}
.platform-dialog > .list > section > ul a:link, .platform-dialog > .list > section > ul a:visited {
  color: #c0c0c0;
}
.platform-dialog > .list > section > ul a:hover, .platform-dialog > .list > section > ul a:active {
  color: #00ac98;
  text-shadow: 0 0 4px rgba(0, 172, 152, 0.5);
}
.platform-dialog > .list > section > ul a.current {
  color: white;
}
.platform-dialog > .list > section > ul a.current:hover, .platform-dialog > .list > section > ul a.current:active {
  color: #80d6cc;
  text-shadow: 0 0 4px rgba(128, 214, 204, 0.5);
}
.platform-dialog > .list > section > ul a.disabled, .platform-dialog > .list > section > ul a[disabled] {
  color: #747474;
}

.fixed-header-banner {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: transform 0.5s ease;
  background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.fixed-header-banner.pull-down-enter, .fixed-header-banner.pull-down-leave-to {
  transform: translateY(-100%);
}
.fixed-header-banner > img {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: 640px;
  height: 14.84375vw;
  min-height: 34px;
  /*この高さならiphone5サイズでの画面内に収まる*/
  max-height: 95px;
}
.fixed-header-banner > img.img-pc {
  display: none;
}
@media (min-width: 768px) {
  .fixed-header-banner > img {
    max-width: 692px;
    height: 9.6820809249vw;
    max-height: 67px;
  }
  .fixed-header-banner > img.img-pc {
    display: block;
  }
  .fixed-header-banner > img.img-sp {
    display: none;
  }
}

.top-banner-25th {
  background-color: rgba(0, 0, 0, 0.8);
}
.top-banner-25th a {
  display: block;
}
.top-banner-25th a img {
  display: block;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.global-nav-slot {
  position: relative;
}

@media screen and (min-width: 980px) {
  .global-nav-slot {
    height: 50px;
  }
}
.global-nav {
  position: fixed;
  z-index: 7;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.global-nav input {
  display: none;
}
.global-nav p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 48px;
  margin: 0 20px 0 auto;
  border: 1px solid #00ac98;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #000000;
}
.global-nav p label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  /*&::before {
    display:    block;
    padding:    7px 0;
    content:    'MENU';
    @include fontSize(12);
    transition: color .3s;
    text-align: center;
    color:      map-get-recursive($cadGlobalNavText, normal);
  }*/
}
.global-nav p label:hover {
  color: #00ac98;
}
.global-nav p label:hover span, .global-nav p label:hover span::before, .global-nav p label:hover span::after {
  color: #ffffff;
  background: #00ac98;
}
.global-nav p label span {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  transition: background-color 0.3s;
  background: #00ac98;
}
.global-nav p label span::before, .global-nav p label span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  content: "";
  transition: background-color 0.3s, transform 0.3s;
  transform: translateY(-7px);
  background: #00ac98;
}
.global-nav p label span::after {
  transform: translateY(7px);
}
.global-nav .modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: background-color 0.6s;
}
.global-nav nav {
  font-size: 1.5714285714rem;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
}
.global-nav nav .nav-item-1 {
  position: relative;
}
.global-nav nav .nav-item-1 + .nav-item-1 {
  border-top: 1px solid rgba(0, 172, 152, 0.6);
}
.global-nav nav .nav-item-2 {
  border-top: 1px solid rgba(0, 172, 152, 0.3);
}
.global-nav nav .global-nav-item-1-content {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  padding: 15px 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #00ac98;
}
.global-nav nav .global-nav-item-1-content.global-nav-item-1-content-nocapitalize {
  text-transform: initial;
}
.global-nav nav .global-nav-item-1-content:hover {
  color: #ffffff;
}
.global-nav nav .global-nav-item-1-content .global-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: 980px) {
  .global-nav nav .global-nav-item-1-content .global-nav-expand-icon {
    transform: rotateZ(180deg);
  }
}
.global-nav nav .nav-item-1.current .global-nav-item-1-content {
  color: #000000;
  background: rgba(0, 172, 152, 0.9);
}
.global-nav nav .global-nav-item-2-content {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1428571429rem;
  display: block;
  padding: 15px 0 15px 50px;
  transition: color 0.3s;
  white-space: nowrap;
  color: #00ac98;
}
.global-nav nav .global-nav-item-2-content:hover {
  color: #ffffff;
}
.global-nav input:checked + .modal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.global-nav input:checked + .modal p {
  position: relative;
  -webkit-animation: gnav 0.3s ease 1;
  animation: gnav 0.3s ease 1;
}
.global-nav input:checked + .modal p label {
  /*&::before {
    content: 'CLOSE';
  }*/
}
.global-nav input:checked + .modal p label span {
  height: 0;
}
.global-nav input:checked + .modal p label span::before, .global-nav input:checked + .modal p label span::after {
  transform: translateY(0) rotate(-45deg);
}
.global-nav input:checked + .modal p label span::after {
  transform: translateY(0) rotate(45deg);
}
.global-nav input:checked + .modal nav {
  height: auto;
  -webkit-animation: gnav 0.3s ease 1;
  animation: gnav 0.3s ease 1;
  /*test*/
}
.global-nav input:checked + .modal nav ul {
  /*ラベル*/
  /*チェックは隠す*/
  /*中身を非表示にしておく*/
  /*クリックで中身表示*/
}
.global-nav input:checked + .modal nav ul .acd-check {
  display: none;
}
.global-nav input:checked + .modal nav ul .acd-label {
  display: block;
  margin-bottom: 1px;
}
.global-nav input:checked + .modal nav ul .acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.global-nav input:checked + .modal nav ul .acd-check:checked + .acd-label + .acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.global-nav input:checked + .modal nav ul .acd-check:checked + .nav-list-2 {
  display: block;
}
.global-nav input:checked + .modal nav ul .acd-check:not(:checked) + .nav-list-2 {
  display: none;
}
.global-nav input:checked + .modal nav ul .accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #2f8fcf;
  font-weight: bold;
  background: #a4cbf3;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.global-nav input:checked + .modal nav ul .accbox input {
  display: none;
}
.global-nav input:checked + .modal nav ul .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.global-nav input:checked + .modal nav ul .cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  background: #eaeaea;
  opacity: 1;
}
@keyframes gnav {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes gnav {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 980px) {
  .global-nav.slot-set {
    position: relative;
  }
  .global-nav p {
    display: none;
  }
  .global-nav nav {
    height: auto;
    font-size: 1.2857142857rem;
    background: rgba(0, 0, 0, 0.7);
  }
  .global-nav nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .global-nav nav .nav-item-1 + .nav-item-1 {
    border-top: none;
  }
  .global-nav nav .nav-item-2:first-child {
    border-top: none;
  }
  .global-nav nav .global-nav-item-1-content {
    margin: 8px 0;
    padding: 8px 20px;
    color: #00ac98;
  }
  .global-nav nav .global-nav-item-1-content:hover {
    color: #ffffff;
  }
  .global-nav nav span {
    display: inline-block;
    vertical-align: bottom;
  }
  .global-nav nav .nav-item-1.current .global-nav-item-1-content {
    color: #000000;
    border-radius: 40px;
    background: #00ac98;
  }
  .global-nav nav .nav-list-2 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    min-width: 100%;
    margin: 0 auto;
    transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;
    transform: translateX(-50%) scale(0);
    transform-origin: center bottom;
    text-align: center;
    opacity: 0;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .global-nav nav .acd-label:hover ~ .nav-list-2,
.global-nav nav .nav-list-2:hover {
    display: block;
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  .global-nav nav .global-nav-item-2-content {
    display: block;
    font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    padding: 15px 30px;
    transition: color 0.3s;
    color: #00ac98;
  }
  .global-nav nav .global-nav-item-2-content:hover {
    color: #ffffff;
  }
  .global-nav input:checked + .modal {
    height: auto;
    background: transparent;
  }
}
@media screen and (min-width: 1600px) {
  .global-nav nav .global-nav-item-1-content {
    margin: 10px 0;
    padding: 8px 20px;
  }
  .global-nav nav .nav-list-2 {
    bottom: 54px;
  }
}
/*@import "component/sub-header";*/
.latest {
  position: relative;
  box-sizing: border-box;
  max-width: 970px;
  margin: 30px 0 10px;
  background-color: rgba(29, 15, 74, 0.8);
  padding: 12px 0 24px 10px;
}
.latest .latest_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  font-size: 2.2857142857rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  margin: 0 0 4px;
  padding: 20px 0;
  /*
  h3 {
      @include header-text-font(urw-din-condensed, normal, 300);
      @include fontSize(16);
      font-weight: bold;
      line-height: 1;
      letter-spacing: .4em;
  }

  .btn a {
      position: relative;
      display: block;
      padding: 2px 10px;
      @include fontSize(12);
      color: #ffffff;
      border-left: 1px dotted #ffffff;

      &:after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 6px;
          height: 6px;
          margin: auto 0;
          content: '';
          -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
          border-top: 1px solid #ffffff;
          border-left: 1px solid #ffffff;
      }
  }*/
}
.latest ul {
  overflow: hidden;
  height: 220px;
  margin: 0 auto;
}
.latest ul li {
  border-radius: 4px;
  background-color: rgba(186, 116, 215, 0.4);
  margin: 2px 0;
}
.latest ul li:nth-child(even) {
  background-color: rgba(89, 71, 171, 0.7);
}
.latest ul a {
  display: block;
  box-sizing: border-box;
  padding: 6px 0;
  color: #ffffff;
}
.latest ul .meta {
  line-height: 1.4;
  font-size: 0.7857142857rem;
  margin: 0 0 4px;
}
.latest ul .date {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  margin: 0 8px;
}
.latest ul .tag {
  display: inline-block;
  margin: 0 6px;
  color: #ffffff;
  background: rgba(238, 238, 238, 0.3);
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 12px;
  min-width: 6em;
  text-align: center;
}
.latest ul .title {
  line-height: 1.8;
  font-size: 0.8571428571rem;
  padding: 0 20px 0 6px;
}

@media screen and (min-width: 980px) {
  .latest {
    margin: 30px auto 60px;
    border-radius: 140px;
  }
  .latest .ttl h3 {
    font-size: 1.4285714286rem;
  }
  .latest .ttl .btn a {
    font-size: 0.8571428571rem;
  }
  .latest .ttl .btn a:after {
    width: 6px;
    height: 6px;
  }
  .latest ul {
    height: 180px;
    max-width: 740px;
  }
  .latest ul a {
    position: relative;
    display: table;
    width: 100%;
    transition: all 0.3s;
  }
  .latest ul a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .latest ul a:hover::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #00ac98;
    border-left: 2px solid #00ac98;
  }
  .latest ul .meta {
    display: table-cell;
    width: 220px;
    font-size: 0.9285714286rem;
    vertical-align: top;
  }
  .latest ul .date {
    width: 80px;
    margin: 0 0 0 10px;
  }
  .latest ul .tag {
    width: 120px;
    margin: 0;
    text-align: center;
  }
  .latest ul .title {
    display: table-cell;
    font-size: 0.9285714286rem;
    vertical-align: top;
  }
}
.base-layer > .content .btn {
  box-sizing: border-box;
  padding-top: 2%;
  text-align: right;
}
.base-layer > .content .btn > a {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: inline-block;
  min-height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #00ac98;
  padding-left: 40px;
  border-radius: 20px;
  text-indent: initial;
  transition: all 0.3s ease;
  color: #eeeeee;
  transition: all 0.3s ease;
  background-color: rgba(0, 172, 152, 0.2);
  transition: all 0.2s;
  color: #eeeeee;
}
.base-layer > .content .btn > a::after {
  position: absolute;
  display: block;
  content: " ";
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  top: 20px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .btn > a::before {
  position: absolute;
  display: block;
  content: " ";
  top: 20px;
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .btn > a:link, .base-layer > .content .btn > a:visited {
  color: #eeeeee;
}
.base-layer > .content .btn > a:hover, .base-layer > .content .btn > a:active {
  color: white;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
.base-layer > .content .btn > a.current {
  color: white;
}
.base-layer > .content .btn > a.current:hover, .base-layer > .content .btn > a.current:active {
  color: white;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
.base-layer > .content .btn > a.disabled, .base-layer > .content .btn > a[disabled] {
  color: #c0c0c0;
}
.base-layer > .content .btn > a:link, .base-layer > .content .btn > a:visited {
  background-color: rgba(0, 172, 152, 0.2);
}
.base-layer > .content .btn > a:hover, .base-layer > .content .btn > a:active {
  background-color: rgba(70, 255, 233, 0.2);
  box-shadow: 0 0 4px rgba(70, 255, 233, 0.5);
}
.base-layer > .content .btn > a.current {
  background-color: rgba(70, 255, 233, 0.2);
}
.base-layer > .content .btn > a.current:hover, .base-layer > .content .btn > a.current:active {
  background-color: rgba(70, 255, 233, 0.2);
  box-shadow: 0 0 4px rgba(70, 255, 233, 0.5);
}
.base-layer > .content .btn > a.disabled, .base-layer > .content .btn > a[disabled] {
  background-color: rgba(128, 128, 128, 0.6);
  box-shadow: rgba(128, 128, 128, 0.6);
}
.base-layer > .content .official-account {
  position: relative;
  max-width: 1200px;
  margin: 3% auto 0 auto;
  /* 記事レイアウト */
}
.base-layer > .content .official-account header {
  display: flex;
  justify-content: center;
}
.base-layer > .content .official-account header h2 {
  font-size: 2rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 1% 0;
  text-align: center;
  color: #eeeeee;
  background-size: 100% auto;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .official-account header h2 {
    font-size: 2.2857142857rem;
  }
}
.base-layer > .content .official-account header .tab-list {
  display: flex;
  justify-content: center;
}
.base-layer > .content .official-account header .tab-list li {
  line-height: 50px;
  font-size: 1.2857142857rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  box-sizing: border-box;
  padding: 1% 12px;
  cursor: pointer;
  transition: all 0.5s;
  color: #eeeeee;
}
.base-layer > .content .official-account header .tab-list li.current, .base-layer > .content .official-account header .tab-list li:hover {
  color: #00ac98;
}
.base-layer > .content .official-account .sns-content .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.base-layer > .content .official-account .sns-content .post li {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 50%;
  padding: 12px;
}
.base-layer > .content .official-account .sns-content .post a {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s, color 0.3s;
  color: #ffffff;
  border-radius: 8px;
  background: #160532;
  box-shadow: 0 0 8px 1px rgba(22, 26, 55, 0.8);
}
.base-layer > .content .official-account .sns-content .post a:hover {
  background: #2b2347;
  filter: brightness(120%);
  background-blend-mode: lighten;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .official-account .sns-content .post {
    padding: 5px;
  }
  .base-layer > .content .official-account .sns-content .post li:not([class]) {
    width: 25%;
    padding: 10px 8px;
  }
  .base-layer > .content .official-account .sns-content .post li:not([class]):empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .base-layer > .content .official-account .sns-content .post {
    /*  &:after {
    flex:    1 1 auto;
    height:  1px;
    content: '';
    }*/
  }
  .base-layer > .content .official-account .sns-content .post li {
    width: 33%;
  }
}
.base-layer > .content .official-account .sns-content .thumb {
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0;
  background-size: 100% auto;
  animation: imgLoop 15s ease-in-out 0s 2 alternate;
}
@keyframes imgLoop {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 100%;
  }
}
.base-layer > .content .official-account .sns-content .thumb.thumb-1_1 {
  padding: 100% 0 0;
}
.base-layer > .content .official-account .sns-content .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.base-layer > .content .official-account .sns-content .tag {
  padding: 10px 0;
  font-size: 0.8571428571rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5em;
  color: #cccccc;
  background: #313131;
}
.base-layer > .content .official-account .sns-content .title {
  line-height: 1.5;
  font-size: 0.8571428571rem;
  flex: 1 1 auto;
  padding: 10px;
  color: #c0c0c0;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .official-account .sns-content .title {
    padding: 20px;
  }
}
.base-layer > .content .official-account .sns-content .date {
  padding: 0 10px 0;
  font-size: 0.8571428571rem;
  color: #5c72a4;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .official-account .sns-content .date {
    padding: 0 20px 0;
  }
}
.base-layer > .content .official-account .sns-content .icon {
  display: block;
  overflow: hidden;
  height: 24px;
  margin: 10px;
  white-space: nowrap;
  text-indent: 100%;
}
.base-layer > .content .official-account .sns-content .icon.instagram {
  background: url("/wepes/2021/s/img/common/icon_instagram.png") top right no-repeat;
  background-size: contain;
}
.base-layer > .content .official-account .sns-content .icon.twitter {
  background: url("/wepes/2021/s/img/common/icon_twitter.png") top right no-repeat;
  background-size: contain;
}
.base-layer > .content .official-account .sns-content .icon.facebook {
  background: url("/wepes/2021/s/img/common/icon_facebook.png") top right no-repeat;
  background-size: contain;
}
.base-layer > .content .official-account .video .thumb::before, .base-layer > .content .official-account .video .thumb::after {
  position: absolute;
  display: block;
  content: "";
  transition: border-color 0.3s;
}
.base-layer > .content .official-account .video .thumb::before {
  top: 15px;
  left: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  background: #000000;
}
.base-layer > .content .official-account .video .thumb::after {
  top: 28px;
  left: 31px;
  width: 0;
  height: 0;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent #ffffff;
}
.base-layer > .content .official-account .video .thumb img {
  opacity: 0.6;
}
.base-layer > .content .official-account .video a:hover .thumb::before {
  border-color: #ffffff;
}
.base-layer > .content .official-account .video a:hover .thumb::after {
  border-color: transparent #ffffff;
}
.base-layer > .content .official-account .more {
  margin: 0 0 6%;
  text-align: center;
}
.base-layer > .content .official-account .more a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.2857142857rem;
  padding: 0 30px 0 40px;
  transition: all 0.5s;
  color: #eeeeee;
}
.base-layer > .content .official-account .more a::before {
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .official-account .more a::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .official-account .more a:hover {
  background: rgba(0, 172, 152, 0.5);
}

/*　背景　*/
html {
  background-color: #ffffff;
}

.bg {
  background: url("/wepes/2021/s/img/common/bg_4clubs_sp.jpg") 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 980px) {
  .bg {
    background: url("/wepes/2021/s/img/common/bg_4clubs_pc.jpg") 0 0 no-repeat;
    background-size: 100%;
  }
}

.license_info {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.license_info a {
  position: relative;
  color: #ffffff;
  display: inline-block;
  border-radius: 12px;
  padding: 12px 12%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  width: 100%;
}
.license_info a:hover {
  background: rgba(0, 172, 152, 0.8);
  box-shadow: 0 0 4px rgba(0, 172, 152, 0.3);
}
.license_info a:hover::before {
  border-color: #eeeeee;
}
.license_info a span {
  line-height: 1.5;
}
.license_info a span::before {
  position: absolute;
  content: "!";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.license_info a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  transition: all 0.2s;
}
.license_info a span em {
  display: inline-block;
}

.main-visual {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
  opacity: 0;
}
.main-visual.active {
  opacity: 1;
}
.main-visual > img {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.main-visual .messi-l {
  transform: translate(-25%, 3%);
}
.main-visual .messi-r {
  transform: translate(42%, 5%);
}
.main-visual .messi-c {
  max-width: 160%;
  transform: translate(-18%, 0);
}
.main-visual .player_4clubs.sp {
  display: block;
}
.main-visual .player_4clubs.pc {
  display: none;
}
@media screen and (min-width: 980px) {
  .main-visual .messi-l {
    transform: translate(0, 0);
  }
  .main-visual .messi-c {
    transform: translate(20%, 0);
  }
  .main-visual .messi-c img {
    width: 100%;
  }
  .main-visual .messi-r {
    transform: translate(80%, 0);
  }
  .main-visual .player_4clubs.sp {
    display: none;
  }
  .main-visual .player_4clubs.pc {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .main-visual .messi-l {
    transform: translate(15%, 8%);
  }
  .main-visual .messi-c {
    transform: translate(22%, 0);
  }
  .main-visual .messi-r {
    transform: translate(100%, 8%);
  }
}

.base-layer > .content {
  /* background:  url(/wepes/2021/s/img/launch_bg_sp.jpg) no-repeat 0 0 / 100% auto; */
  /* max-width: 1500px; */
  margin: 0 auto;
  /*Order
  -----------------------*/
  /* Teaser trailer
  -----------------------*/
}
@media screen and (min-width: 980px) {
  .base-layer > .content {
    /* background: url(/wepes/2021/s/img/launch_bg_pc.jpg) no-repeat 0 0 / 100% auto;*/
  }
}
.base-layer > .content .btn {
  box-sizing: border-box;
  padding-top: 2%;
  text-align: right;
}
.base-layer > .content .btn > a {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: inline-block;
  min-height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #00ac98;
  padding-left: 40px;
  border-radius: 20px;
  text-indent: initial;
  transition: all 0.3s ease;
  color: #eeeeee;
  transition: all 0.3s ease;
  background-color: rgba(0, 172, 152, 0.2);
  transition: all 0.2s;
  color: #eeeeee;
}
.base-layer > .content .btn > a::after {
  position: absolute;
  display: block;
  content: " ";
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  top: 20px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .btn > a::before {
  position: absolute;
  display: block;
  content: " ";
  top: 20px;
  right: auto;
  left: 15px;
  width: 15px;
  height: 1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: rgba(238, 238, 238, 0.5);
}
.base-layer > .content .btn > a:link, .base-layer > .content .btn > a:visited {
  color: #eeeeee;
}
.base-layer > .content .btn > a:hover, .base-layer > .content .btn > a:active {
  color: white;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
.base-layer > .content .btn > a.current {
  color: white;
}
.base-layer > .content .btn > a.current:hover, .base-layer > .content .btn > a.current:active {
  color: white;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
.base-layer > .content .btn > a.disabled, .base-layer > .content .btn > a[disabled] {
  color: #c0c0c0;
}
.base-layer > .content .btn > a:link, .base-layer > .content .btn > a:visited {
  background-color: rgba(0, 172, 152, 0.2);
}
.base-layer > .content .btn > a:hover, .base-layer > .content .btn > a:active {
  background-color: rgba(70, 255, 233, 0.2);
  box-shadow: 0 0 4px rgba(70, 255, 233, 0.5);
}
.base-layer > .content .btn > a.current {
  background-color: rgba(70, 255, 233, 0.2);
}
.base-layer > .content .btn > a.current:hover, .base-layer > .content .btn > a.current:active {
  background-color: rgba(70, 255, 233, 0.2);
  box-shadow: 0 0 4px rgba(70, 255, 233, 0.5);
}
.base-layer > .content .btn > a.disabled, .base-layer > .content .btn > a[disabled] {
  background-color: rgba(128, 128, 128, 0.6);
  box-shadow: rgba(128, 128, 128, 0.6);
}
.base-layer > .content .server-status_area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  padding: 8px;
  text-align: right;
  color: #ffffff;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .server-status_area {
    box-sizing: border-box;
    text-align: right;
  }
}
.base-layer > .content .server-status_area .server-status {
  font-size: 0.8571428571rem;
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 16px;
  background-color: black;
}
.base-layer > .content .server-status_area .server-status[v-cloak] {
  display: none;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .server-status_area .server-status {
    width: auto;
    text-align: right;
  }
}
.base-layer > .content .server-status_area .server-status > span {
  margin-left: 0.5em;
}
.base-layer > .content .server-status_area .server-status > span.no-data {
  color: #b0b0b0;
}
.base-layer > .content .server-status_area .server-status img {
  width: 14px;
  margin: 0 4px 0 0;
  vertical-align: bottom;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.base-layer > .content .server-status_area .loading {
  animation: blink 1s ease-in-out 0s infinite normal;
}
.base-layer > .content .server-status-fade-leave-active {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.base-layer > .content .server-status-fade-enter {
  opacity: 0;
}
.base-layer > .content .server-status-fade-enter-active {
  transition: opacity 0.5s ease;
}
.base-layer > .content .anniversary-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
}
.base-layer > .content .anniversary-logo > img {
  width: 100%;
}
.base-layer > .content .title-info-area {
  position: relative;
  padding-top: 140%;
}
.base-layer > .content .title-info-area .title-info {
  position: absolute;
  top: 56%;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.base-layer > .content .title-info-area .title-info .title-logo {
  display: block;
  margin: 0 auto;
  max-width: 414px;
  width: 80%;
}
.base-layer > .content .title-info-area .title-info > h1 {
  overflow: hidden;
  width: 80%;
  height: 0;
  margin: 0 auto;
  padding: 47.0983213429% 0 0;
  background-image: url("/wepes/2021/s/img/common/logo_pes2021_shadow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.base-layer > .content .title-info-area .title-info > h1.jp {
  background-image: url("/wepes/2021/s/img/common/logo_we2021_shadow.png");
}
.base-layer > .content .title-info-area .title-info .release-date {
  font-size: 1.5714285714rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  margin: 0 auto;
  text-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff;
}
.base-layer > .content .title-info-area .title-info .release-date .date-str {
  font-size: 2.7142857143rem;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
  }
  .base-layer > .content .anniversary-logo {
    left: 21%;
    top: 30px;
    max-width: 94px;
    width: 20vh;
  }
  .base-layer > .content .title-info-area {
    text-align: left;
    box-sizing: border-box;
    padding-top: 50vw;
  }
  .base-layer > .content .title-info-area .title-info {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .base-layer > .content .title-info-area .title-info .title-logo {
    margin: 0 auto;
    text-align: left;
  }
  .base-layer > .content .title-info-area .title-info h1 {
    width: 33vw;
    padding: 19.428057554vw 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .base-layer > .content .title-info-area {
    padding-top: 832px;
  }
}
.base-layer > .content .product-info {
  position: relative;
  padding: 12px;
  background: rgba(42, 70, 128, 0.5);
  background-image: -moz-radial-gradient(circle, rgba(0, 255, 226, 0.5) 0%, rgba(42, 70, 128, 0.5) 80%);
  /* FF3.6-15 */
  background-image: -webkit-radial-gradient(circle, rgba(0, 255, 226, 0.5) 0%, rgba(42, 70, 128, 0.5) 80%);
  /* Chrome10-25, Safari5.1-6 */
  background-image: radial-gradient(circle, rgba(0, 255, 226, 0.5) 0%, rgba(42, 70, 128, 0.5) 80%);
  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 0 auto;
}
.base-layer > .content .product-info .license_info {
  padding-left: 12px;
}
.base-layer > .content .product-info .product-info-header {
  position: relative;
  display: inline-block;
  padding: 12px 55px;
  font-size: 1.5714285714rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.base-layer > .content .product-info .product-info-header em {
  position: relative;
  display: inline-block;
  /*margin: 0 1em;*/
  padding: 0 0.5em;
}
.base-layer > .content .product-info .product-info-header em::before, .base-layer > .content .product-info .product-info-header em::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: rgba(238, 238, 238, 0.8);
}
.base-layer > .content .product-info .product-info-header em::before {
  right: 100%;
}
.base-layer > .content .product-info .product-info-header em::after {
  left: 100%;
}
.base-layer > .content .product-info .product-info-header span {
  font-size: 2.1428571429rem;
}
.base-layer > .content .product-info .product-info-edition {
  margin: 8px 0;
  border-radius: 8px;
  background: rgba(16, 21, 91, 0.5);
  box-sizing: border-box;
}
.base-layer > .content .product-info .product-info-order {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.base-layer > .content .product-info .product-info-order.standard-edition {
  border-right: none;
}
.base-layer > .content .product-info .product-info-order .edition-name {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  margin: 12px;
  line-height: 0;
  padding: 12px;
}
.base-layer > .content .product-info .product-info-order .price {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8571428571rem;
  padding: 12px;
  box-sizing: border-box;
}
.base-layer > .content .product-info .product-info-order .price:lang(ja) {
  font-size: 2.2857142857rem;
}
.base-layer > .content .product-info .product-info-order .price .tax {
  margin-left: 0.5em;
  font-size: 1.1428571429rem;
}
.base-layer > .content .product-info .product-info-order .cart-button {
  font-size: 1.2857142857rem;
  margin: 12px;
  width: auto;
  max-width: 320px;
}
.base-layer > .content .product-info .product-info-order .cart-button > a {
  margin: 0 auto;
  padding: 16px 0;
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 100%;
  transition: 0.2s;
  border-radius: 30px;
  /*a {
      &:lang(ja) {
          font-family: "fot-rodin-pron", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      }

      &:lang(zh-tw) {
          font-family: "fot-rodin-pron", sans-serif;
      }

      &:lang(zh-cn) {
          font-family: "fot-rodin-pron", sans-serif;
      }
  }*/
  background: rgba(0, 172, 152, 0.8);
  border-radius: 8px;
  /* padding:       10px 20px;*/
  box-sizing: border-box;
}
.base-layer > .content .product-info .product-info-order .cart-button > a::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px 0 0;
  content: "";
  vertical-align: middle;
  background: url(/wepes/2021/s/img/icon_order_white.svg) no-repeat 50% 50%;
  background-size: 20px;
}
.base-layer > .content .product-info .product-info-order .cart-button > a:hover {
  background: #00b6a1;
}
.base-layer > .content .product-info .product-info-order .price-box {
  text-align: center;
  display: flex;
}
.base-layer > .content .product-info .product-info-club-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
  padding: 0 10px;
}
.base-layer > .content .product-info .product-info-club-list > .item > a {
  display: block;
  border-radius: 20px;
  background-color: rgba(29, 15, 74, 0);
  transition: background-color 0.3s ease-in 0s;
  padding: 3px;
  box-sizing: border-box;
}
.base-layer > .content .product-info .product-info-club-list > .item > a:hover {
  background-color: rgba(29, 15, 74, 0.3);
}
.base-layer > .content .product-info .product-info-club-list > .item > a > img {
  width: 48px;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .product-info .product-info-club-list > .item > a {
    padding: 2px;
  }
  .base-layer > .content .product-info .product-info-club-list > .item > a > img {
    width: 38px;
  }
}
.base-layer > .content .product-info .product-info-campaign {
  width: 100%;
  display: none;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*flex-direction:  column;*/
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .about {
  line-height: 1.5;
  margin: 8px auto 12px;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area {
  padding: 0 0 2% 2%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area .badge {
  width: 30%;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area .badge img {
  width: 100%;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area > ul {
  display: flex;
  justify-content: right;
  width: 66%;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area > ul li {
  padding: 0 6px;
}
.base-layer > .content .product-info .product-info-campaign .product-info-veterans-bonus .logo-area > ul li img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .product-info .product-info-campaign {
    display: block;
    position: relative;
  }
  .base-layer > .content .product-info .product-info-campaign::before {
    position: absolute;
    content: "";
    display: block;
    width: 96%;
    height: 99%;
    background: rgba(0, 0, 62, 0.6);
    color: #e0ba14;
    padding: 12px;
    box-sizing: border-box;
    /* margin: 12px; */
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 6px;
  }
}
.base-layer > .content .product-info .product-info-campaign .note {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.5;
  top: 50%;
  transform: translateY(-50%);
  color: #ffcc07;
}
.base-layer > .content .product-info .product-info-campaign .note > p {
  padding: 0 18px;
  box-sizing: border-box;
  text-shadow: 0 0 3px #0b0b0b, 0 0 5px #0b0b0b;
}
.base-layer > .content .product-info .detail {
  line-height: 1.5;
  width: 100%;
  padding: 2%;
  border-radius: 0 0 17px 17px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .product-info {
    max-width: 980px;
    border-radius: 16px;
  }
  .base-layer > .content .product-info .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .base-layer > .content .product-info .product-info-header {
    width: 50%;
  }
  .base-layer > .content .product-info .product-info-box {
    display: flex;
    justify-content: space-between;
  }
  .base-layer > .content .product-info .product-info-box .product-info-edition {
    width: 25%;
    box-sizing: border-box;
    /*padding:    8px;*/
    display: flex;
  }
  .base-layer > .content .product-info .product-info-box .product-info-edition.club-edition-box {
    display: flex;
    width: 74%;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .base-layer > .content .product-info .product-info-order {
    flex-shrink: 0;
    flex-direction: row;
    border-right: dotted 2px #eeeeee;
    max-width: 234px;
    /*        &.club-edition {
              .edition-name {
                @include fontSize(28);
                width:   auto;
                margin: 0;
              }
            }*/
  }
  .base-layer > .content .product-info .product-info-order .cart-button {
    font-size: 1.1428571429rem;
    padding: 12px;
    box-sizing: border-box;
    width: auto;
  }
  .base-layer > .content .product-info .product-info-order .cart-button a:before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .base-layer > .content .product-info .product-info-order .edition-name {
    font-size: 2.2857142857rem;
    width: auto;
    margin: 0;
    /*          &.club-edition {
                @include fontSize(28);
              }*/
  }
  .base-layer > .content .product-info .product-info-order .price-box {
    display: block;
  }
  .base-layer > .content .product-info .product-info-order .price {
    font-size: 2.2857142857rem;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .base-layer > .content .product-info .product-info-order .price .tax {
    font-size: 0.8571428571rem;
  }
  .base-layer > .content .product-info .product-info-veterans-bonus {
    flex-direction: row;
    box-sizing: border-box;
    padding: 3%;
  }
  .base-layer > .content .license_info {
    width: 60%;
  }
}
.base-layer > .content .platform {
  position: relative;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.base-layer > .content .platform li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.base-layer > .content .platform li span {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.8571428571rem;
  color: #cccccc;
}
.base-layer > .content .platform li img[src*=ps4] {
  width: 144px;
}
.base-layer > .content .platform li img[src*=xbox] {
  width: 153px;
}
.base-layer > .content .platform li img[src*=steam] {
  width: 126px;
}
.base-layer > .content .gameinformation-list {
  position: relative;
  box-sizing: border-box;
  max-width: 980px;
  margin: 40px auto;
  padding: 0 10px;
}
.base-layer > .content .gameinformation-list ul {
  max-width: 980px;
  margin: 0 auto;
}
.base-layer > .content .gameinformation-list ul > li {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 0 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
}
.base-layer > .content .gameinformation-list ul > li a {
  color: #ffffff;
}
.base-layer > .content .gameinformation-list ul > li a div {
  overflow: hidden;
  width: 100%;
  /*padding:            10px;*/
}
.base-layer > .content .gameinformation-list ul > li a div header {
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 6px 6px 0 0;
  background: #000e19;
}
.base-layer > .content .gameinformation-list ul > li a div time {
  display: block;
  padding: 10px 0 6px 12px;
  color: #9a9a9a;
}
.base-layer > .content .gameinformation-list ul > li a div p {
  font-size: 0.8571428571rem;
  line-height: 1.6;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 12px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.base-layer > .content .gameinformation-list ul > li a img {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-bottom: 4px;
  object-fit: cover;
}
.base-layer > .content .gameinformation-list ul > li a img.object-fit-img {
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .gameinformation-list ul > li a img {
    height: 100px;
  }
}
.base-layer > .content .product {
  position: relative;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto 14%;
  padding: 0 3%;
  /*メッシ*/
}
.base-layer > .content .product::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 760px;
  top: -30px;
  left: 0;
  background: url(/wepes/2021/s/img/player_messi.png) top right no-repeat;
  background-size: 60%;
  z-index: -1;
}
.base-layer > .content .product .contents {
  max-width: 560px;
  padding-top: 32%;
}
.base-layer > .content .product .contents header {
  box-sizing: border-box;
  padding-top: 4%;
  color: #eeeeee;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.base-layer > .content .product .contents header h2 {
  font-size: 3rem;
  padding-bottom: 1%;
  background-size: 100% auto;
  text-shadow: 0 0 3px #000000, 0 0 1px #000000;
}
.base-layer > .content .product .contents .text {
  line-height: 1.5;
  box-sizing: border-box;
  padding: 4% 0;
  text-shadow: 0 0 3px #000000, 0 0 1px #000000;
}
.base-layer > .content .product .contents .attention-text {
  line-height: 1.5;
  padding: 4% 0;
  box-sizing: border-box;
  color: #00ac98;
  text-shadow: 0 0 3px #000000, 0 0 1px #000000;
}
.base-layer > .content .product .contents .attention-link {
  position: relative;
  border: 1px solid rgba(192, 192, 192, 0.3);
  max-width: 360px;
  border-radius: 13px;
}
.base-layer > .content .product .contents .attention-link::before {
  top: 18px;
}
.base-layer > .content .product .contents .attention-link a {
  display: inline-block;
}
.base-layer > .content .product .contents .btn {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .product .contents h2 {
    font-size: 3.4285714286rem;
  }
}
@media screen and (min-width: 980px) {
  .base-layer > .content .product {
    position: relative;
    max-width: 980px;
    box-sizing: border-box;
    margin: 0 auto 8%;
    /*メッシ*/
  }
  .base-layer > .content .product::after {
    top: -50px;
    background-size: 40%;
  }
  .base-layer > .content .product .contents {
    max-width: 560px;
    padding-top: 16%;
  }
}
.base-layer > .content .campaign-banner {
  box-sizing: border-box;
  max-width: 980px;
  margin: 8% auto;
  padding: 0 3%;
}
.base-layer > .content .campaign-banner ul {
  display: flex;
  justify-content: space-between;
}
.base-layer > .content .campaign-banner ul li {
  padding: 0 6px;
}
.base-layer > .content .campaign-banner img {
  width: 100%;
  transition: all 0.2s;
  opacity: 0.9;
  border-radius: 12px;
}
.base-layer > .content .campaign-banner a:hover img {
  opacity: 1;
  box-shadow: 0 0 16px rgba(237, 30, 121, 0.9);
}
@media screen and (min-width: 980px) {
  .base-layer > .content .campaign-banner {
    max-width: 1020px;
  }
}
.base-layer > .content .order {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 2%;
}
@media screen and (min-width: 568px) {
  .base-layer > .content .order {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .base-layer > .content .order {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .base-layer > .content .order {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .base-layer > .content .order {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.base-layer > .content .order .platform {
  margin: 0 0 80px;
}
.base-layer > .content .order .platform li {
  margin: 0 20px;
}
.base-layer > .content .order .platform li img[src*=ps4] {
  width: 81px;
}
.base-layer > .content .order .platform li img[src*=xbox] {
  width: 114px;
}
.base-layer > .content .order .platform li img[src*=steam] {
  width: 78px;
}
.base-layer > .content .introduction {
  font-size: 1.7142857143rem;
  line-height: 1.5em;
  position: relative;
  margin: 3em 0 1em 0;
  padding: 0 2%;
  text-align: center;
  color: #eeeeee;
}
.base-layer > .content .introduction:lang(ja), .base-layer > .content .introduction:lang(zh-tw), .base-layer > .content .introduction:lang(zh-cn), .base-layer > .content .introduction:lang(ko) {
  font-size: 1.2857142857rem;
}
.base-layer > .content .trailer {
  position: relative;
  text-align: center;
  margin-top: 50px;
  /*NEW*/
}
.base-layer > .content .trailer > a {
  display: inline-block;
  text-align: left;
}
.base-layer > .content .trailer a:first-child .video_link::before {
  position: absolute;
  top: -30px;
  right: 0;
  width: 64px;
  height: 64px;
  content: "";
  background: url("/wepes/2021/s/img/common/new_icon.png") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .trailer a:first-child .video_link::before {
    top: -20px;
  }
}
.base-layer > .content .trailer .inner {
  max-width: 1024px;
  padding: 12px;
  position: relative;
}
.base-layer > .content .trailer .video_link {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 20px 4px rgba(237, 30, 121, 0.5);
  box-shadow: 0 0 20px 4px rgba(237, 30, 121, 0.5);
  transition: all 0.2s;
  cursor: pointer;
  /*      &::before {
          position:        absolute;
          top:             -30px;
          right:           0;
          width:           64px;
          height:          64px;
          content:         '';
          background:      url("/wepes/2021/s/img/common/new_icon.png") 0 0 no-repeat;
          background-size: cover;

          @media screen and(min-width: map-get-recursive($bp, "pc")) {
            top: -20px;
          }
        }*/
}
.base-layer > .content .trailer .video_link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wepes/2021/s/img/common/dot.png") 0 0 repeat;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  transition: all 0.2s;
}
.base-layer > .content .trailer .video_link:hover {
  -webkit-box-shadow: 0 0 26px 6px rgba(237, 30, 121, 0.7);
  box-shadow: 0 0 26px 6px rgba(237, 30, 121, 0.7);
}
.base-layer > .content .trailer .video_link:hover::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .base-layer > .content .trailer .video_link {
    min-width: 450px;
  }
}
.base-layer > .content .trailer .video_link img {
  width: 50%;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
.base-layer > .content .trailer .video_link img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
}
.base-layer > .content .trailer dl {
  padding: 10px 18px;
  display: flex;
  flex-direction: column;
}
.base-layer > .content .trailer dt {
  line-height: 46px;
  position: relative;
  font-size: 1.5714285714rem;
  font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 100;
  margin: 0 auto;
  padding-left: 50px;
  color: #00ac98;
  transition: all 0.2s;
}
.base-layer > .content .trailer dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background: url(/wepes/2021/s/img/common/icon_play.png) no-repeat 50% 50%;
  background-size: cover;
}
.base-layer > .content .trailer dt:hover {
  color: #00dfc5;
}
.base-layer > .content .trailer dd {
  font-size: 1rem;
  line-height: 1.5;
  color: #eeeeee;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .base-layer > .content .trailer {
    max-width: 980px;
    margin: 50px auto;
  }
  .base-layer > .content .trailer .youtube:nth-child(2) .inner {
    direction: rtl;
  }
  .base-layer > .content .trailer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .base-layer > .content .trailer dl {
    display: table-cell;
    width: 400px;
    vertical-align: middle;
    margin: auto 0;
  }
  .base-layer > .content .trailer dt {
    font-size: 1.7142857143rem;
  }
  .base-layer > .content .trailer dd {
    font-family: urw-din-condensed, arial, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2857142857rem;
    text-align: left;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .base-layer > .content .content-clip-area {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }
  .base-layer > .content .content-clip-area::before, .base-layer > .content .content-clip-area::after {
    position: absolute;
    z-index: 12;
    top: 0;
    display: block;
    width: 50px;
    height: 100%;
    content: "";
  }
  .base-layer > .content .content-clip-area::before {
    left: 0;
    background: linear-gradient(90deg, #161a37, rgba(22, 26, 55, 0));
  }
  .base-layer > .content .content-clip-area::after {
    right: 0;
    background: linear-gradient(-90deg, #161a37, rgba(22, 26, 55, 0));
  }
}
@media screen and (min-width: 980px) {
  .base-layer > .content .new-feature-section {
    height: 460px;
    /*      &.has-video {
            position: relative;

            .bg {
              position: absolute;
              top:      0;
              width:    100%;
              height:   460px;
              padding:  0;

              .bg-inner {
                width:      67%;
                height:     100%;
                margin:     0 auto 0 0;
                box-shadow: 120px 0 120px -80px rgba(#FF0099, .4);

                &::after {
                  background:          url('/wepes/2021/s/img/video_cover_pc.png') repeat-y;
                  background-position: -300px top;
                  background-size:     auto auto;
                }

                .bg-video {
                  width:  100%;
                  height: 100%;
                }
              }
            }
          }

          &:nth-of-type(even) {
            .content {
              margin-right:  auto;
              margin-left:   0;
              text-align:    left;
              border-radius: 0 300px 300px 0;
            }

            &.has-video {
              .bg {
                .bg-inner {
                  margin:        0 0 0 auto;
                  border-radius: 999px 0 0 999px;
                  box-shadow:    -60px 0 50px -36px rgba(#FF0099, .4);
                }
              }
            }
          }*/
  }
  .base-layer > .content .new-feature-section .content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 46%;
    max-height: 450px;
    margin: 0 0 0 auto;
    padding: 10% 4% 10% 8%;
    border-radius: 300px 0 0 300px;
    background: rgba(0, 0, 0, 0.5);
  }
  .base-layer > .content .new-feature-section .content .description {
    line-height: 2;
  }
}
