@charset "UTF-8";
html, body {
  height: 100%;
  color: #fff;
  font-size: 16px;
}
:lang(ja) html, :lang(ja) body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(en) html, :lang(en) body {
  font-family: "Noto Sans", sans-serif;
}
:lang(zh-cmn-hant) html, :lang(zh-cmn-hant) body {
  font-family: "Noto Sans TC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(zh-cmn-hans) html, :lang(zh-cmn-hans) body {
  font-family: "Noto Sans SC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(fr) html, :lang(fr) body {
  font-family: "Noto Sans", sans-serif;
}
:lang(it) html, :lang(it) body {
  font-family: "Noto Sans", sans-serif;
}
:lang(de) html, :lang(de) body {
  font-family: "Noto Sans", sans-serif;
}
:lang(es) html, :lang(es) body {
  font-family: "Noto Sans", sans-serif;
}

img {
  width: auto;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/main-wp.jpg);
}

.wrapper {
  /* background: url(../../assets/img/common/main-wp-gr.png) bottom left no-repeat; */
  background-size: 100% auto;
  /* z-index:-3; */
  position: relative;
  top: 0;
  width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only2 {
  display: none;
}

@media screen and (max-width: 700px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only2 {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .sp-only2 {
    display: block;
  }
}
/* loader */
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/loading-icon.svg) no-repeat;
  background-size: 100% auto;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.loadingtext {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  padding-top: 180px;
  text-align: center;
}

.webhidden {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in {
  opacity: 1;
}

/*
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap);
*/
/* navi
================================================================================================================== */
.top-navi {
  height: 80px;
  width: 100%;
  max-width: 2000px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/navi-wp.png) top center no-repeat;
  background-size: auto 100%;
  font-size: clamp(1.125rem, 1.091rem + 0.17vw, 1.25rem);
  z-index: 5;
}

.navi-main-list {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
}

.navi-left-cont {
  width: calc(100% - 300px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
}

.navi-right-cont {
  margin-left: auto;
  margin-right: 38px;
  padding-top: 24px;
}

.top-buy_btn {
  margin-top: 15px;
}

.top-buy_btn a { /* @include sassmix.btnbasecolor; */
  display: block;
  padding: 8% 25px 8% 20px;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn1-bg.jpg);
  background-size: auto 200%;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 1rem);
}

.top-buy_btn a:after {
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/index/top-arrow.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  content: "　";
  top: 50%;
  right: 10px;
  margin-top: -12px;
  margin-left: 5px;
}

@media screen and (max-width: 450px) {
  .top-buy_btn a {
    padding: 20px 3% 20px 0;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 1rem);
  }
}
.top-buy_pop {
  display: none;
  /* position: relative;
  display: inline-block;
  margin-left: 16px;
  margin-top: 10px;
  background-color: #810b2c;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 10px 20px;
  animation: popanime 1.8s ease-in-out infinite alternate-reverse; */
}

@keyframes popanime {
  0% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(3%);
  }
}
.top-buy_pop::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #810b2c transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}

#menuin {
  display: block;
  width: 100%;
}

.navi-list {
  width: 100%;
  margin: 0 auto;
}

.navi-list li {
  width: 100%;
}

.navi-list li a {
  display: block;
  width: 94%;
  padding: 3%;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn3-bg.jpg) center center no-repeat;
  border: solid 1px #84741a;
  background-size: 100% auto;
}

.navi-btn {
  width: 80%;
  max-width: 600px;
  margin: 2% auto;
}

.navi-btn a {
  display: block;
  width: 94%;
  padding: 3%;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn4-bg.jpg) center center no-repeat;
  border: solid 1px #0c2429;
  text-align: center;
  background-size: 100% auto;
}

.navi-buy-btn {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

.navi-buy-btn a {
  display: block;
  width: 94%;
  padding: 3%;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn1-bg.jpg) center center no-repeat;
  border: solid 1px #0c2429;
  text-align: center;
  background-size: 100% auto;
}

.navi-list li a:hover,
.navi-btn a:hover,
.navi-buy-btn a:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* lang
================================================================================================================== */
.tooltip {
  min-width: 100px;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5%;
}

