@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper .mv .swiper-slide {
  opacity: 0 !important;
}
#wrapper .mv .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}

.disable {
  cursor: default;
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  overflow-x: hidden;
}

p,
h2,
div {
  max-height: 99999rem;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  font-family: "Noto Sans", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
}

.wrapper a:link,
.wrapper a:visited {
  text-decoration: none;
}
.wrapper a:hover,
.wrapper .a:active {
  text-decoration: none;
}
.wrapper .aside-container a {
  text-decoration: none;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

html {
  font-size: 62.5%;
}

.pc {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: none !important;
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
}

.page-title {
  color: #FF5B00;
  font-weight: 700;
  font-size: 5.7971014493vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 7.2463768116vw 2.4154589372vw;
}

.countdown {
  color: #FF5B00;
  font-style: normal;
  font-weight: 700;
  font-size: 12.5603864734vw;
  letter-spacing: 0.023em;
  background-color: #F6F0E9;
  border-radius: 0px 4.8309178744vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10.5024154589vw;
  width: 100vw;
  height: 32.1256038647vw;
}
.countdown .bloc-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.countdown .bloc-time + .bloc-time {
  margin-left: 6px;
}
.countdown .bloc-time.day .count-title {
  color: #333333;
  font-weight: 700;
}
.countdown .bloc-time.day .count-title.before {
  font-size: 3.8647342995vw;
  margin-left: 0;
  margin-right: 0.7246376812vw;
}
.countdown .bloc-time.day .count-title.after {
  font-size: 4.8309178744vw;
  margin-right: 0;
  margin-left: 0.7246376812vw;
}
.countdown .count-title {
  white-space: nowrap;
  margin: 0 0 0 1.4492753623vw;
}
.countdown .figure > span {
  display: block;
}

.countdown-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
.loaded .countdown-inner {
  opacity: 1;
}

.logo {
  margin: 0 3.8647342995vw 12.077294686vw 0;
  width: 38.6473429952vw;
  position: absolute;
  bottom: 0;
  right: 0;
}


/* 2023.6.19 追加  */
.catch-text {
  color: #FF5B00;
  font-weight: 700;
  font-size: 4.0971014493vw;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 7.2463768116vw 2.4154589372vw;
}
.available-point-check {
  margin-top: 6.2801932367vw;
}
.available-point-btn a {
  background-color: #00A0C6;
  color: #fff;
  width: 72.7053140097vw !important;
  height: 12.077294686vw !important;
  font-size: 3.8816425121vw !important;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.available-point-btn a {
  font-size: 4.347826087vw;
  font-weight: bold;
  line-height: 1.4;
}
.available-point-btn a {
  width: 92.270531401vw;
  height: 14.4927536232vw;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19.3236714976vw;
}