@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;
  background-color: white;
}
@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;
  padding-bottom: 22px;
}

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next,
.slick-custom-prev01,
.slick-custom-next01 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 37%;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next,
  .slick-custom-prev01,
  .slick-custom-next01 {
    width: 50px;
  }
}

.slick-prev.slick-custom02,
.slick-next.slick-custom02,
.slick-custom-prev01,
.slick-custom-next01 {
  top: 50%;
}

.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 {
  left: 10%;
}

.slick-next {
  right: 10%;
}

.slick-next.slick-custom02,
.slick-custom-prev01 {
  left: 7%;
}
@media screen and (max-width: 1250px) {
  .slick-next.slick-custom02,
  .slick-custom-prev01 {
    left: 12%;
  }
}
@media screen and (max-width: 768px) {
  .slick-next.slick-custom02,
  .slick-custom-prev01 {
    left: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .slick-custom-prev01 {
    left: 3vw;
  }
}

.slick-next.slick-custom02,
.slick-custom-next01 {
  right: 7%;
}
@media screen and (max-width: 1250px) {
  .slick-next.slick-custom02,
  .slick-custom-next01 {
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .slick-next.slick-custom02,
  .slick-custom-next01 {
    right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .slick-custom-next01 {
    right: 3vw;
  }
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  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;
}

/* スライド間を約10pxにする */
#slider01 .slider_wrapper.slick-slide {
  margin: 0 -10px;
  /* 左右5pxずつ → 見た目の間隔約10px */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

/* カレント（center）を等倍 */
#slider01 .slider_wrapper.slick-slide.slick-current,
#slider01 .slider_wrapper.slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* 重なり順 */
#slider01 .slider_wrapper.slick-slide {
  position: relative;
}

#slider01 .slider_wrapper.slick-slide.slick-center {
  z-index: 5;
}

.flow_slider .slick-slide {
  margin: 0 -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

/* カレント（center）を等倍 */
.flow_slider .slick-slide.slick-current,
.flow_slider .slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#app_flow_01 .slick-slide,
#app_flow_02 .slick-slide {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  #app_flow_01 .slick-slide,
  #app_flow_02 .slick-slide {
    margin: 0 -5px;
  }
}

