@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: #232323;
  --yellow-color: #FAED2C;
  --navy-color: #0a2e80;
  --green-color: #0099A5;
  --white-color: #ffffff;
  --orange-color: #fa941b;
  --title-f-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 15px;
  --remark-f-size: 13px;
  --btn-f-size: 18px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
  --padding: 10%;
}

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%表示用 ↓（ここから細かい調整） */

/* summer_present
---------------------------------------------------- */
#summer_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;
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background-size: 30%;
}

#summer_present * {
  color: inherit;
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

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

#summer_present .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
}

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

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

#summer_present .remark {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

#summer_present .big {
  font-size: 16px;
  font-weight: 700;
}

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

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

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

#summer_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: 2em;
}

#summer_present .lineTrigger {
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.8em;
  transition: 0.8s;
  transition-delay: 0.5s;
  opacity: 1;
}

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

#summer_present #btn {
  padding: 0 0 8%;
}

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

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


#summer_present #btn .btn:not(.non-fixed)::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  width: 100vw;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% + 1rem);
  z-index: -1;
}

/* non-fixed になったら確実に消す */
#summer_present #btn .btn.non-fixed::before {
  display: none;
}


#summer_present .btn a {
  display: block;
  width: 95%;
  border-radius: 45px;
  margin: 0 auto;
  font-size: var(--sbtitle-f-size);
  padding: 0.8em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  background-color: #ee5d0f;
  border: 3px solid white;
}

#summer_present p {
  margin: 0;
}


#summer_present p.btn_caption {
  color: var(--yellow-color);
  font-size: 13px;
  margin: 0 0 9px;
  padding: 0;
  line-height: 1
}

/* pタグのデフォルトマージンをリセット */
#summer_present .btn a p {
  line-height: 1
}




#summer_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: #fff;
}

#summer_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: #ee5d0f;
}

#summer_present .btn a:hover {
  color: var(--orange-color);
  background-color: #d92626;
}

#summer_present .btn a:hover p {
  color: var(--white-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(calc(100% + 1rem));
  }
}


/* #pc_fixed
---------------------------------------------------- */
#pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}


#pc_fixed .pc_fixed {
  height: 100%;
  background-color: #D6F4F5;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;

  background-image:
    /* かもめ */
    url('../img/bg_seagull.svg'),
    /* ヤシの木 */
    url('../img/bg_palm.svg'),
    /* 海 */
    url('../img/bg_ocean.svg');


  background-position:
    /* かもめ */
    calc(50% - 350px) 19%,
    /* ヤシの木 */
    right -23px bottom -10px,
    /* 海 */
    center bottom;

  background-size:
    /* かもめ */
    70px auto,
    /* パラソル */
    180px auto,
    /* 海 */
    contain;
  background-repeat:
    no-repeat;
}

#summer_present #pc_fixed .vertical-rl {
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(max(1.5%, 20px) - 0.5em);
  line-height: 1;
}

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

#summer_present #index,
#summer_present .wakupre-icn_all {
  width: calc(50% - 220px);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#summer_present .index {
  display: inline-block;
}

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

#summer_present #index .index_all {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

#summer_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
  color: var(--green-color);
  display: flex;
  gap: 0.75em;
}

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

#summer_present #index .index_all li::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url(../img/float-ring.svg) no-repeat;
  background-position: center;
  opacity: 0;
  transition: all ease 0.5s;
  vertical-align: sub;
  animation: rotate_snow 13s linear infinite;
}

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

@keyframes rotate_snow {

  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

#summer_present #index .btn {
  width: 325px;
  margin-top: var(--title-f-size);
}

.btn-anime {
  animation: poyoyon 5s ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 5s;
}

@keyframes poyoyon {
  0% {
    transform: scale(1);
  }

  2% {
    transform: scale(1.1);
  }

  4% {
    transform: scale(0.95);
  }

  6% {
    transform: scale(1.05);
  }

  8%,
  100% {
    transform: scale(1);
  }
}



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

#summer_present #contents {
  width: 440px;
  margin: 0 auto;
  position: relative;
  background: var(--yellow-color);
  box-sizing: content-box;
  border: 8px solid var(--green-color);
}



/* セクション間のイラスト */

