@charset "UTF-8";
/* pc sp */
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.thanks_inr {
  max-width: 1000px;
  width: 100%;
  margin: 70px auto 50px;
}
@media screen and (max-width: 768px) {
  .thanks_inr {
    margin: 40px auto 60px;
  }
}

.thanks_hdg {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .thanks_hdg {
    margin-bottom: 40px;
  }
}
.thanks_hdg h3 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .thanks_hdg h3 {
    font-size: 19px;
    letter-spacing: 0.2rem;
  }
}

.thanks_logo {
  margin: 0 auto 50px;
  max-width: 92px;
  max-height: 92px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .thanks_logo {
    max-width: 75px;
    max-height: 75px;
    margin: 0 auto 30px;
  }
}

.thanks_text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .thanks_text {
    margin-bottom: 20px;
  }
}
.thanks_text p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .thanks_text p {
    font-size: 13px;
  }
}

.thanks_description {
  text-align: center;
}
.thanks_description p {
  font-size: 14px;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}
.thanks_description p a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .thanks_description p {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.05rem;
  }
}

.product_slide-container {
  max-width: 890px;
  width: 100%;
  height: auto;
  margin: 50px auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_slide-container {
    margin: 20px auto 40px;
  }
}
.product_slide-container .animation_box {
  position: absolute;
  bottom: 185px;
  left: -43px;
  max-width: 130px;
  max-height: 130px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_slide-container .animation_box {
    max-width: 82px;
    max-height: 85px;
    top: -25px;
    left: auto;
    right: 30px;
  }
}
.product_slide-container .animation_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: animationBoxRotate 20s linear infinite;
  transform-origin: 50% 50%;
}
.product_slide-container .slick-slide img {
  height: auto !important;
  width: 100% !important;
  object-fit: cover;
}
.product_slide-container .product_slide {
  max-width: 512px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .product_slide-container .product_slide {
    margin: 0 auto 20px;
  }
}
.product_slide-container .product_thumbs_wrapper {
  width: 95%;
  margin: 0 auto;
}
.product_slide-container .product_thumbs {
  position: relative;
  width: calc(100% + 10px);
  display: block;
  margin: 0 auto;
}
.product_slide-container .product_thumbs .slick-slide {
  padding: 0 10px !important;
  max-width: 123px;
}

@keyframes animationBoxRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hr_line {
  margin: 70px auto;
  max-width: 1000px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hr_line {
    max-width: 90%;
    margin: 50px auto;
  }
}