#tooltip2 {
  font-size: 16px;
}

#tooltip2.tooltip {
  right: 3%;
}

.lang-icon {
  display: inline-block;
}

.lang-icon img {
  width: 18px;
}

.lang-icon span {
  display: inline-block;
}

.fixed-container {
  z-index: 800;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
}

.tooltip li {
  line-height: 1.61;
  text-align: center;
}

.tooltip li a:hover {
  color: #c2211c;
}

.navi-snsicon img {
  width: 20px;
}

.tooltip-button {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.tooltip {
  padding: 10px 20px;
}

.tooltip.visible {
  display: block;
}

/* navi
================================================================================================================== */
.navi-icon {
  width: 50%;
  max-width: 300px; /* mix-blend-mode: multiply; */
  opacity: 0.5;
  margin-bottom: 20px;
}

.navi-title {
  letter-spacing: 1em;
  font-size: clamp(0.3125rem, 0.0493rem + 1.3158vw, 0.625rem);
}

.navi-container { /* position: relative; */
  z-index: 800;
}

.navi-toggle {
  width: 30px;
  height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: 26px;
  right: 20px;
  z-index: 1100;
}

.navi-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.navi-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
}

.navi-toggle.active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navi {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/menu-wp.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 800;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
  pointer-events: none;
}

.navi.open {
  -webkit-clip-path: circle(150% at 50% 50%);
          clip-path: circle(150% at 50% 50%);
  pointer-events: auto;
}