/* 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;
  opacity: 0.7;
  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: #D0B366;
  --gold03: #E0D4B0;
  --pink02: gray;
  --gold04: #BCB293;
  --gold05: #D0B366;
  --facility00: #0068B7;
  --facility01: #F6AB00;
  --facility02: #638E34;
  --facility03: #6A0035;
  --facility04: #606060;
}

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

.content-innner {
  max-width: 560px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .content-innner {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .content-innner {
    max-width: inherit;
    margin: 0 auto 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 {
  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;
  margin: 0 auto 26px;
  width: 100%;
  text-align: center;
}
.appli-method::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #113D77;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background-color: #C1E9FF;
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  .appli-method .title {
    font-size: 18px;
  }
}

.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 .step_wrap {
  background-color: #FFFAE7;
  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,
.flow-box_contents #app_flow_02 {
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .flow-box_contents #app_flow_01,
  .flow-box_contents #app_flow_02 {
    margin-top: -11px;
  }
}

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

.flow-box_contents .register_flow li p {
  color: #113D77;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents .register_flow li p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents .register_flow li p {
    font-size: min(3.7vw, 16px);
    margin-bottom: 11px;
  }
}

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

.flow-box_contents .register_flow li .number_wrap {
  background-color: #C1E9FF;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  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-bottom: 10px;
}

.flow-box_contents .register_flow li p .number {
  color: #113D77;
  font-size: 21px;
  line-height: 1;
  padding-bottom: 2px;
}

.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: 63px;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .yellow-tri {
    width: 53px;
    bottom: -18px;
  }
}

.intro-flex {
  display: -webkit-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-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: #C1E9FF;
  padding: 46px 2% 46px;
  padding: 46px 0% 46px;
}
@media screen and (max-width: 1250px) {
  .flow-box {
    padding: 30px 0% 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-image: url("../image/next_month_gold_BG.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  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: black;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.flow-box.nextMonth .ex.darkBlue {
  color: #113D77;
}
.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: 20px 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%;
  padding: 40px 0%;
  background: #444;
}
@media screen and (max-width: 1250px) {
  .mempro-box {
    padding: 30px 1%;
    padding: 30px 0%;
  }
}
@media screen and (max-width: 768px) {
  .mempro-box {
    padding: 30px 5%;
    padding: 30px 0%;
  }
}
.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: 0px 0 46px;
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner {
    padding: 0px 0 33px;
  }
}

.flow-box_contents_inner.content03 .step03_fukidashi {
  background: linear-gradient(93deg, #C54F49 -0.01%, #880605 101.66%);
  border-radius: 10px;
  padding: 17px 3%;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner.content03 .step03_fukidashi {
    margin-bottom: 20px;
  }
}
.flow-box_contents_inner.content03 .step03_fukidashi .tagline {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner.content03 .step03_fukidashi .tagline {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner.content03 .step03_fukidashi .tagline {
    font-size: min(3.5vw, 18px);
    margin-bottom: 11px;
  }
}
.flow-box_contents_inner.content03 .step03_fukidashi .tagline .sub {
  font-size: 80%;
}
.flow-box_contents_inner.content03 .step03_fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b13e38;
}
.flow-box_contents_inner.content03 .step03_fukidashi .fukidashi_caution {
  color: #FFF;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner.content03 .step03_fukidashi .fukidashi_caution {
    font-size: min(3.2vw, 12px);
  }
}
.flow-box_contents_inner.content03 .step03_fukidashi_attention {
  color: #880605;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner.content03 .step03_fukidashi_attention {
    font-size: 19px;
    margin-bottom: 8px;
  }
}

.flow-content_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;
}

.app-box {
  padding: 0px 6% 0px;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .app-box {
    padding: 0px 3% 0px;
  }
}
@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;
}

.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;
  width: 300px;
}
.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: 1300px) {
  .move_button a {
    width: 21vw;
    width: 246px;
  }
}
@media screen and (max-width: 768px) {
  .move_button a {
    padding: 12px 0;
    width: 268px;
    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: 50px;
  width: 250px;
}

.move_button.comingSoon .shop-button:before {
  background: white;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.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.inversion {
  background: white;
  pointer-events: none;
}
.move_button.darkBlue a.inversion p {
  color: #880605;
}
.move_button.darkBlue a.inversion::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
}

.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;
  right: 17px;
  -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;
}

.move_button .arrow_right::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .move_button .arrow_right::after {
    right: 23px;
  }
}
.move_button .arrow_right:hover::after {
  right: 2px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .move_button .arrow_right:hover::after {
    right: 14px;
  }
}
.move_button .arrow_right.arrow02:hover::after {
  right: 17px;
  right: 10px;
  -webkit-transform: translate(10px, -50%) rotate(-45deg);
          transform: translate(10px, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .move_button .arrow_right.arrow02:hover::after {
    right: 14px;
    right: 21px;
  }
}
.move_button .arrow_right.arrow03:hover::after {
  right: 8px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .move_button .arrow_right.arrow03:hover::after {
    right: 6px;
  }
}

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: 1vw;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.move_button.topApply a {
  color: white;
  font-size: 1.5vw;
  padding: 1.2vw 2.4vw;
  white-space: nowrap;
}
.move_button.topApply a span {
  font-weight: 700;
}
.move_button.topApply a::before {
  border: 1px solid #B52626;
  background: #B52626;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  width: 24vw;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.move_button.topApply a:hover {
  color: #B52626;
}
.move_button.topApply a:hover::before {
  background: white;
}
.move_button.topApply a:hover::after {
  border-right: 1px solid #B52626;
  border-bottom: 1px solid #B52626;
  -webkit-transform: translate(10px, -50%) rotate(-45deg);
          transform: translate(10px, -50%) rotate(-45deg);
  right: 10px;
}
.move_button.line {
  margin: 0 auto 20px;
}
.move_button.next_prize {
  margin: 12px auto 20px;
  display: block;
}
.move_button.next_prize.addMargin {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .move_button.next_prize {
    margin-bottom: 10px;
  }
}
.move_button.next_prize .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .move_button.next_prize .btnWrap {
    margin-bottom: 30px;
  }
}
.move_button.next_prize .btnWrap .shop-button02 {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .move_button.next_prize .btnWrap .shop-button02 {
    width: 100%;
  }
}
.move_button.next_prize a {
  max-width: 300px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .move_button.next_prize a {
    width: 90%;
  }
}
.move_button.next_prize a::before {
  border: 1px solid #113D77;
  padding: 11px 0px 13px;
}
.move_button.next_prize a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.move_button.next_prize a p {
  color: #113D77;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.move_button.next_prize a:hover {
  -webkit-transform: translate3d(0, 0rem, 0rem);
          transform: translate3d(0, 0rem, 0rem);
}
.move_button.next_prize a:hover::before {
  background-color: #113D77;
}
.move_button.next_prize a:hover::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: -30px;
  right: 13px;
}
.move_button.next_prize a:hover p {
  color: white;
}

.prize_caution {
  color: black;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .prize_caution {
    font-size: 12px;
  }
}

.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_2506.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: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner .lead {
    font-size: 1.8vw;
  }
}
.flow-box_contents_inner .lead.step02 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
  .flow-box_contents_inner .lead.step02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents_inner .lead.step02 {
    font-size: min(4.1vw, 15px);
  }
}

.flow-box_contents_inner .caution {
  color: #113D77;
  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: #113D77;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.flow-box_contents_inner .caution.noMargin {
  margin-bottom: 0;
}

.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;
  margin-top: -2px;
}
.target-card .box {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .target-card .box {
    margin-bottom: 8px;
  }
}
.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: #113D77;
  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: #113D77;
}

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

.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) {
  .attention {
    font-size: 15px;
  }
}
.attention::before, .attention::after {
  background-color: #113D77;
  content: "";
  height: 2px;
  width: 30px;
  position: relative;
  bottom: -18px;
}
.attention::before {
  margin-right: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.attention::after {
  margin-left: 2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.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: 0px 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 {
  width: 100%;
  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-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -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;
}

#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;
  z-index: 1;
  position: relative;
}

.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_blue.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_blue.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;
  border: 1px solid #5D6970;
}
@media screen and (max-width: 768px) {
  .register_flow_image {
    margin: 0 auto 30px;
  }
}
.register_flow_image.noBorder {
  border: 0;
}

.register_flow_image {
  width: 90%;
}
.register_flow_image.step01_01 {
  aspect-ratio: 260/509;
  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;
}

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

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

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 {
  color: #0068B7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .prize_arrow {
    font-size: 11px;
    margin-bottom: 16px;
  }
}

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;
  height: 100dvh;
  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;
  max-width: 1000px;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  border-radius: 10px;
}

#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: 22px;
  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: 80px;
}

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

.prize-people_flex_wrap {
  display: -webkit-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: 38px;
  line-height: 0.8;
}

.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;
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: white;
}

.modal-content_innner .prize-name {
  font-size: 22px;
  color: #113D77;
  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;
  padding-left: 0;
  text-indent: 0;
}

.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: #D0B366;
}
.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(254, 238, 165, 0.9)));
  background: linear-gradient(transparent 60%, rgba(254, 238, 165, 0.9) 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-ex_text.caution {
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

.prize-caution_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 28px;
  padding-left: 1em;
  text-indent: -0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .prize-caution_text {
    font-size: min(3.4vw, 14px);
  }
}
.prize-caution_text.noMargin {
  margin-bottom: 0;
}
.prize-caution_text .link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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);
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .prize-caution_text.lead.sp_center {
    text-align: center;
  }
}
.prize-caution_text.lead.explain {
  text-align: left;
  padding-left: 0em;
  text-indent: 0em;
  display: inline-block;
}
.prize-caution_text.lead.strong {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FEEEA5));
  background: linear-gradient(transparent 50%, #FEEEA5 50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.lead.strong {
    font-size: min(4vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .prize-caution_text.lead.little02 {
    font-size: min(3.5vw, 16px);
  }
}
.prize-caution_text.lead .little {
  font-size: 80%;
}
.prize-caution_text.lead .little01 {
  font-size: 14px;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .prize-caution_text.lead .little01 {
    font-size: min(3.3vw, 13px);
  }
}
.prize-caution_text.lead.block_center {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
.prize-caution_text.lead.red_lead {
  color: #C54F49;
  margin-bottom: 10px;
}
.prize-caution_text.sub_txt {
  font-size: 13px;
  padding-left: 0;
  text-indent: 0;
  text-align: left;
}
.prize-caution_text.sub_txt.center {
  text-align: center;
}
@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;
  }
}
.prize-caution_text.sub_txt.margin01 {
  margin-top: -10px;
  margin-bottom: 30px;
}
@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);
  }
}
.prize-caution_text.pink {
  color: #FF00FF;
}
.prize-caution_text#prize-caution_facility01 {
  display: block;
  margin: 7px auto 0;
}
.prize-caution_text#prize-caution_facility01 .txt {
  display: inline-block;
  border-radius: 3px;
  background: #FFF7ED;
  padding: 5px 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .prize-caution_text#prize-caution_facility01 .txt {
    font-size: 11px;
  }
}

.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_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: white;
  background-color: #113D77;
  border: 1px solid #113D77;
  border-radius: 50px;
  width: 100%;
  display: block;
  padding: 22px 0;
  text-align: center;
  position: relative;
  -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::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;
}
.prize-caution_wrap .hotel_link li a:hover {
  background-color: #113D77;
  background-color: white;
}
.prize-caution_wrap .hotel_link li a:hover::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
  right: 6px;
}
.prize-caution_wrap .hotel_link li a p {
  font-size: 15px;
  color: #113D77;
  color: #ffffff;
  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 .hotel_link li a:hover p {
  color: white;
  color: #113D77;
}
.prize-caution_wrap .hotel_link li a.twoLine {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .prize-caution_wrap .hotel_link li a.twoLine {
    padding: 14px 0;
  }
}
.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:link.link02 {
  text-decoration: inherit;
}

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

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

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

.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;
  color: #113D77;
  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;
  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 {
  max-width: 300px;
  padding: 14px 0px;
}
#members .move_button a p {
  text-align: center;
  color: #113D77;
}
#members .move_button a::before {
  max-width: 300px;
  border: 1px solid #113D77;
}
#members .move_button a::after {
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
  right: 26px;
}
#members .move_button a:hover p {
  color: white;
}
#members .move_button a:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translate(10px, -50%) rotate(-45deg);
          transform: translate(10px, -50%) rotate(-45deg);
}

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

#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: 90%;
  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.content02 {
    padding: 10vw 13px 4vw;
  }
  .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;
    padding: 30px 0% 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);
  }
  .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;
    padding: 0 4% 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);
  }
  .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.caution {
    font-size: min(2.8vw, 14px);
    letter-spacing: 0.02em;
  }
  .app-box {
    padding: 20px 0px;
  }
  .register_flow_image {
    width: 87%;
    margin: 0 auto 0px;
  }
  .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;
  }
  .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;
  }
  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;
    padding: 20px 0px 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: 30px;
    top: 5px;
    width: 24px;
  }
  .modal-wrapper .modal-content-wrapper .modal-main {
    padding-top: 0px;
    width: 100%;
    margin: 0;
  }
  .MSP_original.modal-in {
    left: 2%;
    width: 16%;
  }
  .modal-content_innner .prize-name {
    font-size: min(4.6vw, 26px);
    padding: 0;
  }
  .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 20px;
    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: 0px 0px 0px;
  }
  .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: #113D77;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 0px;
}
@media screen and (max-width: 1300px) {
  .prize-name {
    font-size: 1.3vw;
  }
}
@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.5vw, 18px);
    padding: 0 0px;
    margin-bottom: 10px;
  }
}
.prize-name.little {
  font-size: 13px;
}
.prize-name .little {
  font-size: 80%;
}
.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;
  }
}
.prize-name .nameLittle01 {
  font-size: 90%;
}

@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 {
  width: 400px;
  margin: 0 0px;
}
@media screen and (max-width: 1300px) {
  .slider_content {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .slider_content {
    width: 80vw;
    margin: 0 0vw;
  }
}
.slider_content .thumbnail_gray_line {
  border-bottom: 1px solid rgb(208, 208, 208);
}
.slider_content .ex_flex {
  background-color: #3883AE;
  padding: 6px 0;
}

@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;
  }
}
.pinkTxt {
  color: #FB00FF;
}

.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;
  }
}
.prize_image {
  border-bottom: 1px solid rgb(197, 197, 197);
}

#kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 2% 2%;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  #kv {
    padding: 4% 4%;
    overflow: hidden;
  }
}
#kv .kv_inner {
  position: relative;
  aspect-ratio: 1381/618;
  aspect-ratio: 1381/667;
}
@media screen and (max-width: 768px) {
  #kv .kv_inner {
    aspect-ratio: 365/673;
  }
}
#kv .KV_BGimg {
  position: absolute;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
  will-change: opacity, transform;
}
#kv .KV_BGimg.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#kv .KV_BGimg.img01 {
  width: 25.4%;
  width: 25.5%;
  left: 0%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img01 {
    width: 57%;
  }
}
#kv .KV_BGimg.img02 {
  width: 24.5%;
  left: 27.4%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img02 {
    width: 39%;
    left: initial;
    top: 10%;
    right: 0%;
  }
}
#kv .KV_BGimg.img03 {
  width: 16.2%;
  left: 53.5%;
  top: 2%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img03 {
    width: 41%;
    left: 0;
    top: 61%;
  }
}
#kv .KV_BGimg.img04 {
  width: 28%;
  right: 0%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img04 {
    width: 68%;
    right: initial;
    left: 0;
    top: initial;
    bottom: 0;
  }
}
#kv .KV_BGimg.img05 {
  width: 28%;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img05 {
    width: 28%;
    left: initial;
    bottom: 0;
    right: 0;
  }
}
#kv .KV_BGimg.img06 {
  width: 11.8%;
  left: 30.5%;
  bottom: 13%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img06 {
    width: 17%;
    left: 52%;
    bottom: 24%;
  }
}
#kv .KV_BGimg.img07 {
  width: 13%;
  left: 46%;
  left: 45%;
  bottom: 0;
  width: 17%;
  bottom: 13%;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img07 {
    width: 69%;
    left: 0;
    bottom: 0;
  }
}
#kv .KV_BGimg.img08 {
  width: 18%;
  width: 16%;
  left: 61.5%;
  left: 64.5%;
  bottom: 3.5%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #kv .KV_BGimg.img08 {
    width: 27%;
    left: initial;
    right: 0%;
    bottom: 0;
  }
}
#kv .KV_BGimg.img09 {
  width: 17.4%;
  right: 0%;
  bottom: 0%;
}

.KV_title {
  width: 47%;
  position: absolute;
  z-index: 10;
  top: 42.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .KV_title {
    width: 111%;
    top: 51.5%;
  }
}
.KV_title .txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .KV_title .txt {
    z-index: 3;
  }
}
.KV_title .day {
  position: absolute;
  z-index: 2;
  width: 22%;
  bottom: 14%;
  right: -11%;
}
@media screen and (max-width: 768px) {
  .KV_title .day {
    width: 26%;
    bottom: -22%;
    right: 5%;
  }
}

.KV_icon_wrap {
  position: relative;
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/KV_icon_BG.png?2604");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 0;
  z-index: 2;
}

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

.js_Apply {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.js_Apply.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blossom {
  position: absolute;
  width: 10%;
}
.blossom.blossoms01 {
  top: 8%;
  left: 44%;
  width: 9%;
}
.blossom.blossoms02 {
  bottom: 21%;
  right: -2%;
  width: 7%;
}
.blossom.blossoms03 {
  bottom: 19%;
  right: 14%;
  width: 4%;
}
.blossom.blossoms04 {
  bottom: 42%;
  right: -2%;
  width: 4%;
}
.blossom.blossoms05 {
  top: 2%;
  right: 28%;
  width: 4%;
}
.blossom.blossoms06 {
  bottom: 32%;
  left: 55%;
  width: 7%;
}
.blossom.blossoms07 {
  bottom: 28%;
  left: 46%;
  width: 5%;
}

.js_blossom {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.js_blossom.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.KV_title .day {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.KV_title .day.is-show {
  opacity: 1;
}

#prize {
  padding: 0px 0 0px;
  z-index: 1;
  position: relative;
}
#prize .content-innner {
  position: relative;
}
#prize .content-innner .prize-center-deco {
  position: absolute;
  z-index: 0;
  top: -73px;
  left: 51%;
  display: block;
  width: 121px;
  height: auto;
}
#prize .content-innner > :not(.prize-center-deco) {
  position: relative;
  z-index: 1;
}
#prize .content-innner .shop-wrapper {
  background: #FFFAE7;
  padding-bottom: 63px;
  padding-bottom: 50px;
}
@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: 45px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .dayWrap {
    margin-bottom: 35px;
  }
}
#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: 15px;
  }
}
#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: 1300px) {
  #prize .content-innner .shop-wrapper .dayWrap .day {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .shop-wrapper .dayWrap .day {
    font-size: min(5.3vw, 29px);
    white-space: nowrap;
  }
}
#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;
  width: 92%;
}
#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.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;
}
#prize .content-innner .slider_wrapper_Box_All {
  position: relative;
}
#prize .content-innner .slider_wrapper_Box {
  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: 40px;
  overflow: hidden;
}
#prize .content-innner .slider_wrapper {
  position: relative;
}
#prize .content-innner .slider_wrapper .slick-arrow {
  border: none;
  background: inherit;
  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: 6%;
}
@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: 1%;
  }
}
#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: 6%;
}
@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: 1%;
  }
}
#prize .content-innner .lead_box {
  background-color: #C1E9FF;
  padding: 33px 0 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box {
    padding: 30px 0 6px;
    margin-bottom: -1px;
  }
}
#prize .content-innner .lead_box p {
  text-align: center;
}
#prize .content-innner .lead_box p.gold {
  color: #e7e1aa;
}
#prize .content-innner .lead_box p.darkBlue {
  color: #113D77;
  margin-bottom: 12px;
}
#prize .content-innner .lead_box p.mainTxt {
  display: block;
  margin: 0 auto;
  width: 95%;
}
#prize .content-innner .lead_box .lead {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box .lead {
    font-size: 14px;
    font-size: 1.3vw;
  }
}
@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 {
  color: #C54F49;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffffff));
  background: linear-gradient(transparent 75%, #ffffff 75%);
}
#prize .content-innner .lead_box .lead.intro_catch {
  display: block;
  width: 90%;
  margin: 0 auto 14px;
}
#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;
}
#prize .content-innner .lead_box .caution.bottom02 {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box .caution.bottom02 {
    margin-top: 9px;
  }
}
@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: #113D77;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#prize .content-innner .lead_box .link {
  border: 1px solid white;
  background-color: 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.inversion {
  background-color: inherit;
}
#prize .content-innner .lead_box .link.inversion .txt {
  color: white;
}
#prize .content-innner .lead_box .link.inversion .txt::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#prize .content-innner .lead_box .link.inversion:hover {
  background-color: white;
}
#prize .content-innner .lead_box .link.inversion:hover .txt {
  color: #113D77;
}
#prize .content-innner .lead_box .link.inversion:hover .txt::after {
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
}
#prize .content-innner .lead_box .link .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #113D77;
}
@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 #113D77;
  border-bottom: 1px solid #113D77;
  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: inherit;
}
#prize .content-innner .lead_box .link:hover .txt {
  color: white;
}
#prize .content-innner .lead_box .link:hover .txt::after {
  right: 12px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#prize .content-innner .lead_box.gold_box {
  background: linear-gradient(157deg, #FEEEA5, #D0B366 99.82%);
  text-align: center;
}
#prize .content-innner .lead_box.gold_box .blue_copy {
  display: inline-block;
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box.gold_box .blue_copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px) {
  #prize .content-innner .lead_box.gold_box .blue_copy {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box.gold_box .blue_copy {
    font-size: min(3.7vw, 15px);
    margin-bottom: 24px;
  }
}
#prize .content-innner .lead_box.gold_box .red_copy {
  position: relative;
  display: inline-block;
  color: #880605;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .lead_box.gold_box .red_copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 1100px) {
  #prize .content-innner .lead_box.gold_box .red_copy {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box.gold_box .red_copy {
    font-size: min(4.5vw, 21px);
    margin-bottom: 17px;
  }
}
#prize .content-innner .lead_box.gold_box .red_copy .star {
  position: absolute;
  width: 122%;
  left: 50%;
  top: -37%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#prize .content-innner .lead_box.gold_box .red_copy .star.star02 {
  top: inherit;
  bottom: -42%;
  left: 51%;
  width: 119%;
}
#prize .content-innner .lead_box.gold_box .blue_link {
  display: inline-block;
  position: relative;
}
#prize .content-innner .lead_box.gold_box .blue_link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 56%;
  right: -22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/gold_box_arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box.gold_box .blue_link::before {
    width: 13px;
    height: 13px;
  }
}
#prize .content-innner .lead_box.gold_box .blue_link:hover::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#prize .content-innner .lead_box.gold_box .blue_link .text {
  display: inline-block;
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box.gold_box .blue_link .text {
    font-size: min(4.5vw, 21px);
  }
}
#prize .content-innner .leadWrap.prize_top {
  margin-bottom: 30px;
}
#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_re.svg");
  background-size: 100% 100%;
  width: 11px;
  height: 11px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#prize .content-innner .slick-dots li.slick-active button:before {
  content: "";
  background-image: url("../image/slider_dot01_re.svg");
  background-size: 100% 100%;
  width: 11px;
  height: 11px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#prize .content-innner .register_flow02.intro {
  width: 95%;
  display: block;
  margin: 23px auto 0;
  border: 1px solid #113D77;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .register_flow02.intro {
    margin: 21px auto 0;
    width: 95%;
  }
}
#prize .content-innner .register_flow02.intro .open_txt {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .register_flow02.intro .open_txt {
    font-size: 16px;
  }
}
#prize .content-innner .register_flow02.intro .inner_txt {
  color: #113D77;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.06em;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #prize .content-innner .register_flow02.intro .inner_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .register_flow02.intro .inner_txt {
    font-size: min(3.3vw, 15px);
  }
}
#prize .content-innner .register_flow02.intro .accordion-close {
  overflow: inherit;
}
#prize .content-innner .register_flow02 .accordion-hidden:checked + .accordion-open + .accordion-close {
  background-color: inherit;
}
#prize .content-innner .register_flow02 .whiteLine {
  position: relative;
}
#prize .content-innner .register_flow02 .whiteLine::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #113D77;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#prize .content-innner .accordion-open.intro {
  background-color: inherit;
  position: relative;
  padding: 9px 0;
}
#prize .content-innner .intro_deco {
  position: absolute;
  width: 75px;
}
#prize .content-innner .intro_deco.deco01 {
  left: 3%;
  bottom: 12%;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .intro_deco.deco01 {
    left: 1%;
  }
}
#prize .content-innner .intro_deco.deco02 {
  right: 3%;
  bottom: 10%;
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .fukidashi {
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .fukidashi {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .fukidashi {
    font-size: min(4.2vw, 22px);
    margin-bottom: 4px;
  }
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_sub {
  color: #880605;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_sub {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_sub {
    font-size: min(3.3vw, 13px);
    margin-bottom: 11px;
  }
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap {
  text-align: center;
  margin-bottom: 35px;
  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;
  row-gap: 23px;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap {
    row-gap: 19px;
    margin-bottom: 18px;
  }
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap .mainTxt {
  display: inline-block;
  color: #880605;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap .mainTxt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap .mainTxt {
    font-size: min(6vw, 28px);
  }
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .mainTxt_wrap .mainTxt span {
  background-color: #F8F8E6;
  padding: 0px 5px;
  margin-right: 5px;
}
#prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_lead {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1250px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_lead {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .about_iLMiO_leadBox .about_iLMiO_lead {
    font-size: min(3.3vw, 13px);
  }
}
#prize .content-innner .iLMiO_wrap .black_link {
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .iLMiO_wrap .black_link {
    font-size: min(3.8vw, 16px);
    padding: 15px 0;
  }
}
#prize .content-innner .iLMiO_wrap .black_link::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/black_link_arrow01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#prize .content-innner .about_iLMiO_wrap:hover .black_link::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
#prize .category_box {
  display: block;
  margin: 0 auto;
  width: 366px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #prize .category_box {
    width: min(80%, 350px);
    margin-bottom: 22px;
  }
}
#prize .category_box .inner_flex {
  border-radius: 50px;
  background-color: var(--red01);
  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;
}
#prize .category_box .inner_flex.blue {
  background-color: #3883AE;
}
#prize .category_box .inner_flex .txt {
  color: white;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #prize .category_box .inner_flex .txt {
    font-size: min(5.2vw, 21px);
    width: 130px;
  }
}
#prize .category_box .inner_flex .txt.modal {
  font-size: 20px;
}
#prize .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) {
  #prize .addCopy_wrap {
    margin-bottom: 14px;
  }
}
#prize .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) {
  #prize .addCopy_wrap .addCopy {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #prize .addCopy_wrap .addCopy {
    font-size: min(5.2vw, 22px);
  }
}
#prize .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;
}
#prize .ex_flex .txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 768px) {
  #prize .ex_flex .txt {
    font-size: min(3.5vw, 15px);
  }
}
#prize .ex_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;
}
#prize .ex_flex .icon_flex .medal_icon {
  width: 35px;
}
@media screen and (max-width: 768px) {
  #prize .ex_flex .icon_flex .medal_icon {
    width: 30px;
  }
}

.prize-caution_text.linkTxt {
  display: inline-block;
  position: relative;
}
.prize-caution_text.linkTxt::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/linkTxt_arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.lead_box .leadWrap {
  position: relative;
  text-align: center;
}
.lead_box .lead.more {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lead_box .lead.more {
    font-size: 22px;
  }
}
.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) {
  .lead_box .lead.more::before {
    left: -23px;
  }
}
.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) {
  .lead_box .lead.more::after {
    right: -23px;
  }
}

#prize01 {
  position: relative;
}
#prize01::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffebcf;
  pointer-events: none;
}
#prize01 > * {
  position: relative;
  z-index: 1;
}
#prize01 .couponBox_All {
  padding: 0px 5% 0px;
  position: relative;
}
#prize01 .couponBox_All .coupon_lead .lead_box.box02 {
  background-color: inherit;
  margin: 0 auto;
  padding: 48px 0 30px;
}
#prize01 .couponBox_All .coupon_lead .lead_box.box02 .lead {
  color: #113D77;
  margin-bottom: 0px;
}
#prize01 .couponBox_All .coupon_lead .lead_box.box02 .lead.more::before {
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/moreDeco02_01.svg");
}
#prize01 .couponBox_All .coupon_lead .lead_box.box02 .lead.more::after {
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/moreDeco02_02.svg");
}
#prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom p {
  color: #880605;
  display: inline-block;
  text-align: center;
}
#prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .sub_lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .sub_lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .sub_lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .sub_lead {
    font-size: min(3.8vw, 16px);
  }
}
#prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .lead {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #F8F8E6;
  text-underline-offset: 1px;
}
@media screen and (max-width: 1300px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .lead {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #prize01 .couponBox_All .coupon_lead .lead_box .leadWrap.bottom .lead {
    font-size: min(4.9vw, 21px);
  }
}
#prize01 .couponBox_All .couponBox .couponBox_ex {
  display: block;
  position: relative;
}
#prize01 .couponBox_All .couponBox_code_box {
  background-color: white;
  padding: 10px 0;
  display: block;
  margin: -57px auto 0;
  width: 96%;
  z-index: 1;
  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;
}
@media screen and (max-width: 1250px) {
  #prize01 .couponBox_All .couponBox_code_box {
    padding: 7px 0;
    margin: -44px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #prize01 .couponBox_All .couponBox_code_box {
    margin: -45px auto 0;
  }
}
#prize01 .couponBox_All .couponBox_code_box .couponBox_code {
  color: #880605;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  #prize01 .couponBox_All .couponBox_code_box .couponBox_code {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #prize01 .couponBox_All .couponBox_code_box .couponBox_code {
    font-size: 20px;
  }
}
#prize01 .couponBox_All .couponBox_code_box .couponBox_code .little {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  #prize01 .couponBox_All .couponBox_code_box .couponBox_code .little {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #prize01 .couponBox_All .couponBox_code_box .couponBox_code .little {
    font-size: 17px;
  }
}

.couponCopy,
.couponCopyArea {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.couponBox_link_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 34px auto 0;
}
@media screen and (max-width: 768px) {
  .couponBox_link_wrap {
    margin: 30px auto 0;
  }
}
.couponBox_link_wrap .move_button {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .couponBox_link_wrap .move_button {
    width: 100%;
  }
}
.couponBox_link_wrap .move_button a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .couponBox_link_wrap .move_button a {
    width: 100%;
  }
}
.couponBox_link_wrap .move_button a::before {
  width: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .couponBox_link_wrap .move_button a::before {
    width: 100%;
  }
}
.couponBox_link_wrap .move_button a::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 18px;
}
.couponBox_link_wrap .move_button a p {
  color: #880605;
}
.couponBox_link_wrap .move_button a:hover::before {
  background-color: #880605;
}
.couponBox_link_wrap .move_button a:hover p {
  color: white;
}
.couponBox_link_wrap .move_button a:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translateY(-50%) translateX(5px) rotate(-45deg);
          transform: translateY(-50%) translateX(5px) rotate(-45deg);
}
.couponBox_link_wrap .caution {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .couponBox_link_wrap .caution {
    font-size: min(3.3vw, 13px);
  }
}

.moreSelect_txt {
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .moreSelect_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .moreSelect_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .moreSelect_txt {
    font-size: min(4.6vw, 19px);
    margin-bottom: 12px;
  }
}

#flow {
  overflow: hidden;
}
#flow .content-innner .flow-box_contents .intro_lead {
  color: #2B2B2B;
  color: #113D77;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 51px;
}
@media screen and (max-width: 1250px) {
  #flow .content-innner .flow-box_contents .intro_lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .intro_lead {
    font-size: 18px;
    margin-bottom: 34px;
  }
}
#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;
  margin-bottom: 17px;
}
@media screen and (max-width: 1250px) {
  #flow .content-innner .flow-box_contents .howto_register {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .content-innner .flow-box_contents .howto_register {
    font-size: min(4.4vw, 25px);
    margin-top: 17px;
    margin-bottom: 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;
}

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

.credit_copyright {
  position: relative;
  overflow: hidden;
}
.credit_copyright .rankTag {
  position: absolute;
  width: 51%;
  top: 0px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .credit_copyright .rankTag {
    width: 54%;
  }
}

.credit_txt {
  color: #ffffff;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 3px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .credit_txt {
    font-size: 11px;
  }
}

.contents_all {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.contents_all #side_title_side,
.contents_all #floating_side {
  width: calc((100% - 560px) / 2);
  height: 100vh;
  position: absolute;
  top: 1%;
  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;
  overflow: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
@media screen and (max-width: 1250px) {
  .contents_all #side_title_side,
  .contents_all #floating_side {
    display: none !important;
  }
}
.contents_all #side_title_side,
.contents_all #floating_side {
  z-index: 110;
}
.contents_all #side_title_side {
  left: 0;
}
.contents_all #side_title_side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("/msppoint/membersprogram/present2026autumn/common/image/sideB01.png") top/100% auto no-repeat;
}
.contents_all #floating_side {
  right: 0;
}
.contents_all #floating_side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("/msppoint/membersprogram/present2026autumn/common/image/sideB02.png") top/100% auto no-repeat;
}
.contents_all .side-bg-decor {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.contents_all .side-bg-decor__image {
  position: absolute;
  z-index: 0;
  display: block;
  width: 126%;
  height: auto;
}
.contents_all .side-bg-decor__image--top {
  top: 3%;
  left: -10%;
}
.contents_all .side-bg-decor__image--bottom {
  bottom: -10%;
  left: -10%;
}
.contents_all #side_title {
  z-index: 90;
  width: 100%;
  position: relative;
}
.contents_all #side_title .side_title_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contents_all #side_title .topLink {
  display: block;
  width: 90%;
  max-width: 480px;
  height: auto;
}
.contents_all #side_title .side-entry-button {
  width: 90%;
  max-width: 300px;
  margin: 18px auto 0;
}
.contents_all #side_title .side-entry-button .floating_txt_link p {
  font-size: 22px;
}
.contents_all #floating {
  z-index: 90;
  width: 100%;
  position: relative;
  width: calc((100% - 560px) / 2);
  position: relative;
}
@media screen and (max-width: 1250px) {
  .contents_all #floating {
    width: calc((100% - 400px) / 2);
  }
}
.contents_all #floating .floating_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .contents_all #floating .floating_wrap {
    display: none;
  }
}
.contents_all #floating .floating_inner {
  max-width: 300px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contents_all #floating {
    width: 100%;
    display: block;
  }
}
.contents_all #floating .floating_txt_link {
  background: #B52626;
  border: 1px solid #B52626;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  padding: 9px 0px 10px;
  -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: #B52626;
}
.contents_all #floating .floating_txt_link:hover::after {
  border-right: 1px solid #B52626;
  border-bottom: 1px solid #B52626;
  -webkit-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
  -webkit-transform: translate(8px, -50%) rotate(-45deg);
          transform: translate(8px, -50%) rotate(-45deg);
}
.contents_all #floating .floating_txt_link.inversion {
  background: white;
  pointer-events: none;
}
.contents_all #floating .floating_txt_link.inversion p {
  color: #880605;
}
.contents_all #floating .floating_txt_link.inversion::after {
  border-right: 1px solid #880605;
  border-bottom: 1px solid #880605;
}
.contents_all #floating .menu_wrap {
  display: block;
  margin: 25px auto 0;
}
@media screen and (max-width: 1250px) {
  .contents_all #floating .menu_wrap {
    margin: 188px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents_all #floating .menu_wrap {
    margin: 0px auto 0;
    width: 100%;
    padding: 130px 5% 60px;
    padding: 185px 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: #FFF;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 19px;
  border-bottom: 1px solid #ffffff;
  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: 18px;
  margin-bottom: 33px;
}
@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;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding-left: 20px;
}
@media screen and (max-width: 1250px) {
  .contents_all #floating .menu_wrap #Global_nav .main_link .list_button {
    gap: 0px;
    padding-left: 0px;
  }
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button .circle_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;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button p .circle {
  font-size: 15px;
  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: #C1E9FF;
  border: 1px solid #C1E9FF;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button.link-current p {
  color: #113D77;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button:hover {
  background-color: #C1E9FF;
  border: 1px solid #C1E9FF;
}
.contents_all #floating .menu_wrap #Global_nav .main_link .list_button:hover p {
  color: #113D77;
}
@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;
  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;
    border-radius: 0px;
  }
}
.contents_all #floating .menu_wrap .medal_wrap .lead {
  color: #113D77;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@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: 10px;
  margin-bottom: 6px;
}
.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: 4px;
}
.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: 1250px) {
  .contents_all #floating .menu_wrap .top_return {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-thickness: 1px;
    text-align: center;
  }
  .contents_all #floating .menu_wrap .top_return p {
    font-size: 13px;
    color: rgb(255, 255, 255);
  }
}
.contents_all #floating_side > #floating {
  width: 100%;
}
.contents_all #floating_side > #floating .floating_inner {
  width: 90%;
  max-width: 300px;
}

.medal_link {
  background-color: #113D77;
  border: 1px solid #113D77;
  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: #113D77;
}
.medal_link:hover::after {
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .medal_link:hover::after {
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .floating_txt_link_sp {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0%;
    color: white;
    background-color: #B52626;
    z-index: 200;
    padding: 23px 0px;
    opacity: 0;
    -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.inversion {
    background: white;
    border: 1px solid #880605;
    pointer-events: none;
  }
  .floating_txt_link_sp.inversion p {
    color: #880605;
  }
  .floating_txt_link_sp.inversion::after {
    border-right: 1px solid #880605;
    border-bottom: 1px solid #880605;
  }
  .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);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.comingsoon_tape {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.comingsoon_tape.wide {
  width: 50%;
}

.contents_box {
  position: relative;
}

#floating.is-fixed .cherryDeco {
  opacity: 1;
  visibility: visible;
}

.cherryDeco {
  position: absolute;
  display: block;
  width: 10%;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1250px) {
  .cherryDeco {
    display: none;
  }
}
.cherryDeco.deco01_01 {
  top: 8%;
  left: 3%;
}
.cherryDeco.deco01_02 {
  top: 48%;
  right: 3%;
}
.cherryDeco.deco01_03 {
  bottom: 15%;
  left: 3%;
}
.cherryDeco img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  /* JS未実行時の保険 */
  --base-rot: 0deg;
  --rot-1: 8deg;
  --rot-2: -8deg;
  --rot-3: 4deg;
  --speed: 3.6s;
  --delay: 0s;
  -webkit-animation: cherryRotateOnly var(--speed) ease-in-out var(--delay) infinite;
          animation: cherryRotateOnly var(--speed) ease-in-out var(--delay) infinite;
}

