@charset "UTF-8";
/* aタグ設定
------------------------------------- */
#constellations_contents a:hover {
  opacity: 0.75;
  text-decoration-color: transparent;
}

#constellations_contents a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html #constellations_contents {
  font-size: 62.5%;
}

body #constellations_contents {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto Sans JP", serif;
}

#constellations_contents img {
  width: 100%;
  height: auto;
}

#constellations_contents .font_en {
  font-family: "Marcellus", serif;
}

#constellations_contents button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 768px) {
  #constellations_contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .pc {
    display: none !important;
  }
}
.contents_inner {
  max-width: 1206px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents_inner {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .contents_inner {
    margin: 0 15px;
  }
}

/* parents common
------------------------------------- */
.left-bar {
  border-right: 1px solid #48a09e;
}

@media (min-width: 768px) {
  .main-nav {
    border-left: 1px solid #48a09e;
  }
}

.hXMofY {
  right: inherit !important;
  left: 5px !important;
  bottom: 90px !important;
}

/* fv
------------------------------------- */
#constellations_contents {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 767px) {
  #constellations_contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .indention_sp {
    display: inline-block;
  }
}
#constellations_contents .contents_bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/main_bg_y25.webp);
  background-size: 240px 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#constellations_contents .fv {
  padding: 90px 0 65px;
  position: relative;
  border-top: 1px solid #48a09e;
  border-bottom: 1px solid #48a09e;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv {
    padding: 70px 0 40px;
  }
}
#constellations_contents .fv_title {
  width: 636px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_title {
    width: calc(100% - 56px);
    max-width: 375px;
  }
}
#constellations_contents .fv_title img:nth-child(1) {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
#constellations_contents .fv_title img:nth-child(2) {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
#constellations_contents .fv_title_deco {
  width: 372px;
  position: absolute;
  top: -67px;
  left: -216px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_title_deco {
    width: 220px;
    top: -44px;
    left: -22px;
  }
}
@media screen and (max-width: 520px) {
  #constellations_contents .fv_title_deco {
    width: 198px;
    top: -44px;
    left: -22px;
  }
}
#constellations_contents .fv_slider {
  margin: 33px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_slider {
    margin: 20px 0 0;
  }
}
#constellations_contents .fv_slider_list {
  width: 8712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#constellations_contents .fv_slider_item {
  width: 242px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_slider_item {
    width: 144px;
    padding-right: 17px;
  }
}
#constellations_contents .fv_bottom_text {
  width: 448px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_bottom_text {
    width: 177px;
    margin: 30px auto 0;
    position: relative;
  }
}
#constellations_contents .fv_img {
  width: 165px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 342px);
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_img {
    width: 84px;
    bottom: 0;
    right: calc(50% - 144px);
  }
}
#constellations_contents .fv_img_fukidashi {
  width: 179px;
  position: absolute;
  top: -35px;
  right: -160px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_img_fukidashi {
    width: 107px;
    top: -56px;
    right: inherit;
    left: -69px;
  }
}
#constellations_contents .fv_line {
  max-width: 1206px;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_line {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 350px) {
  #constellations_contents .fv_line {
    width: calc(100% - 30px);
  }
}
#constellations_contents .fv_scroll {
  width: 15px;
  position: absolute;
  bottom: 22px;
  right: -25px;
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .fv_scroll {
    bottom: 39px;
    right: -15px;
  }
}
#constellations_contents .howto {
  border-bottom: 1px solid #48a09e;
  padding: 0 25px;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto {
    padding: 0;
  }
}
#constellations_contents .howto_inner {
  padding: 120px 0 130px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_inner {
    padding: 20px 0 30px;
  }
}
#constellations_contents .howto_body {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_body {
    padding: 0 15px;
  }
}
#constellations_contents .howto_body_inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 105px 10px 68px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_body_inner {
    padding: 44px 15px 35px;
  }
}
#constellations_contents .howto_title {
  max-width: 729px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_title {
    max-width: 216px;
    width: 100%;
  }
}
#constellations_contents .howto_title_line {
  width: 202px;
  position: absolute;
  left: calc(50% - 102px);
  bottom: -8px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_title_line {
    width: 121px;
    left: calc(50% - 109px);
    bottom: -7px;
  }
}
#constellations_contents .howto_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 68px auto 0;
  padding: 0 0 0 120px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_box {
    display: block;
    margin: 20px auto 0;
    padding: 0 12px;
  }
}
#constellations_contents .howto_profile {
  margin-right: 40px;
  padding-top: 12px;
  width: 310px;
  border-bottom: 1px solid #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #48a09e;
  }
}
#constellations_contents .howto_profile_top {
  border-top: 1px solid #48a09e;
  background-image: url(../images/underline_dot_y25.png);
  background-position: 0 100%;
  background-size: 651px 1px;
  background-repeat: repeat-x;
  padding: 16px 0 15px 6px;
  letter-spacing: 0.03em;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_top {
    background-image: url(../images/underline_dot_sp_y25.png);
    background-position: 0 100%;
    background-size: 231px 1px;
    background-repeat: repeat-x;
    padding: 9px 0 9px 4px;
    letter-spacing: 0;
    font-size: 14px;
  }
}
#constellations_contents .howto_profile_img {
  width: 263px;
  margin: -11px auto 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_img {
    width: 140px;
    margin: -11px auto 0;
  }
}
#constellations_contents .howto_profile_fukidashi {
  width: 206px;
  position: absolute;
  top: 30px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_fukidashi {
    width: 113px;
    top: 17px;
    left: -72px;
  }
}
#constellations_contents .howto_profile_bottom {
  max-width: 274px;
  margin: 18px auto 20px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_bottom {
    max-width: 100%;
    margin: 4px 0 0;
    padding: 0 3px;
  }
}
#constellations_contents .howto_profile_name01 {
  font-size: 24px;
  letter-spacing: 0.027em;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_name01 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#constellations_contents .howto_profile_name02 {
  font-size: 15px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_name02 {
    font-size: 9px;
    margin-top: 3px;
  }
}
#constellations_contents .howto_profile_text {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.833;
  text-align: justify;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_text {
    font-size: 10px;
    margin-top: 3px;
    line-height: 2;
  }
}
#constellations_contents .howto_profile_insta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 14px;
  color: #48a09e;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_insta {
    font-size: 9px;
    margin-top: 10px;
    line-height: 2;
  }
}
#constellations_contents .howto_profile_insta::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #48a09e;
}
#constellations_contents .howto_profile_insta img {
  width: 11px;
  margin-right: 5px;
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_profile_insta img {
    width: 8px;
    margin-right: 3px;
  }
}
#constellations_contents .howto_text {
  width: 470px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_text {
    width: 100%;
    padding: 25px 0 0;
  }
}
#constellations_contents .howto_text_top {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_text_top {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
  }
}
#constellations_contents .howto_text_top .indent {
  display: inline-block;
}
#constellations_contents .howto_text_bottom {
  max-width: 416px;
  font-size: 15px;
  line-height: 2.13;
  margin-top: 40px;
  text-align: justify;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_text_bottom {
    max-width: 100%;
    font-size: 10px;
    line-height: 2.33;
    margin-top: 18px;
  }
}
#constellations_contents .howto_dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #48a09e;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_dot {
    display: none;
  }
}
#constellations_contents .howto_dot01 {
  top: 23px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_dot01 {
    top: 16px;
    left: 10px;
  }
}
#constellations_contents .howto_dot02 {
  top: 23px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_dot02 {
    top: 16px;
    right: 10px;
  }
}
#constellations_contents .howto_dot03 {
  bottom: 23px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_dot03 {
    bottom: 16px;
    left: 10px;
  }
}
#constellations_contents .howto_dot04 {
  bottom: 23px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .howto_dot04 {
    bottom: 16px;
    right: 10px;
  }
}
#constellations_contents .constellations_top {
  border-bottom: 1px solid #48a09e;
  padding: 0 25px;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top {
    padding: 0;
  }
}
#constellations_contents .constellations_top_inner {
  padding: 50px 0 37px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_inner {
    padding: 25px 0 25px;
  }
}
#constellations_contents .constellations_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto -23px;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_item {
    margin-bottom: 28px;
  }
}
#constellations_contents .constellations_top_item:not(:first-of-type) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_item:not(:first-of-type) {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
#constellations_contents .constellations_top_link {
  font-size: 12px;
  color: #424a54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 922px) and (min-width: 768px) {
  #constellations_contents .constellations_top_link {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_link {
    font-size: 10px;
  }
}
#constellations_contents .constellations_top_icon {
  width: 48px;
  margin-bottom: 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_icon {
    width: 34px;
    margin-bottom: 6px;
  }
}
#constellations_contents .constellations_top_allow {
  width: 13px;
  margin-top: 18px;
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_top_allow {
    width: 12px;
    margin-top: 9px;
  }
}
#constellations_contents .constellations_section {
  border-bottom: 1px solid #48a09e;
}
#constellations_contents .constellations_section_title {
  border-bottom: 1px solid #48a09e;
  padding: 0 25px;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_title {
    padding: 0;
  }
}
#constellations_contents .constellations_section_title_inner {
  padding: 60px 10px 34px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_title_inner {
    padding: 29px 0 15px;
  }
}
#constellations_contents .constellations_section_title_text {
  font-size: 120px;
  letter-spacing: 0.03em;
  line-height: 1;
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 0 45px;
  text-align: center;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_title_text {
    padding: 25px 0 15px;
    font-size: 45px;
    margin: 0 20px;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_section_title_text.sagittarius {
    font-size: 40px;
  }
}
#constellations_contents .constellations_section_title_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.035em;
  padding: 25px 0 0;
  max-width: 1045px;
  margin: 0 auto;
  background-image: url(../images/underline_dot_y25.png);
  background-position: 0 0;
  background-size: 651px 1px;
  background-repeat: repeat-x;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_title_bottom {
    font-size: 12px;
    padding: 19px 0 0;
    margin: 0 20px;
    background-image: url(../images/underline_dot_sp_y25.png);
    background-position: 0 0;
    background-size: 231px 1px;
    background-repeat: repeat-x;
  }
}
#constellations_contents .constellations_section_title_bottom img {
  width: 28px;
  margin-right: 15px;
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_title_bottom img {
    width: 17px;
    margin-right: 5px;
  }
}
#constellations_contents .constellations_section_top {
  padding: 0 25px;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top {
    padding: 0;
  }
}
#constellations_contents .constellations_section_top_inner {
  padding: 81px 80px 78px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top_inner {
    padding: 30px 5px 53px;
    display: block;
  }
}
#constellations_contents .constellations_section_top h3 {
  font-size: 60px;
  letter-spacing: 0.03em;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top h3 {
    font-size: 32px;
    line-height: 1.38;
    text-align: center;
  }
}
#constellations_contents .constellations_section_top h3 img {
  display: block;
  margin-top: 8px;
  max-height: 20px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top h3 img {
    max-height: 14px;
    margin: 7px auto 0;
  }
}
#constellations_contents .constellations_section_top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dl {
    margin-top: 19px;
  }
}
#constellations_contents .constellations_section_top dl:first-of-type {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dl:first-of-type {
    margin-top: 33px;
  }
}
#constellations_contents .constellations_section_top dl:last-of-type dt p {
  font-size: 18px;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dl:last-of-type dt p {
    font-size: 12px;
  }
}
#constellations_contents .constellations_section_top dl:last-of-type dt span {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dl:last-of-type dt span {
    font-size: 10px;
  }
}
#constellations_contents .constellations_section_top dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    padding-top: 4px;
  }
}
#constellations_contents .constellations_section_top dt p {
  color: #48a09e;
  font-size: 30px;
  letter-spacing: 0.015em;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt p {
    font-size: 18px;
  }
}
#constellations_contents .constellations_section_top dt .line_yellow::after {
  content: "";
  width: 105px;
  height: 13px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  background-image: url(../images/constellations_line_01_y25.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt .line_yellow::after {
    width: 66px;
    height: 6px;
  }
}
#constellations_contents .constellations_section_top dt .line_pink::after {
  content: "";
  width: 82px;
  height: 13px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  background-image: url(../images/constellations_line_02_y25.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt .line_pink::after {
    width: 57px;
    height: 6px;
  }
}
#constellations_contents .constellations_section_top dt .line_blue::after {
  content: "";
  width: 111px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  background-image: url(../images/constellations_line_03_y25.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt .line_blue::after {
    width: 78px;
    height: 5px;
  }
}
#constellations_contents .constellations_section_top dt span {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dt span {
    font-size: 10px;
  }
}
#constellations_contents .constellations_section_top dd {
  font-size: 13px;
  line-height: 1.85;
  max-width: 485px;
  text-align: justify;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top dd {
    font-size: 11px;
    max-width: 100%;
    line-height: 2;
  }
}
#constellations_contents .constellations_section_top_img {
  width: 400px;
  padding-top: 8px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_section_top_img {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 33px;
  }
}
#constellations_contents .constellations_destiny {
  padding: 0 25px;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny {
    padding: 0;
  }
}
#constellations_contents .constellations_destiny_inner {
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_inner {
    padding: 0;
  }
}
#constellations_contents .constellations_destiny_box {
  max-width: 1045px;
  margin: 0 auto;
  padding: 30px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #48a09e;
  border-bottom: 1px solid #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_box {
    padding: 20px 0 15px;
    display: block;
    border-bottom: none;
    position: relative;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_box::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #48a09e;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_box::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #48a09e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#constellations_contents .constellations_destiny_left {
  padding-right: 46px;
}
@media screen and (max-width: 1250px) {
  #constellations_contents .constellations_destiny_left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_left {
    padding-right: 0;
  }
}
#constellations_contents .constellations_destiny_illust {
  padding-top: 10px;
  width: 242px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_illust {
    padding-right: 0;
    padding-top: 0;
    width: 160px;
    margin: 0 auto;
  }
}
#constellations_contents .constellations_destiny_illust img:nth-child(2), #constellations_contents .constellations_destiny_illust img:nth-child(3), #constellations_contents .constellations_destiny_illust img:nth-child(4), #constellations_contents .constellations_destiny_illust img:nth-child(5), #constellations_contents .constellations_destiny_illust img:nth-child(6), #constellations_contents .constellations_destiny_illust img:nth-child(7), #constellations_contents .constellations_destiny_illust img:nth-child(8), #constellations_contents .constellations_destiny_illust img:nth-child(9), #constellations_contents .constellations_destiny_illust img:nth-child(10), #constellations_contents .constellations_destiny_illust img:nth-child(11), #constellations_contents .constellations_destiny_illust img:nth-child(12), #constellations_contents .constellations_destiny_illust img:nth-child(13), #constellations_contents .constellations_destiny_illust img:nth-child(14) {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
#constellations_contents .constellations_destiny_illust_text {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_illust_text {
    top: 0;
  }
}
#constellations_contents .constellations_destiny_illust_text.active {
  opacity: 1;
}
#constellations_contents .constellations_destiny_fukidashi {
  width: 189px;
  position: absolute;
  top: 109px;
  left: -127px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_fukidashi {
    width: 125px;
    top: 83px;
    left: -88px;
  }
}
#constellations_contents .constellations_destiny_bottom {
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_bottom {
    padding-top: 5px;
    font-size: 10px;
  }
}
#constellations_contents .constellations_destiny_line {
  display: inline-block;
  padding-top: 8px;
  width: 133px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_line {
    width: 84px;
    padding-top: 4px;
  }
}
#constellations_contents .constellations_destiny_line::after {
  content: "";
  width: 200px;
  height: 13px;
  background-image: url(../images/constellation_destiny_line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
  left: -36px;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_line::after {
    width: 95px;
    height: 8px;
    bottom: -5px;
    left: -11px;
  }
}
#constellations_contents .constellations_destiny_line img {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(74%) sepia(5%) saturate(3651%) hue-rotate(130deg) brightness(75%) contrast(86%);
}
#constellations_contents .constellations_destiny ul {
  width: 680px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny ul {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding: 30px 0 0;
  }
}
#constellations_contents .constellations_destiny li {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny li {
    padding-left: 0;
  }
}
#constellations_contents .constellations_destiny li:first-of-type {
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny li:first-of-type {
    padding-top: 14px;
    padding-bottom: 18px;
    background-position: 0 0;
    background-size: 208px 1px;
    background-repeat: repeat-x;
  }
}
#constellations_contents .constellations_destiny li:nth-of-type(2) {
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny li:nth-of-type(2) {
    padding-bottom: 18px;
  }
}
#constellations_contents .constellations_destiny li:not(:first-of-type) {
  padding-top: 33px;
  background-image: url(../images/underline_dot_y25.png);
  background-position: 0 0;
  background-size: 651px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny li:not(:first-of-type) {
    padding-top: 16px;
    background-image: url(../images/underline_dot_sp_y25.png);
    background-position: 0 0;
    background-size: 231px 1px;
    background-repeat: repeat-x;
  }
}
#constellations_contents .constellations_destiny_text {
  width: 640px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_destiny_text {
    width: 100%;
    max-width: 400px;
  }
}
#constellations_contents .constellations_bottom {
  color: #48a09e;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom {
    padding: 0;
  }
}
#constellations_contents .constellations_bottom_inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_inner {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}
#constellations_contents .constellations_bottom_box_outer {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box_outer {
    padding: 0 5px;
  }
}
#constellations_contents .constellations_bottom_box {
  max-width: 1045px;
  margin: 0 auto;
  padding: 55px 25px 55px 25px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box {
    display: block;
    padding: 35px 0 40px;
    overflow: hidden;
  }
}
#constellations_contents .constellations_bottom_box h3 {
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: normal;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box h3 {
    font-size: 25px;
    line-height: 1.2;
    padding: 0 25px;
  }
}
#constellations_contents .constellations_bottom_box h3 img {
  display: block;
  width: 210px;
  margin: 10px auto 0;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(486%) hue-rotate(173deg) brightness(91%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(486%) hue-rotate(173deg) brightness(91%) contrast(89%);
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box h3 img {
    width: 146px;
    margin-top: 10px;
  }
}
#constellations_contents .constellations_bottom_box h3 .img04 {
  width: 179px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box h3 .img04 {
    width: 134px;
  }
}
#constellations_contents .constellations_bottom_box h3 .img08 {
  width: 179px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_box h3 .img08 {
    width: 134px;
  }
}
#constellations_contents .constellations_bottom_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_body {
    width: 100%;
    margin-right: 0;
  }
}
#constellations_contents .constellations_bottom_top {
  width: 372px;
  font-size: 24px;
  line-height: 1.75;
  padding-top: 17px;
  padding-bottom: 5px;
  display: inline-block;
  background-image: url(../images/underline_dot_y25.png);
  background-position: 0 100%;
  background-size: 651px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_top {
    width: 230px;
    font-size: 15px;
    padding: 15px 0 5px;
    margin: 0 25px;
    letter-spacing: 0.01em;
    background-image: url(../images/underline_dot_sp_y25.png);
    background-position: 0 100%;
    background-size: 231px 1px;
    background-repeat: repeat-x;
  }
}
#constellations_contents .constellations_bottom_slider {
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_slider {
    margin-top: 5.3333333333vw;
  }
}
#constellations_contents .constellations_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 176.5258215962%;
    left: -59.5%;
    z-index: 1;
  }
}
#constellations_contents .constellations_bottom_item {
  width: 326px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_item {
    width: 33.3333333333%;
    padding-right: 1.6vw;
  }
}
#constellations_contents .constellations_bottom_item:not(:last-of-type) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_item:not(:last-of-type) {
    margin-left: 0;
  }
}
#constellations_contents .constellations_bottom_item a {
  font-size: 12px;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_item a {
    font-size: 10px;
  }
}
#constellations_contents .constellations_bottom_item a:hover {
  opacity: 1;
}
#constellations_contents .constellations_bottom_item a:hover .constellations_bottom_thum {
  opacity: 0.75;
}
#constellations_contents .constellations_bottom_item a:hover .constellations_bottom_item_text {
  opacity: 0.75;
}
#constellations_contents .constellations_bottom .constellations_bottom_thum {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom .constellations_bottom_thum {
    position: relative;
    z-index: -1;
  }
}
#constellations_contents .constellations_bottom .constellations_bottom_item_text {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#constellations_contents .constellations_bottom_img_box {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_box {
    margin-bottom: 10px;
  }
}
#constellations_contents .constellations_bottom_item_text {
  display: block;
  text-align: center;
}
#constellations_contents .constellations_bottom_fukidashi {
  width: 180px;
  z-index: 10;
  position: absolute;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: swinganim;
          animation-name: swinganim;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_fukidashi {
    width: 31.2vw;
    z-index: 10;
  }
}
#constellations_contents .constellations_bottom_fukidashi_top {
  top: -18px;
  left: -40px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top02 {
  left: -115px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top03 {
  left: -66px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top04 {
  left: inherit;
  right: -50px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top05 {
  top: 20px;
  left: inherit;
  right: -16px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top06 {
  left: -8px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top07 {
  top: 20px;
  left: inherit;
  right: -50px;
}
#constellations_contents .constellations_bottom_fukidashi_top.top08 {
  left: inherit;
  right: -8px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_fukidashi_top {
    top: -4.8vw;
    left: -8.6666666667vw;
  }
}
#constellations_contents .constellations_bottom_fukidashi_bottom {
  bottom: -14px;
  left: -43px;
}
#constellations_contents .constellations_bottom_fukidashi_bottom.bottom_right02 {
  left: inherit;
  right: -68px;
}
#constellations_contents .constellations_bottom_fukidashi_bottom.bottom_right03 {
  left: inherit;
  right: -50px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_fukidashi_bottom {
    top: -4.8vw;
    bottom: inherit;
    left: -8.6666666667vw;
  }
}
#constellations_contents .constellations_bottom_area {
  position: absolute;
  top: 0;
  left: 0;
}
#constellations_contents .constellations_bottom_deco {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
#constellations_contents .constellations_bottom_deco01 {
  width: 146px;
  top: 38px;
  right: 245px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco01 {
    width: 24.3333333333%;
    top: 12%;
    right: 5%;
  }
}
#constellations_contents .constellations_bottom_deco02 {
  width: 150px;
  top: 43px;
  right: 202px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco02 {
    width: 25%;
    top: inherit;
    bottom: 22%;
    right: 3%;
  }
}
#constellations_contents .constellations_bottom_deco03 {
  width: 102px;
  top: 62px;
  right: 278px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco03 {
    width: 17%;
    top: inherit;
    bottom: 22%;
    right: 8%;
  }
}
#constellations_contents .constellations_bottom_deco04 {
  width: 236px;
  bottom: 74px;
  left: 194px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco04 {
    width: 39.3333333333%;
    bottom: 16%;
    left: inherit;
    right: 3%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco04 {
    bottom: 22%;
  }
}
#constellations_contents .constellations_bottom_deco05 {
  width: 214px;
  top: 28px;
  right: 244px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco05 {
    width: 35.6666666667%;
    top: inherit;
    bottom: 18%;
    right: 4%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco05 {
    bottom: 22%;
  }
}
#constellations_contents .constellations_bottom_deco06 {
  width: 200px;
  top: 28px;
  right: 214px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco06 {
    width: 33.3333333333%;
    top: inherit;
    bottom: 12%;
    right: 3%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco06 {
    bottom: 16%;
  }
}
#constellations_contents .constellations_bottom_deco07 {
  width: 90px;
  top: 60px;
  right: 262px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco07 {
    width: 15%;
    top: 10%;
    right: 8%;
  }
}
#constellations_contents .constellations_bottom_deco08 {
  width: 66px;
  top: 68px;
  right: 286px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco08 {
    width: 11%;
    top: inherit;
    bottom: 16%;
    right: 10%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco08 {
    bottom: 26%;
  }
}
#constellations_contents .constellations_bottom_deco09 {
  width: 104px;
  bottom: 110px;
  right: 276px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco09 {
    width: 17.3333333333%;
    bottom: 20%;
    right: 9%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco09 {
    bottom: 26%;
  }
}
#constellations_contents .constellations_bottom_deco10 {
  width: 92px;
  top: 60px;
  right: 272px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco10 {
    width: 15.3333333333%;
    top: inherit;
    bottom: 20%;
    right: 8%;
  }
}
#constellations_contents .constellations_bottom_deco11 {
  width: 70px;
  top: 48px;
  right: 278px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco11 {
    width: 11.6666666667%;
    top: inherit;
    bottom: 13%;
    right: 11%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco11 {
    bottom: 18%;
  }
}
#constellations_contents .constellations_bottom_deco12 {
  width: 180px;
  bottom: 84px;
  left: 248px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_deco12 {
    width: 30%;
    bottom: 14%;
    left: inherit;
    right: 4%;
  }
}
@media screen and (max-width: 400px) {
  #constellations_contents .constellations_bottom_deco12 {
    bottom: 22%;
  }
}
#constellations_contents .constellations_bottom_prev {
  display: none;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_prev {
    display: block;
    width: 8vw;
    position: absolute;
    top: 34%;
    left: 8.3%;
    z-index: 10;
  }
}
#constellations_contents .constellations_bottom_next {
  display: none;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_next {
    display: block;
    width: 8vw;
    position: absolute;
    top: 34%;
    right: 8.3%;
    z-index: 10;
  }
}
#constellations_contents .constellations_bottom_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_nav li {
    width: 7px;
    height: 7px;
    border: 1px solid #48a09e;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_nav li:not(:first-of-type) {
    margin-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_nav li.active {
    background-color: #48a09e;
  }
}
#constellations_contents .constellations_bottom_text {
  font-size: 13px;
  line-height: 1.85;
  padding-top: 30px;
  text-align: center;
  color: #424a54;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_text {
    font-size: 11px;
    line-height: 2;
    padding: 20px 5px 0;
  }
}
#constellations_contents .constellations_bottom_btn {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_btn {
    margin: 20px 0 0;
    text-align: center;
  }
}
#constellations_contents .constellations_bottom_btn a {
  display: block;
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_btn a {
    display: block;
    max-width: 214px;
    width: 100%;
    margin: 0 auto;
  }
}
#constellations_contents .constellations_bottom_img {
  width: 548px;
  margin: -5px 0 5px;
  padding-top: 5px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img {
    width: 100%;
    margin: 0;
    padding-top: 18px;
  }
}
#constellations_contents .constellations_bottom_img_text {
  position: absolute;
}
#constellations_contents .constellations_bottom_img_text01 {
  width: 144px;
  bottom: 45px;
  left: 51px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text01 {
    width: 71px;
    bottom: 25px;
    left: 25px;
  }
}
#constellations_contents .constellations_bottom_img_text02 {
  width: 208px;
  bottom: 17px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text02 {
    width: 102px;
    bottom: 10px;
    right: 10px;
  }
}
#constellations_contents .constellations_bottom_img_text03 {
  width: 144px;
  top: 28px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text03 {
    width: 70px;
    top: 34px;
    right: 23px;
  }
}
#constellations_contents .constellations_bottom_img_text04 {
  width: 106px;
  bottom: 152px;
  left: 75px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text04 {
    width: 52px;
    bottom: 73px;
    left: 33px;
  }
}
#constellations_contents .constellations_bottom_img_text05 {
  width: 230px;
  bottom: 23px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text05 {
    width: 112px;
    bottom: 12px;
    left: 11px;
  }
}
#constellations_contents .constellations_bottom_img_text06 {
  width: 190px;
  bottom: 24px;
  left: 56px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text06 {
    width: 93px;
    bottom: 12px;
    left: 25px;
  }
}
#constellations_contents .constellations_bottom_img_text07 {
  width: 96px;
  bottom: 27px;
  right: 56px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text07 {
    width: 41px;
    bottom: 13px;
    right: 21px;
  }
}
#constellations_contents .constellations_bottom_img_text08 {
  width: 174px;
  bottom: 29px;
  right: 47px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text08 {
    width: 86px;
    bottom: 14px;
    right: 23 px;
  }
}
#constellations_contents .constellations_bottom_img_text09 {
  width: 216px;
  bottom: 28px;
  right: 49px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text09 {
    width: 106px;
    bottom: 14px;
    right: 27px;
  }
}
#constellations_contents .constellations_bottom_img_text10 {
  width: 194px;
  top: 45px;
  right: 17px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text10 {
    width: 80px;
    top: 40px;
    right: 20px;
  }
}
#constellations_contents .constellations_bottom_img_text11 {
  width: 190px;
  bottom: 40px;
  right: 33px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text11 {
    width: 93px;
    bottom: 20px;
    right: 20px;
  }
}
#constellations_contents .constellations_bottom_img_text12 {
  width: 200px;
  bottom: 33px;
  right: 49px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_img_text12 {
    width: 98px;
    bottom: 18px;
    right: 21px;
  }
}
#constellations_contents .constellations_bottom_dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #001941;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_dot {
    width: 3px;
    height: 3px;
  }
}
#constellations_contents .constellations_bottom_dot01 {
  top: 23px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_dot01 {
    top: 16px;
    left: 10px;
  }
}
#constellations_contents .constellations_bottom_dot02 {
  top: 23px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_dot02 {
    top: 16px;
    right: 10px;
  }
}
#constellations_contents .constellations_bottom_dot03 {
  bottom: 23px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_dot03 {
    bottom: 16px;
    left: 10px;
  }
}
#constellations_contents .constellations_bottom_dot04 {
  bottom: 23px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .constellations_bottom_dot04 {
    bottom: 16px;
    right: 10px;
  }
}
#constellations_contents .staff_area {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #constellations_contents .staff_area {
    padding: 0;
  }
}
#constellations_contents .staff_area_inner {
  padding: 70px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #constellations_contents .staff_area_inner {
    padding: 43px 0 50px;
  }
}
#constellations_contents .staff_area_title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .staff_area_title {
    font-size: 13px;
  }
}
#constellations_contents .staff_area_text {
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.05em;
  color: #48a09e;
}
@media screen and (max-width: 767px) {
  #constellations_contents .staff_area_text {
    font-size: 8px;
    padding-top: 5px;
  }
}
#constellations_contents .fv_slider_list li {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-name: loopanim;
          animation-name: loopanim;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#constellations_contents .moveSwing {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: swinganim;
          animation-name: swinganim;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#constellations_contents .moveUp {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
