@charset "UTF-8";
/*==========================
リセット
==========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area.lp * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area.lp table {
  border-spacing: 0;
  border-collapse: collapse;
}

.main-area.lp * html table {
  border-collapse: collapse;
}

.main-area.lp *:first-child + html table {
  border-collapse: collapse;
}

.main-area.lp caption, th {
  text-align: left;
  font-weight: normal;
}

.main-area.lp table, th, td, img {
  border: 0;
}

.main-area.lp input {
  vertical-align: middle;
  outline: none;
}

.main-area.lp q:before, q:after {
  content: "";
}

.main-area.lp ul {
  list-style: none;
}

.main-area.lp hr,
.main-area.lp legend,
.main-area.lp caption {
  display: none;
}

.main-area.lp img {
  border: 0;
  vertical-align: bottom;
}

.main-area.lp a:focus {
  outline: none;
}

/* aタグ設定
------------------------------------- */
.alpha a:hover {
  opacity: 0.75;
}

.main-area.lp a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body .main-area.lp {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  font-family: var(--hirakaku);
  line-height: 1.6875;
  background-color: #fff;
  color: #070002;
}

.main-area.lp ul {
  list-style: none;
}

.font-en {
  font-family: var(--sec-tittle-font);
}

/*holiday
-------------------------------------*/
#contentsMain {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #contentsMain .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .pc-only {
    display: none !important;
  }
}
#contentsMain button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contentsMain img {
  width: 100%;
  height: auto;
}
#contentsMain .indent {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contentsMain .mv {
    height: 133.3333333333vw;
  }
}
#contentsMain .area-lead {
  margin-top: 45px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .area-lead {
    margin-top: 12.2666666667vw;
    padding: 0 1.3333333333vw;
  }
}
#contentsMain .area-lead p {
  font-family: var(--brandName-font);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contentsMain .area-lead p {
    font-size: 3.3333333333vw;
    line-height: 2.4;
  }
}
#contentsMain .style__silver {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__silver {
    margin-top: 20.6666666667vw;
  }
}
#contentsMain .style__silver .style__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88.3571428571vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__silver .style__items ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    width: auto;
    padding-bottom: 20px;
  }
}
#contentsMain .style__silver .style__items ul li {
  width: 29.2857142857vw;
  height: 25vw;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__silver .style__items ul li {
    width: 66.6666666667vw;
    height: 52.6666666667vw;
  }
}
#contentsMain .style__silver .style__items ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contentsMain .style__silver .style__items ul li a .style-item__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contentsMain .style__silver .style__items ul li a p {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #040000;
  border-bottom: 1px solid #040000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.59375;
}
@media screen and (max-width: 900px) {
  #contentsMain .style__silver .style__items ul li a p {
    font-size: 1.2rem;
  }
}
#contentsMain .style__silver .style__items ul li a p span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__silver .style__items ul li a p span {
    margin-right: 4.6666666667vw;
  }
}
#contentsMain .style__diamond {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__diamond {
    margin-top: 25.3333333333vw;
  }
}
#contentsMain .style__diamond .style__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 94.2857142857vw;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  #contentsMain .style__diamond .style__items ul {
    width: 88.3571428571vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__diamond .style__items ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    width: auto;
    padding-bottom: 20px;
  }
}
#contentsMain .style__diamond .style__items ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 23.2142857143vw;
}
@media screen and (max-width: 1025px) {
  #contentsMain .style__diamond .style__items ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 30.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__diamond .style__items ul li {
    width: 66.6666666667vw;
    height: 50.6666666667vw;
  }
}
#contentsMain .style__diamond .style__items ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contentsMain .style__diamond .style__items ul li a .style-item__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contentsMain .style__diamond .style__items ul li a p {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #040000;
  border-bottom: 1px solid #040000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.59375;
}
@media screen and (max-width: 900px) {
  #contentsMain .style__diamond .style__items ul li a p {
    font-size: 1.2rem;
  }
}
#contentsMain .style__diamond .style__items ul li a p span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__diamond .style__items ul li a p span {
    margin-right: 4.6666666667vw;
  }
}
#contentsMain .style__gold {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__gold {
    margin-top: 25.3333333333vw;
  }
}
#contentsMain .style__gold .style__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88.3571428571vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__gold .style__items ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    width: auto;
    padding-bottom: 20px;
  }
}
#contentsMain .style__gold .style__items ul li {
  width: 29.2857142857vw;
  height: 20vw;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__gold .style__items ul li {
    width: 66.6666666667vw;
    height: 45.3333333333vw;
  }
}
#contentsMain .style__gold .style__items ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contentsMain .style__gold .style__items ul li a .style-item__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contentsMain .style__gold .style__items ul li a p {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #040000;
  border-bottom: 1px solid #040000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.59375;
}
@media screen and (max-width: 900px) {
  #contentsMain .style__gold .style__items ul li a p {
    font-size: 1.2rem;
  }
}
#contentsMain .style__gold .style__items ul li a p span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__gold .style__items ul li a p span {
    margin-right: 4.6666666667vw;
  }
}
#contentsMain .style__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1110px) {
  #contentsMain .style__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents {
    display: block;
  }
}
#contentsMain .style__contents .style-contents__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .style-contents__img {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
#contentsMain .style__contents .contents-style__body {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body {
    width: 100%;
    height: auto;
  }
}
#contentsMain .style__contents .contents-style__body .style-silver__title {
  margin-left: 9.5714285714%;
  width: 76.1428571429%;
  margin-top: 14.9642857143vw;
}
@media screen and (max-width: 1110px) {
  #contentsMain .style__contents .contents-style__body .style-silver__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .style-silver__title {
    margin-left: 4.6666666667vw;
    width: 84%;
  }
}
#contentsMain .style__contents .contents-style__body .style-diamond__title {
  margin-left: 11.4285714286%;
  width: 62.1428571429%;
  margin-top: 17.3214285714vw;
}
@media screen and (max-width: 1110px) {
  #contentsMain .style__contents .contents-style__body .style-diamond__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .style-diamond__title {
    margin-left: 4.6666666667vw;
    width: 68.4%;
  }
}
#contentsMain .style__contents .contents-style__body .style-gold__title {
  margin-left: 9.5714285714%;
  width: 61.5714285714%;
  margin-top: 15.3214285714vw;
}
@media screen and (max-width: 1110px) {
  #contentsMain .style__contents .contents-style__body .style-gold__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .style-gold__title {
    margin-left: 4.6666666667vw;
    width: 67.8666666667%;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info {
  padding: 0 14.2857142857% 0 9.5714285714%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info {
    margin-top: 6.6666666667vw;
    padding: 0 4vw 0 4vw;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info .info-main {
  font-size: 1.3928571429vw;
  line-height: 1.6153846154;
  letter-spacing: 0.04em;
  color: #040000;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info .info-main {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info .info-sub {
  margin-top: 50px;
  font-size: 1.2142857143vw;
  line-height: 1.5294117647;
  letter-spacing: 0.04em;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info .info-sub {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info.diamond {
  padding: 0 11.4285714286% 0 11.4285714286%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info.diamond {
    margin-top: 6.6666666667vw;
    padding: 0 4vw 0 4vw;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info.diamond .info-main {
  font-size: 1.3928571429vw;
  line-height: 1.6153846154;
  letter-spacing: 0.04em;
  color: #040000;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info.diamond .info-main {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
  }
}
#contentsMain .style__contents .contents-style__body .contents-style__info.diamond .info-sub {
  margin-top: 50px;
  font-size: 1.2142857143vw;
  line-height: 1.5294117647;
  letter-spacing: 0.04em;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #contentsMain .style__contents .contents-style__body .contents-style__info.diamond .info-sub {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
#contentsMain .btn {
  display: block;
  margin: 90px auto 0;
  width: 350px;
  border: 0.4px solid #040000;
  border-radius: 50px;
  text-align: center;
  padding: 17px;
  position: relative;
  color: #040000;
  font-size: 1.7rem;
  line-height: 1.8529411765;
  letter-spacing: 0.08em;
}
#contentsMain .btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background: url(../img/arrow.svg) center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .btn {
    margin-top: 18vw;
    width: 80vw;
    padding: 10px;
    font-size: 1.5rem;
  }
}
#contentsMain .btn.bottom {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding-left: 30px;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contentsMain .btn.bottom {
    margin-top: 18vw;
    width: 80vw;
    padding-left: 15px;
    padding-right: 30px;
    font-size: 1.2rem;
  }
}
#contentsMain .other__style {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style {
    margin-top: 24.6666666667vw;
  }
}
#contentsMain .other__style .other-style__title {
  width: 77.1428571429vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__title {
    width: 86.9333333333vw;
  }
}
#contentsMain .other__style .other-style__lead {
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__lead {
    margin-top: 6.4vw;
    padding: 0 1.3333333333vw;
  }
}
#contentsMain .other__style .other-style__lead p {
  font-family: var(--brandName-font);
  font-size: 2.1rem;
  line-height: 1.8095238095;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__lead p {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
}
#contentsMain .other__style .other-style__mix {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__mix {
    margin-top: 20.6666666667vw;
  }
}
#contentsMain .other__style .other-style__stone {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__stone {
    margin-top: 18.6666666667vw;
  }
}
#contentsMain .other__style .other-style__marriage {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__marriage {
    margin-top: 18.6666666667vw;
  }
}
#contentsMain .other__style .other-style__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents {
    display: block;
  }
}
#contentsMain .other__style .other-style__contents .style-contents__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .style-contents__img {
    width: 100%;
    margin-top: 6.6666666667vw;
    padding: 0 4.6666666667vw 0 4.6666666667vw;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body {
    width: 100%;
    height: auto;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .style-mix__title {
  margin-left: 18%;
  width: 66.9285714286%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .style-mix__title {
    margin: 0 auto;
    width: 66.9333333333%;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .style-stone__title {
  margin-left: 15.7857142857%;
  width: 65.2142857143%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .style-stone__title {
    margin: 0 auto;
    width: 66.9333333333%;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .style-marriage__title {
  margin-left: 18%;
  width: 67.2857142857%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .style-marriage__title {
    margin: 0 auto;
    width: 70.5333333333%;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info {
  padding: 0 14.2857142857% 0 18%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info {
    margin-top: 4.6666666667vw;
    padding: 0 4.6666666667vw 0 4.6666666667vw;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-main {
  font-size: 1.3571428571vw;
  line-height: 1.5789473684;
  letter-spacing: 0.04em;
  color: #040000;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-main {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub {
  margin-top: 70px;
  font-size: 1.4rem;
  line-height: 1.59375;
  letter-spacing: 0.1em;
  color: #070002;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub {
    margin-top: 5.0666666667vw;
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub a {
  font-size: 1.4rem;
  line-height: 1.59375;
  letter-spacing: 0.1em;
  color: #070002;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: 1px solid #070002;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub a {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub a span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info .info-sub a span {
    margin-right: 4.6666666667vw;
  }
}
#contentsMain .other__style .other-style__contents .contents-style__body .other-style__info.stone {
  padding: 0 15.6428571429% 0 17.1428571429%;
}
@media screen and (max-width: 767px) {
  #contentsMain .other__style .other-style__contents .contents-style__body .other-style__info.stone {
    padding: 0 4vw 0 4vw;
  }
}