@charset "utf-8";

/* ========================================================
	ring.css
======================================================== */

/* ring_main
============================================================================================================ */
.ring_main {
    margin: 0 50px 100px;
    padding: 70px 0 100px;
    background-color: #f2f2f4;
}
.ring_main .ph p {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}
.ring_main .ph p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c5c2b7;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    z-index: -1;
}
.ring_main .lead {
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 2.5;
}
@media screen and (min-width: 769px), print {
    .ring_main .w {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }
    .ring_main .ph {
        width: 460px;
    }
    .ring_main .lead {
        width: 500px;
    }
}
@media screen and (max-width: 768px) {
    .ring_main {
        margin: 3vw 3vw 50px;
        padding: 70px 5vw 50px;
    }
    .ring_main .ph {
        max-width: 460px;
        margin: 0 auto 60px;
    }
    .ring_main .lead {
        margin-top: -10px;
        font-size: 1.4rem;
        text-align: center;
    }
}

/* inner_nav
============================================================================================================ */
.inner_nav {
    margin-bottom: 90px;
}
.inner_nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner_nav ul a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 10px;
    border: 1px solid #c5c2b7;
    border-radius: 100%;
}
.inner_nav ul a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    height: 18px;
    width: 5px;
    border-left: 1px solid #aba8a0;
    border-bottom: 2px solid #aba8a0;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    -o-transform: skewY(-50deg);
    transform: skewY(-50deg);
}
@media screen and (min-width: 769px), print {
    .inner_nav ul a {
        margin: 0 20px;
        width: 160px;
        height: 160px;
    }
    body.init .inner_nav ul a::after {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }
    .inner_nav ul a:hover {
        background-color: rgba(201, 198, 188, 0.2);
    }
    .inner_nav ul a:hover::after {
        -webkit-transform: translateY(5px) skewY(-50deg);
        -ms-transform: translateY(5px) skewY(-50deg);
        -o-transform: translateY(5px) skewY(-50deg);
        transform: translateY(5px) skewY(-50deg);
    }
}
@media screen and (max-width: 768px) {
    .inner_nav {
        margin-bottom: 50px;
    }
    .inner_nav ul li {
        width: 25%;
    }
    .inner_nav ul a {
        width: calc(90vw / 4 - 6px);
        height: calc(90vw / 4 - 6px);
        margin: auto;
        line-height: 1.6;
    }
    .inner_nav ul a::after {
        bottom: 8px;
        height: 12px;
        width: 3px;
    }
}