#constellations_contents .moveUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#constellations_contents .line_yellow::after, #constellations_contents .line_pink::after, #constellations_contents .line_blue::after, #constellations_contents .howto_title_line, #constellations_contents .constellations_destiny_line:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#constellations_contents .on .line_yellow::after, #constellations_contents .on .line_pink::after, #constellations_contents .on .line_blue::after, #constellations_contents .howto_title_line.on, #constellations_contents .on .constellations_destiny_line:after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}

.page_top {
  position: fixed;
  left: 15px;
  bottom: 40px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .page_top {
    left: inherit;
    right: 29px;
    bottom: 40px;
  }
}
.page_top_link {
  width: 43px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_top_link {
    width: 40px;
  }
}

@-webkit-keyframes loopanim {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%);
  }
}

@keyframes loopanim {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%);
  }
}
@-webkit-keyframes swinganim {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes swinganim {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@media screen and (min-width: 768px) {
  .constellations_bottom_list > * {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .constellations_bottom_list > *:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .constellations_bottom_list {
    /*transform:translateX(50%);*/
    width: 441.3145539906% !important;
  }
  .constellations_bottom_list > * {
    width: 16.6666666667%;
  }
  .constellations_bottom_fukidashi {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .active .constellations_bottom_fukidashi {
    opacity: 1;
  }
}