@charset "UTF-8";
/* default
---------------------------------------------------- */

/* @font-face {
  font-family: "MyFont_ShueiNGoKinStdN";
  src: local("AP-OTF-ShueiNGoKinStdN-B.otf"), url("../../../../../common/font/AP-OTF-ShueiNGoKinStdN-B.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "MyFont_GOTHICB";
  src: local("GOTHICB.TTF"), url("../../../../../common/font/GOTHICB.TTF");
  font-display: swap;
  font-weight: 700;
} */

:root {
  --green-color: #009C00;
  --pink-color: #ff91bf;
  --bg-color: #FFF2E1;
}

header,
.headNavMT,
.footPagetopMT,
footer,
.underInfoMT {
  position: relative;
  z-index: 2;
}

.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* 画面100%表示用↑ここまで */

tr,
th,
td,
div,
span,
a,
p {
  color: inherit;
}

/* spring_present
---------------------------------------------------- */
#spring_present {
  font-family: "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #595959;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

#spring_present * {
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#spring_present img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#spring_present .pc {
  display: block !important;
}

#spring_present .sp {
  display: none !important;
}

#spring_present ol,
#spring_present ul {
  list-style-type: none;
}

#spring_present a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#spring_present .subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

#spring_present .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

#spring_present .text-m {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

#spring_present .remark {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

#spring_present .big {
  font-size: clamp(1.125rem, 0.643rem + 0.71vw, 1.5rem);
  font-weight: 700;
}

#spring_present .txt_center {
  text-align: center;
}

#spring_present .txt_left {
  text-align: left;
}

#spring_present .txt_right {
  text-align: right;
}

#spring_present .number {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 3em;
  line-height: 1;
}



/* .btn
---------------------------------------------------- */

#spring_present #btn {
  padding: 0 0 8%;
  display: none;
}

#spring_present #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 400px);
  padding: 1.2em 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

#spring_present #btn .btn.non-fixed {
  box-shadow: none;
  padding: 0;
  background: none;
  position: relative;
}

#spring_present .btn a {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(1.125rem, 0.643rem + 0.71vw, 1.5rem);
  padding: 0.5em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  color: #fff;
  background-color: var(--green-color);
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
  border-radius: 50px;
  opacity: 1;
}

#spring_present #index .btn {
  width: min(100%, 350px);
  margin: 3em auto 0;
}

#spring_present .btn a:hover {
  opacity: 0.5;
}

#spring_present .btn a:hover:after {
  color: var(--brown-color);
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}


#spring_present .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55em;
  margin: auto;
  z-index: 2;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotate(45deg);
  color: #fff;
}

#spring_present #index .btn a p {
  margin-right: 1em;
  padding: 0.5em;
}


#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}


/* #pc_fixed
---------------------------------------------------- */
#pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../img/sakura_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 0%;
  overflow: hidden;
  background-color: #B7E7FF;
}


#pc_fixed .pc_fixed {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

#spring_present #pc_fixed .vertical-rl {
  font-size: 11px;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.2em;
}

.sakura {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: contents;
  justify-content: center;
  align-items: center;
}

.sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

@keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }

  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}

@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }

  to {
    transform: translateX(0px) rotate(0deg);
  }
}

.sakura li:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.sakura li:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(5) {
  left: 40vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(6) {
  left: 80vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(7) {
  left: 85vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(8) {
  left: 90vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}




/* #index
---------------------------------------------------- */

#spring_present #index {
  width: calc(85% - 480px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#spring_present #space {
  width: 15%
}

#spring_present #index .index-body {
  padding: 3em 3em;
  margin: 0 auto;
  position: relative;
  width: 50%;
  min-width: 400px;
  background: var(--bg-color);
  border-radius: 30px;
}

#spring_present .index {
  display: block;
  padding: 2em 0 2em 2em
}


#spring_present .index p {
  line-height: 1.5;
}

#spring_present .index-title {
  font-size: 3em;
  text-align: center;
}

#spring_present #index .index_all {
  margin: 2em 0 3em;
  border-bottom: 1px solid #b0b0b0;
}

