<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------- リセット系 ---------- */
html {
  font-size: 10px;
}

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: top;
}

header {
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
  }
}
header div a img {
  height: 47px;
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 24px;
    width: auto;
  }
  header {
    height: 57px;
  }
}
.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  padding-right: 2%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 21px;
  }
  .left {
    margin: 0px;
    gap: 0px;
  }
  .left img {
    margin-right: 10px;
  }
}
.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

/* ---------- フッター ---------- */
.footer-container {
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding-bottom: 40px;
  }
}

.footer__inner__top {
  width: 100%;
  padding: 4em;
  background-color: #cfcfcf;
}

@media screen and (max-width: 768px) {
  .footer__inner__top {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer-container_detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.footer__anno__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__anno__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__anno__ul {
  margin-bottom: 0;
}

.footer__anno__li {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}

.footer__anno__box {
  border: 1px solid rgb(93, 93, 93);
  padding: 1.3em;
  text-align: justify;
}

.footer__inner__bottom {
  width: 100%;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .footer__inner__bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-fluid {
  display: block;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid p {
  margin-bottom: 10%;
}

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }
  .footer-container_detail {
    font-size: 3.2vw;
  }
}
/* .foot_border {
	border-top: solid 2px #000000;
	margin-top: 20px;
} */
/* .foot_border_bottom {
	border-top: solid 2px #000000;
	margin-top: 20px;
} */
#footer_nav {
  width: 100%;
  padding-top: 30px;
  /* padding-left: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 950px) {
  #footer_nav {
    width: 100%;
    /* padding-left: 20px; */
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
  }
}
#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}
@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}
#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

@media screen and (max-width: 768px) {
  #footer_nav li:not(:last-of-type)::after {
    content: none;
  }
}
#footer_nav li a {
  color: #000000;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #231815;
  font-size: 13px;
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}

.footer__logo__left img {
  max-height: 58.6px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1.5vw;
  }
  .footer__logo__left img {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo__left {
    padding-left: 3vw;
  }
}
@media (max-width: 414px) {
  .footer__logo__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }
  .footer {
    font-size: 2.8vw;
  }
}
/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9998;
}

@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9998;
  }
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}
#pageTop a:hover {
  text-decoration: none;
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 80%;
  }
}
footer {
  position: relative;
  z-index: 1;
  background-color: white;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

.selif {
  font-family: "Noto Serif JP", serif;
}

a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

video {
  width: 100%;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

@font-face {
  font-family: "selif";
  src: url("../font/ZenOldMincho-Regular_web.woff2") format("woff2");
}
@font-face {
  font-family: "selif_bold";
  src: url("../font/ZenOldMincho-Bold_web.woff2") format("woff2");
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  position: relative;
}

:root {
  --darkRed01: #740807;
  --red01: #C54F49;
  --gold01: #BA9B47;
  --gold03: #E0D4B0;
  --pink02: gray;
  --gold04: #BCB293;
}

.rounded-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.content-innner {
  max-width: 560px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-left: 42%;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .content-innner {
    max-width: 400px;
  }
}
@media screen and (max-width: 950px) {
  .content-innner {
    margin: 0 15% 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .content-innner {
    max-width: inherit;
    margin: 0 auto 0 0%;
    width: 100%;
  }
}

#flow {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 0px 0 0px;
  position: relative;
  z-index: 1;
}
#flow.end {
  background-image: url("../image/flow_end_BG_PC.jpg");
}
@media screen and (max-width: 768px) {
  #flow.end {
    background-image: url("../image/flow_end_BG_sp.jpg");
  }
}

.appli-method {
  display: block;
  margin: 0 auto 26px;
  width: 100%;
  text-align: center;
}

.span_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}

.span_box_flex p {
  color: var(--gray01);
}

.appli-method .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .appli-method .title {
    font-size: 18px;
  }
}
.appli-method .title:before, .appli-method .title:after {
  content: "";
  top: 50%;
  width: 35%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1250px) {
  .appli-method .title:before, .appli-method .title:after {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .appli-method .title:before, .appli-method .title:after {
    width: 30vw;
  }
}
.appli-method .title:before {
  margin-right: 15px;
}
.appli-method .title:after {
  margin-left: 15px;
}

.span_box_flex .period {
  position: relative;
  color: #1F3A6A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.span_box_flex .day {
  color: #1F3A6A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.span_box_flex .week {
  font-size: 16px;
  top: -2px;
  position: relative;
}

.flow-box_contents li {
  background-color: #F8F8E6;
  border-radius: 10px;
  position: relative;
}

.flow-box_contents .register_flow {
  background-color: white;
}
.flow-box_contents .register_flow .first_list {
  padding-top: 39px;
}
@media screen and (max-width: 768px) {
  .flow-box_contents .register_flow .first_list {
    padding-top: 15px;
  }
}
.flow-box_contents #app_flow_01 {
  margin-top: -31px;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .flow-box_contents #app_flow_01 {
    margin-top: -11px;
  }
}

.flow-box_contents .register_flow li {
  background-color: inherit;
}

.flow-box_contents .register_flow li p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
}

.flow-box_contents .register_flow li .shop-button p {
  margin-bottom: 0;
}

.flow-box_contents .register_flow li p .number {
  color: #113D77;
}
.flow-box_contents .register_flow li p .number.darkBlue {
  color: #113D77;
}

.flow-box_contents .register_flow li p.caution {
  font-size: 13px;
  margin-top: -16px;
  margin-top: -2px;
  font-weight: 300;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents .register_flow li p.caution {
    font-size: 10px;
  }
}

.method-title_wrap {
  margin-bottom: 19px;
}

