@charset "UTF-8";
/* ===================================================================
  2019 
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------------------------------------
	全体
----------------------------------------------------*/
html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: none;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body * {
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.tC {
  text-align: center;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.m-left {
  margin-right: auto;
}

.m-right {
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* link
----------------------------------------------------*/
a {
  color: #00b1a9;
  transition: all 0.3s;
  text-decoration: underline;
}
a:hover {
  color: #e60012;
  text-decoration: none;
}

img.link {
  opacity: 1;
  transition: all 0.3s;
}
img.link:hover {
  opacity: 0.6;
}

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/
h1 {
  padding: 0;
  margin: 0;
  text-align: center;
}

h2 {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
h2 img {
  width: 100%;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0.5rem 0;
  padding: 0.25em 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 21px;
  margin: 1em 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em 0;
}
@media (max-width: 768px) {
  h5 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 15px;
  }
}

p {
  margin: 0 0 1em 0;
}

ruby rt {
  font-size: 50% !important;
}

.font-s {
  font-size: 85%;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .font-s {
    font-size: 90%;
  }
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

.sp-br {
  display: none;
}
@media (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media (max-width: 480px) {
  .pc-br {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.row {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row .col-2 {
  width: calc((100% - 5%) / 2);
}
.row .col-3 {
  width: calc((100% - 4%) / 3);
}
.row .col-4 {
  width: calc((100% - 6%) / 4);
}

.row-list {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.row-list .col-2 {
  width: calc((100% - 2%) / 2);
  margin: 0.5%;
}
.row-list .col-3 {
  width: calc((100% - 6%) / 3);
  margin: 0.5%;
}
.row-list .col-4 {
  width: calc((100% - 4%) / 4);
  margin: 0.5%;
}

@media (max-width: 768px) {
  .row .col-2 {
    width: calc((100% - 3%) / 2);
  }
  .row .col-3 {
    width: calc((100% - 2%) / 2);
  }
  .row .col-4 {
    width: calc((100% - 2%) / 2);
  }
  .row .col-7 {
    width: calc((100% - 3%) / 4);
  }
  .row-list .col-2 {
    width: calc((100% - 4%) / 2);
    margin: 0.5%;
  }
  .row-list .col-3 {
    width: calc((100% - 2%) / 2);
    margin: 0.5%;
  }
  .row-list .col-4 {
    width: calc((100% - 2%) / 2);
    margin: 0.5%;
  }
}
@media (max-width: 480px) {
  .row .col-2 {
    width: calc((100% - 0%) / 1);
  }
  .row .col-3 {
    width: calc((100% - 0%) / 1);
  }
  .row .col-4 {
    width: calc((100% - 2%) / 2);
  }
  .row-list .col-2 {
    width: calc((100% - 1%) / 1);
    margin: 0.5%;
  }
  .row-list .col-3 {
    width: calc((100% - 2%) / 2);
    margin: 0.5%;
  }
  .row-list .col-4 {
    width: calc((100% - 2%) / 2);
    margin: 0.5%;
  }
}
/*	余白
----------------------------------------------------*/
.m10 {
  margin: 1em;
}

.m10t {
  margin-top: 1em;
}

.m15t {
  margin-top: 1.5em;
}

.m20t {
  margin-top: 2em;
}

.m05b {
  margin-bottom: 0.5em;
}

.m10b {
  margin-bottom: 1em;
}

.m15b {
  margin-bottom: 1.5em;
}

.m20b {
  margin-bottom: 2em;
}

.p10 {
  padding: 1em 0.5em;
}

.p15t {
  padding-top: 1.5em;
}

.p20tb {
  padding: 2em 0;
}

.p20 {
  padding: 1em 2em;
}

.p30tb {
  padding: 5em 0;
}

/*	アニメーション用
----------------------------------------------------*/
.delighter {
  transition: all 1.2s ease-out;
  transform: translateY(15%);
  opacity: 0;
}
.delighter.started {
  transform: none;
  opacity: 1;
}
.delighter {
  /* slide Up */
}
.delighter.ani-su {
  transition: all 0.8s ease-out;
  transform: translateY(10%);
  opacity: 0;
}
.delighter.ani-su.started {
  transform: none;
  opacity: 1;
}
.delighter {
  /* slide left */
}
.delighter.ani-l {
  transition: all 0.8s ease-out;
  transform: translatex(55%);
  opacity: 0;
}
.delighter.ani-l.started {
  transform: none;
  opacity: 1;
}

/*----------------------------------------------------
	リスト
----------------------------------------------------*/
ul.def-type {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul.def-type li {
  margin: 5px 0;
  padding-left: 5px;
  list-style-type: disc;
  border: none;
}

ol.def-type {
  margin-left: 20px;
}
ol.def-type li {
  margin: 5px 0;
  padding-left: 5px;
  list-style-type: decimal;
  border: none;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
.table_block1 {
  margin-bottom: 2em;
}
.table_block1 table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .table_block1 table {
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #CCC;
  }
}
.table_block1 table th {
  padding: 1em 0.25em;
  line-height: 1.5;
  border-collapse: collapse;
  width: 25%;
  text-align: center;
  vertical-align: top;
  background: #e2e2e2;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .table_block1 table th {
    display: block;
    width: 100%;
    border: none;
  }
}
.table_block1 table td {
  padding: 1em;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #FFF;
}
@media (max-width: 768px) {
  .table_block1 table td {
    display: block;
    border: none;
    border-bottom: 1px solid #CCC;
  }
}

.table_block {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.table_block table {
  border-collapse: collapse;
  width: 100%;
  min-width: 100%;
  border-top: 1px solid #CCC;
}
.table_block table th {
  padding: 1em 0.25em;
  line-height: 1.5;
  border-collapse: collapse;
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  vertical-align: top;
  background: #e2e2e2;
}
.table_block table td {
  padding: 1em;
  line-height: 1.5;
  border-collapse: collapse;
  display: block;
  border: none;
  border-bottom: 1px solid #CCC;
  background: #FFF;
}

.table_block2 {
  margin-bottom: 2em;
}
.table_block2 table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .table_block2 table {
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #CCC;
  }
}
.table_block2 table th {
  padding: 1em 0.25em;
  line-height: 1.5;
  border-collapse: collapse;
  width: 50%;
  text-align: center;
  vertical-align: top;
  background: #e2e2e2;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .table_block2 table th {
    display: block;
    width: 100%;
    border: none;
  }
}
.table_block2 table th h4 {
  margin: 0.5em 0 0;
}
.table_block2 table th span {
  color: #4D4D4D;
  background-color: #FF0;
}
.table_block2 table td {
  padding: 1em;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #FFF;
}
@media (max-width: 768px) {
  .table_block2 table td {
    display: block;
    border: none;
    border-bottom: 1px solid #CCC;
  }
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contents {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
}
.contents section {
  margin: 0 auto;
  max-width: 800px;
}

.contents.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5em;
}

.contents2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
}

.sp-text, .sp-img {
  display: none !important;
}

.pc-text, .pc-img {
  display: inherit !important;
}

@media (max-width: 480px) {
  .sp-text, .sp-img {
    display: inherit !important;
  }
  .pc-text, .pc-img {
    display: none !important;
  }
}
/* btn
----------------------------------------------------*/
.btn {
  margin: 1.5em auto;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
  font-size: 21px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 16px;
  }
}
.btn a {
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  color: #FFF;
  background: #00b1a9;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn a:hover {
  background: #c4b19a;
}
.btn p {
  margin: 0.5em;
}
.btn span {
  display: block;
  padding: 0.75em 0;
  border-radius: 6px;
  background: #666;
  opacity: 0.5;
}

.btn02 {
  margin: 1.5em auto;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  font-size: 21px;
}
@media (max-width: 768px) {
  .btn02 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .btn02 {
    font-size: 16px;
  }
}
.btn02 a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #FFF;
  background: #00b1a9;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn02 a:hover {
  background: #c4b19a;
}

.btn-contact {
  margin: 1.5em auto;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  font-size: 21px;
}
@media (max-width: 768px) {
  .btn-contact {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .btn-contact {
    font-size: 16px;
  }
}
.btn-contact a {
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  color: #000;
  background: #00b1a9;
  border-radius: 6px;
  transition: all 0.3s;
}
.btn-contact a:hover {
  background: #c4b19a;
}

.btn3 {
  margin: 1em auto;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
}
.btn3 a {
  display: block;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000;
  background: #FFF;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn3 a:hover {
  background: #c4b19a;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 80px;
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
}

.c_head {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/*menu*/
.menu-nav {
  background: #000;
  height: 60px;
  width: 60px;
  margin-right: auto;
  position: relative;
  flex-basis: 50px;
  font-size: 12px;
  transition: all 0.3s;
}
.menu-nav:hover {
  cursor: pointer;
  opacity: 0.6;
}
.menu-nav::after {
  content: "MENU";
  position: absolute;
  top: 35px;
  left: 8.5px;
  font-weight: normal;
  color: #FFF;
}

.menu {
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.menu__line {
  background: #FFF;
  display: block;
  height: 4px;
  border-radius: 1px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--top.active {
  top: 10px;
  transform: rotate(45deg);
}

.menu__line--center {
  top: 10px;
}
.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom {
  bottom: 0;
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

.share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 5px;
}
.share li {
  padding: 0;
  margin: 5px;
  max-width: 40px;
}
@media (max-width: 768px) {
  .share li {
    margin: 2px;
    max-width: 25px;
  }
}
.share a {
  display: block;
  padding: 2px;
  margin: 0;
  transition: all 0.5s;
}
.share a.tw {
  background: #000;
}
.share a.fb {
  background: #3c5998;
}
.share a.line {
  background: #00b900;
}
.share a:hover {
  background: #efefef;
}

.share-fixed {
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.share-fixed li {
  padding: 0;
  margin: 5px 0;
  max-width: 40px;
  border: 1px solid #FFF;
}
@media (max-width: 480px) {
  .share-fixed li {
    max-width: 30px;
  }
}
.share-fixed a {
  display: block;
  padding: 2px;
  margin: 0;
  transition: all 0.5s;
}
.share-fixed a.tw {
  background: #000;
}
.share-fixed a.fb {
  background: #3c5998;
}
.share-fixed a.line {
  background: #00b900;
}
.share-fixed a:hover {
  background: #000;
}
@media (max-width: 480px) {
  .share-fixed a.tw:hover {
    background: #000;
  }
  .share-fixed a.tw:visited {
    background: #000;
  }
  .share-fixed a.tw:active {
    background: #000;
  }
  .share-fixed a.fb:hover {
    background: #3c5998;
  }
  .share-fixed a.fb:visited {
    background: #3c5998;
  }
  .share-fixed a.fb:active {
    background: #3c5998;
  }
  .share-fixed a.line:hover {
    background: #00b900;
  }
  .share-fixed a.line:visited {
    background: #00b900;
  }
  .share-fixed a.line:active {
    background: #00b900;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 2em 0;
  margin: 0;
  text-align: center;
  background: #000;
}
footer .f-logo {
  margin: 1em;
}
footer .f-logo img {
  max-height: 30px;
  width: auto;
  margin: 0 0.5em;
}
footer .f-sns ul {
  display: inline-flex;
}
footer .f-sns ul li {
  margin: 0.5em;
}
footer .f-sns ul li img {
  width: 100%;
  max-width: 50px;
}
footer .copyright {
  width: 100%;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  padding: 1.2em 1em;
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: 70%;
  }
}
footer .copyright a {
  text-decoration: none;
}
footer .copyright p {
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 1px;
}

/* page-top */
#page-top {
  text-align: center;
}
#page-top .pagetop {
  margin: 2em auto;
  width: 60px;
  height: 60px;
}
#page-top .pagetop span {
  font-size: 20px;
}
#page-top .pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FFF;
  text-decoration: none;
  background: #00b1a9;
  background-size: cover;
  transition: all 0.3s;
}
#page-top .pagetop a:hover {
  background: #CCC;
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.gnav {
  background: #000;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  overflow-y: scroll;
}
.gnav section {
  padding: 1em;
  padding-top: 60px;
  padding-bottom: 0;
  line-height: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.gnav section p {
  margin: 0;
}

.gnav-list {
  padding: 0.5em 1em;
  margin-bottom: 2.5em;
  width: 100%;
}

.gnav-list li {
  margin: 1em 0;
  padding: 0;
  text-align: center;
}

.gnav-list li a {
  display: block;
  background: #25b6a0;
  transition: all 0.3s;
}

.gnav-list li a:hover {
  background: #424242;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.border-black {
  border: 2px solid #000;
}

.border-brown {
  border: 2px solid #c4b19a;
}

.bg-black {
  background: #000;
  color: #FFF;
}

.bg-white {
  background: #FFF;
}

.bg-gray {
  background: #eaeaea;
}

.bg03 {
  background: url("../../img/bg03.png") no-repeat top center #0291f1;
  /*background: linear-gradient(#0291f1, #8CC0F9);*/
  background-size: 1200px auto;
}

.bg-catch {
  background: url("../../img/bg-catch.jpg") no-repeat center center #000;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-catch {
    background-size: 100% auto;
  }
}

.bg-point {
  background: url("../../img/bg-point.jpg") no-repeat top center #c4b19a;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-point {
    background-size: 100% auto;
  }
}

.bg-story {
  background: url("../../img/bg-story.jpg") no-repeat top center #000;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-story {
    background-size: 100% auto;
  }
}

.bg-cm {
  background: url("../../img/bg-cm.jpg") no-repeat center center #c4b19a;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-cm {
    background-size: 100% auto;
  }
}

.bg-howtoplay {
  background: url("../../img/bg-howtoplay.jpg") no-repeat center center #000;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-howtoplay {
    background-size: 100% auto;
  }
}

.bg-comment {
  background: url("../../img/bg-comment.jpg") no-repeat center center #c4b19a;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media (max-width: 480px) {
  .bg-comment {
    background-size: 100% auto;
  }
}

.head-img {
  position: relative;
  padding-bottom: 50px;
  background: #000;
}
.head-img .main-img {
  background: url("../../img/main-img-bg.jpg") repeat-x center center #000;
  background-size: auto 100%;
  padding: 0;
  text-align: center;
  max-height: 650px;
}
.head-img .main-img img {
  width: auto;
  height: auto;
  max-height: 650px;
}
.head-img .bn-buy {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.btn-fixed {
  position: fixed;
  bottom: -100px;
  width: 100%;
  z-index: 999;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .btn-fixed {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .btn-fixed {
    font-size: 16px;
  }
}
.btn-fixed a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #00b1a9;
  border-top: 1px solid #FFF;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-fixed a:hover {
  background: #000;
}

hr.line {
  border: 1px solid #000;
  margin: 50px 0;
}

/* catch 
----------------------------*/
.catch-img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2em;
}
.catch-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .catch-img {
    padding: 1em;
  }
}

/* Point 
----------------------------*/
#c01 section {
  max-width: 100%;
}