#spring_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
  border-top: 1px solid #b0b0b0;
}


#spring_present #index.spring_present .index_all li:nth-child(1),
#spring_present #index.special .index_all li:nth-child(2),
#spring_present #index.monthly .index_all li:nth-child(3),
#spring_present #index.spring .index_all li:nth-child(4),
#spring_present #index .index_all li:has(> a:hover) {
  color: var(--green-color);
}


#spring_present #index.spring_present .index_all li:nth-child(1)::before,
#spring_present #index.special .index_all li:nth-child(2)::before,
#spring_present #index.monthly .index_all li:nth-child(3)::before,
#spring_present #index.spring .index_all li:nth-child(4)::before {
  opacity: 1;
}

/* #contents
---------------------------------------------------- */

#spring_present #contents {
  width: 480px;
  margin: 0 15% 0 auto;
  position: relative;
  box-sizing: content-box;
  background: var(--bg-color);
}

/* #spring_present_head
---------------------------------------------------- */

#spring_present #spring_present_head {
  position: relative;
  padding: 0 2em;
}

#spring_present #spring_present_head .head_contents {
  width: 100%;
}

#spring_present #pc_fixed .wakupre-icn {
  width: min(35%, 160px);
}

#spring_present #spring_present_head .wakupre-icn {
  width: 10%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: block;
}

#spring_present #spring_present_head .maintitle img {
  width: 100%;
}

#spring_present #spring_present_head .cpn_period {
  margin-top: 5em;
}

#spring_present #spring_present_head .text {
  margin-top: 5em;
}

/* ulタグ */
#spring_present .scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin: 5em 0 0;
  gap: 0;
  overflow: hidden;
}

/* liタグ */
#spring_present .scroll-list li {
  color: #333;
  font-size: 3em;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1em 0 0;
  margin: 0;
  animation: marquee-left 5s linear infinite;
}

/* PCの時のフォントサイズ */
@media (min-width: 600px) {
  #spring_present .scroll-list li {
    font-size: 3em;
  }
}

/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}


/* theme common
---------------------------------------------------- */

#spring_present .theme {
  padding: 12em 2em 0;
}


#spring_present .theme_png {
  width: 100%;
  position: relative;
}

#spring_present .theme_title {
  position: relative;
}

#spring_present .theme_title img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30%;
}

#spring_present .theme_title .subtitle {
  margin: 0.2em 0 0;
}

#spring_present .theme_title .subtitle span {
  color: var(--green-color);
}


#spring_present .prize_box {
  margin: 3em 0 0;
}

#spring_present .prize_box_img {
  position: relative;
}

#spring_present .winner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5%;
}

#spring_present .winner p {
  display: inline-block;
  line-height: 1.5;
  padding: 0.25em 3em;
  color: #fff;
  font-weight: 600;
  background-color: var(--pink-color);
}

#spring_present .prize_box img {
  display: block;
  margin: 2em auto 0;
  width: 100%;
}

#spring_present .prize_box .text-m {
  margin-top: 1.5em;
}

#spring_present .copy {
  margin: 1.5em auto 0;
  padding: 1em;
  text-align: left;
  line-height: 1.8;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}



/* #special
---------------------------------------------------- */

/* #monthly
---------------------------------------------------- */


#spring_present .prize_box .soon,
#spring_present .prize_box .end {
  position: relative;
  overflow: hidden;
}

#spring_present .prize_box .soon:before,
#spring_present .prize_box .end:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#spring_present .prize_box .soon:before {
  background: rgba(0, 0, 0, 0.5) url(../img/coming_soon.svg) no-repeat;
  background-size: 90% 15%;
  background-position: center;
}

#spring_present .prize_box .end:before {
  background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
  background-size: 90% 15%;
  background-position: center;
}

#spring_present .monthly_slider li {
  position: relative;
}

#spring_present .fukidashi {
  position: absolute;
  z-index: 1;
}

#spring_present .balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: var(--green-color);
  border-radius: 50%;
  position: relative;
}

#spring_present .balloon p {
  margin-bottom: 0.5em;
}

