@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 {
  --brown-color: #762b1b;
  --winner-color: #ffc41f;
  --yellow-color: #ffc41f;
  --bg-color: #fef4eb;
}

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

/* autumn_present
---------------------------------------------------- */
#autumn_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: #5b5a5a;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

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

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

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

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

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

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

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

#autumn_present .subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

#autumn_present .big {
  font-size: 1.5em;
  font-weight: 700;
}

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

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

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

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

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

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


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

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

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

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

#autumn_present .btn a {
  display: block;
  width: 75%;
  border-radius: 15px;
  max-width: 640px;
  margin: 0 auto;
  font-size: 24px;
  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(--brown-color);
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
}

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

#autumn_present .btn a:hover {
  background-color: var(--brown-color);
}

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

@keyframes poyopoyo {

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

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

#autumn_present .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.95em;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
}

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

#autumn_present #index .btn a p {
  margin-right: 1em;
}


#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/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  overflow: hidden;
}


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

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

/* leaf
---------------------------------------------------- */

/* ===== 落ち葉を表示するコン?ナ?スタイル ===== */
.leaves-container {
  position: relative;
  display: contents;
  height: 100vh;
  /* コン?ナ?高さ */
  width: 100%;
  /* コン?ナ?横? */
  overflow: hidden;
  /* コン?ナから?み出した要?を隠? */
}

/* ===== 落ち葉?スタイル ===== */

/* 落ち葉?共通スタイル */
.leaf {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-leaf 10s linear;
}

/* 落ち?1 */
.leaf-1 {
  background-image: url('../img/leaf01.svg');
  /* 任意?パスを記? */
}

/* 落ち?2 */
.leaf-2 {
  background-image: url('../img/leaf02.svg');
  /* 任意?パスを記? */
}

/* 落ち?3 */
.leaf-3 {
  background-image: url('../img/leaf03.svg');
  /* 任意?パスを記? */
}

/* ===== 落ち葉が降るアニメーション ===== */
@keyframes animate-leaf {
  0% {
    opacity: 0;
    top: 0;
    transform: rotate(0);
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(1080deg);
  }
}

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

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

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

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

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

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


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

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

#autumn_present #contents {
  width: 480px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}

/* #autumn_present_head
---------------------------------------------------- */

#autumn_present #autumn_present_head {
  position: relative;
  padding: 20% 0%;
}

#autumn_present #autumn_present_head .head_contents {
  width: 100%;
}

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

#autumn_present #autumn_present_head .wakupre-icn {
  width: 12%;
  position: absolute;
  top: 5%;
  left: 0%;
  display: block;
}

#autumn_present #autumn_present_head .maintitle img {
  width: 100%;
}

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

#autumn_present .title_svg {
  width: 105%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#autumn_present #autumn_present_head .cpn_period {
  margin-top: 10%;
}

#autumn_present_head .text p {
  margin-top: 10%;
  position: relative;
}

#autumn_present_head .text p::before {
  mix-blend-mode: difference;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}


/* theme_png
---------------------------------------------------- */

#autumn_present .theme {
  padding: 15% 5% 0;
}


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

#autumn_present .theme_title .subtitle {
  margin: 1em 0 0;
}

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

#autumn_present #special {
  padding: 15% 5%;
  margin-top: 10%;
  border-radius: 20px;
  background: var(--bg-color);
  box-shadow: 0 3px 10px 1px rgb(118 43 27 / 0.3);
}

#autumn_present #special .prize_text {
  margin-top: 2em;
}

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

#autumn_present #monthly {
  padding: 15% 5%;
  margin-top: 20%;
  border-radius: 20px;
  background: var(--bg-color);
  box-shadow: 0 3px 10px 1px rgb(118 43 27 / 0.3);
}

#autumn_present #monthly .monthly-icn p {
  line-height: 1;
  display: inline-block;
  padding: 2.5em 1.5em 1em;
  margin: 0 0 2em;
  color: #fff;
  background: url(../img/calendar.svg) no-repeat;
  background-size: contain;
  background-position: center top;
}

#autumn_present #monthly .monthly_slider {
  padding-top: 5%;
}

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

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

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

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

#autumn_present #monthly .prize_text {
  margin-top: 2em;
}


/* #autumn
---------------------------------------------------- */

#autumn_present #autumn {
  padding: 15% 5% 0;
  margin-top: 20%;
  border-radius: 20px 20px 0 0;
  background: var(--bg-color);
  box-shadow: 0 3px 10px 1px rgb(118 43 27 / 0.3);

}

#autumn_present #autumn #autumn_nav {
  padding: 0 0 var(--padding);
}

