@charset "UTF-8";

@font-face {
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 500;
  src:
    local(※),
    url("../font/NotoSansJP-Regular.ttf") format("truetype"),
    url("../font/NotoSansJP-Regular.woff2") format("woff2"),
    url("../font/NotoSansJP-Regular.woff") format("woff"),
    url("../font/NotoSansJP-Regular.otf") format("opentype"),
    url("../font/NotoSansJP-Regular.eot") format("eot");
  font-display: fallback;
}

@font-face {
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 400;
  src:
    local(※),
    url("../font/NotoSansJP-Medium.ttf") format("truetype"),
    url("../font/NotoSansJP-Medium.woff2") format("woff2"),
    url("../font/NotoSansJP-Medium.woff") format("woff"),
    url("../font/NotoSansJP-Medium.otf") format("opentype"),
    url("../font/NotoSansJP-Medium.eot") format("eot");
  font-display: fallback;
}

@font-face {
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 300;
  src:
    local(※),
    url("../font/NotoSansJP-Light.ttf") format("truetype");
  font-display: fallback;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-family: NotoSansJP, Meiryo, "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
  background: #c35441;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
  vertical-align: top;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

em,
address {
  font-style: normal;
}

legend,
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wrap {
  background-image: url("../images_pc/bg1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.wrap,
.section {
  position: relative;
  width: 100%;
  min-width: 1280px;
}

.wrap .content,
.section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap .intro,
.section .intro {
  position: relative;
  overflow: hidden;
}

.wrap .intro header,
.section .intro header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  min-width: 1280px;
  width: 100%;
  max-width: 1920px;
}

.wrap .intro header h1,
.section .intro header h1 {
  position: absolute;
  top: 27px;
  left: 40px;
  background: url("../images_pc/logo.png") center center/200px 33px no-repeat;
}

.wrap .intro header h1 a,
.section .intro header h1 a {
  display: block;
  width: 200px;
  height: 48px;
}

.wrap .intro header .link,
.section .intro header .link {
  position: absolute;
  top: 35px;
  right: 40px;
}

.wrap .intro header .link.clear_fix::after,
.section .intro header .link.clear_fix::after {
  content: "";
  display: block;
  clear: both;
}

.wrap .intro header .link li,
.section .intro header .link li {
  float: left;
  background-image: url("../images_pc/spr_gnb.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap .intro header .link li:first-child,
.section .intro header .link li:first-child {
  margin-right: 6px;
  background-position: -10px -86px;
}

.wrap .intro header .link li:last-child,
.section .intro header .link li:last-child {
  background-position: -70px -86px;
}

.wrap .intro header .link li a,
.section .intro header .link li a {
  display: block;
  width: 40px;
  height: 40px;
}

.wrap .intro .intro_title,
.section .intro .intro_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -194px;
}

.wrap .intro .intro_title h2:first-of-type,
.section .intro .intro_title h2:first-of-type {
  width: 887px;
  height: 268px;
  margin-top: 153px;
}

.wrap .intro .intro_title h2:last-of-type,
.section .intro .intro_title h2:last-of-type {
  width: 1006px;
  height: 94px;
}

.wrap .intro .intro_title .period,
.section .intro .intro_title .period {
  width: 976px;
  height: 107px;
  margin-top: 19px;
  margin-left: -15px;
  background-image: url("../images_pc/date.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.wrap.section1,
.section.section1 {
  margin-top: 219px;
}

.wrap.section1 h3,
.section.section1 h3 {
  width: 327px;
  height: 83px;
  background-image: url("../images_pc/section1_title.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section1 .how,
.section.section1 .how {
  display: flex;
  align-items: flex-end;
  width: 1200px;
  height: 245px;
  background-image: url("../images_pc/table1.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section1 .how ol,
.section.section1 .how ol {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 114px 30px 33px;
}

.wrap.section1 .how ol li,
.section.section1 .how ol li {
  text-align: center;
  white-space: nowrap;
}

.wrap.section1 .how ol li > p,
.section.section1 .how ol li > p {
  display: inline-block;
  margin-bottom: 8px;
  color: #292e32;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.05px;
}

.wrap.section1 .how ol li > small,
.section.section1 .how ol li > small {
  color: #292e32;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05px;
}

.wrap.section1 .how ol .arrow,
.section.section1 .how ol .arrow {
  width: 41px;
  height: 41px;
  background-image: url("../images_pc/step_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section1 .btn_wrap,
.section.section1 .btn_wrap {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 1200px;
  height: 152px;
  margin-top: 31px;
}

.wrap.section1 .btn_wrap button,
.section.section1 .btn_wrap button {
  width: 361px;
  height: 85px;
  cursor: pointer;
}

.wrap.section1 .btn_wrap button::before,
.section.section1 .btn_wrap button::before {
  content: "";
  position: absolute;
  top: 0;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}

.wrap.section1 .btn_wrap button:hover::before,
.section.section1 .btn_wrap button:hover::before {
  transform: translateY(-5px);
}

.wrap.section1 .btn_wrap button.btn_purchase::before,
.section.section1 .btn_wrap button.btn_purchase::before {
  width: 420px;
  height: 146px;
  left: 20px;
  background-image: url("../images_pc/button1.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.wrap.section1 .btn_wrap button.btn_coin::before,
.section.section1 .btn_wrap button.btn_coin::before {
  width: 413px;
  height: 152px;
  left: calc(50% + 26px);
  transform: translateX(-50%);
  background-image: url("../images_pc/button2.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.wrap.section1 .btn_wrap button.btn_coin:hover::before,
.section.section1 .btn_wrap button.btn_coin:hover::before {
  transform: translate(-50%, -5px);
}

.wrap.section1 .btn_wrap button.btn_list::before,
.section.section1 .btn_wrap button.btn_list::before {
  width: 413px;
  height: 152px;
  right: -33px;
  background-image: url("../images_pc/button3.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.wrap.section2,
.section.section2 {
  margin-top: 16px;
}

.wrap.section2 h3,
.section.section2 h3 {
  width: 240px;
  height: 72px;
  background-image: url("../images_pc/section2_title.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section2 .get_list,
.section.section2 .get_list {
  width: 1200px;
  height: 245px;
  margin-bottom: 63px;
  background-image: url("../images_pc/table2.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section2 .get_list table,
.section.section2 .get_list table {
  width: 100%;
  height: 100%;
}

.wrap.section2 .get_list table th,
.section.section2 .get_list table th {
  width: 33.333%;
  height: 70px;
}

.wrap.section2 .get_list table td,
.section.section2 .get_list table td {
  text-align: center;
}

.wrap.section2 .get_list table td dt,
.wrap.section2 .get_list table td dd,
.section.section2 .get_list table td dt,
.section.section2 .get_list table td dd {
  display: inline;
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}

.wrap.section2 .get_list table td dt::after,
.section.section2 .get_list table td dt::after {
  display: inline-block;
  margin-right: 4px;
  content: ":";
}

.wrap.section2 .get_list table td:nth-child(2) dt::after,
.section.section2 .get_list table td:nth-child(2) dt::after {
  content: "";
}

.wrap.section2 .caution,
.section.section2 .caution {
  width: 1200px;
  margin: 0 auto 63px;
}

.wrap.section2 .caution h4,
.section.section2 .caution h4 {
  width: 160px;
  height: 38px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url("../images_pc/caution_title.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap.section2 .caution ol li,
.section.section2 .caution ol li {
  color: #1d0700;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.05px;
}

.wrap .quick,
.section .quick {
  position: fixed;
  right: 27px;
  top: 653px;
  z-index: 10;
  width: 137px;
  margin-top: -184.5px;
}

.wrap .quick li,
.section .quick li {
  position: relative;
  width: 138px;
  height: 158px;
  margin-bottom: 7px;
}

.wrap .quick li a,
.section .quick li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrap .quick li.q1,
.section .quick li.q1 {
  background-image: url("../images_pc/quick1.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap .quick li.q2,
.section .quick li.q2 {
  background-image: url("../images_pc/quick2.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap .quick li.q2 a,
.section .quick li.q2 a {
  width: 100%;
}

.wrap .pop_wrap,
.section .pop_wrap {
  display: none;
  font-weight: 300;
}

.wrap .pop_wrap .dimmed,
.section .pop_wrap .dimmed {
  position: fixed;
  inset: 0;
  z-index: 7777;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.wrap .pop_wrap .pop,
.section .pop_wrap .pop {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  width: 990px;
  padding: 64px 0 141px;
  background-color: rgb(255 255 255);
  text-align: center;
  overflow: hidden;
}

.wrap .pop_wrap .pop::before,
.section .pop_wrap .pop::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 57px;
  width: 742px;
  height: 42px;
  background-image: url("../images_pc/pop-bottom-text.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap .pop_wrap .pop h4,
.section .pop_wrap .pop h4 {
  width: 356px;
  height: 50px;
  margin: 0 auto 37px;
  background-image: url("../images_pc/pop_title.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap .pop_wrap .pop .btn_close,
.section .pop_wrap .pop .btn_close {
  position: absolute;
  top: 29px;
  right: 25px;
  width: 38px;
  height: 38px;
  background-image: url("../images_pc/popup_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrap .pop_wrap .pop .table_wrap,
.section .pop_wrap .pop .table_wrap {
  position: relative;
  width: 898px;
  height: 506px;
  margin: 0 auto;
  border-top: #555 3px solid;
  border-bottom: #555 3px solid;
  overflow-y: scroll;
}

@media (width >= 0) {
  .wrap .pop_wrap .pop .table_wrap,
  .section .pop_wrap .pop .table_wrap {
    overflow: hidden;
  }
}

.wrap .pop_wrap .pop .table_wrap table,
.section .pop_wrap .pop .table_wrap table {
  width: 100%;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.05px;
}

.wrap .pop_wrap .pop .table_wrap table tr:last-child td,
.section .pop_wrap .pop .table_wrap table tr:last-child td {
  border-bottom: 0;
}

.wrap .pop_wrap .pop .table_wrap table tr td,
.section .pop_wrap .pop .table_wrap table tr td {
  width: 50%;
  height: 45px;
  padding: 0 15px;
  border-right: #555 1px solid;
  border-bottom: #555 1px solid;
  text-align: left;
}

.wrap .pop_wrap .pop .table_wrap table tr td:last-child,
.section .pop_wrap .pop .table_wrap table tr td:last-child {
  border-right: 0;
}

.wrap .pop_wrap .pop .iScrollVerticalScrollbar,
.section .pop_wrap .pop .iScrollVerticalScrollbar {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 10px !important;
}

.wrap .pop_wrap .pop .iScrollIndicator,
.section .pop_wrap .pop .iScrollIndicator {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: rgb(255 255 255) !important;
}

.wrap .footer,
.section .footer {
  padding-top: 36px;
  padding-bottom: 40px;
  background-image: url("../images_pc/copyright.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #422d26;
}

.pop_caution {
  margin: 45px auto 0;
  color: rgb(255 255 255);
  font-size: 18px;
  text-align: center;
}

.pop_caution.second {
  margin: 10px;
}

.pop_caution::before {
  content: "*";
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  width: auto;
  height: auto;
  overflow: hidden;
}

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
  width: 10px;
  left: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ee754f;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  inset: 0;
  height: auto;
}
