@charset "UTF-8";
/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
#searchForm {
  scroll-margin-top: 100px;
}

a {
  color: #292929;
  display: block;
}

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Zen Old Mincho", serif;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  #wrapper {
    font-size: 15px;
  }
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1520px;
}
@media screen and (max-width: 767px) {
  .l_container {
    width: 92.31%;
  }
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 92.31%;
  }
}

.m_container {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .m_container {
    width: 92.31%;
  }
}

#wrapper .m_container02 {
  margin: 0 auto;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  #wrapper .m_container02 {
    width: 92.31%;
  }
}

#wrapper .s_container {
  margin: 0 auto;
  max-width: 900px;
}

#wrapper .s_container-kv {
  margin: 0 auto;
  max-width: 900px;
}

#wrapper .s_container03 {
  margin: 0 auto;
  max-width: 850px;
}
#wrapper .s_container04 {
  margin: 0 auto;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  #wrapper .is_pc {
    display: none;
  }
}

#wrapper .is_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper .is_sp {
    display: block;
  }
}

#wrapper .point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#wrapper .preload * {
  transition: none;
}

#wrapper a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

main {
  overflow-x: visible !important;
}

.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 45px;
  flex-shrink: 0;
  color: #FFF;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  border-radius: 3px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 50px;
    font-size: 15px;
    border-radius: 1.38px;
  }
}
.c-btn svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  margin-left: 8px;
}

.c-btn.gold {
  background: #7C7255;
}

.c-btn.black {
  background: #292929;
  padding-right: 32px;
}

.c-btn.ocher {
  background: #C0B596;
  color: #292929;
}

.c-btn.fortune-telling {
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .c-btn.fortune-telling {
    margin-top: 24px;
    width: 252.028px;
  }
}

.c-btn.white {
  border: 1px solid #292929;
  background: #FFF;
  margin: 0 auto;
  color: #292929;
}
.c-btn.white svg path {
  stroke: #292929;
}

.c-title {
  color: #95885E;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  line-height: 45px;
  text-align: center;
  /* 109.375% */
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 22px;
    line-height: 27.594px;
  }
}

.c-midtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-midtitle {
    font-size: 18.5px;
  }
}

.c-ornament {
  width: 133px;
}
@media screen and (max-width: 767px) {
  .c-ornament {
    width: 119.575px;
  }
}

.c-link {
  text-decoration: underline;
  text-decoration-color: #BFBFBF;
  display: inline-flex;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    opacity: 0.7;
  }
}