@-webkit-keyframes cherryRotateOnly {
  0% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
  14% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-1)));
            transform: rotate(calc(var(--base-rot) + var(--rot-1)));
  }
  28% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-2)));
            transform: rotate(calc(var(--base-rot) + var(--rot-2)));
  }
  42% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-3)));
            transform: rotate(calc(var(--base-rot) + var(--rot-3)));
  }
  55% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
  100% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
}

@keyframes cherryRotateOnly {
  0% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
  14% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-1)));
            transform: rotate(calc(var(--base-rot) + var(--rot-1)));
  }
  28% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-2)));
            transform: rotate(calc(var(--base-rot) + var(--rot-2)));
  }
  42% {
    -webkit-transform: rotate(calc(var(--base-rot) + var(--rot-3)));
            transform: rotate(calc(var(--base-rot) + var(--rot-3)));
  }
  55% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
  100% {
    -webkit-transform: rotate(var(--base-rot));
            transform: rotate(var(--base-rot));
  }
}
/* ハンバーガーメニュー */
.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: 500vw;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.84%, #0269B4), color-stop(103.5%, #012A7C));
  background: linear-gradient(0deg, #0269B4 -6.84%, #012A7C 103.5%);
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list {
    left: 1000px;
  }
}

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

.sp-header-nav_box_ham {
  position: fixed;
  right: 0%;
  top: 60px;
  top: 110px;
  width: 60px;
  height: 50px;
  border: 2px solid #FFF;
  background: #D0B366;
  z-index: 15;
  border-radius: 30px 0px 0px 30px;
  border-right: 0;
}
.sp-header-nav_box_ham.clicked {
  width: 97vw;
}
@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham.clicked {
    width: 90vw;
  }
}
.sp-header-nav_box_ham.clicked .tag {
  display: block;
  color: white;
  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: white;
  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;
  height: 100%;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 61, 119, 0.18) transparent;
}
@media screen and (max-width: 768px) {
  .modal_box {
    height: 85dvh;
    max-height: 85vh;
    height: auto;
  }
}
.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;
  }
}

/* Chrome / Safari */
.modal_box::-webkit-scrollbar {
  width: 3px;
}

.modal_box::-webkit-scrollbar-track {
  background: transparent;
}

.modal_box::-webkit-scrollbar-thumb {
  background: rgba(17, 61, 119, 0.18);
  border-radius: 10px;
}

.modal_box::-webkit-scrollbar-thumb:hover {
  background: rgba(17, 61, 119, 0.32);
}

div#topWrap {
  position: absolute;
  top: -12.5vw;
  top: -7vw;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 19vw;
  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;
  top: inherit;
  bottom: 17%;
}
@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: 1450px) {
  #countdown .timeFlame {
    width: 25vw;
    top: 61%;
  }
}
@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;
  font-size: 1.9vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1450px) {
  #countdown .timeLead p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #countdown .timeLead p {
    font-size: 4.3vw;
  }
}
#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: 1450px) {
  #countdown .inner .ja {
    font-size: 2.6vw;
  }
}
@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: 1450px) {
  #countdown .digit {
    width: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #countdown .digit {
    width: 5.4vw;
  }
}
#countdown .label {
  width: 80px;
  height: auto;
}

#flow {
  /* タブ切り替え */
}
#flow .tab-group {
  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: 16px;
}
@media screen and (max-width: 768px) {
  #flow .tab-group {
    margin-bottom: 12px;
  }
}
#flow .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #C4C4C4;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: -0.7px;
  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;
  height: 55px;
}
#flow .tab .txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  #flow .tab .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #flow .tab .txt {
    font-size: min(3.1vw, 12px);
  }
}
#flow .tab.is-active {
  border-bottom: 2px solid #113D77;
  color: #113D77;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#flow .panel {
  display: none;
  padding: 15px 0;
}
#flow .panel.is-show {
  display: block;
}
#flow .panel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#flow .panel_inner .move_button {
  width: 48.5%;
  display: block;
  margin: 0;
}
#flow .panel_inner .move_button a.shop-button {
  width: auto;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
  height: 64px;
}
@media screen and (max-width: 1250px) {
  #flow .panel_inner .move_button a.shop-button {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #flow .panel_inner .move_button a.shop-button {
    font-size: min(2.5vw, 10px);
    padding: 7px 0;
  }
}
#flow .panel_inner .move_button a.shop-button::before {
  width: 100%;
}
#flow .panel_inner .move_button a.shop-button:after {
  content: none;
}
#flow .panel_inner .move_button a.shop-button.facility00 p {
  color: var(--facility00);
}
#flow .panel_inner .move_button a.shop-button.facility00::before {
  border: 1px solid var(--facility00);
}
#flow .panel_inner .move_button a.shop-button.facility00:hover p {
  color: #ffffff;
}
#flow .panel_inner .move_button a.shop-button.facility00:hover::before {
  background-color: var(--facility00);
}
#flow .panel_inner .move_button a.shop-button.facility01 p {
  color: var(--facility01);
}
#flow .panel_inner .move_button a.shop-button.facility01::before {
  border: 1px solid var(--facility01);
}
#flow .panel_inner .move_button a.shop-button.facility01:hover p {
  color: #ffffff;
}
#flow .panel_inner .move_button a.shop-button.facility01:hover::before {
  background-color: var(--facility01);
}
#flow .panel_inner .move_button a.shop-button.facility02 p {
  color: var(--facility02);
}
#flow .panel_inner .move_button a.shop-button.facility02::before {
  border: 1px solid var(--facility02);
}
#flow .panel_inner .move_button a.shop-button.facility02:hover p {
  color: #ffffff;
}
#flow .panel_inner .move_button a.shop-button.facility02:hover::before {
  background-color: var(--facility02);
}
#flow .panel_inner .move_button a.shop-button.facility03 p {
  color: var(--facility03);
}
#flow .panel_inner .move_button a.shop-button.facility03::before {
  border: 1px solid var(--facility03);
}
#flow .panel_inner .move_button a.shop-button.facility03:hover p {
  color: #ffffff;
}
#flow .panel_inner .move_button a.shop-button.facility03:hover::before {
  background-color: var(--facility03);
}
#flow .panel_inner .move_button a.shop-button.facility04 p {
  color: var(--facility04);
}
#flow .panel_inner .move_button a.shop-button.facility04::before {
  border: 1px solid var(--facility04);
}
#flow .panel_inner .move_button a.shop-button.facility04:hover p {
  color: #ffffff;
}
#flow .panel_inner .move_button a.shop-button.facility04:hover::before {
  background-color: var(--facility04);
}
#flow .tab-group .tab .txt {
  -webkit-user-select: none;
  /* 選択不可にして誤検出回避 */
  -webkit-touch-callout: none;
  /* 長押しメニュー抑制 */
}
#flow a[href^=tel],
#flow a[href^=mailto],
#flow a[href^=maps] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

/* タブ切り替えここまで */
.content-inside {
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .content-inside {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .content-inside {
    padding: 0 5%;
  }
}

.iLMiO_modal_Box .rabel {
  background: #3883AE;
  padding: 8px 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .iLMiO_modal_Box .rabel {
    font-size: min(4vw, 20px);
  }
}
.iLMiO_modal_Box .flow_box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  padding: 0 10px;
}
.iLMiO_modal_Box .flow_box .coupon {
  display: block;
  max-width: 386px;
  width: 95%;
  margin: 10px auto 10px;
}
.iLMiO_modal_Box .flow_box .il_arrow {
  display: block;
  margin: 30px auto 0;
}
.iLMiO_modal_Box .flow_box .list .txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.iLMiO_modal_Box .flow_box .list .txtWrap .number {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #113D77;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .iLMiO_modal_Box .flow_box .list .txtWrap .number {
    font-size: min(3.8vw, 16px);
    width: 22px;
    height: 22px;
    line-height: 1.4;
  }
}
.iLMiO_modal_Box .flow_box .list .txtWrap .txt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  display: -webkit-inline-box;
}
@media screen and (max-width: 768px) {
  .iLMiO_modal_Box .flow_box .list .txtWrap .txt {
    font-size: min(3.8vw, 16px);
    width: calc(100% - 25px - 4px);
    text-align: left;
  }
}
.iLMiO_modal_Box .flow_box .list .txtWrap .txt .underline {
  color: #113D77;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
  text-underline-position: from-font;
}
.iLMiO_modal_Box .flow_box .list .caution {
  color: #880605;
  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) {
  .iLMiO_modal_Box .flow_box .list .caution {
    font-size: min(3.2vw, 12px);
  }
}

.flow-box.nextMonth .prizeInner {
  background: #f5f0e1;
}

.dayRabel_wrap_Box {
  margin-bottom: 10px;
  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;
}

.dayRabel_wrap {
  width: 85%;
  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;
}
.dayRabel_wrap::before {
  position: absolute;
  content: "";
  background-color: #113D77;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flow-box.nextMonth .ex.dayRabel {
  display: inline-block;
  background: #f5f0e1;
  position: relative;
  z-index: 1;
  padding-left: 9px;
  font-size: 22px;
}
@media screen and (max-width: 1050px) {
  .flow-box.nextMonth .ex.dayRabel {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-box.nextMonth .ex.dayRabel {
    font-size: min(4.4vw, 18px);
    padding-left: 6px;
  }
}

.prizeInner {
  position: relative;
}
.prizeInner .next_deco {
  width: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .prizeInner .next_deco {
    width: 16px;
  }
}
.prizeInner .next_deco.deco01 {
  left: 9px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .prizeInner .next_deco.deco01 {
    left: 6px;
    top: 6px;
  }
}
.prizeInner .next_deco.deco02 {
  right: 9px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .prizeInner .next_deco.deco02 {
    right: 6px;
    top: 6px;
  }
}
.prizeInner .next_deco.deco03 {
  left: 9px;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  .prizeInner .next_deco.deco03 {
    left: 6px;
    bottom: 6px;
  }
}
.prizeInner .next_deco.deco04 {
  right: 9px;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  .prizeInner .next_deco.deco04 {
    right: 6px;
    bottom: 6px;
  }
}

.more_benefit_box {
  background-color: #E0F4FF;
  border-radius: 10px;
  padding: 45px 5% 30px;
  display: block;
  margin: 53px auto 26px;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .more_benefit_box {
    padding: 36px 2% 30px;
    margin: 42px auto 23px;
  }
}
.more_benefit_box .more_benefit_rabel {
  position: absolute;
  max-width: 216px;
  width: 90%;
  left: 50%;
  top: -23px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .more_benefit_box .more_benefit_rabel {
    max-width: 182px;
    top: -19px;
  }
}

.slider_tabs_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
}
.slider_tabs_area .slider_tab_btn {
  width: 25%;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
  border: 0;
}
.slider_tabs_area .slider_tab_btn.is-active {
  opacity: 1;
}
.slider_tabs_area .slider_tab_btn.btn03 {
  opacity: 0.2;
}
.slider_tabs_area .slider_tab_btn.btn03.is-active {
  opacity: 1;
}

.slider_tab_btn {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider_tab_btn.is-active {
  opacity: 1;
  font-weight: 700;
}

/* rankSlider運用：tab01以外のパネルは存在しても表示させない */
#presentTabs .slider_tab_panel:not([data-tab-panel=tab01]) {
  display: none !important;
}

.slider_thumbs {
  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: 8px;
  padding-inline: 7%;
}
.slider_thumbs .thumb_item {
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  width: calc((100% - 8px) / 6);
  opacity: 0.5;
  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;
}
@media screen and (max-width: 768px) {
  .slider_thumbs .thumb_item {
    border-radius: 10px;
  }
}
.slider_thumbs .thumb_item img {
  width: 100%;
}

/* 選択中 */
.slider_thumbs .thumb_item.is-active {
  opacity: 1;
}

.intro_attention_wrap {
  margin-bottom: 20px;
}
.intro_attention_wrap.wrap02 {
  margin-bottom: 15px;
}

.move_button_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;
  width: 100%;
}

.move_button_wrap02 {
  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: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .move_button_wrap02 {
    row-gap: 15px;
    margin-bottom: 30px;
  }
}

.move_button.addShadow a .txt {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  .move_button.addShadow a .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .move_button.addShadow a .txt {
    font-size: min(3.8vw, 16px);
  }
}
.move_button.addShadow a::before {
  width: 350px;
  border: 1px solid #113D77;
  -webkit-box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .move_button.addShadow a::before {
    width: 100%;
  }
}
.move_button.addShadow a::after {
  border-right: 1px solid #113D77;
  border-bottom: 1px solid #113D77;
}
.move_button.addShadow a:hover::before {
  background: #113D77;
  -webkit-box-shadow: 3px 0px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.move_button.addShadow a:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.move_button.addShadow a:hover .txt {
  color: white;
}
@media screen and (max-width: 768px) {
  .move_button.addShadow.dropArrow a::after {
    right: 21px;
    right: 14px;
  }
}
.move_button.addShadow.dropArrow a:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translate(7px, 0px) rotate(45deg);
          transform: translate(7px, 0px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .move_button.addShadow.dropArrow a:hover::after {
    right: 21px;
    -webkit-transform: translate(0px, 0px) rotate(45deg);
            transform: translate(0px, 0px) rotate(45deg);
  }
}

.medalRank_lead {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1250px) {
  .medalRank_lead {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .medalRank_lead {
    font-size: min(3.8vw, 16px);
  }
}

.prizeBox {
  margin-top: 12px;
  margin-bottom: 20px;
}
.prizeBox .slider_content {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.3);
}

.modal_top_wrap {
  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: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_top_wrap .medal_tag {
  max-width: 300px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .modal_top_wrap .medal_tag {
    max-width: 230px;
    width: 90%;
  }
}

.medal_check_Box {
  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;
}
.medal_check_Box .medal_check_intro {
  color: #113D77;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.medal_check_Box .medal_check_intro span {
  color: #0068B7;
}
.medal_check_Box .medal_check_inner {
  border-radius: 10px;
  background: #FFF;
  padding: 20px 6% 2px;
}
.medal_check_Box .medal_check_inner .medal_check {
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
}
.medal_check_Box .medal_check_inner .inner_txt {
  color: #113D77;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
@media screen and (max-width: 1250px) {
  .medal_check_Box .medal_check_inner .inner_txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .medal_check_Box .medal_check_inner .inner_txt {
    font-size: min(4.2vw, 19px);
  }
}

#app_flow_01 .ex,
#app_flow_02 .ex {
  border-radius: 10px;
  border: 1px solid #113D77;
  background: white;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
  padding-top: 20px;
  padding-inline: 7px;
}
@media screen and (max-width: 768px) {
  #app_flow_01 .ex,
  #app_flow_02 .ex {
    padding-inline: 5px;
  }
}

.flow_method_title {
  color: #113D77;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  .flow_method_title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .flow_method_title {
    font-size: min(5.2vw, 27px);
  }
}

.step_number_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;
  position: relative;
  margin-bottom: 10px;
}
.step_number_wrap .step_number {
  color: #113D77;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #FFFAE7;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .step_number_wrap .step_number {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .step_number_wrap .step_number {
    font-size: min(5.5vw, 22px);
  }
}
.step_number_wrap .step_number .number {
  font-size: 34px;
}
@media screen and (max-width: 1250px) {
  .step_number_wrap .step_number .number {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .step_number_wrap .step_number .number {
    font-size: min(6.6vw, 28px);
  }
}
.step_number_wrap::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  background-color: #113D77;
  left: 50%;
  top: 59%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .step_number_wrap::before {
    height: 1px;
  }
}

.MSP_link_Box {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1250px) {
  .MSP_link_Box {
    width: 200px;
  }
}

.attention.flow_step01_fukidashi01 {
  margin-bottom: 18px;
}