.product_name {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product_name {
    margin-bottom: 40px;
  }
}
.product_name .product_name_txt {
  font-size: 40px;
  color: #de7698;
  letter-spacing: 0.15rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_name .product_name_txt {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.product_name .product_name_subtxt {
  font-size: 29px;
  color: #727171;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_name .product_name_subtxt {
    font-size: 16px;
    letter-spacing: 0.1rem;
    margin-bottom: 5px;
    line-height: 2.2;
  }
}

.product_desc {
  display: flex;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .product_desc {
    margin: 0 auto 40px;
    max-width: 90%;
    flex-direction: column-reverse;
  }
}
.product_desc .product_desc_main {
  max-width: 510px;
  width: 100%;
}
.product_desc .product_desc_ttl {
  font-size: 33px;
  color: #9b8ebb;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_ttl {
    font-size: 21px;
    letter-spacing: 0.15rem;
  }
}
.product_desc .product_desc_ttl.--pink {
  color: #de7698;
}
.product_desc .product_desc_hdg {
  font-size: 24px;
  color: #9b8ebb;
  line-height: 1.8;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_hdg {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.product_desc .product_desc_hdg.--pink {
  margin-bottom: 0;
  color: #de7698;
}
.product_desc .product_desc_name {
  font-size: 24px;
  color: #727171;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product_desc .product_desc_price {
  font-size: 25px;
  color: #727171;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_price {
    font-size: 19px;
  }
}
.product_desc .product_desc_price .vol {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_price .vol {
    font-size: 11px;
  }
}
.product_desc .product_desc_price .tax {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_price .tax {
    font-size: 10px;
  }
}
.product_desc .product_desc_txt {
  margin-bottom: 70px;
  font-size: 16px;
  color: #727171;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_txt {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 2.2;
  }
}
.product_desc .product_accordion {
  margin-bottom: 40px;
  border-top: 1px solid #727171;
}
@media screen and (max-width: 768px) {
  .product_desc .product_accordion {
    margin-bottom: 30px;
  }
}
.product_desc .product_accordion .product_accordion_item {
  border-bottom: 1px solid #727171;
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl {
  position: relative;
  padding: 18px 40px 18px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl {
    padding: 14px 30px 14px 0;
  }
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl p {
  font-size: 14px;
  color: #727171;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  .product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl p {
    font-size: 12px;
  }
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::before, .product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #727171;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::before {
  width: 1px;
  height: 18px;
  transform-origin: center;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::before {
    height: 12px;
    right: 15px;
  }
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
  width: 18px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
    width: 12px;
  }
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_txt {
  display: none;
  padding: 20px 0 20px;
}
.product_desc .product_accordion .product_accordion_item .product_accordion_item_txt p {
  font-size: 11px;
  color: #727171;
  line-height: 2;
  letter-spacing: 0.04rem;
}
.product_desc .product_accordion .product_accordion_item.is-open .product_accordion_item_ttl {
  border-bottom: 1px dashed #727171;
}
.product_desc .product_accordion .product_accordion_item.is-open .product_accordion_item_ttl::before {
  transform: translateY(-50%) scaleY(0);
}
.product_desc .product_share {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_share {
    gap: 25px;
  }
}
.product_desc .product_share .product_share_txt {
  font-size: 21px;
  color: #9b8ebb;
}
@media screen and (max-width: 768px) {
  .product_desc .product_share .product_share_txt {
    font-size: 17px;
  }
}
.product_desc .product_share .product_share_icon.--x {
  max-width: 26px;
  max-height: 25px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc .product_share .product_share_icon.--x {
    max-width: 23px;
    max-height: 21px;
  }
}
.product_desc .product_share .product_share_icon.--fb {
  max-width: 17px;
  max-height: 28px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc .product_share .product_share_icon.--fb {
    max-width: 15px;
    max-height: 24px;
  }
}
.product_desc .product_share .product_share_icon.--line {
  max-width: 28px;
  max-height: 27px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc .product_share .product_share_icon.--line {
    max-width: 24px;
    max-height: 24px;
  }
}
.product_desc .product_desc_img {
  max-width: 246px;
  max-height: 540px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .product_desc .product_desc_img {
    max-width: 255px;
    max-height: 245px;
    margin-top: -40px;
    margin-bottom: 20px;
  }
}

.product_desc2 {
  display: flex;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .product_desc2 {
    margin: 0 auto 40px;
    max-width: 90%;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product_desc2 .product_desc_main {
  max-width: 510px;
  width: 100%;
}
.product_desc2 .product_desc_ttl {
  font-size: 33px;
  color: #9b8ebb;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.product_desc2 .product_desc_ttl.--pink {
  color: #de7698;
}
.product_desc2 .product_desc_hdg {
  font-size: 24px;
  color: #9b8ebb;
  line-height: 1.5;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.product_desc2 .product_desc_hdg.--pink {
  color: #de7698;
}
.product_desc2 .product_desc_name {
  font-size: 24px;
  color: #727171;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product_desc2 .product_desc_price {
  font-size: 25px;
  color: #727171;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_price {
    font-size: 19px;
  }
}
.product_desc2 .product_desc_price .vol {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_price .vol {
    font-size: 11px;
  }
}
.product_desc2 .product_desc_price .tax {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_price .tax {
    font-size: 10px;
  }
}
.product_desc2 .product_desc_txt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #727171;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_txt {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 2.2;
  }
}
.product_desc2 .product_accordion {
  margin-bottom: 40px;
  border-top: 1px solid #727171;
}
.product_desc2 .product_accordion .product_accordion_item {
  border-bottom: 1px solid #727171;
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl {
  position: relative;
  padding: 18px 40px 18px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl {
    padding: 14px 30px 14px 0;
  }
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl p {
  font-size: 14px;
  color: #727171;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl p {
    font-size: 12px;
  }
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::before, .product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #727171;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::before {
  width: 1px;
  height: 18px;
  transform-origin: center;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::before {
    height: 12px;
    right: 15px;
  }
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
  width: 18px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_accordion .product_accordion_item .product_accordion_item_ttl::after {
    width: 12px;
  }
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_txt {
  display: none;
  padding: 20px 0 20px;
}
.product_desc2 .product_accordion .product_accordion_item .product_accordion_item_txt p {
  font-size: 11px;
  color: #727171;
  line-height: 2;
  letter-spacing: 0.04rem;
}
.product_desc2 .product_accordion .product_accordion_item.is-open .product_accordion_item_ttl {
  border-bottom: 1px dashed #727171;
}
.product_desc2 .product_accordion .product_accordion_item.is-open .product_accordion_item_ttl::before {
  transform: translateY(-50%) scaleY(0);
}
.product_desc2 .product_share {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_share {
    gap: 25px;
  }
}
.product_desc2 .product_share .product_share_txt {
  font-size: 22px;
  color: #de7698;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_share .product_share_txt {
    font-size: 17px;
  }
}
.product_desc2 .product_share .product_share_icon.--x {
  max-width: 26px;
  max-height: 25px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_share .product_share_icon.--x {
    max-width: 23px;
    max-height: 21px;
  }
}
.product_desc2 .product_share .product_share_icon.--fb {
  max-width: 17px;
  max-height: 28px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_share .product_share_icon.--fb {
    max-width: 15px;
    max-height: 24px;
  }
}
.product_desc2 .product_share .product_share_icon.--line {
  max-width: 28px;
  max-height: 27px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_share .product_share_icon.--line {
    max-width: 24px;
    max-height: 24px;
  }
}
.product_desc2 .product_desc_img {
  max-width: 311px;
  max-height: 302px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .product_desc2 .product_desc_img {
    max-width: 255px;
    max-height: 245px;
    margin-top: -40px;
    margin-bottom: 20px;
    position: relative;
    left: -4vw;
  }
}

.product_storelink {
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product_storelink {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product_storelink.--spmargin {
    margin-bottom: 30px;
  }
}
.product_storelink p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.product_storelink .product_storelink_btn {
  max-width: 218px;
  width: 100%;
  height: 56px;
  background-color: #9b8ebb;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_storelink .product_storelink_btn {
    max-width: 64%;
    height: 50px;
  }
}
.product_storelink .product_storelink_btn.--pink {
  background-color: #de7698;
}
.product_storelink .product_storelink_btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.product_storelink .product_storelink_btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.product_storelink .product_storelink_btn::after {
  content: "";
  position: absolute;
  background-image: url("../img/blank_icon.png");
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 20px;
}
.product_storelink .product_storelink_btn.--comingsoon {
  cursor: default;
}
.product_storelink .product_storelink_btn.--comingsoon::before {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
  z-index: 2;
}
.product_storelink .product_storelink_btn.--comingsoon::after {
  display: none;
}
.product_storelink .product_storelink_btn.--comingsoon a {
  pointer-events: none;
}
.product_storelink .product_storelink_btn.--comingsoon:hover {
  opacity: 1;
}

.product_features .product_features_ttl {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .product_features .product_features_ttl {
    margin-bottom: 20px;
  }
}
.product_features .product_features_ttl p {
  font-size: 21px;
  color: #9b8ebb;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .product_features .product_features_ttl p {
    font-size: 18px;
  }
}
.product_features .product_features_hdg {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_features .product_features_hdg {
    margin-bottom: 30px;
  }
}
.product_features .product_features_hdg p {
  font-size: 29px;
  line-height: 2;
  color: #727171;
}
@media screen and (max-width: 768px) {
  .product_features .product_features_hdg p {
    font-size: 16px;
  }
}

.product_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .product_list {
    max-width: 90%;
    margin: 0 auto 40px;
  }
}
.product_list .product_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 55px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.product_list .product_list_item:first-of-type {
  padding-top: 0;
}
.product_list .product_list_item:last-of-type {
  padding-bottom: 0;
}
.product_list .product_list_item.--revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item.--revers {
    flex-direction: column;
  }
}
.product_list .product_list_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #8980b8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product_list .product_list_item.--pink:not(:last-of-type)::after {
  background-color: #de7698;
}
.product_list .product_list_item_img {
  max-width: 407px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_img {
    margin-bottom: 25px;
  }
}
.product_list .product_list_item_img.--movie {
  max-width: 352px;
  width: 100%;
  height: auto;
}
.product_list .product_list_item_img.--movie video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_img.--movie {
    max-width: 100%;
  }
}
.product_list .product_list_item_img span {
  font-size: 12px;
  color: #727171;
  margin-top: 10px;
  display: block;
  text-align: right;
}
.product_list .product_list_item_txt {
  max-width: 517px;
  width: 100%;
}
.product_list .product_list_item_txt.--movie {
  max-width: 561px;
  width: 100%;
  height: auto;
}
.product_list .product_list_item_txt_no {
  margin-bottom: 10px;
  max-width: 86px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_txt_no {
    max-width: 65px;
    margin-bottom: 5px;
  }
}
.product_list .product_list_item_ttl {
  margin-bottom: 15px;
}
.product_list .product_list_item_ttl p {
  font-size: 22px;
  color: #727171;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_ttl p {
    font-size: 16px;
  }
}
.product_list .product_list_item_desc p {
  font-size: 14px;
  line-height: 2;
  color: #727171;
}
.product_list .product_list_item_desc p span {
  font-size: 11px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_desc p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product_list .product_list_item_desc p {
    font-size: 12px;
  }
}