#spring_present .balloon p span {
  font-size: 2em;
}

#spring_present .balloon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background: var(--green-color);
  bottom: 10px;
  left: 85px;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(-55deg);
  margin: auto;
}


#spring_present .prize_text span {
  font-size: 0.7em;
}


/* #spring
---------------------------------------------------- */

#spring_present #spring #spring_nav {
  padding: 0 0 var(--padding);
}

#spring_present #spring .spring_svg {
  width: 15%;
  margin: 0 auto;
}

#spring_present #spring .text {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
}

#spring_present #spring .prize_box.last {
  width: 45%;
  margin: 5em auto 0;
}

#spring_present #spring .prize_text {
  margin: 2.5em 0 0;
}

#spring_present #spring .spring_present-list {
  position: relative;
}

#spring_present #spring .spring_index {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#spring_present #spring .spring_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#spring_present #spring .spring_flex li {
  width: 47%;
}

#spring_present #spring .spring_flex li:nth-child(2n-1) {
  margin: 0 3% 0 0;
}

#spring_present #spring .spring_flex li:nth-child(2n) {
  margin: 0 0 0 3%;
}

#spring_present #spring .winner {
  position: absolute;
  bottom: -10%;
}

#spring_present #spring .winner .text {
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: 600;
}

#spring_present #spring .winner .number {
  font-size: 30px;
  margin: 0 0.1em;
}


/* Arrows
---------------------------------------------------- */

#spring_present .slick-prev,
#spring_present .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: #474747;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

#spring_present .slick-prev {
  left: 5%;
}

#spring_present .slick-next {
  right: 5%;
}

#spring_present .slick-prev::before,
#spring_present .slick-next::before {
  content: "";
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#spring_present .slick-next::before {
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fff;
  left: 25%;
}

#spring_present .slick-prev::before {
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #fff;
  right: 25%;
}

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

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

/* Dots
---------------------------------------------------- */

#spring_present .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  text-align: center;
}

#spring_present .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

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

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

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

#spring_present .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #474747;
  opacity: 0.25;
}

#spring_present .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #474747;
}

/* #footer
---------------------------------------------------- */

#spring_present #footer {
  position: relative;
  z-index: 2;
  padding: 7em 0;
}


@media screen and (max-width: 1440px) {

  #spring_present #index .index-body {
    padding: 3em;
  }

  #spring_present .index {
    padding: 1em 0 1em 1em
  }

  #spring_present #index .index_all {
    margin: 1em 0 2em;
  }
}


@media screen and (max-width: 1024px) {


  #spring_present #btn {
    display: block;
  }

  #spring_present #index {
    display: none;
  }

  #spring_present #contents {
    margin: 0 auto;
  }

  #spring_present #footer {
    padding: var(--padding) 0 40%;
    margin: 4em 0 2em;
  }

}