/* choose_block
============================================================================================================ */
.choose_block {
    margin-bottom: 100px;
}
.choose_block section {
    position: relative;
}
.choose_block .contents > section + section {
    margin-top: 110px;
}
.choose_block .contents > section .box {
    position: relative;
    background-color: #f2f2f4;
    text-align: center;
    z-index: 2;
}
.choose_block .contents > section .box .more {
    margin-top: 40px;
}
.choose_block .contents > section .lead {
    margin-bottom: 10px;
}
.choose_block .contents > section .lead.ff_en {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
}
.choose_block .contents > section h3 {
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    text-align: center;
}
.choose_block .contents .flow {
    margin-top: 60px;
    text-align: center;
}
.choose_block .contents .flow h4,
.choose_block .contents .flow .title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    text-align: center;
    font-weight: bold;
}
.choose_block .contents .flow .graph_box {
    margin-bottom: 60px;
    padding: 40px 0;
    border: 1px solid #c5c2b7;
}
.choose_block .contents .flow .graph_box .graph {
    position: relative;
    display: table;
    margin: 50px auto;
    background: url(../common/images/parts/graph_bg.png) no-repeat 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.choose_block .contents .flow .graph_box .graph .memori {
    position: absolute;
    white-space: nowrap;
}
.choose_block .contents .flow .graph_box .graph .memori.max {
    color: #a88c63;
    font-weight: bold;
}
.choose_block .contents .flow .graph_box .graph .memori.m01 {
    bottom: 100%;
    right: 0;
    left: 0;
    text-align: center;
}
.choose_block .contents .flow .graph_box .graph .memori.m02 {
    left: 104%;
    top: 20%;
}
.choose_block .contents .flow .graph_box .graph .memori.m03 {
    left: 104%;
    bottom: 20%;
}
.choose_block .contents .flow .graph_box .graph .memori.m04 {
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
}
.choose_block .contents .flow .graph_box .graph .memori.m05 {
    right: 104%;
    bottom: 20%;
}
.choose_block .contents .flow .graph_box .graph .memori.m06 {
    right: 104%;
    top: 20%;
}
.choose_block .contents .other {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 220px;
    text-align: left;
}
.choose_block .contents .other li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 35px;
    line-height: 1.7;
}
.choose_block .contents .other li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
}
.choose_block .contents .other li.wax::before {
    background-color: #d3e6d2;
}
.choose_block .contents .other li.forging::before {
    background-color: #d2e6e6;
}
.choose_block .contents .other li.cad::before {
    background-color: #e9ddee;
}
.choose_block .contents .other li.ordermade::before {
    background-color: #ebebd1;
}
@media screen and (min-width: 769px), print {
    .choose_block .contents > section {
        padding-top: 140px;
    }
    .choose_block .contents > section .box {
        width: 500px;
        min-height: 400px;
        padding: 70px 0;
        line-height: 2.2;
    }
    .choose_block .contents > section:nth-child(2n + 1) .box {
        margin-left: auto;
    }
    .choose_block .contents > section:nth-child(2n + 1) .wide_ph p {
        margin-right: auto;
    }
    .choose_block .contents > section:nth-child(2n) .box {
        margin-right: auto;
    }
    .choose_block .contents > section:nth-child(2n) .wide_ph p {
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .choose_block {
        margin-bottom: 80px;
    }
    .choose_block .contents > section + section {
        margin-top: 100px;
    }
    .choose_block .contents > section .box {
        margin-top: -30px;
        padding: 30px 5vw;
        font-size: 1.3rem;
    }
    .choose_block .contents > section h3 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    .choose_block .contents > section .box .more {
        margin-top: 30px;
    }
    .choose_block .contents .flow {
        margin-top: 30px;
    }
    .choose_block .contents .flow h4,
    .choose_block .contents .flow .title {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    .choose_block .contents .flow .graph_box {
        margin-bottom: 40px;
        padding: 20px 0;
    }
    .choose_block .contents .flow .graph_box .graph {
        width: 50%;
        margin: 30px auto;
    }
    .choose_block .contents .flow .graph_box .graph .memori {
        font-size: 1.1rem;
    }
    .choose_block .contents .other {
        bottom: 10px;
        width: 100px;
    }
    .choose_block .contents .other li {
        margin-bottom: 3px;
        padding-left: 22px;
        font-size: 1rem;
    }
    .choose_block .contents .other li::before {
        width: 16px;
        height: 16px;
    }
}

/* feature_section
============================================================================================================ */
.feature_section {
    position: relative;
    margin-top: 140px;
    margin-bottom: 120px;
}
.feature_section h3 {
    margin-bottom: 70px;
    font-size: 2.6rem;
    text-align: center;
}
.feature_section .box {
    position: relative;
    padding: 50px;
    background-color: #b1a992;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2.5;
    z-index: 2;
}
@media screen and (min-width: 769px), print {
    .feature_section .ph > div {
        height: 500px;
        background-position: 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .feature_section .box {
        margin-top: -80px;
    }
}
@media screen and (max-width: 768px) {
    .feature_section {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .feature_section h3 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    .feature_section .box {
        margin-top: -40px;
        padding: 30px 20px;
        font-size: 1.4rem;
        text-align: left;
    }
}

/* price_block
============================================================================================================ */
.price_block {
    margin-bottom: 100px;
}
.price_block .contents {
    padding: 40px;
    border: 1px solid #c5c2b7;
}
.price_block .contents .ph p {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}
.price_block .contents .ph p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c5c2b7;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    z-index: -1;
}
.price_block .contents .title {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
}
.price_block .contents .price {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
}
.price_block .contents .price > * {
    display: block;
}
.price_block .contents .price > * + * {
    text-align: right;
}
.price_block .contents .price .ff_en {
    font-size: 5rem;
}
.price_block .more {
    margin-top: 55px;
}
@media screen and (min-width: 769px), print {
    .price_block .contents {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }
    .price_block .contents .ph {
        width: 460px;
    }
    .price_block .contents .ph p {
        margin-bottom: 20px;
    }
    .price_block .contents .ph + * {
        width: 420px;
    }
}
@media screen and (max-width: 768px) {
    .price_block {
        margin-bottom: 80px;
    }
    .price_block .contents {
        padding: 20px;
    }
    .price_block .contents .ph {
        max-width: 460px;
        margin: 0 auto 50px;
    }
    .price_block .contents .title {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .price_block .contents .price {
        font-size: 1.5rem;
    }
    .price_block .contents .price .ff_en {
        font-size: 4rem;
    }
    .price_block .more {
        margin-top: 40px;
    }
}

/* flow_block
============================================================================================================ */
.flow_block {
    margin-bottom: 100px;
}
.flow_block .contents section {
    position: relative;
}
.flow_block .contents section + section {
    margin-top: 80px;
}
.flow_block .contents .ph p {
    position: relative;
    margin-right: 18px;
    z-index: 2;
}
.flow_block .contents .ph p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c5c2b7;
    -webkit-transform: translate(18px, 18px);
    -ms-transform: translate(18px, 18px);
    -o-transform: translate(18px, 18px);
    transform: translate(18px, 18px);
    z-index: -1;
}
.flow_block .contents .num {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    font-family: "Parisienne", cursive;
    font-size: 5.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}
.flow_block .contents .num::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 1.2em;
    bottom: 0;
    border-left: 1px solid #c5c2b7;
}
.flow_block .contents h3 {
    margin-bottom: 15px;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: normal;
}
@media screen and (min-width: 769px), print {
    .flow_block .contents .num {
        left: 0;
        right: 0;
    }
    .flow_block .contents section {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .flow_block .contents section .ph,
    .flow_block .contents section .ph + div {
        position: relative;
        width: 400px;
        z-index: 3;
    }
    .flow_block .contents .ph p {
        margin-bottom: 18px;
    }
    .flow_block .contents .more {
        margin-top: 40px;
    }
    .flow_block .contents .box_btn {
        margin-left: 5px;
    }
    .flow_block .contents section:nth-child(2n) {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 768px) {
    .flow_block {
        margin-bottom: 80px;
    }
    .flow_block .contents section + section {
        margin-top: 50px;
    }
    .flow_block .contents section {
        padding-left: 80px;
    }
    .flow_block .contents .num {
        left: -10px;
        width: 70px;
        font-size: 4rem;
        white-space: nowrap;
    }
    .flow_block .contents .ph {
        max-width: 400px;
        margin-bottom: 40px;
    }
    .flow_block .contents h3 {
        margin-bottom: 15px;
        font-size: 2rem;
    }
    .flow_block .contents .more {
        margin-top: 20px;
    }
}

/* afterservice_block
============================================================================================================ */
.afterservice_block {
    margin-bottom: 100px;
}
.afterservice_block > * {
    padding: 50px 60px;
    border: 1px solid #c5c2b7;
}
.afterservice_block .contents h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    border: 1px solid #c5c2b7;
    border-radius: 100%;
    text-align: center;
    font-weight: normal;
}
.afterservice_block .contents p + p {
    margin-top: 1.5em;
}
@media screen and (min-width: 769px), print {
    .afterservice_block > * {
        margin: 0 90px;
    }
    .afterservice_block .contents {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .afterservice_block .contents > * {
        width: 320px;
    }
}
@media screen and (max-width: 768px) {
    .afterservice_block {
        margin-bottom: 80px;
    }
    .afterservice_block > * {
        padding: 20px;
    }
    .afterservice_block .contents > * + * {
        margin-top: 40px;
    }
}

/* parallax_item
============================================================================================================ */
.parallax_item {
    z-index: 10;
}
.ring_parallax01 > * {
    left: 0;
    top: -40px;
    width: 360px;
    height: 320px;
}
.ring_parallax01 > * > * {
    background-image: url(../images/parallax_item01.png);
}

.ring_parallax02 > * {
    right: 180px;
    top: 40px;
    width: 180px;
    height: 180px;
}
.ring_parallax02 > * > * {
    background-image: url(../images/parallax_item02.png);
}

.ring_parallax02.bangle_parallax > * > * {
    background-image: url(../images/parallax_item02_bangle1.png);
    background-size: contain;
}

.ring_parallax03 > * {
    right: -40px;
    bottom: -420px;
    width: 500px;
    height: 650px;
}
.ring_parallax03 > * > * {
    background-image: url(../images/parallax_item03.png);
}

.ring_parallax04 > * {
    left: 50%;
    margin-left: 170px;
    top: 450px;
    width: 340px;
    height: 300px;
}
.ring_parallax04 > * > * {
    background-image: url(../images/parallax_item04.png);
}
.ring_parallax04.course > * {
    top: -70px;
    width: 230px;
}

.ring_parallax05 > * {
    left: 0;
    top: 450px;
    width: 410px;
    height: 300px;
}
.ring_parallax05 > * > * {
    background-image: url(../images/parallax_item05.png);
}

.ring_parallax06 > * {
    right: 0;
    top: -50px;
    width: 380px;
    height: 420px;
}
.ring_parallax06 > * > * {
    background-image: url(../images/parallax_item06.png);
}

.ring_parallax07 > * {
    left: 0;
    top: -200px;
    width: 330px;
    height: 440px;
}
.ring_parallax07 > * > * {
    background-image: url(../images/parallax_item07.png);
}

@media screen and (max-width: 768px) {
    .ring_parallax01 > * {
        top: 0px;
        width: 120px;
        height: 150px;
    }
    .ring_parallax01 > * > * {
        background-position: 100%;
        -webkit-background-size: 120%;
        background-size: 120%;
    }
    .ring_parallax02 > * {
        right: 30px;
        top: 10px;
        width: 110px;
        height: 110px;
    }
    .ring_parallax03 > * {
        bottom: -200px;
        width: 180px;
        height: 200px;
    }
    .ring_parallax04 > * {
        right: 20px;
        left: auto;
        margin-left: 0;
        bottom: -40px;
        width: 100px;
        height: 100px;
    }
    .ring_parallax04.course > * {
        top: -20px;
        width: 100px;
        height: 100px;
    }
    .ring_parallax05 > * {
        top: 440px;
        width: 160px;
        height: 130px;
    }
    .ring_parallax05.sp_b > * {
        top: 540px;
    }
    .ring_parallax06 > * {
        right: 0;
        bottom: -80px;
        width: 120px;
        height: 200px;
    }
    .ring_parallax06 > * > * {
        background-position: 0;
        -webkit-background-size: 150%;
        background-size: 150%;
    }

    .ring_parallax07 > * {
        top: -50px;
        width: 100px;
        height: 140px;
    }
}


/* quality btn
============================================================================================================ */
.quality--btn {
    width: 346px;
}

.quality--btn a {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .quality--btn {
        width: 100%;
    }
}