@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  color: #000;
  background: #4298be;
}

main {
  padding-bottom: 80px;
  background: #dbdcd8;
}

.gothic {
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.mincho {
  font-family: "小塚明朝 Pr6N", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.spacer-small {
  height: 20px;
}

.spacer-medium {
  height: 32px;
}

.spacer-large {
  height: 60px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.right {
  margin-left: auto;
  text-align: right;
}

.container {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 5.2083333333vw;
  }
}

.containerPc {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .containerPc {
    max-width: 93.75vw;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.border-dashed {
  position: relative;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 8px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  z-index: 0;
}

.border-menu {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: rgba(137, 137, 137, 0.4);
}
@media (max-width: 768px) {
  .border-menu {
    margin: 2.0833333333vw 0;
  }
}
@media (max-width: 440px) {
  .border-menu {
    margin: 2.7272727273vw 0;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main {
  background: #fff;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mypage__select {
  color: #000;
}
.mypage__select-text {
  font-size: 19px;
  font-weight: bold;
  padding: 110px 0 70px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .mypage__select-text {
    padding: 8.59375vw 0 5.46875vw;
  }
}
@media (max-width: 768px) {
  .mypage__select-text {
    font-size: 2.4739583333vw;
  }
}
@media (max-width: 440px) {
  .mypage__select-text {
    font-size: 3.4090909091vw;
  }
}
@media (max-width: 768px) {
  .mypage__select-login {
    width: 100%;
  }
}
.mypage__select-login-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .mypage__select-login-wrap {
    gap: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .mypage__select-login-wrap {
    align-items: center;
    flex-direction: column;
    gap: 3.90625vw;
  }
}
.mypage__select-login-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
@media (max-width: 1100px) {
  .mypage__select-login-icon {
    gap: 0.78125vw;
    padding: 0.78125vw 0;
  }
}
@media (max-width: 768px) {
  .mypage__select-login-icon {
    gap: 1.3020833333vw;
    padding: 0.78125vw 0;
  }
}
@media (max-width: 440px) {
  .mypage__select-login-icon {
    gap: 2.2727272727vw;
    padding: 2.2727272727vw 0;
  }
}
.mypage__select-login-icon p {
  color: #333333;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .mypage__select-login-icon p {
    font-size: 1.71875vw;
  }
}
@media (max-width: 768px) {
  .mypage__select-login-icon p {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .mypage__select-login-icon p {
    font-size: 5vw;
  }
}
.mypage__select-login-icon .icon-1 {
  width: 41px;
}
@media (max-width: 768px) {
  .mypage__select-login-icon .icon-1 {
    width: 5.3385416667vw;
  }
}
@media (max-width: 440px) {
  .mypage__select-login-icon .icon-1 {
    width: 9.3181818182vw;
  }
}
.mypage__select-login-icon .icon-2 {
  width: 28px;
}
@media (max-width: 768px) {
  .mypage__select-login-icon .icon-2 {
    width: 3.6458333333vw;
  }
}
@media (max-width: 440px) {
  .mypage__select-login-icon .icon-2 {
    width: 4.5454545455vw;
  }
}
.mypage__select-login-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 35px 55px 75px;
  width: 520px;
  height: 460px;
  background: #fff;
}
@media (max-width: 1100px) {
  .mypage__select-login-box {
    gap: 1.953125vw;
    padding: 2.734375vw 4.296875vw 5.859375vw;
    width: 40.625vw;
    height: 35.9375vw;
  }
}
@media (max-width: 768px) {
  .mypage__select-login-box {
    width: 100%;
    height: 52.0833333333vw;
    gap: 3.2552083333vw;
    padding: 4.5572916667vw 7.1614583333vw;
  }
}
@media (max-width: 440px) {
  .mypage__select-login-box {
    height: 79.5454545455vw;
    gap: 5.6818181818vw;
    padding: 12.5vw 12.5vw;
  }
}
.mypage__select-login-box-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1100px) {
  .mypage__select-login-box-inner {
    gap: 0.390625vw;
  }
}
.mypage__select-login-box-inner input {
  padding: 8px 12px;
  border: 2px solid #898989;
  background: #fff;
}
@media (max-width: 1100px) {
  .mypage__select-login-box-inner input {
    padding: 0.625vw 0.9375vw;
    border: 0.15625vw solid;
  }
}
@media (max-width: 768px) {
  .mypage__select-login-box-inner input {
    padding: 1.0416666667vw 1.5625vw;
    border: 0.2604166667vw 0;
  }
}
.mypage__select-login-box-inner p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .mypage__select-login-box-inner p {
    font-size: 3.6363636364vw;
  }
}
.mypage__select-login-box-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .mypage__select-login-box-btn {
    gap: 2.34375vw;
  }
}
.mypage__select-login-box-btn input.btn {
  margin-top: 20px;
  padding: 15px 0;
  width: 208px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #333;
  border-radius: 50px;
}
@media (max-width: 1100px) {
  .mypage__select-login-box-btn input.btn {
    margin-top: 1.5625vw;
    padding: 1.171875vw 0;
    width: 16.25vw;
    font-size: 1.71875vw;
    border: 0.15625vw;
    border-radius: 3.90625vw;
  }
}
.mypage__select-login-box-btn input.btn:hover {
  background-color: #4298be;
  color: #fff;
}
.mypage__banner {
  margin-top: 130px;
  padding: 70px 0px;
  background-color: #4298be;
}
@media (max-width: 1100px) {
  .mypage__banner {
    margin-top: 10.15625vw;
    padding: 9.1145833333vw 0;
  }
}
@media (max-width: 768px) {
  .mypage__banner {
    padding-top: 16.9270833333vw;
    padding: 9.1145833333vw 0;
  }
}
.mypage__banner h3 {
  padding-bottom: 5px;
  color: #ffff00;
  font-size: 70px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .mypage__banner h3 {
    padding-bottom: 0.390625vw;
    font-size: 5.46875vw;
  }
}
.mypage__banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  width: 825px;
  background: #ffff00;
  color: #4298be;
  line-height: 1;
}
@media (max-width: 1100px) {
  .mypage__banner-box {
    padding: 2.34375vw 0;
    width: 64.453125vw;
  }
}
.mypage__banner-box p {
  font-weight: bold;
}
.mypage__banner-box p:first-child {
  font-size: 72px;
}
@media (max-width: 1100px) {
  .mypage__banner-box p:first-child {
    font-size: 5.625vw;
  }
}
.mypage__banner-box p:nth-child(2) {
  font-size: 154px;
}
@media (max-width: 1100px) {
  .mypage__banner-box p:nth-child(2) {
    font-size: 12.03125vw;
  }
}
.mypage__banner-box p:nth-child(2) span {
  font-size: 90px;
}
@media (max-width: 1100px) {
  .mypage__banner-box p:nth-child(2) span {
    font-size: 7.03125vw;
  }
}
.mypage__banner-box p:nth-child(3) {
  font-size: 98px;
}
@media (max-width: 1100px) {
  .mypage__banner-box p:nth-child(3) {
    font-size: 7.65625vw;
  }
}
.mypage__banner-text {
  padding: 30px 0;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .mypage__banner-text {
    padding: 2.34375vw 0;
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .mypage__banner-text {
    padding: 3.90625vw 0;
    font-size: 3.90625vw;
  }
}

.signin {
  background: #dbdcd8;
}

.top {
  background: #4298be;
}
.top .slider_item img {
  margin: 0 auto;
}
.top .slider .slick-prev {
  display: none !important;
}
.top .slider .slick-arrow {
  width: 100%;
}
.top__qr {
  padding: 100px 0 0 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .top__qr {
    padding: 6.5104166667vw;
    height: 98.4375vw;
  }
}
@media (max-width: 440px) {
  .top__qr {
    padding: 3.4090909091vw;
    height: 100vw;
  }
}
.top__qr h2 {
  font-size: 34px;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .top__qr h2 {
    font-size: 4.4270833333vw;
  }
}
@media (max-width: 440px) {
  .top__qr h2 {
    font-size: 5.6818181818vw;
  }
}
.top__qr img {
  width: 400px;
}
@media (max-width: 768px) {
  .top__qr img {
    width: 52.0833333333vw;
  }
}
@media (max-width: 440px) {
  .top__qr img {
    width: 56.8181818182vw;
  }
}
.top__qr p {
  font-size: 46px;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .top__qr p {
    font-size: 5.9895833333vw;
  }
}
@media (max-width: 440px) {
  .top__qr p {
    font-size: 6.8181818182vw;
  }
}
.top__visits {
  position: relative;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top__visits {
    padding: 10.4166666667vw 0;
  }
}
@media (max-width: 440px) {
  .top__visits {
    padding: 2.2727272727vw 2.2727272727vw 0;
  }
}
.top__visits div {
  gap: 15px;
}
.top__visits h2 {
  font-size: 64px;
}
@media (max-width: 768px) {
  .top__visits h2 {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 440px) {
  .top__visits h2 {
    font-size: 9.0909090909vw;
  }
}
.top__visits p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 64px;
}
@media (max-width: 768px) {
  .top__visits p {
    gap: 1.3020833333vw;
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 440px) {
  .top__visits p {
    gap: 1.1363636364vw;
    font-size: 7.7272727273vw;
  }
}
.top__visits p span {
  font-size: 120px;
}
@media (max-width: 768px) {
  .top__visits p span {
    font-size: 15.625vw;
  }
}
@media (max-width: 440px) {
  .top__visits p span {
    font-size: 12.7272727273vw;
  }
}
.top__coupon {
  margin: 0 auto;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .top__coupon {
    height: 98.4375vw;
    padding: 10.4166666667vw;
  }
}
@media (max-width: 440px) {
  .top__coupon {
    padding: 4.5454545455vw;
    height: 100vw;
  }
}
.top__coupon img {
  width: 566px;
}
@media (max-width: 768px) {
  .top__coupon img {
    width: 73.6979166667vw;
  }
}
.top__coupon-bar {
  padding: 40px 0;
  background-color: #007297;
  color: #fff;
  text-align: center;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .top__coupon-bar {
    padding: 5.2083333333vw 0;
    font-size: 5.2083333333vw;
    gap: 0 3.90625vw;
  }
}
@media (max-width: 440px) {
  .top__coupon-bar {
    font-size: 4.5454545455vw;
    padding: 3.4090909091vw;
  }
}
.top__coupon-bar::after {
  content: "";
  display: inline-block;
  background: url(../images/coupon-icon.png) no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .top__coupon-bar::after {
    background-size: 10.4166666667vw 10.4166666667vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media (max-width: 440px) {
  .top__coupon-bar::after {
    background-size: 6.8181818182vw 6.8181818182vw;
    width: 6.8181818182vw;
    height: 6.8181818182vw;
  }
}
.top__history h2 {
  position: relative;
  display: inline-block;
  padding: 8px 22px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  z-index: 0;
  border-radius: 40px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background: #4298be;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top__history h2 {
    padding: 1.0416666667vw 2.8645833333vw;
    font-size: 4.4270833333vw;
    border-radius: 5.2083333333vw;
    box-shadow: 0 1.0416666667vw 1.953125vw rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 440px) {
  .top__history h2 {
    font-size: 6.8181818182vw;
  }
}
.top__history h2:hover {
  background: rgba(66, 152, 190, 0.8);
  box-shadow: 0 15px 20px rgba(66, 152, 190, 0.4);
  transform: translateY(-8px);
}
@media (max-width: 768px) {
  .top__history h2:hover {
    box-shadow: 0 1.953125vw 2.6041666667vw rgba(255, 255, 255, 0.1);
    transform: translateY(-1.0416666667vw);
  }
}
.top__history__contents {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.top__history__contents-active {
  padding: 100px 0 40px;
  max-height: 10000px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .top__history__contents-active {
    padding: 13.0208333333vw 0 5.2083333333vw;
    max-height: 1302.0833333333vw;
  }
}
.top__history__contents__list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  color: #4298be;
}
@media (max-width: 768px) {
  .top__history__contents__list {
    gap: 7.8125vw 0;
  }
}
.top__history__contents__list li {
  color: #fff;
}
.top__history__contents__list li .date {
  font-size: 24px;
}
@media (max-width: 768px) {
  .top__history__contents__list li .date {
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li .date {
    font-size: 4.5454545455vw;
  }
}
.top__history__contents__list li .store {
  width: 45%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top__history__contents__list li .store {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li .store {
    font-size: 5.4545454545vw;
  }
}
.top__history__contents__list li .name {
  width: 55%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top__history__contents__list li .name {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li .name {
    font-size: 5.4545454545vw;
  }
}
.top__history__contents__list li .memo {
  font-size: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .top__history__contents__list li .memo {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li .memo {
    font-size: 3.6363636364vw;
  }
}
.top__history__contents__list li textarea {
  width: 100%;
  margin-top: 4px;
  padding: 8px 16px;
  font-size: 28px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #4298be;
  background-color: #fff;
  border-radius: 4px;
  overflow-y: hidden;
  resize: none;
}
@media (max-width: 768px) {
  .top__history__contents__list li textarea {
    margin-top: 0.5208333333vw;
    padding: 1.0416666667vw 2.0833333333vw;
    font-size: 3.6458333333vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li textarea {
    padding: 1.3636363636vw 2.7272727273vw;
    font-size: 5.4545454545vw;
  }
}
.top__history__contents__list li input {
  margin-top: 12px;
  color: #fff;
  font-size: 24px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .top__history__contents__list li input {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents__list li input {
    font-size: 4.5454545455vw;
  }
}
.top__history__contents .pagination-container {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .top__history__contents .pagination-container {
    margin-top: 7.8125vw;
  }
}
.top__history__contents .pagination-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .top__history__contents .pagination-container .pagination {
    gap: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents .pagination-container .pagination {
    gap: 1.8181818182vw;
  }
}
.top__history__contents .pagination-container .pagination li {
  width: 48px;
  height: 48px;
  color: #4298be;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  border: 2px solid #4298be;
}
@media (max-width: 768px) {
  .top__history__contents .pagination-container .pagination li {
    width: 6.25vw;
    height: 6.25vw;
    font-size: 4.6875vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents .pagination-container .pagination li {
    width: 7.2727272727vw;
    height: 7.2727272727vw;
    font-size: 5.4545454545vw;
  }
}
.top__history__contents .pagination-container .pagination .page-active {
  color: #fff;
  background: #4298be;
}
.top__history__contents .pagination-container .pagination .prev,
.top__history__contents .pagination-container .pagination .next {
  position: relative;
}
.top__history__contents .pagination-container .pagination .prev::after,
.top__history__contents .pagination-container .pagination .next::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url(../images/page-arrow.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .top__history__contents .pagination-container .pagination .prev::after,
  .top__history__contents .pagination-container .pagination .next::after {
    width: 1.953125vw;
    height: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .top__history__contents .pagination-container .pagination .prev::after,
  .top__history__contents .pagination-container .pagination .next::after {
    width: 2.7272727273vw;
    height: 3.8636363636vw;
  }
}
.top__history__contents .pagination-container .pagination .prev::after {
  transform: scale(-1, 1);
}
.top__history__contents .pagination-container .pagination .disabled {
  display: none;
}

.notice {
  background: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .notice {
    margin-bottom: 5.2083333333vw;
  }
}
.notice__contents {
  padding: 20px 0;
  border-bottom: 1px solid #4298be;
}
@media (max-width: 768px) {
  .notice__contents {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 440px) {
  .notice__contents {
    padding: 4.5454545455vw 0;
  }
}
.notice__contents .flex {
  flex-wrap: nowrap;
}
.notice__contents h3 {
  padding: 10px 0 5px;
  font-size: 20px;
  color: #4298be;
  font-weight: bold;
}
@media (max-width: 768px) {
  .notice__contents h3 {
    padding: 1.3020833333vw 0 0.6510416667vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .notice__contents h3 {
    padding: 2.2727272727vw 0 1.1363636364vw;
    font-size: 4.5454545455vw;
  }
}
.notice__contents-store {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #4298be;
}
@media (max-width: 768px) {
  .notice__contents-store {
    padding: 1.3020833333vw;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .notice__contents-store {
    padding: 1.8181818182vw;
    font-size: 3.6363636364vw;
  }
}
.notice__contents-text {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .notice__contents-text {
    padding: 0.6510416667vw 0;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .notice__contents-text {
    padding: 1.1363636364vw;
    font-size: 3.6363636364vw;
  }
}
.notice .modal-open {
  cursor: pointer;
}
.notice .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  display: none; /** 追記 **/
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
.notice .overlay.open {
  display: block;
}
.notice .modal {
  width: 80%;
  height: 80%;
  padding: 2%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  overflow: scroll;
}
@media (max-width: 440px) {
  .notice .modal {
    padding-top: 5%;
  }
}
.notice .modal.open {
  display: block;
}
.notice .modal h3 {
  padding: 20px 0 5px;
  font-size: 20px;
  color: #4298be;
  font-weight: bold;
}
@media (max-width: 768px) {
  .notice .modal h3 {
    padding: 2.6041666667vw 0 0.6510416667vw;
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .notice .modal h3 {
    padding: 2.2727272727vw 0 1.1363636364vw;
    font-size: 4.5454545455vw;
  }
}
.notice .modal div.flex {
  justify-content: flex-start;
  gap: 20px;
}
.notice .modal p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
}
.notice .modal-close__wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.notice .modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}
@media (max-width: 768px) {
  .notice .modal-close {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
.notice .modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}
.notice .modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.notice .modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.notice .read {
  opacity: 0.6;
}

.history {
  background: #4298be;
}
.history__contents {
  padding: 50px 0 40px;
  max-height: 10000px;
}
.history__contents__list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  color: #4298be;
}
@media (max-width: 768px) {
  .history__contents__list {
    gap: 7.8125vw 0;
  }
}
.history__contents__list li {
  color: #fff;
}
.history__contents__list li .date {
  font-size: 24px;
}
@media (max-width: 768px) {
  .history__contents__list li .date {
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li .date {
    font-size: 4.5454545455vw;
  }
}
.history__contents__list li .store {
  width: 45%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .history__contents__list li .store {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li .store {
    font-size: 5.4545454545vw;
  }
}
.history__contents__list li .name {
  width: 55%;
  font-size: 32px;
}
@media (max-width: 768px) {
  .history__contents__list li .name {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li .name {
    font-size: 5.4545454545vw;
  }
}
.history__contents__list li .memo {
  font-size: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .history__contents__list li .memo {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li .memo {
    font-size: 3.6363636364vw;
  }
}
.history__contents__list li textarea {
  width: 100%;
  margin-top: 4px;
  padding: 8px 16px;
  font-size: 28px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #4298be;
  background-color: #fff;
  border-radius: 4px;
  overflow-y: hidden;
  resize: none;
}
@media (max-width: 768px) {
  .history__contents__list li textarea {
    margin-top: 0.5208333333vw;
    padding: 1.0416666667vw 2.0833333333vw;
    font-size: 3.6458333333vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li textarea {
    padding: 1.3636363636vw 2.7272727273vw;
    font-size: 5.4545454545vw;
  }
}
.history__contents__list li input {
  margin-top: 12px;
  color: #fff;
  font-size: 24px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .history__contents__list li input {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .history__contents__list li input {
    font-size: 4.5454545455vw;
  }
}
.history__contents .pagination-container {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .history__contents .pagination-container {
    margin-top: 7.8125vw;
  }
}
.history__contents .pagination-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .history__contents .pagination-container .pagination {
    gap: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .history__contents .pagination-container .pagination {
    gap: 1.8181818182vw;
  }
}
.history__contents .pagination-container .pagination li {
  width: 48px;
  height: 48px;
  color: #4298be;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  border: 2px solid #4298be;
}
@media (max-width: 768px) {
  .history__contents .pagination-container .pagination li {
    width: 6.25vw;
    height: 6.25vw;
    font-size: 4.6875vw;
  }
}
@media (max-width: 440px) {
  .history__contents .pagination-container .pagination li {
    width: 7.2727272727vw;
    height: 7.2727272727vw;
    font-size: 5.4545454545vw;
  }
}
.history__contents .pagination-container .pagination .page-active {
  color: #fff;
  background: #4298be;
}
.history__contents .pagination-container .pagination .prev,
.history__contents .pagination-container .pagination .next {
  position: relative;
}
.history__contents .pagination-container .pagination .prev::after,
.history__contents .pagination-container .pagination .next::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url(../images/page-arrow.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .history__contents .pagination-container .pagination .prev::after,
  .history__contents .pagination-container .pagination .next::after {
    width: 1.953125vw;
    height: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .history__contents .pagination-container .pagination .prev::after,
  .history__contents .pagination-container .pagination .next::after {
    width: 2.7272727273vw;
    height: 3.8636363636vw;
  }
}
.history__contents .pagination-container .pagination .prev::after {
  transform: scale(-1, 1);
}
.history__contents .pagination-container .pagination .disabled {
  display: none;
}

.footer-top img {
  width: 32px !important;
}
@media (max-width: 768px) {
  .footer-top img {
    width: 4.1666666667vw;
  }
}
@media (max-width: 440px) {
  .footer-top img {
    width: 7.2727272727vw;
  }
}
.footer-top p {
  text-align: center;
}
.footer__menu {
  position: fixed;
  bottom: 0;
  padding: 20px 0 10px;
  width: 100%;
  color: #4298be;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer__menu {
    padding: 2.6041666667vw 0 1.3020833333vw;
  }
}
.footer__menu__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.footer__menu__list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
}
.footer__menu__list-link img {
  width: 30px;
}
@media (max-width: 768px) {
  .footer__menu__list-link img {
    width: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .footer__menu__list-link img {
    width: 6.8181818182vw;
  }
}
.footer__menu__list-link p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer__menu__list-link p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .footer__menu__list-link p {
    font-size: 3.1818181818vw;
  }
}

.form__box {
  letter-spacing: 0.06rem;
}
@media (max-width: 440px) {
  .form__box {
    padding: 6.8181818182vw 4.5454545455vw;
  }
}
.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .form__field {
    gap: 5.2083333333vw;
  }
}
.form__field-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .form__field-contents {
    gap: 1.0416666667vw;
  }
}
.form__field-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .form__field-contents-wrap {
    gap: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .form__field-contents-wrap {
    flex-wrap: nowrap;
  }
}
.form__field-contents-wrap .small {
  width: 30%;
}
@media (max-width: 440px) {
  .form__field-contents-wrap .small {
    width: 30%;
  }
}
.form__field-contents-wrap .small-2 {
  width: 9%;
}
@media (max-width: 440px) {
  .form__field-contents-wrap .small-2 {
    width: 13%;
  }
}
.form__field-contents-wrap .large {
  width: 65%;
}
.form__field-contents input {
  padding: 8px 12px;
  border: 2px solid #898989;
  background: #fff;
}
@media (max-width: 768px) {
  .form__field-contents input {
    padding: 1.0416666667vw 1.5625vw;
    border: 0.15625vw solid;
  }
}
@media (max-width: 440px) {
  .form__field-contents input {
    padding: 1.8181818182vw 2.7272727273vw;
    border: 0.4545454545vw solid;
  }
}
.form__field-contents label {
  position: relative;
}
.form__field-contents-inner {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .form__field-contents-inner {
    gap: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .form__field-contents-inner {
    gap: 1.3020833333vw;
  }
}
.form__field-contents-inner .phone-text {
  color: #c0272d;
}
.form__field-contents-inner input {
  font-size: 29px;
  letter-spacing: 3px;
}
@media (max-width: 1100px) {
  .form__field-contents-inner input {
    font-size: 2.265625vw;
    letter-spacing: 0.234375vw;
  }
}
@media (max-width: 768px) {
  .form__field-contents-inner input {
    font-size: 3.7760416667vw;
  }
}
.form__field-contents-inner label {
  display: block;
  padding: 10px;
  color: #fff;
  background: #4298be;
}
@media (max-width: 1100px) {
  .form__field-contents-inner label {
    padding: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .form__field-contents-inner label {
    padding: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .form__field-contents-inner label {
    padding: 2.2727272727vw;
  }
}
.form__field-contents-inner p {
  padding: 20px 0;
  font-size: 19px;
}
@media (max-width: 1100px) {
  .form__field-contents-inner p {
    padding: 1.5625vw 0;
  }
}
@media (max-width: 768px) {
  .form__field-contents-inner p {
    padding: 2.6041666667vw 0;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .form__field-contents-inner p {
    padding: 4.5454545455vw 0;
    font-size: 3.4090909091vw;
  }
}
.form__field-contents-inner p span {
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .form__field-contents-inner p span {
    margin-top: 0.78125vw;
  }
}
@media (max-width: 768px) {
  .form__field-contents-inner p span {
    margin-top: 1.3020833333vw;
  }
}
.form__field-contents-inner input::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form__field-contents-inner input:-moz-placeholder {
  color: #e0e0e0;
}
.form__field-contents-inner input::-moz-placeholder {
  color: #e0e0e0;
}
.form__field-contents-inner input:-ms-input-placeholder {
  color: #e0e0e0;
}
.form-text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .form-text {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .form-text {
    font-size: 3.8636363636vw;
  }
}
.form-text:nth-of-type(1) {
  padding-left: 0;
  text-indent: 0;
}
.form-button {
  width: 100%;
  margin-top: 40px;
  padding: 16px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #4298be;
}
@media (max-width: 1100px) {
  .form-button {
    margin-top: 3.125vw;
    padding: 1.25vw 0;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .form-button {
    margin-top: 5.2083333333vw;
    padding: 2.0833333333vw 0;
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .form-button {
    padding: 2.7272727273vw 0;
    font-size: 4.3181818182vw;
  }
}
.form-link {
  margin-top: 40px;
  color: #4298be;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .form-link {
    margin-top: 5.2083333333vw;
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .form-link {
    font-size: 4.3181818182vw;
  }
}
.form-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form-select {
    padding-bottom: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .form-select {
    width: 100%;
    gap: 4.5454545455vw;
  }
}
.form-select-label {
  display: flex;
  gap: 3px;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form-select-label {
    gap: 0.390625vw;
  }
}
.form-select-label span {
  width: 100%;
  display: block;
  font-size: 16px;
}
@media (max-width: 440px) {
  .form-select-label span {
    font-size: 3.6363636364vw;
  }
}
.form-select-label p {
  width: 450px;
}
@media (max-width: 768px) {
  .form-select-label p {
    width: 58.59375vw;
  }
}
@media (max-width: 440px) {
  .form-select-label p {
    width: 102.2727272727vw;
  }
}
.form-box {
  position: relative;
}
@media (max-width: 768px) {
  .form-box input {
    width: 100%;
  }
}
.form-box-input input {
  width: 100%;
}
.form .error {
  display: block;
  padding: 10px 0;
  color: red;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .form .error {
    top: 105%;
    left: 0;
  }
}
@media (max-width: 440px) {
  .form .error {
    font-size: 3.6363636364vw;
  }
}
.form .hissuLabel::before {
  content: "必須";
  position: absolute;
  left: 0px;
  top: -5px;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  background: #c0272d;
}
.form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #333;
}
@media (max-width: 1100px) {
  .form-btn {
    gap: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form-btn {
    gap: 3.90625vw;
  }
}
@media (max-width: 440px) {
  .form-btn {
    gap: 6.8181818182vw;
  }
}
.form-btn .btn {
  padding: 15px 0;
  width: 208px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #333;
  border-radius: 50px;
}
@media (max-width: 1100px) {
  .form-btn .btn {
    padding: 1.171875vw 0;
    width: 16.25vw;
    font-size: 1.71875vw;
    border: 0.15625vw solid;
    border-radius: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .form-btn .btn {
    padding: 1.953125vw 0;
    width: 27.0833333333vw;
    font-size: 2.8645833333vw;
    border: 0.2604166667vw solid;
    border-radius: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .form-btn .btn {
    font-size: 5vw;
  }
}
.form-btn .btn:hover {
  background-color: #4298be;
  color: #fff;
}
.form-btn p {
  font-size: 16px;
}
@media (max-width: 440px) {
  .form-btn p {
    font-size: 3.6363636364vw;
  }
}

.mypageHeader {
  background: #4298be;
}
.mypageHeader-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mypageHeader-container {
  position: relative;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .mypageHeader-container {
    padding: 2.6041666667vw;
  }
}
.mypageHeader-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mypageHeader h1 {
  display: inline-block;
  color: #4298be;
  font-size: 24px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 768px) {
  .mypageHeader h1 {
    font-size: 3.125vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader h1 {
    font-size: 4.5454545455vw;
  }
}
.mypageHeader p {
  color: #4298be;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mypageHeader p {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader p {
    font-size: 4.0909090909vw;
  }
}
.mypageHeader-icon {
  padding-right: 20px;
}
.mypageHeader-icon img {
  width: 50px;
}
@media (max-width: 768px) {
  .mypageHeader-icon img {
    width: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader-icon img {
    width: 11.3636363636vw;
  }
}
.mypageHeader-button {
  width: 19px;
  height: 50px;
  background: url(../images/header-menu3.png) no-repeat;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mypageHeader-button {
    width: 2.4739583333vw;
    height: 5.859375vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader-button {
    width: 4.3181818182vw;
    height: 6.8181818182vw;
  }
}
.mypageHeader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(137, 137, 137, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  cursor: pointer;
}
.mypageHeader-bg-active {
  opacity: 1;
  visibility: visible;
}
.mypageHeader__nav {
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  right: -380px;
  width: 380px;
  height: 100vh;
  background: #fff;
  z-index: 10;
  box-shadow: 0 -12px 8px rgba(137, 137, 137, 0.8);
  transition: all 0.2s ease-in-out;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .mypageHeader__nav {
    right: -49.4791666667vw;
    width: 49.4791666667vw;
    box-shadow: 0 -1.5625vw 1.0416666667vw rgba(137, 137, 137, 0.8);
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav {
    right: -79.5454545455vw;
    width: 79.5454545455vw;
    padding-bottom: 13.6363636364vw;
  }
}
.mypageHeader__nav-store {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .mypageHeader__nav-store {
    padding-left: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-store {
    padding-left: 11.3636363636vw;
  }
}
.mypageHeader__nav-top {
  height: 60px;
}
@media (max-width: 768px) {
  .mypageHeader__nav-top {
    height: 7.8125vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-top {
    height: 9.0909090909vw;
  }
}
.mypageHeader__nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .mypageHeader__nav ul {
    gap: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav ul {
    gap: 3.4090909091vw;
  }
}
.mypageHeader__nav ul li {
  margin-left: 2rem;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mypageHeader__nav ul li {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav ul li {
    font-size: 4.0909090909vw;
  }
}
.mypageHeader__nav-active {
  right: 0;
}
.mypageHeader__nav-history {
  font-weight: bold;
}
.mypageHeader__nav-history h2 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .mypageHeader__nav-history h2 {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-history h2 {
    font-size: 3.6363636364vw;
  }
}
.mypageHeader__nav-history-tel {
  padding-left: 11.3636363636vw;
  text-align: left;
}
@media (max-width: 768px) {
  .mypageHeader__nav-history-tel {
    padding-left: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-history-tel {
    padding-left: 11.3636363636vw;
  }
}
.mypageHeader__nav-history-store {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .mypageHeader__nav-history-store {
    padding-left: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-history-store {
    padding-left: 11.3636363636vw;
  }
}
.mypageHeader__nav-history-store .remove-notice {
  color: initial;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .mypageHeader__nav-history-store .remove-notice {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 440px) {
  .mypageHeader__nav-history-store .remove-notice {
    font-size: 3.1818181818vw;
  }
}

.registHeader {
  padding: 20px 0;
  background: #4298be;
}
@media (max-width: 768px) {
  .registHeader {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 440px) {
  .registHeader {
    padding: 4.5454545455vw 0;
  }
}
.registHeader h1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
  font-family: Arial;
}
.registHeader h1 span {
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .registHeader h1 span {
    font-size: 2.2135416667vw;
  }
}
@media (max-width: 768px) {
  .registHeader h1 {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 440px) {
  .registHeader h1 {
    font-size: 4.3181818182vw;
  }
}
.registHeader h1 span {
  margin-left: 1rem;
}

.progressbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 32px 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .progressbar {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .progressbar {
    font-size: 1.8229166667vw;
  }
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  color: #999999;
  font-weight: bold;
}
.progressbar li::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #999;
}
.progressbar li::after {
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #999;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #000;
}
.progressbar li.active,
.progressbar li.complete {
  z-index: 1;
}
.progressbar li.active::before,
.progressbar li.complete::before {
  background-color: #4298be;
}
.progressbar li.active::after,
.progressbar li.complete::after {
  background-color: #4298be;
}

.regist-text {
  padding: 16px 0;
  font-size: 22px;
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  .regist-text {
    padding: 2.0833333333vw 0;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .regist-text {
    padding: 2.7272727273vw 0;
    font-size: 4.0909090909vw;
  }
}
.regist-button a {
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #4298be;
}
@media (max-width: 768px) {
  .regist-button a {
    padding: 2.8645833333vw 0;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .regist-button a {
    padding: 4.0909090909vw 0;
    font-size: 4.0909090909vw;
  }
}
.regist-atte {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .regist-atte {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .regist-atte {
    font-size: 4.0909090909vw;
  }
}
.regist-complete {
  text-align: center;
  line-height: 1.5;
}

.signup h2,
.signup h3,
.confirm h2,
.confirm h3,
.completeForm h2,
.completeForm h3,
.reset h2,
.reset h3,
.setting h2,
.setting h3 {
  padding: 3rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #4298be;
}
@media (max-width: 440px) {
  .signup h2,
  .signup h3,
  .confirm h2,
  .confirm h3,
  .completeForm h2,
  .completeForm h3,
  .reset h2,
  .reset h3,
  .setting h2,
  .setting h3 {
    font-size: 5.6818181818vw;
  }
}

.confirm .form__field,
.setting .form__field {
  gap: 15px;
  color: #000;
}
@media (max-width: 768px) {
  .confirm .form__field,
  .setting .form__field {
    gap: 1.953125vw;
  }
}
.confirm .form__field-contents,
.setting .form__field-contents {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 16px;
}
@media (max-width: 440px) {
  .confirm .form__field-contents,
  .setting .form__field-contents {
    gap: 4.5454545455vw;
    font-size: 3.6363636364vw;
  }
}
.confirm .form__field-contents label,
.setting .form__field-contents label {
  width: 300px;
}
@media (max-width: 768px) {
  .confirm .form__field-contents label,
  .setting .form__field-contents label {
    width: 39.0625vw;
  }
}
.confirm .form__field-contents:last-child,
.setting .form__field-contents:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.confirm .form-btn:first-child,
.setting .form-btn:first-child {
  opacity: 0.5;
}
.confirm .form-btn-wrap,
.setting .form-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 150px;
}
@media (max-width: 1100px) {
  .confirm .form-btn-wrap,
  .setting .form-btn-wrap {
    gap: 2.34375vw;
    padding-top: 11.71875vw;
  }
}/*# sourceMappingURL=style.css.map */