.point01,
.point02,
.point03 {
  position: relative;
  width: 100%;
  max-width: 720px;
}
.point01 img,
.point02 img,
.point03 img {
  display: block;
}

.point01-img img {
  width: 100%;
  max-width: 500px;
}

.point02-img img, .point03-img img {
  width: 100%;
  max-width: 500px;
}

.point01 {
  margin-right: auto;
}
.point01-img {
  width: 70%;
  z-index: 3;
}
.point01-text {
  width: 60%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
@media (max-width: 480px) {
  .point01-text {
    top: 10px;
  }
}
@media (max-width: 480px) {
  .point01 {
    margin-bottom: 1em;
  }
}

.point02 {
  margin-left: auto;
  margin-top: -20px;
}
.point02-text {
  width: 60%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 20%;
}
@media (max-width: 480px) {
  .point02-text {
    top: 10px;
  }
}
.point02-img {
  width: 70%;
  margin-left: auto;
}
@media (max-width: 480px) {
  .point02 {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

.point03 {
  margin-left: auto;
  margin-top: 30px;
}
.point03-img {
  width: 70%;
}
.point03-text {
  width: 60%;
  position: absolute;
  right: 20px;
  top: 5%;
  z-index: 2;
}
@media (max-width: 480px) {
  .point03-text {
    top: -10px;
  }
}

/* story 
----------------------------*/
.story {
  font-size: 120%;
  font-weight: bold;
  line-height: 2.4;
  color: #FFF;
  padding: 1em 0;
}

/* cm 
----------------------------*/
.trailer-mov {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  padding: 2em 0;
  aspect-ratio: 16/9;
}
.trailer-mov iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 5px solid #000;
}

/* howtoplay 
----------------------------*/
.howtoplay {
  padding-bottom: 2em;
}
.howtoplay .content-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.howtoplay .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.howtoplay .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.howtoplay .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  align-items: flex-start;
}
.howtoplay .slider-track.no-transition {
  transition: none;
}
.howtoplay .slider-item {
  flex: 0 0 360px;
  min-width: 360px;
  height: auto;
  margin: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  box-sizing: border-box;
  background-image: url("../../img/step-bg01.png"), url("../../img/step-bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  padding: 2em;
}
.howtoplay .slider-item:last-child {
  border-right: none;
}
.howtoplay .slider-item.active {
  opacity: 1;
}
.howtoplay .slider-nav {
  position: absolute;
  top: 200px;
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10;
}
.howtoplay .slider-nav:hover {
  background: rgba(255, 255, 255, 0.9);
}
.howtoplay .slider-nav.prev {
  left: 20px;
}
.howtoplay .slider-nav.next {
  right: 20px;
}
.howtoplay .slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.howtoplay .slider-dot {
  width: 12px;
  height: 12px;
  min-height: inherit;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}
.howtoplay .slider-dot.active {
  background: #c4b19a;
}
.howtoplay .step-head {
  text-align: center;
  background: #FFF;
  margin-bottom: 1em;
}
.howtoplay .step-head img {
  width: 100%;
  vertical-align: top;
}
.howtoplay .step-img img {
  width: 100%;
}
.howtoplay .step-img-carousel {
  position: relative;
}
.howtoplay .step-img-carousel > img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.howtoplay .step-img-carousel > img.is-active {
  position: relative;
  opacity: 1;
}
.howtoplay .step-img-carousel > img:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
}
.howtoplay .step-text p {
  font-size: 95%;
  line-height: 1.5;
  color: #FFF;
}
@media (max-width: 480px) {
  .howtoplay .step-text p {
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  .howtoplay .slider-item {
    flex: 0 0 300px;
    min-width: 300px;
  }
  .howtoplay .slider-nav {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .howtoplay .slider-nav.prev {
    left: 0px;
  }
  .howtoplay .slider-nav.next {
    right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .howtoplay .slider-wrapper {
    overflow: visible;
  }
  .howtoplay .slider-track {
    transform: none !important;
    transition: none !important;
  }
  .howtoplay .slider-item {
    flex: 1 1 33.3333%;
    min-width: 300px;
    height: auto;
    opacity: 1;
  }
  .howtoplay .slider-item.clone {
    display: none;
  }
  .howtoplay .slider-item:last-child {
    border-right: none;
  }
  .howtoplay .slider-item.active {
    opacity: 1;
  }
  .howtoplay .slider-nav,
  .howtoplay .slider-dots {
    display: none;
  }
}

/* 商品概要／購入 
----------------------------*/
.slide-img {
  padding: 1em 2em;
  text-align: center;
}

.icon-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5em 0;
}
.icon-list li img {
  width: 50px;
}
.icon-list li p {
  margin: 0 0 0 1em;
}

span.yellow {
  font-weight: bold;
  padding: 0 10px;
  color: #4D4D4D;
  background-color: #FFFF00;
}

br.pc-br {
  display: block;
}

@media (max-width: 768px) {
  br.pc-br {
    display: none;
  }
}
hr {
  margin-bottom: 1em;
  border-top: 1px solid #CCC;
}

/* 注意事項
----------------------------*/
.a-btn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
  border: 1px solid #000;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
.a-btn:hover {
  background: #efefef;
}

.a-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}

.a-btn.selected:after {
  border-color: #000;
  transform: rotate(135deg);
}

.a-block {
  padding: 2em 0;
}
.a-block hr {
  height: 1px;
  background-color: #CCC;
  width: 100%;
  border: none;
  margin: 2em 0;
}

#faq-link ul.def-type li {
  list-style: none;
  position: relative;
}
#faq-link ul.def-type li::before {
  content: "A.";
  position: absolute;
  left: -17px;
}