.yellow-tri {
  position: absolute;
  width: 30px;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.intro-flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 39px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  /* align-items: stretch; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-flex .intro-flex_caution {
  font-size: 14px;
  color: var(--gray01);
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .intro-flex {
    padding: 0 15px;
  }
}
.intro-flex li:last-of-type {
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .intro-flex li:last-of-type {
    margin-left: 0px;
  }
}
.intro-flex p {
  color: var(--gray01);
  letter-spacing: 0.05em;
}

.intro-flex li .impact {
  font-size: 26px;
  text-decoration: underline;
  font-weight: 550;
  color: var(--pink02);
  margin-bottom: 17px;
  text-decoration-color: #FFFACD;
  text-decoration-thickness: 5px;
  text-underline-offset: 3px;
  text-align: center;
}

.ribbon-title {
  display: block;
  margin: 0 auto 20px;
  max-width: 890px;
  width: 90%;
}

@media (max-width: 1200px) {
  .intro-flex li .impact {
    font-size: 2.2vw;
  }
}
.intro-flex li .copy {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1200px) {
  .intro-flex li .copy {
    font-size: 1.7vw;
  }
}
.intro-flex li .fukidashi {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--pink02);
}

@media (max-width: 1200px) {
  .intro-flex li .fukidashi {
    font-size: 1.4vw;
  }
}
.intro-flex li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.present-photo_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
}

.fukidashi-pink {
  width: 95%;
  display: block;
  margin: -30px auto 0;
}

.intro-flex li .present {
  font-size: 18px;
  margin-bottom: 0;
}

.intro-flex li .present.list {
  position: relative;
  padding-left: 15px;
  margin-left: 18px;
  margin-bottom: 5px;
}

.intro-flex li .present.list:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: var(--blue03);
  border-radius: 50%;
}

.intro-flex li .present.blue {
  color: var(--gold04);
  margin-bottom: 5px;
}

.present_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1200px) {
  .intro-flex li .present {
    font-size: 1.5vw;
  }
}
.flow-box {
  background-color: #3883AE;
  padding: 46px 2% 46px;
}
@media screen and (max-width: 1250px) {
  .flow-box {
    padding: 30px 1% 30px;
  }
}
.flow-box.end {
  background-color: inherit;
  padding: 26px 3% 26px;
}
@media screen and (max-width: 768px) {
  .flow-box.end {
    padding: 22px 0% 22px;
  }
}
.flow-box.nextMonth {
  background: linear-gradient(91deg, #E5C77F -1.39%, #BA9B47 100%);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow-box.nextMonth {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.flow-box.nextMonth .ex {
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.flow-box.nextMonth .ex span.little {
  font-size: 86%;
}
@media screen and (max-width: 1050px) {
  .flow-box.nextMonth .ex {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-box.nextMonth .ex {
    font-size: min(4.6vw, 20px);
  }
}
.flow-box.nextMonth .ex .green {
  color: #0BFFDE;
}
.flow-box.nextMonth .prizeInner {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 13px 0;
  margin: 13px auto;
}
.flow-box.nextMonth .prizeInner p.comingSoon {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.flow-box.pastMonth {
  background-color: #113D77;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .flow-box.pastMonth {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.flow-box.pastMonth .leadWrap {
  position: relative;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow-box.pastMonth .leadWrap {
    margin-bottom: 17px;
  }
}
.flow-box.pastMonth .leadWrap .lead {
  color: white;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #113D77;
  position: relative;
  z-index: 1;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .flow-box.pastMonth .leadWrap .lead {
    font-size: min(5.2vw, 22px);
  }
}
.flow-box.pastMonth .leadWrap::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.flow-box.pastMonth .visual {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}
.flow-box.pastMonth .txt {
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .flow-box.pastMonth .txt {
    font-size: min(4.2vw, 18px);
  }
}
.flow-box.pastMonth .caution {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .flow-box.pastMonth .caution {
    font-size: min(3.3vw, 13px);
  }
}

.mempro-box {
  padding: 40px 2%;
  background-color: #3883AE;
}
@media screen and (max-width: 1250px) {
  .mempro-box {
    padding: 30px 1%;
  }
}
@media screen and (max-width: 768px) {
  .mempro-box {
    padding: 30px 5%;
  }
}
.mempro-box .mempro-box_inner {
  background-color: white;
  border-radius: 15px;
  padding: 1px 0;
}
@media screen and (max-width: 768px) {
  .mempro-box .mempro-box_inner {
    padding: 20px 15px;
  }
}

.flow-box_contents_inner {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 46px 0 46px;
}

.flow-box_contents_inner.content02 {
  padding: 40px 0 30px;
  width: 90%;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner.content02 {
    width: 98%;
  }
}

.flow-box_contents_inner.content03 {
  padding: 56px 0 42px;
}

.app-box .flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-box {
  padding: 35px 6% 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .app-box {
    padding: 25px 3% 15px;
  }
}
@media screen and (max-width: 768px) {
  .app-box {
    border-radius: 4px;
  }
}

.MSG_logo {
  width: 112px;
  padding: 10px 10px;
}

.MSP-App {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 12px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.MSP-App01 {
  width: 140px;
}

.MSP-App02 {
  width: 172px;
}

.move_button a {
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 11px 42px 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}
.move_button a p {
  font-weight: 700;
  color: var(--gold01);
}
.move_button a p.Apply {
  color: white;
}
.move_button a:hover p {
  font-weight: 700;
  color: white;
}
.move_button a.Apply:hover p.Apply {
  color: var(--darkRed01);
}
.move_button a.members p {
  color: var(--gold01);
}
.move_button a.members:hover p {
  color: white;
}
@media screen and (max-width: 768px) {
  .move_button a {
    padding: 12px 0;
    width: 250px;
    font-size: 16px;
  }
}

.register_flow02_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .register_flow02_wrap {
    width: 100%;
  }
}

.shop-button {
  font-size: 16px;
  letter-spacing: 0.08em;
  position: relative;
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus {
  outline: none;
}

.move_button a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  z-index: -1;
  border: 1px solid var(--gold01);
  border-radius: 30px;
  width: 250px;
}

.move_button a.shop-button02:before {
  width: 100%;
}

.move_button.darkBlue a {
  color: white;
}
.move_button.darkBlue a:visited {
  color: white;
}

.move_button.darkBlue a:before {
  background: linear-gradient(92deg, #C54F49 0.36%, #880605 99.64%);
  border: 1px solid #880605;
  -webkit-box-shadow: 0px 4px white;
          box-shadow: 0px 4px white;
}

.move_button.darkBlue a::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.move_button.btn2 a:before {
  width: inherit;
}
@media screen and (max-width: 768px) {
  .move_button.btn2 a:before {
    width: 250px;
    border-radius: 50px;
  }
}

.move_button.btn2 a::after {
  right: 25px;
}

.move_button a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--gold01);
  border-bottom: 1px solid var(--gold01);
  position: absolute;
  right: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.move_button a:hover::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: 10px;
  -webkit-transform: translate(7px, -50%) rotate(-45deg);
          transform: translate(7px, -50%) rotate(-45deg);
}

.move_button.darkBlue a:hover::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
}

a.shop-button:active {
  color: white;
}

a.shop-button:focus {
  color: white;
}

a.shop-button:hover {
  color: white;
}

a.shop-button:visited {
  color: var(--gold01);
}

.move_button {
  display: inline-block;
  margin: 0 auto 38px;
}
.move_button.topApply {
  margin-bottom: 2vw;
}
.move_button.topApply a {
  color: white;
  font-size: 1.5vw;
  padding: 1vw 2vw;
  white-space: nowrap;
}
.move_button.topApply a::before {
  border: 1px solid #740807;
  background: -webkit-gradient(linear, left top, left bottom, from(#B03C3F), to(#740807));
  background: linear-gradient(to bottom, #B03C3F, #740807);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 23vw;
  border-radius: 5vw;
}
.move_button.topApply a::before span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .move_button.topApply a::before {
    width: 300px;
  }
}
.move_button.topApply a::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.move_button.topApply a:hover {
  color: #880605;
}
.move_button.topApply a:hover::before {
  background: white;
}
.move_button.topApply a:hover::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
}
.move_button.line {
  margin: 0 auto 20px;
}

.move_button a:hover {
  -webkit-transform: translate3d(0, 0.3rem, 0rem);
          transform: translate3d(0, 0.3rem, 0rem);
  color: white;
}

.move_button.darkBlue a:hover {
  color: #880605;
}

.move_button a:hover:before {
  background: var(--gold01);
  -webkit-box-shadow: 0px 0px white;
          box-shadow: 0px 0px white;
}

.move_button.darkBlue a:hover:before {
  background: white;
}

.shop-button .tryangle,
.flow-box_contents .register_flow li p.tryangle {
  color: var(--gold01);
  position: absolute;
  right: 7px;
  font-size: 10px;
  top: 32%;
  z-index: 1;
}

.move_button a:hover .tryangle {
  color: white !important;
}

.method-title {
  font-size: 22px;
  font-weight: 550;
  color: var(--gold04);
  position: relative;
  display: inline;
  margin-bottom: 30px;
}

.method-title_BG01 {
  position: absolute;
  width: 12px;
  left: -28%;
  top: 9%;
}

.method-title_BG02 {
  position: absolute;
  width: 12px;
  right: -28%;
  top: 9%;
}

.method-title.line {
  font-size: 18px;
}

.method-title_BG01.line {
  left: -5%;
}

.method-title_BG02.line {
  right: -5%;
}

.method-image {
  width: 80%;
  display: block;
  margin: 15px auto 0;
}

.step-tag {
  position: absolute;
  background-image: url(../image/ribbon-BG_PC.png);
  background-position: top;
  background-size: 100% 100%;
  left: -1%;
  top: -15px;
  height: 35px;
  width: 170px;
}

.step-tag img {
  width: 67px;
  margin: 5px auto;
  display: block;
}

.flow-box_contents_inner .lead {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner .lead {
    font-size: 20px;
  }
}
.flow-box_contents_inner .lead.step02, .flow-box_contents_inner .lead.step03 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner .lead.step02, .flow-box_contents_inner .lead.step03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner .lead.step02, .flow-box_contents_inner .lead.step03 {
    font-size: min(4.1vw, 15px);
  }
}

.flow-box_contents_inner .caution {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 21px */
  letter-spacing: 0.42px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner .caution {
    font-size: 12px;
  }
}
.flow-box_contents_inner .caution .link {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.target-facility {
  border: 1px solid var(--red01);
  background-color: white;
  padding: 10px 0;
  display: block;
  width: 244px;
  margin: 0 auto 10px;
  text-decoration: none;
  color: var(--red01);
  margin-top: 21px;
  text-align: center;
}

a.target-facility:hover {
  background-color: var(--red01);
  color: white !important;
}

a.target-facility:active {
  color: var(--red01);
}

a.target-facility:link {
  color: var(--red01);
}

a.target-facility:visited {
  color: var(--red01);
}

a.target-facility:link,
a.target-facility:active,
a.target-facility:hover,
a.target-facility:visited {
  text-decoration: none;
}

.target-facility .link-text {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.07em;
  display: inline;
}

.no-link {
  pointer-events: none;
  display: block;
}

.link-text .tryangle {
  position: absolute;
  right: -13%;
  font-size: 10px;
  top: 12%;
}

.flow-box_contents .all_caution {
  color: var(--gray01);
  font-size: 16px;
  letter-spacing: 0.07em;
}

.target-card {
  background-color: white;
  padding: 0 5% 22px;
  border-radius: 0 0 10px 10px;
}
.target-card .box {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .target-card .box {
    margin-bottom: 20px;
  }
}
.target-card .box .rank_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 20px;
  border-bottom: 1px solid;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .target-card .box .rank_flex {
    padding: 11px 0 13px;
  }
}
.target-card .box .rank_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target-card .box .rank_flex li img {
  width: 64px;
  margin-right: 5px;
}
.target-card .box .rank_flex li p {
  font-size: 24px;
  font-family: "selif_bold";
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .target-card .box .rank_flex li p {
    font-size: min(4.2vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.target-card .title {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 1250px) {
  .target-card .title {
    font-size: 18px;
  }
}

.target-card .title:before,
.target-card .title:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: black;
}

.target-card .title:before {
  margin-right: 1rem;
}

.target-card .title:after {
  margin-left: 1rem;
}

.target-card_contents .lead {
  color: #0068B7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.target-card_contents .text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.target-card_contents .caution {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.target-card_contents li {
  margin-bottom: 15px;
}

.target-card_contents {
  border-bottom: 1px solid black;
}

#flow .bottom-caution {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#flow .bottom-caution.end {
  color: #fff;
}

#flow .bottom-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.app-box .attention {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: -4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1250px) {
  .app-box .attention {
    font-size: 15px;
  }
}
.app-box .attention::before, .app-box .attention::after {
  background-color: #113D77;
  content: "";
  height: 2px;
  width: 30px;
  position: relative;
  bottom: -18px;
}
.app-box .attention::before {
  margin-right: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.app-box .attention::after {
  margin-left: 2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.app-box .download-text {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 16px;
  font-weight: 900;
}

.slick-slide li {
  position: relative;
}

/* フッター */
.footer__head {
  padding: 25px 40px 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.footer__nav {
  font-size: 11px;
  letter-spacing: 0.15rem;
}

.footer__nav li {
  float: left;
  width: 20%;
  min-height: 4em;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
  font-size: 11px;
  display: block;
}

.footer__nav a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  gap: 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .footer__nav li {
    width: 25%;
  }
  .footer__nav li a {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .footer__nav li {
    width: 33%;
  }
}
#pageTop {
  position: relative;
  bottom: 27px;
  bottom: 0;
  right: 22px;
  right: -20px;
  z-index: 90;
}

#floating button.floating_closs {
  background: none;
  border: none;
  position: absolute;
  right: -20px;
  width: 16px;
  cursor: pointer;
}

img.msp_header_rogo {
  width: auto;
  height: 39px;
}

p.kv-upper {
  font-size: 25px;
  color: var(--gold04);
  font-weight: 550;
  letter-spacing: 0.07em;
  text-align: center;
  background: var(--pink03);
  margin: 0;
  padding: 7px 0;
  line-height: 1;
}

p.copyright {
  font-size: 13px;
  margin-bottom: 0;
}

header {
  height: auto;
  padding: 10px 0;
}

.footer__inner__bottom {
  padding: 4em 15px;
  max-width: 1250px;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.appli-method .red-caution {
  color: var(--pink04);
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: 18px 0 3px;
}

/* アコーディオン */
/* チェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 質問部分 */
.accordion-open {
  text-align: center;
  display: block;
  background: #3883AE;
  cursor: pointer;
  border: none;
  position: relative;
  color: white;
  margin-bottom: 0;
  padding: 19px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1250px) {
  .accordion-open {
    font-size: 14px;
  }
}

.accordion-open p {
  margin: 0;
  font-weight: 700;
}

#close-button01 {
  text-align: left;
}

.line_flow_icon {
  width: 14%;
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/* アンサーは非表示　後で復帰 */
.accordion-close {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* チェックボックスにチェックが入ったら表示 */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 0px;
  background: white;
}

.accordion-open:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  background-image: url(../image/accordion-open.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
  padding: 10px 20px;
  position: absolute;
  top: 36%;
  right: -3%;
}

.accordion-open.first_title::after {
  top: 44%;
}

.accordion-hidden:checked + .accordion-open:after {
  content: "";
  background-image: url(../image/accordion-close.svg);
}

label.close_bottom {
  color: var(--gray01);
  font-size: 13px;
  margin-bottom: 13px;
}

.approval-text {
  color: var(--gray01);
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}

/* アコーディオンここまで */
.register_flow_image {
  display: block;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .register_flow_image {
    margin: 0 auto 30px;
  }
}

.register_flow_image.step01,
.register_flow_image.step02 {
  width: 175px;
}

.register_flow {
  margin-bottom: 80px;
}

.register_flow02 {
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .register_flow02 {
    margin: 10px 0 0px;
  }
}

.register_flow02 .flow-content {
  padding-bottom: 12px;
  background-color: white;
}
.register_flow02 .flow-content.content01 {
  background-color: inherit;
}

.register_flow02 .register_flow {
  margin-bottom: 0px;
  padding: 5% 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1250px) {
  .register_flow02 .register_flow {
    padding: 5% 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .register_flow02 .register_flow {
    padding: 15px 10px;
  }
}

a.close_bottom_text:link {
  text-decoration: none;
  color: var(--gray01);
}

a.close_bottom_text:active {
  text-decoration: none;
  color: var(--gray01);
}

a.close_bottom_text:hover {
  text-decoration: none;
  color: var(--gray01);
}

a.close_bottom_text:visited {
  text-decoration: none;
  color: var(--gray01);
}

.present_kv {
  width: 593px;
}

@media (max-width: 1050px) {
  .present_kv {
    width: 43vw;
  }
}
.kv-present_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 18px;
  left: -8%;
}

.kv-present_flex .caution {
  font-size: 11px;
  margin-bottom: 0;
}

.present-photo {
  margin-top: -4%;
}

@media (max-width: 900px) {
  .kv-present_flex {
    left: -3%;
  }
}
#prize .content-innner .shop-wrapper h2 {
  text-align: center;
}

#members {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #members {
    padding: 40px 15px 40px;
  }
}

