@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 {
  --black-color: #5f5d5d;
  --pink-color: #f5ada3;
  --green-color: #339983;
  --blue-color: #1e48b3;
  --title-f-size: clamp(20px, 2vw, 24px);
  --sbtitle-f-size: 20px;
  --txt-f-size: clamp(15px, 2vw, 16px);
  --txt-m-size: clamp(18px, 2vw, 20px);
  --remark-f-size: 15px;
  --btn-f-size: 18px;
  --border-radius: 10%;
  --big-f-size: clamp(22px, 2vw, 26px);
  --padding: 10%;
  --sec-bg-color: #ffffffbf;
}

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%表示用↑ここまで */

/* 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;
  /* color: #fff; */
  color: var(--black-color);
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;

}



#spring_present * {
  color: inherit;
  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 .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#spring_present .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#spring_present .text-m {
  font-size: var(--txt-m-size);
  font-weight: 700;
  line-height: 1.5;

}

#spring_present .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
}

#spring_present .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 2;
}

#spring_present .big {
  font-size: var(--big-f-size);
  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: 2.5em;
}

#spring_present .hrc {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 20px;
}





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

/* スマホ用ボタンはPC非表示 */
#spring_present #btn {
  display: none;
}

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

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

#spring_present .btn a {
  display: block;
  width: 20%;
  border-radius: 40px;
  margin: 30px 6.5rem 0 auto;
  font-size: var(--btn-f-size);
  padding: 0.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
  color: var(--green-color);
  background: linear-gradient(to right, var(--pink-color) 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: 2px solid var(--green-color);
}


#spring_present .btn a p {
  font-size: 21px;
  margin-right: 1em;
}



#spring_present .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--green-color);
}

#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 .btn a:hover {
  color: var(--blue-color);
  background-position: left bottom;
  animation: poyopoyo 2s ease-out infinite;
  border: 2px solid var(--blue-color);
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: rotate(0deg);
  }

  50%,
  70% {
    transform: rotate(4deg);

  }
}


#spring_present .btn a:hover:before {
  background: #fff;
}

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

#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;
  overflow: hidden;
  background-image: url(../img/diya.png);
  background-repeat: repeat;
  background-size: auto;
}

#pc_fixed::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  background-image: url(../img/flower_left.webp);
  width: 300px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}



#pc_fixed::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(../img/flower_right.webp);
  width: 290px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  pointer-events: none;
}




#pc_fixed .pc_fixed {
  height: 100%;
}


#pc_fixed .wakupre_container {

  left: 15rem;
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

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


#spring_present #index {
  max-width: 200px;
  margin: 10% 11% 0 auto;
  position: relative;
}

#spring_present .index {
  display: flex;
  padding: 20px 0 10px;
}



/* ふわっ */
.flipRightTopTrigger .remark span {
  display: inline-block;
  transform: translateY(0) rotate(0deg);
  transition: transform 0.3s ease;
}

.flipRightTopTrigger:hover .remark span {
  transform: translateY(-0.5em) rotate(-15deg);
}


#spring_present .index p {
  line-height: 1.5;
  padding: 0.5em 0 0 0;
  display: inline-block;
}

#spring_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
  color: var(--green-color);
  box-sizing: border-box;
  text-align: center;
  padding-left: 3em;
}

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

#spring_present #index .index_all li::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(../img/index_icon.svg) no-repeat center / contain;
  opacity: 0;
  transition: all ease 0.5s;
  animation: fuwafuwaX 3s ease-in-out infinite;
  pointer-events: none;
}

#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.limited .index_all li:nth-child(3)::before,
#spring_present #index.monthly .index_all li:nth-child(4)::before,
#spring_present #index .index_all li:hover::before {
  opacity: 1;
}

/* liアイコンふわふわアニメーション */
#index .index_all li::before {
  animation: fuwafuwaX 3s ease-in-out infinite;
}

@keyframes fuwafuwaX {

  0%,
  100% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(-60%);
  }
}


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

#spring_present #contents {
  width: 430px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
  z-index: 1;
}

#spring_present #contents .contens_wrapper {
  border-radius: 10px;
}

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

#spring_present #spring_present_head {
  position: relative;
}

#spring_present #spring_present_head .head_contents {
  width: 100%;
  padding: 160px 0 0;

}

#spring_present #spring_present_head .head_contents::before {
  content: "";
  display: block;
  width: 55vw;
  height: 100px;
  background-image: url(../img/ribon_up.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

}

#spring_present #spring_present_head .wakupre-icn {
  width: 17%;
  position: absolute;
  top: 4%;
  left: 4%;
  display: none;
  z-index: 1;
}

.poyonTrigger {
  opacity: 0;
}

.poyon {
  animation-name: poyon;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    opacity: 0;
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    opacity: 1;
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#spring_present .title_svg {
  margin: 0 auto;

}




#spring_present #spring_present_head .text {
  margin: 1em auto;
  font-size: 18px;
  position: relative;
}





