@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;
}
@media screen and (max-width: 767px) {
  #wrapper {
    font-size: 15px;
  }
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  margin: 0 auto;
  max-width: 1520px;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

.m_container {
  margin: 0 auto;
  max-width: 1080px;
}

.s_container {
  margin: 0 auto;
  max-width: 920px;
}

.s_container-kv {
  margin: 0 auto;
  max-width: 900px;
}

.s_container02 {
  margin: 0 auto;
  max-width: 700px;
}

.s_container03 {
  margin: 0 auto;
  max-width: 850px;
}

.s_container04 {
  margin: 0 auto;
  max-width: 930px;
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.preload * {
  transition: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*
Theme Name: 
Theme URI: https://
Author: Qubic
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
.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-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  height: 45px;
  flex-shrink: 0;
  color: #FFF;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  border-radius: 3px;
  transition: opacity 0.3s;
}
.c-btn-intuition {
  background: #A190B1;
}
.c-btn-ideal {
  background: #7ba896;
}
.c-btn-watchman {
  background: #4095AF;
}
.c-btn-explorer {
  background: #A68345;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
@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.gray {
  background: #969696;
}

.c-btn.black {
  background: #292929;
  padding-right: 32px;
}

.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-sponsor {
  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 {
    font-size: 12px;
    line-height: 12px;
    /* 95.833% */
  }
}
.c-sponsor span {
  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 {
    width: 36px;
    height: 15px;
  }
}

.c-uppercase-letter {
  text-transform: uppercase;
}

.fadeIn-jiwa {
  opacity: 0.2;
  filter: blur(15px) brightness(2);
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .fadeIn-jiwa {
    flex-shrink: 0;
  }
}

.fadeIn-jiwa.active {
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: scale(1);
  transition: all 1.5s ease-out;
}

.q-fade {
  opacity: 0;
}

.q-fade.active {
  animation: example 0.5s ease 0.5s 1 forwards;
}

.card-fade {
  opacity: 0;
}

.card-fade.active:nth-of-type(1) {
  animation: example 0.5s ease 0.5s 1 forwards;
}

.card-fade.active:nth-of-type(2) {
  animation: example 0.5s ease 0.9s 1 forwards;
}
@media screen and (max-width: 767px) {
  .card-fade.active:nth-of-type(2) {
    animation: example 0.5s ease 0.5s 1 forwards;
  }
}

.card-fade.active:nth-of-type(3) {
  animation: example 0.5s ease 1.4s 1 forwards;
}
@media screen and (max-width: 767px) {
  .card-fade.active:nth-of-type(3) {
    animation: example 0.5s ease 0.5s 1 forwards;
  }
}

.card-fade.active:nth-of-type(4) {
  animation: example 0.5s ease 1.8s 1 forwards;
}
@media screen and (max-width: 767px) {
  .card-fade.active:nth-of-type(4) {
    animation: example 0.5s ease 0.5s 1 forwards;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ トップ-キービジュアル ▼
//
///////////////////////////////////////////////////*/
.p-top-kv {
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-kv .s_container {
    display: contents;
  }
}
.p-top-kv__flex-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-top-kv__flex-container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__flex-container {
    gap: 0;
  }
}
.p-top-kv__flex-container::before {
  content: "";
  position: absolute;
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908b0276571-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 920px;
  width: 100%;
  height: 367px;
  flex-shrink: 0;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-top-kv__flex-container::before {
    background-size: cover;
    width: 710px;
    height: 287px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__flex-container::before {
    display: none;
  }
}
.p-top-kv__txt-img {
  margin-top: -30px;
  width: 350.69px;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-top-kv__txt-img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__txt-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    width: 221.67px;
    height: 193.16px;
  }
}
.p-top-kv__main-img {
  width: 410px;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-top-kv__main-img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kv__main-img {
    width: 490.259px;
    height: 519.693px;
    flex-shrink: 0;
    aspect-ratio: 413/514.17;
  }
  .p-top-kv__main-img img {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-inline: auto;
    width: 100%;
  }
}
.p-top-kv__desc {
  width: 90%;
  margin: 51px auto 0;
  text-align: center;
  color: #292929;
  text-align: center;
  line-height: 25px;
  /* 156.25% */
  max-width: 628px;
}
@media screen and (max-width: 767px) {
  .p-top-kv__desc {
    font-size: 14.6px;
  }
}
.p-top-kv .c-btn-wrap {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-kv .c-btn-wrap {
    margin-top: 50px;
  }
}
.p-top-kv .c-btn {
  position: relative;
  margin-inline: auto;
  padding: 0 25px;
  width: 370px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 400;
  line-height: 25px;
  filter: drop-shadow(0 0 10px rgba(44, 100, 117, 0.45));
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-top-kv .c-btn {
    width: 348.608px;
    height: 50.59px;
  }
}
.p-top-kv .c-btn svg {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-100%, -50%);
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ-MBTI一覧 ▼
//
///////////////////////////////////////////////////*/
.p-mbti-list {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-mbti-list {
    margin: 38px 0 0;
  }
}
.p-mbti-list__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__title-wrap {
    gap: 11px;
  }
}
.p-mbti-list__title-wrap img {
  width: 47px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__title-wrap img {
    width: 37.253px;
  }
}
.p-mbti-list__title {
  color: #897C7C;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  /* 125% */
}
@media screen and (max-width: 767px) {
  .p-mbti-list__title {
    font-size: 18.5px;
  }
}
.p-mbti-list__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__items {
    margin-top: 30px;
    gap: 43px;
  }
}
.p-mbti-list__item-wrap {
  width: 100%;
  position: relative;
}
.p-mbti-list__item-wrap::before {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 80%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-wrap::before {
    height: 95%;
    width: 80%;
  }
}
.p-mbti-list__item-wrap-intuition::before {
  left: -50%;
  background: #E7DFEA;
}
@media screen and (min-width: 768px) {
  .p-mbti-list__item-wrap-intuition .p-mbti-list__item:hover {
    box-shadow: 0 10px 11px #B5A5BB;
  }
}
.p-mbti-list__item-wrap-ideal::before {
  right: -50%;
  background: #D6ECE3;
}
@media screen and (min-width: 768px) {
  .p-mbti-list__item-wrap-ideal .p-mbti-list__item:hover {
    box-shadow: 0 10px 11px #A3C8B9;
  }
}
.p-mbti-list__item-wrap-watchman::before {
  left: -50%;
  background: #D9EAF0;
}
@media screen and (min-width: 768px) {
  .p-mbti-list__item-wrap-watchman .p-mbti-list__item:hover {
    box-shadow: 0 10px 11px #A5C3CC;
  }
}
.p-mbti-list__item-wrap-explorer::before {
  right: -50%;
  background: #F9EED7;
}
@media screen and (min-width: 768px) {
  .p-mbti-list__item-wrap-explorer .p-mbti-list__item:hover {
    box-shadow: 0 10px 11px #D6C8A8;
  }
}
.p-mbti-list__item-in {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in {
    padding-bottom: 23px;
    max-width: 360px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2列 */
    grid-template-rows: repeat(2, 1fr);
    /* 2行 */
    gap: 12.88px;
  }
}
.p-mbti-list__item-in::before {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 50%;
  height: 80%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in::before {
    width: 100%;
    height: 95%;
  }
}
.p-mbti-list__item-in-intuition::before {
  content: "";
  right: 0%;
  background: #E7DFEA;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-intuition::before {
    right: -2.5%;
  }
}
.p-mbti-list__item-in-intuition span {
  right: 0%;
  transform: translate(100%, -35%);
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-intuition span {
    transform: translate(0%, 85%);
    right: -2.5%;
  }
}
.p-mbti-list__item-in-ideal {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-ideal {
    justify-content: center;
  }
}
.p-mbti-list__item-in-ideal::before {
  content: "";
  left: 0%;
  background: #D6ECE3;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-ideal::before {
    left: -2.5%;
  }
}
.p-mbti-list__item-in-ideal span {
  left: 0%;
  transform: translate(-100%, -35%) scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-ideal span {
    transform: translate(0%, 85%) scale(1, 1);
    left: -2.5%;
  }
}
.p-mbti-list__item-in-watchman::before {
  content: "";
  right: 0%;
  background: #D9EAF0;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-watchman::before {
    right: -2.5%;
  }
}
.p-mbti-list__item-in-watchman span {
  right: 0%;
  transform: translate(100%, -35%);
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-watchman span {
    transform: translate(0%, 85%);
    right: -2.5%;
  }
}
.p-mbti-list__item-in-explorer {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-explorer {
    justify-content: center;
  }
}
.p-mbti-list__item-in-explorer::before {
  content: "";
  left: 0%;
  background: #F9EED7;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-explorer::before {
    left: -2.5%;
  }
}
.p-mbti-list__item-in-explorer span {
  left: 0%;
  transform: translate(-100%, -35%) scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in-explorer span {
    transform: translate(0%, 85%) scale(1, 1);
    left: -2.5%;
  }
}
.p-mbti-list__item-in span {
  position: absolute;
  top: 50%;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  /* 208.333% */
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item-in span {
    top: auto;
    bottom: 0%;
    writing-mode: horizontal-tb;
  }
}
.p-mbti-list__item {
  display: inline-block;
  transition: transform 0.3s, filter 0.3s;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__item {
    width: 167.87px;
    height: 204.66px;
  }
  .p-mbti-list__item img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.p-mbti-list__item:hover {
  transform: translateY(-10px);
}
.p-mbti-list__supervision-wrap {
  margin: 90px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-mbti-list__supervision-wrap {
    margin: 80px auto;
    gap: 30px;
  }
}
.p-mbti-list__supervision-item {
  color: #292929;
  text-align: center;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-mbti-list__supervision-item {
    font-size: 12px;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ 診断ページ-kv ▼
//
///////////////////////////////////////////////////*/
.p-mbti-kv__flex-container {
  max-width: 705px;
  margin: 17px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-mbti-kv__flex-container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container {
    margin: -17px auto 0;
    gap: 45px;
    flex-direction: column;
  }
}
.p-mbti-kv__flex-container::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 288px;
  flex-shrink: 0;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-mbti-kv__flex-container::before {
    background-size: cover;
    width: 710px;
    height: 287px;
  }
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container::before {
    height: 482.441px;
  }
}
.p-mbti-kv__flex-container-intuition::before {
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908acfc92f6-l.png);
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container-intuition::before {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908acbc54db-l.png);
  }
}
.p-mbti-kv__flex-container-ideal::before {
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908ac5ea235-l.png);
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container-ideal::before {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908ac52411b-l.png);
  }
}
.p-mbti-kv__flex-container-watchman::before {
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908adab369f-l.png);
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container-watchman::before {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908ad981648-l.png);
  }
}
.p-mbti-kv__flex-container-explorer::before {
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908ac30523c-l.png);
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__flex-container-explorer::before {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908ac078354-l.png);
  }
}
.p-mbti-kv__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__txt {
    margin: 120px 0 0;
    gap: 16px;
  }
}
.p-mbti-kv__txt img {
  width: 19px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__txt img {
    width: 17.476px;
    height: 22.995px;
    flex-shrink: 0;
  }
}
.p-mbti-kv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__title {
    gap: 10px;
  }
}
.p-mbti-kv__title span {
  color: #292929;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__title span {
    font-size: 18.5px;
  }
}
.p-mbti-kv__title .c-uppercase-letter {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__title .c-uppercase-letter {
    font-size: 30px;
  }
}
.p-mbti-kv__main-img {
  width: 361px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__main-img {
    width: 275.483px;
    height: 275.483px;
    flex-shrink: 0;
    aspect-ratio: 275.48/275.48;
  }
}
.p-mbti-kv__desc {
  color: #292929;
  line-height: 25px;
  /* 156.25% */
}
.p-mbti-kv__desc:first-of-type {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__desc:first-of-type {
    margin-top: 8.4px;
  }
}
.p-mbti-kv__desc:last-of-type {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-mbti-kv__desc:last-of-type {
    margin-top: 23px;
  }
}

