@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

/* ----- clearfix ----- */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* common
--------------------------------------------------- */
.contents a {
  color: #0086e3;
  text-decoration: none;
}

.contents a:visited {
  color: #0086e3;
}

.contents a:hover {
  text-decoration: underline;
}

.contents .no-pc {
  display: none;
}

.contents br.no-pc {
  display: none;
}

.contents .no-sp {
  display: block;
}

.contents .xs {
  font-size: 1.2rem;
}

.contents .tax {
  padding: 0 0 0 .25em;
  font-size: 1.2rem;
  font-weight: normal;
}

.sub-txt {
  font-size: 75%;
}

.contents em {
  color: #D3BF8F;
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
}

.contents strong {
  font-style: normal;
  font-weight: bold;
}

.contents .strikethrough {
  color: #666;
  text-decoration: line-through;
}

.contents .caution {
  color: #555;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -1em;
}

.contents .caution::before {
  content: "※";
  color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding: .5em;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.contents .advance {
  background: #F60;
}

.contents .public {
  background: #666;
}

.contents .soldout {
  background: #999;
}

@media screen and (max-width: 767px) {
  .contents .no-pc {
    display: block;
  }

  .contents .no-sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  .contents .advance,
  .contents .public,
  .contents .soldout {
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }

  .contents .caution,
  .contents .xs,
  .contents .tax {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

/* LAYOUT
--------------------------------------------------- */
.contents {
  width: 100%;
  min-width: 320px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
}

.contents-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contents-inner {
  margin-bottom: 80px;
}

.contents-inner:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .contents {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .contents-inner {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .contents {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .contents-inner {
    margin-bottom: 40px;
  }
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
  max-width: 1200px;
  font-size: 3.2rem;
  font-weight: bold;
}

.contents h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

.contents h4 {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contents h1 {
    font-size: 2.8rem;
  }

  .contents h2 {
    font-size: 2.4rem;
  }

  .contents h3 {
    font-size: 2rem;
  }

  .contents h4 {
    font-size: 1.6rem;
  }
}

/* HERO
--------------------------------------------------- */
.hero {}

.hero-inner {}

.outline {}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {
  .outline {}

  .outline p+p {}
}

@media screen and (max-width: 480px) {
  .outline {}

  .outline p+p {}
}

/* TEXT etc
--------------------------------------------------- */
.through {
  text-decoration: line-through;
  color: #999;
}

.soldout-area {
  position: relative;
}

.soldout {
  width: 90%;
  height: 36px;
  margin: auto auto;
  padding: .35em;
  background-color: rgba(0, 0, 0, .5);
  color: #FF0;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* TABLE
--------------------------------------------------- */
.table-price {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  border-collapse: collapse;
  border: 1px solid #FFF;
  table-layout: fixed;
  background: #000;
  color: #fff;
}

.not-bt-line {
  margin-bottom: -1px;
}

.table-price th,
.table-price td {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}

.table-price thead th {
  color: #ed1c24;
  text-align: center;
}

.table-price thead th+th {
  border-left: 1px solid #FFF;
}

.table-price tbody th {
  border-right: 1px solid #FFF;
}

.table-price tbody td {
  border-right: 1px solid #FFF;
}

.table-price tbody td:nth-child(1) {
  width: 20% !important;
}

.table-price tbody td:nth-child(2) {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .table-price {}

  .table-price thead {}

  .table-price th,
  .table-price td {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }

  .table-price tbody td:nth-child(1),
  .table-price tbody td:nth-child(2) {
    width: 100% !important;
  }
}

/* NOTES
--------------------------------------------------- */
.notes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}

.notes li::before {
  content: "※";
}

.notes.dot li::before {
  content: "・";
}

.notes.sq li::before {
  content: "■";
}

.notes li+li {
  margin: .5em 0 0;
}

@media screen and (max-width: 767px) {
  .notes {}

  .notes li {}
}

@media screen and (max-width: 480px) {
  .notes li+li {
    margin: .5em 0 0;
  }
}

/* BUTTON
--------------------------------------------------- */
.contents .btn {
  display: block;
  width: 60%;
  margin: 40px auto 20px;
  padding: 1em .5em;
  border: solid 5px #FFF;
  background: #ed1c24;
  color: #FFF !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
}

.contents .btn:hover {
  color: #ed1c24 !important;
  border: solid 5px #ed1c24;
  background: #FFF;
  text-decoration: none !important;
}

.contents .page-link-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 20px;
  padding: 1em;
  border: solid 1px #7d03be;
  border-radius: 50px;
  background: #fff;
  color: #7d03be !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
}

.contents .page-link-btn:hover {
  color: #FFF !important;
  background: #7d03be;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .contents .btn {
    width: 80%;
    font-size: 1.6rem;
  }

  .contents .page-link-btn {
    max-width: 300px;
    padding: .8em;
    margin: 20px auto 20px;
    font-size: 1.5rem;
    background: #7d03be;
    color: white !important;
  }
}

@media screen and (max-width: 480px) {
  .contents .btn {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* RULE
--------------------------------------------------- */
/* .campaign-rule-bg {
	background: url("../img/rule/bg_01.jpg") repeat top center;
	background-size: contain;
} */
.campign-rule-ttl {
  text-align: center;
  display: block;
  background-size: cover;
  color: #7d03be;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px;
  line-height: 1.2;
  margin: 20px 0 0;
}

.campign-rule-ttl span {
  display: block;
}

.campaign-rule-area {}

.campign-rule-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0;
}

.campign-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0px auto 0;
}

.campign-rule {
  width: 100%;
  border-collapse: collapse;
}

.campign-rule th {
  vertical-align: top;
  text-align: left;
  padding: 16px;
  border: 1px solid #ccc;
  background: #FCFCFC;
}

.campign-rule td {
  width: 70%;
  vertical-align: top;
  padding: 16px;
  border: 1px solid #ccc;
  text-align: left;
}

.campign-rule td a {
  color: #05c;
  text-decoration: underline;
}

.campign-rule td a:hover {
  text-decoration: none;
}

.campign-rule td p+p {
  margin-top: 1em;
}

.campign-rule td p+ul.notes {
  margin-top: 1em;
}

.campign-rule td ul.notes+p {
  margin-top: 2em;
}

.campign-rule-dl {
  margin-top: .5em;
}

.campign-rule-dl dt,
.campign-rule-dl dd {
  display: block;
  float: left;
  text-indent: 0;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .campign-rule-box {
    margin: 0px 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .campign-rule-box {
    width: 94%;
    margin: 0px 3% 0;
  }
}

@media screen and (max-width: 768px) {
  .campign-rule-ttl {
    font-size: 1.6rem;
    padding: 10px 20px;
    margin: 34px 0 0;
  }
  .campign-rule {
    display: block;
  }

  .campign-rule table, .campign-rule th, .campign-rule td {
    border: none !important;
  }

  .campign-rule tr {
    display: block;
    margin-bottom: 15px;
  }

  .campign-rule th, .campign-rule td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .campign-rule th {
    font-weight: bold;
    background: #EFEFEF;
    text-align: center;
    padding: 5px 10px;
  }

  .campign-rule td {
    padding: 5px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 720px) {
  table, th, td {
    border: none !important;
  }
}

/* NOTES
--------------------------------------------------- */
.notes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}

.notes li::before {
  content: "※";
}

.notes.dot li::before {
  content: "・";
}

.notes.sq li::before {
  content: "■";
}

.notes li+li {
  margin: .5em 0 0;
}

/* official area
--------------------------------------------------- */
.twid-area {
  background: #FFF;
  padding: 100px 20px;
}

.twid-ttl {
  max-width: 400px;
  margin: 0 auto 10px;
}

.twid-id {
  max-width: 300px;
  margin: 0 auto;
}

.twid-id a:hover img {
  transform: scale(1);
}