.c-sponsor {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #292929;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}
@media screen and (max-width: 767px) {
  .c-sponsor {
    margin-left: 13px;
    font-size: 12px;
    line-height: 12px;
    /* 95.833% */
  }
}
.c-sponsor span {
  padding-top: 4px;
  width: 46px;
  height: 18px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  background: #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-sponsor span {
    padding-top: 0.5px;
    width: 36px;
    height: 15px;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.photo-blur {
  filter: blur(7px);
}

.photo-blur.active {
  filter: blur(7px);
  animation-name: blur;
  animation-duration: 2.7s;
  animation-fill-mode: forwards;
}

@keyframes blur {
  0% {
    filter: blur(7px);
  }
  100% {
    filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv {
    padding-bottom: 20px;
    overflow: hidden;
  }
}
.p-top-kv__flex-container {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-kv__flex-container {
    flex-direction: column;
    gap: 10px;
  }
}
.p-top-kv__ring-image--small-wrap {
  width: 155px;
  position: absolute;
  top: 5%;
  right: 24%;
}
@media screen and (max-width: 767px) {
  .p-top-kv__ring-image--small-wrap {
    width: 107.158px;
    height: 109.458px;
    flex-shrink: 0;
    aspect-ratio: 107.16/109.46;
    top: 51%;
    right: 69%;
  }
}
.p-top-kv__ring-image--medium-wrap {
  width: 155px;
  position: absolute;
  bottom: 0%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .p-top-kv__ring-image--medium-wrap {
    width: 93.821px;
    height: 92.441px;
    flex-shrink: 0;
    aspect-ratio: 93.82/92.44;
    bottom: 4%;
    right: 1%;
  }
}
.p-top-kv__main-image {
  width: 529px;
}
@media screen and (max-width: 767px) {
  .p-top-kv__main-image {
    width: 100%;
    max-width: 390px;
    margin-top: 10px;
  }
}
.p-top-kv__title-image {
  width: 351px;
}
@media screen and (max-width: 767px) {
  .p-top-kv__title-image {
    width: 349.07px;
  }
}

/* スクロールダウンの位置 */
.scroll {
  margin-top: 34px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  color: #A89A70;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .scroll {
    font-size: 14.717px;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    height: 56px;
    bottom: -67px;
  }
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::after {
    height: 56px;
    bottom: -67px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-top-search {
  padding-top: 163px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-search {
    padding-top: 115px;
  }
}
.p-top-search__txt-img {
  width: 446.135px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-93%, -52%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-search__txt-img {
    width: 310.787px;
    height: 135.898px;
    transform: translate(-60%, -52%);
  }
}
.p-top-search__inner {
  position: relative;
}
.p-top-search__ring-image--small {
  position: absolute;
  top: -16%;
  left: 11%;
  width: 167px;
}
@media screen and (max-width: 767px) {
  .p-top-search__ring-image--small {
    width: 108.538px;
    height: 104.858px;
    flex-shrink: 0;
    aspect-ratio: 108.54/104.86;
    top: -11%;
    left: 0%;
  }
}
.p-top-search__ring-image--medium {
  position: absolute;
  top: 13%;
  right: 17%;
  width: 153px;
}
@media screen and (max-width: 767px) {
  .p-top-search__ring-image--medium {
    width: 91.521px;
    height: 97.5px;
    flex-shrink: 0;
    aspect-ratio: 91.52/97.5;
    top: 16%;
    right: 0%;
  }
}
.p-top-search__desc {
  text-align: center;
}
.p-top-search__ornament {
  display: block;
  margin: 75.29px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-search__ornament {
    margin: 50px auto 0;
  }
}
.p-top-search__form {
  margin: 99px auto 20px;
  padding-top: 54px;
  border: 1px solid #A89A70;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 620px;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-top-search__form {
    margin: 62px auto 20px;
    padding-top: 45px;
    width: 338.608px;
    height: 332.052px;
  }
}
.p-top-search__form::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #F6F2E8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-search__form::before {
    top: 5px;
    left: 5px;
  }
}
.p-top-search__form-title {
  position: absolute;
  top: -2.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #95885E;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  /* 104.167% */
  padding: 0 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-search__form-title {
    font-size: 22.075px;
    text-wrap: nowrap;
  }
}
.p-top-search__form-item + .p-top-search__form-item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-search__form-item + .p-top-search__form-item {
    margin-top: 28px;
  }
}
.p-top-search__birthday {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-search__birthday {
    margin-top: 18px;
    gap: 12px;
  }
}
.p-top-search__select {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-search__select {
    gap: 5px;
  }
}
.p-top-search__select-wrap {
  width: 66px;
  height: 33px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #A89A70;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-search__select-wrap {
    width: 62px;
    height: 29px;
    border: 0.5px solid #A89A70;
    border-radius: 1.38px;
  }
}
.p-top-search__select-wrap::before {
  content: "";
  position: absolute;
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68904cf6d1304-l.png);
  width: 5.015px;
  height: 5.015px;
  z-index: 2;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
