@charset "utf-8";

.abs {
  position: absolute;
}

.area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}

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

#top_bg .boundary {
  transform: translateY(82%);
}
#package_area .boundary {
  transform: translateY(36%);
}
#gallery_area .boundary {
  transform: translateY(35%);
}
#gallery_area_append .boundary {
  transform: translateY(35%);
}
#story_bg .boundary {
  transform: translateY(20%);
}
#story_bg_append .boundary_append {
  transform: translateY(20%);
}
#character_area .boundary {
  transform: translateY(38%);
}
#character_area_append .boundary_append {
  transform: translateY(34%);
}
#otherSlide_area .boundary {
  transform: translateY(44%);
}
#special_bg .boundary {
  transform: translateY(57%);
}
#product_bg .boundary {
  transform: translateY(1%);
}

#story_bg .boundary_append {
  transform: translateY(20%);
}
#character_area .boundary_append {
  transform: translateY(38%);
}
#product_bg .boundary_append {
  transform: translateY(37%);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9151;
  pointer-events: none;
  transition: 0.5s;
  opacity: 0;
}

header img {
  width: 100%;
}

.bottom_globalmenu {
  background: #fff;

  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.header_bg {
  background: url("../common/img/header/header_bg.png");
  background-size: 100%;
  background-position: 0 -90px;
  background-repeat: no-repeat;
  height: 450px;
  animation-name: appearance;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.bottom_globalmenu ul#globalmenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: all;
}

.header_menu {
  position: relative;
  right: 8%;
  display: flex;
  max-width: 1200px;
  width: 90%;
}

.header_menu_append {
  position: relative;
  right: 8%;
  display: flex;
  max-width: 800px;
  width: 90%;
}

.header_li {
  margin: auto 10px;
  position: relative;
  width: auto;
  height: 20px;
  padding-left: 30px;
}

.header_li img {
  width: auto;
  height: 100%;
}

.header_li div {
  position: absolute;
  bottom: 10px;
  transition: 0.7s;
  pointer-events: none;
  width: 100%;
}

#top_hover,
#package_hover,
#story_hover,
#character_hover,
#gallery_hover,
#special_hover,
#product_hover {
  width: 100%;
  left: 0;
}

.header_hover {
  opacity: 1 !important;
  bottom: -15px !important;
}

.header_logo {
  max-width: 80px;
  min-width: 40px;
  width: 10%;
  margin-left: 3%;
}

.header_logo div {
  width: 100%;
}

.bottom_globalmenu ul#globalmenu li div:hover img {
  opacity: 0.7;
}

#mainvisual_area {
  position: relative;
  width: 100%;
  height: auto;
}

#sakutoki_logo {
  bottom: 22%;
  left: 0;
  max-width: 770px;
  width: 41%;
}

#top_logo {
  position: absolute;
  max-width: 1085px;
  width: 57%;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

@keyframes demo {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  70% {
    transform: translateY(-5%);
  }

  100% {
    opacity: 1;
      transform: translateY(0%);
  }
}

.demo_flow {
  animation-name: demo;
  animation-duration: 1s;
  animation-direction: linear;
}

.potion_ajast {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  height: 100%;
}

.btn a img:hover {
  opacity: 0.8;
}

.btn01 a img:hover {
  opacity: 0.8;
}

.btn02 a img:hover {
  opacity: 0.8;
}

#top_bg {
  background-image: url("../img/background_pc.webp");
  background-position: center center; /* 画像の上下左右を中央寄せに */
  background-size: cover;           /* 画像が画面全体を覆うように調整 */
  background-repeat: no-repeat;
  height: 100vh;                    /* 高さを画面の高さに固定 */
  position: relative;
}

.top_special {
  position: absolute;
  width: 50%;
  top: 0;
  left: 25%;
  z-index: 100;
}

#news_area {
  position: relative;
  margin: 60px 0 50px;

  margin-right: 20px;
}

.news_logo {
  width: 80px;
  position: relative;
  bottom: -5px;
}

.sakura1 {
  position: absolute;
  bottom: 8px;
  left: -40%;
}

.sakura1 img {
  width: 80%;
}

#news_area ul.news {
  border-top: 2px solid rgba(100, 100, 100, 0.5);
  border-bottom: 2px solid rgba(100, 100, 100, 0.5);
  border-left: 2px solid rgb(244, 225, 230);
  margin-top: 15px;
  width: 100%;
  height: 496px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

#news_area ul li {
  padding: 10px 0 10px;
  border-bottom: #9f9f90 dotted 1px;
  display: flex;
  align-items: flex-start;
}