.move_button.goldBtn .shop-button {
  width: 250px;
}
.move_button.goldBtn .shop-button::before {
  background: #E1C550;
  border: 1px solid #E1C550;
  -webkit-box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.3);
}
.move_button.goldBtn .shop-button p {
  color: white;
}
.move_button.goldBtn .shop-button::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  right: 19px;
}
.move_button.goldBtn .shop-button:hover::before {
  background: #ffffff;
  -webkit-box-shadow: 3px 0px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.move_button.goldBtn .shop-button:hover p {
  color: #E1C550;
}
.move_button.goldBtn .shop-button:hover::after {
  border-right: 1px solid #E1C550;
  border-bottom: 1px solid #E1C550;
  -webkit-transform: translate(5px, -50%) rotate(-45deg);
          transform: translate(5px, -50%) rotate(-45deg);
}
.move_button.goldBtn .shop-button.sliderBtn {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .move_button.goldBtn .shop-button.sliderBtn {
    width: 57vw;
  }
}
.move_button.goldBtn .shop-button.sliderBtn::before {
  width: 100%;
}
.move_button.goldBtn .shop-button.sliderBtn p {
  font-size: 16px;
}

.flow_method_cotent_wrap {
  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: 30px;
}
.flow_method_cotent_wrap .flow_method_cotent {
  position: relative;
}

.flow-box_contents .line_flow01_introBox {
  border-radius: 10px;
  background: #3883AE;
  padding: 35px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  row-gap: 20px;
  margin-bottom: 20px;
  border: 0;
}
.flow-box_contents .line_flow01_introBox .icon {
  width: 100px;
}
@media screen and (max-width: 1300px) {
  .flow-box_contents .line_flow01_introBox .icon {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box_contents .line_flow01_introBox .icon {
    width: 86px;
  }
}
.flow-box_contents .line_flow01_introBox .white_txt {
  margin-bottom: 0;
  color: white;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .flow-box_contents .line_flow01_introBox .white_txt {
    font-size: 20px;
  }
}

.move_button.sliderBtn_wrap {
  margin-bottom: 15px;
}

.flow-box_wrap {
  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;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow-box_wrap {
    row-gap: 30px;
    margin-bottom: 25px;
  }
}

.move_button.topApply {
  display: inline-block;
}
.move_button.topApply.step03 {
  margin-bottom: 10px;
}
.move_button.topApply.step03 a {
  width: 100%;
  color: white;
  padding: 11px 20px 13px;
  white-space: inherit;
}

.move_button.addShadow.entryBtn_wrap {
  margin-bottom: 0px;
}
.move_button.addShadow.entryBtn_wrap a.entryBtn {
  padding: 20px 42px 20px;
}
@media screen and (max-width: 768px) {
  .move_button.addShadow.entryBtn_wrap a.entryBtn {
    padding: 18px 42px 18px;
  }
}
.move_button.addShadow.entryBtn_wrap a.entryBtn::before {
  background: #B52626;
  border: 1px solid #B52626;
}
.move_button.addShadow.entryBtn_wrap a.entryBtn .txt {
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .move_button.addShadow.entryBtn_wrap a.entryBtn .txt {
    font-size: 22px;
  }
}
.move_button.addShadow.entryBtn_wrap a.entryBtn::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.move_button.medal_checkBtn_step03 {
  margin: 20px auto 0;
}

.move_button.noMargin {
  margin-bottom: 0;
}

.recommend_fukidashi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 20px;
}
@media screen and (max-width: 768px) {
  .recommend_fukidashi_wrap {
    margin: 15px auto 12px;
  }
}

.recommend_fukidashi {
  border-radius: 6px;
  background: #B52626;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
}
.recommend_fukidashi .txt {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recommend_fukidashi .txt {
    font-size: 16px;
  }
}
.recommend_fukidashi .arrow {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .recommend_fukidashi .arrow {
    bottom: -7px;
  }
}

.flow-box_contents .register_flow li p.txt {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .flow-box_contents .register_flow li p.txt {
    font-size: min(3.4vw, 13px);
  }
}

.register_flow_image_wrap01_01 .MSP-App {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register_flow_image_wrap01_01 .MSP_icon {
  width: 77px;
  display: block;
  margin: 0 auto 3px;
}

.MSP-AppLink {
  display: block;
  margin-top: 3px;
}

.MSP-App01 {
  width: 140px;
}

.MSP-App02 {
  width: 172px;
}

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

.slider_tabs_block {
  overflow: hidden;
}

.js_appearance {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.js_appearance.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.web_linkTxtWrap {
  margin: 20px auto 40px;
  margin: 6px auto 22px;
}
.web_linkTxtWrap.wrap02 {
  margin-bottom: 0;
}

.web_linkTxt,
.web_linkTxt .link {
  color: #113D77;
  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) {
  .web_linkTxt,
  .web_linkTxt .link {
    font-size: min(3.3vw, 20px);
  }
}

.web_linkTxt .link,
.web_linkTxt .linkTxt {
  text-decoration: underline;
  color: #113D77;
}

.tab_appearance {
  display: none;
}
@media screen and (max-width: 1250px) {
  .tab_appearance {
    display: block;
  }
}

.prize_image {
  position: relative;
}
.prize_image .tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.flow-box_contents .register_flow li p.register_flow_sub {
  letter-spacing: 0.05em;
}

#prize01_all {
  padding-top: 5px;
  margin-bottom: 0;
}

.move_button.step01Btn a {
  width: 320px;
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .move_button.step01Btn a {
    width: min(73vw, 300px);
    padding: 19px 0;
  }
}
.move_button.step01Btn a .txt02 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .move_button.step01Btn a .txt02 {
    font-size: min(3.3vw, 15px);
  }
}

#flow .flow-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 38px 0 48px;
  background: #c1e9ff;
}
@media screen and (max-width: 768px) {
  #flow .flow-box {
    padding: min(9.7vw, 38px) 0 min(12.3vw, 48px);
  }
}
#flow .content-inside {
  width: 100%;
}
#flow .appli-method {
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  #flow .appli-method {
    margin-bottom: 16px;
  }
}
#flow .appli-method .title {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #flow .appli-method .title {
    font-size: 23px;
    padding: 0 12px;
  }
}
#flow #conditions {
  margin-bottom: 0;
}
#flow .entry-method-intro {
  margin: 0;
  color: #113d77;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #flow .entry-method-intro {
    font-size: min(6.2vw, 24px);
  }
}
#flow .flow-box_wrap {
  row-gap: 0;
}
#flow #step01 .step_wrap {
  background: transparent;
}
#flow .flow-box_wrap > .step_wrap:not(#Apply),
#flow #step01 .yellow-tri {
  display: none;
}
#flow .recommend_fukidashi_wrap {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 4px);
  left: 25%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #flow .recommend_fukidashi_wrap {
    bottom: calc(100% + min(1vw, 4px));
  }
}
#flow .recommend_fukidashi {
  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: 8px;
  padding: 0;
  background: transparent;
}
#flow .recommend_fukidashi .txt {
  color: #b52626;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #flow .recommend_fukidashi .txt {
    font-size: 17px;
  }
}
#flow .recommend_fukidashi__deco {
  display: block;
  width: 13px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  #flow .recommend_fukidashi::before, #flow .recommend_fukidashi::after {
    font-size: min(5.1vw, 20px);
  }
}
#flow .web_linkBtn_wrap {
  margin: 18px auto 0px;
}
@media screen and (max-width: 768px) {
  #flow .web_linkBtn_wrap {
    margin: 12px auto 0;
  }
}
#flow .web_linkTxt {
  color: #113d77;
  font-size: 14px;
  line-height: 1.5;
}
#flow .web_linkTxt .link,
#flow .web_linkTxt .linkTxt {
  color: inherit;
}
#flow #Apply {
  margin: 0;
  background: transparent;
}
#flow #Apply .flow-box_contents_inner {
  padding: 0;
}
#flow #Apply .step_number_wrap {
  display: none;
}
#flow #Apply .howto_register {
  margin: 0 0 18px;
  color: #113d77;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #flow #Apply .howto_register {
    font-size: min(5.2vw, 21px);
  }
}
#flow #Apply .howto_register::before,
#flow #Apply .howto_register::after {
  color: #113d77;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #flow #Apply .howto_register::before,
  #flow #Apply .howto_register::after {
    font-size: min(5.6vw, 22px);
  }
}
#flow #Apply .move_button.addShadow.entryBtn_wrap {
  width: 380px;
  max-width: 100%;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  #flow #Apply .move_button.addShadow.entryBtn_wrap {
    width: min(77vw, 380px);
    margin-bottom: min(4.6vw, 18px);
  }
}
#flow #Apply .caution {
  color: #113d77;
}
#flow .target-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 38px auto 0;
  padding: 0 0px 0px;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #flow .target-card {
    margin: 28px auto 0;
    padding: 0 0px 0px;
  }
}
#flow .target-card .title {
  margin-bottom: 16px;
  color: #113d77;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #flow .target-card .title {
    font-size: min(4.2vw, 22px);
  }
}
#flow .target-card_contents {
  border-color: #113d77;
}
#flow .target-card_contents .lead {
  color: #0068b7;
}
#flow .target-card_contents .text,
#flow .target-card_contents .caution,
#flow .bottom-caution {
  color: #113d77;
}
#flow .target-card_contents .text,
#flow .target-card_contents .caution,
#flow .bottom-caution {
  color: black;
}
#flow .bottom-caution {
  margin: 0;
}
#flow .target-card + .bottom-caution {
  border-top: 0;
}

.move_button.kv-entry-button {
  display: block;
  position: relative;
}
.move_button.kv-entry-button .floating_txt_link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0 10px;
  border: 1px solid #b52626;
  border-radius: 50px;
  background: #b52626;
  color: #fff;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.move_button.kv-entry-button .floating_txt_link::before {
  content: none;
}
.move_button.kv-entry-button .floating_txt_link::after {
  right: 10%;
  width: 10px;
  height: 10px;
  border-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}
.move_button.kv-entry-button .floating_txt_link p {
  margin: 0;
  color: inherit;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.move_button.kv-entry-button .floating_txt_link:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  background: #fff;
  color: #b52626;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.move_button.kv-entry-button .floating_txt_link:hover::after {
  border-color: #b52626;
  -webkit-transform: translate(8px, -50%) rotate(-45deg);
          transform: translate(8px, -50%) rotate(-45deg);
}

#flow .move_button.kv-entry-button {
  width: 100%;
  margin-bottom: 18px;
}
#flow .move_button.kv-entry-button .floating_txt_link {
  width: 420px;
  padding: 19px 0 20px;
}
@media screen and (max-width: 768px) {
  #flow .move_button.kv-entry-button .floating_txt_link {
    padding: 13px 0 14px;
    width: 93%;
  }
  #flow .move_button.kv-entry-button .floating_txt_link p {
    font-size: min(5.8vw, 23px);
  }
}

#information {
  position: relative;
  z-index: 1;
  background: transparent;
}
#information .information-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0px 48px;
  background: linear-gradient(150deg, #feeea5 0%, #d0b366 100%);
  color: #113d77;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #information .information-inner {
    padding: 30px 0px 30px;
  }
}
#information .information-title {
  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: 18px;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #information .information-title {
    gap: min(3.2vw, 18px);
    font-size: min(5.4vw, 30px);
  }
}
#information .information-title__deco {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  #information .information-title__deco {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
}
#information .information-lead {
  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: 14px;
  margin: 16px 0 19px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#information .information-lead::before, #information .information-lead::after {
  display: block;
  width: 1px;
  height: 28px;
  background: #113d77;
  content: "";
}
@media screen and (max-width: 768px) {
  #information .information-lead {
    gap: min(2.5vw, 14px);
    margin: min(2.3vw, 13px) 0 min(3.4vw, 19px);
    font-size: min(4.3vw, 24px);
  }
  #information .information-lead::before, #information .information-lead::after {
    height: min(5vw, 28px);
  }
}
#information .information-lead::before {
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}
#information .information-lead::after {
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
#information .information-cassette {
  position: relative;
}
#information .information-cassette::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information .information-cassette .link {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  z-index: 1;
}
#information .information-cassette .link img {
  position: relative;
  display: block;
}
#information .information-cassette .link:hover {
  opacity: 0.6;
}

#members {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
}
#members .members-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0px;
  background: #3883ae;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #members .members-inner {
    min-height: 0;
    padding: 30px 0;
  }
}
#members .members-title {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid currentColor;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #members .members-title {
    font-size: min(6.25vw, 35px);
  }
}
#members .members-lead {
  margin: 20px 0 28px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #members .members-lead {
    margin: min(3.6vw, 20px) 0 min(5vw, 28px);
    font-size: min(4.1vw, 23px);
  }
}
#members .members-button-wrap {
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #members .members-button-wrap {
    margin-top: min(5.4vw, 30px);
  }
}
#members .members-button {
  width: 100%;
  margin: 0;
}
#members .members-button a.arrow_right {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 732/231;
  max-width: none;
  overflow: hidden;
  border: 0;
  background: url("/msppoint/membersprogram/present2026autumn/common/image/MP_btn01.png") center/100% 100% no-repeat;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: background-image 0.25s ease;
  transition: background-image 0.25s ease;
}
#members .members-button a.arrow_right::before {
  content: none;
}
#members .members-button a.arrow_right::after {
  display: none;
}
#members .members-button a.arrow_right:hover {
  -webkit-transform: none;
          transform: none;
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/MP_btn02.png");
}
#members .members-button a.arrow_right:hover .members-button__arrow {
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
#members .members-button a.arrow_right:hover .members-button__arrow-default {
  opacity: 0;
}
#members .members-button a.arrow_right:hover .members-button__arrow-hover {
  opacity: 1;
}
#members .members-button__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5.5%;
  width: 6.56%;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#members .members-button__arrow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#members .members-button__arrow-hover {
  opacity: 0;
}

#contact {
  background: transparent;
}
#contact .content-innner {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact .content-innner {
    padding-top: 30px;
  }
}

.entry-method-tabs {
  --entry-method-tab-color: #3883ae;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .entry-method-tabs {
    margin-top: 0;
  }
}
.entry-method-tabs.is-line {
  --entry-method-tab-color: #65a56d;
}
.entry-method-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .entry-method-tabs__list {
    gap: 4px;
  }
}
.entry-method-tabs__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border: 0;
  border-radius: 20px 20px 0 0;
  padding: 18px 12px;
  color: #fff;
  background: #3883ae;
  font: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .entry-method-tabs__tab {
    border-radius: 12px 12px 0 0;
    font-size: min(4.5vw, 20px);
    padding: 13px 6px;
  }
}
.entry-method-tabs__tab.is-active {
  background: var(--entry-method-tab-color);
}
.entry-method-tabs__tab[data-entry-method-tab=line] {
  background: #65a56d;
}
.entry-method-tabs__panels {
  border: 4px solid var(--entry-method-tab-color);
  border-radius: 0 0 20px 20px;
  padding: 28px 20px;
  background: var(--entry-method-tab-color);
}
@media screen and (max-width: 768px) {
  .entry-method-tabs__panels {
    border-width: 2px;
    border-radius: 0 0 12px 12px;
    padding: 16px 8px;
  }
}
.entry-method-tabs__panel[hidden] {
  display: none;
}
.entry-method-tabs__panel .howto_register {
  display: none;
}

.entry-flow-scroll-area {
  --entry-flow-card-width: 330px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid #113d77;
  border-radius: 12px;
  background: #fff;
  cursor: -webkit-grab;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .entry-flow-scroll-area {
    --entry-flow-card-width: 300px;
  }
}
.entry-flow-scroll-area::-webkit-scrollbar {
  display: none;
}
.entry-flow-scroll-area img {
  -webkit-user-drag: none;
  user-drag: none;
}
.entry-flow-scroll-area.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.entry-flow-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 10px 20px;
  width: 1320px;
  min-width: 1320px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .entry-flow-progress {
    width: 1200px;
    min-width: 1200px;
    max-width: none;
    padding: 14px 10px 0px;
  }
}
.entry-flow-progress > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--entry-flow-card-width);
          flex: 0 0 var(--entry-flow-card-width);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-flow-progress span {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #113d77;
  background: #c1e9ff;
  font-size: 21px;
  line-height: 1;
}
.entry-flow-progress i {
  position: absolute;
  top: 50%;
  display: block;
  height: 4px;
  background: #c1e9ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry-flow-progress i {
    height: 5px;
  }
}
.entry-flow-progress i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--entry-flow-progress-right-inset, 0px) * -1);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid #c1e9ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-flow-progress__left {
  left: 0;
  right: calc(50% + 26px);
}
@media screen and (max-width: 768px) {
  .entry-flow-progress__left {
    right: calc(50% + 19px);
  }
}
.entry-flow-progress__left::after {
  display: none;
}
.entry-flow-progress__right {
  left: calc(50% + 26px);
  right: var(--entry-flow-progress-right-inset, 0px);
}
@media screen and (max-width: 768px) {
  .entry-flow-progress__right {
    left: calc(50% + 19px);
    right: var(--entry-flow-progress-right-inset, 0px);
  }
}

.entry-flow-cards {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0;
  width: 1320px;
  min-width: 1320px;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .entry-flow-cards {
    width: 1200px;
    min-width: 1200px;
    max-width: none;
  }
}

#flow .entry-flow-cards .ex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--entry-flow-card-width);
          flex: 0 0 var(--entry-flow-card-width);
  min-width: var(--entry-flow-card-width);
  min-height: 620px;
  margin: 0 !important;
  padding: 20px 12px 0px;
  border: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  #flow .entry-flow-cards .ex {
    min-height: inherit;
    padding: 12px 12px 0px;
  }
}
#flow .entry-flow-cards .ex + .ex {
  border-radius: 0;
  border-left: 1px solid #113d77;
}
#flow .entry-flow-cards .number_wrap {
  display: none;
}
#flow .entry-flow-cards .entry-flow-count {
  margin: auto 0 0;
  padding-top: 18px;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #flow .entry-flow-cards .entry-flow-count {
    padding-top: 8px;
  }
}

.all-wrap {
  position: relative;
  isolation: isolate;
}
.all-wrap::before {
  content: "";
  position: absolute;
  top: var(--contents-background-top, 0px);
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("/msppoint/membersprogram/present2026autumn/common/image/contents_background_PC.jpg") center top/100% auto no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .all-wrap::before {
    display: none;
  }
}
.all-wrap.is-contents-background-fixed::before {
  position: fixed;
  top: 0;
}
.all-wrap > header,
.all-wrap > .KV_icon_wrap,
.all-wrap > .AllWapbox {
  position: relative;
  z-index: 1;
}