.bnr_sec {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .bnr_sec {
    max-width: 90%;
    margin: 0 auto 40px;
  }
}
.bnr_sec .bnr_content {
  width: 100%;
  height: 100%;
}

.gift_bnr_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .gift_bnr_sp {
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0 auto 80px;
  }
}

.privacy_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .privacy_inr {
    margin: 0 auto 50px;
    width: 90%;
  }
}

.privacy_ttl {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .privacy_ttl {
    margin: 30px 0 20px;
  }
}
.privacy_ttl h3 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .privacy_ttl h3 {
    font-size: 19px;
  }
}

.privacy_hdg {
  margin-bottom: 30px;
}
.privacy_hdg p {
  font-size: 12px;
  line-height: 2;
  color: #fff;
}

.privacy_content p {
  font-size: 12px;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
}
.privacy_content p a {
  color: #fff;
}
.privacy_content p span {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacy_content p span {
    font-size: 13px;
  }
}

.contact_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .contact_inr {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}

.contact_hdg {
  text-align: center;
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .contact_hdg {
    margin: 40px 0 25px;
  }
}
.contact_hdg h3 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .contact_hdg h3 {
    font-size: 19px;
    letter-spacing: 0.2rem;
  }
}

.contact_description {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact_description {
    text-align: left;
    margin-bottom: 20px;
  }
}
.contact_description p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .contact_description p {
    font-size: 12px;
  }
}
.contact_description p span {
  color: #9b8ebb;
}