#summer_present #summer_present_head::after,
#summer_present #special::after,
#summer_present #monthly::after,
#summer_present #footer::after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 101% auto;
  background-position: left 50% bottom -1px;
  margin: 4rem 0 0;
}

#summer_present #summer_present_head::after {
  aspect-ratio: 420 / 124.3;
  margin: 2rem 0 0;
  background-image: url(../img/wave_green.svg);
}

#summer_present #special::after {
  aspect-ratio: 420 / 85;
  background-image: url(../img/wave_orange.svg);
}

#summer_present #monthly::after {
  aspect-ratio: 420 / 85;
  background-image: url(../img/wave_yellow.svg);
}

#summer_present #footer::after {
  margin: 1rem 0 0;
  aspect-ratio: 420 / 144.1;
  background-image: url(../img/wave_green_footer.svg);
}


/* #summer_present_head
---------------------------------------------------- */

#summer_present #summer_present_head {
  position: relative;
}

#summer_present #summer_present_head .head_contents {
  width: 100%;
  padding: calc(var(--padding) * 1.5) 0 0;
}

#summer_present #pc_fixed .wakupre-icn {
  width: max(20%, 120px);
  margin: 0 0 var(--padding);
}

#summer_present #summer_present_head .wakupre-icn {
  width: 25%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: none;
  z-index: 2;
}

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

#summer_present .title_svg {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#summer_present #summer_present_head .cpn_period {
  width: 90%;
  margin: 0 auto;
}

#summer_present #summer_present_head .text {
  margin: 2em auto;
  color: var(--black-color);
  position: relative;
  font-size: var(--btn-f-size);
}

#summer_present #summer_present_head .text::after {
  content: "";
  display: block;
  width: 115%;
  height: 115%;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: -46%;
  transform: rotate(180deg);
}



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

#summer_present .theme {
  padding: 4rem 0 0;
  position: relative;
}

#summer_present .theme_title {
  /* padding: 0 0 15px; */
  width: min(85%, 500px);
  margin: 0 auto 1.25rem;
}

#summer_present .theme_svg {
  margin: 0 auto .25rem;
  position: relative;
}


/* winner
---------------------------------------------------- */

#summer_present .winner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 90%;
  aspect-ratio: 372 / 64;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 var(--title-f-size);
}

#summer_present #special .winner {
  background-image: url(../img/bg_winner_yellow.svg);
}

#summer_present #monthly .winner {
  background-image: url(../img/bg_winner_green.svg);

}

#summer_present #summer .winner {
  background-image: url(../img/bg_winner_orange.svg);
  margin: 0;
}

#summer_present .winner p {
  display: inline-block;
  border-radius: calc(var(--border-radius) / 2);
  transform: translateY(-15%);
  line-height: 1;
  color: #ffffff;
}

#summer_present #special .winner p {
  color: var(--navy-color);
}

#summer_present #summer .winner p {
  color: #ffffff;
}


/* FV左寄せ */
#summer_present #summer_present_head::before {
  content: "";
  display: block;
  width: 13%;
  height: 13%;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4%;
  left: 5%;
  transform: rotate(0deg);
}


#summer_present #special_nav::before {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -15%;
  left: -11%;
  transform: rotate(-8deg);
  opacity: .5;
}

#summer_present #monthly_nav::before {
  content: "";
  display: block;
  width: 11vw;
  height: 11vw;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3%;
  left: -5%;
  transform: rotate(10deg);
  opacity: .5;
}

#summer_present #summer_nav::before {
  content: "";
  display: block;
  width: 11vw;
  height: 11vw;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3%;
  left: -2%;
  transform: rotate(0deg);
}

#summer_present #summer::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/bubble.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 28px;
  transform: rotate(180deg);
}


/* FV左??��?��? */
@media (min-width: 768px) {

  #summer_present #summer_present_head::before,
  #summer_present #special_nav::before,
  #summer_present #monthly_nav::before,
  #summer_present #summer_nav::before {
    width: 60px;
    height: 60px;
  }
}



/* #special
---------------------------------------------------- */
#summer_present #special {
  background: var(--green-color);
}


/* #monthly
---------------------------------------------------- */
#summer_present #monthly {
  background: var(--orange-color);
}

#summer_present #monthly .theme_title {
  position: relative;
}

