@charset "UTF-8";
html {
  color: #000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  position: relative;
  background: #fff;
  font-weight: 500;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
@media (max-width: 959px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 1vw;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  background: #000 url("../img/bg.webp") no-repeat center top/100% auto;
  padding: 7.2917vw 0 0;
}
body a {
  color: #000;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0;
}
body a img {
  position: relative;
  top: 0;
}
body a:hover {
  top: -0.1562vw;
}
body input {
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body input[type=submit], body input[type=button] {
  -webkit-appearance: none;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  top: -0.2604vw;
}
body a:focus {
  overflow: hidden;
  outline: none;
}
body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body dt, body dd, body p, body li, body th, body td, body address {
  line-height: 1.8;
  letter-spacing: 0.0521vw;
}
body img {
  max-width: 100%;
  transition: 0.3s;
  height: auto;
}
body strong {
  font-weight: 700;
}
body .red {
  color: #b30c0d;
}
body .right {
  text-align: right;
}
body .left {
  text-align: left;
}
body .center {
  text-align: center;
}
body .b {
  font-weight: bold;
}
body .s {
  font-size: 0.625vw;
}
body .t-yellow {
  color: #ffb81f;
}
body .must {
  background: #eb8282;
  padding: 0.2% 2%;
  color: #fff;
  font-weight: bold;
  font-size: 0.625vw;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-left: 0.4167vw;
}
@media (max-width: 559px) {
  body {
    padding: 28vw 0 0;
    background-size: 130% auto;
  }
  body dt, body dd, body p, body li, body th, body td, body address {
    font-size: 3.4vw;
    letter-spacing: 0.1vw;
  }
  body select {
    -webkit-appearance: none;
    position: relative;
  }
  body select:after {
    position: absolute;
    top: 35%;
    right: 3%;
    margin-top: -8px;
    content: "▼";
    pointer-events: none;
  }
}

/* -----------------------------------------
		common
----------------------------------------- */
.dPc {
  display: block;
}

.dSp {
  display: none;
}

.dPcinline {
  display: inline-block;
}

.dSpinline {
  display: none;
}

@media (max-width: 559px) {
  .dPc {
    display: none;
  }
  .dSp {
    display: block;
  }
  .dPcinline {
    display: none;
  }
  .dSpinline {
    display: inline-block;
  }
}
.container {
  max-width: 92vw;
  margin: 0 auto;
  padding: 0 1.5625vw;
}
@media (max-width: 959px) {
  .container {
    width: auto;
  }
}
@media (max-width: 559px) {
  .container {
    padding: 0 3vw;
  }
}

#breadcrumb {
  margin: 0 auto 1.0417vw;
}
#breadcrumb .container ul {
  display: flex;
  justify-content: flex-start;
}
#breadcrumb .container ul li {
  position: relative;
  color: #000;
}
#breadcrumb .container ul li a {
  padding: 0 0.5208vw 0.0521vw 0.625vw;
  background: #ffb81f;
  color: #000;
  margin: 0 1.0417vw 0 0;
  border-radius: 2.6042vw;
  display: inline-block;
  box-sizing: border-box;
}
#breadcrumb .container ul li:after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  right: 0;
  top: 0.1042vw;
  color: #000;
}
#breadcrumb .container ul li:last-of-type:after {
  display: none;
}
@media (max-width: 559px) {
  #breadcrumb {
    margin: 0;
  }
  #breadcrumb .container ul {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0 0 2vw;
  }
  #breadcrumb .container ul li {
    margin-right: 2vw;
  }
  #breadcrumb .container ul li span {
    color: #fff;
    font-size: 2.4vw;
    letter-spacing: 0;
  }
  #breadcrumb .container ul li a {
    font-size: 2.4vw;
    letter-spacing: 0;
    padding: 0 2vw 0.1vw 2vw;
    margin: 0 2vw 0 0;
  }
  #breadcrumb .container ul li a span {
    color: #000;
  }
  #breadcrumb .container ul li:after {
    color: #ffb81f;
    font-size: 4vw;
    right: -2vw;
    top: -1.3vw;
  }
  #breadcrumb .container ul li:last-of-type {
    position: relative;
    top: -1.6vw;
  }
}

.btn-common a, .btn-common input {
  background: #fff;
  border-radius: 10.4167vw;
  letter-spacing: 0.0521vw;
  font-size: 0.8333vw;
  font-weight: 900;
  min-width: 17.7083vw;
  text-align: center;
  position: relative;
  min-height: 2.8125vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffb81f;
  cursor: pointer;
}
.btn-common a:after, .btn-common input:after {
  border-radius: 50%;
  content: "chevron_right";
  font-size: 1.1458vw;
  color: #fff;
  width: 1.7708vw;
  height: 1.7708vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0.5208vw;
  top: 0.4688vw;
  position: absolute;
  font-family: "Material Icons";
  padding: 0.1042vw 0 0 0.1042vw;
  transition: 0.3s;
}
.btn-common a:hover, .btn-common input:hover {
  top: 0;
}
.btn-common a:hover:after, .btn-common input:hover:after {
  right: 0.3125vw;
}
.btn-common.yellow a:after, .btn-common.yellow input:after {
  background: #ffb81f;
}
.btn-common.yellow a:hover, .btn-common.yellow input:hover {
  color: #ffb81f;
}
.btn-common.yellow-fill a, .btn-common.yellow-fill input {
  background: #ffb81f;
  font-weight: 600;
  color: #000;
}
.btn-common.yellow-fill a:after, .btn-common.yellow-fill input:after {
  background: #000;
  color: #ffb81f;
}
.btn-common.yellow-fill a:hover, .btn-common.yellow-fill input:hover {
  background: #ffb81f;
  color: #000;
}
.btn-common.yellow-fill a:hover:after, .btn-common.yellow-fill input:hover:after {
  background: #000;
  color: #ffb81f;
}
.btn-common.center {
  text-align: center;
}
@media (max-width: 1300px) {
  .btn-common a, .btn-common input {
    font-size: 1.2vw;
  }
}
@media (max-width: 959px) {
  .btn-common a, .btn-common input {
    letter-spacing: 0.1vw;
    font-size: 1.8vw;
    min-width: 34vw;
    min-height: 6vw;
  }
  .btn-common a:after, .btn-common input:after {
    width: 4vw;
    height: 4vw;
    right: 1.2vw;
    top: 1vw;
    padding: 0 0 0 0.2vw;
    font-size: 2.4vw;
  }
  .btn-common input {
    min-height: 13vw;
    font-size: 4vw;
  }
}
@media (max-width: 559px) {
  .btn-common a, .btn-common input {
    min-width: 50vw;
    min-height: 9vw;
    font-size: 3vw;
  }
  .btn-common a:after, .btn-common input:after {
    width: 7vw;
    height: 7vw;
    right: 1.2vw;
    top: 0.8vw;
    padding: 0 0 0 0.2vw;
    font-size: 4.4vw;
  }
}

.en {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.8333vw;
}
.data .score {
  background: #b30c0d;
  font-weight: 900;
  font-size: 0.7292vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.6042vw;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0 0.3125vw 0.1042vw;
  color: #fff;
}
.data .score.green {
  background: #77b83e;
}
.data time {
  color: #939393;
  font-size: 0.625vw;
}
@media (max-width: 1300px) {
  .data .score {
    padding: 0 0.5vw 0.15vw 0.5vw;
    font-size: 1.2vw;
  }
  .data time {
    font-size: 1vw;
  }
}
@media (max-width: 959px) {
  .data .score {
    padding: 0 0.8vw 0.2vw 0.8vw;
    font-size: 1.6vw;
  }
}
@media (max-width: 559px) {
  .data .score {
    font-size: 4vw;
    padding: 0.3vw 2vw 0.7vw;
    margin: 0 0 2vw;
  }
}

.table-common01 {
  width: 100%;
}
.table-common01 tr th, .table-common01 tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 0.1562vw 0.8333vw;
  vertical-align: middle;
}

.title-common01 a {
  color: #ffb81f;
  font-size: 1vw;
  margin: 0 0 0.4167vw;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .title-common01 a {
    font-size: 1.2vw;
  }
}
@media (max-width: 959px) {
  .title-common01 a {
    font-size: 1.6vw;
  }
}
@media (max-width: 559px) {
  .title-common01 a {
    font-size: 4.2vw;
    margin: 0 0 2.4vw;
  }
}

.link-common {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ffb81f 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
  padding: 0 0.2604vw;
}
.link-common:hover {
  background-position: -100% 0;
}
.link-common.type02 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
}
.link-common.type02:hover {
  color: #fff;
}

.link-common02 a {
  color: #fff;
  position: relative;
  padding: 0 0 0 1.25vw;
}
.link-common02 a:before {
  position: absolute;
  left: 0;
  top: -0.1042vw;
  font-size: 1.0417vw;
  font-family: "Material Icons";
  content: "chevron_right";
  color: #ffb81f;
  transition: 0.3s;
}
.link-common02 a:hover {
  top: 0;
  color: #ffb81f;
}
.link-common02 a:hover:before {
  left: 0.2604vw;
}
.link-common02.right {
  text-align: right;
}
@media (max-width: 559px) {
  .link-common02 a {
    padding-left: 5vw;
  }
  .link-common02 a:before {
    top: -1vw;
    font-size: 5vw;
  }
}