/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop-lists {
    row-gap: 7px;
  }
}
.shop-lists .triangle-badge {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 1;
}
.shop-lists .triangle-badge p {
  z-index: 1;
  color: white;
  font-size: 40px;
  font-weight: 550;
  position: relative;
  text-align: left;
  padding: 0px 0px 0 14px;
}
@media screen and (max-width: 768px) {
  .shop-lists .triangle-badge p {
    font-size: 20px;
    padding: 0px 0px 0 5px;
  }
}
.shop-lists .triangle-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 85px solid var(--red01);
  border-bottom: 85px solid transparent;
}
@media screen and (max-width: 768px) {
  .shop-lists .triangle-badge::before {
    border-left: 40px solid var(--red01);
    border-bottom: 40px solid transparent;
  }
}

.shop-lists li {
  width: 49%;
  position: relative;
  background-color: white;
  text-align: center;
}

.shop-lists.bottom {
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}

.shop-lists.bottom li {
  width: 32%;
  border-radius: 7px;
}

.prize_thum.middle02 {
  border-radius: 7px 7px 0px 0px;
}

.MSP_original {
  position: absolute;
  width: 15%;
  left: 3%;
  top: 0%;
  z-index: 1;
}

.MSP_original.modal-in {
  left: -22%;
  width: 14%;
}

.js-modal-open {
  cursor: pointer;
}

.prize-info {
  position: relative;
  padding: 41px 18px 42px 18px;
  height: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .prize-info {
    height: 21vw;
    padding: 3vw 18px 3vw 18px;
  }
}
@media screen and (max-width: 768px) {
  .prize-info {
    height: 23vw;
  }
}
.prize-info .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prize-info .flex_wrap {
    position: relative;
    padding-left: 4px;
    width: 98%;
  }
}

.prize-info.middle01 {
  padding: 45px 0 42px;
}

.prize-info.middle02 {
  padding: 39px 0 42px;
}

.prize-info.border {
  border-top: 1px solid var(--gray02);
}

.prize-number {
  width: 48px;
  height: 48px;
  padding-top: 0px;
  background-color: #21B8FF;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 33px;
  color: #FFFACD;
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
}

.prize-number.middle02 {
  width: 30px;
  height: 30px;
  font-size: 21px;
}

.prize_arrow {
  position: absolute;
  right: 8px;
  bottom: 10px;
  color: #3883AE;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90px;
  white-space: nowrap;
}
.prize_arrow::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 8px;
  background-image: url("../image/modal_read_more_arrow_2506.svg");
  background-size: 100% 100%;
  bottom: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .prize_arrow::after {
    width: 77px;
  }
}
@media screen and (max-width: 768px) {
  .prize_arrow {
    font-size: 11px;
    width: 77px;
    bottom: 5px;
  }
}

p.prize-span {
  font-size: 18px;
  margin: 30px auto 30px;
  text-align: center;
  /* color: var(--pink02); */
  color: var(--gray01);
  letter-spacing: 0.07em;
  line-height: 1;
}

.modal-wrapper,
.modal-wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.modal-content {
  /* 後で復帰  */
  display: none;
}

.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  /* position: absolute; */
  display: block;
  margin: 20px auto;
  max-width: 1000px;
  width: 90%;
  top: 50%;
  left: 50%;
  background-color: white;
  padding-bottom: 5px;
}

.modal-wrapper2 .modal-content-wrapper {
  position: relative;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background-color: inherit;
  max-width: 700px;
  width: 90%;
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .modal-content-wrapper {
    position: relative;
    top: 0%;
    left: 0%;
    width: 90%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin-top: 50px;
  }
}

.modal-content-wrapper_box {
  position: relative;
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.modal-wrapper .modal-content-wrapper .modal-main .hotel_name,
.modal-wrapper2 .modal-content-wrapper .modal-main .hotel_name {
  position: absolute;
  right: 1%;
  bottom: 2%;
  color: white;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper .modal-main .hotel_name,
  .modal-wrapper2 .modal-content-wrapper .modal-main .hotel_name {
    font-size: 11px;
  }
}

.modal-wrapper2 .modal-content-wrapper .modal-main {
  padding-top: 0;
}

.modal-wrapper .btn-close,
.modal-wrapper2 .btn-close {
  position: absolute;
  right: 41px;
  top: 13px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
  width: 28px;
}

.modal-wrapper .btn-close.modal-in,
.modal-wrapper2 .btn-close.modal-in {
  position: static;
}

.modal-wrapper .btn-prev,
.modal-wrapper2 .btn-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  /* transform: translateY(-50%) translateX(-100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .btn-next,
.modal-wrapper2 .btn-next {
  position: absolute;
  right: -60px;
  top: 50%;
  /* transform: translateY(-50%) translateX(100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .btn-prev,
.modal-wrapper .btn-next,
.modal-wrapper2 .btn-prev,
.modal-wrapper2 .btn-next {
  width: 37px;
}

.modal-wrapper .txt-close,
.modal-wrapper2 .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: var(--gray01);
  text-align: center;
  cursor: pointer;
  position: relative;
  /* top: 30px; */
  display: block;
  width: 30%;
  border: 1px solid black;
  margin: 0 auto;
  line-height: 1;
  margin: 50px auto 30px;
  padding: 19px 0;
}

#modal-container2 {
  position: relative;
}

.modal-wrapper2 .point_present_modal_close {
  position: absolute;
  right: -2%;
  top: -2%;
  width: 34px;
}

.modal-wrapper .txt-close p,
.modal-wrapper2 .txt-close p {
  margin-bottom: 0;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */
.prize-size,
.prize-size.middle01 {
  font-size: 19px;
  font-weight: 550;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: var(--gray01);
}
@media (max-width: 1200px) {
  .prize-size,
  .prize-size.middle01 {
    font-size: 16px;
  }
}

.prize-name.prize-name07 {
  margin-top: 5%;
}

.prize-people {
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #3883AE;
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .prize-people {
    font-size: 2vw;
  }
}

.prize-people_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.prize-people_flex.middle {
  margin: 11px 0 0 0;
}

.prize-people_flex_wrap {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}

.prize-people.strong {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 30px;
}

.prize-people.strong.middle01 {
  font-size: 48px;
  margin-bottom: -6px;
}

.prize-people.middle01 {
  font-size: 16px;
}

.prize-name.middle02 {
  font-size: 16px;
  font-weight: 400;
}

.prize-name.middle02.little {
  font-size: 14px;
  margin-top: -23px;
}

.prize-people.strong.middle02 {
  font-size: 30px;
  margin-bottom: -2px;
}

.prize-people.middle02 {
  font-size: 12px;
}

.modal-content_innner {
  max-width: 560px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: white;
}

.modal-content_innner .prize-name {
  font-size: 22px;
  color: black;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.modal-content_innner .prize-size {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.modal-content_innner .prize_name-size {
  margin-bottom: 30px;
}
.modal-content_innner .prize_name-size .prize-caution_text.center {
  text-align: center;
}
.modal-content_innner .prize_name-size .prize-caution_text.center.shop3 {
  margin-bottom: 4px;
}

.prize-caution {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: var(--gray01);
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.prize-caution:before, .prize-caution:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: black;
}
.prize-caution:before {
  margin-right: 1rem;
}
.prize-caution:after {
  margin-left: 1rem;
}

.prize-ex_text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .prize-ex_text {
    font-size: min(3.5vw, 15px);
    text-align: center;
  }
}
.prize-ex_text.strong {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(229, 199, 127, 0.4)));
  background: linear-gradient(transparent 60%, rgba(229, 199, 127, 0.4) 30%);
}
@media screen and (max-width: 768px) {
  .prize-ex_text.strong {
    text-align: center;
    font-size: min(4.3vw, 23px);
    line-height: 1.4;
  }
}

.prize-caution_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 28px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.prize-caution_text .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .prize-caution_text {
    font-size: min(3.4vw, 14px);
  }
}
.prize-caution_text.black_txt {
  color: black;
}
.prize-caution_text.lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.lead {
    font-size: min(3.8vw, 16px);
  }
}
.prize-caution_text.lead.explain {
  text-align: left;
  padding-left: 0em;
  text-indent: 0em;
  display: inline-block;
}
.prize-caution_text.sub_txt {
  font-size: 13px;
  padding-left: 0;
  text-indent: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.sub_txt.prize01 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .prize-caution_text.sub_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .prize-caution_text.sub_txt:last-of-type {
    margin-bottom: 30px;
  }
}
.prize-caution_text.hotel03 {
  margin-top: 21px;
  text-align: center;
  margin-bottom: 30px !important;
}
.prize-caution_text.date {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.date {
    font-size: min(3.4vw, 14px);
  }
}
.prize-caution_text.ex {
  text-align: center;
  padding-left: 0;
  text-indent: 0;
}
.prize-caution_text.ex.little {
  font-size: 14px;
  margin-top: -13px;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.ex.little {
    font-size: min(3.2vw, 12px);
  }
}

.linkWrap .link {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkWrap .link {
    font-size: min(3.4vw, 14px);
    line-height: 2.3;
  }
}
.linkWrap .link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkWrap .link:hover::after {
  -webkit-transform: translate(10px, -50%) rotate(-45deg);
          transform: translate(10px, -50%) rotate(-45deg);
}

.prize-caution_text_wrap {
  margin-bottom: 20px;
}

.prize-caution_text .little {
  font-size: 80%;
}

.prize-caution_text.little01 {
  font-size: 14px;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.little01 {
    font-size: min(3.3vw, 13px);
  }
}

.prize-caution_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap {
    margin-bottom: 5px;
  }
}
.prize-caution_wrap .prize-caution_text {
  margin-bottom: 3px;
}
.prize-caution_wrap .prize-caution_text .pink {
  color: #FF00C4;
}
.prize-caution_wrap .hotel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 13px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .hotel_link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.prize-caution_wrap .hotel_link li {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .hotel_link li {
    width: 100%;
  }
}
.prize-caution_wrap .hotel_link li a {
  background-color: var(--red01);
  border: 2px solid var(--red01);
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 25px 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prize-caution_wrap .hotel_link li a:hover {
  background-color: #ffffff;
}
.prize-caution_wrap .hotel_link li a:hover p {
  color: var(--red01);
}
.prize-caution_wrap .hotel_link li a:hover::after {
  border-right: 1px solid var(--red01);
  border-bottom: 1px solid var(--red01);
  right: 6px;
}
.prize-caution_wrap .hotel_link li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .hotel_link li a {
    padding: 18px 0;
  }
}
.prize-caution_wrap .hotel_link li a p {
  font-size: 15px;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .hotel_link li a p {
    font-size: min(3.5vw, 15px);
  }
}
.prize-caution_wrap .redAttention {
  color: #C54F49;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .redAttention {
    font-size: min(4vw, 18px);
  }
}

.prize-caution_text .prize-caution_wrap {
  margin-bottom: 37px;
}

.prize-caution_text.pink {
  color: var(--gray01);
  margin-top: 26px;
}

.prize-caution_text.gray {
  color: var(--gray01);
}

.prize-caution_text.sub {
  font-size: 14px;
  margin-top: 10px;
}

.target_facility_link {
  position: relative;
  display: inline-block;
}

.target_facility_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.target_facility_arrow {
  position: absolute;
  width: 6px;
  right: -7%;
  top: 44%;
}

.prize-caution_wrap.institution p {
  text-align: center;
}

