.catalog-st-Width {
    padding-bottom: 4rem;
}
@media (max-width: 48em) {
    .catalog-st-Width{
        padding-right: calc(27.5rem / 12);
        padding-left: calc(27.5rem / 12);
        width: 100%;
    }
}
@media (min-width: 48em) {
    .catalog-st-Width{
        margin-right: auto;
        margin-left: auto;
        padding-right: calc(70rem / 16);
        padding-left: calc(70rem / 16);
        max-width: calc(1120rem / 16);
        width: 100%;
    }
}

/* お問い合わせ */
@media (max-width: 48em) {
    .contact-st-Width{
        padding-right: calc(27.5rem / 12);
        padding-left: calc(27.5rem / 12);
        width: 100%;
    }
}
@media (min-width: 48em) {
    .contact-st-Width{
        margin-right: auto;
        margin-left: auto;
        padding-right: calc(70rem / 16);
        padding-left: calc(70rem / 16);
        max-width: calc(1120rem / 16);
        width: 100%;
    }
}
.contact-st-width .con-Container .btn-info {
    position: relative;
}

/* アフターケア */
.aftercare-st-Width {
    padding: 0 70px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(1120rem / 16);
}
.aftercare-bg {
    background: linear-gradient(90deg, transparent 0%, transparent 65%, #E1E1DA 35%, #E1E1DA 100%);
}
.aftercare-st-Width .page-Text {
    font-size: 1rem;
    line-height: 2;
}
.aftercare-st-Width img {
    margin-top: 2rem;
}
.aftercare-sec h2 {
    font-family: Noto Serif JP;
    font-weight: 200;
    font-size: calc(21em / 16);
    letter-spacing: 0.6em;
    padding-bottom: calc(28.2em / 21);
    width: calc(980em / 21);
}
.aftercare-sec .Icon img {
    width: 40px;
    margin: auto 0.8rem;
}
.aftercare-sec-subtitle {
    display: flex;
    padding-bottom: 0.5rem;
}
.aftercare-sec-subtitle h2 {
    padding: 0;
    margin: auto 0;
}
.page-subText p {
    font-size: 12px;
    line-height: 200%;
}
.page-subText {
    margin-top: 30px;
}
.aftercare-box {
    width: 100%;
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}
.aftercare-box .box-text {
    width: 65%;
    margin: auto 0;
}
.aftercare-box img {
    margin: 0;
    width: 33%;
}

.box-text-title {
    display: flex;
}
.box-text-title h2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: auto 0;
}
.aftercare-box .box-text p {
   margin-top: 2rem;
   font-size: 14px;
   line-height: 200%;
}
.aftercare-box2 {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 20px 40px;
    margin: 30px 0;
}
.aftercare-box2 img {
    margin: 0;
}
.aftercare-box2 .page-subText {
    margin: auto 0;
}
.aftercare-sec-last .page-Text {
    text-align: center;
}
.text-last {
    color: #C1865C;
}
.title-under-line {
    width: 100px;
    border-top: 1px solid #000;
    margin: 0;
}
@media (min-width: 48em) {
    .aftercare-sec {
        margin: 8rem auto;
    }
}

@media (max-width: 48em) {
    .aftercare-st-Width{
        padding-right: calc(27.5rem / 12);
        padding-left: calc(27.5rem / 12);
        width: 100%;
    }
    .aftercare-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 30px 0;
    }
    .aftercare-box .box-text {
        width: 100%;
        order: 2;
    }
    .aftercare-box img {
        margin: 0 0 30px 0;
        width: 100%;
        order: 1;
    }
    .box-text-title h2 {
        font-size: calc(17rem / 16);
    }
    .aftercare-box .box-text p {
        font-size: 12px;
    }
    .aftercare-bg {
        background: linear-gradient(90deg, transparent 0%, transparent 30%, #E1E1DA 30%, #E1E1DA 100%);
    }
    .aftercare-box2 {
        display: flex;
        flex-direction: column;
    }
    .aftercare-st-Width .page-Text {
        letter-spacing: 0;
        line-height: 2;
        text-align: left;
    }
    .aftercare-sec br {
        display: none;
    }
    .aftercare-sec-last br {
        display: none;
    }
    .aftercare-sec .Icon img {
        width: 25px;
    }
    .aftercare-sec-subtitle h2 {
        letter-spacing: 0.2em;
        font-weight: 400;
    }

}