#autumn_present #autumn .autumn_svg {
  width: 15%;
  margin: 0 auto;
}

#autumn_present #autumn .text {
  line-height: 1.4;
  font-size: 18px;
}

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

#autumn_present #autumn .prize_text {
  margin: 1em 0 2em;
}

#autumn_present #autumn .prize_text .text {
  font-size: 16px;
}

#autumn_present #autumn .autumn_present-list {
  margin: 12% 0%;
  padding-bottom: 15%;
  position: relative;
}

#autumn_present #autumn .autumn_index {
  margin: 2em auto 0;
}

#autumn_present #autumn .autumn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 25% 0 0;
}

#autumn_present #autumn .autumn_pdtop0 {
  padding-top: 2em;
}

#autumn_present #autumn .autumn_flex li {
  width: 50%;
}

#autumn_present #autumn ul li img {
  width: 90%;
}

#autumn_present #autumn .winner p {
  margin-top: 2em;
}

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

#autumn_present .prize_box {
  width: 100%;
  margin: 2em auto 0;
}

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

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

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

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

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

#autumn_present .prize_box.special {
  width: 100%;
  padding: 5% 0% 0;
}

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

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

#autumn_present .winner p {
  display: inline-block;
  line-height: 1.5;
  padding: 0.25em 3em;
  color: var(--brown-color);
  margin: 3em 0 0;
  background-color: var(--winner-color);
  border-radius: 10px;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

#autumn_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(--brown-color);
  opacity: 0.25;
}

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

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

#autumn_present #footer {
  position: relative;
  z-index: 2;
  padding-bottom: 15%;
}

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


@media screen and (max-width: 1440px) {
  #autumn_present #autumn_present_head {
    position: relative;
    padding: 10% 5%;
  }

  #autumn_present #autumn_present_head .wakupre-icn {
    width: 10%;
    left: 5%;
  }
}



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

  #autumn_present #autumn_present_head {
    position: relative;
    padding: 15% 5%;
  }


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

  #autumn_present #autumn_present_head .wakupre-icn {
    display: block;
    width: 15%;
  }

  #autumn_present #autumn_present_head .head_contents {
    padding: 20% 0 var(--padding);
  }

  #autumn_present #index {
    display: none;
  }

  #autumn_present #contents {
    margin: 0 0 0 100px;
  }

  .firework02 {
    left: 40%;
  }

  .firework03 {
    left: -10%;
  }

}

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

  #autumn_present #btn {
    display: block;
  }

  #autumn_present #index {
    display: none;
  }

  #autumn_present #contents {
    margin: 0 auto;
  }

  #autumn_present #footer {
    padding: var(--padding) 0 40%;
  }

  .firework03 {
    left: -15%;
    top: 60%;
  }

  .firework04 {
    top: 25%;
  }

  .firework05 {
    top: 90%;
  }

}

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

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

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

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

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

  #autumn_present .subtitle {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
  }

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

  #autumn_present .text-m {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }

  #autumn_present .remark {
    padding: 10% 5% 10% 8%;
  }

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

  #pc_fixed {
    background-position: bottom 0px right 50%;
  }

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

  #autumn_present #autumn_present_head {
    padding: 30% 5%;
  }

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

  #autumn_present .winner p {
    padding: 0.25em 4em;
  }

  #autumn_present #autumn .autumn_index {
    width: 50%;
    top: -20px;
  }

  #autumn_present #autumn .prize_box {
    margin: 1em auto 0;
  }

  #autumn_present #autumn ul li .text {
    display: flex;
    justify-content: center
  }

  #autumn_present #autumn .text {
    line-height: 1.4;
    font-size: 16px;
  }

  #autumn_present #autumn .prize_text {
    margin: 1em 0 1em;
  }

  #autumn_present #autumn .prize_text .text {
    display: flex;
    justify-content: center
  }

  #autumn_present #autumn .autumn_pdtop0 {
    padding-top: 1em;
  }

  #autumn_present #autumn .winner p {
    margin-top: 1em;
  }

  #autumn_present #special {
    margin: 10% 5% 0;
  }

  #autumn_present #monthly {
    margin: 20% 5% 0;
  }

  #autumn_present #autumn {
    margin: 20% 5% 0;

  }


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

  #fftop_recomDetail #autumn_present #btn {
    padding: 0 0 var(--padding);
    margin: 10% 0;
  }

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

  #autumn_present .btn a {
    padding: 0.5em 0;
    width: 80%;
    font-size: 20px;
  }

  #autumn_present .btn a::before {
    width: 1em;
    height: 1em;
    right: 0.65em;
  }

  #autumn_present .btn a::after {
    right: 1em;
    width: 0.3em;
    height: 0.3em;
  }
}