.modal-innner-close {
  width: 7px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

a.prize-caution_link:link {
  text-decoration: underline;
  color: var(--pink02);
}

a.prize-caution_link:active {
  text-decoration: underline;
  color: var(--pink02);
}

a.prize-caution_link:hover {
  text-decoration: underline;
  color: var(--pink02);
}

a.prize-caution_link:visited {
  text-decoration: underline;
  color: var(--pink02);
}

.shop-lists_caution {
  font-size: 14px;
  font-weight: 300;
  margin: 30px 0 57px;
}

h3.prize_title {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

h2.mempro_title {
  width: 71%;
  display: block;
  margin: 21px auto 30px;
}

.mempro_lead {
  border-top: 3px dotted #0F68B7;
  padding-top: 30px;
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  width: 95%;
  display: block;
  margin: 0 auto;
}

#medal {
  background-image: url(../image/medal_BG_PC.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 70px 15px 70px;
}
#medal .intro-txt {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #medal .intro-txt {
    font-size: min(3.7vw, 17px);
    margin-bottom: 18px;
  }
}
#medal .check-txt {
  color: var(--gold03);
  font-size: 28px;
  font-family: "selif_bold";
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #medal .check-txt {
    font-size: min(4.6vw, 21px);
  }
}
#medal .content-innner .flex.main .content .flow_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #medal .content-innner .flex.main .content .flow_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#medal .content-innner .flex.main .content .flow_flex .contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #medal .content-innner .flex.main .content .flow_flex .contents {
    width: inherit;
  }
}
#medal .content-innner .flex.main .content .flow_flex .contents .detail_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #medal .content-innner .flex.main .content .flow_flex .contents .detail_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .image {
  width: 32%;
  margin-right: 11px;
}
@media screen and (max-width: 768px) {
  #medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .image {
    width: 58%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .ex {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 1000px) {
  #medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .ex {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .ex {
    font-size: 13px;
    text-align: center;
  }
}
#medal .content-innner .flex.main .content .flow_flex .contents .detail_flex .arrow {
  font-size: 34px;
  color: var(--red01);
  margin-left: 9px;
}
#medal .content-innner .members_link {
  display: inline-block;
  padding: 15px 29px;
  background-color: white;
  border: 1px solid var(--red01);
  text-align: center;
  margin: 0 auto 0px;
  position: relative;
}
#medal .content-innner .members_link p {
  font-size: 18px;
  color: var(--red01);
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #medal .content-innner .members_link p {
    font-size: min(3.5vw, 15px);
  }
}
#medal .content-innner .members_link::after {
  content: "▶";
  color: var(--red01);
  font-size: 5px;
  position: absolute;
  top: 33%;
  right: 3%;
}

img.pink_arrow {
  width: 18px;
}

#medal .content-innner {
  background-color: #DCF7FF;
  padding: 33px 0px 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #medal .content-innner {
    padding: 20px 0px 20px;
  }
}

#medal .flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}

#medal .flex.main .detail {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 0;
}

#medal .flex.main .content01 {
  width: 25%;
  padding: 29px 5%;
}

#medal .flex.main .content02 {
  width: 75%;
}

#medal .lead {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

#medal .title_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
}

#medal .title_flex p {
  color: var(--pink02);
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 4px;
}

#medal .move_button {
  margin: 0 auto 18px;
}

.member_register01,
.member_register02 {
  margin-bottom: 20px;
}

.prize_BG01,
.prize_BG02 {
  position: absolute;
  width: 15%;
  top: -1%;
}

.prize_BG01 {
  left: -17%;
}

.prize_BG02 {
  right: -17%;
}

.mempro_grad_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}

.mempro_grad_flex li {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  border-radius: 10px;
}

.mempro_grade {
  margin-right: 31px;
}

.mempro_grade img {
  width: 92px;
  display: block;
}

.mempro-line {
  width: 9px;
  /* height: 100%; */
}

.mempro_grad_flex .content_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 2%;
  width: 100%;
}

.mempro_grad_flex .content_flex .content {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

.mempro_grad_flex .content_flex .content p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.mempro_icon {
  width: 76%;
}

.mempro_grad_flex .price p {
  font-size: 18px;
  font-weight: 550;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
}

.mempro_grad_flex .price p span {
  font-size: 145%;
}

.mempro_grad_flex .price {
  border: 2px solid black;
  padding: 5px 6px;
  margin-right: 21px;
  width: 124px;
}

.mempro_grad_flex .grade01 {
  background-color: var(--premium01);
}

.mempro_grad_flex .grade02 {
  background-color: var(--gold01);
}

.mempro_grad_flex .grade03 {
  background-color: var(--silver01);
}

.mempro_grad_flex .grade04 {
  background-color: var(--bronze01);
}

.mempro_grad_flex .price.grade01 {
  border: 2px solid var(--premium02);
}

.mempro_grad_flex .price.grade02 {
  border: 2px solid var(--gold02);
}

.mempro_grad_flex .price.grade03 {
  border: 2px solid var(--silver02);
}

.mempro_grad_flex .price.grade04 {
  border: 2px solid var(--bronze02);
}

.mempro_grad_flex .price.grade01 p {
  color: var(--premium02);
}

.mempro_grad_flex .price.grade02 p {
  color: var(--gold02);
}

.mempro_grad_flex .price.grade03 p {
  color: var(--silver02);
}

.mempro_grad_flex .price.grade04 p {
  color: var(--bronze02);
}

#members .move_button {
  margin-top: 35px;
  width: 350px;
  display: block;
  margin: 24px auto 35px;
}
@media screen and (max-width: 1250px) {
  #members .move_button {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #members .move_button {
    width: 100%;
  }
}
#members .move_button a.shop-button {
  color: white;
  background-color: #D0A200;
  -webkit-box-shadow: 0px 5px #A68200;
          box-shadow: 0px 5px #A68200;
}
#members .move_button a.shop-button .tryangle {
  color: white;
}
#members .move_button a.shop-button::before {
  background-color: inherit;
  border: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  content: none;
}
#members .move_button a.shop-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 0.6rem, 0rem);
          transform: translate3d(0, 0.6rem, 0rem);
  color: #A68200;
  background-color: #fdf5d8;
}
#members .move_button a.shop-button:hover::before {
  background-color: white;
}

#members .move_button a {
  padding: 18px 0px;
}
#members .move_button a::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
#members .move_button a:hover::after {
  border-right: 1px solid #A68200;
  border-bottom: 1px solid #A68200;
}
#members .move_button a.shop-button02::after {
  border-right: 1px solid #A68200;
  border-bottom: 1px solid #A68200;
  right: 14px;
}
@media screen and (max-width: 768px) {
  #members .move_button a.shop-button02::after {
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  #members .move_button a.shop-button02::before {
    width: 250px;
  }
}
#members .move_button a.shop-button02:hover::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: 14px;
}

#members .move_button a,
#members .move_button a:before {
  border-radius: 50px;
}

#members .shop-button .tryangle {
  right: 5%;
  top: 38%;
}

#contact {
  padding: 0px 0 0px;
  position: relative;
  z-index: 1;
}
#contact .content-innner {
  padding: 30px 2%;
  background: white;
}
@media screen and (max-width: 1250px) {
  #contact .content-innner {
    padding: 0 0% 0;
  }
}

#contact .contact_box {
  display: block;
  margin: 0 auto;
  border: 11px solid #F7F6ED;
  background-color: white;
  padding: 33px 31px 22px;
}

#contact .contact_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

#contact .contact_box .flex .text {
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1;
  margin: 0;
  margin-right: 15px;
}

.tel_icon {
  width: 33px;
  margin-right: 15px;
}

.tel_number {
  width: 240px;
}

#contact .contact_box .flex .tel {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
  display: block;
}

#contact .contact_box .flex .tel_wrap {
  border: 1px solid black;
  padding: 5px 10px;
  margin-right: 15px;
}

#contact .contact_box .text {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}

#contact .contact_box .sub {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

#contact .contact_box .caution {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #contact .contact_box .caution {
    width: 100%;
  }
}

#contact .contact_box .caution li p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
  padding-left: 1em;
  text-indent: -1em;
}

a[href^="tel:"] {
  pointer-events: none;
}

.modal-wrapper .modal-content-wrapper .modal-main.modal-main_none {
  padding: 1px 0 0;
  margin: 0;
}

.mempro_grade_wrap {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-modal-open {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-modal-open:hover {
  opacity: 0.7;
}

.prize-people07 {
  text-align: left;
  margin-left: 2px;
}

.modal-content_innner a:link {
  color: var(--gray01);
}

.modal-content_innner a:active {
  color: var(--gray01);
}

.modal-content_innner a:hover {
  color: var(--gray01);
}

.modal-content_innner a:visited {
  color: var(--gray01);
}

.app_QR {
  width: 97px;
}

#present {
  background-color: #DCF7FF;
  padding: 70px 15px 70px;
}
@media screen and (max-width: 768px) {
  #present {
    padding: 30px 3%;
  }
}
#present h3 {
  text-align: center;
}
#present h3 .plate {
  background-color: #333333;
  color: white;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 9px 83px;
  display: inline-block;
  border-radius: 26px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #present h3 .plate {
    padding: 7px 11vw;
    font-size: min(3.8vw, 16px);
    margin-bottom: 2px;
  }
}
#present h3 .fukidashi {
  font-size: 34px;
  color: var(--red01);
  font-family: "selif_bold";
  letter-spacing: 0.12em;
  position: relative;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #present h3 .fukidashi {
    font-size: min(5.2vw, 30px);
    margin-bottom: 19px;
  }
}
#present h3 .fukidashi::before, #present h3 .fukidashi::after {
  background-color: var(--red01);
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  #present h3 .fukidashi::before, #present h3 .fukidashi::after {
    height: 2px;
    width: 28px;
  }
}
#present h3 .fukidashi::before {
  margin-right: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#present h3 .fukidashi::after {
  margin-left: 10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#present h3 .fukidashi span {
  font-size: 61px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #present h3 .fukidashi span {
    font-size: min(9.4vw, 39px);
    padding-bottom: 8px;
  }
}
#present .content-innner .ex_box {
  background-color: white;
  padding: 20px 8%;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box {
    padding: 20px 0%;
  }
}
#present .content-innner .ex_box .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#present .content-innner .ex_box .flex_wrap .image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box .flex_wrap .image {
    width: 82%;
  }
}
#present .content-innner .ex_box .flex_wrap .title {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box .flex_wrap .title {
    width: 100%;
  }
}
#present .content-innner .ex_box .flex_wrap .title p {
  text-align: center;
  font-size: 40px;
  font-family: "selif_bold";
  color: var(--red01);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  #present .content-innner .ex_box .flex_wrap .title p {
    font-size: 30px;
  }
}
@media (max-width: 1080px) {
  #present .content-innner .ex_box .flex_wrap .title p {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box .flex_wrap .title p {
    font-size: min(4.8vw, 26px);
    margin-top: 14px;
    letter-spacing: 0.03em;
  }
}
#present .content-innner .ex_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #DCF7FF;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #DCF7FF;
  }
}
#present .content-innner .ex_box .W_chance {
  position: absolute;
  width: 30%;
  top: -32%;
  left: -9%;
}
@media (max-width: 1280px) {
  #present .content-innner .ex_box .W_chance {
    width: 25%;
    top: -23%;
    left: -1%;
  }
}
@media screen and (max-width: 768px) {
  #present .content-innner .ex_box .W_chance {
    width: 45%;
    top: -13%;
    left: -5%;
  }
}
#present .content-innner .caution {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #present .content-innner .caution {
    font-size: 11px;
  }
}

.register_flow_image.step03 {
  width: 90%;
}