#formWrap {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.form_group {
  margin-bottom: 30px;
}
.form_group:last-of-type {
  margin-bottom: 40px;
}

.form_label {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .form_label {
    font-size: 14px;
  }
}

.required {
  color: #9b8ebb;
  vertical-align: text-bottom;
}

.form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form_col {
  width: 100%;
}

.form_input {
  width: 100%;
  padding: 12px 16px;
  border: none;
  font-size: 14px;
  background-color: #fff;
  color: #808181;
  font-family: inherit;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form_input {
    font-size: 16px;
    border: 1px solid #c1c1c1;
  }
}
.form_input::placeholder {
  color: #808181;
}
.form_input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.form_input_full {
  width: 100%;
  grid-column: 1/-1;
}

.form_textarea {
  resize: vertical;
  min-height: 150px;
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  .form_textarea {
    min-height: 100px;
  }
}

.form_note {
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
  line-height: 2;
  opacity: 0.95;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .form_note {
    font-size: 11px;
  }
}

.form_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .form_checkbox {
    margin-top: 40px;
  }
}

.form_checkbox_input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_checkbox_input {
    width: 15px;
    height: 15px;
  }
}
.form_checkbox_input:checked {
  background-color: #8b7fb8;
  border-color: #8b7fb8;
}
.form_checkbox_input:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form_checkbox_input:checked::after {
    left: 4px;
    width: 3px;
    height: 8px;
  }
}