/* 指輪制作の流れ */
.flow-st-Width {
    padding: 0 70px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(1120rem / 16);
    display: flex;
}
.flow-st-Width .page-Text {
    font-size: 1rem;
    line-height: 2;
}
.flow-step-sec hr {
    width: 95%;
    margin: 3rem 0 3rem auto;
}
.flow-step-line {
    margin: 0;
    line-height: 1.8;
    position: relative;
}
.flow-step-line::before {
    content: "";
    width: 1px;
    height: 91%;
    background: #000;
    position: absolute;
    top: 40px;
    left: 6px;
}
.flow-step-line__title {
    position: relative;
    font-size: max(18px, min(3vw, 20px));
    font-weight: 700;
    padding-left: 25px;
    display: flex;
}
.flow-step-line__title::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 999px;
    position: absolute;
    top: .8em;
    left: 2px;
    margin-top: 20px;
}
.flow-step-line__detail {
    display: flex;
    margin-left: 3rem;
    justify-content: space-between;
}
.flow-step-line:last-child {
    margin-bottom: 90px;
}
.flow-step-line__title h2 {
    font-family: "Antro Vectra", serif;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 30px;
    margin-right: 3rem;
}
.flow-step-line__title h2 span {
    font-family: "Antro Vectra", serif;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 50px;
}
.flow-step-line__title h1 {
    font-family: serif;
    letter-spacing: 0.6rem;
    font-weight: 200;
    font-size: 1.3rem;
    margin: auto 0;
}
.flow-step-line__text {
    margin: auto 0;
}
.flow-step-line__text p {
    font-size: 14px;
    color: #000;
}
.flow-step-line__text a img {
    width: 15%;
    margin-top: -2rem;
}
.flow-step-line__text a {
    display: flex;
    flex-direction: column;
    text-align: right;
    text-decoration: none;
}
.flow-step-line__detail img {
    width: 34%;
    margin-left: 2rem;
    margin-right: 0;
}
.flow-tab-content__item {
    display: none;
}
.flow-tab-content__item.is-active {
    display: block;
}
.flow-page-box .tab-nav__item {
    font-size: 21px;
    font-family: serif;
    letter-spacing: 0.6em;
    border-radius: 5px;
    line-height: 300%;
    display: inline-block;
    color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
}
.flow-page-box .tab-nav .is-active {
    border: 1px solid #000;
    color: #000;
}
.flow-page-box .tab-nav {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 25px;
    margin: 1.2rem 0 3rem 243px;
}
@media (max-width: 48em) {
    .flow-st-Width{
        padding-right: calc(27.5rem / 12);
        padding-left: calc(27.5rem / 12);
        width: 100%;
    }
    .flow-step-line__detail {
        flex-direction: column-reverse;
        margin: 0 2.4rem;
    }
    .flow-step-sec {
        width: 100%;
    }
    .flow-step-line__title h2 {
        font-size: 15px;
        margin-right: 30px;
    }
    .flow-step-line__title h2 span {
        font-size: 20px;
    }
    .flow-step-line__title {
        margin-bottom: 2rem;
    }
    .flow-step-line__title h1 {
        font-size: 16px;
        margin: auto 0;
        letter-spacing: 0.2rem;
    }
    .flow-step-line__detail img {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .flow-step-line__title::before {
        margin-top: 10px;
    }
    .flow-step-line::before {
        top: 1rem;
        height: 91.6%;
    }
    .flow-step-line__text a img {
        width: 30%;
        margin-top: -1rem;
    }
    .flow-step-sec hr {
        width: 80%;
        margin: 3rem 0 3rem 2.4rem;
    }
    .flow-page-box .tab-nav {
        grid-template-columns: 1fr;
        gap: 5px;
        margin: 0 0 35px 100px;
    }
    .flow-page-box .tab-nav__item {
        font-size: 14px;
    }
    .flow-step-line__title::before {
        top: 0;
    }
}


/* 金属加工コース */
.flow-step-subtitle h1 {
    display: flex;
    font-family: serif;
    font-size: 14px;
    margin: auto 0;
}
.flow-metal-box .flow-step-line__title br {
    display: none;
}
.flow-step-subtitle {
    display: flex;
    margin-bottom: 2rem;
}
.step4-1::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-01.svg) no-repeat center / contain;
}
.step4-2::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-02.svg) no-repeat center / contain;
}
.step4-3::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-03.svg) no-repeat center / contain;
}
.step4-4::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-04.svg) no-repeat center / contain;
}
.step4-5::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-05.svg) no-repeat center / contain;
}
.step4-6::before {
	content: "";
	display: block;
	min-width: 42px;
	height: 41px;
	background: url(../img/common/icon-06.svg) no-repeat center / contain;
}
.flow-metal-box .flow-step-line__text {
    margin-left: 5.5rem;
}
.flow-metal-box .flow-step-line::after {
    content: "";
	display: block;
	min-width: 24px;
	height: 24px;
	background: url(../img/common/icon-step-flow.svg) no-repeat center / contain;
}
.flow-metal-box .flow-step-line:last-of-type::after {
    display: none;
}
.flow-metal-box p {
    font-size: 12px;
}
.marriage-ring__links {
    display: flex;
    margin: 110px 0 25px 8.5rem;
}
.marriage-ring__links a {
    position: relative;
    text-decoration: none;
    margin-right: 4rem;
    display: flex;
    align-items: center;
}
.marriage-ring__links p {
    display: flex;
    margin: 0 2rem;
}
.marriage-ring__links a::before {
    content: "";
    width: 5px;
    height: 46px;
    position: absolute;
    background-color: #C6946F;
}
.marriage-ring__links a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/common/icon-links.svg) no-repeat center / contain;
    position: absolute;
    right: 0;
}
/* ワックス制作コース */
.flow-wax-box .flow-step-line__text {
    margin-left: 5.5rem;
}
.flow-wax-box .flow-step-line__title br {
    display: none;
}
.flow-wax-box .flow-step-line::after {
    content: "";
	display: block;
	min-width: 24px;
	height: 24px;
	background: url(../img/common/icon-step-flow.svg) no-repeat center / contain;
}
.flow-wax-box .flow-step-line:last-of-type::after {
    display: none;
}
.flow-wax-box p {
    font-size: 12px;
}
@media(max-width: 48em) {
    .flow-metal-box .flow-step-line__text {
        margin-left: 0;
     }
     .flow-wax-box .flow-step-line__text {
         margin-left: 0;
      }
    .flow-metal-box .flow-step-line__detail {
        flex-direction: column;
    }
    .flow-wax-box .flow-step-line__detail {
        flex-direction: column;
    }
    .step4-1::before {
        min-width: 33px;
        height: 32px;
    }
    .step4-2::before {
        min-width: 33px;
        height: 32px;
    }
    .step4-3::before {
        min-width: 33px;
        height: 32px;
    }
    .step4-4::before {
        min-width: 33px;
        height: 32px;
    }
    .step4-5::before {
        min-width: 33px;
        height: 32px;
    }
    .step4-6::before {
        min-width: 33px;
        height: 32px;
    }
    .flow-wax-box .flow-step-line__title br {
        display: block;
    }
    .flow-metal-box .flow-step-line__title br {
        display: block;
    }
    .flow-step-subtitle {
        margin: 0 0 10px 0;
    }
    .flow-metal-box p {
        margin-bottom: 10px;
    }
    .flow-wax-box p {
        margin-bottom: 10px;
    }
    .marriage-ring__links {
        display: block;
        margin: 30px 0 30px 2.4rem;
    }
    .marriage-ring__links p {
        font-size: 10px;
        margin: 0 2rem;
    }
    .marriage-ring__links a {
        margin-right: 5rem;
        margin-bottom: 30px;
    }
    .marriage-ring__links a::before {
        height: 40px;
    }
}