/* スマホサイズ（width768px） 調整 */
@media screen and (max-width: 768px) {
  .flow-box_contents_inner {
    width: 100%;
    padding: 10vw 13px 3vw;
  }
  .flow-box_contents_inner.content02 {
    padding: 10vw 13px 4vw;
  }
  .flow-box_contents_inner.content03 {
    padding: 12vw 0 5vw;
  }
  .flow-title-line01,
  .flow-title-line02 {
    width: 19vw;
  }
  .flow-title-line01 {
    left: -2%;
  }
  .flow-title-line02 {
    right: -2%;
  }
  .intro-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 30px 0 24px;
  }
  p.kv-upper {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
  .intro-flex li:first-of-type {
    border-right: 0;
    /* border-bottom: 4px dotted #a8acaf; */
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .intro-flex li .copy {
    font-size: min(3.55vw, 22px);
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .intro-flex li .impact {
    font-size: min(4.6vw, 27px);
    text-align: center;
    margin-bottom: 12px;
  }
  .intro-flex li .fukidashi {
    font-size: min(3.7vw, 25px);
    letter-spacing: 0.03em;
    line-height: 1.3;
  }
  .intro-flex li .present {
    font-size: 3.55vw;
  }
  .appli-method .title {
    font-size: min(5.2vw, 39px);
  }
  #flow {
    padding: 20px 15px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #flow {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow-title-line01 {
    left: -50%;
  }
  .flow-title-line02 {
    right: -123%;
  }
  .span_box_flex .period {
    font-size: min(3.6vw, 17px);
    top: 0.3vw;
  }
  .span_box_flex .day {
    font-size: min(5.1vw, 25px);
    letter-spacing: 0.07em;
  }
  .span_box_flex .week {
    font-size: min(3.3vw, 14px);
  }
  .appli-method {
    margin: 0 auto 20px;
  }
  .flow-box {
    border-radius: 13px;
    padding: 22px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flow-box {
    border-radius: 0;
    padding: 30px 5% 30px;
  }
}
@media screen and (max-width: 768px) {
  .step-tag {
    width: 37vw;
    height: 7vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 520px) {
  .step-tag {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .step-tag {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .step-tag img {
    width: min(11vw, 61px);
    margin: 1vw auto 1vw auto;
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step-tag img {
    width: min(19vw, 78px);
    margin: 1vw auto 1vw auto;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner .lead {
    font-size: min(4.2vw, 23px);
    margin-bottom: 6px;
  }
  .flow-box_contents_inner .caution {
    font-size: min(3.3vw, 20px);
    margin-bottom: 11px;
  }
  .app-box .attention {
    font-size: min(3.5vw, 22px);
  }
  .MSP-App01,
  .MSP-App01 img,
  .MSP-App02,
  .MSP-App02 img {
    width: auto;
    height: 10vw;
  }
  .MSG_logo,
  .MSG_logo img {
    width: 20vw;
  }
  .app-box {
    padding: 20px 0;
  }
  .MSP-App {
    margin-top: 5px;
    margin-bottom: 14px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop-button {
    font-size: 3.8vw;
  }
  .shop-button .tryangle,
  .flow-box_contents .register_flow li p.tryangle {
    font-size: 10px;
  }
  .move_button {
    margin: 0 auto 25px;
  }
  .method-title {
    font-size: min(4.5vw, 24px);
  }
  .method-title_BG01 {
    width: 2.7vw;
    left: -28%;
    top: 4%;
  }
  .method-title_BG02 {
    width: 2.7vw;
    right: -28%;
    top: 4%;
  }
  .target-facility .link-text {
    font-size: min(4vw, 22px);
  }
  .flow-box_contents .all_caution {
    font-size: min(3.3vw, 16px);
  }
  .target-card .title {
    font-size: min(4.3vw, 24px);
  }
  .target-card_contents .lead {
    font-size: min(3.8vw, 22px);
  }
  .target-card_contents .text {
    font-size: min(3.5vw, 15px);
  }
  .target-card_contents {
    margin-bottom: 20px;
  }
  .target-card {
    padding: 0 2.5% 20px;
  }
  .bottom-caution {
    font-size: 3.3vw;
  }
  .footer__nav {
    font-size: min(3.4vw, 13px);
    margin-bottom: 15px;
  }
  .footer__nav li {
    float: inherit;
    width: 100%;
    min-height: 3em;
  }
  .footer__nav li a {
    color: #444;
    text-decoration: none;
    width: 100%;
  }
  .footer__head {
    padding: 0;
  }
  .footer__logo__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer_logo {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
  }
  #floating {
    bottom: -1px;
    width: 100%;
    top: inherit;
    right: 0;
  }
  .intro-flex li {
    width: 100%;
  }
  .intro-flex li:last-of-type {
    margin-left: 0;
  }
  .app-box .download-text {
    font-size: min(3.25vw, 18px);
    margin-left: 5vw;
    margin-bottom: 0;
    letter-spacing: 0.03em;
  }
  img.msp_header_rogo {
    height: 27px;
  }
  #flow .bottom-caution {
    font-size: min(3.4vw, 15px);
    font-size: min(3.1vw, 11px);
  }
  .flow-box_contents_inner.content03 {
    padding: 12vw 0 5vw;
  }
  .fukidashi-pink {
    width: 100%;
    margin: -5vw auto 0;
  }
  .intro-flex li .present.list:before {
    width: 3vw;
    height: 3vw;
  }
  .appli-method .red-caution {
    font-size: min(3.9vw, 19px);
    margin: 12px 0 3px;
  }
  .flow-box_contents .register_flow li p {
    font-size: min(4vw, 22px);
  }
  .flow-box_contents .register_flow li p.caution {
    font-size: min(2.8vw, 14px);
    letter-spacing: 0.02em;
  }
  .app-box {
    padding: 20px 0px;
  }
  .register_flow_image.step01,
  .register_flow_image.step02 {
    width: 56%;
  }
  .register_flow_image {
    width: 87%;
  }
  .method-title.line {
    font-size: 3.5vw;
  }
  .accordion-open {
    font-size: min(3.8vw, 19px);
    line-height: 1.5;
    padding: 13px 0;
    letter-spacing: 0.01em;
  }
  .intro-flex li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .register_flow {
    margin-bottom: 50px;
  }
  .intro-flex li .present.list {
    margin-left: 12px;
  }
  .present_kv {
    margin-top: -2vw;
  }
  .kv-present_flex {
    margin-top: 2vw;
    row-gap: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: inherit;
  }
  .kv-present_flex .caution {
    font-size: 10px;
  }
  .ribbon-title {
    width: 100%;
  }
  .present-photo_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .present_kv {
    margin-top: 20px;
    width: 100%;
  }
  .intro-flex li .present.etc {
    text-align: right;
    position: absolute;
    right: 6%;
    top: -6vw;
  }
  .modal-wrapper .view-window {
    padding-bottom: 120px;
  }
  a[href^="tel:"] {
    pointer-events: inherit;
  }
  .intro-flex .intro-flex_caution {
    font-size: min(3.2vw, 13px);
  }
  #medal .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #medal .lead {
    font-size: min(3.6vw, 18px);
  }
  #medal .flex.main .content01 {
    width: 100%;
  }
  #medal .flex.main .content02 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  #medal .title_flex p {
    font-size: min(3.5vw, 20px);
    margin-bottom: 2px;
  }
  #medal .flex.title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  img.pink_arrow {
    width: min(3.2vw, 12px);
  }
  #members .move_button {
    margin-bottom: 4px;
  }
  #medal {
    padding: 20px 15px 20px;
  }
  #medal .flex.main .app {
    padding: 0;
    width: 27%;
    display: block;
    margin: 0 auto 20px;
  }
  #medal .flex.main .contents {
    width: 40%;
  }
  #medal .tri_arrow {
    font-size: 22px;
    color: var(--red01);
  }
  .member_register01 {
    width: 70%;
  }
  .member_register02 {
    width: 84%;
  }
  #prize {
    padding: 24px 0 1px;
    padding: 50px 0 1px;
  }
  h3.prize_title {
    margin-bottom: 30px;
  }
  .MSP_original {
    width: 17%;
    left: 6%;
    top: 0%;
  }
  .prize-number {
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #FFFACD;
  }
  .prize-name.prize-name07 {
    margin-top: 0%;
  }
  .prize-size {
    font-size: min(3.8vw, 18px);
  }
  .prize-info {
    padding: 14px 0;
  }
  .prize-people {
    font-size: min(3vw, 13px);
    font-size: 19px;
  }
  .prize-people.middle01 {
    font-size: min(4vw, 16px);
  }
  .prize-number,
  .middle01 .prize-number {
    margin: 3px 0px 0 3px;
  }
  .middle02 .prize-number {
    margin: 3px 0px 0 3px;
  }
  .prize-info.middle01 {
    padding: 30px 0 36px;
  }
  .prize-info.middle02 {
    padding: 20px 0 20px;
  }
  .prize-size.middle01 {
    font-size: min(3.7vw, 17px);
  }
  .modal-wrapper .modal-content-wrapper {
    position: static;
    width: 90%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    background-color: white;
    /* border-radius: 25px; */
    margin: 20px auto 0;
    padding-bottom: 21px;
  }
  .modal-wrapper .btn-prev,
  .modal-wrapper .btn-next {
    top: 42vh;
  }
  .modal-wrapper .btn-prev {
    left: -14px;
  }
  .modal-wrapper .btn-next {
    right: -14px;
  }
  .modal-wrapper .btn-close {
    right: 11vw;
    top: 11px;
    width: 28px;
  }
  .modal-wrapper .modal-content-wrapper .modal-main {
    padding-top: 4px;
    width: 111.65%;
    margin: 0 -6%;
  }
  .MSP_original.modal-in {
    left: 2%;
    width: 16%;
  }
  .modal-content_innner .prize-name {
    font-size: min(4.8vw, 27px);
  }
  .modal-content_innner .prize-size {
    font-size: min(3.8vw, 17px);
  }
  .prize-caution {
    font-size: min(3.9vw, 18px);
  }
  .shop-lists_caution {
    font-size: 11px;
    margin: 7px 0 34px;
  }
  .modal-wrapper .txt-close {
    width: 67%;
    margin: 32px auto 0px;
    font-size: min(4.1vw, 18px);
  }
  .shop-lists.bottom li {
    width: 100%;
  }
  .shop-lists.bottom li {
    border-radius: 13px;
  }
  .modal-content_innner .prize-name.prize-name_margin {
    margin-top: 0;
  }
  .mempro_grad_flex .price p {
    font-size: min(2vw, 10px);
  }
  .mempro_grade img {
    width: 11vw;
  }
  .mempro_grad_flex li {
    padding: 0 1.5vw;
  }
  .mempro_grad_flex .content_flex .content p {
    font-size: 10px;
    white-space: nowrap;
  }
  .mempro_grad_flex .price {
    margin-right: 0;
  }
  .mempro_grade {
    margin: 0 0 11px;
  }
  .mempro_grade_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2vw;
  }
  .mempro_icon {
    width: 100%;
  }
  .mempro-line {
    width: 2vw;
  }
  .mempro_lead {
    font-size: min(4.1vw, 22px);
    padding-top: 21px;
  }
  h2.mempro_title {
    width: 75%;
    margin: 0 auto 21px;
  }
  #members {
    padding: 0;
  }
  #contact .contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 5vw 22px;
  }
  #contact .contact_box .flex {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "text text" "icon number";
    -webkit-column-gap: 3vw;
       -moz-column-gap: 3vw;
            column-gap: 3vw;
    row-gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_box .text {
    grid-area: text;
  }
  .contact_box .tel_icon {
    grid-area: icon;
  }
  .contact_box .tel-link {
    grid-area: number;
  }
  #contact .contact_box .text {
    grid-row: 1;
  }
  #contact .contact_box .tel_icon,
  #contact .contact_box .tel-link {
    grid-row: 2;
  }
  #contact .contact_box .tel_icon {
    width: 10vw;
    margin-right: 0;
  }
  #contact .contact_box .tel_number {
    width: 58vw;
  }
  #contact .contact_box .flex .text {
    text-align: center;
    margin-right: 0;
    font-size: min(4.6vw, 22px);
  }
  #contact .contact_box .sub {
    font-size: min(3.6vw, 15px);
  }
  #contact .contact_box .caution li p {
    font-size: min(3.5vw, 14px);
  }
  #contact {
    padding: 20px 15px 20px;
  }
  .prize_BG01,
  .prize_BG02 {
    width: 6%;
    top: -19px;
  }
  .prize_BG01 {
    left: 0%;
  }
  .prize_BG02 {
    right: 0%;
  }
  .mempro_grade-box li {
    margin-bottom: 8px;
  }
  .mempro_grad_flex .content_flex {
    position: static;
  }
  #medal .title_flex {
    margin-bottom: 6px;
  }
  #members a.shop-button {
    font-size: 3.3vw;
    width: 94%;
  }
  .span_box_flex {
    margin-top: 6px;
  }
  div#modal-container {
    overflow: hidden;
  }
}
#kv {
  position: relative;
  overflow: hidden;
}
#kv .scroll_kv {
  position: absolute;
  bottom: 4%;
  left: 7%;
  width: 12px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #kv .catch-copy {
    position: absolute;
    right: 5%;
    top: 23px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    display: inline;
  }
  #kv .catch-copy p {
    font-size: min(3.5vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #kv .catch-copy p span {
    background-color: var(--gold03);
    display: inline-block;
    padding: 6px 0;
    margin-left: 6px;
  }
}
#kv .slider {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kv .slider {
    position: static;
  }
  #kv .slider li {
    margin-bottom: -70px;
  }
}
#kv .slider li .caption {
  position: absolute;
  bottom: 5%;
  right: 2%;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0.02em;
  color: white;
  z-index: 100;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #kv .slider li .caption {
    font-size: 10.5px;
    bottom: 18%;
  }
}
#kv .slider li .caption .upper {
  margin-bottom: 10px;
}
#kv .slider li .caption .bottom {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #kv .slider li .caption .bottom {
    font-size: 11px;
  }
}

