@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #252525;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes spinnerRotation {
  100% {
    transform: rotate(1turn);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .u-wysiwygArea a {
    transition: all 0.6s ease-in-out 0s;
  }
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #333;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #333 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  background: tomato;
  box-shadow: 1px 1px 6px 4px rgba(51, 51, 51, 0.04);
  height: 100px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.is_login_user .siteHeader {
  top: 32px;
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader__innerArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 821px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    width: 1024px;
  }
}

/*====================================================================
siteFooter
====================================================================*/
/*====================================================================
パーツ
====================================================================*/
/*-----------------------------------------------
ボタン
------------------------------------------------*/
.parts {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F1F2;
}

.partsContents {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .partsContents {
    width: 100%;
  }
}

.sec {
  padding: 0 1.5rem;
  margin: 2rem 0;
}

.text-p {
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
}

.text-small {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.text-small2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0.5rem 0rem;
}

.text-warning {
  color: #E40A17;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.title {
  width: 100%;
  overflow: hidden;
}
.title__wrap {
  width: 100%;
  background-color: #3EC1D3;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  margin-bottom: 3.6rem;
  letter-spacing: 0.1em;
}
.title__text {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}

.subTitle {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  background: rgba(62, 193, 211, 0.15);
  font-size: 1.6rem;
  color: #3EC1D3;
  letter-spacing: 0.05em;
  text-align: center;
}

.text-link {
  color: #367EB3;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.external {
  position: relative;
  text-decoration: none;
}
.external:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.1rem;
  left: -1px;
  width: 100%;
  height: 1px;
  background-color: #367EB3;
}
.external:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  right: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.2rem;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
  background: url(../../images/user/common/icon_window.svg) center/contain no-repeat;
  filter: invert(46%) sepia(9%) saturate(3214%) hue-rotate(163deg) brightness(93%) contrast(85%);
}

.button__wrap {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.btn {
  display: block;
  width: 100%;
  padding: 2.8rem 0;
  border: none;
  text-align: center;
  letter-spacing: 0.3em;
  transition: opacity 0.4s;
  padding: 1.4rem 0;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .btn:hover {
    opacity: 0.6;
  }
}

.btn + .btn {
  margin-top: 2rem;
}

.btn-primary {
  background-color: #FF165D;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  font-size: 1.8rem;
}
@media screen and (min-width: 821px) {
  .btn-primary:hover {
    color: #fff;
  }
}

.btn-secondary {
  padding: 2rem 0;
  background-color: #3EC1D3;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 1rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .btn-secondary:hover {
    color: #fff;
  }
}

.btn-info {
  background-color: #FF9A2A;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: -0.5rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
}

.btn-return {
  background-color: #C5CCD2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  text-indent: -0.5rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
}

.btn-gray {
  display: block;
  width: 100%;
  padding: 3rem 0 3.2rem;
  border: solid 1px #c5ccd2;
  color: #333;
  letter-spacing: 0.13em;
  text-align: center;
  transition: color 0.4s, background-color 0.4s;
  padding: 1.6rem 0;
  border-radius: 3px;
  font-size: 1.3rem;
}
@media screen and (min-width: 821px) {
  .btn-gray:hover {
    background-color: #F0F1F2;
    color: #fff;
  }
}

.btn-tall {
  padding-top: 2rem;
  padding-bottom: 2rem;
  letter-spacing: 0.18em;
}

.btn-arrow {
  position: relative;
}
.btn-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/icon_arrow.svg) center/contain no-repeat;
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(178deg) brightness(108%) contrast(100%);
  right: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-window {
  position: relative;
}
.btn-window:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  background: url(../../images/user/common/icon_window.svg) center/contain no-repeat;
  filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(331deg) brightness(105%) contrast(101%);
  left: 0.8rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-external {
  position: relative;
}
.btn-external:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: 1rem;
  background: url(../../images/user/common/icon_external.svg) center/contain no-repeat;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-win {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  background-image: url(../../images/user/common/bg_btn-win.png);
  background-position: center 1rem;
  background-repeat: no-repeat;
  background-size: 18.7rem 3.2rem;
  font-size: 2.2rem;
}
.btn-win:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../images/user/common/icon_arrow.svg) center/contain no-repeat;
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(178deg) brightness(108%) contrast(100%);
}

.btn__text_small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.btn__text_small_bold {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.btn-logout {
  position: relative;
}
.btn-logout:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../images/user/common/icon_logout.svg) center/contain no-repeat;
}

.btn-scan {
  display: block;
  position: relative;
  width: 100%;
  padding: 4.3rem 0 1.5rem;
  border-radius: 3px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  background-image: url(../../images/user/common/icon_camera.svg);
  background-repeat: no-repeat;
  background-size: 3rem 2.4rem;
  background-position: center 1.5rem;
}
.btn-scan:before, .btn-scan:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 94.7%;
  height: 2rem;
}
.btn-scan:before {
  background: url(../../images/user/common/icon_frame-top.png) center/contain no-repeat;
  top: 0.8rem;
}
.btn-scan:after {
  background: url(../../images/user/common/icon_frame-bottom.png) center/contain no-repeat;
  bottom: 0.8rem;
}

.btn-push {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 1.4rem 4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 1rem;
  color: #252525;
  border: 0.1rem solid #252525;
  box-shadow: 0.4rem 0.4rem #B8F3F0, 0.4rem 0.4rem 0 0.1rem #252525;
  transition: 0.3s ease-in-out;
  background: #fff 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.btn-push[btn-type=primary] {
  box-shadow: 0.4rem 0.4rem #B8F3F0, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=yellow] {
  background: #F9F204 0% 0% no-repeat padding-box;
  box-shadow: 0.4rem 0.4rem white, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=submit] {
  box-shadow: 0.4rem 0.4rem #F9F204, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=secondary] {
  box-shadow: 0.4rem 0.4rem #BED4DA, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=prize] {
  box-shadow: 0.4rem 0.4rem #94FFFF, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=ok] {
  box-shadow: 0.4rem 0.4rem #49DD49, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=ng] {
  box-shadow: 0.4rem 0.4rem #FF4350, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=none] {
  box-shadow: none;
}
.btn-push[btn-type=brand-site] {
  box-shadow: 0.4rem 0.4rem #1DE4D9, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[btn-type=campaign] {
  color: #00B3B0;
  background: #F9F204 0% 0% no-repeat padding-box;
  box-shadow: 0.4rem 0.4rem #fff, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push[padding="1"] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.btn-push[btn-size=small] {
  font-size: 1.3rem;
  width: 16rem;
  padding: 1rem 1rem 1rem 2.6rem;
}
.btn-push.disabled, .btn-push:disabled {
  background: #E8E8E8;
  opacity: 1;
  box-shadow: 0.4rem 0.4rem #A1A1A1, 0.4rem 0.4rem 0 0.1rem #252525;
}
.btn-push:hover:not(:disabled):not(.disabled):not([type=none]) {
  box-shadow: none;
  transform: translate(0.4rem, 0.4rem);
}
.btn-push button:not(:disabled):not(.disabled):active,
.btn-push button:not(:disabled):not(.disabled).active:focus {
  /* 選択された時アウトラインを表示させない */
  outline: none !important;
  box-shadow: none;
}
.btn-push p {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: normal;
}

.btn-push-up-arrow::after {
  content: "";
  border-style: solid;
  border-width: 0 0.8rem 1rem 0.8rem;
  border-color: transparent transparent #252525 transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.btn-push-up-arrow[btn-size=small]::after {
  left: 1rem;
}
.btn-push-up-arrow[icon-pos=left]::after {
  left: 2rem;
  right: auto;
}
.btn-push-up-arrow[icon-pos=right]::after {
  left: auto;
  right: 2rem;
}
.btn-push-up-arrow[icon-color=campaign]::after {
  border-color: transparent transparent #00B3B0 transparent;
}

.btn-push-bottom-arrow::after {
  content: "";
  border-style: solid;
  border-width: 1rem 0.8rem 0 0.8rem;
  border-color: #252525 transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.btn-push-bottom-arrow[icon-pos=left]::after {
  left: 2rem;
  right: auto;
}
.btn-push-bottom-arrow[icon-pos=right]::after {
  left: auto;
  right: 2rem;
}
.btn-push-bottom-arrow[icon-color=campaign]::after {
  border-color: #00B3B0 transparent transparent transparent;
}

.btn-push-right-arrow::after {
  content: "";
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent #252525;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.btn-push-right-arrow[icon-pos=left]::after {
  left: 2rem;
  right: auto;
}
.btn-push-right-arrow[icon-pos=right]::after {
  left: auto;
  right: 2rem;
}
.btn-push-right-arrow[icon-color=campaign]::after {
  border-color: transparent transparent transparent #00B3B0;
}

.btn-push-left-arrow::after {
  content: "";
  border-style: solid;
  border-width: 0.8rem 1rem 0.8rem 0;
  border-color: transparent #252525 transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.btn-push-left-arrow[icon-pos=left]::after {
  left: 2rem;
  right: auto;
}
.btn-push-left-arrow[icon-pos=right]::after {
  left: auto;
  right: 2rem;
}
.btn-push-left-arrow[icon-color=campaign]::after {
  border-color: transparent #00B3B0 transparent transparent;
}

.btn-copy-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/user/receipt/top/icon_copy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 35%;
}

.btn-receipt-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: calc(50% - 12rem);
  width: 3rem;
  height: 3rem;
  background: url(../../images/user/receipt/top/icon_receipt_blue.svg);
  filter: brightness(0);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-receipt-check-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 12rem);
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/receipt/product/icon_receipt_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-anchor {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 1.4rem 4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 1rem;
  color: #252525;
  border: 0.1rem solid #252525;
  box-shadow: 0.4rem 0.4rem #B8F3F0, 0.4rem 0.4rem 0 0.1rem #252525;
  transition: 0.3s ease-in-out;
  background: #fff 0% 0% no-repeat padding-box;
}

.disabled {
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none !important;
}

.input-scan {
  display: none;
}

.checkBox {
  margin-bottom: 1rem;
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
}
.checkBox__input {
  display: none;
}
.checkBox input[type=checkbox]:checked + .checkBox__label {
  border-color: #3EC1D3;
  border-width: 2px;
}
.checkBox input[type=checkbox]:checked + .checkBox__label:before {
  opacity: 1;
}
.checkBox input[type=checkbox]:checked + .checkBox__label:after {
  background-color: #3EC1D3;
  border-color: #3EC1D3;
}
.checkBox input[type=checkbox]:checked + .checkBox__label2 {
  border-color: #3EC1D3;
  border-width: 2px;
}
.checkBox input[type=checkbox]:checked + .checkBox__label2:before {
  opacity: 1;
}
.checkBox input[type=checkbox]:checked + .checkBox__label2:after {
  background-color: white;
}
.checkBox__label {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.3rem 0 1.3rem;
  padding-left: 2rem;
  margin-bottom: 0;
  border: solid 1px #C5CCD2;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.checkBox__label:before, .checkBox__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkBox__label:before {
  left: 2.4rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/user/common/icon_check.svg) center/contain no-repeat;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(11deg) brightness(103%) contrast(105%);
  opacity: 0;
}
.checkBox__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: solid 1px #C5CCD2;
  border-radius: 3px;
}
.checkBox__label2 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.3rem 0 1.3rem;
  padding-left: 2rem;
  margin-bottom: 0;
  border: solid 1px #C5CCD2;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.checkBox__label2:before, .checkBox__label2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkBox__label2:before {
  left: 2.4rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/user/common/icon_check.svg) center/contain no-repeat;
  opacity: 0;
}
.checkBox__label2:after {
  content: "";
  display: block;
  position: absolute;
  left: 1.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: solid 1px #C5CCD2;
  border-radius: 3px;
}

.select {
  position: relative;
  z-index: 1;
}
.select__box {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.1rem 3rem 1.1rem 1.3rem;
  background-color: #fff;
  border: solid 1px #C5CCD2;
  border-radius: 0.3rem 0.3rem 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #a8a7a7;
}
.select__box:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(90deg);
  width: 1rem;
  height: 1.5rem;
  background: url(../../images/user/common/icon_arrow.svg) center/contain no-repeat;
  opacity: 0.4;
}
.select__pulldown {
  width: 100%;
  height: 54rem;
  padding: 3rem 3.6rem 3rem 1.2rem;
  background-color: #fff;
  border-left: solid 1px #C5CCD2;
  border-right: solid 1px #C5CCD2;
  border-bottom: solid 1px #C5CCD2;
  border-radius: 0 0 0.3rem 0.3rem;
  overflow-y: scroll;
}
.select .simplebar-scrollbar {
  z-index: 1;
}
.select .simplebar-scrollbar:before {
  width: 0.2rem;
  border-radius: 1rem;
  border: solid 1rem #fff;
  background-color: #b9b9b9;
}
.select .simplebar-track {
  background-color: #fff;
}
.select .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.select__item {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0em;
}