.list-common01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.list-common01 article {
  width: 32%;
  margin: 0 0 4%;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 1.0417vw;
}
.list-common01 article p, .list-common01 article a {
  color: #fff;
}
.list-common01 article h1,
.list-common01 article h2 {
  line-height: 1.6;
}
.list-common01 article h1 a,
.list-common01 article h2 a {
  color: #ffb81f;
  font-size: 1.2vw;
}
.list-common01 article .img {
  margin: 0 0 0.625vw;
}
.list-common01 article .img a {
  display: block;
}
.list-common01 article .img img {
  width: 100%;
  height: 10.9375vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-common01 article time {
  color: #939393;
  margin: 0 0 0.5208vw;
  display: block;
}
.list-common01 article .excerpt {
  font-weight: 300;
  color: #fff;
  font-size: 1vw;
}
.list-common01 article .excerpt .next {
  color: #939393;
  text-decoration: underline;
}
.list-common01 article .excerpt .next:hover {
  text-decoration: none;
}
.list-common01 article .excerpt br {
  display: none;
}
.list-common01:after {
  width: 31%;
  content: "";
}
@media (max-width: 1300px) {
  .list-common01 article {
    width: 48.5%;
  }
  .list-common01 article .img img {
    height: 17vw;
  }
  .list-common01:after {
    width: 48.5%;
    content: "";
  }
}
@media (max-width: 959px) {
  .list-common01 article h1 a,
.list-common01 article h2 a {
    font-size: 1.8vw;
  }
  .list-common01 article .img img {
    height: 25vw;
  }
  .list-common01 article time {
    font-size: 1.2vw;
  }
  .list-common01 article .excerpt {
    font-size: 1.4vw;
  }
}
@media (max-width: 559px) {
  .list-common01 article {
    width: 100%;
    margin: 0 0 10%;
  }
  .list-common01 article time {
    font-size: 2.4vw;
  }
  .list-common01 article h1 a,
.list-common01 article h2 a {
    font-size: 4vw;
  }
  .list-common01 article .img {
    margin: 0 0 3vw;
  }
  .list-common01 article .img img {
    height: 50vw;
  }
  .list-common01 article .excerpt {
    font-size: 3vw;
  }
  .list-common01:after {
    display: none;
  }
}

.list-common02 article {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.0417vw;
}
.list-common02 article .img {
  width: 4.1667vw;
  margin: 0 0.8854vw 0 0;
}
.list-common02 article .img img {
  width: 4.1667vw;
  height: 4.1667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-common02 article .text {
  flex: 1;
  width: 100%;
}
.list-common02 article .text p {
  font-size: 0.7vw;
}
.list-common02 article .text p br {
  display: none;
}
.list-common02 article .text p a {
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 959px) {
  .list-common02 article .img {
    width: 14vw;
    margin: 0 2vw 0 0;
  }
  .list-common02 article .img img {
    width: 14vw;
    height: 9vw;
  }
  .list-common02 article .text p {
    font-size: 1.4vw;
    padding: 0 0.8vw 0;
  }
  .list-common02 article .text p a {
    font-size: 1.2vw;
  }
  .list-common02 article .text .excerpt {
    padding: 0;
  }
}
@media (max-width: 559px) {
  .list-common02 article {
    margin: 0 0 6vw;
  }
  .list-common02 article .img {
    width: 25vw;
    margin: 0 3vw 0 0;
  }
  .list-common02 article .img img {
    width: 100%;
    height: 15vw;
  }
  .list-common02 article .text p {
    font-size: 3vw;
  }
  .list-common02 article .text p a {
    line-height: 1.8;
    font-size: 2.4vw;
  }
}

.list-common03 article {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.0417vw;
}
.list-common03 article .img {
  width: 4.1667vw;
  margin: 0 0.8854vw 0 0;
}
.list-common03 article .img img {
  width: 4.1667vw;
  height: 4.1667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-common03 article .text {
  flex: 1;
  width: 100%;
}
.list-common03 article .text .data {
  display: block;
}
.list-common03 article .text .data h1 a,
.list-common03 article .text .data h3 a {
  color: #fff;
  line-height: 1.5;
  margin: 0 0 0.2083vw;
}
.list-common03 article .text .data h1 a:hover,
.list-common03 article .text .data h3 a:hover {
  color: #ffb81f;
}
@media (max-width: 959px) {
  .list-common03 article .img {
    width: 14vw;
    margin: 0 2vw 0 0;
  }
  .list-common03 article .img img {
    width: 14vw;
    height: 9vw;
  }
  .list-common03 article .text .data time {
    font-size: 1.2vw;
    margin: 1vw 0 0;
    display: inline-block;
  }
  .list-common03 article .text p {
    font-size: 1.4vw;
    padding: 0 0.8vw 0;
  }
  .list-common03 article .text p a {
    font-size: 1.2vw;
  }
}
@media (max-width: 559px) {
  .list-common03 article {
    margin: 0 0 6vw;
  }
  .list-common03 article .img {
    width: 25vw;
    margin: 0 3vw 0 0;
  }
  .list-common03 article .img img {
    width: 100%;
    height: 15vw;
  }
  .list-common03 article .text .data time {
    font-size: 2.4vw;
  }
  .list-common03 article .text p {
    font-size: 3vw;
  }
  .list-common03 article .text p a {
    line-height: 1.8;
    font-size: 2.4vw;
  }
}

.list-common04 {
  background: #fff;
  padding: 3.125vw;
  margin: 2.6042vw 0 0;
}
.list-common04 dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  padding: 1.0417vw 0;
}
.list-common04 dl dt {
  width: 16%;
  margin: 0 2.6042vw 0 0;
}
.list-common04 dl dd {
  flex: 1;
  width: 100%;
}
.list-common04 dl dd input[type=text], .list-common04 dl dd input[type=email], .list-common04 dl dd input[type=tel], .list-common04 dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7292vw 0.9375vw;
}
.list-common04 dl:last-of-type {
  margin: 0 0 1.5625vw;
  border-bottom: none;
}
@media (max-width: 559px) {
  .list-common04 {
    padding: 8vw 8vw 10.6667vw;
    margin: 8vw 0 0;
  }
  .list-common04 dl {
    flex-wrap: wrap;
    padding: 4.2667vw 0 5.3333vw;
  }
  .list-common04 dl dt {
    width: 100%;
    margin: 0 0 2vw;
  }
  .list-common04 dl:last-of-type {
    margin: 0 0 2.6667vw;
  }
  .list-common04 .btn-common {
    text-align: center !important;
  }
  .list-common04 .btn-common .wpcf7-spinner {
    position: absolute;
  }
}

#area404 h2 {
  padding: 11.4583vw 0 0;
  text-align: center;
}
#area404 .center {
  color: #fff;
  font-size: 0.9375vw;
  padding: 2.6042vw 0 0.5208vw;
}
@media (max-width: 959px) {
  #area404 h2 img {
    width: 60%;
  }
}
@media (max-width: 559px) {
  #area404 h2 {
    padding: 21.3333vw 0 0;
  }
}

#ez-toc-container.ez-toc-white {
  box-sizing: border-box;
  padding: 1.0417vw 1.25vw;
  margin: 1.5625vw 0 0;
}
#ez-toc-container .ez-toc-title-container {
  font-weight: 900;
  border-bottom: 1px dashed #000;
  padding: 0 0 0.5208vw;
  margin: 0 0 0.7292vw;
}
@media (max-width: 959px) {
  #ez-toc-container.ez-toc-white {
    font-size: 2vw;
    padding: 2vw 3vw;
  }
  #ez-toc-container .ez-toc-title-container {
    padding: 0 0 1vw;
    margin: 0 0 2vw;
  }
}
@media (max-width: 559px) {
  #ez-toc-container.ez-toc-white {
    font-size: 4vw;
    padding: 4vw 5vw;
  }
  #ez-toc-container .ez-toc-title-container {
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}

.steam-sale-badges {
  margin: 0 0 0.8vw;
}
.steam-sale-badges .steam-sale-badge, .steam-sale-badges .steam-discount-badge {
  color: #ffb81f;
  border: 1px solid #ffb81f;
  font-size: 0.8vw;
  padding: 0 0.3vw 0.2vw;
}
.steam-sale-badges .steam-discount-badge {
  margin-left: 0.6vw;
}
@media (max-width: 959px) {
  .steam-sale-badges {
    margin: 1vw 0 1.4vw;
  }
  .steam-sale-badges .steam-sale-badge, .steam-sale-badges .steam-discount-badge {
    font-size: 1.4vw;
  }
}
@media (max-width: 559px) {
  .steam-sale-badges .steam-sale-badge, .steam-sale-badges .steam-discount-badge {
    font-size: 2.4vw;
  }
}

/* -----------------------------------------
		haeder footer main
----------------------------------------- */
.outer-menu {
  display: none;
}
@media (max-width: 959px) {
  .outer-menu {
    display: block;
    position: fixed;
    top: 10vh;
    left: 0;
    z-index: 1500;
  }
  .outer-menu .checkbox-toggle {
    position: fixed;
    top: 2.2135vw;
    right: 2vw;
    z-index: 2;
    cursor: pointer;
    width: 9.7656vw;
    height: 9.1146vw;
    opacity: 0;
    margin: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  .outer-menu .hamburger {
    position: fixed;
    top: 2.0833vw;
    right: 2vw;
    z-index: 1;
    width: 5.2083vw;
    height: 4.1667vw;
    padding: 2.3438vw;
    background: none;
    cursor: pointer;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
  }
  .outer-menu .hamburger > div:after {
    top: 10px;
  }
  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #FEFEFE;
    background: #ffb81f;
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    transform: scale(0);
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
  }
  .outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
  }
  .outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.6042vw;
    color: #000;
  }
  .outer-menu .menu > div > div > ul > li > a:hover {
    text-decoration: none;
    color: #000;
  }
  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }
  .outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: none;
    transition: width 0.4s ease;
  }
}
@media (max-width: 559px) {
  .outer-menu .checkbox-toggle {
    width: 16vw;
    height: 13.3333vw;
    top: 2.6667vw;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    transition-duration: 0.3s;
  }
  .outer-menu .hamburger {
    width: 8vw;
    padding: 3.7333vw;
    top: 1.3333vw;
    right: 2vw;
  }
  .outer-menu .menu > div {
    height: 117vh;
    width: 117vh;
    transition: all 0.3s ease;
  }
  .outer-menu .menu > div > div > ul > li > a {
    font-size: 5vw;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  top: 0;
  box-sizing: border-box;
  padding: 1.5625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
header .logo a {
  font-weight: 500;
  font-size: 0.7812vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo a img {
  width: 16.6146vw;
}
header .logo a span {
  flex: 1;
  width: 100%;
  margin: 0 0 0 1.0417vw;
}
header .logo a span br {
  display: none;
}
header .logo a:hover {
  top: 0;
}
header .logo a:hover img {
  top: 0;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  margin: 0 0 0 2.0833vw;
}
header nav ul li a:hover {
  top: 0;
}
header.scroll {
  background: #ffb81f;
  padding: 0.5208vw 1.5625vw;
}
header.scroll .logo a {
  font-size: 0.625vw;
}
header.scroll .logo a img {
  width: 8.8542vw;
}
header.scroll nav ul li {
  font-size: 0.7292vw;
  margin: 0 0 0 1.0417vw;
}
@media (max-width: 1460px) {
  header .logo a span br {
    display: block;
  }
  header nav ul li {
    margin: 0 0 0 1vw;
  }
}
@media (max-width: 1300px) {
  header .logo a {
    font-size: 1vw;
  }
  header nav ul li {
    font-size: 1.2vw;
  }
}
@media (max-width: 1136px) {
  header .logo a {
    flex-wrap: wrap;
  }
  header .logo a img {
    margin: 0 0 1vw;
  }
  header .logo a span {
    width: 100%;
    margin: 0;
  }
  header .logo a span br {
    display: none;
  }
  header nav {
    white-space: nowrap;
  }
}
@media (max-width: 959px) {
  header .logo a span {
    display: none;
  }
  header nav {
    display: none;
  }
  header.scroll .logo a img {
    width: 28.6458vw;
    margin: 0;
  }
  header.scroll + .outer-menu .hamburger {
    top: 0.3906vw;
  }
}
@media (max-width: 559px) {
  header {
    padding: 4vw 5vw;
  }
  header .logo a img {
    width: 36vw;
  }
  header.scroll {
    padding: 2vw 5vw 1.8vw;
  }
  header.scroll .logo a img {
    width: 36vw;
  }
}

main .container {
  display: flex;
  justify-content: space-between;
}
main .container .content {
  width: 100%;
  min-width: 0;
}
main .container aside {
  width: 25vw;
  margin: 0 0 0 2.0833vw;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  main .container aside {
    width: 26%;
    margin: 0 0 0 3%;
  }
  main .container aside .btn-common input {
    min-width: 100%;
  }
}
@media (max-width: 959px) {
  main .container {
    flex-wrap: wrap;
  }
  main .container .content {
    width: 100%;
  }
  main .container aside {
    width: 100%;
    margin: 12vw 0 0;
  }
}

#mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36.4583vw;
  flex-direction: column;
}
#mv h1 {
  font-size: 1.0417vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.2604vw;
  margin: 0 0 3.125vw;
  font-weight: 900;
}
#mv h1 span {
  margin-bottom: -0.5208vw;
}
@media (max-width: 1300px) {
  #mv h1 strong {
    font-size: 1.4vw;
  }
}
@media (max-width: 959px) {
  #mv {
    min-height: 36vw;
    justify-content: flex-start;
  }
  #mv h1 {
    font-size: 2vw;
    margin: 0 0 5vw;
  }
  #mv h1 span img {
    width: 47vw;
  }
}
@media (max-width: 559px) {
  #mv {
    min-height: 56vw;
  }
  #mv h1 span img {
    width: 73vw;
  }
  #mv h1 strong {
    letter-spacing: 0.5vw;
    color: #fff;
    margin: 2vw 0 0;
    font-size: 2.4vw;
  }
}

