@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);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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;
}
@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 a {
  color: blue;
  text-decoration: underline;
}
.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;
}
@media screen and (max-width: 820px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    width: 1024px;
  }
}
.siteHeader__innerArea {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/*====================================================================
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-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;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0.3em;
  transition: opacity 0.4s;
}
@media screen and (min-width: 821px) {
  .btn:hover {
    opacity: 0.6;
  }
}
.btn {
  padding: 1.4rem 0;
  border-radius: 3px;
  cursor: pointer;
}

.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;
  border-radius: 1rem;
}
@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: #FEED45;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-indent: -0.5rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  color: #000000;
}
.btn-info[btn-type=xShare] {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-info[btn-type=xShare]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/img_x_logo.png) center/contain no-repeat;
  left: 4rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 4rem;
}

.btn-navy {
  background-color: #122A89;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-indent: -0.5rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  color: #fff;
}

.btn-menu {
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 0.1rem solid #DDDDDD;
  text-align: left;
  padding: 1.5rem 2rem;
  color: #122A89;
}

.btn-record-receipt {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  border: 0.1rem solid #002B64;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: #002B64;
}

.btn-info-back {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.032em;
  text-indent: -0.5rem;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  color: #000000;
}

.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%;
  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: 1rem;
  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-btn-arrow.png) center/contain no-repeat;
  right: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-arrow-left {
  position: relative;
}
.btn-arrow-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/icon-btn-arrow-left.png) center/contain no-repeat;
  left: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-arrow-bottom {
  position: relative;
}
.btn-arrow-bottom:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/icon-btn-arrow-bottom.png) center/contain no-repeat;
  right: 1.5rem;
  width: 4.012rem;
  height: 0.824rem;
}

.btn-arrow-left-white {
  position: relative;
}
.btn-arrow-left-white:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/icon-btn-arrow-left-white.png) center/contain no-repeat;
  left: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-arrow-white {
  position: relative;
}
.btn-arrow-white:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/icon-btn-arrow-white.png) center/contain no-repeat;
  right: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn-menu-arrow {
  position: relative;
}
.btn-menu-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/user/common/img-menu-arrow.png) center/contain no-repeat;
  right: 1.5rem;
  width: 0.6rem;
  height: 1.2rem;
}

.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-logout {
  position: relative;
}
.btn-logout:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1rem;
  background: url(../../images/user/common/icon_logout.png) center/contain no-repeat;
}

.btn-receipt {
  position: relative;
}
.btn-receipt:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -3rem;
  top: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../images/user/common/icon_btn_receipt.png) 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.4rem;
  line-height: 1.2;
  border-radius: 1rem;
  color: #252525;
  border: 0.1rem solid #252525;
  box-shadow: 0.4rem 0.4rem #FFFF48, 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 #FFFF48, 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=chain] {
  padding-top: 0.54rem;
  padding-bottom: 0.58rem;
  font-size: 1.5rem;
}
.btn-push[btn-type=blue] {
  background: #122A89 0% 0% no-repeat padding-box;
  box-shadow: 0.1rem 0.1rem rgba(37, 37, 37, 0.2509803922), 0.1rem 0.1rem 0 0.1rem rgba(37, 37, 37, 0.2509803922);
  color: #fff;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.168rem;
}
.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=chat] {
  background-color: #5BC2DC;
  box-shadow: 0.1rem 0.1rem rgba(37, 37, 37, 0.2509803922), 0.1rem 0.1rem 0 0.1rem rgba(37, 37, 37, 0.2509803922);
  border: none;
  border-radius: 3rem;
  color: white;
  padding: 1.5rem 1rem;
}
.btn-push[btn-type=mail-form] {
  background-color: #E8C62A;
  box-shadow: 0.4rem 0.4rem rgba(37, 37, 37, 0.2509803922), 0.4rem 0.4rem 0 0.1rem rgba(37, 37, 37, 0.2509803922);
  border: none;
  border-radius: 3rem;
  color: #252525;
}
.btn-push[padding="1"] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.btn-push[padding=win] {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.btn-push[btn-size=small] {
  font-size: 1.3rem;
  width: 16rem;
  padding: 1rem 1rem 1rem 2.6rem;
}
.btn-push.disabled, .btn-push:disabled {
  cursor: default;
  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) {
  box-shadow: none;
  transform: translate(0.1rem, 0.1rem);
}
.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-mypage-link {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 1rem;
  color: #252525;
  border: 0.1rem solid #252525;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s ease-in-out;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  cursor: pointer;
}

.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-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-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-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-copy-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/user/common/img-btn-icon-copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 10.5rem;
  height: 8.65rem;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 1rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #002864 0 0 no-repeat padding-box;
}

.btn-point-charge-upload-receipt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 14rem;
  height: 18.6rem;
  font-weight: bold;
  font-size: 1.2rem;
  border: 0;
  border-radius: 1rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3019607843);
  background: #F29C07;
}

.btn-point-charge-upload-ec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 14rem;
  height: 18.6rem;
  font-weight: bold;
  font-size: 1.2rem;
  border: 0;
  border-radius: 1rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3019607843);
  background: #36B3EC;
}

.btn-shortcut {
  display: block;
  background: url(../../images/user/common/img_btn_bg_shortcut.png) center/contain no-repeat;
  width: 100%;
  height: 7.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem 4rem;
}

.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__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;
}

.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 {
  display: flex;
  font-weight: 600;
  color: #122A89;
  align-items: baseline;
}
.question__number {
  font-size: 2.2rem;
  margin-right: 1rem;
}
.question__text {
  font-size: 1.8rem;
}

/*-----------------------------------------------
箱とか
------------------------------------------------*/
.box {
  width: 100%;
  border: solid 4px #3EC1D3;
  border: solid 2px #3EC1D3;
}
.box__wrap {
  margin-bottom: 4rem;
}

.box-general {
  overflow: hidden;
  border-radius: 0.5rem;
}
.box-general .box__head {
  padding: 1.6rem 0 1.2rem;
  background-color: #3EC1D3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.8rem 0 0.6rem;
  font-size: 1.6rem;
}
.box-general .text-large {
  font-family: "din-2014", sans-serif;
  line-height: 1;
  vertical-align: sub;
  padding-left: 0.6rem;
  font-size: 2.8rem;
}
.box-general .box__body {
  padding: 5.6rem 3.6rem 5.2rem;
  background-color: #fff;
  text-align: center;
  padding: 2.8rem 1.8rem 2.6rem;
  font-size: 1.6rem;
}

.box-point {
  position: relative;
}
.box-point .box__head {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26.6rem;
  padding: 0.8rem 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;
}

.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.6rem;
  font-weight: bold;
}
.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: #122A89;
  color: #fff;
}
.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: #F1F1F1;
}
.contact2__inner {
  padding: 3rem 1.5rem 2.235rem;
  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: 500;
  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;
}
.contact2__buttonWrap {
  margin-top: 1.7rem;
}

.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: 31.65rem;
  padding: 0 2rem;
}
.receiptLoadingUploadModal .modal__inner {
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
.receiptLoadingUploadModal__title {
  font-size: 2.2rem;
  font-weight: bold;
}
.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: 1.6rem;
  font-size: 1.35rem;
}

.cpcode {
  background-color: #F7E237;
}
.cpcode__waveWrap {
  position: relative;
}
.cpcode__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: #F7E237;
}
.cpcode__text {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem !important;
}
.cpcode__ind {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem !important;
  border-radius: 3rem;
  background-color: #F7E238;
  padding: 1rem;
  margin: 0rem 1rem;
}
.cpcode__inner {
  padding: 1rem 1.5rem 2rem;
  text-align: center;
  color: #002B64;
}
.cpcode__inner__inner {
  background-color: white;
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
}
.cpcode__innerTitle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.cpcode__innerCaption {
  display: flex;
  flex-direction: column;
}
.cpcode__title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 1rem !important;
}
.cpcode__info {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 2rem !important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.cpcode__inputPart {
  position: relative;
  /* padding: 1.2rem 3.8rem; */
  top: 0.3rem;
  text-align: center;
  font-size: 2.3rem;
  color: #002B64;
  width: 20rem;
}
.cpcode__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;
}
.cpcode__caption {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.cpcode__error {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: red;
  margin-top: 2rem;
}

.ac-parent {
  cursor: pointer;
}

.upload-progress {
  display: flex;
  align-items: center;
  position: relative;
}
.upload-progress__item-current {
  width: 10.1rem;
  height: 2.6rem;
  color: #E0FF5D;
  font-size: 1.4rem;
  background-color: #122A89;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-progress__item {
  width: 10.1rem;
  height: 2.6rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8E8E8E;
}
.upload-progress__item .item-text {
  text-align: center;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  width: 10rem;
  height: 2.5rem;
  content: "";
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-size: 1.4rem;
  background: #fff;
  color: #8E8E8E;
}

.application-progress {
  display: flex;
  align-items: center;
  position: relative;
}
.application-progress__item-current {
  width: 12.1rem;
  height: 2.6rem;
  color: #002B64;
  font-size: 1.4rem;
  background-color: #E0FF5D;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-progress__item {
  width: 12.1rem;
  height: 2.6rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.application-progress__item .item-text {
  text-align: center;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  width: 12rem;
  height: 2.5rem;
  content: "";
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-size: 1.4rem;
  background: #0075C4;
  color: #fff;
}

.text-annotation {
  padding-left: 1rem;
  text-indent: -1rem;
}

.inputs-correction-progress {
  display: flex;
  align-items: center;
  position: relative;
}
.inputs-correction-progress__item-current {
  width: 12.6rem;
  height: 2.6rem;
  color: #E0FF5D;
  font-size: 1.4rem;
  background-color: #122A89;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #122A89;
}
.inputs-correction-progress__item {
  width: 12.6rem;
  height: 2.6rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8E8E8E;
  border: 0.1rem solid #8E8E8E;
}
.inputs-correction-progress__item .item-text {
  text-align: center;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  width: 12.5rem;
  height: 2.5rem;
  content: "";
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-size: 1.4rem;
  background: #fff;
  color: #8E8E8E;
}

.receiptPreviewModal {
  z-index: 100;
}
.receiptPreviewModal img {
  -o-object-fit: contain;
  object-fit: contain;
}
.receiptPreviewModal .previewButtonsWrap {
  display: flex;
  justify-content: space-between;
}
.receiptPreviewModal .previewButtonsWrap .rotateBtnWrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.receiptPreviewModal .previewButtonsWrap .rotateBtnWrap .rotationButton {
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  background-color: #5BC2DC;
}
.receiptPreviewModal .previewButtonsWrap .rotateBtnWrap .rotationButton .rotationButtonImg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../images/user/receipt/preview/img_rotate.png") center/contain no-repeat;
}
.receiptPreviewModal .previewButtonsWrap .zoomBtnWrap {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.receiptPreviewModal .previewButtonsWrap .zoomBtnWrap .zoomInButton {
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  background-color: #fede66;
}
.receiptPreviewModal .previewButtonsWrap .zoomBtnWrap .zoomInButton .zoomInButtonImg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../images/user/receipt/preview/img_zoom_up.png") center/contain no-repeat;
}
.receiptPreviewModal .previewButtonsWrap .zoomBtnWrap .zoomOutButton {
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  background-color: #BED4DA;
}
.receiptPreviewModal .previewButtonsWrap .zoomBtnWrap .zoomOutButton .zoomOutButtonImg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../../images/user/receipt/preview/img_zoom_out.png") center/contain no-repeat;
}

.optim__button-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.optim__button {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  padding: 1.25rem 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0.6rem;
  color: #fff;
  border: 0.1rem solid #252525;
  background: #A1A1A1 0% 0% no-repeat padding-box;
  cursor: pointer;
}