.prize-name {
  color: #333333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1250px) {
  .prize-name {
    font-size: min(3.7vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .prize-name {
    font-size: min(4.8vw, 18px);
  }
}
.prize-name.little {
  font-size: 13px;
}
.prize-name .sub {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .prize-name .sub {
    font-size: min(2.2vw, 13px);
  }
}
@media (max-width: 420px) {
  .prize-name .sub {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .line_flow_icon {
    width: 37px;
    top: 50%;
    left: 4%;
  }
  #pageTop {
    position: fixed;
    bottom: 94px;
    bottom: 0;
    right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .line_flow_icon {
    width: 15%;
    top: 50%;
    left: 4%;
  }
}
.link_underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .link_underline {
    text-underline-offset: 3px;
  }
}

.nifrel_copyright {
  position: absolute;
  width: 83px;
  right: 1%;
  bottom: 2%;
}
@media screen and (max-width: 768px) {
  .nifrel_copyright {
    width: 38px;
    right: 1%;
    bottom: 2%;
  }
}

.modal-content_innner .nifrel_copyright {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .modal-content_innner .nifrel_copyright {
    width: 37px;
  }
}

.prize-ex_text.link_arrow {
  text-align: center;
  position: relative;
  display: inline-block;
}
.prize-ex_text.link_arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  position: absolute;
  right: -17px;
  top: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.modal-main {
  position: relative;
}
.modal-main.gray_line {
  border: 1px solid rgb(208, 208, 208);
}
@media screen and (max-width: 768px) {
  .modal-main.gray_line {
    border: 0;
    border-bottom: 1px solid rgb(208, 208, 208);
  }
}

.slider_content .thumbnail_gray_line {
  border-bottom: 1px solid rgb(208, 208, 208);
}

@media screen and (max-width: 768px) {
  .modal_sp02 {
    position: relative;
    top: -1px;
  }
  .modal_sp02 .modal_button01 {
    position: absolute;
    top: 3%;
    left: 18%;
    width: 22vw;
  }
  .modal_sp02 .modal_button02 {
    position: absolute;
    top: 3%;
    left: 62%;
    width: 22vw;
  }
  .modal_sp02 .modal_app_button {
    position: absolute;
    top: 11.7%;
    left: 15.5%;
    width: 26vw;
    gap: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal_sp02 .modal_app_button a {
    display: block;
    width: auto;
    height: 2vw;
  }
}
.tab-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

@media (max-width: 1350px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
#kv {
  position: relative;
  overflow: hidden;
}
#kv .kv_form_link {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#50b0dd), to(#8d6eb6));
  background: linear-gradient(to right, #50b0dd, #8d6eb6);
  border: 2px white solid;
  padding: 1.2vw 2.8vw;
  border-radius: 11vw;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #kv .kv_form_link {
    padding: 2.7vw 7.8vw;
    border-radius: 11vw;
    top: 32.5%;
    width: 55%;
  }
}
#kv .kv_form_link::after {
  content: "";
  display: block;
  width: 0.7vw;
  height: 0.7vw;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 1.3vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  #kv .kv_form_link::after {
    width: 1.8vw;
    height: 1.8vw;
    right: 6.3vw;
  }
}
#kv .kv_form_link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#71c7ef), to(#a78ccb));
  background: linear-gradient(to right, #71c7ef, #a78ccb);
}
#kv .kv_form_link:hover::after {
  right: 0.9vw;
}
@media screen and (max-width: 768px) {
  #kv .kv_form_link:hover::after {
    right: 4.3vw;
  }
}
#kv .kv_form_link P {
  font-size: 1.5vw;
  color: white;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #kv .kv_form_link P {
    font-size: 3.5vw;
  }
}
#kv .copy_box {
  text-align: center;
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 39vw;
}
@media screen and (max-width: 768px) {
  #kv .copy_box {
    width: 80%;
    bottom: 5%;
  }
}
#kv .copy_box .lead {
  font-size: 1.3vw;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #kv .copy_box .lead {
    font-size: 3vw;
  }
}
#kv .copy_box .lead .strong {
  font-size: 130%;
  font-weight: 700;
  color: #0093d1;
}
#kv .copy_box .caution {
  font-size: 1vw;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #kv .copy_box .caution {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #kv .kv_image {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  #intro {
    overflow: hidden;
  }
}
#intro .intro_lead {
  color: #1F3A6A;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.5em;
  line-height: 1;
  font-weight: 600;
  padding: 11px 0;
  background-color: #e9f9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #intro .intro_lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #intro .intro_lead {
    font-size: min(2.8vw, 15px);
    letter-spacing: 0.1em;
  }
}
#intro .intro_lead::before, #intro .intro_lead::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #1F3A6A;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #intro .intro_lead::before, #intro .intro_lead::after {
    content: none;
  }
}
#intro .intro_lead::after {
  margin: 0 0px 0 20px;
}
#intro .kv_slide {
  position: relative;
  z-index: 3;
  margin: 0 1px;
  margin-bottom: -3px;
}
#intro .kv_slide .slick-slide {
  margin: 0 2px;
}
#intro .kv_slide .slick-slide img {
  display: block;
}
@media screen and (max-width: 768px) {
  #intro .kv_slide .slick-slide {
    margin: 0 1px;
  }
}
@media screen and (max-width: 768px) {
  #intro .kv_slide .slick-list {
    margin: 0 -1px;
  }
}
#intro .kv_slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prize {
  padding: 0px 0 0px;
  z-index: 1;
  position: relative;
}
#prize .content-innner .shop-wrapper {
  background-image: url("../image/slider_wrapper_BG_PC.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  padding-bottom: 63px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper {
    padding-bottom: 30px;
  }
}
#prize .content-innner .shop-wrapper h2 {
  display: block;
  margin: 0 auto;
  padding: 63px 0 54px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper h2 {
    margin-bottom: 15px;
    padding: 40px 0 0px;
  }
}
#prize .content-innner .shop-wrapper h2 .main_txt {
  color: #113D77;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .shop-wrapper h2 .main_txt {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper h2 .main_txt {
    font-size: min(5.2vw, 35px);
  }
}
#prize .content-innner .shop-wrapper h2 .main_txt::before {
  position: absolute;
  content: "";
  background-image: url("../image/prizeTitle_deco01_2506.png");
  background-size: 100% 100%;
  width: 29px;
  height: 24px;
  background-position: center;
  top: 50%;
  left: -41px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#prize .content-innner .shop-wrapper h2 .main_txt::after {
  position: absolute;
  content: "";
  background-image: url("../image/prizeTitle_deco02_2506.png");
  background-size: 100% 100%;
  width: 29px;
  height: 24px;
  background-position: center;
  top: 50%;
  right: -41px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#prize .content-innner .shop-wrapper .attention {
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .attention {
    font-size: min(5.8vw, 20px);
  }
}
#prize .content-innner .shop-wrapper .dayWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .dayWrap {
    margin-bottom: 20px;
  }
}
#prize .content-innner .shop-wrapper .dayWrap .label {
  background-color: #113D77;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding: 5px 6px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .dayWrap .label {
    font-size: 16px;
  }
}
#prize .content-innner .shop-wrapper .dayWrap .day {
  color: #113D77;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .dayWrap .day {
    font-size: min(6.8vw, 29px);
  }
}
#prize .content-innner .shop-wrapper .dayWrap .day .little {
  font-size: 85%;
}
#prize .content-innner .shop-wrapper .subject_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag {
    margin-bottom: 10px;
  }
}
#prize .content-innner .shop-wrapper .subject_tag p {
  font-size: 28px;
  font-size: 34px;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0.03em;
  line-height: 1;
}
#prize .content-innner .shop-wrapper .subject_tag p.little {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag p.little {
    font-size: min(3.4vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag p {
    font-size: min(3.9vw, 18px);
    white-space: nowrap;
  }
}
#prize .content-innner .shop-wrapper .subject_tag p .little {
  font-size: 80%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag p.txt_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