/*///////////////////////////////////////////////////
//
//       ▼ 診断ページ-ブライダルジュエリー選びの考え方 ▼
//
///////////////////////////////////////////////////*/
.p-mbti-mindset {
  margin: 90px auto 0;
  padding: 90px 0;
}
.p-mbti-mindset::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mbti-mindset {
    margin: 70px auto 0;
    padding: 50px 0;
  }
}
.p-mbti-mindset-intuition {
  color: #4E3668;
}
.p-mbti-mindset-intuition::before {
  background: #F3EEF4;
}
.p-mbti-mindset-ideal {
  color: #328376;
}
.p-mbti-mindset-ideal::before {
  background: #e8f5f0;
}
.p-mbti-mindset-watchman {
  color: #124B85;
}
.p-mbti-mindset-watchman::before {
  background: #D9EAF0;
}
.p-mbti-mindset-explorer {
  color: #A5860A;
}
.p-mbti-mindset-explorer::before {
  background: #F9EED7;
}
.p-mbti-mindset__ring-image--small {
  position: absolute;
  top: 3%;
  left: 67%;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .p-mbti-mindset__ring-image--small {
    width: 87.095px;
    height: 92.901px;
    flex-shrink: 0;
    top: -1%;
    left: 74%;
  }
}
.p-mbti-mindset__ring-image--medium {
  position: absolute;
  width: 172.63px;
  bottom: -14%;
  right: 69%;
}
@media screen and (max-width: 767px) {
  .p-mbti-mindset__ring-image--medium {
    width: 126.803px;
    height: 110.383px;
    flex-shrink: 0;
    bottom: -1%;
    right: 78%;
  }
}
.p-mbti-mindset__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-mbti-mindset__title-wrap img {
  width: 19px;
}
.p-mbti-mindset__title {
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  /* 140.625% */
}
@media screen and (max-width: 767px) {
  .p-mbti-mindset__title {
    font-size: 22px;
    line-height: 27.5px;
  }
}
.p-mbti-mindset__desc {
  margin-top: 30px;
  color: #292929;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-mbti-mindset__desc {
    margin-top: 25px;
  }
}