.floatMenu {
  position: fixed;
  width: 100%;
  bottom: 4rem;
  z-index: 100;
}
.floatMenu__buttons-wrap {
  position: relative;
  width: 100%;
}
.floatMenu__circle-front {
  z-index: 102;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 8.1em;
  height: 8.1rem;
  background-color: #fff;
  border-radius: 50%;
}
.floatMenu__circle-back {
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.floatMenu__circle-btn {
  z-index: 104;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 7.6rem;
  height: 7.6rem;
  background: transparent linear-gradient(141deg, #1CB7FF 0%, #1C6FFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.floatMenu__rectangle-front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 102;
  width: 100%;
  height: 8rem;
}
.floatMenu__rectangle-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E6E6E6;
  width: 100%;
  height: 8.2rem;
  z-index: 101;
}
.floatMenu__anchor-btn {
  position: absolute;
  width: 7.5rem;
  height: 100%;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.floatMenu__anchor-btn-text {
  font-size: 1rem;
  color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
}
.floatMenu__anchor-btn-text-active {
  color: #ADD600;
}

.floatMenu-top {
  position: fixed;
  width: 100%;
  bottom: 4rem;
  z-index: 100;
}
.floatMenu-top__buttons-wrap {
  position: relative;
  width: 100%;
}
.floatMenu-top__circle-front {
  z-index: 102;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 7.9rem;
  height: 7.9rem;
  background-color: #122A89;
  border-radius: 50%;
}
.floatMenu-top__circle-btn {
  z-index: 104;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 7rem;
  height: 7rem;
  background-color: #E0FF5D;
  border-radius: 50%;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.floatMenu-top__rectangle-front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #122A89;
  z-index: 102;
  width: 100%;
  height: 8rem;
}
.floatMenu-top__anchor-btn {
  position: absolute;
  width: 7.5rem;
  height: 100%;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
.floatMenu-top__anchor-btn-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.floatMenu-hidden {
  display: none;
}

.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 #BED4DA;
}
.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;
}

.application-requirements {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
}

.how-to-use-modal .how-to-use-list__item {
  background-color: #fff;
  background-repeat: repeat-y;
}
.how-to-use-modal .how-to-use-list__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  background-color: #122A89;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  letter-spacing: 0.042rem;
  padding: 1.5rem 0 0.7rem;
}
.how-to-use-modal .how-to-use-list__head-number {
  font-size: 5rem;
  font-family: "Iceberg", sans-serif;
  color: #E0FF5D;
}
.how-to-use-modal .how-to-use-list__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 0.1rem solid #122A89;
  color: #122A89;
  padding: 2.5rem 2rem;
  font-size: 1.3rem;
  text-align: center;
}
.how-to-use-modal .how-to-use-list__description {
  font-size: 1.8rem;
  font-weight: 500;
}