#prize .content-innner .shop-wrapper .subject_tag .icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#prize .content-innner .shop-wrapper .subject_tag .icon_flex li {
  width: 56px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag .icon_flex li {
    width: min(8vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag.sub {
    margin-bottom: 7px;
  }
}
#prize .content-innner .shop-wrapper .subject_tag.sub p {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag.sub p {
    font-size: min(3.4vw, 15px);
  }
}
#prize .content-innner .shop-wrapper .subject_tag.sub p.little {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag.sub p.little {
    font-size: min(3.1vw, 13px);
  }
}
#prize .content-innner .shop-wrapper .subject_tag.sub .icon_flex li {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .subject_tag.sub .icon_flex li {
    width: min(6.5vw, 38px);
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize {
    margin-bottom: 54px;
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize .lead {
  display: block;
  background-color: #1F3A6A;
  color: white;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .lead {
    font-size: min(4vw, 20px);
    padding: 1px 0;
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .visual {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .visual {
    width: 50%;
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .visual .credit {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: white;
  position: absolute;
  left: 10px;
  bottom: 9px;
  text-shadow: 2px 2px 3px black;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .visual .credit {
    font-size: min(2vw, 12px);
    left: 3px;
    bottom: 5px;
    text-shadow: 1px 1px 2px black;
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex {
  position: relative;
  width: 46%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex {
    width: 50%;
  }
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex .prize-name {
  text-align: center;
}
#prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex .prize-name.num01 {
  font-size: 25px;
}
@media screen and (max-width: 950px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex .prize-name.num01 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shopping_park_prize .box_flex .ex .prize-name.num01 {
    font-size: min(3vw, 24px);
    margin-top: 13px;
  }
}
#prize .content-innner .shop-wrapper .ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
#prize .content-innner .shop-wrapper .ex .ex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prize .content-innner .shop-wrapper .ex .ex_wrap .prize_number {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  background-color: #1F3A6A;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 8px 0;
}
#prize .content-innner .shop-wrapper .ex .ex_wrap .prize_number.num01 {
  font-size: 40px;
  width: 49px;
  height: 49px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .ex .ex_wrap .prize_number.num01 {
    font-size: min(3.8vw, 20px);
    width: min(4.6vw, 26px);
    height: min(4.6vw, 26px);
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead {
  background-color: #0092D0;
  color: white;
  font-size: 22px;
  letter-spacing: 0.02em;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead p {
  font-weight: 700;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead p .area {
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead {
    font-size: min(3.3vw, 13px);
    font-size: min(2.8vw, 12px);
    padding: 2px 0;
    height: 33px;
  }
}
@media screen and (max-width: 420px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead {
    height: 24px;
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.font18px {
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.font18px {
    font-size: 1.6vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.font18px {
    font-size: min(2.5vw, 11px);
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.font18px_sp {
    font-size: min(2.5vw, 11px);
    line-height: 1;
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.orange_BG {
  background-color: #F4A000;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .top_lead.pink_BG {
  background-color: #1F3A6A;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize_thum_box {
  position: relative;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize_thum_box .credit {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: white;
  position: absolute;
  left: 10px;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize_thum_box .credit {
    font-size: min(2vw, 12px);
    left: 3px;
    bottom: 5px;
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info {
  background-color: #F2FAFD;
  height: 235px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info {
    height: 25vw;
  }
}
@media screen and (max-width: 420px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info {
    height: 25vw;
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info.orange {
  background-color: #FEFAF2;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info.pink {
  background-color: #FFF2F5;
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name {
  position: relative;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name {
    font-size: min(2.8vw, 14px);
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font24px {
  font-size: 24px;
}
@media (max-width: 1100px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font24px {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font24px {
    font-size: min(2.4vw, 14px);
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font22px {
  font-size: 22px;
}
@media (max-width: 1100px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font22px {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.font22px {
    font-size: min(2.3vw, 14px);
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.lines4 {
  top: 23px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name.lines4 {
    top: 3px;
  }
}
#prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name .little {
  font-size: 75%;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .shop-lists li .js-modal-open .prize-info .prize-name .little_sp {
    font-size: 75%;
  }
}
#prize .content-innner .shop-wrapper .prize-people.font80px {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .prize-people.font80px {
    font-size: min(5.4vw, 60px);
  }
}
#prize .content-innner .shop-wrapper .prize-people.font70px {
  font-size: 70px;
}
@media (max-width: 1100px) {
  #prize .content-innner .shop-wrapper .prize-people.font70px {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .prize-people.font70px {
    font-size: min(4.8vw, 50px);
  }
}
#prize .content-innner .shop-wrapper .prize-people.font60px {
  font-size: 60px;
}
@media (max-width: 1100px) {
  #prize .content-innner .shop-wrapper .prize-people.font60px {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .prize-people.font60px {
    font-size: min(4.2vw, 40px);
  }
}
#prize .content-innner .shop-wrapper .prizeBox_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#prize .content-innner .shop-wrapper .prizeBox_Wrap .prizeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  max-width: 400px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .prizeBox_Wrap .prizeBox {
    row-gap: 30px;
  }
}
#prize .content-innner .slider_wrapper {
  position: relative;
}
#prize .content-innner .slider_wrapper .slick-arrow {
  position: absolute;
  bottom: 40%;
  z-index: 1;
  width: 43px;
}
#prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev01, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev02, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev03, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev04 {
  left: 14%;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev01, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev02, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev03, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-prev04 {
    left: 8%;
  }
}
#prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next01, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next02, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next03, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next04 {
  right: 14%;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next01, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next02, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next03, #prize .content-innner .slider_wrapper .slick-arrow.slick-custom-next04 {
    right: 8%;
  }
}
#prize .content-innner .lead_box {
  background-color: #113D77;
  padding: 48px 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box {
    padding: 30px 0 30px;
  }
}
#prize .content-innner .lead_box p {
  color: white;
  text-align: center;
  white-space: nowrap;
}
#prize .content-innner .lead_box p.gold {
  color: #e7e1aa;
}
#prize .content-innner .lead_box .lead {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .lead {
    font-size: min(3.5vw, 14px);
    margin-bottom: 3px;
  }
}
#prize .content-innner .lead_box .lead .strong {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box .lead .strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .lead .strong {
    font-size: min(5vw, 22px);
  }
}
#prize .content-innner .lead_box .lead .strong.underline {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  text-decoration-color: #E7E1AA;
}
#prize .content-innner .lead_box .lead.more {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .lead.more {
    font-size: 22px;
  }
}
#prize .content-innner .lead_box .lead.more::before {
  position: absolute;
  content: "";
  background-image: url("../image/moreDeco01.svg");
  background-size: 100% 100%;
  width: 19px;
  height: 21px;
  background-position: center;
  top: 50%;
  left: -21px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .lead.more::before {
    left: -23px;
  }
}
#prize .content-innner .lead_box .lead.more::after {
  position: absolute;
  content: "";
  background-image: url("../image/moreDeco02.svg");
  background-size: 100% 100%;
  width: 19px;
  height: 21px;
  background-position: center;
  top: 50%;
  right: -21px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .lead.more::after {
    right: -23px;
  }
}
#prize .content-innner .lead_box .caution {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#prize .content-innner .lead_box .caution.bottom {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .caution {
    font-size: min(3.3vw, 12px);
  }
}
#prize .content-innner .lead_box .caution a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#prize .content-innner .lead_box .link {
  border: 1px solid white;
  padding: 15px 30px;
  display: block;
  margin: 0 auto;
  width: 430px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 32px;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box .link {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .link {
    width: 85%;
  }
}
#prize .content-innner .lead_box .link .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box .link .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .link .txt {
    font-size: min(3.4vw, 14px);
  }
}
#prize .content-innner .lead_box .link .txt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#prize .content-innner .lead_box .link:hover {
  background-color: white;
}
#prize .content-innner .lead_box .link:hover .txt {
  color: #113D77;
}
#prize .content-innner .lead_box .link:hover .txt::after {
  right: 12px;
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
}
#prize .content-innner .leadWrap {
  position: relative;
  text-align: center;
}
#prize .content-innner .leadWrap .star {
  position: absolute;
}
#prize .content-innner .leadWrap .star.star01 {
  width: 32px;
  left: 6%;
  top: 3%;
}
#prize .content-innner .leadWrap .star.star02 {
  width: 10px;
  left: 25%;
  top: 67%;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .leadWrap .star.star02 {
    left: 20%;
  }
}
#prize .content-innner .leadWrap .star.star03 {
  width: 12px;
  right: 24%;
  top: 86%;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .leadWrap .star.star03 {
    right: 20%;
  }
}
#prize .content-innner .leadWrap .star.star04 {
  width: 32px;
  right: 6%;
  top: -18%;
}
#prize .content-innner .conditionsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}
#prize .content-innner .conditionsWrap .conditions {
  border-top: 2px dotted white;
  border-bottom: 2px dotted white;
  padding: 20px 10%;
}
#prize .content-innner .conditionsWrap .conditions .txt {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
#prize .content-innner .conditionsWrap .conditions .txt .zei {
  font-size: 80%;
}
#prize .content-innner .slick-dots li button:before {
  content: "";
  background-image: url("../image/slider_dot02.svg");
  /* 通常ドットの画像 */
  width: 11px;
  height: 11px;
  display: block;
  opacity: 1;
}
#prize .content-innner .slick-dots li.slick-active button:before {
  content: "";
  background-image: url("../image//slider_dot01.svg");
  /* アクティブドットの画像 */
  width: 11px;
  height: 11px;
  display: block;
  opacity: 1;
}

.category_box {
  display: block;
  margin: 0 auto;
  width: 366px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .category_box {
    width: min(80%, 350px);
    margin-bottom: 22px;
  }
}
.category_box .inner_flex {
  border-radius: 50px;
  background-color: #3883AE;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.category_box .inner_flex .txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .category_box .inner_flex .txt {
    font-size: min(3.5vw, 15px);
  }
}
.category_box .inner_flex .ex_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.category_box .inner_flex .icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.category_box .inner_flex .icon_flex .medal_icon {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .category_box .inner_flex .icon_flex .medal_icon {
    width: 30px;
  }
}

.addCopy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .addCopy_wrap {
    margin-bottom: 14px;
  }
}
.addCopy_wrap .addCopy {
  display: inline-block;
  color: var(--darkRed01);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .addCopy_wrap .addCopy {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .addCopy_wrap .addCopy {
    font-size: min(5.2vw, 22px);
  }
}

#flow {
  overflow: hidden;
}
#flow .content-innner .flow-box_contents {
  background-color: white;
  padding: 40px 5% 1px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents {
    padding: 20px 5% 1px;
  }
}
#flow .content-innner .flow-box_contents .intro_lead {
  color: #2B2B2B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  #flow .content-innner .flow-box_contents .intro_lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_lead {
    font-size: min(3.8vw, 16px);
    margin-bottom: 20px;
  }
}
#flow .content-innner .flow-box_contents .intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
#flow .content-innner .flow-box_contents .intro_box li {
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#flow .content-innner .flow-box_contents .intro_box li .tag {
  color: #113D77;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
  #flow .content-innner .flow-box_contents .intro_box li .tag {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box li .tag {
    font-size: min(3.5vw, 19px);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap {
  background-color: #F8F8E6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 23px 4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image {
  width: 380px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1250px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image {
    width: 96%;
  }
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image.right_side {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image.right_side {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1100px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .image {
    width: 88%;
    margin: 0 auto 18px;
  }
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .explain {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .explain {
    font-size: min(3.9vw, 19px);
  }
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .copy {
  color: #113D77;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 4px auto 0px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .copy {
    font-size: min(4.6vw, 20px);
  }
}
#flow .content-innner .flow-box_contents .intro_box li .bottom_wrap .move_button {
  margin-bottom: 0;
}
#flow .content-innner .flow-box_contents .howto_register {
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .howto_register {
    font-size: min(4.4vw, 25px);
    margin-top: 17px;
  }
}
#flow .content-innner .flow-box_contents .howto_register.bottom_title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .howto_register.bottom_title {
    font-size: min(3.9vw, 18px);
  }
}
#flow .content-innner .flow-box_contents .howto_register::before, #flow .content-innner .flow-box_contents .howto_register::after {
  background-color: #113D77;
  content: "";
  height: 2px;
  width: 30px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .howto_register::before, #flow .content-innner .flow-box_contents .howto_register::after {
    width: 4.8vw;
  }
}
#flow .content-innner .flow-box_contents .howto_register::before {
  margin-right: 7px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#flow .content-innner .flow-box_contents .howto_register::after {
  margin-left: 7px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#flow .content-innner .flow-box_contents .register_flow02.border {
  border: 3px solid #3883AE;
}
#flow .content-innner .flow-box_contents_inner.content02 .move_button {
  margin-top: 10px;
  margin-bottom: 20px;
}
#flow .content-innner .flow-box_contents_inner.content03 .move_button {
  margin-top: 10px;
  margin-bottom: 20px;
}
#flow .content-innner #step01 {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 63px;
}
@media screen and (max-width: 768px) {
  #flow .content-innner #step01 {
    gap: 40px;
  }
}
#flow .content-innner .flow-box_contents #app_flow_01 {
  gap: 37px;
  padding: 5% 0 0;
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents #app_flow_01 {
    padding: 15px 0px 0;
    gap: 24px;
  }
}

