@charset "UTF-8";

/* ------------------------------------------------------------
 RESET
------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, /*footer,header,*/ menu, nav, section, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-weight:normal; line-height:1; vertical-align:bottom; }
body { line-height: 1; }
ul, ol, dl { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; border: 0; color: #000; text-decoration: none; vertical-align: baseline; background: transparent;  outline: none; }
a:hover{ opacity:.8;}
img { vertical-align: bottom; width: 100%;}
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* 明朝 */
/* .fm{ font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif; } */

/* ゴシック */
/* .fg{ font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Arial MT", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif; } */



:root {
    /* text */
    --color-text-primary: #fff;
    --color-text-black: #333;
    --color-text-error: #FF334B;

    /* background */
    --color-bg-primary: #101010;
    --color-bg-white : #fff;
    --color-bg-secondary: #f3f3f3;

    /* border */
    --color-border-black: #000;
    --color-border-gray: #333;

    /* state */



    --main-background-color: #f1f1f1;
    --background-color-dark: #000;
    --background-color-dark-light: #313131;

    --max-width-container: 960px;
    --max-width-wrapper: 420px;

    --max-width-mobile: 768px;

    --border-line-dark: #000;
    --text-color-black: #000;
}

@media screen and (max-width:768px) {
    .pt-md-sp {
        padding-top: 80px!important;
    }
    .pb-md-sp {
        padding-bottom: 80px!important;
    }
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


.contents-body {
    background: var(--color-bg-primary);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
    padding: 60px 0;
    font-family: "Noto Sans JP", sans-serif;
}

.background-main {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/06/20/66740f34ec5ec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.container {
    max-width: var(--max-width-container);
    margin: auto;
    padding-top: 80px;
    color: var(--color-text-primary);
}
@media screen and (max-width:768px) {
    .container:first-child {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .container {
        padding: 43px 16px;
    }
}


/* Hero */
.hero-container {
    max-width: var(--max-width-container);
    margin: auto;
}
@media screen and (max-width: var(--max-width-mobile)) {
    .hero-container {
        padding-bottom: 60px;
    }
}

.contents-description {
    /* max-width: var(--max-width-wrapper); */
    width: 100%;
    margin: auto;
}

.contents-description p {
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: var(--color-text-primary);
}

.contents-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .contents-title {
        font-size: 18px;
        line-height: 1.8;
    }
}

.contents-title .fs-lg {
    font-size: 32px;
}
@media screen and (max-width:768px) {
    .contents-title .fs-lg {
        font-size: 24px;
        line-height: 1.6;
    }
}

.content-inner {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/11/11/67318e3e59621.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    /* padding: 60px 20px; */
    padding: 60px 0px;
    width: 100%;
    margin: auto;
    position: relative;
}
@media screen and (max-width:768px) {
    .content-inner {
        background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/11/11/67318e3c4b4c4.png);
        background-size: 100% 410px;
        padding: 110px 0;
    }
}

.content-inner .title-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
@media screen and (max-width:768px) {
    .content-inner .title-label {
        top: 24px;
    }
}

.content-inner .title-label img {
    width: 200px;
    height: auto;
}

.input-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-area button {
    display: block;
    width: 250px;
    height: 50px;
    font-size: 16px;
    margin: auto;
    font-family: "Zen Old Mincho", serif;
    background: var(--color-bg-white);
    position: relative;
    letter-spacing: 1.6px;
    margin-top: 16px;
}

.input-area button:hover {
    cursor: pointer;
    opacity: .8;
}

.input-area-form {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.input-area-form-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    margin-top: 32px;
}

.input-area-form-wrapper .form-year,
.input-area-form-wrapper .form-month,
.input-area-form-wrapper .form-day {
    display: flex;
    align-items: center;
    gap: 4px;
}

.input-area-form-wrapper .form-year input,
.input-area-form-wrapper .form-month input,
.input-area-form-wrapper .form-day input {
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    border-radius: 8px;
    text-align: center;
    background: var(--color-bg-white);
    border: 1px solid var(--color-border-gray);
}

.input-area-form-wrapper .form-year input{
    width: 83px;
    height: 48px;
}

.input-area-form-wrapper .form-month input,
.input-area-form-wrapper .form-day input{
    width: 55px;
    height: 48px;
}

.supervision-area {
    background:  var(--color-bg-white);
    color: var(--color-text-black);
    text-align: center;
    padding: 32px 80px;
    margin-top: 80px;
}
@media screen and (max-width:768px) {
    .supervision-area {
        padding: 40px 24px;
    }
}

.supervision-area .supervision-text {
    margin-top: 24px;
}
@media screen and (max-width:768px) {
    .supervision-area .supervision-text {
        margin-top: 26px;
    }
}

.supervision-area .supervision-text p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.6px;
}

.supervision-area .supervision-text a {
    text-decoration: underline;
}

.supervision-area .supervision-name {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    letter-spacing: 1.6px;
}
@media screen and (max-width:768px) {
    .supervision-area .supervision-name {
        font-size: 18px;
    }
}


.arrow-right {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/11/11/67318e3701bfb.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 18px;
    height: 8px;
}

/* Title */
.section-title {
    font-family: "Libre Caslon Display", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width:768px) {
    .section-title {
        font-size: 33px;
        margin-bottom: 32px;
    }
}

.section-title_row2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-description p {
    font-size: 20px;
    line-height: 1.7;
}
@media screen and (max-width:768px) {
    .section-description p {
        font-size: 14px;
    }
}

.title-sm {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
@media screen and (max-width:768px) {
    .title-sm {
        font-size: 14px;
    }
}
.title-border {
    display: flex;
    align-items: center;
    width: 50%;
    margin: auto;
}
@media screen and (max-width:768px) {
    .title-border {
        width: 75%;
    }
}
.title-border::before,
.title-border::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: var(--border-line-dark);
}
.title-border::before {
    margin-right: 30px;
}
@media screen and (max-width:768px) {
    .title-border::before {
        margin-right: 30px;
    }
}
.title-border::after {
    margin-left: 30px;
}

.card-list {
    margin-top: 60px;
}
@media screen and (max-width:768px) {
    .card-list {
        margin-top: 32px;
    }
}

.card-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media screen and (max-width:768px) {
    .card-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 16px;
    }
}
.card-subname {
    font-size: 18px;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
}
.card-name {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-top: 8px;
}

