@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: #474646;
  --pink-color: #db6aa3;
  --blue-color: #3a499c;
  --mizuiro-color: #5eb6e7;
  --title-f-size: 22px;
  --title-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 18px;
  --remark-f-size: 13px;
  --btn-f-size: 20px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
}

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: var(--black-color);
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background: url(../img/back.svg) repeat;
  background-size: 30%;
  background-color: var(--pink-color);
}

#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;
  /* color: initial; */
}

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

#summer_present .title-f-size {
  font-size: var(--title-f-size);
  font-weight: 500;
  line-height: 1.6;
  color: var(--black-color);
  padding: 5% 0;
}



#summer_present .title {
  font-size: var(--title-size);
  font-weight: 700;
  line-height: 1.5;
  color: var(--black-color);
}



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

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

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

#summer_present .big {
  font-size: var(--big-f-size);
  font-weight: 700;
  color: var(--black-color);
}

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

#summer_present .line.lineTrigger {
  background-position: 0 0.8em;

}



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

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

#summer_present #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 450px);
  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 a {
  display: block;
  width: 90%;
  border-radius: calc(var(--border-radius) / 2);
  margin: 0 auto;
  font-size: var(--btn-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;
  animation: poyopoyo 2s ease-out infinite;
  color: #fff;
  background-color: var(--blue-color);
}

@keyframes poyopoyo {

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

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

#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: var(--blue-color);
}

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

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

#summer_present .btn a:hover:after {
  color: #fff;
}



#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: url(../img/bk.jpg) repeat;
  background-position: bottom center;
  padding: max(3%, 30px);
  background-size: 8%;


}


#pc_fixed .pc_fixed {
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #d8d6ff 0%, #ffffff 50%, #edbcd7 100%);
  display: flex;
  justify-content: space-between;
}


.bonbon_1 {
  position: absolute;
  top: -10px;
  left: 0;
  /* width: 296px; */
  width: min(98%, 300px);
}

.bonbon_2 {
  position: absolute;
  top: 0px;
  right: 77px;
  width: min(95%, 280px);
  transform: rotate(284deg);
  /* width: 280px; */
}

.bonbon_3 {
  position: absolute;
  bottom: -20px;
  right: -10px;
  /* width: 290px; */
  width: min(98%, 300px);
}

.bonbon_4 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: min(90%, 300px);
}

.kingyo {
  right: 13%;
  bottom: 40%;
  position: absolute;
  width: 120px;
}

.shiro1 {
  position: absolute;
  left: 20px;
  bottom: 11vw;
  width: 180px;
}

.shiro2 {
  position: absolute;
  left: 120px;
  top: 3vw;
  width: 100px;
}

.shiro3 {
  position: absolute;
  right: 90px;
  top: 0;
  width: 120px;
}

.shiro4 {
  position: absolute;
  right: 19%;
  bottom: 1vw;
  width: 90px;
}




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

#summer_present #contents {
  width: 500px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 0px 6px 15px 0px rgba(219, 106, 163, 0.35);
}


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

#summer_present #summer_present_head {
  position: relative;
}

#summer_present #summer_present_head .head_contents {
  width: 100%;
  /* padding: 10% 10%; */
  padding: 10% 10% 15%;
}


#summer_present #pc_fixed .wakupre-icn {
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 5;
}

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

.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%;
  padding: 5%; */
  margin: 0 auto;
  position: relative;
}

#summer_present .head_contents .title p {
  line-height: 1.6;
  padding: 10% 0;
}


#summer_present #summer_present_head .cpn_period {
  width: 90%;
  margin: 0 auto;
  background-color: var(--blue-color);
  color: #fff;
  border-radius: 10px;
}

#summer_present #summer_present_head .text {
  margin: 3em auto;
}


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

#summer_present .theme {
  padding: 0 0 15% 0;
}

#summer_present .theme_title {
  padding: 10% 0;
}

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

/* #summer_present .theme_svg.special { */
/* background: url(../img/bonbon_2.png) no-repeat; */
/* background-position: right;
    background-size: 30%;
} */

/* #summer_present .theme_svg.monthly { */
/* background: url(../img/bonbon_y.png) no-repeat; */
/* background-position: left;
    background-size: 30%;
} */

/* #summer_present .theme_svg.summer { */
/* background: url(../img/kingyo_2.png) no-repeat; */
/* background-position: right bottom;
    background-size: 30%;
} */

#summer_present .thema_irast {
  position: absolute;
}

#summer_present .thema_irast.special {
  width: 24%;
  right: 10px;
  top: -80px;
}

#summer_present .thema_irast.monthly {
  width: 22%;
  left: 10px;
  top: -80px;
}

#summer_present .thema_irast.summer {
  width: 21%;
  right: 10px;
  top: -60px;
}