/* theme_svg
---------------------------------------------------- */

#spring_present .theme {
  padding: var(--padding) 0;
  margin: 25% 0;
  border-radius: 10px;

}


#spring_present .theme_svg {
  margin: 0 auto;
  position: relative;
  padding: 0 10%
}

#spring_present .theme_title .title {
  margin: 1em 0;
}

/* #special
---------------------------------------------------- */
#spring_present #special {
  padding: 10% 7%;
  background: var(--sec-bg-color);
  position: relative;
}



#spring_present #special .theme_title .title {
  margin: 0.1em auto 1em;

}


#spring_present #special::before {
  content: '';
  position: absolute;
  background: url(../img/ribon_s_left.webp) top left / contain no-repeat;
  top: -44px;
  left: -50px;
  width: 225px;
  height: 310px;

}

#spring_present #special::after {
  content: '';
  position: absolute;
  background: url(../img/ribon_right_pc.webp) bottom right / contain no-repeat;
  bottom: 20px;
  right: -30px;
  width: 295px;
  height: 330px;

}

#spring_present .prize_box .text-m {
  padding: 20px 0 20px;
}



/* #monthly
---------------------------------------------------- */
#spring_present #monthly {
  padding: 10% 7%;
  background: var(--sec-bg-color);
  position: relative;
}


#spring_present .theme_title .title {
  background: linear-gradient(transparent 70%, #ffcfc9 70%);
  width: 70%;
  margin: 0.5em auto;

}

#spring_present #monthly .monthly-icn {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
}


#spring_present #monthly::before {
  content: '';
  position: absolute;
  background: url(../img/ribon_s_right.webp) top right / contain no-repeat;
  top: -35px;
  right: -42px;
  width: 235px;
  height: 270px;
  transform: rotate(13deg);

}

#spring_present #monthly::after {
  content: '';
  position: absolute;
  background: url(../img/ribon_bottom_left.webp) bottom left / contain no-repeat;
  bottom: -30px;
  left: -30px;
  width: 175px;
  height: 330px;

}



/* #spring
---------------------------------------------------- */
#spring_present #spring {
  padding: 10% 5%;
  background: var(--sec-bg-color);
  position: relative;
}



#spring_present #spring::before {
  content: '';
  position: absolute;
  background: url(../img/ribon_s_left_yellow.webp) top left / contain no-repeat;
  top: -44px;
  left: -50px;
  width: 225px;
  height: 310px;

}

#spring_present #spring::after {
  content: '';
  position: absolute;
  background: url(../img/ribon_right_yellow.webp) bottom right / contain no-repeat;
  bottom: 20px;
  right: -30px;
  width: 295px;
  height: 330px;

}

#spring_present #spring .theme_title .title {
  margin: 0.5em auto 3em;

}

#spring_present #spring .text {
  line-height: 1.2;
}

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

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

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

#spring_present #spring .spring_flex li {
  width: 46%;
  margin: 0 0 1.5em 0;
}

#spring_present #spring .winner p {
  margin: 1em 0 4em;
  background: #cea228;
}




/* .prize_box
---------------------------------------------------- */

#spring_present .prize_box {
  width: 98%;
  margin: 0 auto;
}

#spring_present #monthly .prize_box img {
  border-radius: initial;
}




#spring_present #monthly .prize_box .monthly-icn img {
  width: 40%;
  border: initial;
  padding: initial;
  border-radius: initial;
  background-color: initial;
  animation: poyopoyo 2s ease-out infinite;
}





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




#spring_present .prize_box.spring img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}


#spring_present .prize_box .soon,
#spring_present .prize_box .end,
#spring_present .monthly_slider li .end {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#spring_present .prize_box .soon:before,
#spring_present .prize_box .end:before,
#spring_present .monthly_slider li .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: 100% 15%;
  background-position: center;
}

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



#spring_present .prize_text {
  margin: 1em 0 0;
}

#spring_present .copy {
  margin: 1em auto 0;
  text-align: left;
  font-size: var(--txt-f-size);
}

#spring_present #monthly .prize_box .copy {
  margin: 1em auto 0;
}

#spring_present .winner p {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 2.5em;
  border-radius: 10px;
  color: #fff;
  margin: 1em 0 0;
  background-color: var(--blue-color);
}

#spring_present #monthly .winner p {
  margin: 1em 0 1em;
  background-color: var(--green-color);
}



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

#spring_present .slick-prev,
#spring_present .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2em;
  height: 2em;
  background-color: var(--pink-color);
  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 3px;
  border-right: solid 3px;
  border-color: #fff;
  left: 25%;
}

#spring_present .slick-prev::before {
  border-bottom: solid 3px;
  border-left: solid 3px;
  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: 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: var(--pink-color);
  opacity: 0.25;
}

#spring_present .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: var(--pink-color);
  ;
}

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