#key {
  margin: 0 0 2.6042vw;
}
#key h1 {
  background: url("../img/key-bg.webp") no-repeat right top/cover;
  height: 14.6875vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 2.6042vw;
}
#key h1 span {
  font-size: 0.8333vw;
  color: #fff;
  margin: 0 0 1.0417vw;
}
#key h1 strong {
  font-size: 2.0833vw;
  color: #ffb81f;
  font-weight: 900;
}
#key.key-column h1 {
  background-image: url("../img/key-bg02.webp");
}
#key.key-contact h1 {
  background-image: url("../img/key-bg03.webp");
}
@media (max-width: 559px) {
  #key h1 {
    height: 22vw;
    padding: 0;
    background: none !important;
  }
  #key h1 span {
    font-size: 2.4vw;
    margin: 0 0 3vw;
  }
  #key h1 strong {
    font-size: 5vw;
  }
}

aside section {
  margin: 0 0 2.6042vw;
}
aside section h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.0417vw;
  font-weight: 900 !important;
  letter-spacing: 0.0521vw;
  position: relative;
  margin: 0 0 1.0417vw;
}
aside section h2.icon-search {
  padding: 0 0 0 1.875vw;
}
aside section h2.icon-search:before {
  font-family: "Material Icons";
  content: "sports_esports";
  font-size: 1.3542vw;
  position: absolute;
  left: 0;
  top: -0.1042vw;
  font-weight: normal;
}
aside section h2.icon-latest {
  padding: 0 0 0 1.875vw;
}
aside section h2.icon-latest:before {
  font-family: "Material Icons";
  content: "grade";
  font-size: 1.3542vw;
  position: absolute;
  left: 0;
  top: -0.1042vw;
  font-weight: normal;
}
aside section h2.icon-column {
  padding: 0 0 0 1.875vw;
}
aside section h2.icon-column:before {
  font-family: "Material Icons";
  content: "edit";
  font-size: 1.3542vw;
  position: absolute;
  left: 0;
  top: -0.1042vw;
  font-weight: normal;
}
aside section h2.icon-tag {
  padding: 0 0 0 1.875vw;
}
aside section h2.icon-tag:before {
  font-family: "Material Icons";
  content: "local_offer";
  font-size: 1.3542vw;
  position: absolute;
  left: 0;
  top: -0.1042vw;
  font-weight: normal;
}
aside section#aside-search dl {
  display: flex;
  justify-content: space-between;
}
aside section#aside-search dl dt {
  color: #fff;
  font-size: 0.8333vw;
  width: 9em;
  margin: 0 1.1458vw 0 0;
  font-weight: 700;
}
aside section#aside-search dl dd {
  flex: 1;
  width: 100%;
}
aside section#aside-search form ul {
  margin: 0 0 1.0417vw;
}
aside section#aside-search form ul li {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 0 0.5208vw;
}
aside section#aside-search form ul li select {
  width: 11.6667vw;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-height: 1.6667vw;
  font-weight: 400;
  font-size: 0.7292vw;
  background: #fff;
}
aside section#aside-search form ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}
aside section#aside-search form ul li:nth-of-type(1):before {
  content: "ジャンル";
}
aside section#aside-search form ul li:nth-of-type(2):before {
  content: "協力プレイ人数";
}
aside section#aside-search form ul li:nth-of-type(3):before {
  content: "ゲーム機";
}
aside section#aside-search form ul li:nth-of-type(4):before {
  content: "メーカー";
}
aside section#aside-search form ul li:nth-of-type(5):before {
  content: "リリース年";
}
aside section#aside-search form ul li:nth-of-type(6):before {
  content: "評価点";
}
aside section#aside-tag ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
aside section#aside-tag ul li a {
  color: #fff;
  font-size: 0.625vw;
  border: 1px solid #fff;
  margin: 0 0.5208vw 0.5208vw 0;
  padding: 0 0.5208vw 0 1.3542vw;
  position: relative;
}
aside section#aside-tag ul li a:before {
  content: "local_offer";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  left: 0.3125vw;
  top: 0.1042vw;
}
aside section#aside-tag ul li a:hover {
  background: #ffb81f;
  border: 1px solid #ffb81f;
  color: #000;
}
@media (max-width: 1300px) {
  aside section h2 {
    font-size: 2.2vw;
  }
  aside section h2.icon-search {
    padding: 0 0 0 3vw;
  }
  aside section h2.icon-search:before {
    font-size: 2.4vw;
  }
  aside section h2.icon-latest {
    padding: 0 0 0 3vw;
  }
  aside section h2.icon-latest:before {
    font-size: 2.4vw;
  }
  aside section h2.icon-column {
    padding: 0 0 0 3vw;
  }
  aside section h2.icon-column:before {
    font-size: 2.4vw;
  }
  aside section h2.icon-tag {
    padding: 0 0 0 3vw;
  }
  aside section h2.icon-tag:before {
    font-size: 2.4vw;
  }
  aside section#aside-search form ul li {
    padding: 2.5vw 0 0;
  }
  aside section#aside-search form ul li select {
    width: 100%;
    font-size: 1vw;
    padding: 0.4vw 0.4vw;
  }
  aside section#aside-search form ul li:before {
    font-size: 1.2vw;
  }
}
@media (max-width: 959px) {
  aside section {
    margin: 0 0 8vw;
  }
  aside section h2 {
    font-size: 8vw;
    padding: 0 0 0 9vw;
    letter-spacing: 0.1vw;
    margin: 0 0 5vw;
  }
  aside section h2.icon-search {
    padding: 0 0 0 9vw;
  }
  aside section h2.icon-search:before {
    font-size: 8vw;
    top: 0.2vw;
  }
  aside section h2.icon-latest {
    padding: 0 0 0 9vw;
  }
  aside section h2.icon-latest:before {
    font-size: 8vw;
    top: 0;
  }
  aside section h2.icon-column {
    padding: 0 0 0 9vw;
  }
  aside section h2.icon-column:before {
    font-size: 8vw;
  }
  aside section#aside-search form ul {
    margin: 0 0 5vw;
  }
  aside section#aside-search form ul li {
    margin: 0 0 2vw;
  }
  aside section#aside-search form ul li select {
    width: 72vw;
    min-height: 5vw;
    font-size: 1.8vw;
    padding: 0 0 0 1vw;
  }
  aside section#aside-search form ul li:before {
    font-size: 2vw;
    padding: 0.4vw 0 0;
    top: 3vw;
  }
}
@media (max-width: 559px) {
  aside section h2 {
    font-size: 10vw;
  }
  aside section h2.icon-search {
    padding: 0 0 0 13vw;
  }
  aside section h2.icon-search:before {
    font-size: 10vw;
  }
  aside section h2.icon-latest {
    padding: 0 0 0 13vw;
  }
  aside section h2.icon-latest:before {
    font-size: 10vw;
  }
  aside section h2.icon-column {
    padding: 0 0 0 13vw;
  }
  aside section h2.icon-column:before {
    font-size: 10vw;
  }
  aside section h2.icon-tag {
    padding: 0 0 0 13vw;
  }
  aside section h2.icon-tag:before {
    font-size: 10vw;
  }
  aside section#aside-search form ul li {
    margin: 0 0 2vw;
    padding: 8vw 0 2vw;
  }
  aside section#aside-search form ul li select {
    width: 100%;
    font-size: 3vw;
    padding: 3vw;
  }
  aside section#aside-search form ul li:before {
    padding: 0;
    font-size: 3.4vw;
    top: 0vw;
  }
}

