@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: #333333;
  --blue-color: #008bce;
  --special-color: #cbe7f4;
  --monthly-color: #fffccc;
  --gourmet-color: #ebf6fc;
  --orange-color: #ffa84b;
  --yellow-color: #fff100;
  --title-f-size: 25px;
  --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%表示用↑ここまで */

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

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

#summer_present * {
  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;
}

#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: var(--remark-f-size);
  font-weight: 400;
  line-height: 2;
}

#summer_present .big {
  font-size: var(--big-f-size);
  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: linear-gradient(to right, var(--yellow-color) 50%, transparent 50%);
  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;
}

/* #splash
---------------------------------------------------- */

#summer_present #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: repeating-linear-gradient(45deg, var(--yellow-color), var(--yellow-color) 5px, #ffe600 5px, #ffe600 10px);
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}

#summer_present #splash .spinner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 300px);
}

#summer_present .pulse-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  width: 20%;
}

#summer_present .pulse-bubble {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue-color);
}

#summer_present .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

#summer_present .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

#summer_present .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}

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

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

#summer_present #btn .btn {
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 1.2em 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

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

#summer_present .btn a {
  display: block;
  width: 90%;
  max-width: 640px;
  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;
  color: #fff;
  background-color: var(--blue-color);
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
}

#summer_present #index .btn a {
  width: 100%;
  margin: 2em 0 0;
}

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

#summer_present .btn a:hover:after {
  color: var(--orange-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;
  background: #fff;
  border-radius: 50%;
}

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

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

/* .wave
---------------------------------------------------- */
#summer_present .wave {
  display: block;
  width: 100%;
  padding-bottom: 9.57%;
  margin: 0 0 -9.57%;
  position: relative;
}

#summer_present .wave.yellow {
  background: url(../img/y_wave.svg) repeat-x;
  background-size: 50%;
  background-position: top left;
  animation: wave-L 7s linear infinite;
}

#summer_present .wave.blue {
  background: url(../img/b_wave.svg) repeat-x;
  background-size: 50%;
  background-position: top left;
  animation: wave-R 7s linear infinite;
}

#summer_present .wave.thin-yellow {
  background: url(../img/thin-y_wave.svg) repeat-x;
  background-size: 50%;
  background-position: top left;
  animation: wave-L 5s linear infinite;
  position: relative;
}

#summer_present .wave.white {
  background: url(../img/w_wave.svg) repeat-x;
  background-size: 50%;
  background-position: top left;
  animation: wave-R 7s linear infinite;
  margin: -9.57% 0 0;
}

@keyframes wave-L {
  100% {
    background-position: -200% 0;
  }
}

@keyframes wave-R {
  100% {
    background-position: 200% 0;
  }
}

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

/* .circle
---------------------------------------------------- */
#summer_present .circle li {
  display: block;
  border-radius: 50%;
  position: absolute;
}

#summer_present .circle li:nth-child(1) {
  width: 25%;
  padding-bottom: 25%;
  left: -5%;
  top: 50%;
  background: repeating-linear-gradient(-30deg, var(--yellow-color), var(--yellow-color) 5px, #fff 5px, #fff 10px);
}

#summer_present .circle li:nth-child(2) {
  width: 55%;
  padding-bottom: 55%;
  left: 20%;
  bottom: -25%;
  background: repeating-linear-gradient(45deg, var(--gourmet-color), var(--gourmet-color) 5px, #fff 5px, #fff 10px);
}

#summer_present .circle li:nth-child(3) {
  width: 45%;
  padding-bottom: 45%;
  left: 40%;
  top: -20%;
  background: repeating-linear-gradient(75deg, #ffdcb7, #ffdcb7 5px, #fff 5px, #fff 10px);
}

#summer_present .circle li:nth-child(4) {
  width: 40%;
  padding-bottom: 40%;
  left: 75%;
  top: 30%;
  background: repeating-linear-gradient(30deg, var(--special-color), var(--special-color) 5px, #fff 5px, #fff 10px);
}

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

#summer_present #index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: min(70%, 350px);
  height: fit-content;
}

#summer_present .index {
  margin: 0 0 1.5em;
  display: inline-block;
}

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

#summer_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
}

#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.gourmet .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/sun-icn.svg) no-repeat;
  background-position: center;
  opacity: 0;
  transition: all ease 0.3s;
  vertical-align: sub;
}

#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.gourmet .index_all li:nth-child(4)::before {
  opacity: 1;
}

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

#summer_present #contents {
  width: 33%;
  margin-left: 50%;
  position: relative;
}

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