#pointpresent {
  position: relative;
  z-index: 1;
}
#pointpresent .content_wrap.wrap01 {
  background-color: #0093da;
}
#pointpresent .content_wrap.wrap02 {
  background-color: #e96081;
}
#pointpresent .content_wrap.wrap03 {
  background-color: #f5ead2;
  padding-bottom: 30px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  #pointpresent .content_wrap.wrap03 {
    padding-bottom: 11px;
  }
}
#pointpresent .point_present_wave_BG01 {
  margin: 0 0 -11px;
}
#pointpresent .content-innner.content02 {
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner.content02 {
    padding: 0;
  }
}
#pointpresent .content-innner .point_present_title01 {
  max-width: 630px;
  width: 90%;
  display: block;
  padding: 20px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .point_present_title01 {
    width: 83%;
    padding: 12px 0 11px;
  }
}
#pointpresent .content-innner .point_present_title02 {
  padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .point_present_title02 {
    padding: 3vw 0 3vw;
  }
}
#pointpresent .content-innner .point_present_title03 {
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .point_present_title03 {
    padding: 3vw 0 3vw;
    display: block;
    margin: 0 auto;
    width: 91%;
  }
}
#pointpresent .content-innner .detail_link {
  display: block;
  margin: 0 auto;
  width: 450px;
  background-color: #362a2b;
  border-radius: 5px;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pointpresent .content-innner .detail_link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .detail_link {
    width: min(60vw, 300px);
  }
}
#pointpresent .content-innner .detail_link p {
  color: white;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .detail_link p {
    font-size: min(3.8vw, 16px);
  }
}
#pointpresent .content-innner .point_present_title_icon {
  position: absolute;
  width: 17%;
  right: -1%;
  top: -21%;
}
@media screen and (max-width: 768px) {
  #pointpresent .content-innner .point_present_title_icon {
    width: 20%;
    right: 1%;
    top: -10vw;
  }
}

.contents_all {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.contents_all #floating {
  z-index: 90;
  width: 430px;
}
@media screen and (max-width: 768px) {
  .contents_all #floating {
    width: 100%;
  }
}
.contents_all #floating .floating_txt_link {
  background: linear-gradient(92deg, #C54F49 0.36%, #880605 99.64%);
  border: 1px solid #880605;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  padding: 11px 0px 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_all #floating .floating_txt_link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_all #floating .floating_txt_link p {
  color: white;
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
  .contents_all #floating .floating_txt_link p {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .contents_all #floating .floating_txt_link p {
    font-size: 19px;
  }
}
.contents_all #floating .floating_txt_link:hover {
  background: white;
}
.contents_all #floating .floating_txt_link:hover p {
  color: #880605;
}
.contents_all #floating .floating_txt_link:hover::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
  right: 5%;
}
.contents_all #floating .menu_wrap {
  display: block;
  margin: 13px auto 0;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap {
    margin: 0px auto 0;
    width: 100%;
    padding: 130px 5% 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents_all #floating .menu_wrap.medal_box {
    padding: 0;
  }
}
.contents_all #floating .menu_wrap .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents_all #floating .menu_wrap .tag_wrap .tag {
  color: #113D77;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  border-bottom: 2px solid #113D77;
  display: inline;
}
@media screen and (max-width: 1350px) {
  .contents_all #floating .menu_wrap .tag_wrap .tag {
    font-size: 23px;
  }
}
.contents_all #floating .menu_wrap #Global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap #Global_nav {
    width: 66vw;
  }
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button {
  display: block;
  background-color: white;
  border: 1px solid #3883AE;
  border-radius: 30px;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button p {
  font-size: 22px;
  font-size: 18px;
  color: #3883AE;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 27px;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button p .circle {
  font-size: 80%;
  padding-right: 3px;
}
@media screen and (max-width: 1350px) {
  .contents_all #floating .menu_wrap #Global_nav .main_link .list_button p {
    font-size: 1.2vw;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1050px) {
  .contents_all #floating .menu_wrap #Global_nav .main_link .list_button p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap #Global_nav .main_link .list_button p {
    font-size: 15px;
    margin-left: 14px;
    position: relative;
    left: 9vw;
  }
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button.link-current {
  background-color: #3883AE;
  border: 1px solid #3883AE;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button.link-current p {
  color: white;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button:hover {
  background-color: #3883AE;
  border: 1px solid #3883AE;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button:hover p {
  color: white;
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap #Global_nav .main_link .list_button {
    width: 99vw;
  }
}
.contents_all #floating .menu_wrap .medal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--gold01);
  background-color: white;
  padding: 18px 3% 12px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .medal_wrap {
    border: 0;
    padding: 30px 5% 30px;
  }
}
.contents_all #floating .menu_wrap .medal_wrap .lead {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
  .contents_all #floating .menu_wrap .medal_wrap .lead {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1050px) {
  .contents_all #floating .menu_wrap .medal_wrap .lead {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .medal_wrap .lead {
    font-size: min(4.3vw, 17px);
    margin-bottom: 21px;
  }
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 64%;
}
@media screen and (max-width: 1350px) {
  .contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list {
    width: 87%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
    row-gap: 10px;
  }
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--gold01);
  padding-bottom: 7px;
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li:last-of-type {
  border-bottom: 0;
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li .medal_icon {
  width: 38px;
}
.contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li .txt {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li .txt {
    font-size: min(3.4vw, 14px);
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li {
    width: 48%;
  }
  .contents_all #floating .menu_wrap .medal_wrap .medal_list_wrap .medal_list li:nth-child(3) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap .top_return {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: black;
    text-decoration-thickness: 1px;
  }
  .contents_all #floating .menu_wrap .top_return p {
    font-size: 13px;
    color: black;
  }
}

.medal_link {
  background-color: var(--gold01);
  border: 1px solid var(--gold01);
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.medal_link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .medal_link::after {
    right: 4%;
  }
}
.medal_link p {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
  .medal_link p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .medal_link p {
    font-size: min(3.8vw, 16px);
  }
}
.medal_link .txt.menu {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .medal_link .txt.menu {
    font-size: min(3.8vw, 16px);
  }
}
.medal_link:hover {
  background-color: white;
}
.medal_link:hover p {
  color: var(--gold01);
}
.medal_link:hover::after {
  border-right: 1px solid var(--gold01);
  border-bottom: 1px solid var(--gold01);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .medal_link:hover::after {
    right: 2%;
  }
}

.contents_box {
  background-color: inherit;
  background-image: url("../image/All_BG_2506_PC.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_box {
    background-image: inherit;
  }
}

@media screen and (max-width: 768px) {
  .floating_txt_link_sp {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0%;
    color: white;
    background: linear-gradient(92deg, #C54F49 0.36%, #880605 99.64%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 200;
    padding: 23px 0px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .floating_txt_link_sp.visible {
    opacity: 1;
  }
  .floating_txt_link_sp p {
    text-align: center;
    font-size: min(5.2vw, 27px);
    font-weight: 700;
    line-height: 1;
  }
  .floating_txt_link_sp::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .floating_txt_link_sp:hover::after {
    right: 10%;
  }
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 8;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 30px;
  height: 2px;
}

.line-1 {
  top: 25px;
  right: 17.5px;
}

.line-2 {
  top: 35px;
  right: 17.5px;
}

.line-3 {
  top: 45px;
  right: 17.5px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 35px;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 35px;
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: 0;
  left: 1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.8);
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: white;
  padding: 10% 0;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

.nav-opened {
  left: 0px;
}

.is-z {
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham {
    position: fixed;
    right: 0%;
    top: 60px;
    width: 60px;
    height: 50px;
    background-color: white;
    z-index: 15;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid var(--gold01);
    border-right: 0;
  }
  .sp-header-nav_box_ham.clicked {
    width: 90vw;
  }
  .sp-header-nav_box_ham.clicked .tag {
    display: block;
    color: var(--gold01);
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 23px;
    display: inline;
    position: relative;
    top: 15%;
    left: 34%;
  }
  .sp-header-nav_box_ham .tag {
    display: none;
  }
  .sp-header-nav_box_ham_line {
    background-color: var(--gold01);
    width: 20px;
    height: 2px;
  }
  .line-1,
  .line-2,
  .line-3 {
    right: 16px;
  }
  .line-1 {
    top: 16px;
  }
  .line-2 {
    top: 24px;
  }
  .line-3 {
    top: 32px;
  }
  .clicked .line-1 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    top: 24px;
  }
  .clicked .line-2 {
    opacity: 0;
  }
  .clicked .line-3 {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
    top: 24px;
  }
  .sp-nav_nav-list {
    z-index: 10;
  }
  .sp-nav_nav-list_box {
    padding: 10% 0;
  }
  .sp-nav_nav-list_box_list {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .sp-nav_nav-list_box_list:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .sp-nav_nav-list_box_list a {
    color: #B8AB82;
    font-size: 20px;
  }
}
/* ハンバーガーメニューここまで */
.modal_box {
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .modal_box {
    padding-top: 48px;
  }
}
.modal_box .modal_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_box .modal_number p {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  background-color: #1F3A6A;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 10px;
}
.modal_box .modal_number p span {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .modal_box .modal_number p span {
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .modal_box .modal_number p {
    font-size: 14px;
    height: 20px;
    width: 20px;
    margin: 6px;
  }
}
.modal_box .tag_box {
  position: absolute;
  left: 0%;
  top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #000000;
  border-left: 0;
  width: 167px;
  border-radius: 0 30px 30px 0;
  padding: 7px 0px 7px 17px;
  background-color: white;
  z-index: 1;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .modal_box .tag_box {
    top: 36px;
    width: 145px;
    height: 42px;
  }
}
.modal_box .tag_box .icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.modal_box .tag_box .icon_flex .medal_icon {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .modal_box .tag_box .icon_flex .medal_icon {
    width: 22px;
  }
}
.modal_box .tag_box .icon_flex .all_txt {
  color: #004471;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal_box .tag_box .icon_flex .all_txt {
    font-size: 16px;
  }
}
.modal_box .tag_box .txt {
  color: #004471;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .modal_box .tag_box .txt {
    font-size: 16px;
  }
}

div#topWrap {
  position: absolute;
  top: -17vw;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 19vw;
}
@media screen and (max-width: 768px) {
  div#topWrap {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
    top: -21vw;
    width: 41vw;
  }
}

#countdown {
  position: relative;
  text-align: center;
}
#countdown .countdownWrap {
  position: relative;
  z-index: 1;
}
#countdown .timeFlame {
  position: absolute;
  width: 167%;
  top: 71%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  #countdown .timeFlame {
    width: 36vw;
  }
}
@media screen and (max-width: 768px) {
  #countdown .timeFlame {
    width: 168%;
    top: 67%;
  }
}
#countdown .timeLead {
  text-align: center;
  color: white;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#countdown .timeLead p {
  font-size: 2.2vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #countdown .timeLead p {
    font-size: 4.8vw;
  }
}
#countdown .timeLead::before {
  content: "";
  position: absolute;
  width: 106%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #countdown .timeLead {
    font-size: 4.8vw;
  }
}
#countdown .timeLead .little {
  font-size: 85%;
}
#countdown .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #countdown .inner {
    margin-top: 1vw;
  }
}
#countdown .inner .ja {
  color: #E7E1AA;
  font-size: 2.8vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #countdown .inner .ja {
    font-size: 5.4vw;
  }
}
#countdown .time-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#countdown .digit {
  width: 28px;
  width: 2.2vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #countdown .digit {
    width: 5.4vw;
  }
}
#countdown .label {
  width: 80px;
  height: auto;
}
/*# sourceMappingURL=style_2506.css.map */
</pre></body></html>