footer {
  background: #ffb81f;
  z-index: 1;
  position: relative;
}
footer #pagetop {
  position: fixed;
  bottom: 1.5625vw;
  right: 1.5625vw;
  cursor: pointer;
  transition: 0.3s;
}
footer #pagetop:hover {
  bottom: 1.8229vw;
}
footer .wrap {
  padding: 3.125vw;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .wrap .logo a {
  font-weight: 500;
  font-size: 0.7812vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .wrap .logo a span {
  display: block;
  margin: 0 0 0 1.0417vw;
}
footer .wrap .logo a:hover {
  top: 0;
}
footer .wrap .logo a:hover img {
  top: 0;
}
footer .wrap nav ul {
  display: flex;
  justify-content: flex-end;
}
footer .wrap nav ul li {
  margin: 0 0 0 2.0833vw;
}
footer .wrap nav ul li a {
  display: flex;
}
footer .wrap nav ul li a:hover {
  top: 0;
}
footer small {
  background: #000;
  text-align: center;
  font-style: normal;
  font-size: 0.8333vw;
  font-weight: 900;
  display: block;
  padding: 0.8333vw 0;
  color: #fff;
  width: 100%;
}
@media (max-width: 959px) {
  footer #pagetop {
    width: 10vw;
    right: 3vw;
    bottom: 3vw;
  }
  footer .wrap {
    padding: 7vw 5vw;
  }
  footer .wrap .logo {
    width: 100%;
    margin: 0 0 6vw;
  }
  footer .wrap .logo a {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .wrap .logo a span {
    margin: 2vw 0 0;
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
  }
  footer .wrap nav {
    width: 100%;
  }
  footer .wrap nav ul {
    justify-content: center;
  }
  footer .wrap nav ul li {
    margin: 0 2vw;
  }
  footer .wrap nav ul li a {
    font-size: 2vw;
    padding: 0 0.5vw;
    justify-content: center;
  }
}
@media (max-width: 559px) {
  footer .wrap .logo a span {
    font-size: 2.4vw;
  }
  footer small {
    padding: 3vw 0;
    font-size: 3vw;
  }
}

/* -----------------------------------------
		sub
----------------------------------------- */
#scoring-method {
  background: url("../img/bg02.webp") no-repeat center top/cover;
  padding: 5.2083vw 0 10.4167vw;
  position: relative;
}
#scoring-method .container h2, #scoring-method .container p, #scoring-method .container dt, #scoring-method .container dd {
  color: #fff;
  text-align: center;
}
#scoring-method .container h2 {
  font-size: 1.875vw;
  letter-spacing: 0.0521vw;
  font-weight: 900;
  margin: 0 0 1.5625vw;
}
#scoring-method .container h2 + p {
  margin: 0 0 3.6458vw;
  letter-spacing: 0.0521vw;
}
#scoring-method .container .wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  padding: 2.0833vw;
}
#scoring-method .container .wrap dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.5208vw;
}
#scoring-method .container .wrap dl dt, #scoring-method .container .wrap dl dd {
  text-align: left;
}
#scoring-method .container .wrap dl dt {
  background: #fff;
  color: #000;
  width: 11.9792vw;
  margin: 0 1.5625vw 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0 0 0 2.6042vw;
  box-sizing: border-box;
  position: relative;
}
#scoring-method .container .wrap dl dt:before {
  content: "star";
  font-family: "Material Icons";
  font-size: 1.5625vw;
  color: #ffb81f;
  position: absolute;
  left: 0.7292vw;
  top: 0.0521vw;
}
#scoring-method .container .wrap dl dd {
  border-bottom: 1px solid #4e555e;
  flex: 1;
  width: 100%;
  padding: 0.625vw 0;
  font-weight: 900;
  letter-spacing: 0.0521vw;
}
#scoring-method .illust01, #scoring-method .illust02 {
  display: none;
}
#scoring-method .illust01 {
  position: absolute;
  left: 0;
  bottom: -10vw;
}
#scoring-method .illust02 {
  position: absolute;
  right: 0;
  bottom: -10vw;
}
@media (max-width: 959px) {
  #scoring-method {
    padding: 10vw 0;
  }
  #scoring-method .container h2 {
    font-size: 4vw;
  }
  #scoring-method .container h2 + p {
    letter-spacing: 0;
    font-size: 1.5vw;
    margin: 3vw 0 3vw;
  }
  #scoring-method .container .wrap {
    padding: 0 0 3vw;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #scoring-method .container .wrap dl {
    flex-wrap: wrap;
    padding: 2vw 2vw 1vw;
    border: none;
  }
  #scoring-method .container .wrap dl dt {
    width: 100%;
    margin: 0;
    padding: 1vw 2vw 1vw 5vw;
    font-weight: 900;
    font-size: 1.6vw;
  }
  #scoring-method .container .wrap dl dt:before {
    font-size: 3vw;
    top: 0;
    left: 1.2vw;
  }
  #scoring-method .container .wrap dl dd {
    border: none;
    padding: 2vw 3vw 0 5vw;
    font-weight: 500;
    font-size: 1.4vw;
  }
  #scoring-method .illust01 {
    width: 82vw;
  }
  #scoring-method .illust02 {
    width: 39vw;
    right: 0;
  }
}
@media (max-width: 559px) {
  #scoring-method .container h2 {
    font-size: 6vw;
  }
  #scoring-method .container h2 + p {
    font-size: 2.4vw;
  }
  #scoring-method .container .wrap dl dt {
    font-size: 3vw;
    padding: 1vw 2vw 1vw 7vw;
  }
  #scoring-method .container .wrap dl dt:before {
    font-size: 4vw;
    top: 0.2vw;
    left: 2vw;
  }
  #scoring-method .container .wrap dl dd {
    font-size: 2.4vw;
  }
}