#summer_present #summer_present_head {
  position: relative;
  color: var(--blue-color);
  background: var(--yellow-color);
  padding: var(--padding) 5%;
  min-height: 80vh;
}

#summer_present #summer_present_head .head_contents {
  width: 100%;
  border-radius: var(--border-radius);
  background-color: #fff;
  padding: 25% 5% var(--padding);
  overflow: hidden;
}

#summer_present #pc_fixed .wakupre-icn {
  width: min(20%, 120px);
  position: absolute;
  top: 10px;
  left: 10px;
  animation: 15s linear infinite rotation1;
}

#summer_present #summer_present_head .wakupre-icn {
  width: 20%;
  position: absolute;
  top: 7%;
  left: 7%;
  animation: 15s linear infinite rotation1;
  display: none;
}

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

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

#summer_present .title_svg {
  width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
  position: relative;
}

#summer_present #pc_fixed .title_svg {
  margin: 0 0 4em;
}

#summer_present #summer_present_head .title_svg::before {
  content: "";
  width: 60%;
  padding-bottom: 60%;
  display: block;
  background: repeating-linear-gradient(-135deg, #def1fb, #def1fb 5px, #fff 5px, #fff 10px);
  position: absolute;
  top: -27%;
  right: -9%;
  z-index: -1;
  border-radius: 50%;
}

#summer_present #summer_present_head .title_svg::after {
  content: "";
  width: 30%;
  padding-bottom: 30%;
  display: block;
  background: repeating-linear-gradient(120deg, var(--yellow-color), var(--yellow-color) 5px, #fff 5px, #fff 10px);
  position: absolute;
  top: 41%;
  left: -2%;
  z-index: -1;
  border-radius: 50%;
}

.poyonTrigger {
  opacity: 0;
}

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

@keyframes poyon {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }

  10% {
    opacity: 1;
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }

  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }

  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }

  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }

  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }

  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

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

#summer_present #summer_present_head .cpn_period {
  border: solid 2px var(--blue-color);
  border-radius: calc(var(--border-radius) / 2);
}

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

#summer_present .theme {
  padding: var(--padding) 0;
}

#summer_present .theme_title {
  padding: var(--padding) 0;
}

#summer_present .theme_svg {
  width: 86.2%;
  margin: 0 auto;
  position: relative;
}

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

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

#summer_present #special {
  background-color: var(--special-color);
  overflow: hidden;
}

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

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

#summer_present #monthly .monthly-icn p {
  line-height: 1;
  display: inline-block;
  padding: 1em 1.5em;
  border: solid 2px;
  border-radius: var(--border-radius);
  margin: 0 0 2em;
  color: var(--blue-color);
}

/* #gourmet
---------------------------------------------------- */

#summer_present #gourmet {
  background: repeating-linear-gradient(-135deg, var(--gourmet-color), var(--gourmet-color) 5px, #fff 5px, #fff 10px);
}

#summer_present #gourmet .gourmet_svg {
  width: 15%;
  margin: 0 auto;
}

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

#summer_present #cool .title,
#summer_present #hot .title {
  margin: 0.5em 0 0;
}

#summer_present #hot p {
  color: var(--orange-color);
}

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

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

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

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

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

#summer_present .prize_text p {
  color: var(--blue-color);
}

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

#summer_present #special .copy {
  text-align: center;
}

#summer_present #monthly .prize_box .copy {
  margin: 1em auto 2em;
}

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

#summer_present #monthly .winner p {
  margin: 2em 0 0;
}

#summer_present #cool .winner p {
  margin: 2em 0 0;
  color: #fff;
}

#summer_present #hot .winner p {
  margin: 2em 0 4em;
  background: var(--orange-color);
  color: #fff;
}


/* 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: block;
  width: 100%;
  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: var(--blue-color);
  opacity: 0.25;
}

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

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

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

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

#summer_present #scroll_arrow {
  width: max(1.5%, 25px);
  position: fixed;
  bottom: 15px;
  margin-left: 34%;
  transition: all ease 0.3s;
}

#summer_present #footer .remark {
  width: 90%;
  margin: 0 auto;
  color: var(--black-color);
}

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

  #pc_fixed,
  #summer_present #scroll_arrow {
    display: none;
  }

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

  #summer_present #contents {
    width: 100%;
    margin: 0;
  }
}

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

  .delay-time05,
  .delay-time1,
  .delay-time15 {
    animation-delay: 0s !important;
  }

  #summer_present #special .copy {
    text-align: left;
  }

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

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

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

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