@charset "utf-8";


#pairJewelry * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif !important;
    line-height: 0;
    box-sizing: border-box;
}

#pairJewelry img {
    width: 100%;
    height: auto;
}

#pairJewelry ul {
    list-style: none;
}

#pairJewelry a {
    text-decoration: none;
}

#pairJewelry .section_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

#pairJewelry .comma_none{
    display: none;
}

@media screen and (max-width:1024px) {
    #pairJewelry .section_inner {
        padding: 0 2%;
    }
}

@media screen and (max-width:768px) {
    #pairJewelry .sp_none{
        display: none;
    }

    #pairJewelry .comma_none{
        display: inline-block;
    }
}



/*section001*/
#pairJewelry .section001 {
    margin-bottom: 150px;
}

#pairJewelry .section001 .cnt_mv h1 {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto 60px;
    aspect-ratio: 1325 / 582;
}

#pairJewelry .section001 .section_inner p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 23px;
    color: #333;
    line-height: 1.8;
    font-weight: 100;
}

#pairJewelry .section001 .section_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#pairJewelry .section001 .section_inner ul li {
    width: calc(96% / 3);
    max-width: calc(920px / 3);
}

#pairJewelry .section001 .section_inner ul li:not(:last-of-type) {
    margin-right: 20px;
}

#pairJewelry .section001 .section_inner ul li a{
    position: relative;
    display: block;
    height: 54px;
    align-items: center;
    background: #ab9363;
    transition: .5s all;
    border-radius: 100px;
    border: 1px solid #ab9363;
    box-sizing: border-box;
}

#pairJewelry .section001 .section_inner ul li a::before,
#pairJewelry .section001 .section_inner ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s all;
}

#pairJewelry .section001 .section_inner ul li a::before{
    right: 4px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #ab9363;
    box-sizing: border-box;
    border-radius: 50px;
}

#pairJewelry .section001 .section_inner ul li a::after{
    transform: translateY(-50%) rotate(45deg);
    right: 22px;
    width: 8px;
    height: 8px;
    border: 1px solid #ab9363;
    border-width: 1px 1px 0 0;
}

#pairJewelry .section001 .section_inner ul li a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: .5s all;
}

@media screen and (min-width:1025px) {
    #pairJewelry .section001 .section_inner ul li a:hover{
        background: #fff;
    }

    #pairJewelry .section001 .section_inner ul li a:hover::before{
        box-shadow: inset 0px 0px 3px 0px rgb(113,75,35,.5);
    }

    #pairJewelry .section001 .section_inner ul li a:hover::after{
        transform: translate(2px,calc(-50% - 2px)) rotate(135deg);
    }

    #pairJewelry .section001 .section_inner ul li a:hover span{
        color: #ab9363;
    }

    #pairJewelry .section001 .section_inner ul li a:hover span::before{
        color: #ab9363;
    }
}


@media screen and (max-width:1024px) {
    #pairJewelry .section001 {
        margin-bottom: 15%;
    }

    #pairJewelry .section001 .cnt_mv h1 {
        margin-bottom: 6%;
    }

    #pairJewelry .section001 .section_inner p {
        margin-bottom: 6%;
    }

    #pairJewelry .section001 .section_inner ul {
        max-width: 600px;
        margin: 0 auto;
    }

    #pairJewelry .section001 .section_inner ul li {
        width: calc(96% / 2);
        max-width: none;
    }

    #pairJewelry .section001 .section_inner ul li:not(:last-of-type) {
        margin-right: 0;
    }

    #pairJewelry .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 4%;
    }

    #pairJewelry .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 4%;
    }

    #pairJewelry .section001 .section_inner ul li a::after{
        transform: translate(2px,calc(-50% - 2px)) rotate(135deg);
    }
}