/* article */
.article-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.article-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 24px;
}
@media screen and (max-width:768px) {
    .article-box {
        grid-template-columns: 1fr;
    }
}

.article-info {
    display: flex;
    flex-direction: column;
}

.article-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width:768px) {
    .article-top:has(.article-tag) {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.article-bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.article-info .article-tag {
    background: var(--background-color-dark);
    color: #fff;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
}
@media screen and (max-width:768px) {
    .article-info .article-tag {
        font-size: 14px;
        width: 60px;
    }
}

.article-info .article-date {
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
}
@media screen and (max-width:768px) {
    .article-info .article-date {
        font-size: 14px;
    }
}

.article-info .article-name {
    font-size: 20px;
    line-height: 1.4;
}
@media screen and (max-width:768px) {
    .article-info .article-name {
        font-size: 16px;
    }
}

.article-info .article-title {
    font-size: 20px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .article-info .article-title {
        font-size: 14px;
    }
}

.link-list {
    margin-top: 120px;
}
@media screen and (max-width:768px) {
    .link-list {
        margin-top: 80px;
    }
}

.link-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media screen and (max-width:768px) {
    .link-list ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.link-list ul li a {
    height: 60px;
    background: var(--background-color-dark-light);
    color: #fff;
    font-size: 18px;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width:768px) {
    .link-list ul li a {
        font-size: 16px;
    }
}

.card-thumbnail img {
    width: 96%;
    height: auto;
    padding-top: 7px;
    padding-left: 8px;
}

.card-thumbnail-frame {
    position: relative;
}

.card-thumbnail-frame::before {
    content: "";
    position: absolute;
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/06/23/6677c3f06b745.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

.error-messsage_box {
    height: 16px;
}
.error-message {
    color: var(--color-text-error);
    margin-top: 3px;
}
@media screen and (max-width:768px) {
    .error-message {
        font-size: 14px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:768px) {
    .modal {
        top: 40px;
    }
}

.modal-container {
    padding: 0 32px;
}
@media screen and (max-width:768px) {
    .modal-container {
        padding: 0 24px;
    }
}

.modal-content {
    background-color: #fff;
    margin: 6% auto;
    padding-top: 120px;
    padding-bottom: 160px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 60px;
    text-align: center;
    position: relative;
}
@media screen and (max-width:768px) {
    .modal-content {
        width: 93%;
        padding-top: 100px;
        padding-bottom: 100px;
        border-radius: 30px;
    }
}

.close {
    color: #000;
    font-size: 24px;
    font-weight: 100;
    position: absolute;
    top: 40px;
    right: 40px;
}
@media screen and (max-width:768px) {
    .close {
        font-size: 30px;
        right: 30px;
    }
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal.show {
    display: block;
}

body.no-scroll {
    overflow: hidden;
}

/* start */
html {
    height: 100%;
}

#starry_sky {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;

}

.star {
    background-color: white;
    position: relative;
    border-radius: 50%;
    animation-name: twinkle;
    animation-iteration-count: infinite;
}


@keyframes twinkle {
    50% {
        transform: scale(0.2);
    }
}

.type-description {
    background-image: url(https://wedding.mynavi.jp/ring/premium/images/uploads/174/2024/11/11/67318d8d07a79.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.type-description .type-title {
    font-size: 24px;
    letter-spacing: 3px;
}
@media screen and (max-width:768px) {
    .type-description .type-title {
        font: 16px;
    }
}

.type-description img {
    height: auto;
    margin-top: 32px;
}

.modal[data-id="type1"] .type-description > img {
    width: 36px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type1"] .type-description > img {
        width: 45px;
    }
}
.modal[data-id="type2"] .type-description > img {
    width: 83px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type2"] .type-description > img {
        width: 75px;
    }
}
.modal[data-id="type3"] .type-description > img {
    width: 80px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type3"] .type-description > img {
        width: 70px;
    }
}
.modal[data-id="type4"] .type-description > img {
    width: 85px;
}
.modal[data-id="type5"] .type-description > img {
    width: 85px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type5"] .type-description > img {
        width: 78px;
    }
}
.modal[data-id="type6"] .type-description > img {
    width: 90px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type6"] .type-description > img {
        width: 80px;
    }
}
.modal[data-id="type7"] .type-description > img {
    width: 90px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type7"] .type-description > img {
        width: 76px;
    }
}
.modal[data-id="type8"] .type-description > img {
    width: 90px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type8"] .type-description > img {
        width: 80px;
    }
}
.modal[data-id="type9"] .type-description > img {
    width: 90px;
}
@media screen and (max-width:768px) {
    .modal[data-id="type9"] .type-description > img {
        width: 85px;
    }
}