.navi ul {
  width: 80%;
  max-width: 600px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.navi li {
  margin: 20px 0;
}

.navi a {
  color: #fff;
  text-decoration: none;
}

.main-navi a {
  width: 90%;
  font-size: clamp(0.875rem, 0.0329rem + 4.2105vw, 1.875rem);
  padding: 4% 5% 5% 6%;
  display: block;
}

.main-sub-navi a:hover {
  color: #c2211c;
}

.main-navi li {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.main-navi li::after {
  background: rgba(119, 19, 17, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.main-navi li:hover {
  color: #fff;
}

.main-navi li:hover::after {
  transform: scale(1, 1);
}

a.sub-btn:hover,
a.main-btn:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (max-width: 1700px) {
  .navi {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 1100px) {
  .navi {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 700px) {
  .navi-icon {
    width: 50%;
    max-width: 200px;
    margin-bottom: 5%;
  }
}
.main-btn {
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn1-bg.jpg);
  display: block;
  padding: 4% 3%;
  background-size: 100% auto;
  font-size: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
}

.sub-btn {
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/btn2-bg.jpg);
  display: block;
  padding: 4% 3%;
  background-size: 100% auto;
}

.close-btn {
  color: #fff;
  opacity: 0.4;
  background: #000;
}

.header-info-cont .sub-btn {
  padding: 2% 3%;
}

.header-info-cont .main-btn {
  padding: 8% 3%;
}

@media screen and (max-width: 1840px) {
  .navi-main-list {
    width: 98%;
  }
}
@media screen and (max-width: 800px) {
  .top-buy_pop {
    position: fixed;
    top: 60px;
    font-size: 2.5vw;
    font-size: clamp(10px, 1.25vw + 6px, 16px);
    padding: 5px;
  }
  .top-buy_pop::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #810b2c;
    translate: -50% -100%;
  }
  @keyframes popanime {
    0% {
      transform: translateX(0);
      transform: translateY(-5%);
    }
    100% {
      transform: translateX(0);
      transform: translateY(5%);
    }
  }
}
@media screen and (max-width: 700px) {
  .main-btn {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .top-buy_btn {
    width: 100%;
    margin-top: clamp(8px, 2.6667vw + 0px, 13px);
    font-size: 2.5vw;
  }
  .navi-left-cont {
    width: 40%;
  }
  .navi-right-cont {
    width: 52%;
    margin-right: 0;
    margin-left: 1%;
    margin-top: clamp(3px, 2.6667vw + 0px, 4px);
    font-size: 4vw;
  }
  .navi-main-list {
    width: 98%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 370px) {
  .top-buy_btn {
    margin-top: clamp(19px, 2.6667vw + 0px, 34px);
  }
  .navi-right-cont {
    width: 52%;
    margin-right: 0;
    margin-left: 1%;
    margin-top: clamp(3px, 2.6667vw + 0px, 4px);
    font-size: 4vw;
  }
  .navi-main-list {
    width: 98%;
    margin-left: 2%;
  }
}
/* footer
================================================================================================================== */
.game-info {
  width: 90%;
  max-width: 1000px;
  margin: 10% auto 5% auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  flex-wrap: wrap;
}

.game-info-img {
  width: 38%;
}

.game-info-txt {
  width: 54%;
  padding-left: 3%;
}

.game-info-txt dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  flex-wrap: wrap;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  line-height: 1.61;
}

.game-info-txt dt {
  width: 150px;
  padding: 2%;
}

.game-info-txt dd {
  width: calc(92% - 155px);
  padding: 2%;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.font-sm {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.footer-sns {
  width: 95%;
  max-width: 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  margin: 0 auto 3% auto;
  justify-content: center;
}

.footer-sns a {
  display: block;
  margin: 5%;
}

.footer-sns-tw-icon img {
  width: 35px;
}

.footer-sns-youtube-icon img {
  width: 50px;
}

.footer-sns-facebook-icon img {
  width: 41px;
}

.footer-sns-weibo-icon img {
  width: 50px;
}

.footer-sns-bilibili-icon img {
  width: 100px;
}

a.specbtn {
  color: #f5efcc;
  border-bottom: 1px solid #f5efcc;
}

@media screen and (max-width: 700px) {
  .game-info {
    margin-top: 20%;
  }
  .game-info-img {
    width: 60%;
    margin: 0 auto;
  }
  .game-info-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 5%;
    text-align: center;
  }
  .game-info-txt dt {
    width: 90%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.5);
  }
  .game-info-txt dd {
    width: 90%;
    padding: 5%;
  }
}
.sns-box {
  width: 150px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
}

.sns-box li {
  width: 30%;
  margin: 1.5%;
}

.base-pf-box {
  width: 90%;
  max-width: 900px;
  margin: 5% auto 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
}

.base-pf-box li {
  padding: 1%;
}

.base-pf-box li.ps {
  width: 38%;
}

.base-pf-box li.ns {
  width: 19%;
}

.base-pf-box li.stm {
  width: 18%;
}

.base-pf-box li.xbox {
  width: 36%;
}

.base-ratinglogo-box {
  width: 40%;
  max-width: 100px;
  margin: 5% auto;
}

.footer-text {
  text-align: center;
  padding-bottom: 10%;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

@media screen and (max-width: 1000px) {
  .base-pf-box {
    width: 70%;
    margin: 10% auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; /*flex-wrap: wrap;*/
    flex-wrap: wrap;
  }
  .base-pf-box li.ps {
    width: 62%;
  }
  .base-pf-box li.ns {
    width: 33%;
  }
  .base-pf-box li.stm {
    width: 34%;
  }
  .base-pf-box li.xbox {
    width: 62%;
  }
}
/* zoomicon
================================================================================================================== */
.modaal-content-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 500px) {
  .modaal-inner-wrapper {
    padding: 80px 0;
  }
}
.item-ss {
  position: relative;
}

.item-ss a {
  display: block;
}

.item-ss a::after {
  width: 20px;
  height: 20px;
  padding: 2.5px 2.5px 2.5px 4.8px;
  text-align: center;
  content: "＋";
  bottom: 0;
  right: 0;
  position: absolute;
  background: #f5efcc;
  color: #0c2429;
  line-height: 1.2;
  font-weight: bold;
}

.modal_hiden {
  display: none;
  margin: 0;
  padding: 0;
}

.modaal-box-bg {
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/index/product_main_bg.jpg) left center repeat-y;
  background-size: 100% auto;
  color: #fff;
  padding: clamp(5px, 0.4237vw + 3.6441px, 10px);
}

.modaal-box-title,
.modaal-box-text {
  width: 95%;
  margin: 0 auto;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.modaal-box-text li {
  line-height: 1.81;
  margin-bottom: 6%;
}

.modaal-box-text li p {
  color: #f5efcc;
  font-size: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
}

.modaal-box-title {
  font-size: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
  padding-top: 5%;
  padding-bottom: 2%;
}

.modaal-box-text_at {
  padding-top: 2.5%;
  padding-bottom: 5%;
  padding-left: 1.5em;
}

.modaal-box-text_at li {
  margin-bottom: 0;
  font-size: clamp(0.75rem, 0.716rem + 0.17vw, 0.875rem);
}
:lang(ja) .modaal-box-text_at li {
  text-indent: -1em;
  padding-left: 1em;
}
:lang(en) .modaal-box-text_at li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
:lang(zh-cmn-hant) .modaal-box-text_at li {
  text-indent: -1em;
  padding-left: 1em;
}
:lang(zh-cmn-hans) .modaal-box-text_at li {
  text-indent: -1em;
  padding-left: 1em;
}
:lang(fr) .modaal-box-text_at li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
:lang(it) .modaal-box-text_at li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
:lang(de) .modaal-box-text_at li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
:lang(es) .modaal-box-text_at li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.modaal-box-text_at-end {
  padding-bottom: 5%;
}

.modaal-box-text_price {
  padding-bottom: 5%;
}

.dlc-btn {
  margin-top: 5px;
}

.dlc-btn a {
  width: 110px;
  display: block;
  background: #f5efcc;
  color: #0c2429;
  text-align: center;
}

.modaal-box-text_price {
  width: 100%;
  font-size: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  text-align: right;
  justify-content: flex-end;
  padding-top: 5%;
}

.modaal-box-text_price dt,
.modaal-box-text_price dd {
  padding: 2%;
}

.modaal-box-text_detail {
  line-height: 1.81;
  padding-left: 1.5em;
}

.only_jp,
.only_sch,
.only_tch,
.only_us,
.only_uk,
.only_fr,
.only_de,
.only_it,
.only_es {
  display: none;
}

.followus-btn_icon_x {
  max-width: 100px;
}

.followus-btn_icon_fb {
  max-width: 100px;
}

.followus-btn_icon_wb {
  max-width: 25px;
  display: inline-block;
  margin-right: 4px;
}

.followus-btn_icon_bilibili {
  max-width: 50px;
  display: inline-block;
}

.followus-btn_icon_yt {
  width: 30px;
  display: inline-block;
}

.followus-btn_icon_yt img,
.followus-btn_icon_wb img,
.followus-btn_icon_bilibili img {
  width: 100%;
}

.buy-title {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.5rem);
  border-left: 10px #fff;
  color: #fff;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 5%;
}

.buy-tokuten {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  flex-wrap: wrap;
  margin-top: 5%;
}

.buy-tokuten dt {
  max-width: 600px;
  margin: 0 auto;
}

.buy-tokuten dd {
  width: 100%;
  padding-top: 5%;
}

.buy-tokuten-title1 {
  color: #f5efcc;
  text-align: center;
  font-size: clamp(0.875rem, 0.706rem + 0.85vw, 1.5rem);
}

.buy-tokuten-title2 {
  width: 100%;
  margin: 0 auto;
  color: #f5efcc;
  text-align: center;
  font-size: clamp(0.875rem, 0.706rem + 0.85vw, 1.5rem);
  margin-top: 10px;
  padding-top: 2%;
  font-weight: 400;
  border-top: solid 1px #f5efcc;
}

/* header
================================================================================================================== */
.header-info-buy-list,
.footer-info-buy-list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  flex-wrap: wrap;
}

.header-info-buy-list li,
.footer-info-buy-list li,
.header-info-buy-edition,
.footer-info-buy-edition {
  margin: 0.5%;
  text-align: center;
}

.header-info-buy-list li,
.footer-info-buy-list li {
  width: calc(49% - 2px);
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.header-info-buy-edition,
.footer-info-buy-edition {
  width: calc(99% - 4px);
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.header-info-buy-edition a,
.footer-info-buy-edition a,
.header-info-buy-list a,
.footer-info-buy-list a {
  border: solid 1px #f5efcc;
}

.header-info-day,
.footer-info-day {
  font-size: clamp(1.875rem, 1.536rem + 1.69vw, 3.125rem);
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  text-shadow: black 1px -1px 10px, black -1px -1px 10px;
}
:lang(ja) .header-info-day,
:lang(ja) .footer-info-day {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(en) .header-info-day,
:lang(en) .footer-info-day {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(zh-cmn-hant) .header-info-day,
:lang(zh-cmn-hant) .footer-info-day {
  font-family: "Noto Serif TC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(zh-cmn-hans) .header-info-day,
:lang(zh-cmn-hans) .footer-info-day {
  font-family: "Noto serif SC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(fr) .header-info-day,
:lang(fr) .footer-info-day {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(it) .header-info-day,
:lang(it) .footer-info-day {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(de) .header-info-day,
:lang(de) .footer-info-day {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(es) .header-info-day,
:lang(es) .footer-info-day {
  font-family: "athelas", "Noto serif", sans-serif;
}

@media screen and (max-width: 700px) {
  .footer-info-buy-list li {
    width: calc(99% - 2px);
  }
}
/* footer
================================================================================================================== */
.footer-info {
  width: 90%;
  max-width: 1000px;
  margin: 5% auto;
  margin-top: clamp(30px, 1.6949vw + 24.5763px, 50px);
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 1rem);
  line-height: 1.4;
}

.footer-info dt {
  font-size: 120%;
  border-bottom: solid 1px #f5efcc;
  color: #f5efcc;
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.footer-info dd {
  line-height: 1.61;
  margin-bottom: 5%;
}

.footer-info a {
  text-decoration: underline;
  color: #f5efcc;
}

.q-text, .a-text {
  display: flex;
}

.q-text span, .a-text span {
  width: 30px;
  display: block;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2px;
}

.q-text span {
  background: rgba(129, 11, 44, 0.5);
  color: #fff;
}

.a-text span {
  background: rgba(132, 116, 26, 0.5);
  color: #fff;
}

.q-text p, .a-text p {
  flex: 1;
}

#tbs {
  margin-top: 10%;
}

/* lowerlayer_wp
================================================================================================================== */
.lowerlayer_wp {
  width: 100%;
  background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/lowerlayer_wp.png) top center no-repeat;
  background-size: 100% auto;
  background-image: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/lowerlayer_wp.png), url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/footer-wp.png);
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}

@media screen and (max-width: 700px) {
  .lowerlayer_wp {
    width: 100%;
    background: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/lowerlayer_wp.png) top center no-repeat;
    background-size: 100% auto;
    background-image: url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/lowerlayer_wp.png), url(https://www.koeitecmoamerica.com/warriors_abyss/assets/img/common/footer-wp_sp.png);
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
  }
}
.lowerlayer_wp h2 {
  padding-top: calc(10% + 60px);
  font-size: clamp(2.5rem, 0.636rem + 9.32vw, 9.375rem);
  text-align: center;
  color: #ccd2d2;
  text-shadow: black 1px -1px 10px, black -1px -1px 10px;
}
:lang(ja) .lowerlayer_wp h2 {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(en) .lowerlayer_wp h2 {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(zh-cmn-hant) .lowerlayer_wp h2 {
  font-family: "Noto Serif TC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(zh-cmn-hans) .lowerlayer_wp h2 {
  font-family: "Noto serif SC", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(fr) .lowerlayer_wp h2 {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(it) .lowerlayer_wp h2 {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(de) .lowerlayer_wp h2 {
  font-family: "athelas", "Noto serif", sans-serif;
}
:lang(es) .lowerlayer_wp h2 {
  font-family: "athelas", "Noto serif", sans-serif;
}

/* newicon */
.news-newifo {
  position: relative;
  list-style: none;
}

.news-newifo::before,
.news-newifo::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #cd1245;
  border-radius: 50%;
  animation: rippleEffect 2s infinite;
}

.news-newifo::before {
  animation-delay: 0s;
}

.news-newifo::after {
  animation-delay: 1s;
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}/*# sourceMappingURL=base.css.map */