@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :product.css
 style info :商品情報ページのスタイル
=================================================================== */
@media screen and (min-width: 768px) {
  body:before {
    background-image: url(../img/shared/bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  body:before {
    background-image: url(../img/shared/bg_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .contentArea .product .anchorNav {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .anchorNav {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .anchorNav {
    margin-bottom: 8vw;
  }
}
.contentArea .product .main {
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main {
    width: min(96%, 1120px);
    padding-top: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main {
    width: 60%;
    padding-top: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .main#standard {
    border-radius: 16px 16px 0 0;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main#standard {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main#standard {
    padding: 4vw 0 10vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .main#deluxe {
    border-radius: 0 0 16px 16px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main#deluxe {
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main#deluxe {
    padding-bottom: 10vw;
  }
}
.contentArea .product .main h2 {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff3f3a));
  background: linear-gradient(90deg, #ffc000, #ff3f3a);
  padding: 0.6em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main h2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main h2 {
    font-size: 4.4vw;
  }
}
.contentArea .product .main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(90%, 980px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
  }
}
.contentArea .product .main .inner figure {
  border: solid 6px #000;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner figure {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner figure {
    width: 90%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner .rBox {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner .rBox {
    width: 90%;
    margin: 0 auto 4vw;
  }
}
.contentArea .product .main .inner .rBox .price {
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  border-radius: 8px;
  background: #eedfc1;
  padding: 0.4em 1em 0.5em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner .rBox .price {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .inner .rBox .price {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner .rBox .price {
    font-size: 5vw;
  }
}
.contentArea .product .main .inner .rBox .price em {
  font-weight: 700;
  margin: 0 0.3em;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .product .main .inner .rBox .price em {
    margin: 0;
  }
}
.contentArea .product .main .inner .rBox .price span {
  position: relative;
  top: -0.15em;
  line-height: 1.6;
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner .rBox .price span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .inner .rBox .price span {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner .rBox .price span {
    font-size: 3.4vw;
  }
}
.contentArea .product .main .inner .rBox .price span:lang(en), .contentArea .product .main .inner .rBox .price span:lang(fr), .contentArea .product .main .inner .rBox .price span:lang(it), .contentArea .product .main .inner .rBox .price span:lang(de), .contentArea .product .main .inner .rBox .price span:lang(es), .contentArea .product .main .inner .rBox .price span:lang(pt-BR), .pt-br .contentArea .product .main .inner .rBox .price span {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .product .main .inner .rBox h4 {
  font-weight: 700;
  border: solid 1px #592400;
  padding: 0 1em;
  margin: 1.4em 0 0.8em;
}
.contentArea .product .main .inner .rBox h4:lang(ja), .contentArea .product .main .inner .rBox h4:lang(zh-cmn-Hant), .contentArea .product .main .inner .rBox h4.zh-cmn-Hant, .contentArea .product .main .inner .rBox h4:lang(zh-cmn-Hans), .contentArea .product .main .inner .rBox h4.zh-cmn-Hans {
  padding: 0 1em 0.1em;
}
.contentArea .product .main .inner .rBox dl {
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 0;
  margin-bottom: 1em;
}
.contentArea .product .main .inner .rBox dl dd {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.contentArea .product .main .inner .rBox dl dd:lang(en), .contentArea .product .main .inner .rBox dl dd:lang(fr), .contentArea .product .main .inner .rBox dl dd:lang(it), .contentArea .product .main .inner .rBox dl dd:lang(de), .contentArea .product .main .inner .rBox dl dd:lang(es), :lang(pt-BR) .contentArea .product .main .inner .rBox dl dd, .pt-br .contentArea .product .main .inner .rBox dl dd {
  padding-left: 1em;
  text-indent: -0.9em;
}
.contentArea .product .main .inner .rBox dl dd:before {
  content: "●";
  margin-right: 0.3em;
}
.contentArea .product .main .inner .rBox .anoTxt {
  text-align: left;
  margin-top: 0.5em;
}
.contentArea .product .main .inner .rBox .anoTxt.bgGray {
  background: #f2f2f2;
  padding: 1em;
}
.contentArea .product .main .inner .rBox .anoTxt li {
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner .rBox .anoTxt li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .inner .rBox .anoTxt li {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner .rBox .anoTxt li {
    font-size: 3vw;
  }
}
.contentArea .product .main .inner .rBox .anoTxt li:lang(en), .contentArea .product .main .inner .rBox .anoTxt li:lang(it), .contentArea .product .main .inner .rBox .anoTxt li:lang(de), .contentArea .product .main .inner .rBox .anoTxt li:lang(es), .contentArea .product .main .inner .rBox .anoTxt li:lang(pt-BR), .pt-br .contentArea .product .main .inner .rBox .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .product .main .inner .rBox .anoTxt li:lang(fr) {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .product .main .inner .pf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.contentArea .product .main .inner .pf li {
  color: #fff;
  border-radius: 4px;
  padding: 0.2em 0.5em 0.3em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .inner .pf li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .inner .pf li {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .inner .pf li {
    font-size: 3vw;
  }
}
.contentArea .product .main .inner .pf li.switch {
  background: #d00;
}
.contentArea .product .main .inner .pf li.ps5 {
  background: #005be2;
}
.contentArea .product .main .inner .pf li.ps4 {
  background: #0091e2;
}
.contentArea .product .main .inner .pf li.steam {
  background: #3d3d3d;
}
.contentArea .product .main .inner .pf li.xbox {
  background: #107c10;
}
.contentArea .product .main #upgrade {
  text-align: left;
  border-radius: 8px;
  background: #e6faee;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade {
    width: min(90%, 980px);
    padding: 20px 30px;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main #upgrade {
    width: 90%;
    padding: 1vw 1.5vw;
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main #upgrade {
    width: 90%;
    padding: 6vw;
    margin: 4vw auto 0;
  }
}
.contentArea .product .main #upgrade > h3 {
  font-weight: 700;
  border-left: solid 5px #e72400;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade > h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main #upgrade > h3 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main #upgrade > h3 {
    font-size: 4vw;
  }
}
.contentArea .product .main #upgrade > h3 span {
  display: inline-block;
  border-radius: 100px;
  background: #ffd900;
  padding: 0 1.8em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade > h3 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main #upgrade > h3 span {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main #upgrade > h3 span {
    font-size: 3.4vw;
  }
}
.contentArea .product .main #upgrade > h3 span:lang(ja), .contentArea .product .main #upgrade > h3 span:lang(zh-cmn-Hant), .contentArea .product .main #upgrade > h3 span.zh-cmn-Hant, .contentArea .product .main #upgrade > h3 span:lang(zh-cmn-Hans), .contentArea .product .main #upgrade > h3 span.zh-cmn-Hans {
  padding: 0 1.8em 0.1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade .inner {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade .inner .lBox {
    width: 56%;
  }
}
.contentArea .product .main #upgrade .inner .lBox .txt {
  font-weight: 700;
  margin-bottom: 1em;
}
.contentArea .product .main #upgrade .inner .lBox .price {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1em;
}
.contentArea .product .main #upgrade .inner .rBox {
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main #upgrade .inner .rBox {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main #upgrade .inner .rBox {
    width: 100%;
    margin-bottom: 0;
  }
}
.contentArea .product .main #upgrade .inner .rBox h4 {
  text-align: center;
  margin: 0 0 0.6em;
}
@media screen and (max-width: 767px) {
  .contentArea .product .main #upgrade .inner .rBox dl {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent {
    width: min(90%, 980px);
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent {
    width: 90%;
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent {
    width: 90%;
    margin: 4vw auto 0;
  }
}
.contentArea .product .main .addContent h3 {
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff8300));
  background: linear-gradient(90deg, #ffc000 0%, #ff8300 100%);
  padding: 0.6em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent h3 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent h3 {
    font-size: 4vw;
  }
}
.contentArea .product .main .addContent .listAddContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent .listAddContent {
    gap: 40px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent .listAddContent {
    gap: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent .listAddContent {
    gap: 6vw 0;
  }
}
.contentArea .product .main .addContent .listAddContent li {
  background: #333;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent .listAddContent li {
    width: 48%;
  }
}
.contentArea .product .main .addContent .listAddContent li h4 {
  color: #e9ff0c;
  font-weight: 700;
  background: #333;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent .listAddContent li h4 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent .listAddContent li h4 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent .listAddContent li h4 {
    font-size: 4vw;
  }
}
.contentArea .product .main .addContent .listAddContent li p {
  color: #ccc;
  font-weight: 700;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent .listAddContent li p {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent .listAddContent li p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent .listAddContent li p {
    font-size: 4vw;
  }
}
.contentArea .product .main .addContent .listAddContent li p span {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .main .addContent .listAddContent li p span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .main .addContent .listAddContent li p span {
    font-size: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .main .addContent .listAddContent li p span {
    font-size: 3vw;
  }
}
.contentArea .product .sub .inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub .inner {
    width: min(96%, 1120px);
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub .inner {
    width: 60%;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub .inner {
    width: 90%;
    padding-bottom: 5vw;
  }
}
.contentArea .product .sub .inner .mainImg {
  background: #2f1616 url(../img/top/bg_black-orange.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub .inner .mainImg {
    padding: 35px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub .inner .mainImg {
    padding: 1.5vw 0;
  }
}
.contentArea .product .sub .inner .mainImg img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub .inner .mainImg img {
    width: 90%;
  }
}
.contentArea .product .sub .inner .read {
  color: #000;
  font-weight: 700;
  padding: 2em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub .inner .read {
    text-align: center;
    font-size: 20px;
    width: min(90%, 780px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub .inner .read {
    font-size: 1vw;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub .inner .read {
    text-align: left;
    font-size: 4vw;
    width: 90%;
  }
}
.contentArea .product .sub .inner .read em {
  color: #e72400;
  font-weight: 700;
}
.contentArea .product .sub#preOrderBonuses .box, .contentArea .product .sub#present .box {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box, .contentArea .product .sub#present .box {
    width: min(90%, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box, .contentArea .product .sub#present .box {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box, .contentArea .product .sub#present .box {
    width: 90%;
  }
}
.contentArea .product .sub#preOrderBonuses .box h3, .contentArea .product .sub#present .box h3 {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff8300));
  background: linear-gradient(90deg, #ffc000 0%, #ff8300 100%);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box h3, .contentArea .product .sub#present .box h3 {
    padding: 0.6em 0.6em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box h3, .contentArea .product .sub#present .box h3 {
    padding: 0.6em;
  }
}
.contentArea .product .sub#preOrderBonuses .box h3 span, .contentArea .product .sub#present .box h3 span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box h3 span, .contentArea .product .sub#present .box h3 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box h3 span, .contentArea .product .sub#present .box h3 span {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box h3 span, .contentArea .product .sub#present .box h3 span {
    font-size: 4.4vw;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail, .contentArea .product .sub#present .box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail, .contentArea .product .sub#present .box .detail {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    padding: 20px 0 50px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail, .contentArea .product .sub#present .box .detail {
    gap: 1.5vw 0;
    padding: 1vw 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail, .contentArea .product .sub#present .box .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    padding: 4vw 0 8vw;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li, .contentArea .product .sub#present .box .detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li, .contentArea .product .sub#present .box .detail li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li, .contentArea .product .sub#present .box .detail li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li figure, .contentArea .product .sub#present .box .detail li figure {
  overflow: hidden;
  border: 3px solid #f5dead;
  background: #fb5c3f;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li figure, .contentArea .product .sub#present .box .detail li figure {
    width: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li figure, .contentArea .product .sub#present .box .detail li figure {
    width: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li figure, .contentArea .product .sub#present .box .detail li figure {
    width: 26%;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li dl, .contentArea .product .sub#present .box .detail li dl {
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl, .contentArea .product .sub#present .box .detail li dl {
    width: calc(100% - 80px - 15px);
    padding-top: 0.8em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl, .contentArea .product .sub#present .box .detail li dl {
    width: calc(100% - 4vw - 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl, .contentArea .product .sub#present .box .detail li dl {
    width: 70%;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li dl dt, .contentArea .product .sub#present .box .detail li dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dt, .contentArea .product .sub#present .box .detail li dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dt, .contentArea .product .sub#present .box .detail li dl dt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dt, .contentArea .product .sub#present .box .detail li dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dt, .contentArea .product .sub#present .box .detail li dl dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dd, .contentArea .product .sub#present .box .detail li dl dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li dl dd, .contentArea .product .sub#present .box .detail li dl dd {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme, .contentArea .product .sub#present .box .detail li.centerItme {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div, .contentArea .product .sub#present .box .detail li.centerItme div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div, .contentArea .product .sub#present .box .detail li.centerItme div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div, .contentArea .product .sub#present .box .detail li.centerItme div {
    gap: 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div, .contentArea .product .sub#present .box .detail li.centerItme div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl, .contentArea .product .sub#present .box .detail li.centerItme div dl {
    width: 340px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl, .contentArea .product .sub#present .box .detail li.centerItme div dl {
    width: 18vw;
  }
}
.contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span, .contentArea .product .sub#present .box .detail li.centerItme div dl dd span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(en), .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(fr), .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(it), .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(de), .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(es), .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span:lang(pt-BR), .pt-br .contentArea .product .sub#preOrderBonuses .box .detail li.centerItme div dl dd span, .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(en), .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(fr), .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(it), .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(de), .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(es), .contentArea .product .sub#present .box .detail li.centerItme div dl dd span:lang(pt-BR), .pt-br .contentArea .product .sub#present .box .detail li.centerItme div dl dd span {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .product .sub#preOrderBonuses .box .detail li.centerItme:nth-of-type(2) div dl, .contentArea .product .sub#present .box .detail li.centerItme:nth-of-type(2) div dl {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .mainImg a {
    width: 90%;
    margin-inline: auto;
  }
}
.contentArea .product .sub#platformBonuses .mainImg a img {
  width: 100%;
}
.contentArea .product .sub#platformBonuses h3 {
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff8300));
  background: linear-gradient(90deg, #ffc000 0%, #ff8300 100%);
  padding: 0.6em;
  margin-bottom: 1.5em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses h3 {
    font-size: 20px;
    width: min(90%, 980px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses h3 {
    font-size: 1.3vw;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses h3 {
    font-size: 4vw;
    width: 90%;
  }
}
.contentArea .product .sub#platformBonuses .mainTxt {
  color: #000;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff8300));
  background: linear-gradient(90deg, #ffc000 0%, #ff8300 100%);
  padding: 0.6em;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .mainTxt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .mainTxt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .mainTxt {
    font-size: 4.2vw;
  }
}
.contentArea .product .sub#platformBonuses .readBox {
  color: #e72400;
  font-weight: 700;
  background: #fff0cf;
  padding: 1.2em;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .readBox {
    width: min(90%, 880px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .readBox {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .readBox {
    text-align: left;
    width: 90%;
  }
}
.contentArea .product .sub#platformBonuses .read {
  padding: 1em 0 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .read {
    font-size: 20px;
    width: min(90%, 880px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .read {
    font-size: 1.1vw;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .read {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .read em {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .read em {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .read em {
    font-size: 4.2vw;
  }
}
.contentArea .product .sub#platformBonuses .imgMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .imgMain {
    gap: 40px 0;
    width: min(90%, 880px);
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .imgMain {
    gap: 2vw 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .imgMain {
    gap: 4vw 0;
    width: 90%;
    margin: 0 auto 2vw;
  }
}
.contentArea .product .sub#platformBonuses .imgMain li figure {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
.contentArea .product .sub#platformBonuses .imgMain li p {
  color: #e72400;
  font-weight: 700;
  background: #fff0cf;
  padding: 1.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .imgMain li p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .imgMain li p {
    font-size: 1.1vw;
  }
}
.contentArea .product .sub#platformBonuses .noteTxt {
  color: #000;
  font-weight: 700;
  text-align: left;
  background: #e6faee;
  padding: 1.2em;
  margin: 3em auto 4em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .noteTxt {
    width: min(90%, 880px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .noteTxt {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .noteTxt {
    width: 90%;
  }
}
.contentArea .product .sub#platformBonuses .noteTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .product .sub#platformBonuses .noteTxt li, :lang(it) .contentArea .product .sub#platformBonuses .noteTxt li, :lang(de) .contentArea .product .sub#platformBonuses .noteTxt li, :lang(es) .contentArea .product .sub#platformBonuses .noteTxt li, :lang(pt-BR) .contentArea .product .sub#platformBonuses .noteTxt li, .pt-br .contentArea .product .sub#platformBonuses .noteTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea .product .sub#platformBonuses .noteTxt li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .product .sub#platformBonuses .listBonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .listBonuses {
    gap: 40px 0;
    width: min(90%, 980px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .listBonuses {
    gap: 2vw 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .listBonuses {
    gap: 6vw 0;
    width: 90%;
  }
}
.contentArea .product .sub#platformBonuses .listBonuses li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .listBonuses li {
    width: 48%;
  }
}
.contentArea .product .sub#platformBonuses .listBonuses li h4 {
  font-weight: 700;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .listBonuses li h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .listBonuses li h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .listBonuses li h4 {
    font-size: 5vw;
  }
}
.contentArea .product .sub#platformBonuses .listBonuses li h4.groupA {
  background: #e60012;
}
.contentArea .product .sub#platformBonuses .listBonuses li h4.groupB {
  background: #0c65b8;
}
.contentArea .product .sub#platformBonuses .listBonuses li h4.groupC {
  background: #107c10;
}
.contentArea .product .sub#platformBonuses .listBonuses li h4.groupD {
  background: #656565;
}
.contentArea .product .sub#platformBonuses .listBonuses li p {
  color: #e9ff0c;
  font-weight: 700;
  background: #2b2b2b;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#platformBonuses .listBonuses li p {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#platformBonuses .listBonuses li p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#platformBonuses .listBonuses li p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box {
    width: min(90%, 800px);
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#betaTestBonuses .box {
    width: 70%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box {
    width: 90%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest {
    margin-bottom: 4vw;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li {
  border: 1px solid #a5a5a5;
  margin-bottom: 1.2em;
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dt {
  color: #000;
  font-weight: 700;
  background: #fff2ad;
  border-bottom: 3px solid #a5a5a5;
  padding: 0.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dt {
    font-size: 4vw;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1em;
  padding: 0.8em 0.8em 1.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(en), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(fr), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(it), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(de), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(es), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd:lang(pt-BR), .pt-br .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd figure {
  background: #2a91c8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd figure {
    width: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd figure {
    width: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd figure {
    width: 26%;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl {
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl {
    width: 70%;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dt {
  color: #2a91c8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd {
    font-size: 0.8vw;
  }
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(en), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(fr), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(it), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(de), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(es), .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span:lang(pt-BR), .pt-br .contentArea .product .sub#betaTestBonuses .box .listBetaTest li > dl > dd dl dd span {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .product .anoBox {
  color: #000;
  font-weight: 700;
  background: #fff0cf;
  border-radius: 20px;
  text-align: left;
  padding: 1.2em 1.5em;
}
.contentArea .product .anoBox p {
  margin-bottom: 0.5em;
}
.contentArea .product .anoBox.greenBox {
  background: #e6faee;
  text-align: center;
  padding: 1.5em;
}
.contentArea .product .anoBox.greenBox p {
  margin-bottom: 0;
}
.contentArea .product .anoTxt {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.4em 0;
}
.contentArea .product .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .product .anoTxt li, :lang(it) .contentArea .product .anoTxt li, :lang(de) .contentArea .product .anoTxt li, :lang(es) .contentArea .product .anoTxt li, :lang(pt-BR) .contentArea .product .anoTxt li, .pt-br .contentArea .product .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea .product .anoTxt li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .product .changeInfo {
  color: #e8303e;
  font-weight: 700;
  background: #ffe9eb;
  border-radius: 20px;
  padding: 1em;
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .contentArea .product .changeInfo {
    text-align: left;
  }
}
.contentArea .product .txtIndent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .product .txtIndent, :lang(it) .contentArea .product .txtIndent, :lang(de) .contentArea .product .txtIndent, :lang(es) .contentArea .product .txtIndent, :lang(pt-BR) .contentArea .product .txtIndent, .pt-br .contentArea .product .txtIndent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea .product .txtIndent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .product .noteBox {
  color: #999;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  text-align: left;
  padding: 1.2em 1.5em;
  margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .product .noteBox {
    font-size: 14px;
    width: min(96%, 1120px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .product .noteBox {
    font-size: 0.7vw;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .product .noteBox {
    font-size: 3vw;
    width: 90%;
  }
}
.contentArea .product .noteBox dt {
  margin-bottom: 0.5em;
}
.contentArea .product .noteBox dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em 0;
}
.contentArea .product .noteBox dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .product .noteBox dd ul li, :lang(it) .contentArea .product .noteBox dd ul li, :lang(de) .contentArea .product .noteBox dd ul li, :lang(es) .contentArea .product .noteBox dd ul li, :lang(pt-BR) .contentArea .product .noteBox dd ul li, .pt-br .contentArea .product .noteBox dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea .product .noteBox dd ul li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .product .noteBox dd ul li .in {
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin: 0.4em 0;
}
:lang(en) .contentArea .product .noteBox dd ul li .in, :lang(fr) .contentArea .product .noteBox dd ul li .in, :lang(it) .contentArea .product .noteBox dd ul li .in, :lang(de) .contentArea .product .noteBox dd ul li .in, :lang(es) .contentArea .product .noteBox dd ul li .in, :lang(pt-BR) .contentArea .product .noteBox dd ul li .in, .pt-br .contentArea .product .noteBox dd ul li .in {
  padding-left: 0;
  text-indent: 0;
}
.contentArea .product .noteBox dd ul li .in ul {
  margin: 0.4em 0;
}
.contentArea .product .noteBox dd ul li .in ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(en) .contentArea .product .noteBox dd ul li .in ul li, :lang(fr) .contentArea .product .noteBox dd ul li .in ul li, :lang(it) .contentArea .product .noteBox dd ul li .in ul li, :lang(de) .contentArea .product .noteBox dd ul li .in ul li, :lang(es) .contentArea .product .noteBox dd ul li .in ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .product .noteBox dd ul li .in span {
  display: inline-block;
  padding-left: 0.7em;
  text-indent: -1.7em;
}
:lang(en) .contentArea .product .noteBox dd ul li .in span, :lang(fr) .contentArea .product .noteBox dd ul li .in span, :lang(it) .contentArea .product .noteBox dd ul li .in span, :lang(de) .contentArea .product .noteBox dd ul li .in span, :lang(es) .contentArea .product .noteBox dd ul li .in span, :lang(pt-BR) .contentArea .product .noteBox dd ul li .in span, .pt-br .contentArea .product .noteBox dd ul li .in span {
  padding-left: 1.6em;
  text-indent: -1.4em;
}