.form_checkbox_label {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .form_checkbox_label {
    font-size: 11px;
  }
}
.form_checkbox_label a {
  color: #fff;
  text-decoration: underline;
}

.form_submit {
  text-align: center;
  margin-top: 40px;
}

.btn_submit {
  width: 410px;
  padding: 16px 25px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
.btn_submit:hover {
  background-color: #fff;
  color: #8b7fb8;
}
.btn_submit:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .form_row {
    gap: 12px;
  }
  .btn_submit {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    padding: 14px 25px;
  }
}
/* common */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Yu Gothic UI", YuGothic, sans-serif;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../img/bg_sp.jpg");
    background-repeat: repeat;
    background-size: 100%;
  }
}

body.product {
  background-image: url("../img/bg_product.jpg");
}
@media screen and (max-width: 768px) {
  body.product {
    background-image: url("../img/bg_product_sp.jpg");
  }
}

body.product2 {
  background-image: url("../img/bg_product2.jpg");
}
@media screen and (max-width: 768px) {
  body.product2 {
    background-image: url("../img/bg_product2_sp.jpg");
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* header */
@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

.header {
  padding: 30px 0;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    max-width: 90%;
    width: 100%;
    padding: 20px 0;
  }
}
.header .header_logo {
  max-width: 195px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    max-width: 135px;
  }
}
.header .header_menu {
  display: flex;
  gap: 35px;
  align-items: center;
  position: relative;
  z-index: 10;
}
.header .header_menu_txt {
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
}
.header .header_menu_hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .header_menu_hamburger {
    width: 33px;
    height: 15px;
  }
}
.header .header_menu_hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  align-self: flex-start;
}
.header .header_menu_hamburger span:nth-child(2) {
  width: 70%;
}
.header .header_menu_hamburger span:nth-child(3) {
  width: 45%;
}
.header .header_menu_hamburger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

html.is-fixed {
  overflow: hidden;
}

body.is-fixed {
  overflow: hidden;
}

