@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@media screen and (min-width: 459px) {
  .sec_concept .link_box .detail .txt_box {
    text-shadow: 2px 1px 3px #333;
  }
}

.petan3 {
  position: absolute;
  top: 0%;
  left: 2%;
}

@media screen and (max-width: 460px) {
  .petan3 {
    width: 30%;
  }
}

.detail .petan3 {
  width: 30%;
}

@media screen and (max-width: 460px) {
  .detail .petan3 {
    width: 40%;
  }
}

.contentWrap .contentWrapIn .content figure p {
  position: absolute;
  top: 7%;
  left: 2%;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-family: "Allura", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 0.7;
  color: #fff;
}

@media screen and (max-width: 460px) {
  .contentWrap .contentWrapIn .content figure p {
    font-size: 0.46rem;
  }
}

.sec_ceremony .mv.renewal {
  position: relative;
}

.sec_ceremony .mv.renewal::before {
  content: none;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 1;
  width: 140px;
  aspect-ratio: 140 / 162;
  background: url("/img/index/icon_renewal.svg") no-repeat center top/contain;
}

@media screen and (max-width: 460px) {
  .sec_ceremony .mv.renewal::before {
    width: 25%;
  }
}

#insta .insta_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  width: 10.6rem;
  margin: 0 auto 1rem auto;
  padding: .6rem;
  border: 10px solid rgba(193, 162, 105, 0.2);
  background-color: rgba(193, 162, 105, 0.1);
}

@media screen and (max-width: 460px) {
  #insta .insta_wrapper {
    width: calc(100% - 0.3rem);
    padding: .2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .1rem;
    margin: 0 auto .5rem auto;
  }
}

#insta .insta_wrapper .insta_img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#insta .insta_wrapper .insta_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#insta .insta_wrapper .insta_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#insta .insta_wrapper .insta_txt .main_ttl {
  margin-bottom: .3rem;
  text-align: center;
  letter-spacing: 0.12em;
  color: #b18b43;
  font-size: 0.36rem;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 460px) {
  #insta .insta_wrapper .insta_txt .main_ttl {
    margin-bottom: .15rem;
    font-size: 0.22rem;
  }
}

#insta .insta_wrapper .insta_txt .midashi {
  font-size: 0.15rem;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.4;
}

@media screen and (max-width: 460px) {
  #insta .insta_wrapper .insta_txt .midashi {
    font-size: 0.11rem;
    line-height: 2;
  }
}

#insta .insta_wrapper .insta_txt a {
  position: relative;
  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;
  gap: 1em;
  position: relative;
  z-index: 1;
  width: 80%;
  padding-block: .7em;
  margin: .3rem auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(#fd1d1d), to(#fcb045));
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  text-decoration: none;
  font-size: 0.15rem;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.18rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

@media screen and (max-width: 460px) {
  #insta .insta_wrapper .insta_txt a {
    width: 100%;
    margin-top: .15rem;
    font-size: 0.12rem;
  }
}

#insta .insta_wrapper .insta_txt a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: auto;
  background-color: #F6F2EA;
}

#insta .insta_wrapper .insta_txt a i {
  width: 1.3em;
  aspect-ratio: 1;
}

#insta .insta_wrapper .insta_txt a p {
  color: #1e1e1e;
}

@media (hover) {
  #insta .insta_wrapper .insta_txt a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #insta .insta_wrapper .insta_txt a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}

/*# sourceMappingURL=index.min.css.map */