#news_area ul.news .date {
  margin: auto 5px auto 20px;
  font-size: 15px;
  color: #534741;
  text-align: center;

  vertical-align: bottom;

  font-family: "Noto Sans JP", sans-serif;
}

#news_area ul.news .text {
  display: block;

  width: 80%;
  padding: 0.5rem 3px 0.5rem 1rem;
  font-size: 15px;
  word-wrap: break-word;

  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #534741;
}

#news_area ul.news .text a {
  text-decoration: underline;
  color: #ed4f6e;
}

#news_area ul.news .text a:hover {
  opacity: 0.8;
}

.news::-webkit-scrollbar {
  width: 3px;
  background: rgb(244, 225, 230);
}

.news::-webkit-scrollbar:horizontal {
  height: 3px;
}

.news::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.news::-webkit-scrollbar-thumb {
  background: rgb(102, 102, 102);
}

.half_area {
  width: 50%;
}

#youtube_area {
  margin-top: 110px;
  position: relative;
}

.sakura2 {
  position: absolute;
  bottom: 10%;
  right: -8%;
}

.twitter_share {
  position: absolute;
  width: 20px;
  top: 20px;
  right: -11%;
  opacity: 0.5;
}

.twitter_share:hover {
  opacity: 1;
}

#sakuranouta_area {
  margin-top: 10px;
  border: solid 1px rgb(231, 231, 231);
  border-bottom: solid 1px rgb(191, 191, 191);
  height: 152px;
  overflow: hidden;
}

#sakuranouta_area a {
  display: block; /* aタグをブロック要素として扱う */
  width: 100%;    /* 親要素に対して幅を100%にする */
  height: 100%;   /* 親要素に対して高さを100%にする */
  text-align: center; /* 画像を中央に配置する */
}

#sakuranouta_area {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#sakuranouta_area:hover {
  opacity: 0.9 !important;
}

#sakuranouta_area img {
  width: auto;
  height: 100%;
  margin: auto;
}

#slide_area {
  position: relative;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background-size: cover !important;

  height: 95px !important;
  top: -42.5px !important;
}

.slick-prev:before {
  background-size: cover !important;

  height: 95px !important;
  top: -42.5px !important;
  left: -20px;
}

.topSlide,
.topSlide_sp {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.topSlide li {
  width: 30%;
}

.topSlide li div {
  padding: 20px;
}

.topSlide li div img {
  background: rgba(244, 225, 230, 0.2);
}

.topSlide_on {
  border: none !important;
}

.top_arrow_l {
  position: absolute;
  width: 30px;
  height: 60px;
  top: calc(50% - 30px);
  left: -50px;
  cursor: pointer;
  z-index: 50;
}

.top_arrow_r {
  position: absolute;
  width: 30px;
  height: 60px;
  top: calc(50% - 30px);
  right: -50px;
  cursor: pointer;
  overflow: hidden;
}

.sakura3 {
  position: absolute;
  bottom: -200px;
  left: -180px;
  z-index: 1;
}



#controller_box,
#controller_box_gallery {
  position: absolute;
  text-align: center;
  width: 100%;
}

#controller_box {
  bottom: 45px;
}

#controller_box_gallery {
  bottom: 0px;
}

#controller_box span,
#controller_box_gallery span {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  background-color: black;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.controller {
  box-shadow: 0px 0px 2px 1px rgb(200, 200, 200);
  background-color: rgba(189, 204, 212, 0);
}

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

#special_area {
  padding: 60px 0 300px;
}

.special_logo {
  width: 30%;
  max-width: 350px;
  margin: 0 auto;
}

#special_area .special_list {
  width: 100%;
  margin: 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#special_area .special_list li {
  width: 25%;
  margin: 20px 2%;

  overflow: hidden;
  background: rgba(66, 33, 11, 0.1);
}

.special_on {
  border: none !important;
}

#special_area .special_list li img {
  width: 100%;
}

footer {
  padding: 55px 0 50px;

  position: relative;
}

footer .copyright {
  color: #454552;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

footer .logo_area {
  margin: 0 auto;
  max-width: 700px;
}

.logo_area .flex_area {
  justify-content: space-between;
}

footer span {
  background: black;
  width: 1px;
  height: 80px;
  margin: auto 0;
}

.logo_area .flex_area:last-child {
  max-width: 110px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 70px;
  margin-right: 3%;
  margin-bottom: 3%;
  opacity: 0.8;
  z-index: 500;
}

#pagetop:hover {
  opacity: 1;
  cursor: pointer;
}

#pagetop img {
  width: 100%;
}

#smart_globalmenu_area {
  display: none;
}

.smart {
  display: none;
}