.single-review article {
  background: #fff;
  margin: 0 0 4.1667vw;
  padding: 2.0833vw 2.6042vw 9.375vw;
  box-sizing: border-box;
  position: relative;
}
.single-review article .addtoany_shortcode {
  position: absolute;
  right: 2.0833vw;
}
.single-review article .addtoany_shortcode:last-of-type {
  width: 100%;
  text-align: center;
  right: auto;
  left: 0;
  padding: 1.5625vw 0;
  bottom: 0.5208vw;
}
.single-review article h1, .single-review article h2, .single-review article h3, .single-review article h4, .single-review article p, .single-review article li, .single-review article a, .single-review article dt, .single-review article dd, .single-review article td, .single-review article th {
  letter-spacing: 0.0521vw;
}
.single-review article .title {
  margin: 0 0 1.5625vw;
}
.single-review article .title .maker {
  margin: 0 0 0.2604vw;
}
.single-review article .title .maker li a {
  color: #868686;
  font-size: 0.625vw;
}
.single-review article .title h1 {
  font-size: 1.5625vw;
  font-weight: 900;
  letter-spacing: 0.0781vw;
  margin: 0 0 1.0417vw;
}
.single-review article .title h1 span {
  font-size: 0.9375vw;
}
.single-review article .title .platform {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-review article .title .platform li {
  margin: 0 0.2604vw 0 0;
}
.single-review article .title .platform li a {
  background: #333;
  color: #fff;
  font-size: 0.625vw;
  font-weight: 900;
  letter-spacing: 0.0521vw;
  padding: 0 0.5208vw 0.1042vw;
  position: relative;
}
.single-review article .title .platform li.steam a {
  background: #171d25;
}
.single-review article .title .platform li.ps5 a, .single-review article .title .platform li.ps4 a, .single-review article .title .platform li.ps3 a, .single-review article .title .platform li.ps2 a, .single-review article .title .platform li.ps1 a, .single-review article .title .platform li.psvita a, .single-review article .title .platform li.psp a {
  background: #0070cc;
}
.single-review article .title .platform li.switch a, .single-review article .title .platform li.ds3 a, .single-review article .title .platform li.ds a {
  background: #e60012;
}
.single-review article .title .platform li.android a, .single-review article .title .platform li.ios a {
  background: #454545;
}
.single-review article .mainimg {
  line-height: 0;
}
.single-review article .maincopy {
  background: #ffb81f;
  padding: 1.4583vw 1.5625vw 1.5625vw;
  text-align: center;
  font-size: 1.3542vw;
  font-weight: 900;
  line-height: 1.8;
}
.single-review article .game-detail {
  background: #000 url("../img/bg03.png") no-repeat center bottom/100% auto;
  color: #fff;
  padding: 0 0 3.125vw;
}
.single-review article .game-detail .pointBox {
  display: flex;
  justify-content: space-between;
  padding: 2.0833vw 3.125vw;
}
.single-review article .game-detail .pointBox .point {
  width: 9.8958vw;
  margin: 0 2.6042vw 0 0;
}
.single-review article .game-detail .pointBox .point dl {
  background: url("../img/point-bg.webp") no-repeat center top/100% auto;
  min-height: 11.4062vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-review article .game-detail .pointBox .point dl dt, .single-review article .game-detail .pointBox .point dl dd {
  text-align: center;
  font-weight: 900;
}
.single-review article .game-detail .pointBox .point dl dt {
  font-size: 4.4792vw;
  color: #b30c0d;
  line-height: 1;
}
.single-review article .game-detail .pointBox .point dl dd {
  font-size: 0.9375vw;
  color: #000;
}
.single-review article .game-detail .pointBox .point-detail {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-review article .game-detail .pointBox .point-detail table {
  width: 50%;
  box-sizing: border-box;
}
.single-review article .game-detail .pointBox .point-detail table tr td {
  text-align: right;
  font-size: 0.625vw;
  letter-spacing: 0;
}
.single-review article .game-detail .pointBox .point-detail table tr td span {
  color: #b30c0d;
  font-size: 0.9375vw;
  font-weight: 700;
  position: relative;
  top: -0.1042vw;
}
.single-review article .game-detail .pointBox .point-detail p {
  width: 100%;
  margin: 0.5208vw 0 0;
}
.single-review article .game-detail .goodpoint {
  display: flex;
  justify-content: space-between;
  padding: 0 3.125vw;
  margin: 0 0 2.0833vw;
}
.single-review article .game-detail .goodpoint .img {
  order: 2;
  flex: 1;
  width: 100%;
}
.single-review article .game-detail .goodpoint .img img {
  border: 5px solid #fff;
}
.single-review article .game-detail .goodpoint .text {
  width: 20.8333vw;
  margin: 0 2.6042vw 0 0;
}
.single-review article .game-detail .goodpoint .text h2 span {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding: 0 0 1.25vw;
  margin: 0 0 0.8854vw;
  display: block;
  line-height: 1.6;
}
.single-review article .game-detail .goodpoint .text h2 strong {
  font-size: 3.6458vw;
  color: #ffb81f;
  font-weight: 900;
  display: inline-block;
  margin: 0 0 0.5208vw;
  position: relative;
}
.single-review article .game-detail .goodpoint .text h2 strong:after {
  position: absolute;
  right: -3.125vw;
  top: 0.8333vw;
  font-family: "Material Icons";
  font-size: 2.0833vw;
  color: #ffb81f;
  content: "thumb_up_alt";
}
.single-review article .game-detail .goodpoint .text ul li {
  position: relative;
  padding: 0.2083vw 0 0.2083vw 0.9375vw;
}
.single-review article .game-detail .goodpoint .text ul li strong {
  color: #ffb81f;
}
.single-review article .game-detail .goodpoint .text ul li:before {
  position: absolute;
  content: "";
  background: #ffb81f;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
  top: 0.8333vw;
}
.single-review article .game-detail .badpoint {
  display: flex;
  justify-content: space-between;
  padding: 0 3.125vw;
}
.single-review article .game-detail .badpoint .img {
  order: 1;
  flex: 1;
  width: 100%;
}
.single-review article .game-detail .badpoint .img img {
  border: 5px solid #fff;
}
.single-review article .game-detail .badpoint .text {
  width: 20.8333vw;
  margin: 0 0 0 2.6042vw;
  order: 2;
}
.single-review article .game-detail .badpoint .text h2 span {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding: 0 0 1.25vw;
  margin: 0 0 0.8854vw;
  display: block;
  line-height: 1.6;
}
.single-review article .game-detail .badpoint .text h2 strong {
  font-size: 3.6458vw;
  color: #15a7e9;
  font-weight: 900;
  display: inline-block;
  margin: 0 0 0.5208vw;
  position: relative;
}
.single-review article .game-detail .badpoint .text h2 strong:after {
  position: absolute;
  right: -3.125vw;
  top: 0.8333vw;
  font-family: "Material Icons";
  font-size: 2.0833vw;
  color: #15a7e9;
  content: "thumb_down_alt";
}
.single-review article .game-detail .badpoint .text ul li {
  position: relative;
  padding: 0.2083vw 0 0.2083vw 0.9375vw;
}
.single-review article .game-detail .badpoint .text ul li strong {
  color: #15a7e9;
}
.single-review article .game-detail .badpoint .text ul li:before {
  position: absolute;
  content: "";
  background: #15a7e9;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
  top: 0.8333vw;
}
.single-review article .coop-point {
  background: #ffb81f;
  padding: 3.125vw;
  position: relative;
  margin: 0 0 3.125vw;
}
.single-review article .coop-point h2 {
  font-size: 1.5625vw;
  font-weight: 900;
  margin: 0 0 2.0833vw;
  position: relative;
  z-index: 1;
  padding: 0 16.1458vw 0 0;
  line-height: 1.5;
}
.single-review article .coop-point h2 span {
  font-size: 4.4271vw;
  color: #b30c0d;
  font-weight: 900;
  display: block;
  margin: 0 0 0.5208vw -0.2083vw;
  line-height: 1;
}
.single-review article .coop-point ul li {
  background: #fff;
  margin: 0 0 0.6771vw;
  font-size: 1.0417vw;
  padding: 0.2604vw 1.0417vw 0.4167vw 3.6458vw;
  position: relative;
}
.single-review article .coop-point ul li:before {
  position: absolute;
  left: 0.7812vw;
  top: -0.3646vw;
  font-family: "Raleway", sans-serif;
  color: #b30c0d;
  font-size: 1.7708vw;
  font-weight: 700;
}
.single-review article .coop-point ul li:nth-of-type(1):before {
  content: "01";
}
.single-review article .coop-point ul li:nth-of-type(2):before {
  content: "02";
}
.single-review article .coop-point ul li:nth-of-type(3):before {
  content: "03";
}
.single-review article .coop-point ul li:nth-of-type(4):before {
  content: "04";
}
.single-review article .coop-point ul li:nth-of-type(5):before {
  content: "05";
}
.single-review article .coop-point ul li:last-of-type {
  margin-bottom: 0;
}
.single-review article .coop-point .illust {
  position: absolute;
  right: 1.3021vw;
  top: -3.6458vw;
}
.single-review article .intro {
  margin: 0 0 4.1667vw;
}
.single-review article .intro .wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.6042vw;
}
.single-review article .intro .wrap .img {
  width: 48%;
  margin: 0 4% 0 0;
  order: 1;
}
.single-review article .intro .wrap .text {
  flex: 1;
  width: 100%;
  order: 2;
  min-width: 18.75vw;
}
.single-review article .intro .wrap .text h2 {
  display: inline;
  font-size: 1.25vw;
  line-height: 1.8;
  background: #ffb81f;
}
.single-review article .intro .wrap .text h2 + p {
  margin: 0.5208vw 0 0;
}
.single-review article .intro .wrap:nth-of-type(2n) .img {
  order: 2;
  margin: 0 0 0 4%;
}
.single-review article .intro .wrap:nth-of-type(2n) .text {
  order: 1;
}
.single-review article .intro .wrap:last-of-type {
  margin-bottom: 0;
}
.single-review article .score-details {
  position: relative;
}
.single-review article .score-details h2 {
  font-size: 1.5625vw;
  font-weight: 900;
  margin: 0 0 2.6042vw;
  position: relative;
  z-index: 1;
}
.single-review article .score-details h2 span {
  font-size: 4.4271vw;
  color: #b30c0d;
  font-weight: 900;
  display: block;
  margin: 0 0 0.5208vw -0.2083vw;
}
.single-review article .score-details .wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.0833vw;
}
.single-review article .score-details .wrap section {
  background: #2048a4;
  width: 50%;
  padding: 1.5625vw;
}
.single-review article .score-details .wrap section .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.25vw;
  position: relative;
}
.single-review article .score-details .wrap section .profile h2 {
  font-size: 1.875vw;
  color: #fff;
  margin: -0.3125vw auto 0 1.0417vw;
}
.single-review article .score-details .wrap section .profile h2 span {
  font-size: 0.8333vw;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0.5208vw;
}
.single-review article .score-details .wrap section .profile .score {
  background: url("../img/point-bg.webp") no-repeat center top/100% auto;
  width: 3.75vw;
  font-size: 1.7708vw;
  color: #b30c0d;
  font-weight: 900;
  text-align: center;
  min-height: 4.1667vw;
  box-sizing: border-box;
  padding: 0.3125vw 0 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.single-review article .score-details .wrap section .score-detail .inner {
  margin: 0 0 1.0417vw;
}
.single-review article .score-details .wrap section .score-detail .inner dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.2083vw;
}
.single-review article .score-details .wrap section .score-detail .inner dl dt, .single-review article .score-details .wrap section .score-detail .inner dl dd {
  background: #fff;
  font-size: 0.7292vw;
  padding: 0.1562vw 0.5208vw 0.2604vw;
}
.single-review article .score-details .wrap section .score-detail .inner dl dt {
  width: 82%;
  margin-right: 0.5208vw;
}
.single-review article .score-details .wrap section .score-detail .inner dl dd {
  flex: 1;
  width: 100%;
  text-align: right;
  letter-spacing: 0;
}
.single-review article .score-details .wrap section .score-detail .inner dl dd strong {
  color: #b30c0d;
}
.single-review article .score-details .wrap section .score-detail .inner p {
  color: #fff;
  font-size: 0.7292vw;
}
.single-review article .score-details .wrap section:nth-of-type(2) {
  background: #0381a6;
}
.single-review article .score-details .illust {
  position: absolute;
  right: 1%;
  top: -6vw;
  width: 29%;
  z-index: 0;
}
@media (max-width: 1300px) {
  .single-review article {
    padding: 2.0833vw 1.5625vw 10.1667vw;
  }
  .single-review article .table-common01 tr th, .single-review article .table-common01 tr td {
    font-size: 0.7292vw;
    letter-spacing: 0.0521vw;
    padding: 0.1042vw 0.5208vw;
  }
  .single-review article .maincopy {
    font-size: 1.1458vw;
    line-height: 1.6;
  }
  .single-review article .game-detail .pointBox {
    padding: 2.0833vw 1.5625vw;
  }
  .single-review article .game-detail .pointBox .point {
    width: 8.3333vw;
    margin: 0 1.5625vw 0 0;
  }
  .single-review article .game-detail .pointBox .point dl {
    min-height: 9.3229vw;
  }
  .single-review article .game-detail .pointBox .point dl dt {
    font-size: 3.9583vw;
  }
  .single-review article .game-detail .pointBox .point dl dd {
    font-size: 0.8333vw;
  }
  .single-review article .game-detail .pointBox .point p {
    font-size: 0.7292vw;
    margin: 0.5208vw 0 0;
  }
  .single-review article .game-detail .pointBox .point-detail table tr td span {
    font-size: 0.8333vw;
  }
  .single-review article .game-detail .goodpoint {
    padding: 0 2.0833vw;
  }
  .single-review article .game-detail .goodpoint .text {
    width: 18.75vw;
    margin: 0 2.0833vw 0 0;
  }
  .single-review article .game-detail .badpoint {
    padding: 0 2.0833vw;
  }
  .single-review article .game-detail .badpoint .text {
    width: 18.75vw;
    margin: 0 0 0 2.0833vw;
  }
  .single-review article .coop-point {
    padding: 2.0833vw;
  }
  .single-review article .coop-point h2 {
    font-size: 1.5vw;
  }
  .single-review article .coop-point h2 span {
    font-size: 7vw;
  }
  .single-review article .coop-point .illust {
    width: 14.5833vw;
    top: 1.0417vw;
  }
  .single-review article .score-details h2 {
    width: 67%;
    font-size: 1.0417vw;
  }
  .single-review article .score-details .wrap section {
    padding: 1.0417vw;
  }
  .single-review article .score-details .wrap section .profile h2 {
    font-size: 1.5625vw;
    margin: -0.3125vw auto 0 0.5208vw;
  }
  .single-review article .score-details .wrap section .profile .score {
    width: 3.125vw;
    font-size: 1.5625vw;
  }
  .single-review article .score-details .illust {
    width: 24vw;
    top: -3vw;
  }
}
@media (max-width: 959px) {
  .single-review article {
    padding: 2.0833vw 1.5625vw 13.1667vw;
  }
  .single-review article .table-common01 tr th, .single-review article .table-common01 tr td {
    font-size: 1.3vw;
  }
  .single-review article .title {
    padding: 2vw 0 1vw;
    margin: 2vw 0 2vw;
  }
  .single-review article .title .maker {
    margin: 0;
  }
  .single-review article .title .maker li {
    line-height: 1.6;
  }
  .single-review article .title .maker li a {
    font-size: 1.2vw;
    margin: 0 0 0.6vw;
  }
  .single-review article .title h1 {
    line-height: 1.4;
    font-size: 2.4vw;
  }
  .single-review article .title h1 span {
    font-size: 1.4vw;
  }
  .single-review article .title .platform li a {
    font-size: 1.4vw;
  }
  .single-review article .maincopy {
    font-size: 2.2vw;
  }
  .single-review article .game-detail {
    padding: 1vw 3vw 10vw;
  }
  .single-review article .game-detail .pointBox .point {
    width: 14vw;
    margin: 0 3vw 0 0;
  }
  .single-review article .game-detail .pointBox .point dl {
    min-height: 16vw;
  }
  .single-review article .game-detail .pointBox .point dl dt {
    font-size: 7vw;
    margin: 0 0 1vw;
  }
  .single-review article .game-detail .pointBox .point dl dd {
    font-size: 1.4vw;
  }
  .single-review article .game-detail .pointBox .point p {
    font-size: 1.2vw;
  }
  .single-review article .game-detail .pointBox .point-detail table tr td {
    font-size: 1.2vw;
  }
  .single-review article .game-detail .pointBox .point-detail table tr td span {
    font-size: 1.2vw;
  }
  .single-review article .game-detail .goodpoint .text {
    width: 42vw;
    margin: 0 4vw 0 0;
  }
  .single-review article .game-detail .goodpoint .text h2 span {
    font-size: 1.4vw;
  }
  .single-review article .game-detail .goodpoint .text h2 strong {
    font-size: 5vw;
  }
  .single-review article .game-detail .goodpoint .text h2 strong:after {
    right: -4.125vw;
    font-size: 3vw;
  }
  .single-review article .game-detail .goodpoint .text ul li {
    padding: 0.2083vw 0 0.2083vw 1.5vw;
    font-size: 1.4vw;
  }
  .single-review article .game-detail .goodpoint .text ul li:before {
    top: 1.3vw;
  }
  .single-review article .game-detail .badpoint .text {
    width: 42vw;
    margin: 0 0 0 4vw;
  }
  .single-review article .game-detail .badpoint .text h2 span {
    font-size: 1.4vw;
  }
  .single-review article .game-detail .badpoint .text h2 strong {
    font-size: 5vw;
  }
  .single-review article .game-detail .badpoint .text h2 strong:after {
    right: -4.125vw;
    font-size: 3vw;
  }
  .single-review article .game-detail .badpoint .text ul li {
    padding: 0.2083vw 0 0.2083vw 1.5vw;
    font-size: 1.4vw;
  }
  .single-review article .game-detail .badpoint .text ul li:before {
    top: 1.3vw;
  }
  .single-review article .coop-point {
    padding: 3vw;
  }
  .single-review article .coop-point ul li {
    font-size: 1.6vw;
    padding: 1vw 2vw 1vw 5vw;
  }
  .single-review article .coop-point ul li:before {
    font-size: 3vw;
  }
  .single-review article .coop-point .illust {
    width: 24vw;
    top: -4vw;
  }
  .single-review article .intro .wrap .text h2 {
    font-size: 2vw;
  }
  .single-review article .intro .wrap .text h2 + p {
    font-size: 1.4vw;
  }
  .single-review article .score-details h2 {
    font-size: 1.6vw;
    line-height: 1.6;
  }
  .single-review article .score-details h2 span {
    line-height: 1;
  }
  .single-review article .score-details .wrap section .profile h2 {
    margin: 1vw auto 0 1.5208vw;
    font-size: 3vw;
  }
  .single-review article .score-details .wrap section .profile h2 span {
    font-size: 1.2vw;
    margin: 0;
  }
  .single-review article .score-details .wrap section .profile .score {
    width: 7.125vw;
    font-size: 3.5625vw;
    height: 8vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner {
    margin: 0 0 2vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl {
    margin: 0 0 1vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl dt {
    font-size: 1.6vw;
    padding: 0.5vw 0 0.5vw 1vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl dd {
    font-size: 1.6vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner p {
    font-size: 1.4vw;
  }
  .single-review article .score-details .illust {
    top: -11vw;
  }
}
@media (max-width: 559px) {
  .single-review article {
    padding: 19vw 3vw 40vw;
  }
  .single-review article .addtoany_shortcode {
    width: 100%;
    text-align: center;
    right: auto;
    left: 0;
    padding: 8vw 0;
    top: 0;
  }
  .single-review article .addtoany_shortcode:last-of-type {
    bottom: 2.6667vw;
    top: auto;
  }
  .single-review article .table-common01 tr th, .single-review article .table-common01 tr td {
    font-size: 2.6vw;
    padding: 1.2vw 2vw 1vw;
  }
  .single-review article .title {
    margin: 0 0 4vw;
  }
  .single-review article .title .maker li a {
    font-size: 3vw;
  }
  .single-review article .title h1 {
    font-size: 4.2vw;
    letter-spacing: 0;
  }
  .single-review article .title h1 span {
    font-size: 3vw;
    display: block;
  }
  .single-review article .title .platform li a {
    font-size: 2.4vw;
  }
  .single-review article .maincopy {
    font-size: 4vw;
    padding: 4vw 5vw;
    text-align: left;
  }
  .single-review article .game-detail {
    padding: 1vw 3vw 29vw;
  }
  .single-review article .game-detail .pointBox {
    padding: 6vw 0vw;
    flex-wrap: wrap;
  }
  .single-review article .game-detail .pointBox .point {
    margin: 0 auto 5.3333vw;
    width: 100%;
  }
  .single-review article .game-detail .pointBox .point dl {
    width: 28vw;
    margin: 0 auto;
    min-height: 32vw;
  }
  .single-review article .game-detail .pointBox .point dl dt {
    font-size: 14vw;
    margin: 0 0 2vw;
  }
  .single-review article .game-detail .pointBox .point dl dd {
    font-size: 2.4vw;
  }
  .single-review article .game-detail .pointBox .point p {
    text-align: center;
    font-size: 3vw;
  }
  .single-review article .game-detail .pointBox .point-detail {
    flex: auto;
  }
  .single-review article .game-detail .pointBox .point-detail table {
    width: 100%;
  }
  .single-review article .game-detail .pointBox .point-detail table tr td {
    font-size: 2.6vw;
  }
  .single-review article .game-detail .pointBox .point-detail table tr td span {
    font-size: 2.6vw;
  }
  .single-review article .game-detail .goodpoint {
    padding: 0;
    margin: 0 0 7vw;
    flex-wrap: wrap;
  }
  .single-review article .game-detail .goodpoint .img {
    width: 100%;
    order: 1;
    margin: 0 0 3vw;
  }
  .single-review article .game-detail .goodpoint .img img {
    box-sizing: border-box;
  }
  .single-review article .game-detail .goodpoint .text {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .single-review article .game-detail .goodpoint .text h2 span {
    font-size: 3vw;
  }
  .single-review article .game-detail .goodpoint .text h2 strong {
    font-size: 10vw;
    margin: 0 0 2vw;
  }
  .single-review article .game-detail .goodpoint .text h2 strong:after {
    font-size: 6vw;
    right: -8vw;
    top: 3vw;
  }
  .single-review article .game-detail .goodpoint .text ul {
    margin: 2vw 0 1vw;
  }
  .single-review article .game-detail .goodpoint .text ul li {
    font-size: 3vw;
    padding: 0 0 0 3vw;
  }
  .single-review article .game-detail .goodpoint .text ul li:before {
    width: 1vw;
    height: 1vw;
    top: 2.2vw;
  }
  .single-review article .game-detail .badpoint {
    padding: 0;
    flex-wrap: wrap;
  }
  .single-review article .game-detail .badpoint .img {
    width: 100%;
    order: 1;
    margin: 0 0 3vw;
  }
  .single-review article .game-detail .badpoint .img img {
    box-sizing: border-box;
  }
  .single-review article .game-detail .badpoint .text {
    width: 100%;
    order: 2;
    margin: 0;
  }
  .single-review article .game-detail .badpoint .text h2 span {
    font-size: 3vw;
  }
  .single-review article .game-detail .badpoint .text h2 strong {
    font-size: 10vw;
    margin: 0 0 2vw;
  }
  .single-review article .game-detail .badpoint .text h2 strong:after {
    font-size: 6vw;
    right: -8vw;
    top: 3vw;
  }
  .single-review article .game-detail .badpoint .text ul {
    margin: 2vw 0 1vw;
  }
  .single-review article .game-detail .badpoint .text ul li {
    font-size: 3vw;
    padding: 0 0 0 3vw;
  }
  .single-review article .game-detail .badpoint .text ul li:before {
    width: 1vw;
    height: 1vw;
    top: 2.2vw;
  }
  .single-review article .coop-point {
    padding: 12vw 3vw 3vw;
    margin: 0 0 10vw;
  }
  .single-review article .coop-point h2 {
    padding: 0;
    width: 100%;
    margin: 0 0 5vw;
    text-align: center;
    font-size: 3.2vw;
  }
  .single-review article .coop-point h2 span {
    font-size: 10vw;
    letter-spacing: 0.2vw;
    margin: 9vw 0 2vw;
  }
  .single-review article .coop-point ul li {
    line-height: 1.4;
    min-height: 13.3333vw;
    display: flex;
    align-items: center;
    padding: 2vw 4vw 2vw 15vw;
    font-size: 3.2vw;
    margin: 0 0 2vw;
  }
  .single-review article .coop-point ul li:before {
    font-size: 7vw;
    background-color: #b30c0d;
    color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2vw 1vw;
    box-sizing: border-box;
  }
  .single-review article .coop-point .illust {
    top: -20vw;
    left: 22vw;
    width: 45vw;
  }
  .single-review article .intro .wrap {
    flex-wrap: wrap;
    margin: 0 0 8vw;
  }
  .single-review article .intro .wrap .img {
    width: 100%;
    margin: 0 0 3vw;
    order: 1;
  }
  .single-review article .intro .wrap .text {
    order: 2;
    width: 100%;
    margin: 0;
    min-width: auto;
  }
  .single-review article .intro .wrap .text h2 {
    font-size: 4vw;
  }
  .single-review article .intro .wrap .text h2 + p {
    font-size: 3vw;
  }
  .single-review article .intro .wrap:nth-of-type(2n) .img {
    width: 100%;
    margin: 0 0 4vw;
    order: 1;
  }
  .single-review article .intro .wrap:nth-of-type(2n) .text {
    order: 2;
    margin: 0;
  }
  .single-review article .score-details h2 {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    padding: 30vw 0 0;
    margin: 0 0 6vw;
  }
  .single-review article .score-details h2 span {
    font-size: 10vw;
    letter-spacing: 0.2vw;
    margin: 0 0 2vw;
  }
  .single-review article .score-details .wrap {
    flex-wrap: wrap;
    margin: 0 0 5vw;
  }
  .single-review article .score-details .wrap section {
    width: 100%;
    padding: 1vw 3vw;
  }
  .single-review article .score-details .wrap section .profile {
    height: 26vw;
    padding: 1vw 2vw 0vw;
  }
  .single-review article .score-details .wrap section .profile .img {
    width: 29vw;
  }
  .single-review article .score-details .wrap section .profile .img img {
    width: 100%;
    height: auto;
  }
  .single-review article .score-details .wrap section .profile h2 {
    text-align: left;
    padding: 0 0 0 1vw;
    font-size: 4vw;
  }
  .single-review article .score-details .wrap section .profile h2 span {
    font-size: 2vw;
  }
  .single-review article .score-details .wrap section .profile .score {
    width: 20.6667vw;
    font-size: 10vw;
    height: 23vw;
    padding: 1.5vw 0 0;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl dt {
    padding: 0.5vw 0 0.5vw 2vw;
    font-size: 3vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl dd {
    font-size: 3vw;
    padding-right: 1vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner dl dd strong {
    font-size: 3vw;
  }
  .single-review article .score-details .wrap section .score-detail .inner p {
    font-size: 2.4vw;
  }
  .single-review article .score-details .illust {
    top: -10vw;
    left: 21vw;
    width: 43vw;
  }
}

.single-column article {
  background: #fff;
  margin: 0 0 4.1667vw;
  padding: 2.0833vw 2.6042vw 10.4167vw;
  box-sizing: border-box;
  position: relative;
}
.single-column article .addtoany_shortcode {
  position: absolute;
  right: 2.0833vw;
}
.single-column article .addtoany_shortcode:last-of-type {
  width: 100%;
  text-align: center;
  right: auto;
  left: 0;
  padding: 1.5625vw 0;
}
.single-column article h1, .single-column article h2, .single-column article h3, .single-column article h4, .single-column article p, .single-column article li, .single-column article a, .single-column article dt, .single-column article dd, .single-column article td, .single-column article th {
  letter-spacing: 0.0521vw;
}
.single-column article .title {
  margin: 0 0 1.5625vw;
}
.single-column article .title p {
  display: inline-block;
  background: #77b83e;
  margin: 0 0 1.0417vw;
  color: #fff;
  font-weight: 900;
  padding: 0 0.5208vw;
}
.single-column article .title h1 {
  margin: 0 0 1.0417vw;
  line-height: 1.4;
}
.single-column article .title time {
  color: #868686;
}
.single-column article .content h2 {
  background: #ffb81f;
  font-size: 1.25vw;
  padding: 0.625vw 1.0417vw 0.7292vw;
  margin: 5.2083vw 0 1.0417vw;
  line-height: 1.4;
}
.single-column article .content h3 {
  font-size: 1.0417vw;
  display: inline-block;
  margin: 2vw 0 1.5vw;
  border: 1px solid #000;
  padding: 0.5208vw 0.7292vw;
}
.single-column article .content p {
  margin: 0 0 1.5625vw;
}
.single-column article .content p:last-of-type {
  margin: 0;
}
.single-column article .content p strong {
  font-weight: 900;
  color: #b30c0d;
}
.single-column article .content figure {
  margin: 0 0 0.5208vw;
}
.single-column article .content iframe {
  margin: 0 0 1.0417vw;
  width: 100%;
}
.single-column article .content .is-layout-flex {
  margin: 0 0 1.0417vw;
}
.single-column article .content .wp-block-list {
  margin: 0 0 2vw;
}
.single-column article .content .wp-block-list li {
  border: 0;
  border-radius: 10px;
  padding: 1.2vw 1.4vw;
  margin: 0 0 1vw;
  background: #f1ede9;
}
.single-column article .content .wp-block-list li em {
  font-style: normal;
  font-weight: 700;
}
.single-column article .content .wp-block-list li strong {
  color: #b30c0d;
}
.single-column article .content .wp-block-list li strong:first-of-type {
  display: block;
}
.single-column article .content .wp-block-list.num li {
  position: relative;
  padding: 0.5208vw 0 0.5208vw 2.8125vw;
  margin: 0 0 0.5208vw;
  background: #f4f4f4;
  border-radius: 1.5625vw;
}
.single-column article .content .wp-block-list.num li:before {
  position: absolute;
  left: 0.5208vw;
  top: 0.5208vw;
  background: #ffb81f;
  border-radius: 50%;
  font-size: 0.8333vw;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 1.5625vw;
  height: 1.5625vw;
  padding: 0 0 0.1042vw 0.1042vw;
}
.single-column article .content .wp-block-list.num li:nth-of-type(1):before {
  content: "1";
}
.single-column article .content .wp-block-list.num li:nth-of-type(2):before {
  content: "2";
}
.single-column article .content .wp-block-list.num li:nth-of-type(3):before {
  content: "3";
}
.single-column article .content .wp-block-list.num li:nth-of-type(4):before {
  content: "4";
}
.single-column article .content .wp-block-list.num li:nth-of-type(5):before {
  content: "5";
}
.single-column article .content .wp-block-list.num li:nth-of-type(6):before {
  content: "6";
}
.single-column article .content .wp-block-list.num li:nth-of-type(7):before {
  content: "7";
}
.single-column article .content .wp-block-list.num li:nth-of-type(8):before {
  content: "8";
}
.single-column article .content .wp-block-list.num li:nth-of-type(9):before {
  content: "9";
}
.single-column article .content .wp-block-list.num li:nth-of-type(10):before {
  content: "10";
}
.single-column article .content .wp-block-list.num li:nth-of-type(11):before {
  content: "11";
}
@media (max-width: 959px) {
  .single-column article .title {
    padding: 5vw 0 2vw;
  }
  .single-column article .title h1 {
    font-size: 2.4vw;
  }
  .single-column article .content h2 {
    font-size: 2.4vw;
    padding: 1vw 2vw;
    margin: 5vw 0 1vw;
  }
  .single-column article .content p {
    font-size: 1.8vw;
  }
}
@media (max-width: 559px) {
  .single-column article {
    padding: 2.0833vw 2.6042vw 31.4167vw;
  }
  .single-column article .addtoany_shortcode {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .single-column article .addtoany_shortcode:last-of-type {
    bottom: 5vw;
  }
  .single-column article .title {
    padding: 13vw 0 2vw;
  }
  .single-column article .title h1 {
    font-size: 5vw;
  }
  .single-column article .title time {
    font-size: 3vw;
  }
  .single-column article .content h2 {
    margin: 8vw 0 2vw;
    font-size: 4vw;
    padding: 3vw 4vw;
  }
  .single-column article .content h3 {
    font-size: 4vw;
    margin: 4vw 0 2vw;
    padding: 1.4vw 2vw 1.5vw;
  }
  .single-column article .content p {
    font-size: 3.6vw;
  }
  .single-column article .content .wp-block-list {
    margin: 0 0 3vw;
  }
  .single-column article .content .wp-block-list li {
    padding: 3.2vw 3.4vw;
  }
}

#comments {
  color: #fff;
}
#comments a {
  color: #fff;
}
#comments h2 {
  text-align: center;
  font-size: 0.9375vw;
  letter-spacing: 0.0521vw;
  margin: 0 0 2.6042vw;
}
#comments h2 span {
  display: block;
  font-size: 4.4271vw;
  font-weight: 900;
  margin: 0 0 1.0417vw;
  color: #ffb81f;
}
#comments .comments-list {
  background: #333;
  padding: 1.5625vw 2.6042vw 2.6042vw;
  box-sizing: border-box;
}
#comments .comments-list li {
  border-bottom: 1px solid #666;
  padding: 1.0417vw 0;
}
#comments .comments-list li .comment-meta a {
  color: #999;
}
#comments .comments-list li .children li {
  border-bottom: none;
  padding: 1.0417vw 0 0 3.6458vw;
  position: relative;
}
#comments .comments-list li .children li:before {
  font-family: "Material Icons";
  content: "subdirectory_arrow_right";
  font-size: 2.6042vw;
  color: #999;
  position: absolute;
  left: 0;
  top: 1.0417vw;
}
#comments .comments-list li .reply .comment-reply-link {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 0 0.5208vw 0.1042vw;
  font-size: 0.7292vw;
  margin: 0.5208vw 0 0;
}
#comments .comments-list li .reply .comment-reply-link:hover {
  background: #ffb81f;
  color: #000;
}
#comments .comments-list cite {
  font-style: normal;
}
#comments .comments-list cite a {
  vertical-align: bottom;
}
#comments #commentform {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 0 2.6042vw;
}
#comments #commentform .logged-in-as {
  margin: 0 0 0.5208vw;
}
#comments #commentform .comment-form-cookies-consent {
  margin: 1.0417vw 0;
}
#comments #commentform .comment-form-author {
  order: 0;
  text-align: center;
}
#comments #commentform .comment-form-comment {
  order: 1;
}
#comments #commentform .comment-notes {
  order: 2;
}
#comments #commentform .form-submit {
  order: 3;
}
#comments #commentform .comment-form-comment > label {
  display: none;
}
#comments #commentform .comment-form-comment textarea {
  width: 60%;
  margin: 0 auto 0.5208vw;
  display: block;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
  padding: 0.5208vw 0.7812vw;
  font-weight: 700;
  border: 5px solid #ffb81f;
}
#comments #commentform .comment-form-comment textarea:focus {
  border: 5px solid #ffb81f;
  outline: none;
}
@media (max-width: 959px) {
  #comments h2 {
    margin: 0 0 4vw;
    font-size: 1.4vw;
  }
  #comments h2 span {
    font-size: 9vw;
  }
  #comments p {
    font-size: 1.4vw;
  }
}
@media (max-width: 559px) {
  #comments {
    padding: 0 7vw;
  }
  #comments h2 {
    font-size: 3vw;
    line-height: 1.6;
    margin: 0 0 7vw;
    padding: 0 3vw;
  }
  #comments h2 span {
    font-size: 10vw;
    margin: 0;
  }
  #comments .comments-list {
    padding: 2.6667vw 5.3333vw 13.3333vw;
  }
  #comments #commentform input, #comments #commentform textarea {
    box-sizing: border-box;
  }
  #comments #commentform .comment-form-cookies-consent {
    margin: 1vw 0 3vw;
    font-size: 2vw;
    text-align: left;
  }
  #comments #commentform .comment-form-author {
    text-align: left;
    font-size: 3vw;
  }
  #comments #commentform .comment-form-author input {
    width: 100%;
  }
  #comments #commentform .form-submit input[type=submit] {
    margin: 3vw 0 0;
    background: #ffb81f;
    border: none;
    color: #000;
    font-weight: 700;
    border-radius: 10vw;
    font-size: 3.2vw;
    padding: 1vw 6vw 1.4vw;
  }
  #comments #commentform .comment-form-comment textarea {
    width: 100%;
  }
}

