@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px;
  }
}
.home_section_title_text.--en {
  font-size: 5rem;
  font-family: "Aleo", serif;
  letter-spacing: 5px;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home_section_title_text.--en {
    font-size: 3.4rem;
    letter-spacing: 4px;
  }
}
.home_section_title_text.--ja {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .home_section_title_text.--ja {
    font-size: 1.6rem;
    margin-top: 9px;
  }
}
.home .mainvisual {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .mainvisual {
    height: 100vh;
    height: 100dvh;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
.home .mainvisual_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
  height: 900px;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_bg {
    height: 100%;
  }
}
.home .mainvisual_bg_image {
  width: auto;
  height: 100%;
}
.home .mainvisual_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .mainvisual_block {
  position: absolute;
  top: 220px;
  left: 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_block {
    top: 32px;
    left: 30px;
  }
}
.home .mainvisual_title {
  color: #FFFFFF;
  font-size: 5.2rem;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.home .mainvisual_subTitle {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: "Aleo", serif;
  letter-spacing: 0.125em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_subTitle {
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 1.8;
    margin-top: 12px;
  }
}
.home .mainvisual_lead {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_lead {
    display: none;
  }
}
.home .mainvisual_caution {
  position: relative;
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 45px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_caution {
    color: #44464C;
    font-size: 1.1rem;
    margin: 36px auto 0;
  }
}
.home .mainvisual_caution::before, .home .mainvisual_caution::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 24px;
  height: 36px;
  background-image: url(../img/home/mainvisual_caution_line.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.home .mainvisual_caution::before {
  left: 0;
}
.home .mainvisual_caution::after {
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.home .mainvisual_button {
  max-width: 280px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .home .mainvisual_button {
    display: none;
  }
}
.home .lead {
  display: none;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .lead {
    display: block;
  }
}
.home .lead_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.home .lead_flex_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  width: 50%;
  height: 50px;
}
.home .lead_flex_button.--blue {
  background: #47C2D1;
}
.home .lead_flex_button.--orange {
  background: #F17D63;
}
.home .lead_flex_button_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 24px;
}
.home .lead_text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 54px;
}
.home .lead_button {
  max-width: 240px;
  margin: 38px auto 0;
}
.home .collection {
  padding-top: 132px;
}
@media screen and (max-width: 768px) {
  .home .collection {
    padding-top: 74px;
  }
}
.home .collection .site_poster {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .home .collection .site_poster {
    margin-top: 50px;
  }
}
.home .features {
  position: relative;
  padding-top: 250px;
  padding-bottom: 195px;
}
@media screen and (max-width: 768px) {
  .home .features {
    padding-top: 132px;
    padding-bottom: 98px;
  }
}
.home .features::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 1100px;
  border-radius: 10px;
  background: #F5F5F5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .features::before {
    top: 80px;
    max-width: 89.3333333333vw;
    height: 94.3359375%;
  }
}
.home .features_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7.5%;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .home .features_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 75px 0;
    margin-top: 44px;
  }
}
.home .features_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.3333333333%;
}
@media screen and (max-width: 768px) {
  .home .features_item {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
}
.home .features_item_num {
  font-size: 2.4rem;
  font-family: "Aleo", serif;
  letter-spacing: 2px;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 3px solid #44464C;
}
@media screen and (max-width: 768px) {
  .home .features_item_num {
    font-size: 2rem;
    line-height: 1.5;
    border-bottom-width: 2px;
    margin: 0 auto 0 0;
  }
}
.home .features_item_image {
  margin-top: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .home .features_item_image {
    width: 72.7272727273%;
    margin: -25px auto 0;
  }
}
.home .features_item_image img {
  width: 100%;
}
.home .features_item_title {
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .features_item_title {
    font-size: 1.8rem;
    margin: 20px auto 0;
  }
}
.home .features_item_text {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-top: auto;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .home .features_item_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 15px auto 0;
  }
}
.home .features_item_button {
  max-width: 200px;
  margin: auto auto 0;
}
@media screen and (max-width: 768px) {
  .home .features_item_button {
    margin: 32px auto 0;
  }
}
.home .support {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .home .support {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.home .parallax {
  width: 100%;
  height: 640px;
  background-image: url(../img/home/parallax.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .home .parallax {
    height: 280px;
    background-image: url(../img/home/parallax_sp.webp);
    background-position: center bottom;
    background-attachment: unset;
  }
}
.home .store {
  padding-top: 133px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home .store {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.home .store_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 11.6666666667%;
}
@media screen and (max-width: 768px) {
  .home .store_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 35px 0;
  }
}
.home .store_detail {
  width: 40.8333333333%;
}
@media screen and (max-width: 768px) {
  .home .store_detail {
    width: 100%;
  }
}
.home .store_text {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home .store_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 24px;
    padding: 0 10px;
  }
}
.home .store_button {
  max-width: 280px;
  margin: 54px auto 0;
}
@media screen and (max-width: 768px) {
  .home .store_button {
    max-width: 220px;
    margin-top: 32px;
  }
}
.home .store_image {
  width: 47.5%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .store_image {
    width: 100%;
  }
}
.home .store_image img {
  width: 100%;
}
.home .other {
  padding-top: 70px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .home .other {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.home .other_banner {
  border-color: #D1DCE2;
}
.home .other_banner_detail {
  background: #D1DCE2;
}
.home .other_banner_title, .home .other_banner_subTitle, .home .other_banner_text {
  color: #44464C;
}
.home .information {
  padding-top: 130px;
  padding-bottom: 140px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .home .information {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.home .information_list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home .information_list {
    margin-top: 36px;
  }
}
.home .information_button {
  max-width: 280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .home .information_button {
    max-width: 200px;
    margin-top: 50px;
  }
}