@media screen and (max-width: 767px) {

  article p,
  article li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  /*　左右余白削除　*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #spring_present .sp {
    display: block !important;
  }

  #spring_present .pc {
    display: none !important;
  }

  #spring_present .subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }

  #spring_present .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  #spring_present .text-m {
    margin-top: 2em;
    font-weight: 700;
    color: #595959;
  }

  #spring_present .big {
    font-size: 1.2em;
    font-weight: 700;
  }

  #spring_present .theme {
    padding: 7em 2em 0;
  }

  #spring_present .scroll-list {
    margin: 4em 0 0;
  }



  #spring_present .number {
    font-size: 2em;
  }

  #spring_present .winner p {
    padding: 0.25em 1em;
  }


  #spring_present #spring .spring_index {
    width: 45%;
    top: -20px;
  }

  #spring_present #spring .spring_flex {
    margin-top: 10%;
  }

  #spring_present #spring ul li .text {
    white-space: nowrap;
  }

  #spring_present #spring .spring_flex {
    margin-top: 10%;
  }

  #spring_present #spring .text {
    line-height: 1.4;
    font-size: 16px;
  }

  #spring_present #spring .prize_text .text {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #595959;
  }



  /* #pc_fixed
---------------------------------------------------- */
  #pc_fixed {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: url(../img/sakura_bg_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 0%;
    overflow: hidden;
    background-color: #B7E7FF;
  }


  #pc_fixed .pc_fixed {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }

  #spring_present #pc_fixed .vertical-rl {
    font-size: 11px;
    writing-mode: vertical-rl;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.2em;
  }



  /* #index
---------------------------------------------------- */
  #spring_present #index {
    display: none;
  }

  /* #contents
---------------------------------------------------- */

  #spring_present #contents {
    width: 90%;
    border: none;
    box-sizing: border-box;
  }

  /* #spring_present_head
---------------------------------------------------- */
  #spring_present #spring_present_head {
    padding: 0 1em;
  }

  /* common
---------------------------------------------------- */

  #spring_present .theme {
    padding: 4em 1em 0;
  }


  #spring_present .theme_png {
    width: 100%;
    position: relative;
  }

  #spring_present .theme_title .subtitle {
    margin: 4em 0 0;
  }

  #spring_present .prize_box {
    margin: 2em 0 0;
  }

  #spring_present .prize_box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: var(--border-radius);
  }

  #spring_present .copy {
    margin: 1em auto 0;
    line-height: 1.6;
    color: #595959;
  }

  #spring_present .winner p {
    padding: 0.25em 3em;
  }


  /* #special
---------------------------------------------------- */

  #spring_present #special .prize_box-annotation {
    text-align: left;
    padding: 0;
  }

  #spring_present #special .prize_box-annotation .remark {
    padding: 0;
    display: contents;
    line-height: 0;
    font-size: 0.6em;
    letter-spacing: 0.05em;
  }


  /* #monthly
---------------------------------------------------- */

  #spring_present .balloon {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }

  #spring_present .balloon p span {
    font-size: 2em;
  }

  #spring_present .balloon::before {
    left: 70px;
  }

  #spring_present .prize_text span {
    font-size: 0.7em;
  }

  #spring_present .prize_box .soon,
  #spring_present .prize_box .end {
    position: relative;
    overflow: hidden;
  }

  #spring_present .prize_box .soon:before,
  #spring_present .prize_box .end:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #spring_present .prize_box .soon:before {
    background: rgba(0, 0, 0, 0.5) url(../img/coming_soon.svg) no-repeat;
    background-size: 90% 15%;
    background-position: center;
  }

  #spring_present .prize_box .end:before {
    background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
    background-size: 90% 15%;
    background-position: center;
  }

  #spring_present #monthly .prize_box img {
    max-width: 85%;
  }


  /* #spring
---------------------------------------------------- */

  #spring_present #spring #spring_nav {
    padding: 0 0 var(--padding);
  }

  #spring_present #spring .spring_svg {
    width: 15%;
    margin: 0 auto;
  }

  #spring_present #spring .text {
    line-height: 1.4;
    font-size: 18px;
  }

  #spring_present #spring .prize_box.last {
    width: 45%;
    margin: 5em auto 0;
  }

  #spring_present #spring .spring_present-list {
    position: relative;
  }

  #spring_present #spring .spring_index {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #spring_present #spring .spring_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #spring_present #spring .prize_text {
    margin: 2em 0 0;
  }

  #spring_present #spring .winner {
    bottom: -15%;
  }

  #spring_present #spring .winner .text {
    padding: 0.3em 0.5em;
  }

  #spring_present #spring .winner .number {
    font-size: 24px;
    margin: 0;
  }





  /* .btn
---------------------------------------------------- */

  #fftop_recomDetail #spring_present #btn {
    padding: 0 0 var(--padding);
  }

  #spring_present .btn {
    padding: 0 1em 2em !important;
  }

  #spring_present .btn a {
    padding: 0.5em 0;
    line-height: 2.4em;
  }

  #spring_present .btn a::before {
    width: 1em;
    height: 1em;
  }

  #spring_present .btn a::after {
    right: 1.35em;
    width: 0.3em;
    height: 0.3em;
  }

  #spring_present .btn a p {
    color: #fff;
  }
}