/*====================================================================
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;
}
.topPage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .topPage .siteContent {
    width: 100%;
  }
}
.topPage {
  /* ---- PC用サイド背景 ---- */
}
@media (min-width: 1024px) {
  .topPage .topWrapper {
    display: grid;
    grid-template-columns: 1fr 37.5rem 1fr;
    position: relative;
  }
  .topPage .sideLayer {
    position: sticky;
    top: 0;
    bottom: 0;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }
  .topPage .sideLayer--left {
    grid-column: 1;
  }
  .topPage .sideLayer--right {
    grid-column: 3;
  }
  .topPage .sideLayer__bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .topPage .sideLayer--left .sideLayer__bg {
    background-image: url("../../images/user/top/bg_left.png");
  }
  .topPage .sideLayer--right .sideLayer__bg {
    background-image: url("../../images/user/top/bg_right.png");
  }
  .topPage .sideLayer__fg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
  }
  .topPage .siteContent {
    grid-column: 2;
    position: relative;
    z-index: 1;
  }
}
.topPage {
  /* ---- SP：サイドは非表示 ---- */
}
@media (max-width: 1023px) {
  .topPage .sideLayer {
    display: none;
  }
}
.topPage .topKv {
  width: 100%;
  background: url("../../images/user/top/img_top_kv.webp") center/contain no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 49rem;
}
.topPage .topCampaignSchedule {
  width: 100%;
  background: url("../../images/user/top/img_top_campaign_schedule.png") center/contain no-repeat;
  background-size: cover;
  height: 9rem;
}
.topPage .maint {
  background-color: #fff;
  padding: 2rem;
}
.topPage .campaign-product-bg {
  background: url("../../images/user/top/campaign-product-bg.png");
  background-size: cover;
  position: relative;
}
.topPage .maintenance {
  background-color: #fff;
  border-style: solid;
  border-color: #DA0908;
  border-width: 0.2rem;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
  font-weight: 500;
}
.topPage .maintenance__title {
  font-size: 2.257rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.topPage .maintenance__textBasic {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.topPage .maintenance__textRed {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #DA0908;
}
.topPage .outline {
  width: 100%;
  background-color: #122A89;
}
.topPage .outline .outline-campaign-term-head {
  text-align: center;
}
.topPage .outline .outline-campaign-term-head__text {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 0.95rem;
  padding-bottom: 0.8rem;
  letter-spacing: -1.09px;
}
.topPage .outline .outline-campaign-term-info {
  text-align: center;
  color: #E0FF5D;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Iceberg", serif;
  padding-bottom: 1.8rem;
}
.topPage .outline .outline-campaign-term-info__year {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1;
}
.topPage .outline .outline-campaign-term-info__month-day {
  font-size: 4.1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: inline-block;
  line-height: 1;
  transform: translateY(4px);
}
.topPage .outline .outline-campaign-term-info__dow-time-wrap {
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
}
.topPage .outline .outline-campaign-term-info__right-arrow {
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent #E0FF5D;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.topPage .outline .btn-arrow:after {
  transform: translateY(-50%) rotate(90deg);
}
.topPage .qr {
  margin-bottom: 6rem;
}
.topPage .qr__image {
  width: 30rem;
  height: 30rem;
  margin: 0 auto 4rem;
}
.topPage .course-introduction {
  width: 100%;
  background-size: auto;
  padding-bottom: 5rem;
  margin-bottom: -14rem;
}
.topPage .course-introduction .course-introduction-all-applicants {
  text-align: center;
  background: url(../../images/user/top/top-cloud-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0075C4;
}
.topPage .course-introduction .course-introduction-all-applicants__head {
  padding: 5rem 0 8rem;
  margin-bottom: -5rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course {
  color: #fff;
  font-size: 2.6rem;
  padding-top: 2rem;
  font-family: "Zen Old Mincho", serif;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-item-wrap-pc {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-image-wrap {
  width: 6.88rem;
  height: 5.92rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-image-wrap-pc {
  width: 8.6rem;
  height: 7.4rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-text {
  font-size: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
}
.topPage .course-introduction .course-introduction-all-applicants__course-plate-text-pc {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-align: center;
}
.topPage .course-introduction .course-introduction-all-applicants__course-pc {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
}
.topPage .course-introduction .course-introduction-all-applicants__course-name {
  border-radius: 1rem;
  margin: 0 4rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-name-pc {
  padding: 0.5rem 0;
  border-radius: 1rem;
  width: 100%;
  height: 5rem;
}
.topPage .course-introduction .course-introduction-all-applicants__plate-title-wrap {
  padding: 0 11.1rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-slider {
  display: flex;
  transition: transform 0.5s ease;
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide {
  flex: 0 0 100%;
  color: #fff;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-contents-wrap {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-image {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-label {
  width: 4.65rem;
  height: 14.35rem;
  position: absolute;
  left: 5.2rem;
  top: -8rem;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate {
  top: 3rem;
  display: none;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate.active {
  top: 3rem;
  display: inline-block;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-1 {
  width: 22.65rem;
  height: 21rem;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-2 {
  width: 30.72rem;
  height: 20.48rem;
}
.topPage .course-introduction .course-introduction-all-applicants__plate-image-switch-button.active {
  width: 1.8rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.topPage .course-introduction .course-introduction-all-applicants__plate-image-switch-button {
  width: 1rem;
  aspect-ratio: 1/1;
  background-color: #9A9A9A;
  border-radius: 50%;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-photo-wrap {
  margin-top: 5.7rem;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-photo {
  width: 26.3rem;
  height: 19.1rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-slider-wrap {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button--left {
  position: absolute;
  top: 12em;
  transition: translateY(-40%);
  color: #fff;
  background-color: transparent;
  border: none;
  left: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button--right {
  position: absolute;
  top: 12em;
  transition: translateY(-40%);
  color: #fff;
  background-color: transparent;
  border: none;
  right: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button--left-pc {
  position: absolute;
  top: 15em;
  color: #fff;
  background-color: transparent;
  border: none;
  left: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button--right-pc {
  position: absolute;
  top: 15em;
  color: #fff;
  background-color: transparent;
  border: none;
  right: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-all-applicants__statement-body {
  display: block;
  width: 100%;
  height: auto;
}
.topPage .course-introduction .course-introduction-all-applicants__statement-flower {
  position: absolute;
  width: 9.5rem;
  height: 7rem;
  left: -3rem;
  top: -1rem;
}
.topPage .course-introduction .course-introduction-all-applicants__hibiya-kadan-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2rem;
}
.topPage .course-introduction .course-introduction-all-applicants__hibiya-kadan-description {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-slider-pc {
  display: flex;
  transition: transform 0.5s ease;
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-contents-wrap-pc {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-image-pc {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-label-pc {
  width: 4.65rem;
  height: 14.35rem;
  position: absolute;
  top: -4rem;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-pc {
  top: 3rem;
  display: none;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-pc.active {
  top: 3rem;
  display: inline-block;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-pc-1 {
  width: 22.65rem;
  height: 21rem;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-plate-pc-2 {
  width: 30.72rem;
  height: 20.48rem;
}
.topPage .course-introduction .course-introduction-all-applicants__plate-image-switch-button-pc.active {
  width: 1rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.topPage .course-introduction .course-introduction-all-applicants__plate-image-switch-button-pc {
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #9A9A9A;
  border-radius: 50%;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-photo-wrap-pc {
  margin-top: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPage .course-introduction .course-introduction-all-applicants__slide-img-photo-pc {
  width: 26.3rem;
  height: 19.1rem;
}
.topPage .course-introduction .course-introduction-all-applicants__course-slider-wrap-pc {
  position: relative;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button-pc--left {
  position: absolute;
  top: 50%;
  transition: translateY(-50%);
  color: #fff;
  background-color: transparent;
  border: none;
  left: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-all-applicants__slider-button-pc--right {
  position: absolute;
  top: 50%;
  transition: translateY(-50%);
  color: #fff;
  background-color: transparent;
  border: none;
  right: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.topPage .course-introduction .course-introduction-lottery {
  text-align: center;
}
.topPage .course-introduction .course-introduction-lottery__header {
  color: #fff;
  padding-top: 4.3rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  position: relative;
  display: inline-block;
}
.topPage .course-introduction .course-introduction-lottery__header::before, .topPage .course-introduction .course-introduction-lottery__header::after {
  content: "";
  position: absolute;
}
.topPage .course-introduction .course-introduction-lottery__header::before {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.8rem;
  height: 20.25rem;
  background: url("../../images/user/top/img-top-course-introduction-bg.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery__header::after {
  top: 4rem;
  left: 3rem;
  width: 8rem;
  height: 8rem;
  background: url("../../images/user/top/img_top_lottery_logo.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery__header-beer {
  color: #fff;
  padding-top: 4.3rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  position: relative;
  display: inline-block;
}
.topPage .course-introduction .course-introduction-lottery__header-beer::before, .topPage .course-introduction .course-introduction-lottery__header-beer::after {
  content: "";
  position: absolute;
}
.topPage .course-introduction .course-introduction-lottery__header-beer::before {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.8rem;
  height: 20.25rem;
  background: url("../../images/user/top/img-top-course-introduction-bg.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery__header-beer::after {
  top: 1rem;
  left: 3rem;
  width: 8rem;
  height: 8rem;
  background: url("../../images/user/top/img_top_lottery_logo.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery__header-yellow {
  color: #fede66;
  font-size: 2.9rem;
}
.topPage .course-introduction .course-introduction-lottery__header-white {
  color: #fff;
  font-size: 3.4rem;
}
.topPage .course-introduction .course-introduction-lottery__header-white-large {
  color: #fff;
}
.topPage .course-introduction .course-introduction-lottery__prize-image {
  display: block;
  width: 29.5rem;
  height: auto;
}
.topPage .course-introduction .course-introduction-lottery__prize-image-bubble {
  position: absolute;
  width: 8.5rem;
  height: auto;
  left: -1rem;
  top: -4rem;
}
.topPage .course-introduction .course-introduction-lottery-pc {
  text-align: center;
  padding-bottom: 8rem;
}
.topPage .course-introduction .course-introduction-lottery-pc__header {
  color: #fff;
  padding-top: 4.3rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  position: relative;
}
.topPage .course-introduction .course-introduction-lottery-pc__header::before, .topPage .course-introduction .course-introduction-lottery-pc__header::after {
  content: "";
  position: absolute;
}
.topPage .course-introduction .course-introduction-lottery-pc__header::before {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.8rem;
  height: 20.25rem;
  background: url("../../images/user/top/img-top-course-introduction-bg.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery-pc__header::after {
  top: 4rem;
  left: 50%;
  transform: translateX(calc(-50% - 16rem));
  width: 8rem;
  height: 8rem;
  background: url("../../images/user/top/img_top_lottery_logo.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery-pc__header_beer {
  color: #fff;
  padding-top: 4.3rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  position: relative;
}
.topPage .course-introduction .course-introduction-lottery-pc__header_beer::before, .topPage .course-introduction .course-introduction-lottery-pc__header_beer::after {
  content: "";
  position: absolute;
}
.topPage .course-introduction .course-introduction-lottery-pc__header_beer::before {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.8rem;
  height: 20.25rem;
  background: url("../../images/user/top/img-top-course-introduction-bg.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery-pc__header_beer::after {
  top: 4rem;
  left: 50%;
  transform: translateX(calc(-50% - 16rem));
  width: 8rem;
  height: 8rem;
  background: url("../../images/user/top/img_top_lottery_logo.png") center/contain no-repeat;
}
.topPage .course-introduction .course-introduction-lottery-pc__header-yellow {
  color: #fede66;
  font-size: 4rem;
}
.topPage .course-introduction .course-introduction-lottery-pc__header-white {
  color: #fff;
  font-size: 7rem;
}
.topPage .course-introduction .course-introduction-lottery-pc__header-white-large {
  color: #fff;
}
.topPage .course-introduction .course-introduction-lottery-pc__prize-image {
  display: block;
  width: 60rem;
  height: auto;
}
.topPage .course-introduction .course-introduction-lottery-pc__prize-image-bubble {
  position: absolute;
  width: 12rem;
  height: auto;
  left: -1rem;
  top: -6rem;
}
.topPage .course-introduction .connection {
  padding-bottom: 5rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
  background-color: #0075C4;
  margin-bottom: -11rem;
}
.topPage .campaign-term {
  text-align: center;
  padding-top: 11rem;
  padding-bottom: 3rem;
}
.topPage .campaign-term .campaign-term-head {
  padding-top: 3rem;
}
.topPage .campaign-term .campaign-term-head .eng {
  color: #122A89;
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Iceberg", serif;
}
.topPage .campaign-term .campaign-term-head .jp {
  color: #0075C4;
  font-weight: bold;
  font-size: 3rem;
  margin: -1.2rem 0 2rem;
  letter-spacing: 2px;
}
.topPage .campaign-term .campaign-term-info {
  padding: 0 9rem;
  text-align: left;
}
.topPage .campaign-term .campaign-term-info__head {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  /* 下側に黄緑色のラインを重ねる */
  background: linear-gradient(transparent 60%, #d4ef8b 60%);
  padding: 0 5px;
}
.topPage .campaign-term .campaign-term-info__detail {
  font-size: 1.4rem;
  padding: 0 0.5rem 2rem;
}
.topPage .campaign-term .campaign-term-info__day {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-size: 2.1rem;
  color: #FFFFFF;
  z-index: 0;
  margin-left: 0.6rem;
}
.topPage .campaign-term .campaign-term-info__day::after {
  content: "";
  position: absolute;
  background-color: #002864;
  width: 2.8rem;
  height: 2.8rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.24rem);
  z-index: -1;
}
.topPage .campaign-term .campaign-term-info-pc {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.topPage .campaign-term .campaign-term-info-pc__head {
  font-size: 2.6rem;
  font-weight: bold;
  color: #002864;
  margin-top: 1.2rem;
  text-align: left;
}
.topPage .campaign-term .campaign-term-info-pc__detail {
  font-size: 3rem;
  font-weight: bold;
  padding: 1.6rem 0;
  border-bottom: 1px solid #707070;
}
.topPage .campaign-term .campaign-term-info-pc__day {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-size: 4rem;
  color: #FFFFFF;
  z-index: 0;
  margin-left: 0.6rem;
}
.topPage .campaign-term .campaign-term-info-pc__day::after {
  content: "";
  position: absolute;
  background-color: #002864;
  width: 2.8rem;
  height: 2.8rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.24rem);
  z-index: -1;
}
.topPage .product {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 15rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 0 100%);
  margin-bottom: -11rem;
}
.topPage .product .header .eng {
  color: #122A89;
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Iceberg", serif;
}
.topPage .product .header .jp {
  color: #0075C4;
  font-weight: bold;
  font-size: 3rem;
  margin: -1.2rem 0 2rem;
  letter-spacing: 2px;
}
.topPage .product .visual {
  margin: 2rem 10rem 0;
}
.topPage .product .visual .caption {
  margin-top: 1rem;
}
.topPage .product .item-name {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.05em;
  color: #122A89;
}
.topPage .product .item-type {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5px;
}
.topPage .product .notes {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  list-style: none;
  padding: 2rem 3rem 1rem;
}
.topPage .qr {
  margin-bottom: 6rem;
}
.topPage .qr__image {
  width: 30rem;
  height: 30rem;
  margin: 0 auto 4rem;
}
.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 #3EC1D3;
  border-right: 2.6rem solid transparent;
  border-left: 2.6rem solid transparent;
}
.topPage .procedure__item:last-of-type {
  margin-bottom: 7rem;
}
.topPage .participate {
  display: block;
  background: url(../../images/user/top/top-cloud-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0075C4;
  text-align: center;
  padding-top: 14rem;
  padding-bottom: 2rem;
  margin-bottom: -0.1rem;
}
.topPage .participate__wrap {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0.8rem 1.5rem 1.8rem;
  border: solid 1px #C5CCD2;
}
.topPage .participate__title {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.topPage .participate__list {
  list-style-type: none;
  padding: 0 2rem;
  margin: 0;
}
.topPage .participate__item {
  padding-top: 1.2rem;
}
.topPage .participate__item:not(:last-of-type) {
  padding-bottom: 1.2rem;
}
.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: 1rem 1.4rem 1.2rem 7.5rem;
  background-color: #fff;
  border-radius: 0.3rem;
  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;
  text-align: left;
}
.topPage .participate__checkLabel:before, .topPage .participate__checkLabel:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topPage .participate__checkLabel:before {
  left: 2.4rem;
  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: 1.5rem;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #333;
}
.topPage .participate__line, .topPage .participate__twitter {
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
  margin-bottom: 1rem;
  border-radius: 3px;
  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);
  border-radius: 3px;
  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;
  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 .participate .participate-guideline-box {
  border-radius: 1rem;
  margin: 2.25rem 2rem 0 2rem;
  background-color: #fff;
}
.topPage .participate .participate-guideline-box__title-wrap {
  margin-top: 1.6rem;
  text-align: center;
}
.topPage .participate .participate-guideline-box__title {
  padding: 2rem 0;
  font-size: 1.8rem;
  color: #0075C4;
}
.topPage .participate .participate-guideline-box__main-text-wrap {
  border-radius: 1rem;
  padding: 1rem;
  margin-left: 1.55rem;
  margin-right: 1.55rem;
  margin-bottom: 1.2rem;
  height: 33rem;
  overflow-x: clip;
  overflow-y: auto;
}
.topPage .participate .participate-guideline-box__main-text-wrap::-webkit-scrollbar-track {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.topPage .participate .participate-guideline-box__main-text-wrap::-webkit-scrollbar {
  width: 0.2rem;
}
.topPage .participate .participate-guideline-box__main-text-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.topPage .participate .logo-area img {
  max-width: 35rem;
  height: auto;
  margin-bottom: 2rem;
}
.topPage .participate .title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.topPage .participate .note-text {
  padding: 0 2rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
  opacity: 0.9;
  text-align: left;
}
.topPage {
  /*-----------------------------------------------
  応募の流れ
  ------------------------------------------------*/
}
.topPage .participation-flow {
  background: url("../../images/user/common/common_bg_navy.png") center;
  background-repeat: repeat-y;
  padding-top: 5.8rem;
  padding-bottom: 3rem;
  text-align: center;
}
.topPage .participation-flow .participation-flow-title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.topPage .participation-flow .participation-flow-list__item {
  margin: 0 2rem;
  background: url("../../images/user/common/img_common_box_bg.png") center;
  background-repeat: repeat-y;
  padding-bottom: 1.8rem;
}
.topPage .participation-flow .participation-flow-list__item:not(:last-of-type) {
  margin-bottom: 5.2rem;
}
.topPage .participation-flow .participation-flow-list__item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.2rem solid #fff;
  border-right: 1.2rem solid transparent;
  border-left: 1.2rem solid transparent;
}
.topPage .participation-flow .participation-flow-list__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #002864;
}
.topPage .participation-flow .participation-flow-list__head-number {
  font-size: 5rem;
  font-family: "DIN", sans-serif;
  margin-right: 2rem;
  color: #fede66;
}
.topPage .participation-flow .participation-flow-list__description {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
.topPage .participation-flow .participation-flow-commercial_header {
  text-align: center;
  font-size: 1.6rem;
}
.topPage .participation-flow__movie-wrap {
  padding: 3rem 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPage {
  /*-----------------------------------------------
  お知らせ
  ------------------------------------------------*/
}
.topPage .commercial {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background: url("../../images/user/top/img_top_bg_white.png") center/cover repeat-y;
}
.topPage .commercial__header {
  font-size: 3rem;
  color: #002B64;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.topPage .commercial__header-pc {
  font-size: 6rem;
  color: #002B64;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.topPage .commercial__movie-wrap {
  padding: 3rem 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPage .top-faq {
  text-align: center;
  background: url("../../images/user/top/top-faq-bg.png");
  padding: 12rem 0 4rem;
  background-attachment: fixed;
}
.topPage .top-faq .top-faq-title {
  padding-top: 3rem;
  color: #0384DB;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.topPage .top-faq .top-faq-accordion__item {
  margin: 0 2rem;
  border-top: solid #C8C8C8 0.1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.topPage .top-faq .top-faq-accordion__item:first-child {
  margin-top: 3.4rem;
}
.topPage .top-faq .top-faq-accordion__item:last-child {
  border-bottom: solid #C8C8C8 0.1rem;
}
.topPage .top-faq .top-faq-accordion__header {
  display: flex;
  align-items: center;
  color: #002864;
}
.topPage .top-faq .top-faq-accordion__header-q {
  color: #0075C4;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1rem;
  width: 2rem;
}
.topPage .top-faq .top-faq-accordion__header-text {
  color: #0075C4;
  font-size: 1.4rem;
  padding: 0 1.6rem;
  text-align: left;
}
.topPage .top-faq .top-faq-accordion__answer-wrap {
  color: #0075C4;
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.topPage .top-faq .top-faq-accordion__header-a {
  font-size: 2rem;
  font-family: "Proxima Nova", sans-serif;
  color: #707070;
}
.topPage .top-faq .top-faq-accordion__answer-text {
  color: #0075C4;
  font-size: 1.4rem;
  padding: 0 2.95rem 2rem 1.6rem;
  text-align: left;
}
.topPage .top-faq .top-faq-accordion-pc__item {
  margin: 0 2rem;
  border-top: solid #C8C8C8 0.1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.topPage .top-faq .top-faq-accordion-pc__item:first-child {
  margin-top: 3.4rem;
}
.topPage .top-faq .top-faq-accordion-pc__item:last-child {
  border-bottom: solid #C8C8C8 0.1rem;
}
.topPage .top-faq .top-faq-accordion-pc__header {
  display: flex;
  align-items: center;
  color: #002864;
}
.topPage .top-faq .top-faq-accordion-pc__header-q {
  font-size: 4rem;
  font-family: "Proxima Nova", sans-serif;
}
.topPage .top-faq .top-faq-accordion-pc__header-text {
  font-size: 2.8rem;
  padding: 0 1.6rem;
  text-align: left;
}
.topPage .top-faq .top-faq-accordion-pc__answer-wrap {
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.topPage .top-faq .top-faq-accordion-pc__header-a {
  font-size: 4rem;
  font-family: "Proxima Nova", sans-serif;
  color: #707070;
}
.topPage .top-faq .top-faq-accordion-pc__answer-text {
  color: #252525;
  font-size: 2.8rem;
  padding: 0 2.95rem 2rem 1.6rem;
  text-align: left;
}
.topPage .top-faq .bland_link {
  padding: 2rem 2rem;
}
.topPage .top-faq .bland_link .inner_text {
  color: #fff;
}
.topPage .top-faq .accordionWrap {
  margin-top: 2rem;
}
.topPage .top-faq .accordionBtn {
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topPage .top-faq .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.topPage .top-faq .accordionBtn:after {
  content: "✚";
  font-size: 1.4rem;
  color: #032B64;
  float: right;
  font-weight: 600;
}
.topPage .top-faq .accordionBtn.active:after {
  content: "ー";
}
.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 .modal .shoppingSiteWrap {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.topPage .modal .shoppingSiteWrap .titleWrap {
  margin: 0 4.3rem 1.4rem;
  height: 2.9rem;
  font-size: 1.6rem;
  color: #252525;
  font-weight: bold;
}
.topPage .modal .shoppingSiteWrap .amazonBtnWrap .amazonBtn {
  border: none;
  background: url("../../images/user/top/amazon_btn.png") center/contain no-repeat;
  width: 100%;
  height: 7.2rem;
}
.topPage .modal .shoppingSiteWrap .rakutenBtnWrap .rakutenBtn {
  border: none;
  background: url("../../images/user/top/rakuten_btn.png") center/contain no-repeat;
  width: 100%;
  height: 7.2rem;
}
.topPage .modal .shoppingSiteWrap .rakutenBtnWrap {
  margin-top: 1rem;
}
.topPage .modal .shoppingSiteWrap .yahooBtnWrap .yahooBtn {
  border: none;
  background: url("../../images/user/top/yahoo_btn.png") center/contain no-repeat;
  width: 100%;
  height: 7.2rem;
}
.topPage .modal .shoppingSiteWrap .yahooBtnWrap {
  margin-top: 1rem;
}
.topPage .modal .shoppingSiteWrap .textWrap {
  text-align: left;
  margin-top: 1rem;
}
.topPage {
  /*-----------------------------------------------
  PC
  ------------------------------------------------*/
}
.topPage .siteContent-PC {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .topPage .siteContent-PC {
    width: 100%;
  }
}
.topPage__pc-anchor-wrap {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.topPage__pc-anchor-wrap li {
  flex: 1;
  text-align: center;
  background-color: #021E4A;
  height: 5rem;
}
.topPage__pc-anchor-wrap li:not(:last-child) a {
  border-right: solid 0.1rem #fff;
}
.topPage__pc-anchor-wrap li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: #fff;
  font-size: 2rem;
  padding: 0.4rem 0;
}
.topPage__pc-anchor-hidden {
  display: none;
}
.topPage__pc-btn-wrap {
  display: flex;
  justify-content: center;
}
.topPage__pc-btn-width {
  width: 23rem;
  height: 3.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPage__pc-btn-width-2 {
  width: 60rem;
  height: 5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPage__pc-btn-width-3 {
  width: 60rem;
  height: 5.5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPage__pc-btn-width-4 {
  width: 46rem;
  height: 5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPage__pc-max-width {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.topPage__pc-max-width-2 {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.topPage__pc-max-width-wide {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.topPage .participation-flow-pc {
  background: url("../../images/user/common/common_bg_navy.png") center;
  background-repeat: repeat;
  padding-bottom: 3rem;
  text-align: center;
}
.topPage .participation-flow-pc .participation-flow-pc-title {
  font-size: 6rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.topPage .participation-flow-pc .participation-flow-pc-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.topPage .participation-flow-pc .participation-flow-pc-list__item {
  width: 20.7rem;
  height: 34.2rem;
}
.topPage .participation-flow-pc .participation-flow-pc-commercial_header {
  text-align: center;
  font-size: 1.6rem;
}
.topPage {
  /*-----------------------------------------------
  キャッチコピー
  ------------------------------------------------*/
}
.topPage .catch-copy__special-goods {
  /* SPECIAL GOODS */
  color: #E0FF5D;
  font-family: "Iceberg", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.topPage .catch-copy__description {
  /* 「好きなクラブチームの〜」 */
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  color: #f0f4ff;
}
.topPage .catch-copy__highlight-text {
  /* 「絶対もらえる!!」 */
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.topPage .catch-copy__footer-note {
  /* 注釈 */
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 5rem;
  letter-spacing: 0.144rem;
}
.topPage {
  /*-----------------------------------------------
  対象アイテム
  ------------------------------------------------*/
}
.topPage .promo-prize__container {
  width: 100%;
  padding: 0rem 1.25rem 0rem;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
}
.topPage .promo-prize__header {
  color: #E0FF5D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPage .promo-prize__header .number {
  font-size: 8rem;
  line-height: 1;
  font-family: "Iceberg", sans-serif;
}
.topPage .promo-prize__header .unit {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 0.3rem;
}
.topPage .promo-prize__season {
  font-size: 3rem;
  font-weight: bold;
  padding-top: 1.5rem;
}
.topPage .promo-prize__label {
  /* ラベル */
  display: inline-block;
  background-color: #fff;
  color: #1a237e;
  padding: 0.75rem 1rem;
  transform: skewX(-20deg);
  margin: 1rem 0;
  border-left: 1rem solid #E0FF5D;
  border-right: 1rem solid #E0FF5D;
}
.topPage .promo-prize__label-inner {
  /* ラベルの中の文字は斜めを戻す */
  transform: skewX(20deg);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.topPage .promo-prize__separator {
  margin: 0 1rem;
  opacity: 0.5;
}
.topPage .promo-prize__item-info {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.topPage .promo-prize__item-caution {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.topPage .promo-prize__item-detail {
  margin-top: 0.625rem;
}
.topPage .promo-prize__slash {
  background: linear-gradient(175deg, #1a3a9a 65%, #2a6aeb 65%);
}
.topPage .promo-prize__season-wrap {
  background-color: #0384DB;
}
.topPage .promo-prize__carousel-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.topPage .promo-prize__carousel-section .connect {
  padding-bottom: 15rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 8rem));
  margin-bottom: -11rem;
}
.topPage .promo-prize__image-display {
  width: 100%;
  position: relative;
  z-index: 1;
}
.topPage .promo-prize__nav-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  background: none;
  border: none;
  color: #ffeb3b;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0 20px;
  transition: transform 0.2s;
  transform: scaleY(1.75);
}
.topPage .promo-prize__nav-prev {
  left: 0rem;
}
.topPage .promo-prize__nav-next {
  right: 0rem;
}
.topPage .text-alpha {
  color: rgba(255, 255, 255, 0.3);
}
.topPage .btn-online {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 1.4rem 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 1rem;
  color: #fff;
  border: 0.15rem solid #fff;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s ease-in-out;
  background: #025FB7 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.topPage .btn-online::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/user/common/icon-copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.topPage .top-how-to-use {
  padding: 0;
  background: url(../../images/user/top/top-cloud-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0075C4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  align-items: center;
  padding-bottom: 14rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10rem));
  margin-bottom: -11rem;
}
.topPage .top-how-to-use .container {
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 20px;
}
.topPage .top-how-to-use .eng-title {
  color: #E0FF5D;
  font-family: "Iceberg", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-shadow: 0 0 0.625rem #E8E8E8;
}
.topPage .top-how-to-use h1 {
  font-size: 3.25rem;
  font-weight: black;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  color: #f0f4ff;
}
.topPage .top-how-to-use .card-outer {
  background-color: #E0FF5D;
  padding: 3px;
  margin-top: 20px;
  clip-path: polygon(15% 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0 10%);
}
.topPage .top-how-to-use .card-inner {
  background-color: #ffffff;
  padding: 0 1.5rem 2.5rem;
  clip-path: polygon(15% 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0 10%);
  text-align: center;
}
.topPage .top-how-to-use .step-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.topPage .top-how-to-use .step-num {
  font-size: 6.1rem;
  font-weight: 400;
  color: #122A89;
  font-family: "Iceberg", sans-serif;
}
.topPage .top-how-to-use .step-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #122A89;
}
.topPage .top-how-to-use .description {
  color: #122A89;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
.topPage .top-how-to-use .note {
  font-size: 1rem;
}
.topPage .top-how-to-use .icon-img {
  margin: -1rem 0 1rem;
}
.topPage .top-how-to-use .arrow {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #fff;
  transform: scaleX(2);
  position: relative;
  left: 25%;
  max-width: 50%;
}
.topPage .connection-up {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
  margin-bottom: -11rem;
}
.topPage .connection-down {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
  margin-bottom: -12rem;
}
.topPage .prize-image-wrap {
  position: relative;
  margin: 0 1rem;
  width: auto;
  height: 28rem;
  text-align: center;
}
.topPage .prize-image-base {
  width: auto;
  height: 28rem;
}
.topPage .prize-image-overlay {
  margin: 0 1rem;
  width: auto;
  height: 16rem;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.topPage .top-title-header {
  font-size: 3.8rem;
  font-weight: 1000;
  text-align: center;
  color: #f0f4ff;
  letter-spacing: 0.2rem;
}
.topPage .top-title-subtext {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  margin: 2.9rem 0rem;
}
.topPage .top-qr {
  padding: 3rem;
  margin: 1rem;
  border: solid;
  border-color: white;
  border-radius: 1rem;
  background: white;
}
.topPage .top-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}

body.js-mobile .participate {
  display: block;
}

/*====================================================================
初回アンケート
====================================================================*/
.questionnaire {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.questionnaire .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 821px) {
  .questionnaire .siteContent {
    width: 100%;
  }
}
.questionnaire__inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  background-image: url(../../images/user/questionnaire/bg_white.png);
}
.questionnaire {
  /*
  .title__wrap {
      margin-bottom: 2rem;
  }
  */
}
.questionnaire .title-wrap {
  text-align: center;
  background-image: url(../../images/user/questionnaire/bg_sky.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 10rem 6rem;
  margin-bottom: 3.5rem;
}
.questionnaire .title-wrap__header {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.588rem;
  color: #E0FF5D;
}
.questionnaire .title-wrap__main {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.204rem;
  color: #FBF8F2;
}
.questionnaire__container {
  position: relative;
  padding: 3.2rem 1.5rem 2.9rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.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: 1rem;
  color: #707070;
  line-height: 1.8;
}
.questionnaire__required {
  font-size: 1.2rem;
  color: #E40A17;
  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: 1rem;
}
.questionnaire .required .questionnaire__required {
  display: block;
}
.questionnaire__btnWrap .btn-info {
  margin-top: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.096rem;
  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 #333;
  border-radius: 3px;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.03em;
}
.questionnaire .input__selectBox:focus, .questionnaire .input__date:focus, .questionnaire .input__number:focus {
  outline: 1px #D56D1A 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(213, 109, 26, 0.12);
  color: #333;
}
.questionnaire .input__pulldownItem:focus {
  outline: none;
  background-color: rgba(213, 109, 26, 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;
}
.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 .maint {
  background-color: #fff;
  padding: 2rem;
}
.myPage .maintenance {
  background-color: #fff;
  border-style: solid;
  border-color: #DA0908;
  border-width: 0.2rem;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
  font-weight: 500;
}
.myPage .maintenance__title {
  font-size: 2.257rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.myPage .maintenance__textBasic {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.myPage .maintenance__textRed {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #DA0908;
}
.myPage p {
  margin-bottom: 0;
}
.myPage .myPageKv {
  width: 37.5rem;
  height: 20rem;
  margin-bottom: 6rem;
  background: url("../../images/user/mypage/img_mypage_kv.jpg") center/contain no-repeat;
}
.myPage {
  /*====================================================================
  scan 追従
  ====================================================================*/
}
.myPage .scan {
  width: 37.5rem;
  position: fixed;
  bottom: 0;
  background: #D8F3F6;
  z-index: 1;
}
.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 {
  /*=========================================================
  yourPoint
  ==============================================================*/
}
.myPage .yourPoint__boxWrap {
  padding: 0 3rem;
  margin-bottom: 3.2rem;
}
.myPage .yourPoint__button {
  padding: 0 3rem;
  margin-bottom: 6rem;
}
.myPage .yourPoint__button .btn {
  font-size: 2rem;
}
.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
  =============================================================*/
}
.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
  ====================================================================*/
}
.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: 2;
  pointer-events: visible;
  cursor: pointer;
}
.modal__close {
  cursor: pointer;
}
.modal .addressRegistrationCautionTextWrap {
  font-size: 1.1rem;
  padding: 0 1rem;
}
.modal .addressRegistrationCautionTextWrap .textRed {
  color: #FF4350;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.modal .addressRegistrationCautionTextWrap .textBlack {
  text-align: center;
  color: #252525;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.modal .addressRegistrationCautionTextWrap .textAnnotation {
  padding-left: 1rem;
  text-indent: -1rem;
}

.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: #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__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__list-large {
  counter-reset: item-large-counter;
}
.modal__item-large {
  display: flex;
  gap: 0.4rem;
}
.modal__item-large:before {
  content: "●";
  font-size: 1.4rem;
  font-weight: 500;
}
.modal__item-large[item-type=number]:before {
  counter-increment: item-large-counter;
  content: "（" counter(item-large-counter) "）";
}
.modal__item-large[item-type=circle]:before {
  content: "○";
}
.modal__item-large[item-type=dot]:before {
  content: "・";
}
.modal__item-none {
  display: flex;
  gap: 0.4rem;
}
.modal__item-large + .modal__item-large, .modal__item-none + .modal__item-none {
  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[item-type=circle]:before {
  content: "○";
}
.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;
}
.modal .previewImageBox {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
.modal .xShareCautionTextWrap {
  font-size: 1.2rem;
  color: #4D4D4D;
  text-align: center;
}
.modal .xShareDownloadTextWrap {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 500;
}
.modal .xShareBtnWrap {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}
.modal .xShareBtnWrap .xShareBtn {
  width: 22rem;
}
.modal .xShareTextWrap {
  font-size: 1.1rem;
  margin-top: 1.6rem;
  text-align: center;
}
.modal .xShareCouseTitleTextWrap {
  font-size: 1.8rem;
  font-weight: 500;
}

/*====================================================================
Mypage
====================================================================*/
.myPageReceipt {
  background-color: #fff;
}
.myPageReceipt .siteContent {
  position: relative;
  width: 37.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (max-width: 821px) {
  .myPageReceipt .siteContent {
    width: 100%;
  }
}
.myPageReceipt .maint {
  background-color: #fff;
  padding: 2rem;
}
.myPageReceipt .mypage-common-content-wrap {
  padding: 0 2rem;
}
.myPageReceipt .mypage-buttons-wrap {
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  background-color: #F1F1F1;
}
.myPageReceipt .mypage-link-button-wrap {
  display: flex;
  justify-content: space-between;
}
.myPageReceipt .mypage-link-button-wrap .mypage-point-charge-button-wrap {
  width: 15.5rem;
  height: 11.75rem;
}
.myPageReceipt .mypage-link-button-wrap .mypage-course-select-button-wrap {
  width: 15.5rem;
  height: 11.75rem;
}
.myPageReceipt .maintenance {
  background-color: #fff;
  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 p {
  margin-bottom: 0;
}
.myPageReceipt .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.jpg") center/contain no-repeat;
}
.myPageReceipt .infoArea {
  padding: 3rem 0;
  background-color: #E5EDEF;
  background-image: url(../../images/user/receipt/top/bg_info.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.myPageReceipt .infoArea .button__wrap {
  padding-left: 3rem;
  padding-right: 3rem;
}
.myPageReceipt .mypage-point-area {
  background-color: #122A89;
}
.myPageReceipt .mypage-point-area__line {
  height: 0.05rem;
  margin: 0.25rem 2rem 0;
  background: rgba(255, 255, 255, 0.4);
}
.myPageReceipt {
  /*====================================================================
  wChance
  =============================================================*/
}
.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 {
  /*====================================================================
  pointCharge
  ====================================================================*/
}
.myPageReceipt .mypage-point-charge-content-bg {
  background-color: #122A89;
}
.myPageReceipt .mypage-point-charge-content {
  background-color: #F1F1F1;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.myPageReceipt .mypage-point-charge-content__contents-header {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.25rem;
  letter-spacing: 0.144rem;
}
.myPageReceipt .mypage-point-charge-content__upload-anchor-link-wrap {
  display: flex;
  justify-content: space-between;
}
.myPageReceipt .mypage-point-charge-content__contents-wrap {
  border: solid 0.1rem #fff;
  padding: 3rem 2rem;
  background-color: #fff;
}
.myPageReceipt .mypage-point-charge-content__upload-button-wrap {
  display: flex;
  justify-content: space-between;
}
.myPageReceipt .mypage-point-charge-content__external-link {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004CFF;
}
.myPageReceipt .mypage-point-charge-content__input-wrap {
  display: flex;
  align-items: center;
}
.myPageReceipt .mypage-point-charge-content__input-receipt {
  width: 24rem;
  height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 0.2rem #333;
  border-radius: 1rem;
}
.myPageReceipt .mypage-point-charge-content__input-ec {
  width: 100%;
  height: 3rem;
}
.myPageReceipt .mypage-point-charge-content__input-serial {
  width: 24rem;
  height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 0.2rem #333;
  border-radius: 1rem;
}
.myPageReceipt .mypage-point-charge-content__input-cp-code {
  width: 100%;
  height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 0.2rem #333;
  border-radius: 1rem;
}
.myPageReceipt .mypage-point-charge-content__camera-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-right: 3rem;
}
.myPageReceipt .mypage-point-charge-content__cp-code-error {
  color: #FF4350;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}
.myPageReceipt {
  /*-----------------------------------------------
  アップロードのコツ
  ------------------------------------------------*/
}
.myPageReceipt .mypage-upload-tips {
  background-color: #F1F1F1;
  padding-top: 2.15rem;
  padding-bottom: 5rem;
}
.myPageReceipt .mypage-upload-tips-title {
  text-align: center;
  font-size: 2.2rem;
  color: #252525;
  font-weight: 500;
}
.myPageReceipt .mypage-upload-tips-text {
  text-align: center;
  font-size: 1.4rem;
  color: #252525;
  font-weight: 500;
}
.myPageReceipt .mypage-upload-tips-contents {
  background-color: #fff;
  padding: 2rem 2rem 4.1rem;
}
.myPageReceipt .mypage-upload-tips-contents__header {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05rem;
}
.myPageReceipt .mypage-upload-tips-contents__header-navy-bg {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #36B3EC;
  letter-spacing: 0.096rem;
  color: #fff;
  padding: 0.5rem 0;
}
.myPageReceipt .mypage-upload-tips-contents__caution-wrap {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF0000;
  padding: 1.25rem 1.3rem;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
.myPageReceipt .mypage-upload-tips-contents__receipt-error-images-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.myPageReceipt .mypage-upload-tips-contents__receipt-error-item {
  font-size: 1.2rem;
  font-weight: 500;
  width: 13rem;
  height: auto;
  text-align: center;
}
.myPageReceipt .mypage-upload-tips-contents__receipt-error-image {
  margin-top: auto;
}
.myPageReceipt .mypage-upload-tips-contents__ec-privacy-policy-wrap {
  background-color: #FFFCDF;
  padding: 0 2rem 2.5rem 2rem;
}
.myPageReceipt .mypage-upload-tips-contents__ec-privacy-policy-title {
  background-color: #FF0000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0.5rem;
}
.myPageReceipt .mypage-upload-tips-contents__caution {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.0335rem;
}
.myPageReceipt .mypage-upload-tips-contents .check-box {
  display: none;
}
.myPageReceipt .mypage-upload-tips-contents input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.myPageReceipt .mypage-upload-tips-contents .check-label {
  position: relative;
  width: 100%;
  padding: 0.7rem 0 0.9rem 5rem;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.0335rem;
  cursor: pointer;
}
.myPageReceipt .mypage-upload-tips-contents .check-label:before, .myPageReceipt .mypage-upload-tips-contents .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.myPageReceipt .mypage-upload-tips-contents .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: #002864;
  opacity: 0;
}
.myPageReceipt .mypage-upload-tips-contents .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 3px;
  border: solid 2px black;
}
.myPageReceipt {
  /*-----------------------------------------------
  レシート・ECアップロード確認
  ------------------------------------------------*/
}
.myPageReceipt .mypage-upload-confirmation-contents__header {
  font-size: 1.8rem;
  text-align: center;
}
.myPageReceipt .mypage-upload-confirmation-contents__caution {
  font-size: 1.2rem;
}
.myPageReceipt .mypage-upload-confirmation-contents .check-box {
  display: none;
}
.myPageReceipt .mypage-upload-confirmation-contents input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.myPageReceipt .mypage-upload-confirmation-contents .check-label {
  position: relative;
  width: calc(100% - 3rem);
  padding: 0.7rem 0 0.9rem 5rem;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
}
.myPageReceipt .mypage-upload-confirmation-contents .check-label:before, .myPageReceipt .mypage-upload-confirmation-contents .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.myPageReceipt .mypage-upload-confirmation-contents .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: #002864;
  opacity: 0;
}
.myPageReceipt .mypage-upload-confirmation-contents .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px black;
}
.myPageReceipt {
  /*====================================================================
  receiptReading
  ====================================================================*/
}
.myPageReceipt .receiptReading {
  padding: 3rem 1.6rem 1rem;
  background-color: #FBF8F2;
}
.myPageReceipt .receiptReading__caution {
  font-size: 1.2rem;
  padding: 0 2rem 2rem;
}
.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: 500;
  line-height: 2.4rem;
  letter-spacing: 0.096rem;
  color: #fff;
  background-color: #122A89;
  text-indent: 0;
}
.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: #FBF8F2;
  position: relative;
  height: 4.85rem;
}
.myPageReceipt .mypage {
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #fff;
}
.myPageReceipt .mypage-commercial__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.myPageReceipt .mypage-commercial__image {
  width: 100%;
  height: auto;
  padding: 0 2rem;
}
.myPageReceipt .mypage-id-bottom {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #252525;
  font-weight: 500;
  letter-spacing: 0.168rem;
}
.myPageReceipt .circle {
  margin-top: 1rem;
  padding: 0.8rem;
  padding-top: 2re;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #E5EDEF;
  border: 0.3rem solid #E5EDEF;
  border-radius: 5rem;
}
.myPageReceipt .logout-btn {
  padding: 1.25rem 2rem;
}

/*====================================================================
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:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.janform .input__btnWrap .btn-arrow {
  filter: drop-shadow(0.4rem 0.5rem 0.9rem rgba(0, 0, 0, 0.29));
}

/*====================================================================
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:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.qrform .input__btnWrap .btn-arrow {
  filter: drop-shadow(0.4rem 0.5rem 0.9rem rgba(0, 0, 0, 0.29));
}

/*====================================================================
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: 4rem 3rem;
  border-bottom: solid 1px #C5CCD2;
}

.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:after,
.lose .btn-info:after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.win .btn-info,
.lose .btn-info {
  filter: drop-shadow(4px 5px 9px rgba(0, 0, 0, 0.3));
}

/*====================================================================
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 .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.jpg") center/contain no-repeat;
}
.receipt .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #F1F1F1;
}
@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: #5BC2DC;
  border-radius: 1rem 1rem 0 0;
}
.receipt .infoBox__inner {
  background-image: url(../../images/user/mypage/point_backgroud_top.png);
  font-size: 1.8rem;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
}
.receipt .infoBox__label {
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.084rem;
  color: #000000;
  opacity: 1;
}
.receipt .infoBox__yourPointInner-point-charge {
  font-size: 2.1rem;
  padding: 0rem 1rem 0rem 2rem;
  height: 100%;
  text-align: left;
}
.receipt .infoBox__your-points-header {
  font-size: 1.4rem;
}
.receipt .infoBox__your-points-point-charge {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 8rem;
  height: 5.5rem;
}
.receipt .infoBox__your-points-zeros {
  font-size: 7.6rem;
  color: #D0D0D0;
}
.receipt .infoBox__your-points-zeros-point-charge {
  font-size: 6.6rem;
  color: #D0D0D0;
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  height: 8.5rem;
}
.receipt .infoBox__your-points-digits {
  font-size: 7.6rem;
  color: #ADD600;
}
.receipt .infoBox__your-points-digits-point-charge {
  font-size: 6.6rem;
  color: #ADD600;
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  height: 8rem;
}
.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__closer {
  width: 100%;
  height: 1rem;
  background-image: url(../../images/user/mypage/point_backgroud_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.receipt .infoBox__pointMeter {
  position: relative;
  background-image: url(../../images/user/mypage/point_backgroud_middle.png);
  background-size: contain;
  padding: 1rem 1.8rem 0rem 1.8rem;
  color: #E0FF5D;
  font-size: 1.2rem;
  font-weight: 400;
  --h: 15px;
  --skew: -28deg;
  --pct: 0%;
  --fill: #E0FF5D;
  --rest: #e1ff5d38;
  --on: 5px;
  --off: 6px;
}
.receipt .infoBox__pointMeter .number {
  letter-spacing: 0.05rem;
}
.receipt .infoBox__pointMeter .checkpoint {
  width: 2rem;
  height: 2rem;
  margin-left: -0.3rem;
  margin-right: -0.2rem;
}
.receipt .infoBox__pointMeter .blip {
  width: 1rem;
  height: 1rem;
  margin-left: -0.3rem;
}
.receipt .infoBox__pointMeter .clip {
  height: var(--h);
  width: 100%;
  overflow: hidden;
  padding: 0.05rem 0.6rem 0;
}
.receipt .infoBox__pointMeter .skew {
  position: relative;
  height: 100%;
  width: 100%;
  transform: skewX(var(--skew));
  transform-origin: center;
}
.receipt .infoBox__pointMeter .track, .receipt .infoBox__pointMeter .fill {
  position: absolute;
  inset: 0;
}
.receipt .infoBox__pointMeter .track {
  background: repeating-linear-gradient(90deg, var(--rest) 0 var(--on), transparent var(--on) var(--off));
}
.receipt .infoBox__pointMeter .fill {
  width: var(--pct);
  background: repeating-linear-gradient(90deg, var(--fill) 0 var(--on), transparent var(--on) var(--off));
}
.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.9rem;
  font-weight: bold;
  align-items: center;
  gap: 1.4rem;
}
.receipt .input__wrap input {
  min-width: 0;
  text-align: center;
}
.receipt .input__nameLabel {
  flex: 1 0 auto;
  font-size: 1.6rem;
}
.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;
  background-color: #E5EDEF;
}
.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: #5BC2DC;
}
.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: #5BC2DC;
  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 2rem 1.5rem;
  background: #F1F1F1;
}
.receipt .productInput__contents-wrap {
  background-color: #fff;
  padding: 2.3rem 3rem 4rem;
}
.receipt .productInput__nameTitle {
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: bold;
  border-left: 0.4rem solid #5BC2DC;
}
.receipt .productInput__nameWrap {
  margin-bottom: 2rem;
  width: 100%;
  height: 25rem;
}
.receipt .productInput__nameTextWrap {
  padding: 1rem 2rem;
  width: 100%;
  height: 25rem;
  font-size: 1.4rem;
  background-color: #fff;
  border: 0.1rem solid #252525;
  border-radius: 1.4rem;
}
.receipt .productInput__buttonWarp {
  padding-left: 0;
  padding-right: 0;
}
.receipt .productInput .product-input[type=text] {
  width: 8.5rem;
  height: 2.75rem;
  border: 0.01rem solid #707070;
  border-radius: 0.5rem;
}
.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;
}
@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 .productInput__point-to-grant-wrap {
  border-radius: 1rem;
  border: 0.005rem solid #EB3543;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.3019607843);
  background-color: #EB3543;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.041rem;
  padding: 1.4rem 1.4rem;
}
.receipt .productInput .check-box {
  display: none;
}
.receipt .productInput input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.receipt .productInput .check-label {
  position: relative;
  width: calc(100% - 3rem);
  padding: 0.7rem 0 0.9rem 5rem;
  background-color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  color: #FF0000;
  font-size: 1.4rem;
}
.receipt .productInput .check-label:before, .receipt .productInput .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.receipt .productInput .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: transparent;
  opacity: 0;
}
.receipt .productInput .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px black;
}
.receipt .productInput .can-wrap {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #ADD600;
  padding: 2.25rem 11rem;
  width: 100%;
  text-align: center;
}
.receipt .productInput .can-wrap img {
  height: auto;
}
.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: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}
.receipt .receiptLoadingModal__text {
  font-size: 1.35rem;
  line-height: 1.3;
  text-align: center;
}
.receipt .receiptLoadingModal__icon {
  margin-top: 2.5rem;
  width: 6rem;
  height: 9rem;
}
.receipt .uploadResult {
  padding: 2.5rem 2rem 4rem;
}
.receipt .uploadResult__container {
  padding: 4rem 2rem 2.5rem;
  background-color: #fff;
}
.receipt .uploadResult__icon {
  height: 6.75rem;
  width: 6.75rem;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.receipt .uploadResult__tips {
  width: 18.5rem;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.receipt .uploadResult__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #FF0100;
  margin-bottom: 1.5rem;
}
.receipt .uploadResult__text {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.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 #5BC2DC;
  border-radius: 1.2rem;
}
.receipt .prize {
  padding: 3rem 0 2rem;
  background-color: #E5EDEF;
  background-image: url(../../images/user/receipt/receipt_history/bg_info.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.receipt .prize .infoBox {
  margin-bottom: 4rem;
}
.receipt .prize .prizeInfo {
  padding-bottom: 2rem;
}
.receipt .prize .prizeInfo__wrap {
  padding: 0 4rem;
}
.receipt .prize .prizeInfo__titleWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  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: #5BC2DC;
  border-radius: 50%;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
.receipt .prize .prizeInfo__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  z-index: 2;
}
.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: -2.5rem;
  left: -6rem;
  background-image: url(../../images/user/receipt/enter/bg_icon_triangle.svg);
  background-position: center;
  background-size: contain;
}
.receipt .prize .prizeInfo:nth-child(even) .prizeInfo__title::after {
  top: -2.5rem;
  right: -6.5rem;
  background-image: url(../../images/user/receipt/enter/bg_icon_square.svg);
  background-position: center;
  background-size: contain;
}
.receipt .prize .prizeInfo__imageWrap {
  border-radius: 1.4rem;
  background-color: #fff;
  border: solid 0.1rem #252525;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo__introduction {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.receipt .prize .prizeInfo__detail {
  font-size: 1.4rem;
  line-height: 1.4;
}
.receipt .prize .prizeInfo__item {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.receipt .prize .prizeInfo .button__wrap {
  padding: 0 3rem;
}
.receipt .record {
  background-color: #122A89;
  background-repeat: repeat-y;
  background-size: contain;
}
.receipt .record .button__wrap {
  padding-left: 0;
  padding-right: 0;
}
.receipt .record__change-tab-wrap {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  gap: 0.2rem;
}
.receipt .record__change-tab {
  padding: 1.4rem 0;
  width: 16.4rem;
  height: 5rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-color: transparent;
  letter-spacing: 0.192rem;
}
.receipt .record__change-tab-active {
  background-color: #FEED45;
  color: #252525;
}
.receipt .record__change-tab-non-active {
  background-color: #C1C1C1;
  color: #fff;
}
.receipt .record__table-wrap {
  background-color: #F1F1F1;
  padding: 2.9rem 2rem 4rem;
  border-top: solid 8px #FEED45;
}
.receipt .record__title {
  text-align: center;
  font-size: 2.1rem;
  color: #252525;
  font-weight: 500;
}
.receipt .record__listWrap {
  background-color: #fff;
}
.receipt .record__item {
  padding: 2rem 2rem;
}
.receipt .record__item:not(:last-child) {
  border-bottom: solid 0.2rem #DDDDDD;
}
.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] {
  position: relative;
}
.receipt .record__item i[icon-type=ok]::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/user/receipt/receipt_history/ok-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.receipt .record__item i[icon-type=ng]::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/user/receipt/receipt_history/ng-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.receipt .record__item i[icon-type=ng2]::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/user/receipt/receipt_history/ng-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.receipt .record__item i[icon-type=process] {
  position: relative;
}
.receipt .record__item i[icon-type=process]::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/user/receipt/receipt_history/progress-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.receipt .record__item i[icon-type=lose] {
  width: 8.4rem;
}
.receipt .record__item i[icon-type=lose]::after {
  content: "はずれ";
  position: relative;
  top: 8px;
  left: 20px;
}
.receipt .record__item i[icon-type=win] {
  width: 8.4rem;
}
.receipt .record__item i[icon-type=win]::after {
  content: "あたり";
  position: relative;
  top: 8px;
  left: 20px;
}
.receipt .record__item .button__wrap {
  margin-bottom: 0;
}
.receipt .record__icon-win {
  width: 6rem;
  height: 4rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  background-color: #002B64;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.receipt .record__icon-lose {
  width: 6rem;
  height: 4rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  background-color: #707070;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.receipt .record__icon-not-address-registered {
  width: 17.35rem;
  height: 4rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #EB3543;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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.4rem;
  font-weight: 500;
}
.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 {
  /*-----------------------------------------------
  ページネーション
  ------------------------------------------------*/
}
.receipt .pagination-border {
  padding: 0 1.2rem;
  height: 0.3rem;
}
.receipt .pagination-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #BED4DA;
}
.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: #F1F1F1;
  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%);
}
.receipt .point-under-inline {
  background: #122A89 url("../../images/user/common/img-dot-bottom-bg.png") no-repeat center bottom -9rem/cover;
  padding-bottom: 3rem;
}

/*====================================================================
chain
====================================================================*/
.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: #E5EDEF;
}
.chain .chainInfo::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 10.6rem;
  height: 0.3rem;
  background: #5BC2DC;
  border-radius: 0.2rem;
}
.chain .chainInfo__textWrap {
  padding: 0 4.2rem;
}
.chain .chainInfo__ruby {
  font-size: 1.1rem;
  color: #5BC2DC;
}
.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: #5BC2DC;
  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: #5BC2DC;
  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 #5BC2DC;
}
.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: #5BC2DC;
}
.chain .chainList__historyHead.is-open::after {
  content: "－";
}
.chain .chainList__historyInnerWrap {
  display: none;
}
.chain .chainList__historyInnerWrap.is-open {
  display: block;
}
.chain .chainList__historyList {
  padding: 1rem 1rem;
  margin-top: 2rem;
  background-color: #5BC2DC;
  border-radius: 1rem;
}
.chain .chainList__target-chain-apply-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #29541a;
  margin-left: 2rem;
  margin-right: 1.5rem;
  text-align: left;
}

/*====================================================================
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: 0 1.5rem;
  box-sizing: border-box;
}
.errorPage__icon {
  height: 6.75rem;
  width: 6.75rem;
  margin: 0 auto;
}
.errorPage__header {
  margin: 1.5rem auto 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.errorPage__center {
  text-align: center;
}
.errorPage__txt {
  margin: 3rem auto 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.errorPage__link {
  margin: 3.5rem auto 0;
  display: block;
  color: #fb3e1d;
  font-size: 1.6rem;
  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;
}
.errorPage__title {
  margin-top: 1.25rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.faq {
  font-family: "Noto Sans JP", sans-serif;
  background: #F1F1F1;
  background-attachment: fixed;
  background-size: 100%;
  background-position: center;
}
.faq img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #F1F1F1;
}
@media screen and (max-width: 821px) {
  .faq .siteContent {
    width: 100%;
    background-color: #F1F1F1;
  }
}
.faq .topKv {
  width: 100%;
  background-image: url("../../images/user/top/img_top_kv.webp");
  background-size: 100%;
  background-position: center;
  height: 47rem;
}
.faq .headerWrap {
  margin-top: 2rem;
  padding-left: 3.75rem;
  padding-right: 1.5rem;
}
.faq {
  /*-----------------------------------------------
  タイトル
  ------------------------------------------------*/
}
.faq .faq-title {
  text-align: center;
  background-image: url("../../images/user/common/bg_faq.png");
  background-size: 100%;
  background-position: center;
  padding: 5rem 9rem 6rem;
}
.faq .faq-title__header {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.588rem;
  color: #E0FF5D;
}
.faq .faq-title__main {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  color: #FBF8F2;
}
.faq .q-modal__QAlist {
  background-color: white;
}
.faq .accordionHead {
  background-color: #122A89;
  color: #fff;
  padding: 1.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .accordionSub {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0rem auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .accordionSub .accordionSubHeaderWrap {
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.75;
  color: #032864;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1rem;
  padding: 0 1rem;
  font-family: "Proxima Nova", sans-serif;
}
.faq .accordionSub .accordionSubTextWrap {
  text-align: left;
  color: #032864;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: auto;
}
.faq .panel {
  padding: 0rem 1rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  list-style-type: none;
  border-bottom: 0.1rem solid #C8C8C8;
}
.faq .accordionHead:after {
  content: "▼"; /* Unicode character for "plus" sign (+) */
  font-size: 1.4rem;
  color: #fff;
  float: right;
}
.faq .accordionHead.active:after {
  content: "▲"; /* Unicode character for "minus" sign (-) */
}
.faq .accordionSub:after {
  content: "✚"; /* Unicode character for "plus" sign (+) */
  font-size: 2rem;
  color: #032864;
  float: right;
  font-weight: 600;
}
.faq .accordionSub.active:after {
  content: "ー"; /* Unicode character for "minus" sign (-) */
}
.faq__textBox {
  padding: 1rem 0rem 0.5rem;
}
.faq__plus {
  content: "✚"; /* Unicode character for "plus" sign (+) */
  font-size: 1rem;
  color: #032864;
  font-weight: 600;
}
.faq__box {
  padding: 1rem 1.5rem 0rem;
}
.faq__question {
  color: #002B64;
  font-size: 1.1rem;
  font-weight: 500;
}
.faq__acBodyText {
  padding: 1rem 0rem;
  color: #002B64;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__acBodyText .bodyHeadWrap {
  font-size: 3rem;
  font-weight: 500;
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.faq__acBodyText .bodyTextWrap {
  font-size: 1.1rem;
  font-weight: 500;
  color: #252525;
  padding-left: 1rem;
  padding-right: 1rem;
}
.faq__acBodyText .bodyTextWrap .textRed {
  color: #FF4350;
}
.faq__acBodyText .bodyTextWrap .textAnnotation {
  padding-left: 1rem;
  text-indent: -1rem;
  color: #252525;
}
.faq__acBodyText .bodyTextWrap .textAnnotationNGOK {
  display: flex;
}
.faq__acBodyText .bodyTextWrapWithTextAnnotation {
  font-size: 1.1rem;
  font-weight: 500;
  color: #252525;
  padding-left: 1rem;
  padding-right: 1rem;
  text-indent: -1em;
}
.faq__acBodyText2 {
  color: #002B64;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.faq__acBodyText3 {
  padding-top: 1rem;
  color: #002B64;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.faq__caution {
  padding-left: 1em;
  text-indent: -1em;
  color: #002B64;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

/*====================================================================
application
====================================================================*/
.application .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.jpg") center/contain no-repeat;
}
.application .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #FBF8F2;
}
@media screen and (max-width: 821px) {
  .application .siteContent {
    width: 100%;
  }
}
.application .progress {
  padding: 1.8rem 2rem 0;
}
.application .not-available-application-caution {
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #F85151;
  text-align: center;
}
.application .course-select {
  background-color: #122A89;
}
.application .course-select .course-select-inner {
  border-radius: 2rem 2rem 0px 0px;
  background-color: #0075C4;
}
.application .course-select__label {
  /* ラベル */
  display: inline-block;
  background-color: #fff;
  color: #122A89;
  padding: 0.8rem 1.6rem;
  transform: skewX(-20deg);
  margin-bottom: 1.9rem;
  border-left: 0.75rem solid #E0FF5D;
  border-right: 0.75rem solid #E0FF5D;
  margin: 1rem 3rem;
}
.application .course-select__label-inner {
  /* ラベルの中の文字は斜めを戻す */
  transform: skewX(20deg);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.application .course-select .course-type-title__wrap-all-applicants {
  background: url("../../images/user/common/common_bg_sky_small.png") center/contain no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.application .course-select .course-type-title__wrap-lottery {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.application .course-select .course-type-title__wrap-lottery::before, .application .course-select .course-type-title__wrap-lottery::after {
  content: "";
  position: absolute;
}
.application .course-select .course-type-title__wrap-lottery::before {
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  height: 14.2rem;
  background: url("../../images/user/top/img-top-course-introduction-bg.png") center/contain no-repeat;
}
.application .course-select .course-type-title__wrap-lottery::after {
  top: 4rem;
  left: 3rem;
  width: 8rem;
  height: 8rem;
  background: url("../../images/user/top/img_top_lottery_logo.png") center/contain no-repeat;
}
.application .course-select .course-box__course-title {
  font-size: 3.15rem;
  text-align: center;
  color: #E0FF5D;
  margin: 0 3rem;
}
.application .course-select .course-box__prize-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2.04px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0 3rem;
}
.application .course-select .course-box__prize-image-wrap {
  position: relative;
  margin: 0 1rem;
  width: auto;
  height: 28rem;
  text-align: center;
}
.application .course-select .course-box__prize-image-base {
  width: auto;
  height: 28rem;
}
.application .course-select .course-box__prize-image-overlay {
  margin: 0 0.5rem;
  width: auto;
  height: 16rem;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.application .course-select .course-box__prize-caution {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.application .course-select .course-box__prize-title-lottery {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1rem;
  text-align: left;
  color: #002B64;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  margin: 0 3rem;
}
.application .course-select .course-box__jug-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .course-select .course-box__prize-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin: 0 3rem;
}
.application .course-select .course-box__prize-title-with-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .course-select .course-box__prize-title-with-line::before, .application .course-select .course-box__prize-title-with-line::after {
  content: "";
  flex: 1;
  height: 4px;
  background: #fff;
}
.application .course-select .course-box__prize-title-with-line::before {
  margin-right: 24px;
}
.application .course-select .course-box__prize-title-with-line::after {
  margin-left: 24px;
}
.application .course-select .mypage-id-footer {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .prize-select {
  text-align: center;
  background: #0075C4 url("../../images/user/common/img-dot-top-bg.png") no-repeat center top/100% 14rem;
  padding-bottom: 6rem;
}
.application .prize-select__inner {
  padding: 0 2rem;
}
.application .prize-select__course-title {
  color: #E0FF5D;
  font-size: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.application .prize-select__course-title48 {
  color: #E0FF5D;
  font-size: 3.15rem;
}
.application .prize-select__prize-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .prize-select__prize-name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  min-width: 0;
  display: block;
}
.application .prize-select__title-label {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}
.application .prize-select__select-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.application .prize-select__course-slider {
  display: flex;
  transition: transform 0.5s ease;
  position: relative;
}
.application .prize-select__slide {
  flex: 0 0 100%;
  color: #fff;
}
.application .prize-select__slide-contents-wrap {
  position: relative;
}
.application .prize-select__slide-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .prize-select__slide-img-plate {
  width: 22.65rem;
  height: 21rem;
}
.application .prize-select__slide-img-photo-wrap {
  margin-top: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .prize-select__slide-img-photo {
  width: 26.3rem;
  height: 19.1rem;
}
.application .prize-select__course-slider-wrap {
  position: relative;
}
.application .prize-select__slider-button--left {
  position: absolute;
  top: 50%;
  transition: translateY(-50%);
  color: #fff;
  background-color: transparent;
  border: none;
  left: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.application .prize-select__slider-button--right {
  position: absolute;
  top: 50%;
  transition: translateY(-50%);
  color: #fff;
  background-color: transparent;
  border: none;
  right: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.application .prize-select__scroll-buttons-wrap {
  display: flex;
  width: 100%;
  height: 6rem;
  overflow-x: auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.application .prize-select__scroll-button {
  flex: 0 0 calc((100% - 3rem) / 4);
  width: 6rem;
  height: 6rem;
}
.application .prize-select__image--pair {
  position: relative;
  --pair-group-dx: 0%;
  --pair-group-dy: 50%;
  --pair-front-dx: 50%;
  --pair-front-dy: 0%;
  --pair-back-dx: 0%;
  --pair-back-dy: -5%;
  --pair-front-h: 11.3rem;
  --pair-back-h: 11.3rem;
}
.application .prize-select__image--pair.is-front {
  z-index: 2;
  height: var(--pair-front-h);
  width: auto;
  transform: translate(calc(-50% + 1.5rem + var(--pair-group-dx) + var(--pair-front-dx)), calc(-50% + var(--pair-group-dy) + var(--pair-front-dy)));
}
.application .prize-select__image--pair.is-front.is-show {
  opacity: 1;
}
.application .prize-select__image--pair.is-back {
  z-index: 1;
  opacity: 0.95;
  pointer-events: none;
  height: var(--pair-back-h);
  width: auto;
  transform: translate(calc(-50% + 1.5rem + var(--pair-group-dx) + var(--pair-back-dx)), calc(-50% + var(--pair-group-dy) + var(--pair-back-dy)));
  filter: drop-shadow(0 0.8rem 10rem rgba(0, 0, 0, 0.3));
}
.application .prize-select__image--pair.is-back.is-show {
  opacity: 1;
}
.application .confirmation {
  text-align: center;
  background: #0075C4 url("../../images/user/common/img-dot-top-bg.png") no-repeat center top/100% 14rem;
  padding-bottom: 3rem;
}
.application .confirmation__inner {
  padding: 0 2rem;
}
.application .confirmation__course-title {
  color: #E0FF5D;
  font-size: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.application .confirmation__course-title48 {
  color: #E0FF5D;
  font-size: 3.15rem;
}
.application .confirmation__prize-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .confirmation__prize-name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  min-width: 0;
  display: block;
}
.application .confirmation__text-white {
  color: #fff;
  font-weight: 500;
}
.application .confirmation .check-box {
  display: none;
}
.application .confirmation input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.application .confirmation .check-label {
  position: relative;
  width: calc(100% - 3rem);
  padding: 0.7rem 0 0.9rem 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  cursor: pointer;
  color: #fff;
  text-align: left;
}
.application .confirmation .check-label:before, .application .confirmation .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid #fff;
}
.application .confirmation .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: #0075C4;
  opacity: 0;
}
.application .confirmation .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #0075C4;
  border-radius: 3px;
}
.application .completed {
  text-align: center;
  background: #0075C4 url("../../images/user/common/img-dot-top-bg.png") no-repeat center top/100% 14rem;
  padding-bottom: 4.5rem;
  border-bottom: solid 3px #fff;
}
.application .completed__inner {
  padding: 0 2rem;
}
.application .completed__course-title {
  color: #E0FF5D;
  font-size: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.application .completed__course-title48 {
  color: #E0FF5D;
  font-size: 2.4rem;
}
.application .completed__prize-name {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.application .completed__text-white {
  color: #fff;
}
.application .completed__text-white-zen {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.application .completed__text-red {
  color: #FF0000;
  font-size: 2.1rem;
  font-weight: bold;
}
.application .completed__red-box {
  border: 5px solid #FF0000;
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
}
.application .completed__box-title {
  background-color: #122A89;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 0.6rem 0;
  letter-spacing: 0.108rem;
}
.application .completed__box-inner {
  background-color: #FFFFFF;
  color: #122A89;
  font-size: 1.8rem;
  padding: 1.1rem 0;
  letter-spacing: 0.108rem;
}
.application .lottery {
  text-align: center;
  background: url(../../images/user/common/common_bg_navy.png) center/contain repeat-x;
  padding-bottom: 3rem;
}
.application .lottery__inner {
  padding: 0 4rem;
}
.application .lottery__course-title {
  color: #fede66;
  font-size: 3.1rem;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .lottery__prize-outline {
  color: #fff;
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.application .lottery__title-label {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  background-color: #6AADD1;
}
.application .lottery__select-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.application .lottery .check-box {
  display: none;
}
.application .lottery input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.application .lottery .check-label {
  position: relative;
  width: calc(100% - 3rem);
  padding: 0.7rem 0 0.9rem 5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  color: #fff;
  text-align: left;
}
.application .lottery .check-label:before, .application .lottery .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid #fff;
}
.application .lottery .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: #012B64;
  opacity: 0;
}
.application .lottery .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #012B64;
  border-radius: 1px;
}
.application .lottery__result {
  background-color: #F1F1F1;
  padding: 2.7rem 2rem 3rem;
}
.application .lottery__result-win-text {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
.application .lottery__box-title {
  background-color: #002B64;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 0;
  text-align: center;
}
.application .lottery__box-inner {
  background-color: #fff;
  color: #002B64;
  font-size: 1.8rem;
  padding: 1.1rem 0;
  text-align: center;
}
.application .league {
  background: #0f6db7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.application .league__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #dfff5e;
  color: #122A89;
  padding: 0.5rem 1.5rem;
  border: 3px solid #122A89;
}
.application .league__header .league__title {
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  font-family: "Iceberg", sans-serif;
}
.application .league__header .league__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 6px;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  color: #0f2a5a;
}
.application .league__header .league__toggle .icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.application .league__header .league__toggle .icon .icon__v {
  transition: opacity 0.12s ease;
}
.application .league__header .league__toggle[aria-expanded=true] .icon__v {
  opacity: 0;
}
.application .league__header .league__toggle[aria-expanded=false] .icon__v {
  opacity: 1;
}
.application .league__panel {
  overflow: clip;
  transition: height 0.28s ease, opacity 0.18s ease;
  height: 0;
  opacity: 0;
  will-change: height;
  border-bottom: 5px solid #122A89;
  border-right: 5px solid #122A89;
  border-left: 5px solid #122A89;
  background: #FFFFFF;
}
.application .league__panel.is-open {
  opacity: 1;
}
.application .league__panel .club-list {
  margin: 0;
  padding: 8px 12px 12px;
  list-style: none;
  overflow: visible;
  scrollbar-gutter: stable;
}
.application .league__panel .club {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.application .league__panel .club + .application .league__panel .club {
  border-top: 1px solid #C8C8C8;
}
.application .league__panel .club:last-child {
  border-bottom: none;
}
.application .league__panel .club__row {
  display: grid;
  grid-template-columns: 28px 36px 1fr;
  align-items: center;
  gap: 6px;
  padding: 6px 2.5rem;
  color: #3C3C3C;
}
.application .league__panel .club__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #122A89;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  margin: 0;
}
.application .league__panel .club__radio::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #F85151;
  transform: scale(0);
  transition: transform 0.12s ease;
}
.application .league__panel .club__radio:checked::after {
  transform: scale(1);
}
.application .league__panel .club__radio:focus-visible {
  outline: 2px solid #122A89;
  outline-offset: 2px;
}
.application .league__panel .club__icon {
  width: 2.8rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
}
.application .league__panel .club__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.application .league__panel .club__name {
  font-size: 1.3rem;
  letter-spacing: 0.52px;
  color: #3C3C3C;
  font-weight: 500;
  text-align: left;
}
.application .league__panel .club + .club {
  border-top: 1px solid #d8d8d8;
}
.application .phase-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E0FF5D;
  color: #0075C4;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.8rem);
}
.application .phase-badge__prefix, .application .phase-badge__suffix {
  font-size: 1.5rem;
}
.application .phase-badge__num {
  font-size: 2.45rem;
  font-weight: bold;
  margin: 0 0.1rem;
  transform: translateY(-0.2rem);
}
.application .club-switch-jug .club-switch {
  background: #0b6fb6;
  color: #ffffff;
  padding: 1.4rem 1rem 1rem;
  max-width: 56rem;
  margin: 0 auto;
  overflow: hidden;
}
.application .club-switch-jug .club-switch__viewport {
  position: relative;
  height: 34rem;
  border-radius: 1.2rem;
}
.application .club-switch-jug .slide__bg-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 9.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.09);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Iceberg", sans-serif;
  letter-spacing: -0.975rem;
  line-height: 0.9;
  transform: scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-jug .slide__bg-word.is-show {
  opacity: 1;
  transform: scale(1);
}
.application .club-switch-jug .slide__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 1.5rem), -50%);
  width: auto;
  height: 26.15rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-jug .slide__image.is-show {
  opacity: 1;
  transform: translate(calc(-50% + 1.5rem), -50%);
}
.application .club-switch-jug .slide__side-label-left {
  position: absolute;
  left: calc(var(--img-left, 1.4rem) + 5.5rem);
  top: calc(var(--img-bottom, 20rem) + 8.5rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: translateY(-100%);
  transform-origin: left top;
  font-weight: 400;
  color: #d6ff3d;
  z-index: 2;
  font-family: "Iceberg", sans-serif;
  font-size: 2.3rem;
  letter-spacing: -0.23rem;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-jug .slide__side-label-left.is-show {
  opacity: 1;
}
.application .club-switch-stage1 .club-switch {
  background: #0b6fb6;
  color: #ffffff;
  padding: 1.4rem 1rem 1rem;
  max-width: 56rem;
  margin: 0 auto;
  overflow: hidden;
}
.application .club-switch-stage1 .club-switch__viewport {
  position: relative;
  height: 38rem;
  border-radius: 12px;
}
.application .club-switch-stage1 .slide__bg-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 400;
  font-size: clamp(3rem, 14vw, 7.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.09);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Iceberg", sans-serif;
  font-size: 9.75rem;
  letter-spacing: -0.975rem;
  line-height: 0.9;
  transform: scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage1 .slide__bg-word.is-show {
  opacity: 1;
  transform: scale(1);
}
.application .club-switch-stage1 .slide__image-double {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 28rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage1 .slide__image-double.is-show {
  opacity: 1;
}
.application .club-switch-stage1 .slide__side-label-right {
  position: absolute;
  right: calc(var(--img-right, 1.4rem) + 4.5rem);
  top: calc(var(--img-bottom, 20rem) + 8rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: translateY(-100%);
  transform-origin: right top;
  font-weight: 400;
  color: #d6ff3d;
  z-index: 3;
  font-family: "Iceberg", sans-serif;
  font-size: 2.3rem;
  letter-spacing: -0.23rem;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage1 .slide__side-label-right.is-show {
  opacity: 1;
}
.application .club-switch-stage2 .club-switch {
  background: #0b6fb6;
  color: #ffffff;
  padding: 1.4rem 1rem 1rem;
  max-width: 56rem;
  margin: 0 auto;
  overflow: hidden;
}
.application .club-switch-stage2 .club-switch__viewport {
  position: relative;
  height: 34rem;
  border-radius: 12px;
}
.application .club-switch-stage2 .slide__bg-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 400;
  font-size: clamp(3rem, 14vw, 7.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.09);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Iceberg", sans-serif;
  font-size: 9.75rem;
  letter-spacing: -0.975rem;
  line-height: 0.9;
  transform: scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage2 .slide__bg-word.is-show {
  opacity: 1;
  transform: scale(1);
}
.application .club-switch-stage2 .slide__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 28rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage2 .slide__image.is-show {
  opacity: 1;
}
.application .club-switch-stage2 .slide__side-label-left {
  position: absolute;
  left: calc(var(--img-left, 1.4rem) + 6rem);
  top: calc(var(--img-bottom, 20rem) + 7.5rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: translateY(-100%);
  transform-origin: left top;
  font-weight: 400;
  color: #d6ff3d;
  z-index: 2;
  font-family: "Iceberg", sans-serif;
  font-size: 2.3rem;
  letter-spacing: -0.23rem;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage2 .slide__side-label-left.is-show {
  opacity: 1;
}
.application .club-switch-stage3 .club-switch {
  background: #0b6fb6;
  color: #ffffff;
  padding: 1.4rem 1rem 1rem;
  max-width: 56rem;
  margin: 0 auto;
  overflow: hidden;
}
.application .club-switch-stage3 .club-switch__viewport {
  position: relative;
  height: 34rem;
  border-radius: 12px;
}
.application .club-switch-stage3 .slide__bg-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 400;
  font-size: clamp(3rem, 14vw, 7.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.09);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Iceberg", sans-serif;
  font-size: 9.75rem;
  letter-spacing: -0.975rem;
  line-height: 0.9;
  transform: scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage3 .slide__bg-word.is-show {
  opacity: 1;
  transform: scale(1);
}
.application .club-switch-stage3 .slide__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage3 .slide__image.is-show {
  opacity: 1;
}
.application .club-switch-stage3 .slide__side-label-right {
  position: absolute;
  right: calc(var(--img-right, 1.4rem) + 2.5rem);
  top: calc(var(--img-bottom, 20rem) + 8rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: translateY(-100%);
  transform-origin: right top;
  font-weight: 400;
  color: #d6ff3d;
  z-index: 3;
  font-family: "Iceberg", sans-serif;
  font-size: 2.3rem;
  letter-spacing: -0.23rem;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.application .club-switch-stage3 .slide__side-label-right.is-show {
  opacity: 1;
}
.application .nav {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4;
  border: 0;
  background: transparent;
  padding: 0;
}
.application .nav--prev {
  left: 0px;
}
.application .nav--next {
  right: 0px;
}
.application .nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: scale(0.9);
  transition: filter 0.15s ease, transform 0.1s ease;
}
.application .nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #d6ff3d;
  border-top: 0;
  border-right: 0;
}
.application .nav--prev::after {
  transform: translate(-40%, -50%) rotate(45deg);
}
.application .nav--next::after {
  transform: translate(-60%, -50%) rotate(-135deg);
}
.application .nav:hover::before {
  filter: brightness(1.15);
}
.application .nav:active::before {
  transform: scale(0.86);
}
.application .block.diag {
  --top: #0075C4;
  --bottom: #0384DB;
  --theta: -16deg;
  --cut: 50%;
  --sep: 1%;
  min-width: 100%;
  min-height: 120px;
  border-radius: 8px;
  position: relative;
  overflow: clip;
  background: linear-gradient(var(--theta), var(--bottom) 0 calc(var(--cut) - var(--sep)), var(--top) calc(var(--cut) + var(--sep)) 100%);
}

/*====================================================================
inputs correction
====================================================================*/
.inputs-correction .myPageKv {
  width: 37.5rem;
  height: 20rem;
  background: url("../../images/user/mypage/img_mypage_kv.jpg") center/contain no-repeat;
}
.inputs-correction .siteContent {
  width: 37.5rem;
  margin: 0 auto;
  background-color: #F1F1F1;
  padding: 2.5rem 2rem 5rem;
}
@media screen and (max-width: 821px) {
  .inputs-correction .siteContent {
    width: 100%;
  }
}
.inputs-correction__inner {
  background-color: #fff;
  padding: 2.5rem 2.5rem 4rem;
}
.inputs-correction__inner .check-box {
  display: none;
}
.inputs-correction__inner input[type=checkbox]:checked + .check-label:before {
  opacity: 1;
}
.inputs-correction__inner .check-label {
  position: relative;
  width: calc(100% - 3rem);
  padding: 0.7rem 0 0.9rem 5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  text-align: left;
}
.inputs-correction__inner .check-label:before, .inputs-correction__inner .check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: solid #252525;
}
.inputs-correction__inner .check-label:before {
  left: 0;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url(../../images/user/common/icon_check.png) center/contain no-repeat;
  background-color: #fff;
  opacity: 0;
}
.inputs-correction__inner .check-label:after {
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 3px;
}
.inputs-correction__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.0551rem;
  margin-bottom: 2rem;
}
.inputs-correction__annotation-text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.0335rem;
}
.inputs-correction__text-black {
  font-size: 1.8rem;
  color: #252525;
  font-weight: 500;
}
.inputs-correction__inputs {
  width: 8.5rem;
  height: 2.525rem;
  border-radius: 0.5rem;
  border: 0.01rem solid #707070;
  text-align: center;
  margin-right: 0.8rem;
}
.inputs-correction__text-red {
  color: #FF0000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.56px;
}
.inputs-correction__fix-after {
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  gap: 7rem;
  margin-top: 2rem;
  margin-left: 4rem;
}
.inputs-correction__right-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.6rem;
  border-color: transparent transparent transparent #000000;
}
.inputs-correction__bottom-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1rem 0 1em;
  border-color: #000000 transparent transparent transparent;
}
.inputs-correction__inputs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.inputs-correction__inputs-wrap-confirmation {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.inputs-correction__amount-left {
  flex: 1 1 0;
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
  justify-content: flex-start;
}
.inputs-correction__amount-right {
  flex: 1 1 0;
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
  justify-content: flex-end;
}
.inputs-correction__amount-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputs-correction__receipt-ec-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inputs-correction__pre-point-wrap {
  border-radius: 1rem;
  background-color: #122A89;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.042rem;
  padding: 1.3rem 2rem;
}
.inputs-correction__point-to-grant-wrap {
  border-radius: 1rem;
  background-color: #EB3543;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.042rem;
  padding: 1.3rem 2rem;
}
.inputs-correction .can-wrap {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #ADD600;
  padding: 2.25rem 11rem;
  width: 100%;
  text-align: center;
}
.inputs-correction .can-wrap img {
  height: auto;
}

/*====================================================================
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;
  }
}