.radio {
  width: 100%;
}
.radio__wrap {
  margin-bottom: 2.2rem;
  display: flex;
  align-items: start;
}
.radio__input {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.3rem;
  accent-color: #333;
}
.radio__label {
  width: 28rem;
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.check {
  width: 100%;
}
.check__wrap {
  margin-bottom: 2.1rem;
  display: flex;
  align-items: start;
}
.check__input {
  display: none;
}
.check__input:checked + .check__label:before {
  opacity: 1;
}
.check__label {
  position: relative;
  width: 31.5rem;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.check__label:before, .check__label:after {
  content: "";
  display: block;
  position: absolute;
}
.check__label:before {
  position: absolute;
  top: 0.75rem;
  left: 1%;
  z-index: 10;
  width: 1.3rem;
  height: 1rem;
  background: url(../../images/user/common/icon_check-small.png) center/contain no-repeat;
  opacity: 0;
}
.check__label:after {
  top: 0;
  left: 0rem;
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.3rem;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #333;
}

.question {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-indent: -3.3rem;
  margin-left: 3.3rem;
}
.question__number {
  color: #333;
  font-size: 1.8rem;
  margin-right: 0.4rem;
}

/*-----------------------------------------------
箱とか
------------------------------------------------*/
.box {
  width: 100%;
}
.box__wrap {
  margin-bottom: 4rem;
}
.box__imageWrap {
  height: 14rem;
  margin-top: 1rem;
}
.box__list .box-general:not(:last-of-type) {
  margin-bottom: 8rem;
}
.box__list .box-general:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2.6rem solid #00B3B0;
  border-right: 2.6rem solid transparent;
  border-left: 2.6rem solid transparent;
}

.box-general {
  overflow: hidden;
}
.box-general .box__head {
  background-color: #00B3B0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 1.2rem 0 1.2rem;
  font-size: 2.2rem;
  border-radius: 1rem 1rem 0 0;
}
.box-general .box__head_beams {
  background-color: #FE5226;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 1.2rem 0 1.2rem;
  font-size: 2.2rem;
  border-radius: 1rem 1rem 0 0;
}
.box-general .box__head2 {
  background-color: #fff;
  font-weight: bold;
  color: #00B3B0;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 1.2rem 0 1.2rem;
  font-size: 2.2rem;
  border-radius: 1rem 1rem 0 0;
  border: solid 0.2rem #00B3B0;
}
.box-general .text-large {
  font-family: "din-2014", sans-serif;
  line-height: 1;
  vertical-align: sub;
  padding-left: 0.6rem;
  font-size: 3.4rem;
  letter-spacing: 0.4rem;
}
.box-general .box__body {
  background-color: #fff;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18rem;
  border: solid 0.2rem #00B3B0;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.box-general .box__body_beams {
  background-color: #fff;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18rem;
  border: solid 0.2rem #FE5226;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.box-general .box__caution {
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.box-point {
  position: relative;
}
.box-point .box__head {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26.6rem;
  padding: 2rem 0 1rem;
  border-radius: 3rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.11em;
  text-align: center;
}
.box-point .box__body {
  position: relative;
  padding: 2.8rem 5.5rem 1.3rem;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.box-point .box__body:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1.2rem;
  left: -1rem;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../../images/user/common/icon_point.png) center/contain no-repeat;
}
.box-point .text-strong {
  padding-right: 0.7rem;
  font-family: "din-2014", sans-serif;
  font-size: 5.8rem;
  font-weight: bold;
  color: #FF165D;
  line-height: 1;
  vertical-align: sub;
}

.box_partition {
  width: 4rem;
  height: 4rem;
  transform: translateX(-50%);
  border-top: 2.6rem solid #00B3B0;
  border-right: 2.6rem solid transparent;
  border-left: 2.6rem solid transparent;
}

.popup {
  position: relative;
  width: 100%;
  text-align: center;
  background: url(../../images/user/common/img_popupBaloon-iphone.png) center/contain no-repeat;
}
.popup__head {
  padding-top: 2rem;
  margin-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.popup__body {
  font-size: 1.2rem;
  padding-bottom: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.popup__close {
  position: absolute;
  top: -0.8rem;
  right: 0;
  transform: translateY(-50%);
  background: #000;
  padding: 5px 8px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.popup.for-android {
  padding: 36px 0 20px;
  background-image: url(../../images/user/common/img_popupBaloon-android.png);
}

.popup.for-android .popup__head {
  padding-top: 3.6rem;
}

.popup.for-android .popuup__body {
  padding-bottom: 2rem;
}

.popup.for-android .popup__close {
  top: 85.5%;
}

/*-----------------------------------------------
ページネーション
------------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pagination__item.current .pagination__link {
  background-color: #3EC1D3;
  color: #fff;
  font-weight: bold;
}
.pagination__link {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  border-radius: 2px;
  font-family: "din-2014", sans-serif;
  font-size: 1.8rem;
  color: #333;
  transition: color 0.4s;
}
@media screen and (min-width: 821px) {
  .pagination__link:hover {
    color: #3EC1D3;
  }
}
.pagination__prev .pagination__link, .pagination__next .pagination__link {
  position: relative;
  padding: 2rem;
}
.pagination__prev .pagination__link:after, .pagination__next .pagination__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1.6rem;
  background: url(../../images/user/common/icon_arrow.svg) center/contain no-repeat;
}
.pagination__prev {
  transform: rotate(180deg);
}

/*-----------------------------------------------
お問い合わせ
------------------------------------------------*/
.contact {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 4rem;
}
.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 2.4rem;
  border: solid 1px #C5CCD2;
  text-align: center;
}
.contact .subTitle {
  margin-bottom: 1.8rem;
}
.contact__title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact__tel {
  display: flex;
  flex-direction: column;
  font-family: "din-2014", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.contact__time {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact .caption {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}

.contact2 {
  background-color: #00B3B0;
}
.contact2__waveWrap {
  position: relative;
}
.contact2__wave {
  --s: 1.4rem;
  /* the size of the wave */
  --p: 0.6;
  /* the curvature of the wave [0 2] */
  --R: calc(var(--s) * sqrt(var(--p) * var(--p) + 1)) at 50%;
  -webkit-mask: radial-gradient(var(--R) calc(var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)) 100%, radial-gradient(var(--R) calc(-1 * var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% var(--s)/calc(4 * var(--s)) 100% repeat-x;
          mask: radial-gradient(var(--R) calc(var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)) 100%, radial-gradient(var(--R) calc(-1 * var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% var(--s)/calc(4 * var(--s)) 100% repeat-x;
  display: inline-block;
  position: absolute;
  top: calc(-1.6 * var(--s));
  height: calc(2 * var(--s));
  width: 100%;
  background: #00B3B0;
}
.contact2__inner {
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}
.contact2__innerTitle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.contact2__innerCaption {
  display: flex;
  flex-direction: column;
}
.contact2__title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact2__icon i {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  background-image: url(../../images/user/receipt/top/diamond_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact2__caption {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.spinner {
  --dot-size: 0.35rem;
  --radius: 2.2rem;
  width: var(--dot-size);
  height: var(--dot-size);
  margin: 5rem;
  border-radius: 50%;
  box-shadow: calc(1 * var(--radius)) calc(0 * var(--radius)) 0 calc(0.4 * var(--dot-size)) #bfbfbf, calc(0.707 * var(--radius)) calc(0.707 * var(--radius)) 0 calc(0.5 * var(--dot-size)) #bdbdbd, calc(0 * var(--radius)) calc(1 * var(--radius)) 0 calc(0.6 * var(--dot-size)) #9a9a9a, calc(-0.707 * var(--radius)) calc(0.707 * var(--radius)) 0 calc(0.7 * var(--dot-size)) #8e8e8e, calc(-1 * var(--radius)) calc(0 * var(--radius)) 0 calc(0.8 * var(--dot-size)) #767676, calc(-0.707 * var(--radius)) calc(-0.707 * var(--radius)) 0 calc(0.9 * var(--dot-size)) #585858, calc(0 * var(--radius)) calc(-1 * var(--radius)) 0 calc(1 * var(--dot-size)) #515151;
  animation: spinnerRotation 1s infinite steps(8);
}

.receiptLoadingUploadModal .modal__wrap {
  height: 30rem;
  padding: 0 2rem;
}
.receiptLoadingUploadModal .modal__inner {
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.receiptLoadingUploadModal__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.receiptLoadingUploadModal__text {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
.receiptLoadingUploadModal__icon {
  margin-top: 2rem;
  width: 8rem;
  height: 8rem;
}
.receiptLoadingUploadModal__annotation {
  margin-top: 3rem;
  font-size: 1.1rem;
}

.ac-parent {
  cursor: pointer;
}

.floatMenu {
  position: fixed;
  width: 37.5rem;
  bottom: 0;
  z-index: 4;
}
.floatMenu .active-float {
  background-color: #00B3B0;
}
.floatMenu .active-float .inner_div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.floatMenu__uploadBtnWrap {
  position: absolute;
  bottom: 8rem;
  right: 2rem;
}
.floatMenu .btn-receipt-circle {
  float: right;
  width: 8rem;
  height: 8rem;
  background-color: #F7E237;
  font-size: 1.1rem;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border: 0.3rem solid #fff;
  border-radius: 50%;
}
.floatMenu .btn-receipt-circle i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.6rem;
  vertical-align: middle;
  background-image: url(../../images/user/receipt/top/camera.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.floatMenu__navBerWrap {
  position: absolute;
  bottom: 0.5rem;
  padding: 0 2rem;
  width: 100%;
}
.floatMenu .nav-bar {
  display: flex;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding: 0;
  border: solid 0.3rem #1DE4D9;
  border-radius: 5rem;
}
.floatMenu .nav-bar li {
  flex: 1;
  text-align: center;
  background-color: #fff;
  height: 5rem;
}
.floatMenu .nav-bar li div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatMenu .nav-bar li:not(:last-child) a div {
  border-right: solid 0.1rem #1DE4D9;
}
.floatMenu .nav-bar li a {
  height: 100%;
  display: block;
  padding: 0.8rem 0;
  color: #252525;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
.floatMenu .nav-bar li a:hover {
  background-color: #E5EDEF;
}

.applyRequirement__list {
  padding: 0 3rem;
  margin-bottom: 2rem;
  list-style-type: none;
}
.applyRequirement__item {
  display: flex;
  font-weight: bold;
  padding: 2rem 1rem;
  border-bottom: dashed 0.2rem #B8F3F0;
}
.applyRequirement__itemTitle {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.applyRequirement__itemDetail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.applyRequirement__itemDetail p {
  font-size: 1.2rem;
}
.applyRequirement i {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.applyRequirement__validityIcon {
  background-image: url(../../images/user/receipt/top/icon_megaphone.svg);
}
.applyRequirement__receptionIcon {
  background-image: url(../../images/user/receipt/top/icon_receipt_blue.svg);
}
.applyRequirement__prizeIcon {
  background-image: url(../../images/user/receipt/top/icon_gift.svg);
}
.applyRequirement__buttonWrap {
  padding: 0 3rem;
  margin-bottom: 5rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.modal p {
  font-size: 1.3rem;
}
.modal__overlay {
  width: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4;
  display: none;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 60rem;
  height: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .modal__wrap {
    width: calc(100% - 3rem);
    height: 67.7vh;
  }
}
.modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: 5;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding: 4rem 1.5rem;
  background-color: #fff;
  overflow-y: scroll;
  display: none;
}
.modal__title {
  margin-bottom: 1.8rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.modal__box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.modal__boxTitle {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1.6rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.modal__bodyText {
  letter-spacing: 0.18em;
}
.modal__bodyText, .modal__subTitle {
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__textBox {
  font-size: 1.3rem;
}
.modal__textBox p {
  font-size: 1.3rem;
}
.modal__bodyText + .modal__annotation {
  padding-top: 1rem;
}
.modal__annotation + .modal__annotation {
  padding-top: 0.5rem;
}
.modal__subTitle {
  margin-bottom: 0;
  padding-top: 2rem;
}
.modal__list-large, .modal__list-small {
  padding: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
.modal__item-large {
  display: flex;
  gap: 0.4rem;
  padding-top: 1rem;
}
.modal__item-large:before {
  content: "●";
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__item-large + .modal__item-large {
  padding-top: 1rem;
}
.modal__list-small {
  padding-left: 2rem;
}
.modal__item-small {
  display: flex;
  gap: 0.4rem;
}
.modal__item-small:before {
  content: "・";
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__item-small + .modal__item-small {
  padding-top: 1rem;
}

.receiptPreviewModal img {
  -o-object-fit: contain;
  object-fit: contain;
  border-style: none;
  vertical-align: middle;
  width: 100%;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 820px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", sans-serif;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 820px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
/*====================================================================
topPage
====================================================================*/
.topPage {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F8FAFC;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /*-----------------------------------------------
  タイトル
  ------------------------------------------------*/
  /*====================================================================
  キャンペーン概要
  ====================================================================*/
  /*====================================================================
  対象商品
  ====================================================================*/
  /*====================================================================
  応募の流れ
  ====================================================================*/
  /*====================================================================
  コース紹介
  ====================================================================*/
  /*====================================================================
  Wチャンス
  ====================================================================*/
  /*====================================================================
  キャンペーン参加
  ====================================================================*/
}
.topPage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #FBF8F2;
  box-shadow: 0px 0px 8px gray;
}
@media screen and (max-width: 821px) {
  .topPage .siteContent {
    width: 100%;
    background-color: #FBF8F2;
  }
}
.topPage .topKv {
  width: 100%;
  background-image: url("../../images/user/top/img_top_kv.webp");
  background-size: 100%;
  background-position: center;
  height: 47rem;
}
.topPage .outline {
  width: 100%;
  margin-bottom: 6rem;
}
.topPage .outline__wrap {
  padding-left: 3rem;
  padding-right: 3rem;
}
.topPage .outline__textBox {
  width: 100%;
  margin: 0 auto 3rem;
  margin-bottom: 3rem;
}
.topPage .outline__text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.topPage .outline .btn-arrow:after {
  transform: translateY(-50%) rotate(90deg);
}
.topPage .qr {
  padding: 3rem;
  background-color: #F6F6F6;
}
.topPage .qr__border {
  background: url(../../images/user/top/img_qr_frame.png) center/contain no-repeat;
  position: relative;
}
.topPage .qr__image {
  position: relative;
  width: 20rem;
  height: 35rem;
  top: 0rem;
  margin: 0rem auto 2rem;
}
.topPage .qr__text {
  font-size: 1.7rem;
  font-weight: 500;
}
.topPage .qr .caution-text {
  color: #FF4350;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
}
.topPage .procedure__wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.topPage .procedure__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topPage .procedure__item {
  position: relative;
  margin-bottom: 6.5rem;
}
.topPage .procedure__item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20%;
  border-top: 2.6rem solid #00B3B0;
  border-right: 2.6rem solid transparent;
  border-left: 2.6rem solid transparent;
}
.topPage .procedure__item:last-of-type {
  margin-bottom: 7rem;
}
.topPage .participate .title {
  margin-bottom: 1.2rem;
}
.topPage .participate__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topPage .participate__item {
  padding-top: 2.4rem;
}
.topPage .participate__item:not(:last-of-type) {
  padding-bottom: 1.8rem;
  border-bottom: 0.4rem dotted #00B3B0;
}
.topPage .participate__text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.topPage .participate__checkBox {
  display: none;
}
.topPage .participate input[type=checkbox]:checked + .participate__checkLabel:before {
  opacity: 1;
}
.topPage .participate__checkLabel {
  position: relative;
  width: 100%;
  padding: 2rem 1.4rem 2rem 7.5rem;
  background-color: #E8E8E8;
  border: solid 1px #DBDBDB;
  border-radius: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  cursor: pointer;
}
.topPage .participate__checkLabel:before, .topPage .participate__checkLabel:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topPage .participate__checkLabel:before {
  left: 2.8rem;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  background: url(../../images/user/common/icon_check.svg) center/contain no-repeat;
  opacity: 0;
}
.topPage .participate__checkLabel:after {
  left: 2rem;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
.topPage .participate__line, .topPage .participate__twitter {
  position: relative;
  width: 100%;
  padding: 1.3rem 0;
  margin-bottom: 1rem;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 5.4rem;
  transition: all 0.4s;
}
.topPage .participate__line:before, .topPage .participate__twitter:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 100%;
}
.topPage .participate__line {
  background-color: #06C755;
  border: solid 1px #06C755;
  color: #fff;
}
.topPage .participate__line:before {
  background: url(../../images/user/common/icon_line.png) center/contain no-repeat;
}
.topPage .participate__twitter {
  background-color: #1D9BF0;
  border: solid 1px #1D9BF0;
  color: #fff;
}
.topPage .participate__twitter:before {
  background: url(../../images/user/common/icon_twitter.png) center/contain no-repeat;
}
.topPage .participate__line[disabled], .topPage .participate__twitter[disabled] {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}
.topPage .participate__line[disabled]:before {
  background: url(../../images/user/common/icon_line-gray.png) center/contain no-repeat;
}
.topPage .participate__twitter[disabled]:before {
  background: url(../../images/user/common/icon_twitter-gray.png) center/contain no-repeat;
}
.topPage .participate__button__caption {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
.topPage .participate__button__caption:first-of-type {
  margin-bottom: 1.8rem;
}
.topPage .participate__notes {
  margin-left: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-indent: -12px;
}
.topPage .other {
  border-bottom: 1px solid #C5CCD2;
  padding-bottom: 6rem;
}
.topPage .other__wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.topPage .other__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2.4rem;
}
.topPage .other__picture {
  margin-bottom: 2rem;
  width: 100%;
  height: 41.4rem;
}
.topPage .other__picture:last-of-type {
  margin-bottom: 3rem;
}
.topPage .other .btn-arrow {
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
}
.topPage .other .btn-arrow:after {
  transform: translateY(-50%) rotate(-90deg);
}
.topPage .brand {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.topPage .brand__banner {
  width: 100%;
  height: 15.5rem;
  margin-left: 0;
  margin-bottom: 3rem;
}
.topPage .brand .btn-gray {
  width: calc(100% - 12rem);
  width: calc(100% - 6rem);
  margin-left: 3rem;
}
.topPage .infoHeader {
  position: relative;
}
.topPage .infoHeader__imgWrap {
  margin-top: 2rem;
  border: solid 0.2rem #00B3B0;
  border-radius: 1rem;
}
.topPage .infoHeader__ruby {
  position: relative;
  font-size: 1.2rem;
  color: #00B3B0;
  z-index: 2;
}
.topPage .infoHeader__ruby::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  top: 0.1rem;
  background-image: url(../../images/user/receipt/product/diamond_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.topPage .infoHeader__title {
  position: relative;
  padding: 0.2rem 0 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
}
.topPage .infoHeader__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.topPage .infoHeader__title[icon-type=top]::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 7rem;
  top: -2.5rem;
  right: -1.5rem;
  background-image: url(../../images/user/receipt/product/bg_icon_circle.svg), url(../../images/user/receipt/product/bg_icon_triangle.svg);
  background-position: 0 0, bottom right;
  background-size: 2.8rem 2.8rem, 6rem 6rem;
  background-repeat: no-repeat;
}
.topPage .infoHeader__title[icon-type=qr]::after, .topPage .infoHeader__title[icon-type=course]::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 7rem;
  top: -2.5rem;
  right: 0rem;
  background-image: url(../../images/user/chain/bg_icon_square.svg), url(../../images/user/chain/bg_icon_circle.svg);
  background-position: left top, 5rem 3.5rem;
  background-size: 5.8rem 4.8rem, 2.6rem 2.5rem;
  background-repeat: no-repeat;
  z-index: -1;
}
.topPage .infoHeader__title[icon-type=wChance]::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 7rem;
  top: -2.5rem;
  right: -1.5rem;
  background-image: url(../../images/user/receipt/product/bg_icon_circle2.svg), url(../../images/user/receipt/product/bg_icon_triangle2.svg);
  background-position: 0 0, bottom right;
  background-size: 2.8rem 2.8rem, 6rem 6rem;
  background-repeat: no-repeat;
}
.topPage .campaign-overview {
  padding: 4rem 3rem 3rem;
  background-color: #fff;
}
.topPage .campaign-overview .textWrap {
  padding: 2rem 0 0rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.topPage .campaign-overview .caution-text {
  color: #FF4350;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
  padding-bottom: 2rem;
}
.topPage .campaign-overview .buttonWrap {
  padding-bottom: 2rem;
}
.topPage .campaign-overview .buttonWrap a:not(:first-of-type) {
  margin-top: 2.1rem;
}
.topPage .campaign-overview[campaign-type=over] {
  border-bottom: dashed 0.2rem #00B3B0;
}
.topPage .shipping {
  padding: 4rem 3rem 0;
  background-image: url(../../images/user/top/bg_course.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.topPage .shipping .infoHeader {
  padding-bottom: 2rem;
}
.topPage .shipping .point {
  display: table;
  position: relative;
  left: 7rem;
  margin: 2rem 0rem;
  background-color: #B8F3F0;
  border-radius: 5rem;
}
.topPage .shipping .point__large {
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 2rem;
  font-weight: 600;
}
.topPage .shipping .point__amount {
  font-size: 2.5rem;
  font-weight: 700;
}
.topPage .shipping .productInfo__imgWrap {
  margin-top: 2rem;
  border: solid 0.2rem #00B3B0;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem;
}
.topPage .shipping .productInfo__itemWrap {
  padding-bottom: 2rem;
}
.topPage .shipping .productInfo__Title {
  font-size: 1.6rem;
}
.topPage .shipping .productInfo__itemTitle {
  font-weight: bold;
  font-size: 1.4rem;
}
.topPage .shipping .productInfo__itemDetail {
  margin-left: 1rem;
  font-size: 1.4rem;
}
.topPage .shipping .productInfo__btnWrap {
  padding: 0 0 2rem;
}
.topPage .shipping .productInfo__btnWrap a:not(:first-of-type) {
  margin-top: 2.1rem;
}
.topPage .application-process {
  padding: 4rem 3rem 3rem;
  background-color: #E5EDEF;
  background-image: url(../../images/user/top/bg_course.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.topPage .application-process .box {
  margin-top: 2rem;
}
.topPage .application-process .box__headImg {
  height: 3rem;
}
.topPage .application-process .box__imageWrap[image-type=step_02] {
  height: 14rem;
}
.topPage .application-process .box__imageWrap[image-type=step_03] {
  height: 14rem;
}
.topPage .application-process .box__imageWrap[image-type=step_04] {
  height: 14rem;
}
.topPage .application-process .box__imageWrap[image-type=step_05] {
  height: 10rem;
}
.topPage .course-introduction {
  background-color: #FBF8F2;
  padding: 4rem 3rem 3rem;
  background-image: url(../../images/user/top/bg_course.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.topPage .course-introduction .box__imageWrap[image-type=point] {
  height: 14rem;
  margin-top: 0rem;
}
.topPage .course-introduction .box__imageWrap[image-type=select-pay] {
  height: 10rem;
  margin-top: 0rem;
}
.topPage .course-introduction .textWrap {
  padding: 2.5rem 0rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.topPage .course-introduction .textWrap .number {
  color: #00B3B0;
  font-weight: 900;
}
.topPage .course-introduction .textWrap .font-bold {
  font-weight: 900;
}
.topPage .course-introduction .textPresentWrap {
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.topPage .course-introduction .introduction {
  padding-top: 2rem;
}
.topPage .course-introduction .introduction__wrap {
  padding: 2rem 1.6rem;
  border: solid 0.1rem #00B3B0;
  background-color: #fff;
}
.topPage .course-introduction .introduction__wrap:not(:last-of-type) {
  margin-bottom: 3rem;
}
.topPage .course-introduction .introduction__course {
  padding: 2rem 0rem 0rem;
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #FE5226;
}
.topPage .course-introduction .introduction__subTitle {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.topPage .course-introduction .introduction__title {
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.topPage .course-introduction .introduction__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.topPage .course-introduction .introduction__imgTitleWrap {
  position: relative;
  margin-right: 4rem;
}
.topPage .course-introduction .introduction__imgWrap {
  padding: 1rem 0;
}
.topPage .course-introduction .introduction__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
}
.topPage .course-introduction .introduction__textCenter {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-align: center;
}
.topPage .course-introduction .introduction__annotation {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
}
.topPage .course-introduction .introduction__au_annotation {
  font-size: 0.5rem;
  text-align: center;
  color: #A1A1A1;
  font-weight: 500;
}
.topPage .course-introduction .introduction .collapse-icon {
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #00B3B0;
  border-radius: 50%;
  right: -4rem;
  top: 0.6rem;
}
.topPage .course-introduction .introduction .ac-parent:not(.is-active) .collapse-icon:before, .topPage .course-introduction .introduction .ac-parent:not(.is-active) .collapse-icon:after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.topPage .course-introduction .introduction .ac-parent:not(.is-active) .collapse-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.topPage .course-introduction .introduction .ac-parent.is-active .collapse-icon:before {
  content: "";
  display: inline-block;
  width: 60%;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.topPage .course-introduction .btnWrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.topPage .course-introduction .btnWrap a:not(:first-of-type) {
  margin-top: 2.1rem;
}
.topPage .wChance {
  padding: 4rem 3.7rem 3rem;
  background-image: url(../../images/user/top/top_wChance_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.topPage .wChance .productInfo__imgWrap {
  background-color: #fff;
  margin-top: 2rem;
  padding: 2rem 6rem;
  border: solid 0.16rem #00B3B0;
  border-radius: 1rem;
}
.topPage .wChance .productInfo__itemWrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.topPage .wChance .productInfo__itemTitle {
  padding: 2rem 0 0rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.topPage .wChance .productInfo__itemDetail {
  margin-left: 1rem;
  font-size: 1.4rem;
}
.topPage .wChance .productInfo__itemAnnotation {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.topPage .wChance .productInfo__btnWrap {
  padding: 2rem 3rem 2rem;
}
.topPage .wChance .productInfo__btnWrap a:not(:first-of-type) {
  margin-top: 2.1rem;
}
.topPage .participate-campaign {
  padding: 4rem 3rem 4rem;
  background-color: #F0FEFE;
}
.topPage .participate-campaign .participate {
  padding: 2rem 0 0;
}
.topPage .participate-campaign .participate__wrap {
  padding: 1.4rem;
  border-radius: 1rem;
  border: solid 0.1rem #00B3B0;
  background-color: #fff;
}
.topPage .participate-campaign .participate__wrap:not(:first-of-type) {
  margin-top: 2rem;
}
.topPage .participate-campaign .participate__title {
  padding: 1rem 0;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.topPage .participate-campaign .participate__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.topPage .participate-campaign .participate__body {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #F5F6F5;
  border: solid 0.1rem #252525;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.topPage .participate-campaign .participate__body[body-type=scroll] {
  padding-right: 0.5rem;
}
.topPage .participate-campaign .participate__caution {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #F5F6F5;
  border: solid 0.1rem #252525;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.topPage .participate-campaign .participate__scroll {
  padding-right: 1.5rem;
  height: 30rem;
}
.topPage .participate-campaign .participate__attention {
  padding-left: 1em;
  text-indent: -1em;
}
.topPage .participate-campaign .participate__attention2 {
  padding-left: 2em;
  text-indent: -2em;
}
.topPage .participate-campaign .btnWrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.topPage .participate-campaign .btnWrap a:not(:first-of-type) {
  margin-top: 2.1rem;
}

/*====================================================================
初回アンケート
====================================================================*/
.questionnaire {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0FEFE;
}
.questionnaire .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .questionnaire .siteContent {
    width: 100%;
  }
}
.questionnaire__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}
.questionnaire .title__wrap {
  margin-bottom: 2rem;
}
.questionnaire .productInputInfo {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.questionnaire .productInputInfo[info-type=list] {
  margin-top: 3rem;
  padding-top: 0;
}
.questionnaire .productInputInfo__textWrap {
  padding: 0 4.2rem;
}
.questionnaire .productInputInfo__ruby {
  font-size: 1.3rem;
  color: #00B3B0;
}
.questionnaire .productInputInfo__ruby::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  top: 0.1rem;
  background-image: url(../../images/user/receipt/product/diamond_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.questionnaire .productInputInfo__title {
  position: relative;
  padding: 0.2rem 0 0.8rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.questionnaire .productInputInfo__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.questionnaire .productInputInfo__title::after {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 7rem;
  top: -2.5rem;
  right: -0.5rem;
  background-image: url(../../images/user/receipt/receipt_history/bg_icon_upload_square.svg), url(../../images/user/receipt/product/bg_icon_circle.svg);
  background-position: 0 0, bottom right;
  background-size: 5rem 5rem, 3.3rem 3.3rem;
  background-repeat: no-repeat;
}
.questionnaire .productInputInfo__detail {
  font-size: 1.5rem;
  padding: 1.2rem 0 2rem;
}
.questionnaire .productInputInfo__annotation {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.questionnaire .productInputInfo__buttonWrap {
  padding: 0 1.4rem;
}
.questionnaire__container {
  position: relative;
  padding: 1.5rem 2.6rem 2.9rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: solid black;
}
.questionnaire__container:last-of-type {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.questionnaire__container.foremost {
  z-index: 10;
}
.questionnaire__box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0.5rem;
  padding-left: 3px;
  padding-right: 0.5rem;
  margin: 1rem auto 0;
}
.questionnaire__box.is-pulldown {
  overflow-x: visible;
}
.questionnaire__textarea {
  resize: none;
  width: 100%;
  padding: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border-color: #C5CCD2;
  font-size: 1.5rem;
}
.questionnaire__annotation {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.questionnaire__required {
  font-size: 1.2rem;
  color: #E40A17;
  font-weight: 600;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.questionnaire .question + .questionnaire__required,
.questionnaire .questionnaire__annotation + .questionnaire__required,
.questionnaire .input__wrap + .questionnaire__annotation,
.questionnaire .input__selectWrap + .questionnaire__annotation,
.questionnaire .questionnaire__required + .question__error {
  margin-top: 0.6rem;
}
.questionnaire .required .questionnaire__required {
  display: block;
}
.questionnaire__btnWrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.questionnaire__btnWrap .btn-info {
  margin-top: 3rem;
  filter: drop-shadow(0.4rem 0.5rem 0.9rem rgba(0, 0, 0, 0.29));
}
.questionnaire .modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0;
}
.questionnaire .modal__overlay {
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.questionnaire .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
@media screen and (max-width: 821px) {
  .questionnaire .modal__inner {
    width: calc(100% - 3rem);
    height: 133vw;
  }
}
.questionnaire .modal__confirmBox {
  width: 100%;
  height: 28.5rem;
  overflow-y: scroll;
}
.questionnaire .modal__title {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
.questionnaire .modal__box {
  margin-bottom: 2.4rem;
}
.questionnaire .modal .question {
  margin-bottom: 0.8rem;
}
.questionnaire .modal input,
.questionnaire .modal textarea {
  resize: none;
  width: 100%;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border: none;
  font-size: 1.5rem;
}
.questionnaire .modal__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
.questionnaire .modal .btn {
  width: 15.1rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.questionnaire .modal .btn-primary {
  margin-top: 0;
  filter: none;
}
.questionnaire .modal .btn-gray {
  border: none;
  color: #7B7878;
  background-color: #E5E5E5;
}
.questionnaire__errorWrap {
  width: 100%;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  display: none;
}
.questionnaire__errorText {
  padding: 1.2rem 0 1rem;
  background-color: #fff;
  border: solid 1px #E40A17;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E40A17;
  text-align: center;
  letter-spacing: 0.1em;
}
.questionnaire .question__error {
  margin-bottom: 1rem;
  color: #E40A17;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: none;
}
+ .questionnaire__errorWrap.is-error {
  display: block;
}
.questionnaire__container.is-error .question__error {
  display: block;
}
.questionnaire__container.is-error .questionnaire__textarea, .questionnaire__container.is-error .input__selectBox, .questionnaire__container.is-error .input__date, .questionnaire__container.is-error .input__number {
  border-color: #E40A17;
}
.questionnaire .input__label {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.questionnaire .input__text {
  padding: 0.9rem 1rem;
  border: solid 1px #E6E6E6;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.questionnaire .input__text::-moz-placeholder {
  color: #B9B9B9;
}
.questionnaire .input__text::placeholder {
  color: #B9B9B9;
}
.questionnaire .input__text:focus {
  outline: 2px #212121 solid;
}
.questionnaire .input__selectWrap {
  position: relative;
  z-index: 2;
  height: 4rem;
}
.questionnaire .input__selectBox, .questionnaire .input__date, .questionnaire .input__number {
  display: block;
  width: 100%;
  height: 4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0.7rem 1rem;
  background-color: #fff;
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  letter-spacing: 0.03em;
}
.questionnaire .input__selectBox:focus, .questionnaire .input__date:focus, .questionnaire .input__number:focus {
  outline: 1px #FF9A2A solid;
}
.questionnaire .input__date, .questionnaire .input__number {
  width: 100%;
}
.questionnaire .input__datePlaceholder {
  display: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.03em;
}
.questionnaire .input__selectArrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 1rem;
  height: 0.6rem;
  transition: transform 0.2s ease-in-out;
  right: 1rem;
  background-image: url(../../images/user/common/icon_pulldown.svg);
  background-size: 1rem 0.6rem;
  background-repeat: no-repeat;
}
.questionnaire .input__calendarIcon {
  display: none;
  position: absolute;
  top: 30%;
  z-index: 2;
  width: 1.7rem;
  height: 1.5rem;
  transition: transform 0.2s ease-in-out;
  right: 1rem;
  background-image: url(../../images/user/common/icon_calendar.svg);
  background-size: 1.7rem 1.5rem;
  background-repeat: no-repeat;
}
.questionnaire .input__selectArrow.is-rotate {
  transform: rotate(180deg);
}
.questionnaire .input__selectBox {
  display: inline-block;
  z-index: 1;
  width: 100%;
  height: 4rem;
  color: #333;
}
.questionnaire .input__selectBox:hover {
  color: #333;
}
.questionnaire .input__pulldown {
  position: absolute;
  top: 4rem;
  left: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid 1px #E6E6E6;
  border-radius: 0 0 3px 3px;
  border-top: none;
  overflow-y: scroll;
  cursor: pointer;
  display: none;
}
.questionnaire .input__pulldown::-webkit-scrollbar {
  display: none;
}
.questionnaire .input__pulldownItem {
  display: block;
  padding: 1.3rem 0 1.3rem 1rem;
  font-size: 1.4rem;
  color: #333;
}
.questionnaire .input__pulldownItem:hover {
  background-color: rgba(255, 154, 42, 0.12);
  color: #333;
}
.questionnaire .input__pulldownItem:focus {
  outline: none;
  background-color: rgba(255, 154, 42, 0.12);
}
.questionnaire input::-webkit-date-and-time-value {
  text-align: left;
}

body.js-mobile .input__datePlaceholder,
body.js-mobile .input__calendarIcon {
  display: block;
}

/*====================================================================
Mypage
====================================================================*/
.myPage {
  background-color: #fff;
  /*====================================================================
  scan 追従
  ====================================================================*/
  /*=========================================================
  yourPoint
  ==============================================================*/
  /*====================================================================
  wChance
  =============================================================*/
  /*====================================================================
  codeReading
  ====================================================================*/
}
.myPage .siteContent {
  position: relative;
  width: 37.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .myPage .siteContent {
    width: 100%;
  }
}
.myPage p {
  margin-bottom: 0;
}
.myPage .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.webp") center/contain no-repeat;
}
.myPage .scan {
  width: 37.5rem;
  position: fixed;
  bottom: 1rem;
  background: #ffffff;
  border: #EE611C;
  z-index: 1;
  border-radius: 3rem;
  border-width: 0.3rem;
  border-style: solid;
}
.myPage .scan__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}
.myPage .scan__btnWrap {
  margin-bottom: 1rem;
}
.myPage .scan__smallWrap {
  margin-bottom: 0.7rem;
  padding: 0 3rem;
}
.myPage .scan__smallText {
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.myPage .scan__smallText:last-of-type {
  margin-bottom: 0;
}
.myPage .scan__more {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  text-align: center;
  line-height: 1.9;
}
.myPage .scan__inActiveText {
  padding: 2.4rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.myPage .scan .table__wrapper .choose_pay {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.myPage .scan .table__main {
  width: 1rem;
  position: relative;
  margin: auto;
}
.myPage .scan td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.myPage .scan .box {
  position: relative;
  border: none;
  width: 12rem;
}
.myPage .scan .box__head {
  position: relative;
  height: 4rem;
  text-align: center;
  padding-top: 1rem;
  background-color: #EE611C;
}
.myPage .scan .box__head__text {
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.3rem;
  color: white;
}
.myPage .scan .box .text-p {
  text-align: center;
  letter-spacing: 0rem;
  font-weight: 1000;
  font-size: 1.2rem;
}
.myPage .scan .box__body {
  text-align: center;
}
.myPage .yourPoint {
  position: relative;
  display: table;
  width: 100%;
  margin: auto;
  background-image: url("../..//images/user/receipt/receipt_history/bg_info.png");
  background-repeat: repeat-y;
  background-size: cover;
}
.myPage .yourPoint .box__wrap {
  padding: 0 3rem;
  margin-bottom: 3.2rem;
}
.myPage .yourPoint .box {
  border: none;
  margin-bottom: 2rem;
}
.myPage .yourPoint .box__head {
  top: 0rem;
  position: relative;
  background-color: #00B3B0;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #252525;
  opacity: 1;
}
.myPage .yourPoint .box__body {
  margin: auto;
  border: solid 0.3rem #00B3B0;
  border-radius: 0 0 1rem 1rem;
  border-top: none;
  padding: 1rem;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: 600;
  font-size: 1.7rem;
  color: #252525;
  opacity: 1;
}
.myPage .yourPoint__button {
  padding: 0 3rem;
  margin-top: 2rem;
}
.myPage .yourPoint__button .btn {
  font-size: 1.4rem;
  font-weight: 600;
}
.myPage .yourPoint__productWrap {
  margin-bottom: 4rem;
}
.myPage .yourPoint__product {
  margin: 0 1.5rem;
  border: solid 1px #3EC1D3;
}
.myPage .yourPoint__productHead {
  cursor: pointer;
  padding: 1.2rem 0 1.4rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3rem;
}
.myPage .yourPoint__plus {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
}
.myPage .yourPoint__plusBtn {
  position: absolute;
  top: -40%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
}
.myPage .yourPoint__plusBtn::before, .myPage .yourPoint__plusBtn::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.myPage .yourPoint__plusBtn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.myPage .yourPoint__productContent {
  display: none;
}
.myPage .yourPoint__productText {
  padding: 3rem 1.5rem 2.5rem;
}
.myPage .yourPoint__productPicture {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
.myPage .yourPoint__productPicture:last-of-type {
  margin-bottom: 3rem;
}
.myPage .yourPoint__productImg {
  width: 100%;
  height: 100%;
}
.myPage .yourPoint .box__body {
  padding-left: 1rem;
  padding-right: 1rem;
}
.myPage .yourPoint .btn-primary.is-inActive {
  filter: brightness(0.4);
  pointer-events: none;
}
.myPage .wChance .title__text {
  letter-spacing: 0.3rem;
}
.myPage .wChance__text {
  margin-bottom: 3rem;
  padding: 0 3rem;
}
.myPage .wChance__button {
  padding: 0 3rem;
  margin-bottom: 1.5rem;
}
.myPage .wChance__smallWrap {
  margin-bottom: 4rem;
  padding: 0 3rem 4rem;
  border-bottom: 0.1rem solid #C5CCD2;
  width: 37.5rem;
}
.myPage .wChance__smallText {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.myPage .wChance__smallText:last-of-type {
  margin-bottom: 0;
}
.myPage .wChance__orangeWrap {
  margin-bottom: 4rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #C5CCD2;
  width: 37.5rem;
}
.myPage .wChance__historyWrap {
  margin-bottom: 6.2rem;
}
.myPage .wChance__history {
  margin: 0 1.5rem;
  border: solid 1px #3EC1D3;
}
.myPage .wChance__historyHead {
  cursor: pointer;
  padding: 1.2rem 0 1.4rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
}
.myPage .wChance__plus {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
}
.myPage .wChance__plusBtn {
  position: relative;
  top: -40%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
}
.myPage .wChance__plusBtn::before, .myPage .wChance__plusBtn::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  width: 55%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.myPage .wChance__plusBtn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.myPage .wChance__plusBtn.is-activeMinus::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.myPage .wChance__historyDeadline {
  padding: 2rem 3rem 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.myPage .wChance__historyList {
  padding: 0;
}
.myPage .wChance__historyItem {
  list-style-type: none;
  padding: 1.7rem 0 1.7rem;
  margin: 0 1.5rem;
  border-bottom: 1px solid #C5CCD2;
}
.myPage .wChance__historyContent {
  display: flex;
}
.myPage .wChance__historyDate {
  margin-bottom: 0;
  margin-right: 1.3rem;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPage .wChance__historyTime {
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPage .wChance__historyResult {
  margin-bottom: 0;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPage .wChance__win {
  padding-bottom: 1.5rem;
  letter-spacing: 0.2rem;
}
.myPage .codeReading .title__text {
  letter-spacing: 0.2rem;
}
.myPage .codeReading__orangeWrap {
  padding: 0 3rem;
}
.myPage .codeReading__smallWrap {
  margin-bottom: 2.2rem;
  padding: 0 3rem;
}
.myPage .codeReading__smallText {
  margin-bottom: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-indent: -1.3rem;
  margin-left: 1.3rem;
}
.myPage .codeReading__smallText:last-of-type {
  margin-bottom: 2.3rem;
}
.myPage .codeReading__more {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  text-align: center;
  line-height: 1.5;
}
.myPage .codeReading__more:last-of-type {
  margin-bottom: 3rem;
}
.myPage .codeReading__myIdWrap {
  padding: 0 3rem 4rem;
}
.myPage .codeReading__myId {
  background: #F0F1F2;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
.myPage .codeReading__numeral {
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
}
.myPage .codeReading .scan__inActiveText {
  padding-top: 0;
}
.myPage .logout {
  padding: 4rem 3rem 0;
  margin-bottom: 4rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  border-top: solid 1px #C5CCD2;
}

/*====================================================================
js
====================================================================*/
.yourPoint__plusBtn.is-activeOpen::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.wChance__plusBtn.is-activeClose::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.is-visibleModal {
  display: block;
}

.is-unvisible {
  display: none;
}

.is-activeScan {
  display: block;
  transition: all 0.3s;
}

/*====================================================================
popup
====================================================================*/
.popupModal {
  position: fixed;
  top: 0;
  z-index: 100;
}
.popupModal__wrap {
  position: relative;
  pointer-events: none;
  height: 100%;
}

.modal {
  display: none;
}
.modal__popup {
  width: 34.5rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: visible;
  cursor: pointer;
}
.modal__popupAndroid {
  width: 34.5rem;
  position: fixed;
  left: 1.5rem;
  top: -4.5rem;
  z-index: 101;
  pointer-events: visible;
  cursor: pointer;
}
.modal__close {
  cursor: pointer;
}

.overlay {
  display: none;
  width: 37.5rem;
  overflow-x: hidden;
  height: 120%;
  position: fixed;
  top: 0;
  z-index: 2;
}

/*====================================================================
iPhone popup
====================================================================*/
.modal__android {
  display: none;
}

body .modal__iphone {
  display: block;
}

/*====================================================================
Android popup
====================================================================*/
body.Android .modal__android {
  display: block;
}

body.Android .modal__iphone {
  display: none;
}

/*====================================================================
barcode reader
====================================================================*/
.myPageBarcode__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}
.myPageBarcode__modalBg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.myPageBarcode__modalBg video {
  height: 100%;
}
@media (orientation: landscape) {
  .myPageBarcode__modalBg video {
    height: auto;
    width: 100%;
  }
}
.myPageBarcode__modalBg canvas {
  display: none;
}
.myPageBarcode__modalContent {
  background: #fff;
  font-size: 2rem;
  padding: 5px;
  position: absolute;
  transform: translate(50%);
  width: 50%;
  bottom: 15%;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.myPageBarcode__modalClose {
  text-decoration: none;
  pointer-events: none;
}
.myPageBarcode__modalForm {
  display: none;
}

/*====================================================================
qrcode reader
====================================================================*/
.myPageQrcode__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}
.myPageQrcode__modalBg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.myPageQrcode__modalBg video {
  height: 100%;
}
@media (orientation: landscape) {
  .myPageQrcode__modalBg video {
    height: auto;
    width: 100%;
  }
}
.myPageQrcode__modalBg canvas {
  display: none;
}
.myPageQrcode__modalContent {
  background: #fff;
  font-size: 2rem;
  padding: 5px;
  position: absolute;
  transform: translate(50%);
  width: 50%;
  bottom: 15%;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.myPageQrcode__modalClose {
  text-decoration: none;
  pointer-events: none;
}
.myPageQrcode__modalForm {
  display: none;
}

/*====================================================================
receipt reader
====================================================================*/
.myPageReceipt__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}
.myPageReceipt__modalBg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.myPageReceipt__modalBg video {
  height: 100%;
}
@media (orientation: landscape) {
  .myPageReceipt__modalBg video {
    height: auto;
    width: 100%;
  }
}
.myPageReceipt__modalBg canvas {
  display: none;
}
.myPageReceipt__modalContent {
  background: #fff;
  font-size: 2rem;
  padding: 5px;
  position: absolute;
  transform: translate(50%);
  width: 50%;
  bottom: 15%;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.myPageReceipt__modalSubmit {
  text-decoration: none;
  pointer-events: none;
}
.myPageReceipt__modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 5;
  width: 3em;
  height: 3em;
  cursor: pointer;
  background-color: black;
}
.myPageReceipt__modalClose:before, .myPageReceipt__modalClose:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.myPageReceipt__modalClose:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.myPageReceipt__modalClose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.myPageReceipt__modalForm {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.modal__overlay {
  width: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .modal__wrap {
    width: calc(100% - 3rem);
    height: 67.7vh;
  }
}
.modal__close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 5;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #212121;
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding: 4rem 1.5rem;
  background-color: #fff;
  overflow-y: scroll;
  display: none;
}
.modal__title {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  text-align: center;
}
.modal__box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.modal__boxTitle {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1.6rem;
  background-color: #00B3B0;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.modal__bodyText {
  letter-spacing: 0.18em;
}
.modal__bodyText, .modal__subTitle {
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__bodyText + .modal__annotation {
  padding-top: 1rem;
}
.modal__annotation + .modal__annotation {
  padding-top: 0.5rem;
}
.modal__subTitle {
  margin-bottom: 0;
  padding-top: 2rem;
}
.modal__list-large, .modal__list-small {
  padding: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
.modal__item-large {
  display: flex;
  gap: 0.4rem;
}
.modal__item-large:before {
  content: "●";
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__item-large + .modal__item-large {
  padding-top: 1rem;
}
.modal__list-small {
  padding-left: 2rem;
}
.modal__item-small {
  display: flex;
  gap: 0.4rem;
}
.modal__item-small:before {
  content: "・";
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__item-small + .modal__item-small {
  padding-top: 1rem;
}
.modal__QAtitle {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.modal__QAlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modal__QAitem {
  margin-bottom: 1rem;
}
.modal__QAhead {
  padding-right: 0.5rem;
  font-family: "din-2014", sans-serif;
  color: #3EC1D3;
  font-size: 1.5rem;
  font-weight: bold;
}
.modal__question {
  position: relative;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background-color: rgba(62, 193, 211, 0.1);
  cursor: pointer;
}
.modal__question:before, .modal__question:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 2px;
  background-color: #3EC1D3;
  border-radius: 50%;
  transition: 0.4s;
}
.modal__question:after {
  transform: translateY(-50%) rotate(-90deg);
}
.modal__acHeadText {
  width: 22.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-indent: -3.8rem;
  margin-left: 3.8rem;
}
.modal .ac-parent.is-active:after {
  transform: translateY(-50%) rotate(0deg);
}
.modal__answer {
  display: none;
  width: 100%;
  padding: 1.2rem 1.5rem 2rem;
}
.modal__acBodyText {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-indent: -3.6rem;
  margin-left: 3.6rem;
}

/*====================================================================
Mypage
====================================================================*/
.myPageReceipt {
  background-color: #fff;
  /*====================================================================
  wChance
  =============================================================*/
  /*====================================================================
  receiptReading
  ====================================================================*/
}
.myPageReceipt .siteContent {
  position: relative;
  width: 37.5rem;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 821px) {
  .myPageReceipt .siteContent {
    width: 100%;
  }
}
.myPageReceipt .myPageKv {
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.webp") center/contain no-repeat;
}
.myPageReceipt .maint {
  background-color: #F8EEE0;
  padding: 2rem;
}
.myPageReceipt .maintenance {
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #DA0908;
  border-width: 0.2rem;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
  font-weight: 500;
}
.myPageReceipt .maintenance__title {
  font-size: 2.257rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.myPageReceipt .maintenance__textBasic {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.myPageReceipt .maintenance__textRed {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #DA0908;
}
.myPageReceipt .infoArea {
  padding: 3rem 0;
  background-repeat: repeat-y;
  background-size: cover;
}
.myPageReceipt .info__button__wrap {
  padding: 0 2.5rem;
  margin-bottom: 2rem;
}
.myPageReceipt .information_text {
  color: #DA0908;
}
.myPageReceipt .wChance .title__text {
  letter-spacing: 0.3rem;
}
.myPageReceipt .wChance__text {
  margin-bottom: 3rem;
  padding: 0 3rem;
}
.myPageReceipt .wChance__button {
  padding: 0 3rem;
  margin-bottom: 1.5rem;
}
.myPageReceipt .wChance__smallWrap {
  margin-bottom: 4rem;
  padding: 0 3rem 4rem;
  border-bottom: 0.1rem solid #c5ccd2;
  width: 37.5rem;
}
.myPageReceipt .wChance__smallText {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.myPageReceipt .wChance__smallText:last-of-type {
  margin-bottom: 0;
}
.myPageReceipt .wChance__orangeWrap {
  margin-bottom: 4rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #c5ccd2;
  width: 37.5rem;
}
.myPageReceipt .wChance__historyWrap {
  margin-bottom: 6.2rem;
}
.myPageReceipt .wChance__history {
  margin: 0 1.5rem;
  border: solid 1px #3EC1D3;
}
.myPageReceipt .wChance__historyHead {
  cursor: pointer;
  padding: 1.2rem 0 1.4rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05rem;
  position: relative;
}
.myPageReceipt .wChance__plus {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
}
.myPageReceipt .wChance__plusBtn {
  position: relative;
  top: -40%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
}
.myPageReceipt .wChance__plusBtn::before, .myPageReceipt .wChance__plusBtn::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  width: 55%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.myPageReceipt .wChance__plusBtn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.myPageReceipt .wChance__plusBtn.is-activeMinus::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.myPageReceipt .wChance__historyDeadline {
  padding: 2rem 3rem 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.myPageReceipt .wChance__historyList {
  padding: 0;
}
.myPageReceipt .wChance__historyItem {
  list-style-type: none;
  padding: 1.7rem 0 1.7rem;
  margin: 0 1.5rem;
  border-bottom: 1px solid #c5ccd2;
}
.myPageReceipt .wChance__historyContent {
  display: flex;
}
.myPageReceipt .wChance__historyDate {
  margin-bottom: 0;
  margin-right: 1.3rem;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPageReceipt .wChance__historyTime {
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPageReceipt .wChance__historyResult {
  margin-bottom: 0;
  font-size: 1.5rem;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.6;
}
.myPageReceipt .wChance__win {
  padding-bottom: 1.5rem;
  letter-spacing: 0.2rem;
}
.myPageReceipt .receiptReading {
  padding: 3rem 1.6rem 1rem;
  background-color: #F7F7F7;
}
.myPageReceipt .receiptReading__caution {
  font-size: 1.3rem;
  padding: 0 2rem 2rem;
}
.myPageReceipt .receiptReading__notice {
  font-size: 1.3rem;
  padding: 0 2rem;
  color: #DA0908;
  font-weight: bold;
}
.myPageReceipt .logout {
  padding: 4rem 3rem 0;
  margin-bottom: 4rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  border-top: solid 1px #C5CCD2;
}
.myPageReceipt .btn-scan-receipt {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.6rem 1.5rem;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #252525;
  background-color: #F9F204;
}
.myPageReceipt .btn-scan-receipt i {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  background-image: url(../../images/user/receipt/top/camera.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.myPageReceipt .btn-scan-receipt:before, .myPageReceipt .btn-scan-receipt:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 2rem;
}
.myPageReceipt .btn-scan-receipt:before {
  background: url(../../images/user/common/icon_frame-top.png) center/contain no-repeat;
  top: 0.4rem;
}
.myPageReceipt .btn-scan-receipt:after {
  background: url(../../images/user/common/icon_frame-bottom.png) center/contain no-repeat;
  bottom: 0.4rem;
}
.myPageReceipt .scan-receipt-disabled-text {
  padding: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #E8E8E8;
  text-align: center;
  border: solid 0.5rem #F9BC14;
}
.myPageReceipt .footer {
  background-color: #F0FEFE;
  position: relative;
  height: 18rem;
  padding-bottom: 21rem;
}
.myPageReceipt .mypage {
  padding: 1rem 4rem;
}
.myPageReceipt .circle {
  margin-top: 1rem;
  padding: 0.8rem;
  padding-top: 2re;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border: 0.3rem solid #00B3B0;
  border-radius: 5rem;
}
.myPageReceipt .logout-btn {
  padding: 2rem 6rem;
}
.myPageReceipt .link {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*====================================================================
jancode
====================================================================*/
.janform {
  background-color: #fff;
}
.janform .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .janform .siteContent {
    width: 100%;
  }
}
.janform .input__inner {
  padding: 4rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}
.janform .input__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.janform .input__wrap {
  margin-bottom: 3rem;
}
.janform .input__wrap.is-error .input__area {
  border: solid 2px #E40A17;
}
.janform .input__wrap.is-error .input__error {
  display: block;
}
.janform .input__area {
  width: 100%;
  padding: 1.3rem 1.4rem;
  margin-bottom: 0.5rem;
  background-color: #f7f7f7;
  border: solid 1px #C5CCD2;
  border-radius: 3px;
  font-family: "din-2014", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.janform .input__area::-moz-placeholder {
  color: #A8A7A7;
}
.janform .input__area::placeholder {
  color: #A8A7A7;
}
.janform .input__error {
  display: none;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  color: #E40A17;
  letter-spacing: 0.1em;
}
.janform .input__annotation {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.janform .input__btnWrap {
  padding: 4rem 3rem;
}
.janform .input__btnWrap .btn-arrow {
  filter: drop-shadow(0.4rem 0.5rem 0.9rem rgba(0, 0, 0, 0.29));
}
.janform .input__btnWrap .btn-arrow:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}

/*====================================================================
jancode
====================================================================*/
.qrform {
  background-color: #fff;
}
.qrform .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .qrform .siteContent {
    width: 100%;
  }
}
.qrform .input__inner {
  padding: 4rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}
.qrform .input__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.qrform .input__wrap {
  margin-bottom: 3rem;
}
.qrform .input__wrap.is-error .input__area {
  border: solid 2px #E40A17;
}
.qrform .input__wrap.is-error .input__error {
  display: block;
}
.qrform .input__area {
  width: 100%;
  padding: 1.3rem 1.4rem;
  margin-bottom: 0.5rem;
  background-color: #f7f7f7;
  border: solid 1px #C5CCD2;
  border-radius: 3px;
  font-family: "din-2014", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.qrform .input__area::-moz-placeholder {
  color: #A8A7A7;
}
.qrform .input__area::placeholder {
  color: #A8A7A7;
}
.qrform .input__error {
  display: none;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  color: #E40A17;
  letter-spacing: 0.1em;
}
.qrform .input__annotation {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.qrform .input__btnWrap {
  padding: 4rem 3rem;
}
.qrform .input__btnWrap .btn-arrow {
  filter: drop-shadow(0.4rem 0.5rem 0.9rem rgba(0, 0, 0, 0.29));
}
.qrform .input__btnWrap .btn-arrow:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}

/*====================================================================
cvs
====================================================================*/
.cvs {
  background-color: #fff;
}
.cvs .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .cvs .siteContent {
    width: 100%;
  }
}
.cvs .title__wrap {
  margin-bottom: 2rem;
}
.cvs .select {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 4rem;
}
.cvs .select__title {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}
.cvs .select__textWrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.6rem;
}
.cvs .select__annotation {
  font-weight: 500;
  line-height: 1.7;
}
.cvs .select__annotation + .select__annotation {
  padding-top: 0.8rem;
}
.cvs .select__list {
  padding: 0;
  margin-bottom: 4rem;
}
.cvs .select__item {
  padding: 1.5rem;
  border-bottom: solid 1px #C5CCD2;
}
.cvs .attention {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.cvs .attention__title {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E40A17;
  letter-spacing: 0.05em;
}
.cvs .attention__inner {
  position: relative;
  top: -1.5rem;
  padding: 3.2rem 1.5rem 3rem;
  border: solid 1px #C5CCD2;
}
.cvs .attention__text {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.095em;
}
.cvs .attention__text:last-of-type {
  margin-bottom: 2.2rem;
}
.cvs .attention__text + .attention__text {
  padding-top: 0.8rem;
}
.cvs .attention__annotation {
  line-height: 1.6;
}
.cvs .attention__annotation .external:before {
  bottom: 0;
}
.cvs .attention__annotation + .attention__annotation {
  padding-top: 1rem;
}
.cvs__btnWrap {
  padding-left: 3rem;
  padding-right: 3rem;
}
.cvs .btn-primary {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  letter-spacing: 0.15em;
}
.cvs .error__wrap {
  width: 100%;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  display: none;
}
.cvs .error__text {
  padding: 1.2rem 0 1rem;
  background-color: #fff;
  border: solid 1px #E40A17;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E40A17;
  text-align: center;
  letter-spacing: 0.1em;
}
.cvs .cvs__inner.is-error .error__wrap {
  display: block;
}
.cvs .modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.cvs .modal__overlay {
  width: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.cvs .modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .cvs .modal__wrap {
    width: calc(100% - 3rem);
    height: 67.7vh;
  }
}
.cvs .modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: 5;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.cvs .modal__close:before, .cvs .modal__close:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.cvs .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cvs .modal__inner {
  width: 100%;
  height: 100%;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: scroll;
  display: none;
}
.cvs .modal__title {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  text-align: center;
}
.cvs .modal__box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.cvs .modal__boxTitle {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 1.6rem;
  background-color: #3EC1D3;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.cvs .modal__bodyText {
  letter-spacing: 0.18em;
}
.cvs .modal__bodyText, .cvs .modal__subTitle {
  font-size: 1.4rem;
  font-weight: 500;
}
.cvs .modal__bodyText + .modal__annotation {
  padding-top: 1rem;
}
.cvs .modal__annotation + .modal__annotation {
  padding-top: 0.5rem;
}
.cvs .modal__subTitle {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cvs .modal__list-large, .cvs .modal__list-small {
  padding: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
.cvs .modal__item-large {
  display: flex;
  gap: 0.4rem;
}
.cvs .modal__item-large:before {
  content: "●";
  font-size: 1.4rem;
  font-weight: 500;
}
.cvs .modal__item-large + .modal__item-large {
  padding-top: 1rem;
}
.cvs .modal__list-small {
  padding-left: 2rem;
}
.cvs .modal__item-small {
  display: flex;
  gap: 0.4rem;
}
.cvs .modal__item-small:before {
  content: "・";
  font-size: 1.4rem;
  font-weight: 500;
}
.cvs .modal__item-small + .modal__item-small {
  padding-top: 1rem;
}

/*====================================================================
lottery
====================================================================*/
.lottery {
  background-color: #fff;
}
.lottery .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .lottery .siteContent {
    width: 100%;
  }
}
.lottery__image {
  width: 100%;
  height: auto;
}
.lottery__btnWrap {
  padding: 2rem 5rem;
}
.lottery__resultWrap {
  padding: 1rem 2rem;
}

.win,
.lose {
  background-color: #fff;
}
.win .siteContent,
.lose .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .win .siteContent,
  .lose .siteContent {
    width: 100%;
  }
}
.win .btn-info,
.lose .btn-info {
  filter: drop-shadow(4px 5px 9px rgba(0, 0, 0, 0.3));
}
.win .btn-info:after,
.lose .btn-info:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.win .infoBox,
.lose .infoBox {
  text-align: center;
}
.win .infoBox__title,
.lose .infoBox__title {
  height: 4rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.2;
  background-color: #00B3B0;
  color: white;
  border-radius: 1rem 1rem 0 0;
}
.win .infoBox__inner,
.lose .infoBox__inner {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 0 1rem 1rem;
  border: solid 0.2rem #00B3B0;
}
.win .infoBox__yourChainWrap,
.lose .infoBox__yourChainWrap {
  margin: 0 0 3rem;
}
.win .infoBox__yourChainResultWrap,
.lose .infoBox__yourChainResultWrap {
  padding: 0;
  margin: 3rem 0 2rem;
}
.win .infoBox__yourChainInner,
.lose .infoBox__yourChainInner {
  padding: 1rem 0;
}
.win .infoBox__yourPointInner,
.lose .infoBox__yourPointInner {
  font-size: 3rem;
  padding: 0.5rem 0;
}
.win .infoBox .your-chain-icon i,
.lose .infoBox .your-chain-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
  background: url(../../images/user/receipt/top/icon_chain.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.win .infoBox .your-point-icon i,
.lose .infoBox .your-point-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
  background: url(../../images/user/receipt/top/icon_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*====================================================================
point
====================================================================*/
.point {
  background-color: #fff;
}
.point .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .point .siteContent {
    width: 100%;
  }
}
.point__inner {
  border: solid 1px #C5CCD2;
  margin: 4rem 1.5rem;
}
.point__title {
  padding: 1rem 0 0.3rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.5rem;
}
.point__image {
  width: 100%;
  height: auto;
}

.form__data {
  display: none;
}

/*====================================================================
coupon
====================================================================*/
.coupon {
  background-color: #fff;
}
.coupon .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .coupon .siteContent {
    width: 100%;
  }
}
.coupon__inner {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.coupon__cvsName {
  padding-top: 2.4rem;
  padding-bottom: 2.6rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.coupon__image {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
.coupon__itemName {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
.coupon__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.17em;
}
.coupon__annotation {
  text-align: center;
}
.coupon__subtitle {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.coupon .btn {
  margin-bottom: 1.6rem;
}
.coupon .goods {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.coupon .goods__inner {
  padding-bottom: 3.8rem;
  border: solid 1px #C5CCD2;
}
.coupon .goods .coupon__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.coupon .transition {
  padding: 4rem 3rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}
.coupon .transition .coupon__text {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.coupon .transition .text-warning {
  margin-bottom: 2rem;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E40A17;
  letter-spacing: 0.05em;
}
.coupon .period {
  padding: 2.7rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}
.coupon .period .coupon__text {
  text-align: center;
  line-height: 1.7;
}
.coupon .issuing {
  padding: 2.8rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}
.coupon .issuing .coupon__text {
  margin-bottom: 1.8rem;
}
.coupon .issuing .btn {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.coupon .attention {
  padding: 3rem 3rem;
}

/*====================================================================
Wchance
====================================================================*/
.wchance {
  background-color: #fff;
}
.wchance .siteContent {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .wchance .siteContent {
    width: 100%;
  }
}
.wchance__inner {
  padding: 0 3rem 3.8rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #C5CCD2;
}
.wchance__text {
  margin-bottom: 3rem;
}
.wchance .btn-primary {
  margin-bottom: 1.6rem;
}
.wchance .text-small + .text-small {
  padding-top: 1rem;
}
.wchance__btnWrap {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 4rem;
}
.wchance .btn-info:after,
.wchance .btn-return:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}

/*====================================================================
receipt
====================================================================*/
.receipt {
  /*-----------------------------------------------
  ページネーション
  ------------------------------------------------*/
}
.receipt .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.webp") center/contain no-repeat;
}
.receipt .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #F0FEFE;
}
@media screen and (max-width: 821px) {
  .receipt .siteContent {
    width: 100%;
  }
}
.receipt__agreementTextWrap {
  padding: 3rem 3rem;
  font-size: 1.6rem;
}
.receipt__emphasisText {
  color: #FF4350;
  font-weight: bold;
}
.receipt .infoBox {
  text-align: center;
}
.receipt .infoBox__title {
  height: 4rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.2;
  background-color: #00B3B0;
  color: white;
  border-radius: 1rem 1rem 0 0;
}
.receipt .infoBox__inner {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 0 1rem 1rem;
  border: solid 0.2rem #00B3B0;
}
.receipt .infoBox__yourChainWrap {
  padding: 0 4rem;
  margin: 0 0 3rem;
}
.receipt .infoBox__yourChainResultWrap {
  padding: 0;
  margin: 3rem 0 2rem;
}
.receipt .infoBox__yourChainInner {
  padding: 1rem 0;
}
.receipt .infoBox__yourPointWrap {
  padding: 0 2rem;
}
.receipt .infoBox__yourPointInner {
  font-size: 3rem;
  padding: 0.5rem 0;
}
.receipt .infoBox .your-chain-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
  background: url(../../images/user/receipt/top/icon_chain.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.receipt .infoBox .your-point-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
  background: url(../../images/user/receipt/top/icon_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.receipt .input__checkWrap {
  display: flex;
  margin-bottom: 1.2rem;
  justify-content: center;
}
.receipt .input__checkBox {
  display: none;
}
.receipt .input__wrap {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
}
.receipt .input__wrap input {
  min-width: 0;
  text-align: center;
}
.receipt .input__nameLabel {
  font-size: 1.4rem;
  font-weight: 1000;
  flex: 1 0 auto;
}
.receipt input[type=text] {
  height: 4.4rem;
  min-width: 5rem;
  padding: 0 0.8rem;
  border: 0.1rem solid #252525;
  border-radius: 1rem;
}
.receipt input[type=checkbox],
.receipt input[type=radio] {
  display: none;
}
.receipt .label-checkbox {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.receipt .label-checkbox::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  border: 0.1rem solid #252525;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.receipt input[type=checkbox]:checked + .label-checkbox::before {
  border-color: #F9BC14;
  background-color: #F9BC14;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 32 32"><path d="M 4.4449292,16.4441 13.338076,23.93407 27.854832,7.0816382" style="stroke:white;fill:none;stroke-width:6;stroke-linecap:square;stroke-linejoin:round;" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.receipt .text-link {
  color: #0099DB;
}
.receipt .agreementButtonArea {
  padding: 0 3rem 2rem;
}
.receipt .productInputInfo {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.receipt .productInputInfo[info-type=list] {
  margin-top: 3rem;
  padding-top: 0;
}
.receipt .productInputInfo__textWrap {
  padding: 0 4.2rem;
}
.receipt .productInputInfo__ruby {
  font-size: 1.1rem;
  color: #00B3B0;
}
.receipt .productInputInfo__ruby::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  top: 0.1rem;
  background-image: url(../../images/user/receipt/product/diamond_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.receipt .productInputInfo__title {
  position: relative;
  padding: 0.2rem 0 0.8rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.receipt .productInputInfo__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.receipt .productInputInfo__title::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 7rem;
  top: -2.5rem;
  right: -3rem;
  background-image: url(../../images/user/receipt/product/bg_icon_circle.svg), url(../../images/user/receipt/product/bg_icon_triangle.svg);
  background-position: 0 0, bottom right;
  background-size: 2.8rem 2.8rem, 6rem 6rem;
  background-repeat: no-repeat;
}
.receipt .productInputInfo__title[icon-type=upload]::after {
  width: 9.2rem;
  height: 7rem;
  top: -2.5rem;
  right: 3rem;
  background-image: url(../../images/user/receipt/receipt_history/bg_icon_upload_square.svg), url(../../images/user/receipt/receipt_history/bg_icon_upload_circle.svg);
  background-size: 6rem 6rem, 2.8rem 2.8rem;
}
.receipt .productInputInfo__title[icon-type=application]::after {
  width: 10rem;
  height: 8rem;
  top: -2.5rem;
  right: 0rem;
  background-image: url(../../images/user/receipt/receipt_history/bg_icon_history_square.svg), url(../../images/user/receipt/receipt_history/bg_icon_history_triangle.svg);
  background-position: bottom left, top right;
  background-size: 7rem 7rem, 4rem 4rem;
}
.receipt .productInputInfo__detail {
  font-size: 1.5rem;
  padding: 1.2rem 0 2rem;
}
.receipt .productInputInfo__annotation {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.receipt .productInputInfo__buttonWrap {
  padding: 0 1.4rem;
}
.receipt .productInput {
  padding: 3rem 3rem 1.5rem;
  background-color: #F7F7F7;
}
.receipt .productInput__example {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.receipt .productInput__border {
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-bottom: #B8F3F0;
  border-bottom-style: dashed;
  border-width: 0.3rem;
}
.receipt .productInput__info {
  font-weight: 700;
  font-size: 1.61rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.receipt .productInput__wrap {
  padding: 1.5rem 2rem;
}
.receipt .productInput__nameTitle {
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 0.4rem solid #B8F3F0;
}
.receipt .productInput__nameWrap {
  margin-bottom: 2rem;
  width: 100%;
  height: 25rem;
}
.receipt .productInput__nameTextWrap {
  background-color: #FFFFFF;
  border: #B8F3F0;
  border-style: solid;
  border-radius: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem;
}
.receipt .productInput__nameTextWrap .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.receipt .productInput__buttonWarp {
  padding-left: 0;
  padding-right: 0;
}
.receipt .productInput .product-input[type=text] {
  width: 6rem;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: 1rem;
}
.receipt .productInput[view-type=modal] {
  padding: 0;
}
.receipt .productInput .modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0;
}
.receipt .productInput .modal__overlay {
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.receipt .productInput .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
@media screen and (max-width: 821px) {
  .receipt .productInput .modal__inner {
    width: calc(100% - 3rem);
    height: 133vw;
  }
}
.receipt .productInput .modal__confirmBox {
  width: 100%;
  height: 28.5rem;
  overflow-y: scroll;
}
.receipt .productInput .modal__text {
  margin-bottom: -2.4rem;
  text-align: center;
}
.receipt .productInput .modal__box {
  margin-bottom: 2.4rem;
}
.receipt .productInput .modal .question {
  margin-bottom: 0.8rem;
}
.receipt .productInput .modal input,
.receipt .productInput .modal textarea {
  resize: none;
  width: 100%;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border: none;
  font-size: 1.5rem;
}
.receipt .productInput .modal__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
.receipt .productInput .modal .btn {
  width: 15.1rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.receipt .productInput .modal .btn-primary {
  margin-top: 0;
  filter: none;
}
.receipt .productInput .modal .btn-gray {
  border: none;
  color: #7B7878;
  background-color: #E5E5E5;
}
.receipt .receiptPreviewModal img {
  -o-object-fit: contain;
  object-fit: contain;
}
.receipt .receiptLoadingModal .modal__wrap {
  height: 30rem;
  padding: 0 2rem;
}
.receipt .receiptLoadingModal .modal__inner {
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.receipt .receiptLoadingModal__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.receipt .receiptLoadingModal__text {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
.receipt .uploadResult {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.receipt .uploadResult__icon {
  height: 12rem;
  width: 12rem;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.receipt .uploadResult__title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #FF4350;
  margin-bottom: 1rem;
}
.receipt .uploadResult__text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.receipt .uploadResult__annotation {
  font-size: 1.2rem;
}
.receipt .uploadResult__buttonWrap {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.receipt .uploadResult__mypageId {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 0.3rem solid #EE611C;
  border-radius: 1.2rem;
}
.receipt .prize {
  padding: 3rem 0 2rem;
  background-color: #E5EDEF;
  background-image: url(../../images/user/prize/prize_bkg.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.receipt .prize .infoBox {
  margin-bottom: 4rem;
}
.receipt .prize[view-typ=modal] {
  padding: 0;
}
.receipt .prize .prizeInfo {
  padding-bottom: 3rem;
}
.receipt .prize .prizeInfo__wrap {
  padding: 0 4rem;
}
.receipt .prize .prizeInfo__titleWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.receipt .prize .prizeInfo__number {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #FE5226;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
.receipt .prize .prizeInfo__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo__title__main {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #002B64;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo__title__sub {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  color: #002B64;
  margin-bottom: 3rem;
}
.receipt .prize .prizeInfo__title::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  z-index: -1;
}
.receipt .prize .prizeInfo:nth-child(odd) .prizeInfo__title::after {
  top: 4.1rem;
  left: -10rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../images/user/chain/bg_icon_circle.svg);
  background-position: center;
  background-size: contain;
}
.receipt .prize .prizeInfo:nth-child(even) .prizeInfo__title::after {
  top: 4.1rem;
  left: -10rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../images/user/chain/bg_icon_circle.svg);
  background-position: center;
  background-size: contain;
}
.receipt .prize .prizeInfo__pay {
  border-radius: 1.4rem;
  background-color: #fff;
  border: solid 0.2rem #FE5226;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo__text {
  position: relative;
  top: -0.3rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.receipt .prize .prizeInfo__text__bold {
  font-size: 1rem;
  font-weight: 1000;
}
.receipt .prize .prizeInfo__text::after {
  background-image: url(../../images/user/lottery/slash_back.jpg);
}
.receipt .prize .prizeInfo__slash {
  position: relative;
  width: 2rem;
  top: -0.8rem;
}
.receipt .prize .prizeInfo__imageWrap {
  padding: 2rem 1rem;
}
.receipt .prize .prizeInfo__imageWrap2 {
  padding: 1rem 2rem;
}
.receipt .prize .prizeInfo__introduction {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  text-align: center;
}
.receipt .prize .prizeInfo__detail {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo__item {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo .button__wrap {
  padding: 0 3rem;
}
.receipt .prize .modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.receipt .prize .modal p {
  font-size: 1.3rem;
}
.receipt .prize .modal__overlay {
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: none;
}
.receipt .prize .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
@media screen and (max-width: 821px) {
  .receipt .prize .modal__inner {
    width: calc(100% - 3rem);
    height: 133vw;
  }
}
.receipt .prize .modal__confirmBox {
  width: 100%;
  height: 28.5rem;
  overflow-y: scroll;
}
.receipt .prize .modal__text {
  margin-bottom: -2.4rem;
  text-align: center;
}
.receipt .prize .modal__box {
  margin-bottom: 2.4rem;
}
.receipt .prize .modal__textBox {
  font-size: 1.3rem;
}
.receipt .prize .modal__textBox p {
  font-size: 1.3rem;
}
.receipt .prize .modal .question {
  margin-bottom: 0.8rem;
}
.receipt .prize .modal input,
.receipt .prize .modal textarea {
  resize: none;
  width: 100%;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border: none;
  font-size: 1.5rem;
}
.receipt .prize .modal__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
.receipt .prize .modal .btn {
  width: 15.1rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.receipt .prize .modal .btn-primary {
  margin-top: 0;
  filter: none;
}
.receipt .prize .modal .btn-gray {
  border: none;
  color: #7B7878;
  background-color: #E5E5E5;
}
.receipt .prize .modal__attention {
  margin: 2rem;
  font-size: 1.5rem;
  color: red;
  text-align: center;
}
.receipt .course {
  /* Layout Properties */
  display: table;
  top: toRem(1086);
  left: 0px;
  height: 0rem;
  /* UI Properties */
  background-repeat: repeat-y;
  background-size: contain;
  opacity: 1;
  width: 100%;
}
.receipt .course .title {
  position: relative;
  /* Layout Properties */
  top: 1rem;
  left: 3.5rem;
  width: 32rem;
  height: 10rem;
  margin-bottom: 1rem;
}
.receipt .course .title__wrap {
  position: relative;
  top: 1rem;
  left: 3rem;
  width: 30rem;
  height: 10rem;
}
.receipt .course .title__english {
  /* Layout Properties */
  position: relative;
  top: 0rem;
  left: 2rem;
  width: 15rem;
  height: 2rem;
  /* UI Properties */
  text-align: left;
  font: normal normal normal toRem(18)/toRem(40) "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #00B3B0;
  opacity: 1;
}
.receipt .course .title__text {
  /* Layout Properties */
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 20rem;
  height: 4rem;
  /* UI Properties */
  text-align: left;
  font: normal normal bold toRem(33)/toRem(47) "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
}
.receipt .course .title__triangle {
  position: relative;
  top: -8rem;
  left: 27rem;
  width: 6rem;
  height: 6rem;
}
.receipt .course .title__triangle2 {
  position: relative;
  top: -12rem;
  left: 28rem;
  width: 4rem;
  height: 5rem;
}
.receipt .course .title__square {
  position: relative;
  top: -4rem;
  left: 21rem;
  width: 8rem;
  height: 6rem;
}
.receipt .course .title__square2 {
  position: relative;
  top: -5rem;
  left: 20rem;
  width: 8rem;
  height: 6rem;
}
.receipt .course .title__circle {
  position: relative;
  top: -6rem;
  left: 25rem;
  width: 2.8rem;
  height: 3rem;
}
.receipt .course .title__circle2 {
  position: relative;
  top: -7rem;
  left: 28rem;
  width: 2.8rem;
  height: 3rem;
}
.receipt .course .title__diamond {
  position: relative;
  top: 1.8rem;
  left: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}
.receipt .course__wrap {
  margin-bottom: 2rem;
}
.receipt .course .bt_in {
  padding-left: 3rem;
  padding-right: 3rem;
}
.receipt .course__textBox {
  /* Layout Properties */
  position: relative;
  top: 0rem;
  left: 3.5rem;
  width: 30rem;
  height: 8rem;
  /* UI Properties */
  text-align: center;
  letter-spacing: -0.1rem;
  font-weight: 400;
  font-size: 2rem;
  color: #252525;
  opacity: 1;
}
.receipt .course__textBox .b {
  font-size: 800;
}
.receipt .course__number {
  position: relative;
  left: 0rem;
  text-align: center;
  letter-spacing: 0rem;
  font-weight: 1000;
  font-size: 3rem;
  color: #DA0908;
}
.receipt .course .table__wrapper {
  position: relative;
  margin-top: 2rem;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-bottom: 2rem;
  border: solid 0.2rem #d4ab4c;
  background-color: white;
}
.receipt .course .table__wrapper__main {
  width: 1rem;
}
.receipt .course .table__wrapper .choose_pay {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.receipt .course .image__wrapper {
  position: relative;
  margin-top: 2rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 1.5rem;
  border: solid 0.2rem #00B3B0;
  background-color: white;
}
.receipt .course .image__wrapper .choose_pay_img {
  width: 20rem;
}
.receipt .course .image__wrapper .choose_pay_word {
  display: none;
  position: relative;
  width: 3rem;
  left: 2rem;
  transition-duration: 0.5s;
}
.receipt .course .image__wrapper .activerot {
  rotate: 45;
}
.receipt .course .image__wrapper .aup {
  position: relative;
  top: -1rem;
  text-align: center;
  font-weight: 100;
  font-size: 0.6rem;
  margin-bottom: 1rem;
}
.receipt .course .image__wrapper .info {
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.receipt .course .image__wrapper .example {
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.receipt .course .image__wrapper .warning {
  text-align: left;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.receipt .course .table__main {
  margin: auto;
}
.receipt .course td {
  padding: 1rem;
}
.receipt .course .box {
  position: relative;
  border: none;
  width: 12rem;
}
.receipt .course .box__head {
  position: relative;
  height: 4rem;
  text-align: center;
  padding-top: 1rem;
  background-color: #EE611C;
}
.receipt .course .box__head__text {
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.3rem;
  color: white;
}
.receipt .course .box .text-p {
  height: 4rem;
  text-align: center;
  padding-top: 0.7rem;
  letter-spacing: 0rem;
  font-weight: 1000;
  font-size: 1.6rem;
}
.receipt .course .box__body {
  text-align: center;
  border: solid 0.25rem #EE611C;
  border-top: none;
}
.receipt .reddot {
  height: 0;
}
.receipt .reddot_circle {
  position: relative;
  top: 0rem;
  left: 22.2rem;
  width: 4rem;
  height: 4rem;
}
.receipt .ac-parent:after {
  position: relative;
  content: "＋";
  color: white;
  float: right;
  font-size: 3rem;
  font-weight: 400;
  top: -0.3rem;
  left: -0.45rem;
}
.receipt .is-active:after {
  content: "ー";
  font-size: 3rem;
  font-weight: 400;
  top: -0.3rem;
  left: -0.45rem;
}
.receipt .record {
  padding: 3rem 2rem 5rem;
  background-color: #F0FEFE;
  background-repeat: repeat-y;
  background-size: contain;
}
.receipt .record .button__wrap {
  padding-left: 0;
  padding-right: 0;
}
.receipt .record__listWrap {
  background-color: #F7F7F7;
  border-radius: 1rem;
}
.receipt .record__item {
  padding: 2rem 2rem;
}
.receipt .record__item:not(:last-child) {
  border-bottom: dashed 0.2rem #B8F3F0;
}
.receipt .record__item i {
  display: block;
  position: relative;
  width: 6rem;
  height: 4rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}
.receipt .record__item i::after {
  content: "OK";
  position: absolute;
  top: 0.9rem;
  left: 1.8rem;
}
.receipt .record__item i[icon-type=ok] {
  background-color: #49DD49;
}
.receipt .record__item i[icon-type=ok]::after {
  content: "OK";
}
.receipt .record__item i[icon-type=ng] {
  background-color: #FF4350;
}
.receipt .record__item i[icon-type=ng]::after {
  content: "NG";
}
.receipt .record__item i[icon-type=ng2] {
  background-color: #C3C3C3;
}
.receipt .record__item i[icon-type=ng2]::after {
  content: "NG";
}
.receipt .record__item i[icon-type=process] {
  background-color: #00B3B0;
}
.receipt .record__item i[icon-type=process]::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  top: 1.1rem;
  left: 1.7rem;
  background-image: url(../../images/user/receipt/receipt_history/eye.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.receipt .record__item i[icon-type=lose] {
  width: 8.4rem;
  background-color: #C3C3C3;
}
.receipt .record__item i[icon-type=lose]::after {
  content: "はずれ";
}
.receipt .record__item i[icon-type=win] {
  width: 8.4rem;
  background-color: #F7E237;
}
.receipt .record__item i[icon-type=win]::after {
  content: "あたり";
}
.receipt .record__item .button__wrap {
  padding: 1rem 0 0;
  margin-bottom: 0;
}
.receipt .record__itemInfo {
  display: flex;
}
.receipt .record__itemLeft[item-type=upload] {
  flex: auto;
}
.receipt .record__itemLeft[item-type=application] {
  flex: 8rem;
}
.receipt .record__itemRight[item-type=application] {
  flex: auto;
}
.receipt .record__itemCenter[item-type=application] {
  margin: auto;
}
.receipt .record__itemTitle {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.receipt .record__itemTitle[item-type=application] {
  margin-top: 0;
}
.receipt .record__itemText {
  font-size: 1.6rem;
}
.receipt .record__itemBtnCaption {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.receipt .record__buttonWrap {
  margin-top: 2rem;
}
.receipt .record__anchorWrap {
  margin-bottom: 0;
}
.receipt .record__anchorWrap .btn-push {
  margin-left: auto;
  margin-top: 2rem;
  margin-right: 1rem;
}
.receipt .record .btn-upload-receipt {
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
  margin-bottom: 0.6rem;
  background-color: #fff;
  border: 0.1rem solid #252525;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.receipt .record .btn-upload-receipt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  top: 1.6rem;
  left: 1.9rem;
  background-image: url(../../images/user/receipt/product/icon_receipt_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.receipt .record .btn-upload-receipt:hover {
  transform: scale(0.9);
}
.receipt .pagination-border {
  padding: 0 1.2rem;
  height: 0.3rem;
}
.receipt .pagination-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B8F3F0;
}
.receipt .pagination {
  padding: 1rem 0;
}
.receipt .pagination__list {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.receipt .pagination__item.current .pagination__link {
  background-color: #00B3B0;
  color: #252525;
  border-radius: 50%;
}
.receipt .pagination__item .pagination__link {
  padding: 0.2rem 1rem;
}
.receipt .pagination__prev .pagination__link::after, .receipt .pagination__next .pagination__link::after {
  content: "";
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent #252525;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  top: 54%;
  transform: translateY(-50%);
}

/*====================================================================
chain
====================================================================*/
.chain .chainKv {
  height: 17rem;
  background: url("../../images/user/lottery/wchance.png") center/contain no-repeat;
}
.chain .myPageKv {
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.webp") center/contain no-repeat;
}
.chain .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #FBF8F2;
}
@media screen and (max-width: 821px) {
  .chain .siteContent {
    width: 100%;
  }
}
.chain .chainInfo {
  position: relative;
  padding: 3rem 0 1.5rem;
  background-color: #F7F7F7;
}
.chain .chainInfo__textWrap {
  padding: 0 4.2rem;
}
.chain .chainInfo__ruby {
  font-size: 1.1rem;
  color: #00B3B0;
}
.chain .chainInfo__title {
  position: relative;
  padding: 0.2rem 0 0.8rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.chain .chainInfo__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 10.6rem;
  height: 0.3rem;
  background-color: #00B3B0;
  border-radius: 0.2rem;
}
.chain .chainInfo__title::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 7rem;
  top: -2.5rem;
  right: -2.5rem;
  background-image: url(../../images/user/chain/bg_icon_square.svg), url(../../images/user/chain/bg_icon_circle.svg);
  background-position: left top, 5rem 3.5rem;
  background-size: 5.8rem 4.8rem, 2.6rem 2.5rem;
  background-repeat: no-repeat;
}
.chain .chainInfo__detail {
  font-size: 1.6rem;
  padding: 1rem 0 1rem;
  font-weight: bold;
}
.chain .chainInfo__annotation {
  font-size: 1.2rem;
  margin: 0.5rem 0 2rem;
}
.chain .chainInfo__buttonWrap {
  padding: 0 1.4rem;
}
.chain .chainInfo__chainArea {
  font-size: 1.5rem;
  background: #FFFFFF 2rem 1rem no-repeat padding-box;
  border-radius: 1rem;
  padding: 1rem 2rem 1rem 2rem;
}
.chain .button__wrap {
  padding: 3rem 3rem 1.5rem;
}
.chain .search_container {
  box-sizing: border-box;
  position: relative;
  border: 0.2rem solid #999;
  border-radius: 1rem;
  height: 4rem;
  font-size: 1.5rem;
  width: 29rem;
}
.chain .button__reset {
  position: absolute;
  right: 13%;
  transform: translateY(13%);
  font-size: 2rem;
  color: #000;
  background-color: #FFF;
  border-style: none;
}
.chain .chainList__wrap {
  position: relative;
  border-radius: 1.5rem;
  display: block;
  margin-top: 7rem;
}
.chain .chainList__wrap-chain {
  position: absolute;
  top: -4.6rem;
  left: 32%;
  width: 21rem;
  transform: translateX(-50%);
  padding: 0.8rem 0 1rem;
  background-color: #00B3B0;
  border-radius: 1rem 1rem 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  z-index: 2;
}
.chain .chainList__wrap-chain-list {
  margin: 0 1.5rem 2rem;
  padding: 2rem 0 2rem;
  background-color: white;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
  border: 2px solid #00B3B0;
}
.chain .chainList__history {
  margin: 0 1.5rem;
}
.chain .chainList__historyHead {
  cursor: pointer;
  padding: 1rem 0 0rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  letter-spacing: 0.05rem;
  position: relative;
}
.chain .chainList__historyHead::after {
  content: "＋";
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: #00B3B0;
}
.chain .chainList__historyHead.is-open::after {
  content: "－";
}
.chain .chainList__historyInnerWrap {
  display: none;
}
.chain .chainList__historyInnerWrap.is-open {
  display: block;
}
.chain .chainList__historyList {
  display: flex;
  padding: 1rem 1rem;
  margin-top: 2rem;
  background-color: #B8F3F0;
  border-radius: 1rem;
  text-align: left;
}
.chain .chainList__target-chain-apply-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #252525;
  margin-left: 1rem;
  margin-right: 1.5rem;
  text-align: left;
}
.chain .modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.chain .modal__overlay {
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.chain .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 37.5rem;
  height: 50rem;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
@media screen and (max-width: 821px) {
  .chain .modal__inner {
    width: calc(100% - 3rem);
    height: 133vw;
  }
}
.chain .modal__confirmBox {
  width: 100%;
  height: 28.5rem;
  overflow-y: scroll;
}
.chain .modal__text {
  margin-bottom: -2.4rem;
  text-align: center;
}
.chain .modal__box {
  margin-bottom: 2.4rem;
}
.chain .modal .question {
  margin-bottom: 0.8rem;
}
.chain .modal input,
.chain .modal textarea {
  resize: none;
  width: 100%;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border: none;
  font-size: 1.5rem;
}
.chain .modal__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}
.chain .modal .btn {
  width: 15.1rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.chain .modal .btn-primary {
  margin-top: 0;
  filter: none;
}
.chain .modal .btn-gray {
  border: none;
  color: #7B7878;
  background-color: #E5E5E5;
}
.chain .modal__attention {
  margin: 2rem;
  font-size: 1.5rem;
  color: red;
  text-align: center;
}
.chain .prizeInfo {
  padding-bottom: 3rem;
}
.chain .prizeInfo__name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.chain .prizeInfo__wrap {
  padding: 0 4rem;
}
.chain .prizeInfo__titleWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chain .prizeInfo__number {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #00B3B0;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
.chain .prizeInfo__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 2rem;
}
.chain .prizeInfo__title__main {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #002B64;
  margin-bottom: 2rem;
}
.chain .prizeInfo__title__sub {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  color: #002B64;
  margin-bottom: 3rem;
}
.chain .prizeInfo__title::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  z-index: -1;
}
.chain .prizeInfo:nth-child(odd) .prizeInfo__title::after {
  top: 4.1rem;
  left: -10rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../images/user/chain/bg_icon_circle.svg);
  background-position: center;
  background-size: contain;
}
.chain .prizeInfo:nth-child(even) .prizeInfo__title::after {
  top: 4.1rem;
  left: -10rem;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../images/user/chain/bg_icon_circle.svg);
  background-position: center;
  background-size: contain;
}
.chain .prizeInfo__pay {
  border-radius: 1.4rem;
  background-color: #fff;
  border: solid 0.2rem #00B3B0;
  margin-bottom: 2rem;
}
.chain .prizeInfo__text {
  position: relative;
  top: -0.3rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.chain .prizeInfo__text__bold {
  font-size: 1rem;
  font-weight: 1000;
}
.chain .prizeInfo__text::after {
  background-image: url(../../images/user/lottery/slash_back.jpg);
}
.chain .prizeInfo__slash {
  position: relative;
  width: 2rem;
  top: -0.8rem;
}
.chain .prizeInfo__imageWrap {
  padding: 2rem 1rem;
}
.chain .prizeInfo__imageWrap2 {
  padding: 0rem 1rem 1rem;
}
.chain .prizeInfo__imageWrap3 {
  padding: 1rem;
}
.chain .prizeInfo__introduction {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  text-align: center;
}
.chain .prizeInfo__detail {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.chain .prizeInfo__item {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.chain .prizeInfo .button__wrap {
  padding: 0 3rem;
}

/*====================================================================
lemonSourLine
====================================================================*/
.errorPage {
  background-color: #fff;
  margin: 0 auto;
}
.errorPage .contents_wrapper {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .errorPage .contents_wrapper {
    width: 100%;
  }
}
.errorPage__figure01 {
  margin: 0;
}
.errorPage__inner {
  background-size: 100% auto;
  padding: 4rem 0;
  box-sizing: border-box;
}
.errorPage__innerContent {
  margin: 0 auto;
  background: #fff;
  max-width: calc(100% - 3rem);
  padding: 3rem 1.5rem;
  box-sizing: border-box;
}
.errorPage__icon {
  margin: 0 auto;
  max-width: 11%;
}
.errorPage__header {
  margin: 1.5rem auto 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.errorPage__center {
  text-align: center;
}
.errorPage__txt {
  margin: 2rem auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}
.errorPage__link {
  margin: 1.5rem auto 0;
  display: block;
  color: #fb3e1d;
  font-size: 1.4rem;
  font-weight: bold;
}
.errorPage__txtSpan {
  margin: 1.5rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -0.8em;
  padding-left: 0.8em;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