/* 価格一覧 */
.price-st-Width {
    padding: 0 70px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(1120rem / 16);
    display: flex;
}
.price-tab-Width {
    margin: 0 auto;
    width: 100%;
    max-width: calc(1120rem / 16);
}
.price-page-box .tab-nav a:first-of-type::before {
    content: "";
    width: 25px;
    height: 60px;
    background-color: #4A566C;
    position: absolute;
    top: 0;
    left: 0;
}
.price-page-box .tab-nav a::before {
    content: "";
    width: 25px;
    height: 60px;
    background-color: #DDDED8;
    position: absolute;
    top: 0;
    left: 0;
}
.price-page-box .tab-nav a {
    text-decoration: none;
    background-color: #fff;
    font-size: 22px;
    font-family: serif;
    letter-spacing: 0.6rem;
    color: #000;
    text-align: center;
    position: relative;
    height: 60px;
    padding-top: 15px;
    opacity: 0.6;
}
.price-page-box .tab-nav a.is-active {
    opacity: 1;
}
.price-tab-Width .tab-nav {
    padding: 0 70px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.price-ring-box {
    background-color: #fff;
    padding-bottom: 100px;
}
.ring-box-container {
    padding: 0 70px;
}
.ring-box-container .home-price {
    padding: 0;
}
.price-tab-content__item {
    display: none;
}
.price-tab-content__item.is-active {
    display: block;
}
.ring-box-container .page-Text {
    margin: 0;
    padding: 110px 0 30px 0;
    text-align: center;
}
.ring-box-container .block-engagement {
    margin-bottom: 8em;
}
.campaign-link a {
    font-size: 16px;
    text-align: right;
    text-decoration: none;
    color: #000;
}
.campaign-link a img {
    width: 15%;
    margin-top: -2rem;
    margin-right: -1rem;
}
.section-price__headline {
    font-size: 1.375em;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 60px;
}
.section-price__headline h2 {
    position: relative;
}
.section-price__headline h2::before {
    content: "";
    width: 50px;
    height: 0.5px;
    position: absolute;
    background-color: #000;
    top: 50%;
    margin-left: -70px;
}
.section-price__headline h2::after {
    content: "";
    width: 50px;
    height: 0.5px;
    position: absolute;
    background-color: #000;
    top: 50%;
    margin-left: 20px;
}
.detail-box {
    display: flex;
    border-bottom: 1px solid rgba(74,86,108,0.5);
    align-items: center;
}
.detail-box .page-Text {
    padding: 25px;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.detail-box .page-Text span {
    font-size: 12px;
}
.detail-box .page-Text:first-of-type {
    width: 200px;
}
.price-case {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 100px;
}
.price-case-title h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 0 0 12px;
    margin-left: 30px;
}
.price-case-title {
    border-bottom: 1px solid rgb(74,86,108);
}
.price-case-title::before{
    content: "";
    width: 10px;
    height: 39px;
    position: absolute;
    background-color: #4A566C;
}
.ring-box-container .price-wrap {
    text-align: center;
    line-height: 2;
    padding: 0;
}
.engagement-course-sec {
    position: relative;
    padding: 100px 70px;
}
.engagement-course-sec::before {
    content: "";
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100%;
    position: absolute;
    background-color: #E5EAEF;
    top: 0;
    left: 0;
}
.price-tab-content__item .st-Campaign::after {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.btn-price {
    text-align: center;
    padding: 100px 0;
}
.btn-price a {
    text-decoration: none;
    font-size: 13px;
    background-color: #4A566C;
    color: #fff;
    padding: 30px 260px 30px 80px;
    position: relative;
}
.btn-price a::before {
    content: "";
    background: url(../img/engagement/icon-price.svg) no-repeat;
    position: absolute;
    width: 25px;
    height: 27px;
    left: 2.5rem;
}
.btn-price a::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 65px;
    height: 1px;
    right: 0;
    top: 50%;
}
/* 価格一覧のタブの切替 */
.price-page-box .tab-nav__item_1 .is-active {
    
} 
.marriage-box .price-case-title::before {
    background-color: #DDDED8;
}
.marriage-box .price-case-title {
    border-bottom: 1px solid #DDDED8;
}
.marriage-box .btn-price a {
    background-color: #DDDED8;
    color: #000;
}
.marriage-box .btn-price a::before {
    background: url(../img/engagement/icon-price-bl.svg) no-repeat;
}
.marriage-box .btn-price a::after {
    background-color: #000;
}
.ring-box-container .block-price-ring{
    margin-bottom: 8em;
}
@media (max-width: 48em) {
    .price-st-Width{
        padding-right: calc(27.5rem / 12);
        padding-left: calc(27.5rem / 12);
        width: 100%;
    }
    .price-tab-Width .tab-nav {
        padding: 0 calc(27.5rem / 12);
    }
    .price-page-box .tab-nav a {
        font-size: 16px;
        letter-spacing: 0.2rem;
        height: 32px;
        padding-top: 0.5rem;
    }
    .price-page-box .tab-nav a:nth-of-type(n):before {
        width: 10px;
        height: 32px;
    }
    .ring-box-container .page-Text {
        text-align: left;
        line-height: 2;
        padding: 60px 0 30px 0;
    }
    .ring-box-container {
        padding: 0 calc(27.5rem / 12);
    }
    .campaign-link a {
        font-size: 12px;
    }
    .campaign-link a img {
        width: 30%;
    }
    .price-case {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
    .price-case-title h2 {
        font-size: 15px;
        padding: 8.75px 0;
    }
    .detail-box .page-Text:first-of-type {
        width: 150px;
    }
    .detail-box .page-Text {
        font-size: 12px;
        padding: 15px 0 15px 10px;
    }
    .price-case-title::before {
        width: 8px;
        height: 40px;
    }
    .btn-price a {
        font-size: 12px;
        padding: 33px 69px;
        letter-spacing: 0.4rem;
    }
    .engagement-course-sec {
        padding: 60px calc(27.5rem / 12);
    }

}