@media screen and (max-width:768px) {
    #pairJewelry .section001 {
        margin-bottom: 14%;
    }

    #pairJewelry .section001 .cnt_mv h1 {
        margin-bottom: 8%;
        aspect-ratio: 1 / 1;
    }

    #pairJewelry .section001 .section_inner p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(16 / 3.75)), 23px);
        text-align: left;
    }

    #pairJewelry .section001 .section_inner ul {
        max-width: min(calc(1vw * calc(240 / 3.75)),300px);
    }

    #pairJewelry .section001 .section_inner ul li {
        width: 100%;
    }

    #pairJewelry .section001 .section_inner ul li:not(:nth-of-type(2n)) {
        margin-right: 0;
    }

    #pairJewelry .section001 .section_inner ul li:not(:nth-of-type(n + 3)) {
        margin-bottom: 0;
    }

    #pairJewelry .section001 .section_inner ul li:not(:last-of-type) {
        margin-bottom: 4%;
    }

    #pairJewelry .section001 .section_inner ul li a{
        height: min(calc(1vw * calc(50 / 3.75)),54px);
    }

    #pairJewelry .section001 .section_inner ul li a::before{
        width: min(calc(1vw * calc(40 / 3.75)),44px);
        height: min(calc(1vw * calc(40 / 3.75)),44px);
    }

    #pairJewelry .section001 .section_inner ul li a::after{
        transform: translate(3px, calc(-50% - 2px)) rotate(135deg);
    }

    #pairJewelry .section001 .section_inner ul li a span{
        margin-left: min(calc(1vw * calc(20 / 3.75)),22px);
        font-size: min(calc(1vw * calc(16 / 3.75)),18px);
    }
    
}



/*section002以降共通*/
#pairJewelry .common_box {
    margin-bottom: 150px;
}

#pairJewelry .common_box .section_inner > div:first-of-type{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

#pairJewelry .common_box .section_inner > div:first-of-type > div{
    width: calc(96% / 2);
    max-width: calc(920px / 2);
}

#pairJewelry .common_box .section_inner > div:first-of-type > div:first-of-type{
    margin-right: 40px;
}

#pairJewelry .common_box h2{
    position: relative;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1.4;
    color: #ab9363;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: left;
}

#pairJewelry .common_box h2 + p{
    margin-bottom: 30px;
    font-size: 25px;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
}

#pairJewelry .common_box h2 + p + p{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 100;
}

#pairJewelry .common_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 40px;
}

#pairJewelry .common_box ul li{
    width: calc(94% / 2);
    max-width: calc(600px / 2);
}

#pairJewelry .common_box ul li:not(:nth-of-type(2n)){
    margin-right: 60px;
}

#pairJewelry .common_box ul li:not(:nth-of-type(n + 3)){
    margin-bottom: 60px;
}

#pairJewelry .common_box ul li a{
    position: relative;
    display: block;
    padding: 4%;
    transition: .4s all;
    border-radius: 5px;
    box-sizing: border-box;
}

#pairJewelry .common_box ul li div:first-of-type{
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

#pairJewelry .common_box ul li div img{
    position: relative;
    transition: .4s all;
    transform-origin: center;
}

#pairJewelry .common_box ul li a:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 5px 2px #ddd;
}

#pairJewelry .common_box ul li p:first-of-type{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 300;
    text-align: center;
}

#pairJewelry .common_box ul li p:last-of-type{
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-weight: 100;
    text-align: center;
}

#pairJewelry .common_btn{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

#pairJewelry .common_btn a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #ab9363;
    text-align: center;
    border: 1px solid #ab9363;
    border-radius: 5px;
}

#pairJewelry .common_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 1px solid #ab9363;
    border-width: 1px 1px 0 0;
    transition: .5s all;
}

#pairJewelry .common_btn a:hover::after{
    transform: translate(3px,-50%) rotate(45deg);
}

#pairJewelry .all_btn{
    margin-top: 60px;
}

#pairJewelry .section005{
    margin-bottom: 150px;
}

#pairJewelry .section005 div.section_inner > div > div{
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    transition: .5s .5s all;
}

#pairJewelry .section005 div.section_inner > div > div img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .5s all;
    opacity: 0;
}

#pairJewelry .section005 div.section_inner > div > p{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 2;
    font-size: 25px;
    color: #ab9363;
    font-weight: 500;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: .5s .5s all;
    overflow: hidden;
}

#pairJewelry .section005 div.section_inner > div > p span{
    position: relative;
    line-height: 2;
    font-size: 25px;
    color: #ab9363;
    transition: .5s all;
}

#pairJewelry .section005 div.section_inner > div > p span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: .5s all;
}

@media screen and (max-width:1024px) {
    #pairJewelry .common_box {
        margin-bottom: 15%;
    }

    #pairJewelry .section005{
        margin-bottom: 15%;
    }


    #pairJewelry .common_box .section_inner > div:first-of-type{
        margin-bottom: 4%;
    }

    #pairJewelry .common_box .section_inner > div:first-of-type > div:first-of-type{
        margin-right: 4%;
    }

    #pairJewelry .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(37 / 7.69)), 50px);
    }

    #pairJewelry .common_box h2 + p{
        margin-bottom: 3%;
        font-size: min(calc(1vw * calc(19 / 7.69)), 25px);
    }

    #pairJewelry .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 7.69)), 15px);
    }

    #pairJewelry .common_box ul{
        margin-bottom: 4%;
    }

    #pairJewelry .common_box ul li:not(:nth-of-type(2n)){
        margin-right: 6%;
    }

    #pairJewelry .common_box ul li:not(:nth-of-type(n + 3)){
        margin-bottom: 6%;
    }

    #pairJewelry .all_btn{
        margin-top: 6%;
    }
}