#contact .center {
  color: #fff;
}
@media (max-width: 559px) {
  #contact .center {
    text-align: left;
  }
}

#about {
  background: #fffadb url("../img/bg-paper.webp") no-repeat center top/100% auto;
  padding: 5.2083vw 1.5625vw;
}
#about h2 {
  text-align: center;
  margin: 0 0 5.2083vw;
}
#about h2 img {
  width: 22.3958vw;
}
#about h2 strong {
  display: block;
  font-size: 0.9375vw;
  margin: 1.0417vw 0 0;
}
#about section {
  margin: 0 0 2.6042vw;
}
#about section h3 {
  font-size: 1.6667vw;
  font-weight: 900;
  margin: 0 0 1.5625vw;
  text-align: center;
  letter-spacing: 2px;
}
#about section h3 strong {
  font-weight: 900;
  color: #b30c0d;
}
#about section p {
  text-align: center;
  line-height: 3;
  margin: 0 0 1.0417vw;
}
#about section .profile-wrap {
  display: flex;
  justify-content: space-between;
}
#about section .profile-wrap div {
  width: 48%;
}
#about section .profile-wrap div .img img {
  width: 10.4167vw;
}
#about section .profile-wrap div .table-common01 {
  border: none;
}
#about section .profile-wrap div .table-common01 th, #about section .profile-wrap div .table-common01 td {
  border: none;
}
#about section .profile-wrap div .table-common01 th {
  background: #ffb81f;
  font-weight: 900;
}
#about section .profile-wrap div .table-common01 td {
  background: #fff;
  padding-bottom: 0.7292vw;
  font-size: 0.8333vw;
}
@media (max-width: 559px) {
  #about {
    padding: 12vw 5vw;
  }
  #about h2 {
    margin: 0 0 12vw;
  }
  #about h2 img {
    width: 68%;
  }
  #about h2 strong {
    font-size: 2.4vw;
    letter-spacing: 0.1vw;
    margin: 5vw 0 0;
  }
  #about section h3 {
    font-size: 6vw;
    line-height: 1.4;
    margin: 0 0 2vw;
    letter-spacing: 0.3vw;
    text-align: left;
  }
  #about section p {
    text-align: left;
    line-height: 1.8;
    margin: 0 0 3vw;
    letter-spacing: 0;
  }
  #about section .profile-wrap {
    flex-wrap: wrap;
  }
  #about section .profile-wrap div {
    width: 100%;
    margin: 0 0 13.3333vw;
  }
  #about section .profile-wrap div .img {
    text-align: center;
  }
  #about section .profile-wrap div .img img {
    width: 40vw;
  }
  #about section .profile-wrap div .table-common01 td {
    font-size: 3vw;
  }
  #about section:nth-of-type(3) h3 {
    text-align: center;
    margin: 10vw 0 4vw;
  }
}