.global_menu {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  background: linear-gradient(90deg, #b9c2ed 0%, #f7c7d5 100%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}
.global_menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global_menu_close {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .global_menu_close {
    top: 20px;
    right: 20px;
  }
}
.global_menu_close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transform-origin: center;
}
.global_menu_close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.global_menu_close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.global_menu_close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.global_menu_inner {
  width: 100%;
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.global_menu_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.global_menu_brand_logo {
  max-width: 256px;
  width: 100%;
}
.global_menu_brand_logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.global_menu_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.global_menu_nav {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .global_menu_nav {
    gap: 40px;
  }
}
.global_menu_nav_main {
  font-size: 26px;
  letter-spacing: 0.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .global_menu_nav_main {
    font-size: 22px;
    letter-spacing: 0.2rem;
  }
}
.global_menu_nav_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.global_menu_nav_item {
  margin-left: 30px;
}
.global_menu_nav_item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .global_menu_nav_item {
    margin-left: 15px;
  }
}
.global_menu_nav_sub {
  font-size: 15px;
  letter-spacing: 0.2rem;
  color: #fff;
}
.global_menu_nav_sub.--purple {
  color: #9b8ebb;
}
.global_menu_nav_sub.--pink {
  color: #de7698;
}
.global_menu_nav_desc {
  font-size: 12px;
  letter-spacing: 0.08rem;
}
.global_menu_nav_list {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  margin-left: 30px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .global_menu_nav_list {
    margin-left: 20px;
  }
}
.global_menu_nav_list li {
  font-size: 11px;
  leter-spacing: 0.08rem;
  position: relative;
  padding-left: 18px;
}
.global_menu_nav_list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #fff;
}
.global_menu_nav_list li a {
  color: #fff;
  text-decoration: none;
}
.global_menu_footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.global_menu_social {
  display: flex;
  gap: 20px;
}
.global_menu_social a {
  display: inline-flex;
  width: 27px;
  height: 27px;
}
.global_menu_social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.global_menu_links {
  display: flex;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.global_menu_links a {
  color: #fff;
}

@media (max-width: 768px) {
  .global_menu {
    padding: 60px 30px;
  }
  .global_menu_inner {
    flex-direction: column;
    gap: 40px;
  }
  .global_menu_brand {
    align-items: flex-start;
  }
  .global_menu_brand_logo {
    max-width: 172px;
  }
  .global_menu_brand_txt {
    font-size: 20px;
  }
  .global_menu_footer {
    align-items: flex-start;
    gap: 20px;
  }
  .global_menu_links {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
/* crumb */
.crumb {
  display: flex;
  gap: 15px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .crumb {
    max-width: 90%;
    width: 100%;
  }
}
.crumb :not(:last-of-type)::after {
  content: ">";
  position: absolute;
  padding-left: 5px;
}
.crumb p {
  font-size: 10px;
  color: #727171;
}

/* side_sns */
.side_sns {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .side_sns {
    display: none;
  }
}
.side_sns a {
  display: inline-flex;
  width: 27px;
  height: 27px;
}

/* main */
.mv_container {
  margin: 0 auto 90px;
  max-width: 837px;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_container {
    margin: 0 auto 70px;
  }
}
.mv_container .mv_logo {
  position: absolute;
  bottom: 120px;
  left: -83px;
  max-width: 140px;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_container .mv_logo {
    bottom: -55px;
    left: 25px;
    max-width: 60px;
  }
}

.dots-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .dots-wrapper {
    bottom: 20px;
    right: 10px;
  }
}
.dots-wrapper li {
  width: 45px;
  height: 3px;
  margin: 0 5px;
  background: #dadada;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .dots-wrapper li {
    width: 27px;
    height: 2px;
  }
}
.dots-wrapper li:hover, .dots-wrapper li.slick-active {
  background: #8980b8;
}
.dots-wrapper li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.top_lead {
  color: #fff;
}
.top_lead .top_lead_hd {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_hd {
    margin-bottom: 15px;
  }
}
.top_lead .top_lead_hd h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_hd h3 {
    font-size: 15px;
    line-height: 2;
  }
}
.top_lead .top_lead_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_txt {
    margin-bottom: 30px;
  }
}
.top_lead .top_lead_txt p {
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_txt p {
    font-size: 12px;
  }
}
.top_lead .top_lead_logo {
  margin: 0 auto 100px;
  max-width: 453px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_logo {
    margin: 0 auto 70px;
    max-width: 210px;
  }
}
.top_lead .top_lead_bottom_txt {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.top_lead .top_lead_bottom_txt p {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .top_lead .top_lead_bottom_txt p {
    font-size: 14px;
  }
}

.top_product .top_mofu {
  position: relative;
  width: min(60vw, 500px);
  aspect-ratio: 1/1;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.15));
}
.top_product .top_mofu svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.top_product .top_mofu svg text {
  fill: #fff;
  font-size: 15px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
}
.top_product .top_mofu svg textPath {
  text-anchor: start;
}
.top_product .top_mofu noscript {
  display: none;
}
.top_product .top_mofu_sb {
  z-index: -1;
  position: absolute;
  bottom: -30px;
  right: -150px;
  width: min(25vw, 320px);
  aspect-ratio: 1/1;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
.top_product .top_mofu_sb svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.top_product .top_mofu_sb noscript {
  display: none;
}
.top_product .top_mofu_sb--left {
  left: -150px;
}
@media screen and (max-width: 768px) {
  .top_product {
    padding: 30px 0 60px;
  }
  .top_product .top_mofu {
    width: min(85vw, 320px);
  }
  .top_product .top_mofu_sb {
    bottom: -15px;
    width: min(45vw, 170px);
    right: -49px;
  }
  .top_product .top_mofu_sb--right {
    right: -15px;
  }
  .top_product .top_mofu_sb--left {
    left: -15px;
  }
}

.top_product_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_product_inner {
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 70px;
  }
}
.top_product_inner.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top_product_inner.--reverse {
    flex-direction: column-reverse;
  }
}