.AllWapbox {
  position: relative;
  isolation: isolate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/msppoint/membersprogram/present2026autumn/common/image/KV_background_PC.png?2604");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
  .AllWapbox {
    background-color: #142554;
  }
}
@media screen and (max-width: 768px) {
  .AllWapbox {
    background-image: url("/msppoint/membersprogram/present2026autumn/common/image/KV_background_sp.jpg?2604"), -webkit-gradient(linear, left bottom, left top, color-stop(-6.84%, #4D6EAB), color-stop(103.5%, #142554));
    background-image: url("/msppoint/membersprogram/present2026autumn/common/image/KV_background_sp.jpg?2604"), linear-gradient(0deg, #4D6EAB -6.84%, #142554 103.5%);
    background-position: center top, center top;
    background-size: 100% auto, 100% 100%;
  }
}
.AllWapbox > .KV_allWrap {
  position: relative;
  z-index: 3;
}
.AllWapbox > .contents_all {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .AllWapbox > .contents_all {
    z-index: 4;
  }
}

.kv_decoWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 83.333333vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .kv_decoWrap {
    height: 130vh;
    overflow: hidden;
  }
}

#js-ham {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#js-ham.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kv-leaf-decor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 83.333333vw;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv-leaf-decor {
    overflow: visible;
  }
}
.kv-leaf-decor .kv-leaf {
  position: absolute;
  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-filter: drop-shadow(16px 14px 15px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(16px 14px 15px rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 768px) {
  .kv-leaf-decor .kv-leaf {
    -webkit-filter: drop-shadow(5px 3px 3px rgba(0, 0, 0, 0.75));
            filter: drop-shadow(5px 3px 3px rgba(0, 0, 0, 0.75));
  }
}
.kv-leaf-decor .kv-leaf.kv-leaf21 {
  -webkit-filter: drop-shadow(0px 25px 15px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0px 25px 15px rgba(0, 0, 0, 0.75));
}
.kv-leaf-decor .kv-leaf img {
  display: block;
  height: auto;
  max-width: none;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: kv-leaf-rustle 4s ease-in-out both;
          animation: kv-leaf-rustle 4s ease-in-out both;
  will-change: transform;
}

.kv-photo-decor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 87.430556vw;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv-photo-decor {
    overflow: visible;
  }
}
.kv-photo-decor .kv-photo,
.kv-photo-decor .kv-photo__frame,
.kv-photo-decor .kv-photo__image {
  position: absolute;
  display: block;
}
.kv-photo-decor .kv-photo {
  opacity: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(var(--photo-rotate));
          transform: rotate(var(--photo-rotate));
}
.kv-photo-decor .kv-photo:not(.leaf01) {
  opacity: 0;
  -webkit-animation: kv-photo-frame-in 0.9s ease-out forwards;
          animation: kv-photo-frame-in 0.9s ease-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-photo-decor .kv-photo:not(.leaf01)::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: #e1e8ed;
  opacity: 1;
}
.kv-photo-decor .kv-photo__frame {
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(-11px 14px 10px rgba(0, 0, 0, 0.47));
          filter: drop-shadow(-11px 14px 10px rgba(0, 0, 0, 0.47));
  opacity: 1;
}
.kv-photo-decor .kv-photo__image {
  z-index: 2;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: kv-photo-image-in 1.6s ease-out forwards;
          animation: kv-photo-image-in 1.6s ease-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-photo-decor.is-photo-animation-started .kv-photo:not(.leaf01),
.kv-photo-decor.is-photo-animation-started .kv-photo__image {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.kv-title-motion {
  position: relative;
  width: 100%;
  aspect-ratio: 686/432;
  overflow: visible;
}
.kv-title-motion img {
  display: block;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.kv-title-motion__title-wrap, .kv-title-motion__label, .kv-title-motion__day, .kv-title-motion__leaf, .kv-title-motion__star {
  position: absolute;
  pointer-events: none;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-title-motion__title-wrap {
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: kv-title-wrap 4.1s linear forwards;
          animation: kv-title-wrap 4.1s linear forwards;
}
.kv-title-motion__sub, .kv-title-motion__main, .kv-title-motion__bottom {
  position: absolute;
  height: auto;
}
.kv-title-motion__sub {
  top: 0;
  left: 11.516%;
  width: 76.58%;
}
.kv-title-motion__main {
  top: 11.704%;
  left: 0.913%;
  width: 91.333%;
}
.kv-title-motion__bottom {
  top: 44%;
  left: 20.026%;
  width: 62.293%;
  z-index: 2;
}
.kv-title-motion__label {
  display: block;
  z-index: 0;
  top: 46.991%;
  left: 75.959%;
  width: 24.136%;
  opacity: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: kv-title-label 4.1s linear forwards;
          animation: kv-title-label 4.1s linear forwards;
}
.kv-title-motion__label img {
  width: 100%;
  height: auto;
}
.kv-title-motion__day {
  top: 79.63%;
  left: 15.606%;
  width: 63.265%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: kv-title-day 4.1s linear forwards;
          animation: kv-title-day 4.1s linear forwards;
}
.kv-title-motion__day img {
  width: 100%;
  height: auto;
}
.kv-title-motion__leaf {
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.kv-title-motion__leaf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-title-motion__leaf--01 {
  top: 3.168%;
  left: 87.478%;
  width: 10.306%;
  height: 17.153%;
  -webkit-animation: kv-title-leaf01 4.1s linear forwards;
          animation: kv-title-leaf01 4.1s linear forwards;
}
.kv-title-motion__leaf--02 {
  top: 51.997%;
  left: 1.531%;
  width: 17.832%;
  height: 29.213%;
  -webkit-animation: kv-title-leaf02 4.1s linear forwards;
          animation: kv-title-leaf02 4.1s linear forwards;
}
.kv-title-motion__leaf--03 {
  top: 37.084%;
  left: 87.347%;
  width: 11%;
  height: 17.378%;
  -webkit-animation: kv-title-leaf03 4.1s linear forwards;
          animation: kv-title-leaf03 4.1s linear forwards;
}
.kv-title-motion__leaf--04 {
  top: 8.543%;
  left: -0.19%;
  width: 12.114%;
  height: 19.908%;
  -webkit-animation: kv-title-leaf04 4.1s linear forwards;
          animation: kv-title-leaf04 4.1s linear forwards;
}
.kv-title-motion__star {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: kv-title-star 4.1s linear forwards;
          animation: kv-title-star 4.1s linear forwards;
}
.kv-title-motion__star--01 {
  top: 52.083%;
  left: 74.064%;
  width: 1.458%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv-title-motion__star--02 {
  top: 38.889%;
  left: 5.405%;
  width: 1.458%;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.kv-title-motion__star--03 {
  top: 14.815%;
  left: 81.207%;
  width: 1.458%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.kv-title-motion__star--04 {
  top: 47.222%;
  left: 39.079%;
  width: 2.332%;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.kv-title-motion__star--05 {
  top: 48.611%;
  left: 71.149%;
  width: 2.332%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.kv-title-motion__star--06 {
  top: 12.037%;
  left: 83.394%;
  width: 2.332%;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.kv-title-motion__star--07 {
  top: 41.898%;
  left: 3.51%;
  width: 2.332%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.kv-title-motion__star--08 {
  top: 44.907%;
  left: 7.592%;
  width: 3.186%;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.kv-title-motion__star--09 {
  top: 10.502%;
  left: 17.198%;
  width: 18.594%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.kv-title-motion__star--10 {
  top: 30.762%;
  left: 57.286%;
  width: 10.888%;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.kv-title-motion__star--11 {
  top: 20.123%;
  left: 80.031%;
  width: 17.583%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv-title-motion__star--12 {
  top: 13.989%;
  left: 41.038%;
  width: 14.648%;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.kv-title-motion__star--13 {
  top: 28.083%;
  left: 3.704%;
  width: 13.316%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.kv-title-motion__star--14 {
  top: 59.954%;
  left: 15.026%;
  width: 2.332%;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.kv-title-motion__star--15 {
  top: 45.285%;
  left: 61.963%;
  width: 13.717%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.kv-title-motion__star--16 {
  top: 56.167%;
  left: 17.306%;
  width: 10.214%;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.kv-title-motion.is-show .kv-title-motion__title-wrap,
.kv-title-motion.is-show .kv-title-motion__label,
.kv-title-motion.is-show .kv-title-motion__day,
.kv-title-motion.is-show .kv-title-motion__leaf,
.kv-title-motion.is-show .kv-title-motion__star {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 768px) {
  .kv-title-motion {
    aspect-ratio: 416/290;
  }
  .kv-title-motion__main {
    top: 12.704%;
  }
  .kv-title-motion__bottom {
    top: 42%;
  }
  .kv-title-motion__label {
    top: 54.991%;
    left: 72.959%;
    width: 29.136%;
  }
  .kv-title-motion__day {
    top: 72.63%;
    left: 19.606%;
    width: 56.265%;
  }
  .kv-title-motion__leaf--01 {
    top: 0.6%;
    left: 86.37%;
    width: 10.96%;
    height: 15.86%;
  }
  .kv-title-motion__leaf--02 {
    top: 44.63%;
    left: 6.17%;
    width: 15.6%;
    height: 22.32%;
  }
  .kv-title-motion__leaf--03 {
    top: 38.83%;
    left: 75.97%;
    width: 13.1%;
    height: 18.84%;
  }
  .kv-title-motion__leaf--04 {
    top: 4.04%;
    left: 0.39%;
    width: 12.25%;
    height: 17.57%;
  }
  .kv-title-motion__star--01 {
    top: 52.33%;
    left: 17.84%;
    width: 2.336%;
  }
  .kv-title-motion__star--02 {
    top: 38.285%;
    left: 2.621%;
    width: 2.336%;
  }
  .kv-title-motion__star--03 {
    top: 11.05%;
    left: 83.16%;
    width: 2.336%;
  }
  .kv-title-motion__star--04 {
    top: 41.03%;
    left: 6.735%;
    width: 3.296%;
  }
  .kv-title-motion__star--05 {
    top: 44.41%;
    left: 72.26%;
    width: 2.336%;
  }
  .kv-title-motion__star--06 {
    top: 42.8%;
    left: 40.17%;
    width: 2.336%;
  }
  .kv-title-motion__star--07 {
    top: 13.58%;
    left: 80.95%;
    width: 1.538%;
  }
  .kv-title-motion__star--08 {
    top: 35.54%;
    left: 4.53%;
    width: 1.538%;
  }
  .kv-title-motion__star--09 {
    top: 25.69%;
    left: 2.816%;
    width: 13.425%;
  }
  .kv-title-motion__star--10 {
    top: 12.83%;
    left: 40.456%;
    width: 14.767%;
  }
  .kv-title-motion__star--11 {
    top: 18.42%;
    left: 79.77%;
    width: 17.728%;
  }
  .kv-title-motion__star--12 {
    top: 28.13%;
    left: 56.84%;
    width: 10.977%;
  }
  .kv-title-motion__star--13 {
    top: 9.65%;
    left: 16.42%;
    width: 18.747%;
  }
  .kv-title-motion__star--14 {
    top: 47.57%;
    left: 75.2%;
    width: 1.538%;
  }
  .kv-title-motion__star--15 {
    top: 51.3%;
    left: 17.97%;
    width: 10.3%;
  }
  .kv-title-motion__star--16 {
    top: 41.38%;
    left: 63.24%;
    width: 13.83%;
  }
}

@-webkit-keyframes kv-title-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  39.024%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes kv-title-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  39.024%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kv-title-label {
  0%, 17.073% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  31.707%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv-title-label {
  0%, 17.073% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  31.707%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kv-title-day {
  0%, 15.854% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  54.878%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kv-title-day {
  0%, 15.854% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  54.878%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kv-title-star {
  0%, 10% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  23%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv-title-star {
  0%, 10% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  23%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kv-title-leaf01 {
  0%, 34.146% {
    opacity: 0;
    -webkit-transform: translate(-8px, -40px) rotate(0) scale(0.7);
            transform: translate(-8px, -40px) rotate(0) scale(0.7);
  }
  36.585% {
    opacity: 0.1;
    -webkit-transform: translate(-6.956px, -39.79px) rotate(0) scale(0.74);
            transform: translate(-6.956px, -39.79px) rotate(0) scale(0.74);
  }
  39.024% {
    opacity: 0.2;
    -webkit-transform: translate(-3.471px, -39.06px) rotate(0) scale(0.79);
            transform: translate(-3.471px, -39.06px) rotate(0) scale(0.79);
  }
  41.463% {
    opacity: 0.3;
    -webkit-transform: translate(2.491px, -37.606px) rotate(-8deg) scale(0.83);
            transform: translate(2.491px, -37.606px) rotate(-8deg) scale(0.83);
  }
  43.902% {
    opacity: 0.4;
    -webkit-transform: translate(9.375px, -35.155px) rotate(-16deg) scale(0.88);
            transform: translate(9.375px, -35.155px) rotate(-16deg) scale(0.88);
  }
  46.341% {
    opacity: 0.5;
    -webkit-transform: translate(14.715px, -31.499px) rotate(-22deg) scale(0.92);
            transform: translate(14.715px, -31.499px) rotate(-22deg) scale(0.92);
  }
  48.78% {
    opacity: 0.6;
    -webkit-transform: translate(17.473px, -26.892px) rotate(-24deg) scale(0.96);
            transform: translate(17.473px, -26.892px) rotate(-24deg) scale(0.96);
  }
  50.537% {
    opacity: 0.7;
    -webkit-transform: translate(17.921px, -23.5px) rotate(-24deg) scale(0.98);
            transform: translate(17.921px, -23.5px) rotate(-24deg) scale(0.98);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(17.921px, -22.17px) rotate(-23deg) scale(1);
            transform: translate(17.921px, -22.17px) rotate(-23deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(16.192px, -18.008px) rotate(-17deg) scale(1);
            transform: translate(16.192px, -18.008px) rotate(-17deg) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(11.84px, -14.564px) rotate(-11deg) scale(1);
            transform: translate(11.84px, -14.564px) rotate(-11deg) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(4.989px, -11.754px) rotate(-6deg) scale(1);
            transform: translate(4.989px, -11.754px) rotate(-6deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(-2.676px, -9.455px) rotate(-2deg) scale(1);
            transform: translate(-2.676px, -9.455px) rotate(-2deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(-8.726px, -7.562px) rotate(-0.5deg) scale(1);
            transform: translate(-8.726px, -7.562px) rotate(-0.5deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(-12.094px, -5.997px) rotate(0) scale(1);
            transform: translate(-12.094px, -5.997px) rotate(0) scale(1);
  }
  68.098% {
    opacity: 0.7;
    -webkit-transform: translate(-12.993px, -4.81px) rotate(0) scale(1);
            transform: translate(-12.993px, -4.81px) rotate(0) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(-11.687px, -3.622px) rotate(-1deg) scale(1);
            transform: translate(-11.687px, -3.622px) rotate(-1deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(-8.892px, -2.733px) rotate(-3deg) scale(1);
            transform: translate(-8.892px, -2.733px) rotate(-3deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(-6.212px, -2.004px) rotate(-5deg) scale(1);
            transform: translate(-6.212px, -2.004px) rotate(-5deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(-4.148px, -1.414px) rotate(-7deg) scale(1);
            transform: translate(-4.148px, -1.414px) rotate(-7deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(-2.638px, -0.945px) rotate(-9deg) scale(1);
            transform: translate(-2.638px, -0.945px) rotate(-9deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(-1.56px, -0.583px) rotate(-10deg) scale(1);
            transform: translate(-1.56px, -0.583px) rotate(-10deg) scale(1);
  }
  85.366% {
    opacity: 0.7;
    -webkit-transform: translate(-0.817px, -0.317px) rotate(-10deg) scale(1);
            transform: translate(-0.817px, -0.317px) rotate(-10deg) scale(1);
  }
  87.805% {
    opacity: 0.7;
    -webkit-transform: translate(-0.34px, -0.136px) rotate(-10deg) scale(1);
            transform: translate(-0.34px, -0.136px) rotate(-10deg) scale(1);
  }
  90.244% {
    opacity: 0.7;
    -webkit-transform: translate(-0.08px, -0.033px) rotate(-10deg) scale(1);
            transform: translate(-0.08px, -0.033px) rotate(-10deg) scale(1);
  }
  92.683%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(-10deg) scale(1);
            transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}
@keyframes kv-title-leaf01 {
  0%, 34.146% {
    opacity: 0;
    -webkit-transform: translate(-8px, -40px) rotate(0) scale(0.7);
            transform: translate(-8px, -40px) rotate(0) scale(0.7);
  }
  36.585% {
    opacity: 0.1;
    -webkit-transform: translate(-6.956px, -39.79px) rotate(0) scale(0.74);
            transform: translate(-6.956px, -39.79px) rotate(0) scale(0.74);
  }
  39.024% {
    opacity: 0.2;
    -webkit-transform: translate(-3.471px, -39.06px) rotate(0) scale(0.79);
            transform: translate(-3.471px, -39.06px) rotate(0) scale(0.79);
  }
  41.463% {
    opacity: 0.3;
    -webkit-transform: translate(2.491px, -37.606px) rotate(-8deg) scale(0.83);
            transform: translate(2.491px, -37.606px) rotate(-8deg) scale(0.83);
  }
  43.902% {
    opacity: 0.4;
    -webkit-transform: translate(9.375px, -35.155px) rotate(-16deg) scale(0.88);
            transform: translate(9.375px, -35.155px) rotate(-16deg) scale(0.88);
  }
  46.341% {
    opacity: 0.5;
    -webkit-transform: translate(14.715px, -31.499px) rotate(-22deg) scale(0.92);
            transform: translate(14.715px, -31.499px) rotate(-22deg) scale(0.92);
  }
  48.78% {
    opacity: 0.6;
    -webkit-transform: translate(17.473px, -26.892px) rotate(-24deg) scale(0.96);
            transform: translate(17.473px, -26.892px) rotate(-24deg) scale(0.96);
  }
  50.537% {
    opacity: 0.7;
    -webkit-transform: translate(17.921px, -23.5px) rotate(-24deg) scale(0.98);
            transform: translate(17.921px, -23.5px) rotate(-24deg) scale(0.98);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(17.921px, -22.17px) rotate(-23deg) scale(1);
            transform: translate(17.921px, -22.17px) rotate(-23deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(16.192px, -18.008px) rotate(-17deg) scale(1);
            transform: translate(16.192px, -18.008px) rotate(-17deg) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(11.84px, -14.564px) rotate(-11deg) scale(1);
            transform: translate(11.84px, -14.564px) rotate(-11deg) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(4.989px, -11.754px) rotate(-6deg) scale(1);
            transform: translate(4.989px, -11.754px) rotate(-6deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(-2.676px, -9.455px) rotate(-2deg) scale(1);
            transform: translate(-2.676px, -9.455px) rotate(-2deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(-8.726px, -7.562px) rotate(-0.5deg) scale(1);
            transform: translate(-8.726px, -7.562px) rotate(-0.5deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(-12.094px, -5.997px) rotate(0) scale(1);
            transform: translate(-12.094px, -5.997px) rotate(0) scale(1);
  }
  68.098% {
    opacity: 0.7;
    -webkit-transform: translate(-12.993px, -4.81px) rotate(0) scale(1);
            transform: translate(-12.993px, -4.81px) rotate(0) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(-11.687px, -3.622px) rotate(-1deg) scale(1);
            transform: translate(-11.687px, -3.622px) rotate(-1deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(-8.892px, -2.733px) rotate(-3deg) scale(1);
            transform: translate(-8.892px, -2.733px) rotate(-3deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(-6.212px, -2.004px) rotate(-5deg) scale(1);
            transform: translate(-6.212px, -2.004px) rotate(-5deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(-4.148px, -1.414px) rotate(-7deg) scale(1);
            transform: translate(-4.148px, -1.414px) rotate(-7deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(-2.638px, -0.945px) rotate(-9deg) scale(1);
            transform: translate(-2.638px, -0.945px) rotate(-9deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(-1.56px, -0.583px) rotate(-10deg) scale(1);
            transform: translate(-1.56px, -0.583px) rotate(-10deg) scale(1);
  }
  85.366% {
    opacity: 0.7;
    -webkit-transform: translate(-0.817px, -0.317px) rotate(-10deg) scale(1);
            transform: translate(-0.817px, -0.317px) rotate(-10deg) scale(1);
  }
  87.805% {
    opacity: 0.7;
    -webkit-transform: translate(-0.34px, -0.136px) rotate(-10deg) scale(1);
            transform: translate(-0.34px, -0.136px) rotate(-10deg) scale(1);
  }
  90.244% {
    opacity: 0.7;
    -webkit-transform: translate(-0.08px, -0.033px) rotate(-10deg) scale(1);
            transform: translate(-0.08px, -0.033px) rotate(-10deg) scale(1);
  }
  92.683%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(-10deg) scale(1);
            transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}
@-webkit-keyframes kv-title-leaf02 {
  0%, 25.61% {
    opacity: 0;
    -webkit-transform: translate(8px, -40px) rotate(0) scale(0.7);
            transform: translate(8px, -40px) rotate(0) scale(0.7);
  }
  26.829% {
    opacity: 0.1;
    -webkit-transform: translate(7.751px, -39.95px) rotate(0) scale(0.74);
            transform: translate(7.751px, -39.95px) rotate(0) scale(0.74);
  }
  29.268% {
    opacity: 0.2;
    -webkit-transform: translate(5.545px, -39.502px) rotate(0) scale(0.79);
            transform: translate(5.545px, -39.502px) rotate(0) scale(0.79);
  }
  31.707% {
    opacity: 0.3;
    -webkit-transform: translate(0.75px, -38.439px) rotate(0) scale(0.83);
            transform: translate(0.75px, -38.439px) rotate(0) scale(0.83);
  }
  34.146% {
    opacity: 0.4;
    -webkit-transform: translate(-5.983px, -36.523px) rotate(8deg) scale(0.88);
            transform: translate(-5.983px, -36.523px) rotate(8deg) scale(0.88);
  }
  36.585% {
    opacity: 0.5;
    -webkit-transform: translate(-12.349px, -33.479px) rotate(16deg) scale(0.92);
            transform: translate(-12.349px, -33.479px) rotate(16deg) scale(0.92);
  }
  39.024% {
    opacity: 0.6;
    -webkit-transform: translate(-16.415px, -29.27px) rotate(22deg) scale(0.96);
            transform: translate(-16.415px, -29.27px) rotate(22deg) scale(0.96);
  }
  42% {
    opacity: 0.7;
    -webkit-transform: translate(-17.95px, -23.5px) rotate(24deg) scale(1);
            transform: translate(-17.95px, -23.5px) rotate(24deg) scale(1);
  }
  43.902% {
    opacity: 0.7;
    -webkit-transform: translate(-17.357px, -20px) rotate(23deg) scale(1);
            transform: translate(-17.357px, -20px) rotate(23deg) scale(1);
  }
  46.341% {
    opacity: 0.7;
    -webkit-transform: translate(-14.363px, -16.2px) rotate(17deg) scale(1);
            transform: translate(-14.363px, -16.2px) rotate(17deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(-8.664px, -13.088px) rotate(11deg) scale(1);
            transform: translate(-8.664px, -13.088px) rotate(11deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(-1.094px, -10.547px) rotate(6deg) scale(1);
            transform: translate(-1.094px, -10.547px) rotate(6deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(6.013px, -8.463px) rotate(2deg) scale(1);
            transform: translate(6.013px, -8.463px) rotate(2deg) scale(1);
  }
  54.878% {
    opacity: 0.7;
    -webkit-transform: translate(8.7px, -7.6px) rotate(0) scale(1);
            transform: translate(8.7px, -7.6px) rotate(0) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(10.749px, -6.743px) rotate(0) scale(1);
            transform: translate(10.749px, -6.743px) rotate(0) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(12.82px, -5.317px) rotate(0) scale(1);
            transform: translate(12.82px, -5.317px) rotate(0) scale(1);
  }
  59.561% {
    opacity: 0.7;
    -webkit-transform: translate(12.93px, -4.8px) rotate(0) scale(1);
            transform: translate(12.93px, -4.8px) rotate(0) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(12.62px, -4.135px) rotate(1deg) scale(1);
            transform: translate(12.62px, -4.135px) rotate(1deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(10.358px, -3.156px) rotate(3deg) scale(1);
            transform: translate(10.358px, -3.156px) rotate(3deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(7.482px, -2.35px) rotate(5deg) scale(1);
            transform: translate(7.482px, -2.35px) rotate(5deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(5.103px, -1.693px) rotate(7deg) scale(1);
            transform: translate(5.103px, -1.693px) rotate(7deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(3.332px, -1.165px) rotate(9deg) scale(1);
            transform: translate(3.332px, -1.165px) rotate(9deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(2.052px, -0.751px) rotate(10deg) scale(1);
            transform: translate(2.052px, -0.751px) rotate(10deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(1.151px, -0.439px) rotate(10deg) scale(1);
            transform: translate(1.151px, -0.439px) rotate(10deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(0.549px, -0.216px) rotate(10deg) scale(1);
            transform: translate(0.549px, -0.216px) rotate(10deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(0.186px, -0.075px) rotate(10deg) scale(1);
            transform: translate(0.186px, -0.075px) rotate(10deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(0.019px, -0.008px) rotate(10deg) scale(1);
            transform: translate(0.019px, -0.008px) rotate(10deg) scale(1);
  }
  84.146%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(10deg) scale(1);
            transform: translate(0, 0) rotate(10deg) scale(1);
  }
}
@keyframes kv-title-leaf02 {
  0%, 25.61% {
    opacity: 0;
    -webkit-transform: translate(8px, -40px) rotate(0) scale(0.7);
            transform: translate(8px, -40px) rotate(0) scale(0.7);
  }
  26.829% {
    opacity: 0.1;
    -webkit-transform: translate(7.751px, -39.95px) rotate(0) scale(0.74);
            transform: translate(7.751px, -39.95px) rotate(0) scale(0.74);
  }
  29.268% {
    opacity: 0.2;
    -webkit-transform: translate(5.545px, -39.502px) rotate(0) scale(0.79);
            transform: translate(5.545px, -39.502px) rotate(0) scale(0.79);
  }
  31.707% {
    opacity: 0.3;
    -webkit-transform: translate(0.75px, -38.439px) rotate(0) scale(0.83);
            transform: translate(0.75px, -38.439px) rotate(0) scale(0.83);
  }
  34.146% {
    opacity: 0.4;
    -webkit-transform: translate(-5.983px, -36.523px) rotate(8deg) scale(0.88);
            transform: translate(-5.983px, -36.523px) rotate(8deg) scale(0.88);
  }
  36.585% {
    opacity: 0.5;
    -webkit-transform: translate(-12.349px, -33.479px) rotate(16deg) scale(0.92);
            transform: translate(-12.349px, -33.479px) rotate(16deg) scale(0.92);
  }
  39.024% {
    opacity: 0.6;
    -webkit-transform: translate(-16.415px, -29.27px) rotate(22deg) scale(0.96);
            transform: translate(-16.415px, -29.27px) rotate(22deg) scale(0.96);
  }
  42% {
    opacity: 0.7;
    -webkit-transform: translate(-17.95px, -23.5px) rotate(24deg) scale(1);
            transform: translate(-17.95px, -23.5px) rotate(24deg) scale(1);
  }
  43.902% {
    opacity: 0.7;
    -webkit-transform: translate(-17.357px, -20px) rotate(23deg) scale(1);
            transform: translate(-17.357px, -20px) rotate(23deg) scale(1);
  }
  46.341% {
    opacity: 0.7;
    -webkit-transform: translate(-14.363px, -16.2px) rotate(17deg) scale(1);
            transform: translate(-14.363px, -16.2px) rotate(17deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(-8.664px, -13.088px) rotate(11deg) scale(1);
            transform: translate(-8.664px, -13.088px) rotate(11deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(-1.094px, -10.547px) rotate(6deg) scale(1);
            transform: translate(-1.094px, -10.547px) rotate(6deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(6.013px, -8.463px) rotate(2deg) scale(1);
            transform: translate(6.013px, -8.463px) rotate(2deg) scale(1);
  }
  54.878% {
    opacity: 0.7;
    -webkit-transform: translate(8.7px, -7.6px) rotate(0) scale(1);
            transform: translate(8.7px, -7.6px) rotate(0) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(10.749px, -6.743px) rotate(0) scale(1);
            transform: translate(10.749px, -6.743px) rotate(0) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(12.82px, -5.317px) rotate(0) scale(1);
            transform: translate(12.82px, -5.317px) rotate(0) scale(1);
  }
  59.561% {
    opacity: 0.7;
    -webkit-transform: translate(12.93px, -4.8px) rotate(0) scale(1);
            transform: translate(12.93px, -4.8px) rotate(0) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(12.62px, -4.135px) rotate(1deg) scale(1);
            transform: translate(12.62px, -4.135px) rotate(1deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(10.358px, -3.156px) rotate(3deg) scale(1);
            transform: translate(10.358px, -3.156px) rotate(3deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(7.482px, -2.35px) rotate(5deg) scale(1);
            transform: translate(7.482px, -2.35px) rotate(5deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(5.103px, -1.693px) rotate(7deg) scale(1);
            transform: translate(5.103px, -1.693px) rotate(7deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(3.332px, -1.165px) rotate(9deg) scale(1);
            transform: translate(3.332px, -1.165px) rotate(9deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(2.052px, -0.751px) rotate(10deg) scale(1);
            transform: translate(2.052px, -0.751px) rotate(10deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(1.151px, -0.439px) rotate(10deg) scale(1);
            transform: translate(1.151px, -0.439px) rotate(10deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(0.549px, -0.216px) rotate(10deg) scale(1);
            transform: translate(0.549px, -0.216px) rotate(10deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(0.186px, -0.075px) rotate(10deg) scale(1);
            transform: translate(0.186px, -0.075px) rotate(10deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(0.019px, -0.008px) rotate(10deg) scale(1);
            transform: translate(0.019px, -0.008px) rotate(10deg) scale(1);
  }
  84.146%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(10deg) scale(1);
            transform: translate(0, 0) rotate(10deg) scale(1);
  }
}
@-webkit-keyframes kv-title-leaf03 {
  0%, 30.488% {
    opacity: 0;
    -webkit-transform: translate(-8px, -40px) rotate(0) scale(0.7);
            transform: translate(-8px, -40px) rotate(0) scale(0.7);
  }
  31.707% {
    opacity: 0.1;
    -webkit-transform: translate(-7.751px, -39.95px) rotate(0) scale(0.74);
            transform: translate(-7.751px, -39.95px) rotate(0) scale(0.74);
  }
  34.146% {
    opacity: 0.2;
    -webkit-transform: translate(-5.545px, -39.502px) rotate(0) scale(0.79);
            transform: translate(-5.545px, -39.502px) rotate(0) scale(0.79);
  }
  36.585% {
    opacity: 0.3;
    -webkit-transform: translate(-0.75px, -38.439px) rotate(0) scale(0.83);
            transform: translate(-0.75px, -38.439px) rotate(0) scale(0.83);
  }
  39.024% {
    opacity: 0.4;
    -webkit-transform: translate(5.983px, -36.523px) rotate(-8deg) scale(0.88);
            transform: translate(5.983px, -36.523px) rotate(-8deg) scale(0.88);
  }
  41.463% {
    opacity: 0.5;
    -webkit-transform: translate(12.349px, -33.479px) rotate(-16deg) scale(0.92);
            transform: translate(12.349px, -33.479px) rotate(-16deg) scale(0.92);
  }
  43.902% {
    opacity: 0.6;
    -webkit-transform: translate(16.415px, -29.27px) rotate(-22deg) scale(0.96);
            transform: translate(16.415px, -29.27px) rotate(-22deg) scale(0.96);
  }
  46.878% {
    opacity: 0.7;
    -webkit-transform: translate(17.95px, -23.5px) rotate(-24deg) scale(1);
            transform: translate(17.95px, -23.5px) rotate(-24deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(17.357px, -20px) rotate(-23deg) scale(1);
            transform: translate(17.357px, -20px) rotate(-23deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(14.363px, -16.2px) rotate(-17deg) scale(1);
            transform: translate(14.363px, -16.2px) rotate(-17deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(8.664px, -13.088px) rotate(-11deg) scale(1);
            transform: translate(8.664px, -13.088px) rotate(-11deg) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(1.094px, -10.548px) rotate(-6deg) scale(1);
            transform: translate(1.094px, -10.548px) rotate(-6deg) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(-6.013px, -8.463px) rotate(-2deg) scale(1);
            transform: translate(-6.013px, -8.463px) rotate(-2deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(-10.749px, -6.743px) rotate(0) scale(1);
            transform: translate(-10.749px, -6.743px) rotate(0) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(-12.82px, -5.317px) rotate(0) scale(1);
            transform: translate(-12.82px, -5.317px) rotate(0) scale(1);
  }
  64.439% {
    opacity: 0.7;
    -webkit-transform: translate(-12.74px, -4.8px) rotate(0) scale(1);
            transform: translate(-12.74px, -4.8px) rotate(0) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(-12.62px, -4.135px) rotate(-1deg) scale(1);
            transform: translate(-12.62px, -4.135px) rotate(-1deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(-10.358px, -3.156px) rotate(-3deg) scale(1);
            transform: translate(-10.358px, -3.156px) rotate(-3deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(-7.482px, -2.35px) rotate(-5deg) scale(1);
            transform: translate(-7.482px, -2.35px) rotate(-5deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(-5.103px, -1.693px) rotate(-7deg) scale(1);
            transform: translate(-5.103px, -1.693px) rotate(-7deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(-3.332px, -1.165px) rotate(-9deg) scale(1);
            transform: translate(-3.332px, -1.165px) rotate(-9deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(-2.052px, -0.751px) rotate(-10deg) scale(1);
            transform: translate(-2.052px, -0.751px) rotate(-10deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(-1.151px, -0.439px) rotate(-10deg) scale(1);
            transform: translate(-1.151px, -0.439px) rotate(-10deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(-0.549px, -0.216px) rotate(-10deg) scale(1);
            transform: translate(-0.549px, -0.216px) rotate(-10deg) scale(1);
  }
  85.366% {
    opacity: 0.7;
    -webkit-transform: translate(-0.186px, -0.075px) rotate(-10deg) scale(1);
            transform: translate(-0.186px, -0.075px) rotate(-10deg) scale(1);
  }
  87.805% {
    opacity: 0.7;
    -webkit-transform: translate(-0.019px, -0.008px) rotate(-10deg) scale(1);
            transform: translate(-0.019px, -0.008px) rotate(-10deg) scale(1);
  }
  89.024%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(-10deg) scale(1);
            transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}
@keyframes kv-title-leaf03 {
  0%, 30.488% {
    opacity: 0;
    -webkit-transform: translate(-8px, -40px) rotate(0) scale(0.7);
            transform: translate(-8px, -40px) rotate(0) scale(0.7);
  }
  31.707% {
    opacity: 0.1;
    -webkit-transform: translate(-7.751px, -39.95px) rotate(0) scale(0.74);
            transform: translate(-7.751px, -39.95px) rotate(0) scale(0.74);
  }
  34.146% {
    opacity: 0.2;
    -webkit-transform: translate(-5.545px, -39.502px) rotate(0) scale(0.79);
            transform: translate(-5.545px, -39.502px) rotate(0) scale(0.79);
  }
  36.585% {
    opacity: 0.3;
    -webkit-transform: translate(-0.75px, -38.439px) rotate(0) scale(0.83);
            transform: translate(-0.75px, -38.439px) rotate(0) scale(0.83);
  }
  39.024% {
    opacity: 0.4;
    -webkit-transform: translate(5.983px, -36.523px) rotate(-8deg) scale(0.88);
            transform: translate(5.983px, -36.523px) rotate(-8deg) scale(0.88);
  }
  41.463% {
    opacity: 0.5;
    -webkit-transform: translate(12.349px, -33.479px) rotate(-16deg) scale(0.92);
            transform: translate(12.349px, -33.479px) rotate(-16deg) scale(0.92);
  }
  43.902% {
    opacity: 0.6;
    -webkit-transform: translate(16.415px, -29.27px) rotate(-22deg) scale(0.96);
            transform: translate(16.415px, -29.27px) rotate(-22deg) scale(0.96);
  }
  46.878% {
    opacity: 0.7;
    -webkit-transform: translate(17.95px, -23.5px) rotate(-24deg) scale(1);
            transform: translate(17.95px, -23.5px) rotate(-24deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(17.357px, -20px) rotate(-23deg) scale(1);
            transform: translate(17.357px, -20px) rotate(-23deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(14.363px, -16.2px) rotate(-17deg) scale(1);
            transform: translate(14.363px, -16.2px) rotate(-17deg) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(8.664px, -13.088px) rotate(-11deg) scale(1);
            transform: translate(8.664px, -13.088px) rotate(-11deg) scale(1);
  }
  56.098% {
    opacity: 0.7;
    -webkit-transform: translate(1.094px, -10.548px) rotate(-6deg) scale(1);
            transform: translate(1.094px, -10.548px) rotate(-6deg) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(-6.013px, -8.463px) rotate(-2deg) scale(1);
            transform: translate(-6.013px, -8.463px) rotate(-2deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(-10.749px, -6.743px) rotate(0) scale(1);
            transform: translate(-10.749px, -6.743px) rotate(0) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(-12.82px, -5.317px) rotate(0) scale(1);
            transform: translate(-12.82px, -5.317px) rotate(0) scale(1);
  }
  64.439% {
    opacity: 0.7;
    -webkit-transform: translate(-12.74px, -4.8px) rotate(0) scale(1);
            transform: translate(-12.74px, -4.8px) rotate(0) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(-12.62px, -4.135px) rotate(-1deg) scale(1);
            transform: translate(-12.62px, -4.135px) rotate(-1deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(-10.358px, -3.156px) rotate(-3deg) scale(1);
            transform: translate(-10.358px, -3.156px) rotate(-3deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(-7.482px, -2.35px) rotate(-5deg) scale(1);
            transform: translate(-7.482px, -2.35px) rotate(-5deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(-5.103px, -1.693px) rotate(-7deg) scale(1);
            transform: translate(-5.103px, -1.693px) rotate(-7deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(-3.332px, -1.165px) rotate(-9deg) scale(1);
            transform: translate(-3.332px, -1.165px) rotate(-9deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(-2.052px, -0.751px) rotate(-10deg) scale(1);
            transform: translate(-2.052px, -0.751px) rotate(-10deg) scale(1);
  }
  80.488% {
    opacity: 0.7;
    -webkit-transform: translate(-1.151px, -0.439px) rotate(-10deg) scale(1);
            transform: translate(-1.151px, -0.439px) rotate(-10deg) scale(1);
  }
  82.927% {
    opacity: 0.7;
    -webkit-transform: translate(-0.549px, -0.216px) rotate(-10deg) scale(1);
            transform: translate(-0.549px, -0.216px) rotate(-10deg) scale(1);
  }
  85.366% {
    opacity: 0.7;
    -webkit-transform: translate(-0.186px, -0.075px) rotate(-10deg) scale(1);
            transform: translate(-0.186px, -0.075px) rotate(-10deg) scale(1);
  }
  87.805% {
    opacity: 0.7;
    -webkit-transform: translate(-0.019px, -0.008px) rotate(-10deg) scale(1);
            transform: translate(-0.019px, -0.008px) rotate(-10deg) scale(1);
  }
  89.024%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(-10deg) scale(1);
            transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}
@-webkit-keyframes kv-title-leaf04 {
  0%, 21.951% {
    opacity: 0;
    -webkit-transform: translate(8px, -40px) rotate(0) scale(0.7);
            transform: translate(8px, -40px) rotate(0) scale(0.7);
  }
  24.39% {
    opacity: 0.1;
    -webkit-transform: translate(6.956px, -39.79px) rotate(0) scale(0.74);
            transform: translate(6.956px, -39.79px) rotate(0) scale(0.74);
  }
  26.829% {
    opacity: 0.2;
    -webkit-transform: translate(3.471px, -39.06px) rotate(0) scale(0.79);
            transform: translate(3.471px, -39.06px) rotate(0) scale(0.79);
  }
  29.268% {
    opacity: 0.3;
    -webkit-transform: translate(-2.491px, -37.606px) rotate(0) scale(0.83);
            transform: translate(-2.491px, -37.606px) rotate(0) scale(0.83);
  }
  31.707% {
    opacity: 0.4;
    -webkit-transform: translate(-9.376px, -35.155px) rotate(8deg) scale(0.88);
            transform: translate(-9.376px, -35.155px) rotate(8deg) scale(0.88);
  }
  34.146% {
    opacity: 0.5;
    -webkit-transform: translate(-14.715px, -31.499px) rotate(16deg) scale(0.92);
            transform: translate(-14.715px, -31.499px) rotate(16deg) scale(0.92);
  }
  36.585% {
    opacity: 0.6;
    -webkit-transform: translate(-17.473px, -26.892px) rotate(22deg) scale(0.96);
            transform: translate(-17.473px, -26.892px) rotate(22deg) scale(0.96);
  }
  38.341% {
    opacity: 0.7;
    -webkit-transform: translate(-17.92px, -23.5px) rotate(24deg) scale(0.98);
            transform: translate(-17.92px, -23.5px) rotate(24deg) scale(0.98);
  }
  39.024% {
    opacity: 0.7;
    -webkit-transform: translate(-17.921px, -22.17px) rotate(24deg) scale(1);
            transform: translate(-17.921px, -22.17px) rotate(24deg) scale(1);
  }
  41.463% {
    opacity: 0.7;
    -webkit-transform: translate(-16.192px, -18.008px) rotate(17deg) scale(1);
            transform: translate(-16.192px, -18.008px) rotate(17deg) scale(1);
  }
  43.902% {
    opacity: 0.7;
    -webkit-transform: translate(-11.84px, -14.564px) rotate(11deg) scale(1);
            transform: translate(-11.84px, -14.564px) rotate(11deg) scale(1);
  }
  46.341% {
    opacity: 0.7;
    -webkit-transform: translate(-4.989px, -11.754px) rotate(6deg) scale(1);
            transform: translate(-4.989px, -11.754px) rotate(6deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(2.676px, -9.455px) rotate(2deg) scale(1);
            transform: translate(2.676px, -9.455px) rotate(2deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(8.726px, -7.562px) rotate(0) scale(1);
            transform: translate(8.726px, -7.562px) rotate(0) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(12.094px, -5.997px) rotate(0) scale(1);
            transform: translate(12.094px, -5.997px) rotate(0) scale(1);
  }
  55.902% {
    opacity: 0.7;
    -webkit-transform: translate(12.993px, -4.81px) rotate(0) scale(1);
            transform: translate(12.993px, -4.81px) rotate(0) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(11.687px, -3.622px) rotate(1deg) scale(1);
            transform: translate(11.687px, -3.622px) rotate(1deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(8.892px, -2.733px) rotate(3deg) scale(1);
            transform: translate(8.892px, -2.733px) rotate(3deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(6.212px, -2.004px) rotate(5deg) scale(1);
            transform: translate(6.212px, -2.004px) rotate(5deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(4.148px, -1.414px) rotate(7deg) scale(1);
            transform: translate(4.148px, -1.414px) rotate(7deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(2.638px, -0.945px) rotate(9deg) scale(1);
            transform: translate(2.638px, -0.945px) rotate(9deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(1.56px, -0.583px) rotate(10deg) scale(1);
            transform: translate(1.56px, -0.583px) rotate(10deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(0.817px, -0.317px) rotate(10deg) scale(1);
            transform: translate(0.817px, -0.317px) rotate(10deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(0.34px, -0.136px) rotate(10deg) scale(1);
            transform: translate(0.34px, -0.136px) rotate(10deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(0.08px, -0.033px) rotate(10deg) scale(1);
            transform: translate(0.08px, -0.033px) rotate(10deg) scale(1);
  }
  80.488%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(10deg) scale(1);
            transform: translate(0, 0) rotate(10deg) scale(1);
  }
}
@keyframes kv-title-leaf04 {
  0%, 21.951% {
    opacity: 0;
    -webkit-transform: translate(8px, -40px) rotate(0) scale(0.7);
            transform: translate(8px, -40px) rotate(0) scale(0.7);
  }
  24.39% {
    opacity: 0.1;
    -webkit-transform: translate(6.956px, -39.79px) rotate(0) scale(0.74);
            transform: translate(6.956px, -39.79px) rotate(0) scale(0.74);
  }
  26.829% {
    opacity: 0.2;
    -webkit-transform: translate(3.471px, -39.06px) rotate(0) scale(0.79);
            transform: translate(3.471px, -39.06px) rotate(0) scale(0.79);
  }
  29.268% {
    opacity: 0.3;
    -webkit-transform: translate(-2.491px, -37.606px) rotate(0) scale(0.83);
            transform: translate(-2.491px, -37.606px) rotate(0) scale(0.83);
  }
  31.707% {
    opacity: 0.4;
    -webkit-transform: translate(-9.376px, -35.155px) rotate(8deg) scale(0.88);
            transform: translate(-9.376px, -35.155px) rotate(8deg) scale(0.88);
  }
  34.146% {
    opacity: 0.5;
    -webkit-transform: translate(-14.715px, -31.499px) rotate(16deg) scale(0.92);
            transform: translate(-14.715px, -31.499px) rotate(16deg) scale(0.92);
  }
  36.585% {
    opacity: 0.6;
    -webkit-transform: translate(-17.473px, -26.892px) rotate(22deg) scale(0.96);
            transform: translate(-17.473px, -26.892px) rotate(22deg) scale(0.96);
  }
  38.341% {
    opacity: 0.7;
    -webkit-transform: translate(-17.92px, -23.5px) rotate(24deg) scale(0.98);
            transform: translate(-17.92px, -23.5px) rotate(24deg) scale(0.98);
  }
  39.024% {
    opacity: 0.7;
    -webkit-transform: translate(-17.921px, -22.17px) rotate(24deg) scale(1);
            transform: translate(-17.921px, -22.17px) rotate(24deg) scale(1);
  }
  41.463% {
    opacity: 0.7;
    -webkit-transform: translate(-16.192px, -18.008px) rotate(17deg) scale(1);
            transform: translate(-16.192px, -18.008px) rotate(17deg) scale(1);
  }
  43.902% {
    opacity: 0.7;
    -webkit-transform: translate(-11.84px, -14.564px) rotate(11deg) scale(1);
            transform: translate(-11.84px, -14.564px) rotate(11deg) scale(1);
  }
  46.341% {
    opacity: 0.7;
    -webkit-transform: translate(-4.989px, -11.754px) rotate(6deg) scale(1);
            transform: translate(-4.989px, -11.754px) rotate(6deg) scale(1);
  }
  48.78% {
    opacity: 0.7;
    -webkit-transform: translate(2.676px, -9.455px) rotate(2deg) scale(1);
            transform: translate(2.676px, -9.455px) rotate(2deg) scale(1);
  }
  51.22% {
    opacity: 0.7;
    -webkit-transform: translate(8.726px, -7.562px) rotate(0) scale(1);
            transform: translate(8.726px, -7.562px) rotate(0) scale(1);
  }
  53.659% {
    opacity: 0.7;
    -webkit-transform: translate(12.094px, -5.997px) rotate(0) scale(1);
            transform: translate(12.094px, -5.997px) rotate(0) scale(1);
  }
  55.902% {
    opacity: 0.7;
    -webkit-transform: translate(12.993px, -4.81px) rotate(0) scale(1);
            transform: translate(12.993px, -4.81px) rotate(0) scale(1);
  }
  58.537% {
    opacity: 0.7;
    -webkit-transform: translate(11.687px, -3.622px) rotate(1deg) scale(1);
            transform: translate(11.687px, -3.622px) rotate(1deg) scale(1);
  }
  60.976% {
    opacity: 0.7;
    -webkit-transform: translate(8.892px, -2.733px) rotate(3deg) scale(1);
            transform: translate(8.892px, -2.733px) rotate(3deg) scale(1);
  }
  63.415% {
    opacity: 0.7;
    -webkit-transform: translate(6.212px, -2.004px) rotate(5deg) scale(1);
            transform: translate(6.212px, -2.004px) rotate(5deg) scale(1);
  }
  65.854% {
    opacity: 0.7;
    -webkit-transform: translate(4.148px, -1.414px) rotate(7deg) scale(1);
            transform: translate(4.148px, -1.414px) rotate(7deg) scale(1);
  }
  68.293% {
    opacity: 0.7;
    -webkit-transform: translate(2.638px, -0.945px) rotate(9deg) scale(1);
            transform: translate(2.638px, -0.945px) rotate(9deg) scale(1);
  }
  70.732% {
    opacity: 0.7;
    -webkit-transform: translate(1.56px, -0.583px) rotate(10deg) scale(1);
            transform: translate(1.56px, -0.583px) rotate(10deg) scale(1);
  }
  73.171% {
    opacity: 0.7;
    -webkit-transform: translate(0.817px, -0.317px) rotate(10deg) scale(1);
            transform: translate(0.817px, -0.317px) rotate(10deg) scale(1);
  }
  75.61% {
    opacity: 0.7;
    -webkit-transform: translate(0.34px, -0.136px) rotate(10deg) scale(1);
            transform: translate(0.34px, -0.136px) rotate(10deg) scale(1);
  }
  78.049% {
    opacity: 0.7;
    -webkit-transform: translate(0.08px, -0.033px) rotate(10deg) scale(1);
            transform: translate(0.08px, -0.033px) rotate(10deg) scale(1);
  }
  80.488%, 100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(10deg) scale(1);
            transform: translate(0, 0) rotate(10deg) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kv-title-motion__title-wrap, .kv-title-motion__label, .kv-title-motion__day, .kv-title-motion__leaf, .kv-title-motion__star {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
  }
  .kv-title-motion__title-wrap, .kv-title-motion__day {
    -webkit-transform: none;
            transform: none;
  }
  .kv-title-motion__leaf {
    opacity: 0.7;
  }
}
.kv-photo1 {
  top: 1%;
  left: 0.833333%;
  width: 23.621042%;
  height: 28.452025%;
  z-index: 2;
  --photo-rotate: 15.32deg;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  .kv-photo1 {
    width: 40.621042%;
    height: 48.452025%;
  }
}
.kv-photo1 .kv-photo__frame {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv-photo1::before {
  top: 2.629146%;
  left: 2.93994%;
  width: 93.954601%;
  height: 87.499826%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv-photo1 .kv-photo__image {
  top: 2.629146%;
  left: 2.93994%;
  width: 93.954601%;
  height: 87.499826%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.kv-photo1.leaf01 {
  width: 12%;
  -webkit-transform: rotate(156deg);
          transform: rotate(156deg);
  left: -10%;
  top: 6%;
  -webkit-filter: drop-shadow(0px -9px 4px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0px -9px 4px rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 768px) {
  .kv-photo1.leaf01 {
    width: 8%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: -3%;
    top: 40%;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
  }
}

.kv-photo2 {
  top: 29.2%;
  left: 4.1%;
  width: 22.982639%;
  height: 27.497458%;
  z-index: 1;
  --photo-rotate: -18.89deg;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@media screen and (max-width: 768px) {
  .kv-photo2 {
    top: 8.2%;
    left: 49.1%;
    width: 38.982639%;
    height: 45.497458%;
    --photo-rotate: -12.89deg;
  }
  .kv-photo2.leaf01 {
    width: 15%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 88%;
    top: 45%;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
  }
}
.kv-photo2 .kv-photo__frame {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.kv-photo2::before {
  top: 2.599706%;
  left: 2.719444%;
  width: 93.975827%;
  height: 87.500036%;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.kv-photo2 .kv-photo__image {
  top: 2.599706%;
  left: 2.719444%;
  width: 93.975827%;
  height: 87.500036%;
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.kv-photo3 {
  top: -0.5%;
  left: 76.361111%;
  width: 18.659514%;
  height: 22.325099%;
  z-index: 1;
  --photo-rotate: -13.24deg;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .kv-photo3 {
    top: 143.5%;
    left: -0.638889%;
    width: 33.659514%;
    height: 40.325099%;
  }
}
.kv-photo3 .kv-photo__frame {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.kv-photo3::before {
  top: 3.202015%;
  left: 2.605165%;
  width: 94.393313%;
  height: 87.888556%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.kv-photo3 .kv-photo__image {
  top: 3.202015%;
  left: 2.605165%;
  width: 94.393313%;
  height: 87.888556%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.kv-photo4 {
  top: 18%;
  left: 78.972222%;
  width: 18.742361%;
  height: 22.424226%;
  z-index: 2;
  --photo-rotate: 7.79deg;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
@media screen and (max-width: 768px) {
  .kv-photo4 {
    top: 152%;
    left: 31.972222%;
    width: 35.742361%;
    height: 42.424226%;
  }
}
.kv-photo4 .kv-photo__frame {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.kv-photo4::before {
  top: 3.546318%;
  left: 3.006039%;
  width: 93.976064%;
  height: 87.500044%;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.kv-photo4 .kv-photo__image {
  top: 3.546318%;
  left: 3.006039%;
  width: 93.976064%;
  height: 87.500044%;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.kv-photo4.leaf01 {
  width: 7%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 95.972222%;
  top: 28%;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.75));
}

.kv-photo5 {
  top: 37%;
  left: 73.936111%;
  width: 18.742361%;
  height: 22.424226%;
  z-index: 1;
  --photo-rotate: 22.17deg;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .kv-photo5 {
    top: 147%;
    left: 68.936111%;
    width: 31.742361%;
    height: 37.424226%;
  }
}
.kv-photo5 .kv-photo__frame {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.kv-photo5::before {
  top: 3.725192%;
  left: 2.857831%;
  width: 94.070177%;
  height: 87.479854%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.kv-photo5 .kv-photo__image {
  top: 3.725192%;
  left: 2.857831%;
  width: 94.070177%;
  height: 87.479854%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes kv-photo-frame-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes kv-photo-frame-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kv-photo-image-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kv-photo-image-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kv-leaf-rustle {
  0%, 100% {
    -webkit-transform: rotate(var(--leaf-rotate));
            transform: rotate(var(--leaf-rotate));
  }
  23% {
    -webkit-transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-first)));
            transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-first)));
  }
  54% {
    -webkit-transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-second)));
            transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-second)));
  }
}
@keyframes kv-leaf-rustle {
  0%, 100% {
    -webkit-transform: rotate(var(--leaf-rotate));
            transform: rotate(var(--leaf-rotate));
  }
  23% {
    -webkit-transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-first)));
            transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-first)));
  }
  54% {
    -webkit-transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-second)));
            transform: rotate(calc(var(--leaf-rotate) + var(--leaf-rustle-second)));
  }
}
.kv-leaf1 {
  top: -7.25%;
  left: -10.997222%;
  width: 21.014792%;
  height: 26.649333%;
  --leaf-rotate: 7.6deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
}
.kv-leaf1 img {
  width: 88.231504%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-leaf2 {
  top: 10.283333%;
  left: -4.9%;
  width: 5.277778%;
  height: 5.833333%;
  --leaf-rotate: 0deg;
  --leaf-rustle-first: 0deg;
  --leaf-rustle-second: 4deg;
}
.kv-leaf2 img {
  width: 100%;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.kv-leaf3 {
  top: 7.8775%;
  left: -7.241667%;
  width: 15.408542%;
  height: 19.7645%;
  --leaf-rotate: -58.63deg;
  --leaf-rustle-first: 2deg;
  --leaf-rustle-second: -4deg;
}
.kv-leaf3 img {
  width: 85.604575%;
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.kv-leaf4 {
  top: 26.864167%;
  left: -9.059722%;
  width: 14.167639%;
  height: 14.991083%;
  --leaf-rotate: 154.85deg;
  --leaf-rustle-first: 4deg;
  --leaf-rustle-second: -2deg;
}
.kv-leaf4 img {
  width: 83.043321%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.kv-leaf5 {
  display: none;
}

.kv-leaf6 {
  top: 36.19%;
  left: -4.738194%;
  width: 11.938611%;
  height: 12.797083%;
  z-index: 1;
  --leaf-rotate: 4.05deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
}
.kv-leaf6 img {
  width: 82.427657%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-leaf7 {
  top: 37.746667%;
  left: -10.825%;
  width: 26.018472%;
  height: 31.043167%;
  --leaf-rotate: -20.27deg;
  --leaf-rustle-first: 0deg;
  --leaf-rustle-second: 4deg;
}
.kv-leaf7 img {
  width: 49.52144%;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.kv-leaf8 {
  top: 46.055%;
  left: -10.291667%;
  width: 27.253889%;
  height: 31.987083%;
  --leaf-rotate: 117.94deg;
  --leaf-rustle-first: 2deg;
  --leaf-rustle-second: -4deg;
}
.kv-leaf8 img {
  width: 70.510325%;
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.kv-leaf9 {
  top: 77.593333%;
  left: -5.0125%;
  width: 9.847708%;
  height: 10.145833%;
  --leaf-rotate: 16.01deg;
  --leaf-rustle-first: 4deg;
  --leaf-rustle-second: -2deg;
}
.kv-leaf9 img {
  width: 85.44148%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.kv-leaf10 {
  top: 70.2%;
  left: 19.752778%;
  width: 12.777778%;
  height: 16.5%;
  --leaf-rotate: 0deg;
  --leaf-rustle-first: -4deg;
  --leaf-rustle-second: 0deg;
}
.kv-leaf10 img {
  width: 100%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-leaf11 {
  top: -8%;
  left: 7.818056%;
  width: 16.411042%;
  height: 20.812667%;
  --leaf-rotate: 7.6deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
  z-index: 1;
}
.kv-leaf11 img {
  width: 88.230739%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-leaf12 {
  top: -4%;
  left: 18.131944%;
  width: 11.230069%;
  height: 9.6165%;
  --leaf-rotate: -178.6deg;
  --leaf-rustle-first: 0deg;
  --leaf-rustle-second: 4deg;
}
.kv-leaf12 img {
  width: 98.343361%;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.kv-leaf13 {
  top: -5.8%;
  left: 37.375694%;
  width: 12.724861%;
  height: 11.766083%;
  --leaf-rotate: 1.66deg;
  --leaf-rustle-first: 2deg;
  --leaf-rustle-second: -4deg;
}
.kv-leaf13 img {
  width: 97.88963%;
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.kv-leaf14 {
  top: -19%;
  left: 60.359028%;
  width: 28.515278%;
  height: 34.179083%;
  --leaf-rotate: -.6deg;
  --leaf-rustle-first: 4deg;
  --leaf-rustle-second: -2deg;
}
.kv-leaf14 img {
  width: 45.18533%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.kv-leaf15 {
  top: -16.8%;
  left: 79.881944%;
  width: 30.847986%;
  height: 36.612417%;
  --leaf-rotate: -53.66deg;
  --leaf-rustle-first: -4deg;
  --leaf-rustle-second: 0deg;
}
.kv-leaf15 img {
  width: 68.562913%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-leaf16 {
  top: 6.105%;
  left: 97.352083%;
  width: 5.277778%;
  height: 5.75%;
  --leaf-rotate: 0deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
}
.kv-leaf16 img {
  width: 100%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-leaf17 {
  top: 16.92%;
  left: 91.305556%;
  width: 15.368819%;
  height: 18.0765%;
  --leaf-rotate: -13.31deg;
  --leaf-rustle-first: 0deg;
  --leaf-rustle-second: 4deg;
  z-index: -1;
}
.kv-leaf17 img {
  width: 75.911274%;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.kv-leaf18 {
  top: 3.6%;
  left: 88.210417%;
  width: 16.363403%;
  height: 26.20675%;
  --leaf-rotate: -44.9deg;
  --leaf-rustle-first: 2deg;
  --leaf-rustle-second: -4deg;
  z-index: -1;
}
.kv-leaf18 img {
  width: 86.745012%;
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.kv-leaf19 {
  top: 42.9875%;
  left: 79.058333%;
  width: 30.688681%;
  height: 15.624833%;
  --leaf-rotate: 0deg;
  --leaf-rustle-first: 4deg;
  --leaf-rustle-second: -2deg;
}
.kv-leaf19 img {
  width: 45.534378%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.kv-leaf20 {
  top: 32%;
  left: 89.040278%;
  width: 16.134931%;
  height: 20.35225%;
  --leaf-rotate: -55.29deg;
  --leaf-rustle-first: -4deg;
  --leaf-rustle-second: 0deg;
}
.kv-leaf20 img {
  width: 83.826928%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-leaf21 {
  top: 40.049167%;
  left: 95%;
  width: 10.307014%;
  height: 17.168417%;
  --leaf-rotate: 18.26deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
}
.kv-leaf21 img {
  width: 100%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-leaf22 {
  top: 46.185%;
  left: 83.129167%;
  width: 25.064514%;
  height: 29.862333%;
  --leaf-rotate: -159.89deg;
  --leaf-rustle-first: 0deg;
  --leaf-rustle-second: 4deg;
}
.kv-leaf22 img {
  width: 76.412075%;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.kv-leaf23 {
  display: none;
}

.kv-leaf24 {
  top: 62.688333%;
  left: 50%;
  width: 7.221667%;
  height: 7.525917%;
  --leaf-rotate: 2.88deg;
  --leaf-rustle-first: 4deg;
  --leaf-rustle-second: -2deg;
}
.kv-leaf24 img {
  width: 95.991999%;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.kv-leaf25 {
  top: 39%;
  left: 68.029167%;
  width: 11.666667%;
  height: 13.166667%;
  --leaf-rotate: 0deg;
  --leaf-rustle-first: -4deg;
  --leaf-rustle-second: 0deg;
}
.kv-leaf25 img {
  width: 100%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-leaf26 {
  top: 73.788333%;
  left: 63.893056%;
  width: 13.387083%;
  height: 13.990167%;
  --leaf-rotate: -18.32deg;
  --leaf-rustle-first: -2deg;
  --leaf-rustle-second: 2deg;
}
.kv-leaf26 img {
  width: 84.195648%;
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.kv-photo.leaf01 {
  --extra-leaf-rotate: 0deg;
  --extra-leaf-rustle-first: -4deg;
  --extra-leaf-rustle-second: 3deg;
}
.kv-photo.leaf01 > img {
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: kv-extra-leaf-rustle 4s ease-in-out both;
          animation: kv-extra-leaf-rustle 4s ease-in-out both;
}

.kv-photo1.leaf01 > img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-photo4.leaf01 > img {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

@-webkit-keyframes kv-extra-leaf-rustle {
  0%, 100% {
    -webkit-transform: rotate(var(--extra-leaf-rotate));
            transform: rotate(var(--extra-leaf-rotate));
  }
  23% {
    -webkit-transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-first)));
            transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-first)));
  }
  54% {
    -webkit-transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-second)));
            transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-second)));
  }
}

@keyframes kv-extra-leaf-rustle {
  0%, 100% {
    -webkit-transform: rotate(var(--extra-leaf-rotate));
            transform: rotate(var(--extra-leaf-rotate));
  }
  23% {
    -webkit-transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-first)));
            transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-first)));
  }
  54% {
    -webkit-transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-second)));
            transform: rotate(calc(var(--extra-leaf-rotate) + var(--extra-leaf-rustle-second)));
  }
}
@media screen and (max-width: 768px) {
  .kv-photo.leaf01 {
    --extra-leaf-rustle-first: -3deg;
    --extra-leaf-rustle-second: 2deg;
  }
  .kv-photo2.leaf01 > img {
    -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
  }
  .kv-leaf-decor.sp-only {
    display: block !important;
    width: 100%;
    height: 194.527363vw;
    overflow: hidden;
  }
  .kv-leaf-decor.sp-only .kv-leaf {
    --leaf-sp-rustle-first: -2deg;
    --leaf-sp-rustle-second: 2deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: kv-leaf-sp-rustle 4s ease-in-out both;
            animation: kv-leaf-sp-rustle 4s ease-in-out both;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .kv-leaf-decor.sp-only .kv-leaf01-sp,
  .kv-leaf-decor.sp-only .kv-leaf06-sp,
  .kv-leaf-decor.sp-only .kv-leaf11-sp,
  .kv-leaf-decor.sp-only .kv-leaf16-sp,
  .kv-leaf-decor.sp-only .kv-leaf21-sp {
    --leaf-sp-rustle-first: -4deg;
    --leaf-sp-rustle-second: 4deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf01-sp img,
  .kv-leaf-decor.sp-only .kv-leaf06-sp img,
  .kv-leaf-decor.sp-only .kv-leaf11-sp img,
  .kv-leaf-decor.sp-only .kv-leaf16-sp img,
  .kv-leaf-decor.sp-only .kv-leaf21-sp img {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .kv-leaf-decor.sp-only .kv-leaf02-sp,
  .kv-leaf-decor.sp-only .kv-leaf07-sp,
  .kv-leaf-decor.sp-only .kv-leaf12-sp,
  .kv-leaf-decor.sp-only .kv-leaf17-sp,
  .kv-leaf-decor.sp-only .kv-leaf22-sp {
    --leaf-sp-rustle-first: -2deg;
    --leaf-sp-rustle-second: 4deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf02-sp img,
  .kv-leaf-decor.sp-only .kv-leaf07-sp img,
  .kv-leaf-decor.sp-only .kv-leaf12-sp img,
  .kv-leaf-decor.sp-only .kv-leaf17-sp img,
  .kv-leaf-decor.sp-only .kv-leaf22-sp img {
    -webkit-animation-delay: 0.03s;
            animation-delay: 0.03s;
  }
  .kv-leaf-decor.sp-only .kv-leaf03-sp,
  .kv-leaf-decor.sp-only .kv-leaf08-sp,
  .kv-leaf-decor.sp-only .kv-leaf13-sp,
  .kv-leaf-decor.sp-only .kv-leaf18-sp,
  .kv-leaf-decor.sp-only .kv-leaf23-sp {
    --leaf-sp-rustle-first: 3deg;
    --leaf-sp-rustle-second: -4deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf03-sp img,
  .kv-leaf-decor.sp-only .kv-leaf08-sp img,
  .kv-leaf-decor.sp-only .kv-leaf13-sp img,
  .kv-leaf-decor.sp-only .kv-leaf18-sp img,
  .kv-leaf-decor.sp-only .kv-leaf23-sp img {
    -webkit-animation-delay: 0.06s;
            animation-delay: 0.06s;
  }
  .kv-leaf-decor.sp-only .kv-leaf04-sp,
  .kv-leaf-decor.sp-only .kv-leaf09-sp,
  .kv-leaf-decor.sp-only .kv-leaf14-sp,
  .kv-leaf-decor.sp-only .kv-leaf19-sp,
  .kv-leaf-decor.sp-only .kv-leaf24-sp {
    --leaf-sp-rustle-first: 4deg;
    --leaf-sp-rustle-second: -2deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf04-sp img,
  .kv-leaf-decor.sp-only .kv-leaf09-sp img,
  .kv-leaf-decor.sp-only .kv-leaf14-sp img,
  .kv-leaf-decor.sp-only .kv-leaf19-sp img,
  .kv-leaf-decor.sp-only .kv-leaf24-sp img {
    -webkit-animation-delay: 0.09s;
            animation-delay: 0.09s;
  }
  .kv-leaf-decor.sp-only .kv-leaf05-sp,
  .kv-leaf-decor.sp-only .kv-leaf10-sp,
  .kv-leaf-decor.sp-only .kv-leaf15-sp,
  .kv-leaf-decor.sp-only .kv-leaf20-sp,
  .kv-leaf-decor.sp-only .kv-leaf25-sp {
    --leaf-sp-rustle-first: -4deg;
    --leaf-sp-rustle-second: 2deg;
  }
  .kv-leaf-decor.sp-only .kv-leaf05-sp img,
  .kv-leaf-decor.sp-only .kv-leaf10-sp img,
  .kv-leaf-decor.sp-only .kv-leaf15-sp img,
  .kv-leaf-decor.sp-only .kv-leaf20-sp img,
  .kv-leaf-decor.sp-only .kv-leaf25-sp img {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .kv-leaf-decor.sp-only .kv-leaf01-sp {
    top: -6.095%;
    left: -12.05%;
    width: 31.143%;
    height: 16.651%;
    z-index: 1;
  }
  .kv-leaf-decor.sp-only .kv-leaf01-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf02-sp {
    top: 1.325%;
    left: -7.418%;
    width: 20.618%;
    height: 11.329%;
  }
  .kv-leaf-decor.sp-only .kv-leaf02-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf03-sp {
    top: 9.393%;
    left: -2.779%;
    width: 7.088%;
    height: 3.331%;
  }
  .kv-leaf-decor.sp-only .kv-leaf03-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf04-sp {
    top: 19%;
    left: -2.281%;
    width: 7.088%;
    height: 3.331%;
    z-index: 1;
  }
  .kv-leaf-decor.sp-only .kv-leaf04-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf05-sp {
    top: 17%;
    left: -5.418%;
    width: 22.091%;
    height: 10.705%;
  }
  .kv-leaf-decor.sp-only .kv-leaf05-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf06-sp {
    top: 56.807%;
    left: -11.152%;
    width: 19.092%;
    height: 9.663%;
  }
  .kv-leaf-decor.sp-only .kv-leaf06-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf07-sp {
    top: 49.635%;
    left: -4.851%;
    width: 11.214%;
    height: 5.169%;
  }
  .kv-leaf-decor.sp-only .kv-leaf07-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf08-sp {
    top: 57.545%;
    left: -14.925%;
    width: 36.468%;
    height: 18.335%;
  }
  .kv-leaf-decor.sp-only .kv-leaf08-sp.kv-leaf08-sp_02 {
    top: 79%;
  }
  .kv-leaf-decor.sp-only .kv-leaf08-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf09-sp {
    top: 78.689%;
    left: -14.828%;
    width: 36.468%;
    height: 18.335%;
  }
  .kv-leaf-decor.sp-only .kv-leaf09-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf10-sp {
    top: -6.051%;
    left: 13.323%;
    width: 21.368%;
    height: 10.706%;
  }
  .kv-leaf-decor.sp-only .kv-leaf10-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf11-sp {
    top: -2.775%;
    left: 29.012%;
    width: 15.005%;
    height: 5.336%;
  }
  .kv-leaf-decor.sp-only .kv-leaf11-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf12-sp {
    top: 13.76%;
    left: 42%;
    width: 14.358%;
    height: 6.988%;
  }
  .kv-leaf-decor.sp-only .kv-leaf12-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf13-sp {
    top: 63.8%;
    left: 40.507%;
    width: 6.403%;
    height: 3.009%;
  }
  .kv-leaf-decor.sp-only .kv-leaf13-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf14-sp {
    top: 87.61%;
    left: 18.86%;
    width: 9.652%;
    height: 4.314%;
  }
  .kv-leaf-decor.sp-only .kv-leaf14-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf15-sp {
    top: -5.197%;
    left: 57.075%;
    width: 18.98%;
    height: 10.865%;
    z-index: 1;
  }
  .kv-leaf-decor.sp-only .kv-leaf15-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf16-sp {
    top: -7.044%;
    left: 64.264%;
    width: 23.216%;
    height: 12.057%;
  }
  .kv-leaf-decor.sp-only .kv-leaf16-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf17-sp {
    top: -5.761%;
    left: 78.891%;
    width: 28.278%;
    height: 21.141%;
    z-index: 1;
  }
  .kv-leaf-decor.sp-only .kv-leaf17-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf18-sp {
    top: 2.685%;
    left: 80.107%;
    width: 18.341%;
    height: 9.075%;
  }
  .kv-leaf-decor.sp-only .kv-leaf18-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf19-sp {
    top: 11.694%;
    left: 94.507%;
    width: 7.038%;
    height: 3.307%;
    z-index: 1;
  }
  .kv-leaf-decor.sp-only .kv-leaf19-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf20-sp {
    top: 10.201%;
    left: 83.075%;
    width: 25.489%;
    height: 13.203%;
  }
  .kv-leaf-decor.sp-only .kv-leaf20-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf21-sp {
    top: 19.377%;
    left: 89.321%;
    width: 16.79%;
    height: 7.803%;
  }
  .kv-leaf-decor.sp-only .kv-leaf21-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf22-sp {
    top: 38.964%;
    left: 89%;
    width: 19.144%;
    height: 9.841%;
  }
  .kv-leaf-decor.sp-only .kv-leaf22-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf23-sp {
    top: 58.393%;
    left: 85.266%;
    width: 28.695%;
    height: 14.229%;
  }
  .kv-leaf-decor.sp-only .kv-leaf23-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf24-sp {
    top: 85.625%;
    left: 69.88%;
    width: 20.63%;
    height: 10.133%;
  }
  .kv-leaf-decor.sp-only .kv-leaf24-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .kv-leaf-decor.sp-only .kv-leaf25-sp {
    top: 79.963%;
    left: 78.791%;
    width: 34.132%;
    height: 17.94%;
  }
  .kv-leaf-decor.sp-only .kv-leaf25-sp img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes kv-leaf-sp-rustle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  23% {
    -webkit-transform: rotate(var(--leaf-sp-rustle-first));
            transform: rotate(var(--leaf-sp-rustle-first));
  }
  54% {
    -webkit-transform: rotate(var(--leaf-sp-rustle-second));
            transform: rotate(var(--leaf-sp-rustle-second));
  }
}
@keyframes kv-leaf-sp-rustle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  23% {
    -webkit-transform: rotate(var(--leaf-sp-rustle-first));
            transform: rotate(var(--leaf-sp-rustle-first));
  }
  54% {
    -webkit-transform: rotate(var(--leaf-sp-rustle-second));
            transform: rotate(var(--leaf-sp-rustle-second));
  }
}
@media (prefers-reduced-motion: reduce) {
  .kv-leaf-decor .kv-leaf,
  .kv-leaf-decor .kv-leaf img,
  .kv-photo.leaf01 > img,
  .kv-photo-decor .kv-photo:not(.leaf01)::before,
  .kv-photo-decor .kv-photo,
  .kv-photo-decor .kv-photo__frame,
  .kv-photo-decor .kv-photo__image {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
#prize .content-innner .lead_box.campaign-steps {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: #ffebcf;
  padding: 50px 0% 30px;
  color: #153f7b;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .lead_box.campaign-steps {
    padding: 22px 0% 34px;
  }
}
#prize .content-innner .lead_box.campaign-steps .campaign-steps__intro {
  color: #113D77;
  font-weight: 600;
}
#prize .content-innner .lead_box.campaign-steps .campaign-steps__catch {
  color: #b52626;
}
#prize .content-innner .lead_box.campaign-steps .campaign-step__number {
  color: #ffd08d;
  font-weight: 700;
}
#prize .content-innner .lead_box.campaign-steps .campaign-step__condition,
#prize .content-innner .lead_box.campaign-steps .campaign-step__note,
#prize .content-innner .lead_box.campaign-steps .campaign-step__excluded,
#prize .content-innner .lead_box.campaign-steps .campaign-step__facilities {
  color: #113D77;
}

.campaign-steps__intro,
.campaign-steps__catch {
  text-align: center;
  margin: 0;
  font-weight: 700;
}

#prize .content-innner .campaign-step__facility-button a.entryBtn {
  color: #113d77;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .campaign-step__facility-button a.entryBtn {
    padding: 17px 42px 17px;
  }
}
#prize .content-innner .campaign-step__facility-button a.entryBtn::before {
  background: #ffe95d;
  border-color: #ffe95d;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
#prize .content-innner .campaign-step__facility-button a.entryBtn::after {
  border-color: #113d77;
}
#prize .content-innner .campaign-step__facility-button a.entryBtn .txt {
  color: #113d77;
}
@media screen and (max-width: 768px) {
  #prize .content-innner .campaign-step__facility-button a.entryBtn .txt {
    font-size: min(4.1vw, 17px);
  }
}
#prize .content-innner .campaign-step__facility-button a.entryBtn:hover {
  color: #ffe95d;
}
#prize .content-innner .campaign-step__facility-button a.entryBtn:hover::before {
  background: #113d77;
  border-color: #113d77;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
#prize .content-innner .campaign-step__facility-button a.entryBtn:hover::after {
  border-color: #ffe95d;
  right: 28px;
}
#prize .content-innner .campaign-step__facility-button a.entryBtn:hover .txt {
  color: #ffe95d;
}

.campaign-steps__intro {
  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: 8px;
  font-size: 20px;
  letter-spacing: 1.2px;
}
.campaign-steps__intro img {
  width: 15.5px;
  height: 19.5px;
}
.campaign-steps__intro img:first-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .campaign-steps__intro {
    gap: 4px;
    font-size: 16px;
  }
  .campaign-steps__intro img {
    width: 16px;
    height: 16px;
  }
}

.campaign-steps__catch {
  color: #b52626;
  font-size: 36px;
  line-height: 1.4;
  margin: 8px 0 33px;
  margin: 4px 0 33px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .campaign-steps__catch {
    font-size: min(6.8vw, 30px);
    margin: 14px 0 28px;
    margin: 4px 0 28px;
  }
  .campaign-steps__catch span::before {
    bottom: min(1.5vw, 6px);
    height: min(3.3vw, 13px);
  }
}
.campaign-steps__catch span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.campaign-steps__catch span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 13px;
  background: #fffdfb;
}

.campaign-step {
  position: relative;
  margin: 0 auto 33px;
  border-radius: 12px;
  background: #67472f;
  color: #fff;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .campaign-step {
    border-radius: 12px;
    margin-bottom: 28px;
  }
}
.campaign-step--open {
  padding-bottom: 20px;
}
.campaign-step--open .campaign-step__details {
  margin-bottom: 0;
}
.campaign-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -18px;
  left: 50%;
  border-top: 18px solid #67472f;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.campaign-step.lastStep:not(:last-child)::after {
  content: none;
}
.campaign-step__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 4%;
}
@media screen and (max-width: 768px) {
  .campaign-step__header {
    gap: 12px;
    padding: 18px 4%;
  }
}
.campaign-step__number {
  margin: 0;
  padding-right: 18px;
  border-right: 1px solid #fff;
  color: #ffd49c;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding-block: 12px;
}
@media screen and (max-width: 768px) {
  .campaign-step__number {
    padding-right: 9px;
    font-size: 12px;
    padding-block: 7px;
  }
}
.campaign-step__number strong {
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .campaign-step__number strong {
    font-size: 28px;
  }
}
.campaign-step__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #fff;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .campaign-step__title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign-step__title {
    font-size: min(5.4vw, 24px);
  }
}
.campaign-step__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77px;
          flex: 0 0 77px;
  width: 77px;
  height: 77px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .campaign-step__icon {
    -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
}
.campaign-step__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 52px;
  max-height: 52px;
}
@media screen and (max-width: 768px) {
  .campaign-step__icon img {
    max-width: 39px;
    max-height: 39px;
  }
}
.campaign-step__details {
  margin: 0 20px 20px;
  background: #ffe9cc;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .campaign-step__details {
    margin: 0 18px 18px;
    border-radius: 8px;
  }
}
.campaign-step__details summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 14px 17px;
  list-style: none;
  cursor: pointer;
  background: #ffd49c;
  color: #113d77;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .campaign-step__details summary {
    padding: 15px;
    font-size: min(4.6vw, 20px);
  }
}
.campaign-step__details summary::-webkit-details-marker {
  display: none;
}
.campaign-step__details summary b::before {
  content: "+";
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .campaign-step__details summary b::before {
    font-size: min(8.2vw, 32px);
  }
}
.campaign-step__details[open] summary b::before {
  content: "−";
}
.campaign-step__body {
  text-align: center;
  color: #113d77;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 0.36s ease, opacity 0.26s ease;
  transition: height 0.36s ease, opacity 0.26s ease;
  will-change: height, opacity;
}
.campaign-step__body-inner {
  padding: 26px 20px 26px;
}
@media screen and (max-width: 768px) {
  .campaign-step__body-inner {
    padding: 20px 12px 20px;
  }
}
.campaign-step__body p {
  margin: 0;
}
.campaign-step__condition {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign-step__condition {
    font-size: min(3.3vw, 13px);
  }
}
.campaign-step__condition mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0, #ffeb52));
  background: linear-gradient(transparent 68%, #ffeb52 0);
}
.campaign-step__amount {
  font-size: 22px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .campaign-step__amount {
    font-size: min(4.3vw, 18px);
  }
}
.campaign-step__note, .campaign-step__excluded {
  margin-top: 18px !important;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .campaign-step__note, .campaign-step__excluded {
    font-size: min(3.2vw, 12px);
  }
}
.campaign-step__link-wrap {
  margin: 24px auto 16px;
}
@media screen and (max-width: 768px) {
  .campaign-step__link-wrap {
    margin: 17px auto 17px;
  }
}
.campaign-step__facility-button {
  display: block;
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign-step__facility-button {
    width: 100%;
  }
}
.campaign-step__facility-button a.entryBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 22px 48px 24px;
  color: #113d77;
}
@media screen and (max-width: 768px) {
  .campaign-step__facility-button a.entryBtn {
    padding: min(4vw, 22px) min(8.6vw, 48px) min(4.4vw, 24px);
  }
}
.campaign-step__facility-button a.entryBtn::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe95d;
  border-color: #ffe95d;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .campaign-step__facility-button a.entryBtn::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.campaign-step__facility-button a.entryBtn::after {
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-color: #113d77;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .campaign-step__facility-button a.entryBtn::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.campaign-step__facility-button a.entryBtn .txt {
  color: #113d77;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .campaign-step__facility-button a.entryBtn .txt {
    font-size: min(6.7vw, 26px);
  }
}
.campaign-step__facility-button a.entryBtn:hover {
  color: #ffe95d;
}
.campaign-step__facility-button a.entryBtn:hover::before {
  background: #113d77;
  border-color: #113d77;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.campaign-step__facility-button a.entryBtn:hover::after {
  border-color: #ffe95d;
}
.campaign-step__facility-button a.entryBtn:hover .txt {
  color: #ffe95d;
}
.campaign-step__facilities {
  margin-top: 12px !important;
  padding: 7px;
  border-radius: 3px;
  background: #fff7ed;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .campaign-step__facilities {
    font-size: min(3.2vw, 12px);
  }
}
.campaign-step__sub {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .campaign-step__sub {
    font-size: min(3.2vw, 12px);
  }
}

.slider_wrapper .box_flex .ex .wrap_box {
  width: 100%;
}
.slider_wrapper .prize-season {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #ffe8c9;
  border-radius: 6px;
  color: #113d77;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 17px auto 20px;
  padding: 6px 0px;
}
.slider_wrapper .prize-season span {
  color: #b52626;
}
@media screen and (max-width: 768px) {
  .slider_wrapper .prize-season {
    font-size: min(3.8vw, 17px);
  }
}
.slider_wrapper .box_flex .ex .prize-name {
  margin-top: 0;
}

.modal-wrapper .modal-content-wrapper {
  max-width: 560px;
  width: min(90%, 560px);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper {
    width: 90%;
    margin: 20px auto;
  }
}
.modal-wrapper .modal-content_innner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  padding: 76px 0px 0px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner {
    padding: 30px 0 0px;
  }
}
.modal-wrapper .modal-main {
  width: 100%;
  margin: 0;
}
.modal-wrapper .modal_top_wrap {
  gap: 12px;
}
.modal-wrapper .modal_top_wrap .medal_tag {
  width: auto;
  max-width: 291px;
  margin-top: -76px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal_top_wrap .medal_tag {
    max-width: min(52vw, 291px);
    margin-top: -31px;
  }
}
.modal-wrapper .modal_top_wrap .credit_copyright {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
  max-width: 100%;
  overflow: hidden;
}
.modal-wrapper .modal-content_innner .prize_name-size {
  width: 100%;
  margin: 34px 0 0;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize_name-size {
    margin: 13px 0 0;
  }
}
.modal-wrapper .modal-content_innner .prize-name {
  margin: 0 0 34px;
  color: #113d77;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize-name {
    font-size: min(4.6vw, 26px);
  }
}
.modal-wrapper .modal-content_innner .prize-caution_text.lead {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize-caution_text.lead {
    font-size: 14px;
  }
}
.modal-wrapper .modal-content_innner .prize-caution_text.lead.text_marginTop {
  margin-top: 20px;
}
.modal-wrapper .modal-content_innner .prize-caution_wrap {
  width: 100%;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize-caution_wrap {
    margin-top: min(6.1vw, 34px);
  }
}
.modal-wrapper .modal-content_innner .prize-caution_text_wrap {
  margin-top: 24px;
}
.modal-wrapper .modal-content_innner .prize-caution {
  margin: 0;
  color: #000;
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize-caution {
    font-size: 14px;
  }
}
.modal-wrapper .modal-content_innner .prize-caution_text {
  margin: 15px 0 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.42px;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content_innner .prize-caution_text {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
.modal-wrapper .modal-content_innner .sub_txt {
  margin-top: 12px;
  text-align: center;
}
.modal-wrapper .modal-content_innner .figma-modal-external {
  margin-top: 24px;
  text-align: left;
}
.modal-wrapper .modal-wrapper .txt-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 260px;
  height: 62px;
  margin: 34px auto 0;
  padding: 0 25px 0 102px;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-wrapper .txt-close {
    width: min(46.5vw, 260px);
    height: min(11.1vw, 62px);
    margin-top: min(6.1vw, 34px);
    padding: 0 min(4.5vw, 25px) 0 min(18.2vw, 102px);
    font-size: min(2.9vw, 16px);
  }
}
.modal-wrapper .modal-wrapper .txt-close p {
  margin: 0;
}
.modal-wrapper .modal-wrapper .txt-close .modal-innner-close {
  width: 9px;
  height: auto;
}

.modal-content_ex {
  padding: 0 5%;
}

.entryPremier_allbox {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.entryPremier_allbox .intro_fukidashi {
  margin-bottom: 14px;
}
.entryPremier_allbox .entryPremier_wrap {
  background-color: #fff4e6;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  padding: 20px 5%;
}
.entryPremier_allbox .entryPremier_wrap.wrap02 {
  position: relative;
  background-color: #113D77;
  border-radius: 20px;
  margin-bottom: 35px;
  -webkit-filter: inherit;
          filter: inherit;
}
.entryPremier_allbox .entryPremier_wrap.wrap02::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 30px solid #113D77;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.entryPremier_allbox .entryPremier_wrap.wrap02 .mainTxt {
  margin-bottom: 10px;
}
.entryPremier_allbox .campaign-step__sub_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entryPremier_allbox .entryPremier_wrap01_cautionWrap {
  display: block;
  margin: 15px auto 0px;
}

.entryPremier_caution {
  color: #113D77;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .entryPremier_caution {
    font-size: min(2.9vw, 10.5px);
  }
}
.entryPremier_caution.white {
  color: white;
}
.entryPremier_caution .txtLink {
  color: white;
  text-decoration: underline;
}

.campaign-step__sub.sub02 {
  color: #113D77;
  text-align: center;
  text-decoration-color: #113D77;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .js-fadeIn {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition-duration: 0.85s;
            transition-duration: 0.85s;
  }
}
.js-fadeIn.is-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

html.is-modal-opened .js-fadeIn:not(.is-in) {
  opacity: 0 !important;
  visibility: hidden !important;
}
/*# sourceMappingURL=style_2604.css.map */