@media screen and (max-width:768px) {
    #pairJewelry .common_box .section_inner > div:first-of-type{
        display: block;
        margin-bottom: 6%;
    }

    #pairJewelry .common_box .section_inner > div:first-of-type > div{
        width: 100%;
    }

    #pairJewelry .common_box .section_inner > div:first-of-type > div:first-of-type{
        margin-right: 0;
        margin-bottom: 4%;
    }

    #pairJewelry .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(30 / 3.75)), 37px);
        letter-spacing: min(calc(1vw * calc(5 / 3.75)), 10px);
    }

    #pairJewelry .common_box h2 span{
        font-size: min(calc(1vw * calc(14 / 3.75)), 20px);
        letter-spacing: min(calc(1vw * calc(1 / 3.75)), 5px);
    }

    #pairJewelry .common_box h2 + p{
        margin-bottom: 4%;
        font-size: min(calc(1vw * calc(18 / 3.75)), 20px);
    }

    #pairJewelry .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 3.75)), 15px);
    }

    #pairJewelry .common_box ul li{
        width: calc(96% / 2);
        max-width: none;
    }

    #pairJewelry .common_box ul li:not(:nth-of-type(3),:last-of-type){
        margin-right: 0;
    }

    #pairJewelry .common_box ul li:not(:nth-of-type(n + 4)){
        margin-bottom: 0;
    }

    #pairJewelry .common_box ul li:not(:nth-of-type(2n),:last-of-type){
        margin-right: 4%;
    }

    #pairJewelry .common_box ul li:not(:last-of-type){
        margin-bottom: 4%;
    }

    #pairJewelry .common_box ul li div:first-of-type{
        margin-bottom: 3%;
    }

    #pairJewelry .common_box ul li p:first-of-type{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(14 / 3.75)), 16px);
    }

    #pairJewelry .common_box ul li p:last-of-type{
        font-size: min(calc(1vw * calc(12 / 3.75)), 14px);
    }

    #pairJewelry .section005 div.section_inner > div > div{
        height: min(calc(1vw * calc(230 / 3.75)), 300px);
    }

    #pairJewelry .section005 div.section_inner > div > p{
        padding: 5% 0;
        border-radius: 0 0 10px 10px;
        line-height: 1.6;
    }

    #pairJewelry .section005 div.section_inner > div > p span{
        font-size: min(calc(1vw * calc(15 / 3.75)), 25px);
        line-height: 1.6;
    }
}




/*スクロールアニメーション*/
#pairJewelry .common_box h2{
    overflow: hidden;
}

#pairJewelry .common_box h2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 1s all;
}

#pairJewelry .common_box.active h2::after{
    transform: translateX(100%);
}

#pairJewelry .common_box h2 + p{
    position: relative;
    overflow: hidden;
}

#pairJewelry .common_box h2 + p::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 1s .2s all;
}

#pairJewelry .common_box.active h2 + p::after{
    transform: translateX(100%);
}

#pairJewelry .common_box h2 + p + p{
    opacity: 0;
    transition: .5s .6s all;
}

#pairJewelry .common_box.active h2 + p + p{
    opacity: 1;
}

#pairJewelry .common_box .section_inner > div:first-of-type > div:last-of-type{
    opacity: 0;
    transition: .5s .8s all;
}

#pairJewelry .common_box.active .section_inner > div:first-of-type > div:last-of-type{
    opacity: 1;
}

#pairJewelry .common_box .list_animation li{
    position: relative;
    opacity: 0;
}

#pairJewelry .common_box.active .list_animation li{
    animation: fadeIn .8s ease-out .4s 1 alternate forwards;
}

#pairJewelry .section005.active div.section_inner > div > div{
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .1);
}

#pairJewelry .section005.active div.section_inner > div > div img{
    opacity: 1;
}

#pairJewelry .section005.active div.section_inner > div > p{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
}

#pairJewelry .section005.active div.section_inner > div > p span::before{
    transform: translateX(100%);
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}
