@charset "utf-8";
.pc {
  display: block;
}
.sp {
  display: none;
}
header {
  opacity: 0;
}

/* PC版ボタンを非表示 */
.modal > #button_in,
.modal > #button_out {
  display: none !important;
}

/* スマートフォン版のみ表示 */
#modal_warning #button_in,
#modal_warning #button_out,
.warning_smart {
  display: block !important;
}

#demo_bg {
  background-image: url("../img/special/special_bg.webp");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.footer_boundary {
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  bottom: 100%;
}

#footer .footer_boundary {
  transform: translateY(65%);
}

#demo_area {
  padding: 200px 0px 10px 0px;
}
.area {
  max-width: 1000px;
  width: 90%;
}
.demo_logo {
  width: 30%;
  max-width: 350px;
  margin: 0 auto;
}
#slide_area {
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}
#demo_area p {
  text-align: center;
}
.download_logo {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#demo_area .border {
  display: block;
  width: 210px;
  height: 1.5px;
  background: black;
  margin: 0 auto;
}
.trial_download_logo {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-size: 3rem;
  font-style: normal;
  line-height: 5rem;
}
#slide_area ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
#slide_area ul li {
  width: 50%;
}
.download_btn_1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* font-weight: 600; */
  font-size: 1.5rem;
  font-style: normal;
  margin-top: 30px;
}
.download_btn_1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.item_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  margin-top: 30px;
}
.birthday_icon {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.download_btn_2 {
  /* width: 250px; */
  width: 80%;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #ea6585;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border: solid 2px #ea6585;
  pointer-events: none;
  margin-top: 30px;
}
.download_btn_2 a {
  width: 100%;
  text-decoration: none;
  /* font-size: 1.5rem; */
  /* line-height: 3.5rem; */
  line-height: 4rem;
  text-align: center;
  color: white;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: all;
}
.download_btn_2:hover {
  background-color: white;
}
.download_btn_2 a:hover {
  color: #ea6585;
}
.top_arrow_r {
  right: -80px;
}
.top_arrow_l {
  left: -80px;
}
.top_arrow_r:hover,
.top_arrow_l:hover {
  opacity: 0.5;
}
.logo_top_margin {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .area {
    width: 98%;
  }
  .download_logo {
    margin-top: 40px;
  }
  #slide_area {
    margin-top: 20px !important;
    width: 100%;
    /* margin-bottom: 50px; */
  }
  #slide_area ul,
  .wallpaper_area ul {
    flex-direction: column;
    justify-content: center;
  }
  #slide_area ul li,
  .wallpaper_area ul li {
    width: auto;
  }
  .slick-dots {
    width: 70%;
    right: 15%;
    bottom: -40px;
    height: 20px;
  }
  .slick-dots li {
    margin: 0 auto;
  }
  /* .slick-dots li.slick-active button:before {
    background-color: rgba(189,204,212,1);
    opacity: 1;
  }
  .slick-dots li button:before {
    font-size: 0px;
    line-height: 8px;
    height: 8px;
    background-color: rgb(189,204,212,0);
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgb(200 200 200);
    opacity: 1;
  } */
  .top_arrow_l,
  .top_arrow_r {
    width: 40px !important;
    height: 10px !important;
    top: calc(100% + 20px) !important;
  }
  .top_arrow_l {
    left: 0 !important;
  }
  .top_arrow_r {
    right: 0 !important;
  }
  #slide_area li:last-of-type .download_btn_1,
  .wallpaper_area li:last-of-type .download_btn_1 {
    margin-top: 10px;
  }
  .wallpaper_area li:last-of-type .yuumi-margin {
    margin-top: 30px;
  }
  .download_btn_2 {
    width: 250px;
    height: 60px;
  }
  .download_btn_2 a {
    line-height: 60px;
  }
  .wallpaper_name {
    margin-top: 15px;
  }
  .wallpaper_name span {
    font-size: 1.8rem;
  }
  .item_name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .patch-text p,
  .patch-text span {
    font-size: 1rem;
  }
  .patch-title,
  .patch-title span {
    font-size: 1.2rem;
  }
  .trial_download_logo {
    font-size: 2rem;
  }
}

@media screen and (max-width: 330px) {
  .trial_download_logo {
    font-size: 1.5rem;
  }
}