#summer_present #monthly .title {
  margin-top: -1rem;

}

#summer_present #monthly .prize_box {
  width: 95%;
}



/* #summer
---------------------------------------------------- */

#summer_present #summer {
  position: relative;
}

#summer_present #summer p {
  color: var(--black-color);
}

#summer_present #summer .summer_svg {
  width: 15%;
  margin: 0 auto;
}

#summer_present #summer .text {
  line-height: 1.2;
}

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

#summer_present #summer .prize_text {
  margin: .5em 0 0;
  text-align: center;
}

#summer_present #summer .summer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0rem;
  margin: 0 0 3rem;
  padding-top: 4rem;
}

#summer_present #summer .summer_flex:last-of-type {
  padding-top: 1rem;
}

#summer_present #summer .summer_flex li {
  width: 45%;
}

#summer_present #summer .summer_flex li:nth-of-type(even) {
  margin-top: -3rem;
}




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

#summer_present .prize_box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

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

#summer_present .prize_box .soon,
#summer_present .prize_box .end {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

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

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

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

#summer_present .prize_box.special {
  width: 85%;
}

#summer_present .prize_text {
  text-align: left;
  position: relative;
  z-index: 1;
}

#summer_present #special .prize_text,
#summer_present #monthly .prize_text {
  margin: -2em 0 0;
}

#summer_present .zabuton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#summer_present .zabuton__p {
  display: inline-block;
  padding: .25rem .5rem;
  margin: 0;
}

#summer_present #special .zabuton__p {
  background: var(--navy-color);
  color: #ffffff;
}

#summer_present #monthly .zabuton__p {
  background: var(--navy-color);
  color: var(--white-color);
}

#summer_present .copy {
  margin: 1em auto 0;
  text-align: left;
}

#summer_present #monthly .prize_box .copy {
  margin: 1em 0 2em;
  line-height: 1.7;
  width: min(85%, 325px);
}




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

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

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

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

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

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

#summer_present .slick-prev::before {
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: var(--orange-color);
  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
---------------------------------------------------- */

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

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

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

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

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

#summer_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: #fff;
  opacity: 0.25;
}

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

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

#summer_present #footer {
  position: relative;
  z-index: 2;
  color: var(--black-color);
}

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

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

  #summer_present .wakupre-icn_all {
    display: none;
  }

  #summer_present #summer_present_head .wakupre-icn {
    display: block;
  }

  #summer_present #index {
    width: calc(100% - 550px);
    margin: 0 0 8% auto;
  }

  /* コンテンツ（または コンテナー）のみ左マージンを残す */
  #summer_present #contents {
    margin: 0 0 0 100px;
  }

  /* ボタンは中央配置に戻し、透明度（opacity: 0）を解除して表示させる */
  #summer_present #btn .btn {
    margin: 0 auto;
    opacity: 1 !important;
  }

}

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

  #pc_fixed .pc_fixed {

    background-position:
      /* かもめ */
      left 2% top 19%,
      /* パラソル */
      right -23px bottom -10px,
      /* 海 */
      right 10% bottom 0%;

    background-size:
      /* かもめ */
      70px auto,
      /* ヤシの木 */
      180px auto,
      /* 海 */
      150%;
  }

  #summer_present #btn {
    display: block;
  }

  #summer_present #index {
    display: none;
  }

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

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

  #summer_present #contents {
    margin: 0 auto;
  }

  /* ボタンの中央寄せと表示状態をキープ */
  #summer_present #btn .btn {
    margin: 0 auto;
    padding: 0 0 1em;
    opacity: 1 !important;
  }


}

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

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

  #fftop_recomDetail section {
    padding: 0;
  }

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

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

  #pc_fixed {
    display: none;
  }

  #summer_present #summer_present_head .wakupre-icn {
    animation: 15s linear infinite rotation1;
  }

  @keyframes rotation1 {
    0% {
      transform: rotate(0);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  #summer_present #contents {
    width: 100%;
    box-sizing: border-box;
  }

  #summer_present .prize_text {
    color: #fff;
  }


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

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

  #summer_present .btn {
    padding: 0 0 2em;
  }

  #summer_present .btn a {
    padding: 1em 0;
  }
}







/* ==========================================================================
   #Special SVGアニメーション
   ========================================================================== */