/* .type-description img:nth-child(1) {
    width: 36px;
}

.type-description img:nth-child(2) {
    width: 60px;
} */



.type-description .type-result {
    font-size: 32px;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    margin-top: 60px;
}
@media screen and (max-width:768px) {
    .type-description .type-result {
        font-size: 24px;
        margin-top: 40px;
    }
}

.type-description .text-box {
    width: 75%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 120px;
}
@media screen and (max-width:768px) {
    .type-description .text-box {
        width: 100%;
        padding-top: 40px;
    }
}

.type-description .text-box p {
    text-align: left;
    /* text-align: center; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}


.recommend-ring {
    background: var(--color-bg-secondary);
    padding: 80px 0;
}

.recommend-title img {
    width: 350px;
    height: auto;
}
@media screen and (max-width:768px) {
    .recommend-title img {
        width: 250px;
    }
}

.recommend-ring .recommend-item {
    margin-top: 40px;
}
@media screen and (max-width:768px) {
    .recommend-ring .recommend-item {
        padding: 0 24px;
    }
}

.recommend-name {
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    letter-spacing: 1.3px;
    line-height: 1.6;
}

.recommend-item-description {
    width: 70%;
    margin: 60px auto;
}
@media screen and (max-width:768px) {
    .recommend-item-description {
        width: 100%;
    }
}

.recommend-item-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.recommend-ring .recommend-item img {
    width: 300px;
    height: auto;
}

.other-recommend-item {
    margin-top: 60px;
}
@media screen and (max-width:768px) {
    .other-recommend-item {
        padding: 0 24px;
    }
}

.other-recommend-item .other-recommend-item-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
}

.recommend-item hr {
    width: 527px;
    margin: auto;
    border-color: var(--color-border-black);
}

.other-recommend-item-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 95%;
    margin: 24px auto 0;
}
@media screen and (max-width:768px) {
    .other-recommend-item-list {
        width: 75%;
        flex-direction: column;
    }
}

.other-recommend-item .more-button {
    margin-top: 80px;
}
@media screen and (max-width:768px) {
    .other-recommend-item .more-button {
        margin-top: 60px;
    }
}

.other-recommend-item .more-button a {
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    max-width: 448px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid var(--color-border-black);
    padding: 16px 0;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .other-recommend-item .more-button a {
        font-size: 13px;
        width: 90%;
        letter-spacing: 2px;
    }
}

.other-recommend-item .more-button a .arrow-right {
    right: 40px;
    width: 23px;
    height: 8px;
}
@media screen and (max-width:768px) {
    .other-recommend-item .more-button a .arrow-right {
        right: 13px;
        width: 18px;
        height: 6px;
    }
}

/* mikimoto bridal fair */
@media screen and (max-width:768px) {
    .mikimoto-bridal-fair {
        padding: 0 24px;
    }
}

.fair-title img{
    width: 250px;
    height: auto;
    padding-top: 120px;
}

.fair-thumbnail {
    margin-top: 60px;
}
.fair-thumbnail img {
    width: 486px;
    height: auto;
}
@media screen and (max-width:768px) {
    .fair-thumbnail img {
        width: 100%;
    }
}

.fair-description {
    margin-top: 40px;
    width: 70%;
    margin: 40px auto 60px;
}
@media screen and (max-width:768px) {
    .fair-description {
        width: 100%;
    }
}

.fair-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.mikimoto-bridal-fair .more-button a {
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    max-width: 246px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid var(--color-border-black);
    padding: 16px 0;
    justify-content: center;
}

.mikimoto-bridal-fair .more-button a .arrow-right {
    right: 40px;
    width: 23px;
    height: 10px;
}


/* inview */
.modal-inner {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.is-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}

@-webkit-keyframes imageBlur {
from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
}

to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    }
}
@keyframes imageBlur {
from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
}

to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
}