#spring_present #footer {
  padding: 0 0 var(--padding);
  position: relative;
  z-index: 2;
}


#spring_present #footer .remark {
  width: 90%;
  margin: 0 auto;
}


/* 画像がふわっと */
#spring_present .fade-spring {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

/* 表示状態 */
#spring_present .fade-spring.active {
  opacity: 1;
  transform: translateY(0);
}






@media (min-width: 1541px) and (max-width: 1920px) {
  #pc_fixed .pc_fixed {
    background-size: contain, calc(50% - 210px);
  }

  #spring_present #index {
    width: calc(50% - 370px);
    margin: 10% auto 0 77%;
  }



  #pc_fixed::before {
    width: 320px;
    height: 460px;
    left: 2%;
  }



  #pc_fixed::after {
    width: 320px;
    height: 340px;
    bottom: -20px;
  }


  #spring_present .btn a {
    width: 19%;
    margin: 30px 7.5rem 0 auto;

  }















}



/* 1249~ */
@media screen and (max-width: 1249px) {

  #spring_present #contents {
    width: 410px;
  }


  #pc_fixed .wakupre_container {
    left: 4rem;
    width: 70px;
    position: absolute;
    top: 11%;
    transform: translateY(-50%);
  }


  #spring_present #index {
    margin: 15% auto 0 15%;
  }

  #spring_present .btn a {
    margin: 30px auto 0 10rem;
    width: 23%;
  }

  #spring_present #contents,
  #spring_present #btn .btn {
    margin: 0 100px 0 auto;
  }
}




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


  #spring_present .btn a {
    width: 28%;
    border-radius: 40px;
    margin: 30px auto 0 8rem;
  }


  #pc_fixed::after {
    width: 210px;
    height: 210px;
  }





}

/* 969~ */

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

  #pc_fixed .btn {
    display: none;
  }

  #spring_present #btn {
    display: block;

  }

  #spring_present #spring_present_head .head_contents::before {
    width: 85vw;
  }



  #pc_fixed::before {
    width: 170px;
    height: 240px;

  }



  #pc_fixed .wakupre_container {
    top: 16%;
  }

  #spring_present #index {
    display: none;
  }


  #spring_present #contents,
  #spring_present #btn .btn {
    margin: 0 auto;
  }

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

  #spring_present #btn .btn a {
    margin: 0 auto;
    width: 90%;
  }

  #spring_present #monthly {
    padding: 10% 7%
  }

  #spring_present #spring {
    padding: 10% 7%
  }

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


}


@media screen and (max-width: 767px) {
  :root {
    --sec-bg-color: #ffffff8a;

  }

  section {
    margin-bottom: initial;
  }

  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 {
    position: relative;
    z-index: 0;
  }


  #pc_fixed {
    background: transparent;
    background-image: none;
  }


  #spring_present #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background-image: url(../img/diya.png);
    background-repeat: repeat;
    background-size: 30%;

  }

  #spring_present #spring_present_head .head_contents::before {
    background: initial;
  }

  #spring_present .title_svg {
    width: 90%;
  }

  #spring_present #spring_present_head .head_contents {
    padding: 26% 0 0;
    background-image: url(../img/ribon_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 30px;
  }

  #spring_present #spring_present_head .wakupre-icn {
    display: block;
    width: 15%;
  }

  #spring_present #spring_present_head .text {
    margin: 1em auto 2em;
  }




  #spring_present img.flower_header_sp {
    width: 86%;
    margin: 0 auto;
    display: block;
  }





  #spring_present .theme {
    background: transparent;
    margin: 25% 4%;
  }

  #spring_present #monthly .prize_box .monthly-icn img {
    width: 50%;
  }

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

  #spring_present #special {
    padding: 10% 3%;
  }

  #spring_present #monthly {
    padding: 10% 5%;
  }

  #spring_present #spring {
    padding: 10% 2%;
  }





  /* 各セクションのリボン */
  #spring_present #special::before {
    top: -37px;
    left: -7px;
    width: 150px;
    height: 260px;
  }

  #spring_present #special::after {
    bottom: -7px;
    right: -11px;
    width: 70px;
    height: 210px;
  }


  #spring_present #monthly::before {
    top: -38px;
    right: -5px;
    width: 178px;
    height: 178px;
    transform: rotate(3deg);
  }

  #spring_present #monthly::after {
    background: initial;
  }




  #spring_present #spring::before {
    top: -34px;
    left: -10px;
    width: 155px;
    height: 240px;
  }

  #spring_present #spring::after {
    bottom: 20px;
    right: 0px;
    width: 105px;
    height: 270px;
  }






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

  #spring_present #footer img {
    width: 100%;
    padding: 20px 0 0;
  }







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

  #spring_present #btn .btn.non-fixed {
    margin: initial;
  }

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

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

  #spring_present .btn a {
    width: 90%;
    padding: 0.8em 0;
    margin: 0 auto;
  }





}
