@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 2560px) { .collection-head-wrapper{ min-height: 1300px;} }
@media only screen and (max-width: 1920px) { .collection-head-wrapper{ min-height: 1240px;} }
@media only screen and (max-width: 1024px) { .collection-head-wrapper{ min-height: 800px;} }
@media only screen and (max-width: 768px) { .collection-head-wrapper{ min-height: 640px; } }
@media only screen and (max-width: 600px) { .collection-head-wrapper{ min-height: auto; padding: 56px 0 0 0; } }

.collection-head-bg{
    position: absolute;
    z-index: -1;
    background-image: url("../img/common/bg-collection.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 760px;
    }
@media only screen and (max-width: 1024px) { .collection-head-bg{ height: 500px; }}
@media only screen and (max-width: 768px) { .collection-head-bg{ height: 400px; }}
@media only screen and (max-width: 600px) { .collection-head-bg{ height: 360px; }}

.collection-head{ position: relative; height: 760px;}
@media only screen and (max-width: 768px) { .collection-head{ height: 640px;}}
@media only screen and (max-width: 600px) { .collection-head{ height: auto;}}

.collection-head-inner{ overflow: hidden; }
.collection-head-inner-l{ float: left; width:45%;}
@media only screen and (max-width: 600px) { .collection-head-inner-l{ float: none; display: block; width: 100%; }}
    
.collection-head-inner-l img{ border-bottom-right-radius: 60px; width: 100%; }
.collection-head-inner-l p{
    width: 100%;
    /*background-image: url("../img/collection/eng/collection-eng.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
    border-bottom-right-radius: 60px;
}
body.eng .collection-head-inner-l p{ background-image: url("../engagement/img/collection.jpg");  }
body.mar .collection-head-inner-l p{ background-image: url("../marriage/img/collection.jpg"); }
body.set .collection-head-inner-l p{ background-image: url("../set/img/collection.jpg"); }
@media only screen and (max-width: 1440px) { .collection-head-inner-l p{ height: 900px;}}
@media only screen and (max-width: 1024px) { .collection-head-inner-l p{ height: 600px;}}
@media only screen and (max-width: 768px) { .collection-head-inner-l p{ height: 500px; border-bottom-right-radius: 40px; }}
@media only screen and (max-width: 600px) { .collection-head-inner-l p{ width: 90%; height: 440px; }}

.collection-head-inner-r{
    float: right;
    padding: 5% 0 0 5%;
    width:50%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    }
@media only screen and (max-width: 768px) { .collection-head-inner-r{ padding: 8% 0 0 5%; }}
@media only screen and (max-width: 600px) { .collection-head-inner-r{ float: none; display: block; padding: 0 0 0 5%; }}

.collection-head-inner-r div:nth-of-type(1){ font-family: 'Playfair Display', serif; font-size:34px; }
@media only screen and (max-width: 1024px) { .collection-head-inner-r div:nth-of-type(1){ font-size:24px; }}
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(1){ font-size:18px; }}
@media only screen and (max-width: 600px) { .collection-head-inner-r div:nth-of-type(1){ display: none;}}

.collection-head-inner-r div:nth-of-type(1) span{ position: relative; padding: 0 0 0 80px; }
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(1) span{ padding: 0 0 0 40px; }}

.collection-head-inner-r div:nth-of-type(1) span::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #62563D;
}
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(1) span::after { width: 20px; } }

.collection-head-inner-r div:nth-of-type(2){ color: #62563D; padding-left: 9%; padding-top: 15%; position: relative;}
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(2){ color: #62563D; padding-top: 20%;} }
@media only screen and (max-width: 600px) { .collection-head-inner-r div:nth-of-type(2){ padding-top: 10%; padding-left: 12%; } }

.collection-head-inner-r div:nth-of-type(2) p:nth-of-type(1){ margin-bottom: 20px;}
.collection-head-inner-r div:nth-of-type(2) p:nth-of-type(1) img{ width: 50px;}
@media only screen and (max-width: 1024px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(1) img{ width: 30px;} }

.collection-head-inner-r div:nth-of-type(2) p:nth-of-type(2){ font-family: 'Playfair Display', serif; font-size:80px; line-height: 1; margin-bottom: 3%; }
@media only screen and (max-width: 1024px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(2){ font-size:50px;} }
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(2){ font-size:40px;} }
@media only screen and (max-width: 600px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(2){ margin-bottom: 12px; } }

.collection-head-inner-r div:nth-of-type(2) p:nth-of-type(3){ font-family: 'ShipporiMincho-Regular'; font-size: 46px; letter-spacing: 0.1em;}
@media only screen and (max-width: 1024px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(3){ font-size: 30px; }}
@media only screen and (max-width: 768px) { .collection-head-inner-r div:nth-of-type(2) p:nth-of-type(3){ font-size: 20px; }}

@media only screen and (max-width: 2560px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{
    position: absolute;
    z-index: 10;
    right: 15%;
    top: 70%;
    }
.collection-box1{
    width: 45%;
    height: 120%;
    position: absolute;
    z-index: 100;
    top: 35%;
    border-left: solid 1px #C8BB9B;
    border-top: solid 1px #C8BB9B;
    border-bottom: solid 1px #C8BB9B;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    }
}
@media only screen and (max-width: 1920px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{ right: 15%; top: 70%;}
.collection-box1{ height: 120%; top: 27%;}
}
@media only screen and (max-width: 1440px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{ right: 10%; top: 68%;}
.collection-head-inner-r div:nth-of-type(3).collection-ring img{ width: 400px;}
.collection-box1{ height: 120%; top: 23%;}
}
@media only screen and (max-width: 1024px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{ right: 10%; top: 45%;}
.collection-head-inner-r div:nth-of-type(3).collection-ring img{ width: 280px;}
.collection-box1{ height: 82%; top: 17%;}
}
@media only screen and (max-width: 768px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{ right: 8%; top: 44%;}
.collection-head-inner-r div:nth-of-type(3).collection-ring img{ width: 220px;}
.collection-box1{ height: 70%; top: 20%; border-top-left-radius: 40px; border-bottom-left-radius: 40px;}
}
@media only screen and (max-width: 600px) {
.collection-head-inner-r div:nth-of-type(3).collection-ring{ right: 2%; top: 86%;}
.collection-head-inner-r div:nth-of-type(3).collection-ring img{ width: 160px;}
.collection-box1{ height: 56%; top: 50%; width: 94%; right: 0;}
}


.collection-menu{ margin: 0 auto 80px; text-align: center; }
@media only screen and (max-width: 600px) { .collection-menu{ margin: 100px auto 60px; } }

.collection-menu .collection-menu-inner{ overflow: hidden; display: inline-block;}

.collection-menu .collection-menu-inner div:nth-of-type(1){ float: left; }
@media only screen and (max-width: 600px) { .collection-menu .collection-menu-inner div:nth-of-type(1){ float: none; display: block;     margin-bottom: 20px; } }

.collection-menu .collection-menu-inner div:nth-of-type(1) span{
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
}
@media only screen and (max-width: 768px) { .collection-menu .collection-menu-inner div:nth-of-type(1) span{ font-size: 34px; } }
@media only screen and (max-width: 600px) { .collection-menu .collection-menu-inner div:nth-of-type(1) span{ font-size: 24px; } }

.collection-menu .collection-menu-inner div:nth-of-type(1) span::after{
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    content: 'リングラインナップ';
    font-family: 'ShipporiMincho-Regular';
    font-size: 18px;
    white-space: nowrap;
}
@media only screen and (max-width: 600px) {
    .collection-menu .collection-menu-inner div:nth-of-type(1) span::after{ font-size: 10px; bottom: -16px; }
}

.collection-menu .collection-menu-inner div:nth-of-type(2){
    float: right;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
    border-left: solid 1px #c8bb9b;
    }
@media only screen and (max-width: 600px) {
.collection-menu .collection-menu-inner div:nth-of-type(2){
    float: none;
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
    border: none;
    position: relative;
    }
}
@media only screen and (max-width: 600px) {
.collection-menu .collection-menu-inner div:nth-of-type(2):after {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #d7cdb6;
    }
}

.collection-menu .collection-menu-inner div:nth-of-type(2) ul{ text-align: left;}
.collection-menu .collection-menu-inner div:nth-of-type(2) ul li{ margin-bottom: 10px;}
@media only screen and (max-width: 768px) { .collection-menu .collection-menu-inner div:nth-of-type(2) ul li{ margin-bottom: 6px; line-height: 1;}}
@media only screen and (max-width: 600px) { .collection-menu .collection-menu-inner div:nth-of-type(2) ul li{ margin-bottom: 0px; margin-right: 7px; display: inline-block; } }

.collection-menu .collection-menu-inner div:nth-of-type(2) ul li:last-child{ margin-bottom: 0px;}
.collection-menu .collection-menu-inner div:nth-of-type(2) ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #62563d;
    font-family: 'Playfair Display', serif;
    }
@media only screen and (max-width: 768px) { .collection-menu .collection-menu-inner div:nth-of-type(2) ul li a{ font-size: 14px; }}
@media only screen and (max-width: 600px) { .collection-menu .collection-menu-inner div:nth-of-type(2) ul li a{ font-size: 12px; letter-spacing: 0; }}
.collection-menu .collection-menu-inner div:nth-of-type(2) ul li a:hover{ color: #c8bb9b; transition:all 0.5s ease; }

.collection-lineup{ width: 1200px; margin: 0 auto; }
@media only screen and (max-width: 1200px) { .collection-lineup{ width: 80%; } }
@media only screen and (max-width: 600px) { .collection-lineup{ width: 100%; } }
.collection-lineup .collection-lineup-item1{ position: relative; padding: 20% 0 0 0; margin: 0 auto 120px;}
@media only screen and (max-width: 1024px) {
    .collection-lineup .collection-lineup-item1{ margin: 0 auto 60px;}
    }
@media only screen and (max-width: 600px) {
    .collection-lineup .collection-lineup-item1{ padding: 18% 0 0 0;}
    }
.collection-lineup .collection-lineup-item1:nth-child(odd){ text-align: right; }
.collection-lineup .collection-lineup-item1:nth-child(even){ text-align: left; }
@media only screen and (max-width: 600px) {
.collection-lineup .collection-lineup-item1:nth-child(odd){ text-align: left; }
.collection-lineup .collection-lineup-item1:nth-child(even){ text-align: right; }
}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 40%;
    height: 38%;
    border: solid 1px #C8BB9B;
    }
.collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-title{ left: 0; border-top-left-radius: 60px;}
.collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-title{ right: 0; border-top-right-radius: 60px;}
@media only screen and (max-width: 1024px) {
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-title{ height: 34%; }
    }
@media only screen and (max-width: 600px) {
.collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-title{ 
    left: 6%;
    border-top-left-radius: 20px;
    width: 94%;
    border-left: solid 1px #C8BB9B;
    border-top: solid 1px #C8BB9B;
    border-bottom: solid 1px #C8BB9B;
    border-right: none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    z-index: -1;
    }
.collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-title{
    right: 6%;
    border-top-right-radius: 20px;
    width: 94%;
    border-right: solid 1px #C8BB9B;
    border-top: solid 1px #C8BB9B;
    border-bottom: solid 1px #C8BB9B;
    border-left: none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    z-index: -1;
    }
}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Playfair Display', serif;
}
@media only screen and (max-width: 600px) { 
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p{ padding: 0 0 0 20px;}
    .collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-title p{ justify-content: flex-end;     align-items: flex-start;     padding: 0 6% 0 0;}
    .collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-title p{ justify-content: flex-start; align-items: flex-start; padding: 0 0 0 6%;}
}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span{ display: block; position: relative; font-size: 40px; line-height: 1; padding: 0 0 5% 0; font-weight: 400;}
@media only screen and (max-width: 1024px) {.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span{ font-size: 30px;}}
@media only screen and (max-width: 600px) {.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span{ font-size: 24px; top: 10px;}}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span:after{
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 50%;
    font-size: 20px;
    white-space: nowrap;
    transform: translate(-50%, 0);
    letter-spacing: 0.3em;
    z-index: 10;
}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.warm:after{ content: 'ワルム ぬくもり'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.mooi:after{ content: 'モーイ 美しい'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.droom:after{ content: 'ドローム 夢'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.altijd:after{ content: 'アルタイト いつも'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.eindelijk:after{ content: 'エインデルック 薬指'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.liefde:after{ content: 'リーフデ 愛'; }
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span.lead:after{ content: 'リード つながり'; }

@media only screen and (max-width: 768px) {
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span:after{ top: 40px; font-size: 15px; }
}
@media only screen and (max-width: 600px) {
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-title p span:after{ font-size: 13px; }
.collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-title p span:after{ right: 0; left: auto; transform: translate(0, -6px);}
.collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-title p span:after{ left: 0; transform: translate(0, -6px);}
}

.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo{ width: 68%; display: inline-block;}
@media only screen and (max-width: 600px) {
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo{ width: 94%;}
}
.collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-photo img{ border-bottom-right-radius: 60px; }
.collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-photo img{ border-bottom-left-radius: 60px; }
@media only screen and (max-width: 600px) {
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo img{ box-shadow: 3px 3px 10px -6px rgb(0 0 0 / 60%); }
.collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-photo img{ border-bottom-right-radius: 20px; }
.collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-photo img{ border-bottom-left-radius: 20px; }
}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo p:nth-of-type(1){ margin-bottom: 24px; }
@media only screen and (max-width: 1024px) { .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo p:nth-of-type(1){ margin-bottom: 16px; }}

.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl{ text-align: left; font-size: 16px;}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl dt{ font-weight: 600; font-family: 'Open Sans', sans-serif;}
.collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl dt:nth-of-type(2){ margin-top: 16px; padding-top: 16px; border-top: solid 1px #e2dbca;}
@media only screen and (max-width: 1024px) { .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl{ text-align: left; font-size: 14px;}}
@media only screen and (max-width: 600px) { 
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl{ font-size: 11px; letter-spacing: 0.1em;}
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl dt{ font-size: 12px;}
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl dt:nth-of-type(2){ margin-top: 10px; padding-top: 10px;}
    .collection-lineup .collection-lineup-item1 .collection-lineup-item1-photo dl dd span{ display: block; }
    .collection-lineup .collection-lineup-item1:nth-child(odd) .collection-lineup-item1-photo dl{ text-align: left; padding: 0 0 0 6%;}
    .collection-lineup .collection-lineup-item1:nth-child(even) .collection-lineup-item1-photo dl{ text-align: right; padding: 0 6% 0 0;}
}