.top_product_inner_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top_product_inner_left {
    align-items: center;
  }
}

.top_product_inner_left_name {
  font-size: 25px;
  font-weight: 400;
  color: #9b8ebb;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .top_product_inner_left_name {
    font-size: 21px;
  }
}
.top_product_inner_left_name span {
  font-size: 40px;
  font-weight: 400;
  line-height: 0;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .top_product_inner_left_name span {
    font-size: 34px;
  }
}
.top_product_inner_left_name.--pink {
  color: #de7698;
}
.top_product_inner_left_name.--blue {
  color: #7aa2c0;
}

.top_product_inner_left_jpname {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15rem;
}

.top_product_inner_left_desc {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_product_inner_left_desc {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
  }
}

.top_product_inner_left_link {
  border-bottom: 1px #fff solid;
  padding-bottom: 10px;
  max-width: 152px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_product_inner_left_link a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .top_product_inner_left_link a {
    font-size: 15px;
  }
}

.top_instagram {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .top_instagram {
    padding: 0;
    margin-bottom: 50px;
  }
}

.top_instagram_hdg {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top_instagram_hdg {
    margin-bottom: 20px;
  }
}
.top_instagram_hdg h3 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.23rem;
  color: #9b8ebb;
}
@media screen and (max-width: 768px) {
  .top_instagram_hdg h3 {
    font-size: 30px;
  }
}

.top_instagram_sub {
  text-align: center;
  margin-bottom: 30px;
}
.top_instagram_sub p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .top_instagram_sub p {
    font-size: 13px;
  }
}

.instagram_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .instagram_grid {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, 120px);
  }
}

.instagram_item {
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.instagram_item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(1) {
    grid-column: 1/span 6;
    grid-row: 1/span 2;
  }
}
.instagram_item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(2) {
    grid-column: 7/span 3;
    grid-row: 2;
  }
}
.instagram_item:nth-child(3) {
  grid-column: 2/span 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(3) {
    grid-column: 7/span 3;
    grid-row: 1;
  }
}
.instagram_item:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(4) {
    grid-column: 1/span 3;
    grid-row: 3;
  }
}
.instagram_item:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(5) {
    grid-column: 1/span 3;
    grid-row: 4;
  }
}
.instagram_item:nth-child(6) {
  grid-column: 5/span 5;
  grid-row: 1/span 2;
}
@media screen and (max-width: 768px) {
  .instagram_item:nth-child(6) {
    grid-column: 4/span 6;
    grid-row: 3/span 2;
  }
}
.instagram_item:nth-child(n+7) {
  display: none;
}
.instagram_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.instagram_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.instagram_item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.instagram_item:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.instagram_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* footer */
.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 50px;
  border-top: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 90%;
    padding: 50px 0;
    width: 100%;
  }
}
.footer .footer_logo {
  margin: 0 auto 30px;
  max-width: 256px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer_logo {
    margin: 0 auto 55px;
    max-width: 220px;
  }
}
.footer .footer_link {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer_link {
    margin-bottom: 30px;
    gap: 25px;
  }
}
.footer .footer_link a {
  font-size: 16px;
  color: #9b8ebb;
  letter-spacing: 0.1rem;
}
.footer .footer_link a.--pink {
  color: #de7698;
}
@media screen and (max-width: 768px) {
  .footer .footer_link a {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
.footer .footer_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .footer .footer_sns {
    margin-bottom: 30px;
  }
}
.footer .footer_sns_insta {
  max-width: 27px;
  max-height: 27px;
  width: 100%;
  height: 100%;
}
.footer .footer_sns_insta img {
  width: 100%;
  height: 100%;
}
.footer .footer_sns_x {
  max-width: 26px;
  max-height: 25px;
  width: 100%;
  height: 100%;
}
.footer .footer_sns_x img {
  width: 100%;
  height: 100%;
}
.footer .footer_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_inr {
    flex-direction: column;
    gap: 30px;
  }
}
.footer .footer_inr .footer_link2 {
  display: flex;
  gap: 25px;
}
.footer .footer_inr .footer_link2 a {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer_inr .footer_link2 a {
    font-size: 12px;
  }
}
.footer .footer_inr .footer_copy p {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05rem;
}