/* 
----------------------------*/
.col-2a {
  width: 30%;
}
@media (max-width: 768px) {
  .col-2a {
    width: 100%;
    text-align: center;
  }
  .col-2a img {
    width: 50%;
    margin-bottom: 1.5em;
  }
}

.col-2b {
  width: 65%;
}
@media (max-width: 768px) {
  .col-2b {
    width: 100%;
  }
}

.cooperating {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperating .col-3 {
  width: calc((100% - 4%) / 3);
}

/*	modal
----------------------------------------------------*/
.t-link {
  cursor: pointer;
  color: #000;
}

.t-link:hover {
  color: #FFF;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #FFF;
  left: 50%;
  padding: 2em 2.5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__content.modal-mov {
  background: #000;
  padding: 0;
  max-width: 800px;
  max-height: 600px;
}

.js-modal-close {
  line-height: 1.7;
  padding: 0;
  margin: 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.close-btn img {
  width: 100%;
}

/* 予約終了
----------------------------*/
.end {
  position: relative;
}

.end::after {
  content: "終了しました";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(97, 97, 97, 0.6);
  top: 0;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  font-weight: bold;
}

.important {
  margin: 2em auto;
  width: 80%;
}
.important a {
  padding: 1.5em 2em;
  background: #a00000;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.important a:hover {
  background: #000;
}

/* 販売によせて
----------------------------*/
.comment {
  font-size: 110%;
  font-weight: bold;
  line-height: 2;
}

/* シリーズ作品
----------------------------*/
.series {
  align-items: stretch;
}
.series section {
  display: flex;
  flex-direction: column;
}
.series .series-text {
  flex: 1;
  font-size: 95%;
  line-height: 1.5;
  color: #FFF;
}
.series .btn {
  margin-top: auto;
}

/* 先行
----------------------------*/
.banner-pre-sale {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 0;
}
.banner-pre-sale img {
  width: 100%;
  border: 1px solid #FFF;
}

.banner-sign {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2em 0 4em 0;
}
.banner-sign img {
  width: 100%;
}

.image-button {
  background: none; /* 背景を透明にする */
  border: none; /* 枠線を消す */
  padding: 0; /* 余白をゼロにする */
  cursor: pointer; /* マウスが乗ったときにポインター（手）の形にする */
  outline: none; /* クリック時の青い枠線を消す */
}

/* --- 2. 画面全体を覆う黒いマスク（初期状態で表示） --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 黒で透明度90% */
  background-color: rgba(0, 0, 0, 0.8);
  /* 背景をほんのりぼかす（さらに見えにくくする演出） */
  backdrop-filter: blur(5px);
  /* 中の入力フォームを画面の真ん中に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 一番手前に来るように */
}

/* --- 3. パスワード入力の白いボックス --- */
.auth-box {
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.auth-box input {
  padding: 10px 15px;
  font-size: 17px;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 6px;
}

.auth-box button {
  padding: 5px 20px;
  font-size: 17px;
  cursor: pointer;
  background: #000;
  color: #FFF;
  border: none;
  border-radius: 6px;
  transition: all 0.3s;
}
.auth-box button:hover {
  background: #c4b19a;
}