#privacy {
  background: #fff;
  padding: 2.6042vw;
}
#privacy h2 {
  background: #ffb81f;
  font-size: 1.25vw;
  padding: 0.625vw 1.0417vw 0.7292vw;
  margin: 3.125vw 0 1.0417vw;
  line-height: 1.4;
}
#privacy h2:nth-of-type(1) {
  margin-top: 0;
}
#privacy p {
  margin: 0 0 1.0417vw;
}
@media (max-width: 559px) {
  #privacy {
    padding: 5vw;
  }
  #privacy h2 {
    line-height: 1.4;
    font-size: 5.3333vw;
    margin-top: 10vw;
  }
}/*# sourceMappingURL=style.css.map */

/* QuestBook SEO / content quality additions */
.archive-intro {
  margin: 0 0 4rem;
  padding: 2rem 2.4rem;
  background: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}
.archive-intro .archive-count {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}

.single-review article .review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  margin: 0 0 3rem;
  padding: 1.6rem 2rem 1.8rem;
  background: #1b1b1b;
  border-bottom: 0.5rem solid #ffb81f;
  color: #fff;
  box-sizing: border-box;
}
.single-review article .review-meta .review-meta-lead {
  display: flex;
  align-items: center;
  min-width: 0;
}
.single-review article .review-meta .review-meta-lead .review-meta-label {
  flex: none;
  color: #ffb81f;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  padding: 0 1.6rem 0 0;
  margin: 0 1.6rem 0 0;
  border-right: 1px solid #555;
}
.single-review article .review-meta .review-meta-lead p {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}
.single-review article .review-meta .review-meta-lead a {
  color: #ffb81f;
  border-bottom: 1px solid #ffb81f;
  margin-left: 0.5rem;
}
.single-review article .review-meta .review-meta-lead a:hover {
  top: 0;
  color: #fff;
  border-color: #fff;
}
.single-review article .review-meta .review-meta-date {
  flex: none;
  margin: 0;
  padding: 0 0 0 2rem;
  border-left: 1px solid #555;
  color: #aaa;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
.single-review article .review-meta .review-meta-date span {
  margin: 0 0.8rem;
  color: #666;
}

.single-review article .review-basic-info {
  margin: 0 0 4rem;
  border: 1px solid #000;
  background: #fff;
}
.single-review article .review-basic-info > h2 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1.2rem 1.8rem 1.4rem;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
.single-review article .review-basic-info > h2 .en {
  display: inline-block;
  color: #ffb81f;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  margin: 0 1.5rem 0 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #666;
}
.single-review article .review-basic-info dl {
  margin: 0;
  border: 0;
}
.single-review article .review-basic-info dl > div {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  border-bottom: 1px solid #ddd;
}
.single-review article .review-basic-info dl > div:last-child {
  border-bottom: 0;
}
.single-review article .review-basic-info dt,
.single-review article .review-basic-info dd {
  margin: 0;
  padding: 1rem 1.6rem 1.1rem;
  line-height: 1.6;
  box-sizing: border-box;
}
.single-review article .review-basic-info dt {
  position: relative;
  padding-left: 3rem;
  background: #f3f3f3;
  border-right: 1px solid #ddd;
  font-weight: 900;
}
.single-review article .review-basic-info dt:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  background: #ffb81f;
}
.single-review article .review-basic-info dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
.single-review article .review-basic-info dd a {
  border-bottom: 1px solid #ccc;
}
.single-review article .review-basic-info dd a:hover {
  top: 0;
  color: #b30c0d;
  border-color: #b30c0d;
}