#summer_present .theme_svg.special {
  width: 100%;
  max-width: 340px;
}

#summer_present .theme_svg.special svg.anim-svg {
  width: 100%;
  height: auto;
  display: block;
}

#summer_present .theme_svg.special .anim-svg .st0 {
  fill: #073a88;
}

#summer_present .theme_svg.special .anim-svg .st1 {
  fill: #fff;
}

#summer_present .theme_svg.special .anim-svg .st2,
#summer_present .theme_svg.special .anim-svg .st3 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3px;
}

#summer_present .theme_svg.special .anim-svg .st3 {
  stroke-linejoin: round;
}

#summer_present .theme_svg.special .anim-svg #p1 {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}

#summer_present .theme_svg.special .anim-svg #p2 {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

#summer_present .theme_svg.special .anim-svg #p3 {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

#summer_present .zoomInTrigger.zoomIn .theme_svg.special .anim-svg #p1 {
  animation: svgDrawLineSpecial_p1 2.8s cubic-bezier(0.3, 0, 0.2, 1) 0s forwards;
}

#summer_present .zoomInTrigger.zoomIn .theme_svg.special .anim-svg #p2 {
  animation: svgDrawLineSpecial_p2 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

#summer_present .zoomInTrigger.zoomIn .theme_svg.special .anim-svg #p3 {
  animation: svgDrawLineSpecial_p3 0.25s ease-out 1.5s forwards;
}


@keyframes svgDrawLineSpecial_p1 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes svgDrawLineSpecial_p2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes svgDrawLineSpecial_p3 {
  to {
    stroke-dashoffset: 0;
  }
}



/* ==========================================================================
   #Monthly SVGアニメーション
   ========================================================================== */

#summer_present .theme_svg.monthly {
  width: 100%;
  max-width: 350px;
}

#summer_present .theme_svg.monthly svg.anim-svg {
  width: 100%;
  height: auto;
  display: block;
}

#summer_present .theme_svg.monthly .anim-svg .st0 {
  fill: #fff;
}

#summer_present .theme_svg.monthly .anim-svg .st2 {
  fill: #008eb8;
}

#summer_present .theme_svg.monthly .anim-svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

#summer_present .theme_svg.monthly .anim-svg #p4 {
  stroke-dasharray: 2800;
  stroke-dashoffset: 2800;
}

#summer_present .zoomInTrigger.zoomIn .theme_svg.monthly .anim-svg #p4 {
  animation: svgDrawLineSpecialMonthly 4.5s cubic-bezier(0.3, 0, 0.2, 1) 0s forwards;
}

@keyframes svgDrawLineSpecialMonthly {
  to {
    stroke-dashoffset: 0;
  }
}




/* ==========================================================================
   #Summer SVGアニメーション
   ========================================================================== */

#summer_present .theme_svg.summer {
  width: 100%;
  max-width: 344px;
}

#summer_present .theme_svg.summer svg.anim-svg {
  width: 100%;
  height: auto;
  display: block;
}

#summer_present .theme_svg.summer .anim-svg .st0 {
  fill: #fff;
}

#summer_present .theme_svg.summer .anim-svg .st2 {
  fill: #fa941b;
}

#summer_present .theme_svg.summer .anim-svg .st1 {
  fill: none;
  stroke: #0a2e80;
  stroke-linecap: round;
  stroke-width: 3px;
}

#summer_present .theme_svg.summer .anim-svg #p5 {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
}

#summer_present .zoomInTrigger.zoomIn .theme_svg.summer .anim-svg #p5 {
  animation: svgDrawLineSummer 4.0s cubic-bezier(0.3, 0, 0.2, 1) 0s forwards;
}

@keyframes svgDrawLineSummer {
  to {
    stroke-dashoffset: 0;
  }
}


@media screen and (min-width: 970px) {
  #summer_present #btn .btn:not(.non-fixed) {
    display: none;
  }
}


#summer_present .soon,
#summer_present .end {
  position: relative;
}

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

#summer_present .soon:before {
  background: rgba(0, 0, 0, 0.5) url(../img/coming_soon.svg) no-repeat;
  background-size: 100% 12%;
  background-position: center;
}

#summer_present .end:before {
  background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
  background-size: 73% 12%;
  background-position: center;
}