.p-mbti-jewelry {
  padding: 110px 0 115px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry {
    padding: 55px 0;
  }
}
.p-mbti-jewelry__title {
  line-height: 45px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry__title {
    line-height: 27px;
    font-size: 22px;
  }
}
.p-mbti-jewelry__title-intuition {
  color: #4E3668;
}
.p-mbti-jewelry__title-ideal {
  color: #328376;
}
.p-mbti-jewelry__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-mbti-jewelry__midtitle {
  margin-top: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 19px;
  /* 76% */
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry__midtitle {
    margin-top: 25px;
    font-size: 22px;
    line-height: 16.097px;
    /* 72.917% */
  }
}
.p-mbti-jewelry__img-ring {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry__img-ring {
    width: 248.349px;
    height: 248.349px;
    flex-shrink: 0;
    aspect-ratio: 248.35/248.35;
  }
}
.p-mbti-jewelry__jewelry-name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry__jewelry-name {
    font-size: 18.5px;
    line-height: 25px;
    /* 137.5% */
  }
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry__jewelry-name span {
    font-size: 15px;
    line-height: 25px;
  }
}
.p-mbti-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-mbti-jewelry__desc {
    text-align: start;
  }
}
.p-mbti-jewelry .c-cta-wrap {
  margin-top: 45px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry .c-cta-wrap {
    flex-direction: column;
    margin-top: 27px;
    gap: 11.5px;
  }
}
.p-mbti-jewelry .c-cta-wrap-other {
  margin-top: 120px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mbti-jewelry .c-cta-wrap-other {
    margin-top: 50px;
  }
}
.p-mbti-jewelry .c-cta-wrap-other .c-btn {
  width: 252.028px;
}
.p-mbti-jewelry__ornament {
  display: block;
  margin-inline: auto;
  margin: 60px auto 20px;
  width: 143px;
}
@media screen and (max-width: 767px) {
  .p-mbti-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;
  width: 133px;
  height: 9px;
}
.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;
}