.top_anchor {
  position: fixed;
  bottom: 70px;
  right: 70px;
  width: 66px;
  height: 66px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .top_anchor {
    width: 44px;
    height: 44px;
    bottom: 15px;
    right: 15px;
  }
}

.bubble {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateX(-50%);
  max-width: 190px;
  width: 100%;
  height: auto;
  animation: float-bubble 4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .bubble {
    max-width: 100px;
    right: -20%;
  }
}

.bubble02 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateX(-50%);
  max-width: 276px;
  width: 100%;
  height: auto;
  animation: float-bubble 5.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .bubble02 {
    max-width: 117px;
    top: -5%;
    left: 19%;
  }
}

.bubble03 {
  z-index: -1;
  position: absolute;
  bottom: -36%;
  right: 10%;
  transform: translateX(-50%);
  max-width: 234px;
  width: 100%;
  height: auto;
  animation: float-bubble 6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .bubble03 {
    max-width: 130px;
    bottom: -24%;
    left: 5%;
  }
}

.bubble04 {
  z-index: -1;
  position: absolute;
  bottom: -17%;
  left: 46%;
  transform: translateX(-50%);
  max-width: 303px;
  width: 100%;
  height: auto;
  animation: float-bubble 6.2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .bubble04 {
    max-width: 115px;
    bottom: -29%;
    right: -11%;
    left: auto;
  }
}

.bubble05 {
  z-index: -1;
  position: absolute;
  bottom: -25%;
  left: 21%;
  transform: translateX(-50%);
  max-width: 209px;
  width: 100%;
  height: auto;
  animation: float-bubble 6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .bubble05 {
    max-width: 85px;
    bottom: 30%;
    left: 16%;
  }
}

/* bubble animation */
/* bubble - 基本的な上下の浮遊感 */
@keyframes float-bubble {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(-45%) translateY(-30px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}
/* bubble02 - 左右の揺れを強調 */
@keyframes float-bubble-02 {
  0% {
    transform: translateX(-50%) translateY(0px) rotate(0deg);
    opacity: 0.9;
  }
  25% {
    transform: translateX(-35%) translateY(-25px) rotate(-5deg);
  }
  50% {
    transform: translateX(-50%) translateY(-40px) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: translateX(-65%) translateY(-25px) rotate(5deg);
  }
  100% {
    transform: translateX(-50%) translateY(0px) rotate(0deg);
    opacity: 0.9;
  }
}
/* bubble03 - 円運動（右回り） */
@keyframes float-bubble-03 {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
  25% {
    transform: translateX(-30%) translateY(-20px);
  }
  50% {
    transform: translateX(-50%) translateY(-35px);
    opacity: 0.95;
  }
  75% {
    transform: translateX(-70%) translateY(-20px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}
/* bubble04 - 不規則なふわふわ（より自然な動き） */
@keyframes float-bubble-04 {
  0% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.85;
  }
  15% {
    transform: translateX(-55%) translateY(-15px);
  }
  30% {
    transform: translateX(-45%) translateY(-30px);
    opacity: 1;
  }
  45% {
    transform: translateX(-60%) translateY(-20px);
  }
  60% {
    transform: translateX(-40%) translateY(-35px);
    opacity: 0.95;
  }
  75% {
    transform: translateX(-52%) translateY(-15px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
    opacity: 0.85;
  }
}