.p-top-search__select-wrap::after {
  content: "";
  position: absolute;
  background: #A89A70;
  width: 25px;
  height: 100%;
  top: 0%;
  right: 0%;
  z-index: 1;
}
.p-top-search__select-wrap select {
  width: 100%;
  height: 100%;
  text-align: end;
  padding-right: 30px;
  border: none;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  direction: rtl;
  text-align: right;
  color: #292929;
}
@media screen and (max-width: 767px) {
  .p-top-search__select-wrap select {
    font-size: 15px;
  }
}
.p-top-search__select:first-of-type .p-top-search__select-wrap {
  width: 99px;
}
@media screen and (max-width: 767px) {
  .p-top-search__select:first-of-type .p-top-search__select-wrap {
    width: 91px;
  }
}
.p-top-search__select:first-of-type .p-top-search__select-wrap::before {
  right: 10%;
}
.p-top-search__select span {
  line-height: 1;
}
.p-top-search .c-btn {
  display: flex;
  margin-top: 30px;
  width: 225px;
  flex-shrink: 0;
  background: #292929;
}
@media screen and (max-width: 767px) {
  .p-top-search .c-btn {
    height: 41px;
    margin-top: 37px;
  }
}
.p-top-search .c-btn span {
  color: #FFF;
}
.p-top-search .c-btn svg {
  width: 27px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.p-top-supervision {
  margin-top: 125px;
  padding: 70px 0;
  position: relative;
}
.p-top-supervision::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: #F7F7F7;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-supervision {
    margin-top: 91px;
    padding: 55px 0;
  }
}
.p-top-supervision__txt-img {
  width: 545.165px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-86%, -37%);
}
@media screen and (max-width: 767px) {
  .p-top-supervision__txt-img {
    width: 359.773px;
    height: 95.966px;
    transform: translate(-54%, -42%);
  }
}
.p-top-supervision__item {
  text-align: center;
}
.p-top-supervision__supervisor {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-supervision__supervisor {
    font-size: 16.557px;
  }
}
.p-top-supervision__supervisor::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background: #DEDEDE;
}
@media screen and (max-width: 767px) {
  .p-top-supervision__supervisor::before {
    width: 57.488px;
  }
}
.p-top-supervision__supervisor + .p-top-supervision__desc {
  margin-top: 22px;
}
.p-top-supervision__desc {
  text-align: center;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-supervision__desc + .p-top-supervision__desc {
  margin-top: 20px;
}
.p-top-supervision__ornament {
  width: 143px;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-supervision__ornament {
    margin: 36px auto;
  }
}

.p-type-element {
  padding: 0 0 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-type-element {
    padding: 0 0 92px;
  }
}
.p-type-element__ring-image {
  position: absolute;
  top: 7%;
  left: 85%;
  z-index: -1;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .p-type-element__ring-image {
    width: 107.158px;
    height: 109.458px;
    flex-shrink: 0;
    aspect-ratio: 107.16/109.46;
    top: 31%;
    left: 69%;
  }
}
.p-type-element__box-wrap {
  position: relative;
}
.p-type-element__box-wrap:nth-of-type(even)::before {
  content: "";
  position: absolute;
  background: url("https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68904cca4599c-l.png") no-repeat center center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-136%, -10%);
  z-index: -1;
  width: 351.6px;
  height: 317.61px;
}
@media screen and (max-width: 767px) {
  .p-type-element__box-wrap:nth-of-type(even)::before {
    width: 181.207px;
    height: 160.787px;
    transform: translate(-16%, -14%);
  }
}
@media screen and (min-width: 768px) {
  .p-type-element__box-wrap:nth-of-type(even) .p-type-element__box .p-type-element__content .p-type-element__img-main {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-type-element__box-wrap:nth-of-type(even) .p-type-element__box .p-type-element__content .p-type-element__img-main {
    margin-left: 0;
  }
}
.p-type-element__box-wrap:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  background: url("https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68904cc87ae56-l.png") no-repeat center center;
  background-size: cover;
  top: 0%;
  left: 50%;
  transform: translate(-93%, 0%);
  margin-left: 20px;
  z-index: -1;
  width: 561.02px;
  height: 265.72px;
}
@media screen and (max-width: 767px) {
  .p-type-element__box-wrap:nth-of-type(odd)::before {
    width: 265.997px;
    height: 105.619px;
    transform: translate(-77%, 0%);
  }
}
.p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__img-main {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__img-main {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__img-main {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__img-main {
    order: 1;
  }
}
.p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-type-element__box-wrap:nth-of-type(odd) .p-type-element__box .p-type-element__content .p-type-element__txt {
    order: 2;
  }
}
.p-type-element__box-wrap:nth-of-type(odd) .p-type-element__ring-image {
  top: 50%;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .p-type-element__box-wrap:nth-of-type(odd) .p-type-element__ring-image {
    top: 24%;
    width: 93.821px;
    height: 92.441px;
    flex-shrink: 0;
    aspect-ratio: 93.82/92.44;
    left: 1%;
  }
}
.p-type-element__title {
  font-size: 36px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-type-element__title {
    font-size: 30px;
    line-height: 27px;
  }
}
.p-type-element__title .middle {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-type-element__title .middle {
    font-size: 18.5px;
  }
}
.p-type-element__title .smoll {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-type-element__title .smoll {
    font-size: 15px;
  }
}
.p-type-element__content {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-type-element__content {
    margin-top: 36px;
    flex-direction: column;
  }
}
.p-type-element__content + .p-type-element__desc {
  margin-top: 10px;
}
.p-type-element__img-main {
  margin-top: 58px;
  flex-shrink: 0;
  width: 420px;
  height: 435px;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-type-element__img-main {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-type-element__img-main {
    margin: 0;
    margin-inline: auto;
    width: 292.04px;
    height: 302.16px;
  }
}
.p-type-element__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .p-type-element__txt {
    margin-top: 17px;
    width: 100%;
  }
}
.p-type-element__txt-ornament {
  margin-bottom: 15px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-type-element__txt-ornament {
    width: 40.472px;
  }
}
.p-type-element__midtitle {
  /* 150% */
}
.p-type-element__midtitle span {
  display: inline;
  background: linear-gradient(transparent 68%, #DED6BD 68%, #DED6BD 100%);
}
.p-type-element__midtitle + .p-type-element__desc {
  margin-top: 14px;
}
.p-type-element__desc {
  /* 156.25% */
}
.p-type-element__desc + .p-type-element__midtitle {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-type-element__desc + .p-type-element__midtitle {
    margin-top: 34px;
  }
}
.p-type-element__desc + .p-type-element__desc {
  margin-top: 10px;
}
.p-type-element__ornament {
  display: block;
  margin: 48px auto;
  width: 133px;
}
@media screen and (max-width: 767px) {
  .p-type-element__ornament {
    margin: 30px auto;
  }
}

.p-type-element {
  overflow: hidden;
}

.p-type-compatibility {
  position: relative;
}
.p-type-compatibility::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: #F7F7F7;
  width: 100vw;
  height: 100%;
}
.p-type-compatibility__wrap {
  padding: 110px 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-type-compatibility__wrap {
    padding: 55px 0;
    overflow: hidden;
  }
}
.p-type-compatibility__ring-image--small {
  position: absolute;
  top: -6%;
  left: 70%;
  width: 167px;
}
@media screen and (max-width: 767px) {
  .p-type-compatibility__ring-image--small {
    width: 107.158px;
    height: 109.458px;
    flex-shrink: 0;
    aspect-ratio: 107.16/109.46;
    top: -1%;
    left: 67%;
  }
}
.p-type-compatibility__ring-image--medium {
  position: absolute;
  bottom: 18%;
  right: 83%;
  width: 153px;
}
@media screen and (max-width: 767px) {
  .p-type-compatibility__ring-image--medium {
    width: 93.821px;
    height: 92.441px;
    flex-shrink: 0;
    aspect-ratio: 93.82/92.44;
    bottom: 20%;
    right: 72%;
  }
}
.p-type-compatibility__ornament {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 133px;
}
.p-type-compatibility__ornament-top {
  top: 0%;
  transform: translate(-50%, -50%);
}
.p-type-compatibility__ornament-bottom {
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.p-type-compatibility__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-type-compatibility__title {
  color: #95885E;
  text-align: center;
  /* 140.625% */
}
@media screen and (max-width: 767px) {
  .p-type-compatibility__title {
    font-size: 22px;
    line-height: 27.594px;
    /* 125% */
  }
}
.p-type-compatibility__midtitle {
  margin-top: 30px;
  /* 150% */
}
.p-type-compatibility__midtitle span {
  display: inline;
  background: linear-gradient(transparent 68%, #DED6BD 68%, #DED6BD 100%);
}
.p-type-compatibility__desc {
  margin-top: 15px;
  text-align: center;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-type-compatibility__desc {
    text-align: start;
  }
}

.p-type-jewelry {
  padding: 110px 0 115px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry {
    padding: 55px 0;
  }
}
.p-type-jewelry__title {
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__title {
    line-height: 35px;
  }
}
.p-type-jewelry__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-type-jewelry__midtitle {
  margin-top: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  /* 76% */
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__midtitle {
    margin-top: 25px;
    font-size: 22px;
    line-height: 27px;
    /* 72.917% */
  }
}
.p-type-jewelry__img-ring {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__img-ring {
    width: 248.349px;
    height: 248.349px;
    flex-shrink: 0;
    aspect-ratio: 248.35/248.35;
  }
}
.p-type-jewelry__jewelry-name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__jewelry-name {
    font-size: 18.5px;
    line-height: 25px;
    /* 137.5% */
  }
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__jewelry-name span {
    font-size: 15px;
    line-height: 25px;
  }
}
.p-type-jewelry__desc {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  max-width: 625px;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__desc {
    text-align: start;
  }
}
.p-type-jewelry .c-cta-wrap {
  margin-top: 45px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry .c-cta-wrap {
    flex-direction: column;
    margin-top: 27px;
    gap: 11.5px;
    width: 100%;
  }
}
.p-type-jewelry__ornament {
  display: block;
  margin-inline: auto;
  margin: 60px auto 20px;
  width: 143px;
}
@media screen and (max-width: 767px) {
  .p-type-jewelry__ornament {
    margin: 45px auto 10px;
  }
}

.e-cta {
  position: relative;
  padding: 115px 0 125px;
}
@media screen and (max-width: 767px) {
  .e-cta {
    padding: 55px 0 59px;
  }
}
@media screen and (max-width: 767px) {
  .e-cta .s_container03 {
    display: contents;
  }
}
.e-cta__ornament {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}
.e-cta__title {
  color: #292929;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  /* 109.375% */
}
@media screen and (max-width: 767px) {
  .e-cta__title {
    font-size: 22px;
    line-height: 25.295px;
    /* 114.583% */
  }
}
.e-cta__box {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .e-cta__box {
    flex-direction: column;
  }
}
.e-cta__img {
  background: url(<path-to-image>) lightgray -40.699px -160.907px/117.508% 193.909% no-repeat;
  box-shadow: 10px 10px 1px 0px rgba(101, 140, 150, 0.08);
  width: 427px;
}
@media screen and (max-width: 767px) {
  .e-cta__img {
    width: 100%;
    background: url(<path-to-image>) lightgray -38.225px -151.153px/117.508% 193.909% no-repeat;
    box-shadow: 4.599px 4.599px 0.46px 0px rgba(101, 140, 150, 0.08);
  }
}
.e-cta__txt {
  width: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e-cta__txt {
    width: 100%;
  }
}
.e-cta__txt-desc {
  text-align: center;
}
.e-cta .c-cta-wrap {
  margin-top: 35px;
  margin-inline: auto;
}
.e-cta .c-cta-wrap .c-btn {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .e-cta .c-cta-wrap .c-btn {
    width: 252.028px;
  }
}
.e-cta__desc {
  text-align: center;
  margin-top: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e-cta__desc {
    margin-top: 59px;
    font-size: 12px;
    line-height: 18.396px;
    /* 166.667% */
  }
}
.e-cta__desc + .e-cta__desc {
  margin-top: 32px;
}

.img_scroll {
  will-change: transform;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}/*# sourceMappingURL=main.css.map */