/* #limited
---------------------------------------------------- */

#summer_present #limited p.limited_period {
  display: inline-block;
  padding: 0.25em 1.5em;
  border-radius: 0.5em;
  margin: 2em 0 1em;
  border: solid 2px;
}

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


#summer_present #monthly .monthly-icn p {
  line-height: 1;
  display: inline-block;
  margin: 0 0 2em;
  width: 38%;
}


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

#summer_present #summer #summer_nav {
  padding: 10% 0;
}

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

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

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

#summer_present #summer .prize_text {
  margin: 1em 0 2.5em;
}

#summer_present #summer .summer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 5%;
}

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

#summer_present #summer .winner p {
  margin: 1em 0 3em;
}

/* .prize_box
---------------------------------------------------- */
#summer_present .prize_box {
  width: 85%;
  margin: 0 auto;
}

#summer_present #summer .prize_box {
  width: 95%;
  margin: 0 auto;
}

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


}

#summer_present #summer .prize_box img {
  display: block;
  width: 100%;
  border-radius: 11%;
  padding: 6%;
}

#summer_present #summer .prize_box .img_bx {
  position: relative;
  border-radius: 9%;
  overflow: hidden;
  border: solid 3px #3a499c;
  background: #fff;
}


#summer_present #summer .prize_box .img_bx::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: solid 1px #3a499c;
  border-radius: var(--border-radius);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}

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

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

/* #summer_present .monthly_slider li .end {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

#summer_present .monthly_slider li .end:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */


#summer_present .prize_box .lg_bx {
  position: relative;
}

#summer_present .prize_box .lg_bx img.ichioshi {
  position: absolute;
  width: 70px;
  top: 36px;
  right: -20px;
}

/* #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 .monthly_slider li .end:before {
  background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
  background-size: 80% 15%;
  background-position: center;
}



#summer_present .prize_text {
  margin: 2em 0;
}

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



#summer_present .winner p {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 4em;
  border-radius: calc(var(--border-radius) / 2);
  color: #fff;
  /* margin: 1em 0 0; */
  background-color: var(--mizuiro-color);
}






/* 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: var(--blue-color);
  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: #fff;
  left: 25%;
}

#summer_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
---------------------------------------------------- */

#summer_present .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 1em 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: #5eb6e7d6;
  opacity: 0.25;
}

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

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

#summer_present #footer {
  padding: 10% 0;
  position: relative;
  z-index: 2;
}

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


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

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

  :root {
    --title-f-size: 22px;
    --title-size: 24px;
    --sbtitle-f-size: 20px;
    --txt-f-size: 17px;

  }



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

  #summer_present #summer_present_head .wakupre-icn {
    display: block;
    width: 14%;
    top: 2%;
    left: 3%;
  }



  #pc_fixed .pc_fixed {
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #d8d6ff 0%, #ffffff 50%, #edbcd7 100%);
    background-position: right bottom;

  }

  #summer_present #contents {
    width: 420px;
  }

  #summer_present #btn a {
    width: 73%;
  }



}

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



  #pc_fixed .pc_fixed {
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #d0def1 0%, #ffffff 50%, #edbcd7 100%);
  }

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



  :root {
    --title-f-size: 16px;
    --title-size: 26px;
    --sbtitle-f-size: 20px;
    --txt-f-size: 14px;
    --remark-f-size: 13px;
    --btn-f-size: 20px;
    --border-radius: 15px;
    --big-f-size: 25px;

  }



}




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

  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 #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-right: initial;
    border-bottom: initial;
    background: url(../img/bk.jpg) repeat;
    background-position: center bottom;
    background-size: 17%;
    padding: 11.5px;

  }

  #summer_present .sp_back {
    box-shadow: 0px 6px 15px 0px rgba(219, 106, 163, 0.35);
    border-radius: 10px;
    background-color: rgba(240, 245, 242, 0.8);
  }

  #summer_present #summer_present_head .head_contents {
    padding: 10% 7% 15%;
  }

  #summer_present #summer .prize_box {
    width: 97%;

  }

  #summer_present .prize_text {
    color: #fff;
  }


  #summer_present .prize_box .lg_bx img.ichioshi {
    width: 50px;
    top: 24px;
    right: -14px;
  }


  #summer_present .thema_irast.special {
    top: -53px;
  }


  #summer_present .thema_irast.monthly {
    top: -50px;
  }


  #summer_present .thema_irast.summer {
    top: -40px;
  }

  #summer_present #monthly .monthly-icn p {
    margin: 0 0 1em;

  }

  #summer_present #summer .prize_box .img_bx::after {
    border-radius: 5%;
  }

  #summer_present #btn a {
    display: block;
    width: 90%;



  }


}