.single-review article .game-detail .pointBox .point-detail .table-common01 {
  table-layout: fixed;
}
.single-review article .game-detail .pointBox .point-detail .table-common01 col:first-child {
  width: 72% !important;
}
.single-review article .game-detail .pointBox .point-detail .table-common01 col:last-child {
  width: 28% !important;
}
.single-review article .game-detail .pointBox .point-detail .table-common01 th {
  width: 72%;
}
.single-review article .game-detail .pointBox .point-detail .table-common01 td {
  width: 28%;
  white-space: nowrap;
}

.related-reviews {
  margin: 7rem 0 3rem;
}
.related-reviews > h2 {
  margin-bottom: 2rem;
}
.related-reviews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.related-review-item {
  margin: 0;
}
.related-review-img {
  display: block;
  margin-bottom: 1rem;
}
.related-review-img img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.related-reviews-list h3 {
  margin: 0 0 0.6rem;
  font-size: 1.7rem;
}
.related-reviews-list p {
  line-height: 1.7;
}

@media (max-width: 959px) {
  .archive-intro {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .single-review article .review-meta {
    gap: 1.5rem;
    padding: 1.5rem 1.8rem 1.7rem;
  }
  .single-review article .review-meta .review-meta-lead .review-meta-label {
    font-size: 1.2rem;
  }
  .single-review article .review-meta .review-meta-lead p {
    font-size: 1.2rem;
  }
  .single-review article .review-meta .review-meta-date {
    font-size: 1.1rem;
  }
  .single-review article .review-basic-info {
    margin-bottom: 4rem;
  }
  .single-review article .review-basic-info dl > div {
    grid-template-columns: 17rem minmax(0, 1fr);
  }
  .related-reviews {
    margin-top: 6rem;
  }
  .related-reviews-list {
    gap: 2rem;
  }
}

@media (max-width: 559px) {
  .archive-intro {
    padding: 4vw;
    margin-bottom: 6vw;
  }
  .single-review article .review-meta {
    display: block;
    margin: 0 0 7vw;
    padding: 4vw 4vw 4.5vw;
    border-bottom-width: 1.2vw;
  }
  .single-review article .review-meta .review-meta-lead {
    display: block;
  }
  .single-review article .review-meta .review-meta-lead .review-meta-label {
    display: block;
    width: fit-content;
    font-size: 3vw;
    margin: 0 0 2vw;
    padding: 0;
    border-right: 0;
  }
  .single-review article .review-meta .review-meta-lead p {
    font-size: 3vw;
    letter-spacing: 0.1vw;
    line-height: 1.7;
  }
  .single-review article .review-meta .review-meta-lead a {
    margin-left: 1vw;
  }
  .single-review article .review-meta .review-meta-date {
    margin: 3vw 0 0;
    padding: 2.5vw 0 0;
    border-left: 0;
    border-top: 1px solid #555;
    font-size: 2.7vw;
    white-space: normal;
  }
  .single-review article .review-meta .review-meta-date span {
    margin: 0 1.5vw;
  }
  .single-review article .review-basic-info {
    margin: 0 0 8vw;
  }
  .single-review article .review-basic-info > h2 {
    padding: 3vw 3.5vw 3.4vw;
    font-size: 4.4vw;
  }
  .single-review article .review-basic-info > h2 .en {
    font-size: 2.8vw;
    margin-right: 2.5vw;
    padding-right: 2.5vw;
  }
  .single-review article .review-basic-info dl > div {
    grid-template-columns: 40% minmax(0, 1fr);
  }
  .single-review article .review-basic-info dt,
  .single-review article .review-basic-info dd {
    padding: 3vw 2.5vw;
    font-size: 3.1vw;
    letter-spacing: 0.05vw;
    line-height: 1.5;
  }
  .single-review article .review-basic-info dt {
    padding-left: 5vw;
    white-space: nowrap;
  }
  .single-review article .review-basic-info dt:before {
    left: 2.5vw;
    width: 1.2vw;
    height: 1.2vw;
    margin-top: -0.6vw;
  }
  .single-review article .game-detail .pointBox .point-detail .table-common01 col:first-child {
    width: 70% !important;
  }
  .single-review article .game-detail .pointBox .point-detail .table-common01 col:last-child {
    width: 30% !important;
  }
  .single-review article .game-detail .pointBox .point-detail .table-common01 th {
    width: 70%;
    white-space: nowrap;
  }
  .single-review article .game-detail .pointBox .point-detail .table-common01 td {
    width: 30%;
    white-space: nowrap;
  }
  .related-reviews {
    margin-top: 10vw;
  }
  .related-reviews-list {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}


/* QuestBook ver 1.3 / tablet readability */
@media (min-width: 560px) and (max-width: 959px) {
  html { font-size: 62.5%; }
  body { font-size: 16px; }
  body dt,
  body dd,
  body p,
  body li,
  body th,
  body td,
  body address { font-size: 15px; letter-spacing: .5px; }

  #breadcrumb .container ul li,
  #breadcrumb .container ul li a { font-size: 13px; }

  .list-common01 article .excerpt,
  .list-common02 article .text p,
  .list-common03 article .text,
  .archive-intro,
  aside section,
  .single-column article .content p,
  .single-column article .content li { font-size: 15px; }

  aside section h2 { font-size: 20px; }
  aside section#aside-search dl dt,
  aside section#aside-search form ul li select { font-size: 14px; }
  aside section#aside-tag ul li a { font-size: 13px; }

  .single-review article .title .maker li a { font-size: 13px; }
  .single-review article .title h1 { font-size: 26px; }
  .single-review article .title h1 span { font-size: 14px; }
  .single-review article .title .platform li a { font-size: 14px; }
  .single-review article .maincopy { font-size: 20px; line-height: 1.75; }

  .single-review article .review-meta .review-meta-lead .review-meta-label { font-size: 13px; }
  .single-review article .review-meta .review-meta-lead p { font-size: 14.5px; }
  .single-review article .review-meta .review-meta-date { font-size: 13px; }

  .single-review article .review-basic-info > h2 { font-size: 20px; }
  .single-review article .review-basic-info dt,
  .single-review article .review-basic-info dd { font-size: 15px; }

  .single-review article .game-detail .pointBox .point p,
  .single-review article .game-detail .pointBox .point dl dd { font-size: 14px; }
  .single-review article .game-detail .pointBox .point-detail .table-common01 th,
  .single-review article .game-detail .pointBox .point-detail .table-common01 td { font-size: 14px; }
  .single-review article .game-detail .pointBox .point-detail .table-common01 td span { font-size: 15px; }

  .single-review article .game-detail .goodpoint .text h2 span,
  .single-review article .game-detail .badpoint .text h2 span { font-size: 14px; }
  .single-review article .game-detail .goodpoint .text ul li,
  .single-review article .game-detail .badpoint .text ul li { font-size: 15px; line-height: 1.75; }

  .single-review article .coop-point h2 { font-size: 20px; }
  .single-review article .coop-point ul li { font-size: 15px; line-height: 1.75; }

  .single-review article .intro .wrap .text h2 { font-size: 20px; }
  .single-review article .intro .wrap .text .review-content-text,
  .single-review article .intro .wrap .text .review-content-text p { font-size: 15px; }

  .single-review article .score-details > h2 { font-size: 19px; }
  .single-review article .score-details .wrap section .profile h2 { font-size: 24px; }
  .single-review article .score-details .wrap section .profile h2 span { font-size: 13px; }
  .single-review article .score-details .wrap section .score-detail .inner dl dt,
  .single-review article .score-details .wrap section .score-detail .inner dl dd { font-size: 15px; }
  .single-review article .score-details .wrap section .score-detail .inner p { font-size: 15px; line-height: 1.75; }

  .related-reviews-list h3 { font-size: 18px; }
  .related-reviews-list p { font-size: 15px; }
}

/* -----------------------------------------
    QuestBook ver 1.4 / ABOUT tablet tuning
----------------------------------------- */
@media (min-width: 560px) and (max-width: 959px) {
  .about main > .container > .content h3 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: left !important;
    margin-left: 0;
    margin-right: 0;
  }
  .about main > .container > .content p {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left !important;
  }
  .about main > .container > .content > h3:nth-of-type(3) {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .about main > .container > .content table {
    width: 100%;
  }
  .about main > .container > .content table th,
  .about main > .container > .content table td {
    font-size: 1.6rem !important;
    line-height: 1.75;
    text-align: left;
  }
  .about main > .container > .content table td {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}


/* -----------------------------------------
    QuestBook ver 1.5 / review HTML + mobile related heading
----------------------------------------- */
@media (max-width: 559px) {
  .single-review article .related-reviews > h2 {
    font-size: clamp(19px, 5.3vw, 23px);
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 4vw;
  }
}