/*///////////////////////////////////////////////////
//
//    ▼ 診断質問ページ ▼
//
///////////////////////////////////////////////////*/
.p-diagnostic-question {
  width: 100%;
}
.p-diagnostic-question__wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__wrap {
    margin-top: 19px;
  }
}
.p-diagnostic-question__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 378px;
  background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908aa6df6a8-l.png);
  background-size: cover;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__box {
    width: 348.608px;
    height: 326.073px;
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/231/2025/08/04/68908aa3b073c-l.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-diagnostic-question__ornament {
  width: 36.66px;
}
.p-diagnostic-question__num {
  color: #292929;
  text-align: center;
  font-size: 32px;
  line-height: 25px;
  /* 78.125% */
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__num {
    font-size: 29.434px;
    line-height: 29.894px;
    /* 101.562% */
  }
}
.p-diagnostic-question__desc {
  padding: 0 70px;
  margin-top: 20px;
  color: #292929;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  /* 145.833% */
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__desc {
    padding: 0 50px;
    font-size: 15px;
    line-height: 25.295px;
    /* 171.875% */
  }
}
.p-diagnostic-question__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  grid-template-rows: repeat(2, auto);
  /* 2行 */
  gap: 20px;
  /* 行と列の間に20pxの隙間 */
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20.7px;
  }
}
.p-diagnostic-question__list li {
  width: 370px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__list li {
    width: 348.608px;
    height: 50.59px;
  }
}
.p-diagnostic-question__list li button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 14px rgba(152, 147, 128, 0.25);
  border-radius: 3px;
  border: 1px solid #292929;
  background: #FFF;
  color: #292929;
  text-align: center;
  line-height: 25px;
  font-family: "Zen Old Mincho";
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  /* 156.25% */
}
@media screen and (min-width: 768px) {
  .p-diagnostic-question__list li button:hover {
    background: #292929;
    box-shadow: none;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__list li button {
    font-size: 15px;
  }
}
.p-diagnostic-question__total {
  margin-top: 96px;
  color: #A9A9A9;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  font-family: "Zen Old Mincho";
  /* 138.889% */
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__total {
    font-size: 15px;
  }
}
.p-diagnostic-question__prev {
  color: #A9A9A9;
  text-align: center;
  line-height: 25px;
  background: none;
  border: none;
  padding: 10px;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  cursor: pointer;
  transition: opacity 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-diagnostic-question__prev.active-button:hover {
    opacity: 0.7;
  }
}
.p-diagnostic-question__start {
  margin-top: 30px;
  border-radius: 3px;
  width: 290px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #767676;
  background: #969696;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  font-family: "Zen Old Mincho";
  cursor: pointer;
  transition: opacity 0.3s;
  /* 156.25% */
}
@media screen and (min-width: 768px) {
  .p-diagnostic-question__start:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question__start {
    margin-top: 36px;
    width: 275.943px;
    height: 50.59px;
    font-size: 15px;
  }
}
.p-diagnostic-question .e-cta__desc {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-diagnostic-question .e-cta__desc {
    margin-top: 80px;
  }
}/*# sourceMappingURL=main.css.map */