/* CSS Document */

/* common */
:root {
  --main-gold: #876528;
  --sub-gold: #84660b;
  --main-red: #e60000; 
}
body {
  background: #fefefe;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h2 {
  text-shadow: none;
}
h2,
h3 {
  padding: 0;
  border: none;
  border-radius: unset;
  background: none;
}
.u-bold {
  font-weight: bold;
}
.cont {
  margin-top: 48px;
}
.images {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.header.is-sticky {
  min-width: 1024px;
}
div#body {
  width: auto;
  padding: 5px 0 0;
}

/* .pkz */
.pkz {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  min-width: 1024px;
  max-width: 1400px;
  margin: 20px auto 65px;
  padding: 0 50px;
}
.pkz__list {
  font-size: 12px;
}

.pkz__list:not(:last-child) {
  position: relative;
  margin-right: 8px;
  padding-right: 16px;
}

.pkz__list:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
}

.pkz__link:link,
.pkz__link:visited {
  color: #876528;
  text-decoration: underline;
  transition: 0.2s ease-out;
}

.pkz__link:hover {
  text-decoration: none;
}

/* .mainvisual */
.mainvisual {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-image: url("../img_v2/h1_mv_bg_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.mainvisualInner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 32px;
}
.mainvisualInner .inner_left {
  text-align: center;
  align-self: center;
}
.mainvisualInner .inner_left p:first-child {
  display: inline-block;
  background-color: var(--main-gold);
  color: #fff;
  font-size: 18px;
  padding: 4px 10px 1px;
  margin-bottom: 16px;
}
.mainvisualInner .inner_left p:last-child {
  margin: 32px auto 0;
  width: 80%;
}
.mainvisualInner .inner_right {
  align-self: flex-end;
}

/* #contents */
body#category div#contents {
  width: 750px;
  margin: auto;
  padding: 48px 16px 0;
}
body#category div#contents a:link,
body#category div#contents a:visited {
  color: #000000;
  text-decoration: none;
}
body#category div#contents a:hover {
  color: #e60000;
}
.cont h2 {
  color: var(--main-red) !important;
  padding: 5px 8px !important;
  border-left: solid 5px var(--main-red) !important;
  font-size: 18px;
}

/* .app_intro */
div.app_intro {
  border: 1px solid var(--main-gold);
  padding: 16px 32px;
  background-color: #faf6ef;
  border-radius: 3px;
}
div.app_intro h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
div.app_intro h2 .app_intro_icon {
  width: 12%;
} 
div.app_intro h2 .app_intro_title {
  color: var(--main-gold);
  text-shadow: none;
  font-size: 22px;
  line-height: 1.3;
}
div.app_intro h2 .app_intro_title span {
  font-weight: normal;
  font-size: 18px;
}
div.app_intro .app_intro_dl {
  text-align: center;
  margin: 16px 0;
  display: flex;
  justify-content: space-evenly;
}
div.app_intro .app_intro_dl div {
  width: 150px;
}
div.app_intro .app_intro_dl h3 {
  color: inherit;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
  border-radius: unset;
  background: none;
}
div.app_intro .app_intro_dl a img:hover {
  opacity: 0.8;
}
div.app_intro .app_intro_dl img + img {
  margin-left: 100px;
}
div.app_intro .app_intro_dl .app_intro_qr {
  display: block;
}
div.app_intro .app_intro_dl .app_intro_bn {
  margin-top: 10px;
}
div.app_intro .release_date {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}
div.app_intro .noteA li + li {
  margin-top: 5px;
}

/* .cont01 */
div.cont01 .images .image {
  width: 26.2%
}

/* .cont02 */
div.cont02 .images .image {
  width: 26.2%
}

/* .cont03 */
div.cont03 .image {
  margin-top: 32px;
}
div.cont03 .image img {
  width: 42%
}

/* .cont04 */
div.cont04 .features {
  color: var(--main-gold);
  margin-top: 16px;
  font-weight: bold;
}
div.cont04 .features h3 {
  color: inherit;
}
div.cont04 .image {
  margin-top: 32px;
}
div.cont04 .note-text {
  margin: 16px 0 0;
}

/* .cont05 */
div.cont05 section {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px;
}
div.cont05 ul.linklist li:nth-of-type(n + 2) {
  margin-top: 10px;
}
div.cont05 ul.linklist li {
  display: flex;
}
div.cont05 ul.linklist li p {
  width: 16%;
}
div.cont05 ul.linklist li ul.link {
  padding-left: 8px;
  margin-top: 0;
  width: 84%;
}

/* .alert */
section.alert {
  width: 750px;
  margin: 48px auto 0;
  padding: 16px 16px 0;
}

.pinch {
  display: none;
}
.forPC {
  display: block;
}
.forSP {
  display: none !important;
}
@media screen and (max-width: 896px) {
  #body {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .button-page-top {
    color: transparent !important;
    text-decoration: none !important;
  }
}
