/* BUSINESS */

.font-header {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.font-para {
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.z-60 {
    z-index: 60;
}

.h-640 {
    height: 40rem;
}

.h-min-custom {
    min-height: 1672px;
}

.w-1200 {
    width: 1200px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 15px;
}

.leading-8\.5 {
    line-height: 2.2rem;
}

.leading-9\.5 {
    line-height: 2.3rem !important;
}

.pt-15 {
    padding-top: 15px;
}

.mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-480 {
    padding-top: 480px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-400 {
    padding-bottom: 400px;
}

.pb-500 {
    padding-bottom: 500px;
}

.pb-200 {
    padding-bottom: 200px;
}

.teaser {
    padding-top: var(--nav-height);
    width: 100%;
}

.teaser__img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.content__container {
    padding: 0px 0 120px;
}

.content__teaser {
    padding: 100px 0;
}

.content__teaser-bottom {
    padding: unset;
}

.content__teaser-img:hover {
    opacity: 0.75;
}

.content__parallax {
    height: 640px;
}

.content__belt {
    height: 640px;
    padding: 120px 0 0;
}

.content__belt-para-text {
    font-size: 17px;
    line-height: 2.7rem;
}

.content__styling-heading {
    height: 375px;
    visibility: hidden;
    overflow: hidden;
}

.content__styling-post {
    height: 500px;
    width: 100%;
}

.content__styling-post-title {
    visibility: hidden;
    height: 170px;
    overflow: hidden;
}

.content__styling-post-texts {
    width: 630px;
}

.content__styling-post-para {
    color: #bbb;
}

.content__belt-text-para,
.content__styling-post-shirt {
    width: 580px;
}

.content__quotes-parallax {
    height: 640px;
}

.content__belt-model-container {
    padding: 100px 0 0;
}

.content__belt-model-display {
    margin-bottom: 50px;
}

.content__belt-model-img-container {
    width: 300px;
    margin-right: 0;
}

.content__belt-model-img {
    width: 277px;
    text-align: center;
    overflow: hidden;
}

.content__belt-text-title {
    height: 70px;
    padding: 0 0 15px 30px;
    margin-bottom: 25px;
    color: #333;
    text-align: left;
}

.float_clear {
    clear: both;
}

.flow_hidden {
    overflow: hidden;
}


/* Footer */

.footer__container {
    text-align: center;
}

.footer__container-img {
    opacity: 1;
    transition: 0.3s ease 0s;
}

.footer__container-img:hover {
    opacity: 0.7;
}

.footer .footer__right .footer__list .footer__list-item-link:hover {
    text-decoration: underline;
}


/* DENIM */

.content__belt-slide {
    height: 655px;
    padding: 250px 0 65px;
}

.content__belt-clear {
    width: 100%;
}

.customize__slide-area,
.content__belt-slide-area {
    width: 960px;
    height: 240px;
    margin: auto;
}

.customize__slide-list,
.content__belt-slide-list {
    width: 960px;
    height: 240px;
    position: relative;
}

.content__belt-slide-item_1,
.content__belt-slide-item_2,
.content__belt-slide-item_3 {
    position: absolute;
    width: 960px;
    height: 240px;
}

.customize__slide_1,
.customize__slide_2,
.customize__slide_3 {
    position: absolute;
    width: 960px;
    height: 240px;
}

.customize__slide_1 {
    animation: fadeIn_1 9s infinite;
}

.customize__slide_2 {
    animation: fadeIn_2 9s infinite;
}

.customize__slide_3 {
    animation: fadeIn_3 9s infinite;
}

.content__belt-slide-item_1 {
    animation: fadeIn_1 9s infinite;
}

.content__belt-slide-item_2 {
    animation: fadeIn_2 9s infinite;
}

.content__belt-slide-item_3 {
    animation: fadeIn_3 9s infinite;
}

@keyframes fadeIn_1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn_2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn_3 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.content__belt-wraper {
    height: 636px;
    padding: 210px 0 0;
    color: #fff;
}

.content__belt-post {
    width: 830px;
}

.content__belt-story {
    padding: 120px 0 0;
}

.content__belt-text {
    width: 100%;
}

.content__belt-story-title {
    height: 70px;
    line-height: 70px;
    padding: 0 0 15px 30px;
    margin-bottom: 25px;
    color: #000;
}

.content__belt-story-para {
    width: 580px;
    overflow: hidden;
}

.content__belt-story-img {
    width: 600px;
    overflow: hidden;
}


/* SMART CASUAL */

.smart__casual-outer {
    padding-top: 40px;
}

.smart__casual-inner {
    padding-bottom: 100px;
}

.smart__casual-shop-display:hover {
    opacity: 0.75;
}

.smart__casual-poster {
    background: none #0042a9;
    padding: 75px 0 115px;
    color: #fff;
}

.smart__casual-poster-inner {
    width: 1300px;
}

.sub__post {
    width: 100%;
    margin: 30px 0 0;
}

.smart__casual-poster-sub-1 {
    min-height: 440px;
}

.smart__casual-poster-bg {
    padding: 180px 0 0 250px;
    width: 730px;
}

.smart__casual-poster-sub-2 {
    min-height: 385px;
}

.smart__casual-poster-bg-2 {
    padding: 160px 50px 0 210px;
}

.smart__casual-poster-sub-text {
    width: 480px;
}

.smart__casual-parallax {
    height: 500px;
}

.smart__casual-feature {
    height: 630px;
    padding: 90px 0 40px;
}

.smart__casual-feature-title {
    width: 1170px;
    height: 70px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}

.smart__casual-feature-text {
    width: 650px;
}

.smart__casual-feature-img {
    width: 530px;
}

.smart__casual-mesh {
    min-height: 760px;
}

.smart__casual-mesh-post-out {
    width: 820px;
    padding: 310px 0 0 225px;
}

.smart__casual-sub-post {
    position: absolute;
    width: 810px;
    height: 500px;
    top: 120px;
    right: 280px;
    z-index: 3;
}

.smart__casual-sub-para {
    padding: 473px 0 0 240px;
    margin: 0 0 50px;
}

.smart__casual-sub-link {
    background: none transparent;
    width: 425px;
    height: 15px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.smart__casual-sub-link:hover {
    background: rgba(255, 255, 255, 0.4);
}

.smart__casual-sub-post:nth-child(3) {
    top: 190px;
    right: 140px;
    z-index: 2;
}

.smart__casual-sub-post:nth-child(4) {
    top: 260px;
    right: 0;
    z-index: 1;
}


/* GOLF */

.filter__outer,
.contact__outer,
.faq__outer,
.payment__outer,
.size__outer,
.wrapper__outer,
.gift__outer,
.about__outer,
.customize__outer,
.help__outer,
.golf__outer {
    min-width: 1300px;
    padding-top: 0;
}

.golf__golfer {
    height: 697px;
}

.golf__golfer-text {
    height: 697px;
    width: 1200px;
}

.golf__golfer-link {
    top: 430px;
    left: 90px;
    width: 625px;
    /* text-align: right; */
}

.golf__golfer-link a {
    color: #a44375;
}

.golf__golfer-link a:hover {
    text-decoration: underline;
}

.golf__post-title {
    border-color: #aaa;
}

.golf__parallax-shop {
    height: 700px;
}

.golf__parallax-post-display {
    width: 610px;
    padding: 230px 45px 0;
}

.golf__parallax-post-text p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.golf__parallax-link {
    display: block;
    width: 211px;
    height: 68px;
    overflow: hidden;
}

.golf__parallax-link:hover {
    opacity: 0.75;
}

.golf__post-title {
    border-bottom: 1px solid #aaa;
}


/* Help */

.help__list-display-contain li:hover {
    opacity: 0.75;
}

.help__bg-display {
    height: 230px;
}

.help__style-post p {
    color: #333;
    line-height: 2.2rem;
}

.style__model-item {
    margin-right: 30px;
    margin-bottom: 50px;
}

.style__model-item:last-child {
    margin-right: 0;
}

.help__img-display a:hover {
    opacity: 0.75;
}

.help__strage,
.help__shoes,
.help__casual,
.help__weekend {
    /* margin-top: 100px; */
    padding-top: 100px;
}

.help_weekend-inner,
.help__casual-inner,
.help__shoes-inner,
.help__strage-inner {
    padding-top: 120px;
}


/* Customize */

.customize__navigate-link {
    background: none #fff;
    border: 1px solid #45132e;
    border-radius: 0;
    padding: 10px 40px;
    color: #45132e;
}

.customize__navigate-link:hover {
    text-decoration: underline;
}

.customize__title {
    font-size: 30px;
    height: 85px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}

.customize__sm-title {
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    padding: 0 0 0 40px;
    overflow: hidden;
}

.customize__tips-posts {
    width: 800px;
}

.customize__change {
    margin: 0 0 80px;
    padding-bottom: 250px;
}

.customize__ytb-contain {
    width: 100%;
    height: 453px;
    margin: 0 0 80px;
    padding: 33px 0 0 36px;
}

.customize__btn-link:hover {
    opacity: 0.7;
}

.customize__slide-clear {
    height: 295px;
}

.customize__purchase-post {
    width: 600px;
}

.customize__purchase-post p:last-of-type {
    margin-top: 100px;
    color: #a44375;
}

.customize__purchase-img {
    width: 580px;
}

.customize__purchase-img-contain:hover {
    opacity: 0.7;
}

.about__opening {
    height: 1380px;
    padding: 215px 0 0;
}

.about__ceo {
    height: 932px;
}

.about__ceo-info {
    padding: 220px 0 0 430px;
    color: #ccc;
}

.about__store {
    padding: 217px 0 100px;
}

.about__store-item {
    width: 367px;
    height: 275.25px;
    margin-bottom: 45px;
}

.about__store-item img {
    height: 275px;
    width: 367px;
}

.about__store-address {
    margin-bottom: 45px;
}

.about__store-item:hover {
    opacity: 0.75;
}

.about__topic {
    padding: 120px 0;
}

.about__topic-bg:first-child {
    height: 750px;
}

.about__topic-bg:nth-child(2) {
    height: 655px;
}

.about__topic-title {
    border-bottom: 1px solid #000;
}

.about__topic-right {
    padding: 215px 0 0 550px;
}

.about__topic-right a {
    color: #a44375;
}

.about__topic-right a:hover {
    text-decoration: underline;
}

.about__show {
    padding: 100px 0;
}

.about__show-title {
    border-bottom: 1px solid #555;
    padding: 15px 0;
}

.about__show-slider {
    width: 960px;
    height: 640px;
    margin: auto;
}

.about__contact {
    padding: 50px 0 80px;
}

.table__display {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table__name,
.table__value {
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #908074;
}

.table__value,
.table__name {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    word-wrap: normal;
    word-break: normal;
    white-space: nowrap;
}

.about__map-iframe {
    height: 350px;
}

.about__map-small {
    display: block;
    width: 958px;
    margin: 20px auto;
    border: 1px solid #ee7700;
    font-size: 12px;
    line-height: 2;
}

.about__map-small>a {
    display: block;
    padding: 5px 0;
    color: #ee7700;
}

.about__map-small>a:hover {
    background-color: #ee7700;
    color: #fff;
    text-decoration: underline;
}

.btn_next,
.btn_prev {
    opacity: 0.5;
    width: 10%;
}

.btn_next:hover,
.btn_prev:hover {
    opacity: 0.6;
}


/* Gift */

.gift__wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.gift__section {
    width: 100%;
}

.gift__section-inner {
    max-width: 1536px;
    margin: 0 auto;
}

.gift__heading {
    font-size: 54px;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 70px;
}

.gift__text {
    color: #333333;
}

.gift__precious {
    padding: 218px 0 127px;
    background-position: 100% 145px !important;
    background-repeat: no-repeat !important;
}

.gift__precious-inner {
    height: 100%;
}

.gift__precious-heading {
    font-size: 34px;
    line-height: 60px;
}

.gift__precious-text {
    display: inline-block;
    font-size: 16px;
    line-height: 2.2rem;
    margin-bottom: 0.625rem;
    text-align: left;
}

.gift__precious-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
}

.gift__belt {
    background-color: #f8f8f8;
    /* height: 1124px; */
    padding: 122px 0 135px;
}

.gift__belt-images {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gift__belt-image {
    width: 100%;
    height: 370px;
}

.gift__belt-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gift__belt-heading {
    margin: 40px 0 47px 0;
}

.gift__belt-desc {
    max-width: 1200px;
    margin: 0 auto;
}

.gift__belt-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gift__belt-links a {
    flex: 0 0 340px;
}

.gift__belt-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    height: 90px;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
}

.gift__wrapping-inner {
    margin-top: 141px;
}

.gift__wrapping-image {
    max-width: 548px;
    width: 100%;
    max-height: 422px;
    height: 100%;
    flex-shrink: 1;
}

.gift__wrapping-image img {
    width: 100%;
    height: 100%;
}

.gift__wrapping-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gift__wrapping-buttons a {
    flex: 1 1 0;
    max-width: 340px;
}

.gift__wrapping-button {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    height: 90px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.gift__wrapping-post {
    color: #fff;
}

.gift__wrapping-heading {
    font-size: 72px;
    color: #9b9b9b;
    text-transform: uppercase;
    border-bottom: 1px solid #9b9b9b;
}

.gift__wrapping-text {
    display: inline-block;
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 0.625rem;
    text-align: left;
    color: #fff;
}

.gift__wrapping-container {
    flex: 1;
}

.gift__store-images {
    flex: 1;
    display: grid;
    grid-template: repeat(2, 50%) / repeat(2, 54%);
}

.gift__store-image {
    width: 100%;
    aspect-ratio: 1;
}

.gift__store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift__store-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gift__store-heading {
    font-size: 34px;
    line-height: 60px;
}

.gift__store-button {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
}

.gift__store-text {
    display: inline-block;
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 0.625rem;
    text-align: left;
}

.gift__explain {
    height: 1025px;
    padding: 360px 0 0;
}

.gift__explain-box {
    width: 552px;
    padding: 0 66px;
    overflow: hidden;
}

.gift__contact {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gift__contact-inner {
    display: flex;
    gap: 110px;
    padding: 110px 120px;
}

.gift__contact-image {
    height: 136px;
    margin-left: 20px;
}

.gift__contact-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gift__contact-content {
    margin-top: 22px;
}

.gift__contact-heading {
    font-size: 34px;
    line-height: 60px;
    color: #fff;
}

.gift__contact-text {
    display: inline-block;
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 0.625rem;
    text-align: left;
    color: #fff;
    margin-top: 10px;
}

.gift__contact-button {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    height: 70px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.gift__btn {
    margin: 0 0 50px;
    padding-top: 15px;
}

.gift__btn:hover {
    opacity: 0.75;
}

.gift__btn-link {
    width: 330px;
    height: 68px;
    padding: 0;
    font-size: 0;
}

.gift__design {
    margin-bottom: 120px;
}

.gift__combine-text {
    width: 680px;
}

.gift__combine-img {
    width: 480px;
}

.gift__poster {
    margin: 80px 0 120px;
}

.gift__poster-inner:hover {
    opacity: 0.75;
}

.gift__wrapping {
    height: 627px;
    padding: 230px 0 0;
    margin-bottom: -30px;
}

.gift__wrapping-solution {
    margin: 0 0 50px;
    padding-top: 15px;
}

.gift__wrapping-guide {
    width: 690px;
}

.gift__wrapping-solution a {
    display: block;
    width: 330px;
    height: 64px;
}

.gift__wrapping-solution a:hover {
    opacity: 0.75;
}

.gift__wrapping-post {
    color: #333;
}

.flex_info {
    display: flex;
    margin: 0 -11px;
}

.flex_info div {
    margin: 0 11px;
}

.flex_info_2 {
    display: flex;
    margin: 0 -103px;
}

.flex_info_2 div {
    margin: 0 103px;
}

.flex_info_3 {
    display: flex;
    margin: 0 -115px;
}

.flex_info_3 div {
    margin: 0 115px;
}

.map_link a:hover {
    text-decoration: underline;
}


/* Guide */

.wrapper__direct-link {
    padding-bottom: 7px;
    float: right;
    margin: 0 5px;
}

.wrapper__direct-link a {
    display: inline-block;
    border: 1px solid #45132e;
    border-radius: 0;
    padding: 5px 35px;
    color: #45132e;
    margin: 0 0 -1px;
}

.wrapper__direct-link a:hover {
    text-decoration: underline;
}

.wrapping__purchase-title {
    height: 70px;
    line-height: 70px;
    padding: 0 0 15px 30px;
    margin-bottom: 25px;
}

.wrapping__purchase-entry-title {
    padding-left: 140px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    margin-bottom: 25px;
}

.wrapping__purchase-entry-title.size__entry-title {
    padding: 0 0 0 40px;
}

.wrapping__purchase-sub-post {
    line-height: 2.2em;
}

.wrapping__purchase-sub {
    width: 820px;
}

.wrapping__purchase-btn a {
    display: block;
    border-radius: 0;
    width: 350px;
    height: 50px;
    overflow: hidden;
}

.wrapping__purchase-btn a:hover {
    opacity: 0.75;
}

.wrapping__purchase-gift {
    width: 800px;
}


/* Guide - Size */

.size__select-link:hover {
    opacity: 0.75;
}

.size__select-link {
    display: block;
    width: 570px;
    height: 75px;
}

.size__detail-title {
    width: 360px;
    height: 37px;
}

.size__detail-table th {
    background: none #3c0121;
    width: 300px;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
}

.size__detail-table th,
.size__detail-table td {
    border: 1px solid #999;
    font-size: 17px;
    line-height: 1.7;
}

.size__detail-table td {
    width: 180px;
    padding: 10px 30px;
}

.size__detail-text {
    padding-left: 1rem;
    text-indent: -1rem;
    color: #981212;
}

.size__detail-text~p {
    color: #f00;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 2rem;
}

.size__length-title {
    width: 335px;
    height: 45px;
}

.size__length-text-contain {
    color: #333;
}

.size__short-title {
    width: 482px;
    height: 45px;
}

.size__strap-title {
    width: 360px;
    height: 45px;
}

.size__order {
    padding: 90px 0 0;
}

.size__order-post-title {
    font-size: 30px;
    width: 1170px;
    height: 85px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}


/* Guide - Payment */

.payment__commercial-title {
    font-size: 36px;
    height: 85px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}

.payment__commercial-info.first__info {
    border-top: 1px dotted #908074;
    margin-top: 30px;
}

.payment__commercial-info {
    border-bottom: 1px dotted #908074;
    padding: 15px 0 5px;
}

.payment__info-title {
    width: 270px;
    height: auto;
    padding: 0 30px;
}

.payment__info-content a {
    color: #a44375;
}

.payment__info-content a:hover {
    text-decoration: underline;
}

.payment__time-title {
    font-size: 36px;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 25px;
}

.payment__time-img {
    width: 224px;
    margin-bottom: 50px;
}

.payment__method-post-title {
    background: #000;
    padding: 10px 40px;
    font-size: 20px;
}

.payment__method-post-content table {
    width: 600px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.payment__method-post-content table th {
    font-weight: bold;
}

.payment__method-post-content table thead th {
    background: #777;
    border: 1px solid #999;
    padding: 15px;
    line-height: 2.2rem;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.payment__method-post-content table tbody th,
.payment__method-post-content table tbody td {
    border: 1px solid #999;
    padding: 15px;
    line-height: 2.2rem;
    font-size: 15px;
    text-align: center;
}

.payment__policy {
    padding-top: 70px;
}


/* .wrap_payment_scroll {
  position: relative;
  margin-top: -96px;
} */

.payment__policy-title {
    font-size: 36px;
    height: 85px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}

.payment__method-btn {
    padding-top: 15px;
}

.payment__method-btn a {
    display: block;
    float: right;
    width: 350px;
    height: 50px;
}

.payment__method-btn a:hover {
    opacity: 0.75;
}

.faq__question-title {
    font-size: 30px;
    height: 85px;
    line-height: 70px;
    padding: 0 0 15px 30px;
}

.faq__post-title {
    font-size: 20px;
    line-height: 2.5rem;
}

.faq__post-text p a {
    color: var(--purple-link);
}

.faq__post-text p a:hover {
    text-decoration: underline;
}

.faq__post-btn a {
    display: inline-block;
    background-color: var(--purple-link);
    color: #fff;
    border-radius: 1.5rem;
    padding: 5px 30px 5px 45px;
    font-size: 15px;
}

.faq__post-btn a:hover {
    text-decoration: underline;
}

.contact__sub-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 25px;
}

.payment__method-btn>.contact__sub-btn {
    display: block;
    float: right;
    width: 370px;
    height: 50px;
}

.payment__method-btn>.contact__sub-btn:hover {
    opacity: 0.75;
}


/* Blog Page */

.divider-1 {
    width: 3px;
    height: 50%;
    background-color: red;
}

#displayContent {
    max-height: 70vh;
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fffd;
    z-index: 99;
    transition: all .2s ease-in-out;
    display: none;
}

body {
    position: relative;
}

body:has(#displayContent.active)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 99;
}

#displayContent.active {
    display: block;
}

#getContents {
    width: auto;
    height: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 12px;
    transition: all .2s ease-in-out;
    z-index: 999;
}

#getContents .imgClas {
    width: auto;
    max-height: calc(100% - 30px);
    height: 100%;
    z-index: inherit;
}

#getContents .imgClas.active {
    background-color: #fff;
}

#getContents .back,
#getContents .next {
    display: block;
    width: 55px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: fill;
    text-indent: -9999px;
    outline: none;
}

.blog__wrapper {
    width: 100%;
    padding: 0;
}

.blog__opening-inner {
    margin: auto;
    height: 285px;
}

.blog__opening-bg {
    position: relative;
    height: 220px;
    margin: auto;
}

.blog__opening-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_bold {
    font-size: 36px;
    letter-spacing: 0.16em;
}

.blog__opening-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.16em;
}

.blog__content {
    background-color: #f8f8f8;
    padding-top: 90px;
    padding-bottom: 200px;
}

.blog__post {
    margin-bottom: 60px;
}

.blog__post-title {
    background-color: #333333;
}

.blog__post-text {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    padding: 0;
    border-bottom: 3px solid #DDDDDD;
    border-top: 3px solid #DDDDDD;
    margin: 25px 0;
}

.blog__post-image {
    width: 100%;
}

.blog__post-image img {
    width: 100%;
}

.only-line-3 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__content-inner {
    max-width: 1400px;
}

.blog__pagination {
    height: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.blog__pagination .blog__pagination-prev {
    grid-column: 1/2;
}

.blog__pagination .blog__pagination-top {
    grid-column: 2/3;
}

.blog__pagination .blog__pagination-next {
    grid-column: 3/4;
}

.blog__pagination .blog__pagination-next,
.blog__pagination .blog__pagination-top,
.blog__pagination .blog__pagination-prev {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: center;
    justify-self: center;
}

.blog__pagination .blog__pagination-next::before,
.blog__pagination .blog__pagination-prev::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #DDDDDD;
}

.blog__pagination .blog__pagination-next::before {
    left: 0%;
    transform: translate(50%, -50%);
}

.blog__pagination .blog__pagination-prev::before {
    left: 100%;
    width: 2px;
    transform: translate(-50%, -50%);
}

.search__bar {
    width: 100%;
    max-width: 284px;
    height: 38px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 13px 15px;
}

.search__bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 3px 10px;
    font-size: 20px;
    color: #2D2D2D;
}

::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #2D2D2D;
}

.blog__left {
    flex: 70%;
    padding-right: 10px;
}

.blog__right {
    width: 300px;
    padding-left: 10px;
    margin-left: 100px;
}

.blog__left-title {
    font-size: 36px;
    padding: 0 0 10px 0;
    font-weight: 700;
    border-bottom: 2px solid #000;
}

.text__holder {
    width: 100%;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.text__holder-title,
.title__old-post {
    font-size: 18px;
    line-height: 20px;
    max-height: 20px;
}

.text__holder-title.title__old-post {
    width: 200px;
    margin: 15px auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.publish__text {
    font-size: 12px;
}

.publish__info svg {
    margin-right: 4px;
}


/* Pagination */

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    height: 21px;
}

.page-numbers li {
    margin: 0 3px;
    font-size: 1rem;
    font-weight: 400;
    color: #2D2D2D;
    min-width: 1rem;
    height: 21px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}

.page-numbers a {
    display: block;
}

.page-numbers.current {
    display: block;
    color: #F57921;
}

.text__holder-title.title__small {
    font-size: 12px;
}

.blog__social-app {
    background-color: #F4F4F4;
    height: 48px;
    width: 171px;
    padding: 15px 32px;
}

.blog__social-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.blog__social-app svg {
    margin-right: 5px;
}

.blog__social-app.blog__social-app--viber svg {
    transform: translateX(-6px);
}

.blog__social-title.blog__social-title--viber {
    transform: translateX(-7px);
}

.latest__post-item-name {
    width: 234px;
    font-size: 14px;
    line-height: 14px;
    color: #3f3f3f;
    max-height: 14px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.lastest__post-img {
    margin-right: 5px;
}

.publish__detail-post {
    width: 291px;
    overflow: hidden;
}

.btn_submit:focus {
    outline: none;
}

.archive__select,
.category__select {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #B8BBC2;
    border-radius: 3px;
    padding: 11px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/assets/blog/Icon.svg) no-repeat;
    background-size: 12px 7px;
    background-position: 97% 50%;
    outline: none;
}

.archive__select:focus,
.category__select:focus {
    outline: none;
}

.archive__select option,
.category__select option {
    border: 1px solid #B8BBC2;
    border-radius: 0px;
    padding: 11px 18px;
    outline: none;
}

.datepicker-picker {
    width: 100%;
}

.datepicker-view {
    justify-content: center;
}

.filter__post-date a,
.post-content__left .entry-meta__time {
    color: #a44375;
}

.content-left__title:hover,
.filter__post-title a:hover,
.filter__post-date a:hover,
.post-content__left .entry-meta__time:hover {
    text-decoration: underline;
}

.post-content__left .content-left__title {
    background-color: #333333;
}

.post-content__left .entry-content {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    padding: 15px 0 0;
    border-bottom: 3px solid #DDDDDD;
    border-top: 3px solid #DDDDDD;
    margin: 25px 0;
}

.post-content__left .entry-content img {
    margin-bottom: 25px;
}

.post-content__left .entry-content p {
    text-align: justify;
    margin-bottom: 10px;
}

.filter__post-content hr,
.post-wrapper hr {
    border-width: 1px;
    margin: 15px 0;
    border-color: rgb(128, 128, 128);
}

.post-content .ajaxp_list_post {
    margin-bottom: 30px;
}

.contact-line__thumb {
    display: block;
    max-width: 124px;
}

.contact-line__thumb img {
    width: 100%;
}

.facinating-buckles {
    padding-right: 10rem;
}

.facinating-buckles .facinating-buckles__title {
    font-size: 13px;
    color: #a44375;
    margin-right: 15px;
}

.facinating-buckles .facinating-buckles__title:hover {
    text-decoration: underline;
}

.facinating-buckles span {
    font-size: 15px;
}

.contact-list .contact-list__item:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

.contact-list .contact-list__item .item-thumb {
    display: inline-block;
    max-width: 35px;
}

.contact-list .contact-list__item .item-thumb img {
    width: 100%;
}

.post-right {
    flex: 30%;
    height: 500px;
    padding-right: -10px;
    padding-left: 10px;
}


/* Archive Page */

.filter__date-title {
    font-size: 16px;
    line-height: 1.7rem;
    height: 50px;
}

.filter__post-title {
    font-size: 30px;
    height: 56px;
    line-height: 1.7rem;
    padding: 0 0 15px 30px;
}


/* WP_Calendar */

.wp-calendar-table {
    width: 100%;
}

#today {
    color: #e37410;
    font-weight: 600;
}

.wp-calendar-table tbody td {
    background: none transparent;
    line-height: 2;
    padding: 5px;
}

.wp-calendar-table thead {
    font-weight: bold;
}


/* CSS Form */

.guide__form {
    margin-top: 30px;
}

.form-group {
    font-size: 15px;
    line-height: 2.2rem;
    padding: 10px;
    border-bottom: 1px dotted #908074;
}

.form-group p {
    display: flex;
    justify-content: space-between;
}

.form-group p label {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    flex-direction: column;
}

.form-group p .wpcf7-form-control-wrap input:focus {
    outline: none;
}

.form-group .label__title {
    width: 500px;
}

.form-group__code p,
.form-group__tel p,
.form-group__order p .label__order,
.form-group__custom p {
    width: 480px;
}

.form-group p .form-group__icon {
    font-weight: normal;
}

.form-group__code .post-code .wpcf7-form-control-wrap .wpcf7-text {
    width: 100%;
}

.form-group__code .post-code span:nth-child(3) {
    margin: 0 5px;
}

.form-group__code .post-code .form-group__icon {
    margin-right: 5px;
}

.form-group p span,
.form-group p {
    display: flex;
    align-items: center;
}

.form-group p label span {
    font-size: 15px;
}

.form-group p label b {
    font-size: 11px;
    color: #a44375;
}

.form-group p .wpcf7-form-control-wrap {
    flex-shrink: 2.5;
    flex-basis: 66.666667%;
}

.post-code p .wpcf7-form-control-wrap,
.form-group__sub.tel p .wpcf7-form-control-wrap,
.form-group__sub.fax p .wpcf7-form-control-wrap {
    justify-content: center;
}

.form-group__sub.tel p .wpcf7-form-control-wrap,
.form-group__sub.fax p .wpcf7-form-control-wrap {
    flex-shrink: 2.5;
    flex-basis: initial;
}

.form-group p .wpcf7-form-control-wrap textarea {
    width: 96%;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 1px;
    padding: 0px 3px;
}

.form-group__question p .wpcf7-form-control-wrap textarea {
    height: 15rem;
}

.form-group__question p .wpcf7-form-control-wrap textarea:focus {
    outline: none;
}

.form-group p .wpcf7-form-control-wrap input {
    width: 75%;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 1px;
    padding: 1px 2px;
    height: 22px;
}

.form-group__tel .tel .wpcf7-form-control-wrap input,
.form-group__tel .fax .wpcf7-form-control-wrap input {
    width: 100%;
}

.form-group__order .form-group__sub .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group__order .form-group__sub .wpcf7-radio .wpcf7-list-item {
    margin: unset;
}

.form-group__order .form-group__sub .wpcf7-radio .wpcf7-list-item input {
    width: unset;
    margin-right: 5px;
}

.form-group__sent .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 184px;
}

.form-group__tel .tel label,
.form-group__tel .fax label {
    margin: 0 5px;
}

.form-group__custom .field__custom p {
    display: flex;
    flex-direction: column;
    align-items: unset;
    width: 100%;
}

.form-group__custom .field__custom p .text__under {
    font-size: 11px;
}

.form-group .form-group__sub.post-code span {
    flex-basis: initial;
}

.wpcf7-form-control.wpcf7-select {
    width: 116px;
    border: 1px solid rgb(118, 118, 118);
    height: 18px;
    border-radius: 2px;
    font-size: 13px;
}

.wpcf7-form-control.wpcf7-select:focus {
    outline: none;
}

.form-group__survey .wpcf7-form-control.wpcf7-select {
    width: 196px;
}

.form-group__sub p {
    justify-content: flex-start;
}

.form-group__sub .wpcf7-form-control.wpcf7-text {
    max-width: 65px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: block;
    margin: 10px auto;
    background: #45132e;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 10px 80px;
}


/* Custom Error Message */


/* States - Init */

.wpcf7-form.init .form-group .wpcf7-not-valid-tip,
.wpcf7-form.init div.visible-only-if-invalid {
    display: none;
}


/* States - Invalid */

.wpcf7-form.invalid .form-group .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.invalid div.visible-only-if-invalid {
    display: inline-block;
    margin-left: 480px;
    font-size: 15px;
    transform: translateY(-20px);
}

.wpcf7-form.invalid .form-group__order div.visible-only-if-invalid {
    transform: unset;
}

.wpcf7-form.invalid .form-group__question div.visible-only-if-invalid {
    transform: translateY(6px);
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}


/* State - Failed */

.wpcf7-form.failed .form-group .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.failed div.visible-only-if-invalid {
    display: inline-block;
    margin-left: 480px;
    font-size: 15px;
    transform: translateY(-20px);
}

.wpcf7-form.failed .form-group__order div.visible-only-if-invalid {
    transform: unset;
}

.wpcf7-form.failed .form-group__question div.visible-only-if-invalid {
    transform: translateY(6px);
}

.wpcf7 form.failed .wpcf7-response-output {
    display: none;
}

.wp-calendar-table thead {
    font-weight: bold;
}


/* CSS Form */

.guide__form {
    margin-top: 30px;
}

.form-group {
    font-size: 15px;
    line-height: 2.2rem;
    padding: 10px;
    border-bottom: 1px dotted #908074;
}

.form-group p {
    display: flex;
    justify-content: space-between;
}

.form-group p label {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    flex-direction: column;
}

.form-group p .wpcf7-form-control-wrap input:focus {
    outline: none;
}

.form-group .label__title {
    width: 500px;
}

.form-group__code p,
.form-group__tel p,
.form-group__order p .label__order,
.form-group__custom p {
    width: 480px;
}

.form-group p .form-group__icon {
    font-weight: normal;
}

.form-group__code .post-code .wpcf7-form-control-wrap .wpcf7-text {
    width: 100%;
}

.form-group__code .post-code span:nth-child(3) {
    margin: 0 5px;
}

.form-group__code .post-code .form-group__icon {
    margin-right: 5px;
}

.form-group p span,
.form-group p {
    display: flex;
    align-items: center;
}

.form-group p label span {
    font-size: 15px;
}

.form-group p label b {
    font-size: 11px;
    color: #a44375;
}

.form-group p .wpcf7-form-control-wrap {
    flex-shrink: 2.5;
    flex-basis: 66.666667%;
}

.post-code p .wpcf7-form-control-wrap,
.form-group__sub.tel p .wpcf7-form-control-wrap,
.form-group__sub.fax p .wpcf7-form-control-wrap {
    justify-content: center;
}

.form-group__sub.tel p .wpcf7-form-control-wrap,
.form-group__sub.fax p .wpcf7-form-control-wrap {
    flex-shrink: 2.5;
    flex-basis: initial;
}

.form-group p .wpcf7-form-control-wrap textarea {
    width: 96%;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 1px;
    padding: 0px 3px;
}

.form-group__question p label {
    height: 240px;
}

.form-group__question p .wpcf7-form-control-wrap textarea {
    height: 15rem;
}

.form-group__question p .wpcf7-form-control-wrap textarea:focus {
    outline: none;
}

.form-group p .wpcf7-form-control-wrap input {
    width: 75%;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 1px;
    padding: 1px 2px;
    height: 22px;
}

.form-group__tel .tel .wpcf7-form-control-wrap input,
.form-group__tel .fax .wpcf7-form-control-wrap input {
    width: 100%;
}

.form-group__order .form-group__sub .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group__order .form-group__sub .wpcf7-radio .wpcf7-list-item {
    margin: unset;
}

.form-group__order .form-group__sub .wpcf7-radio .wpcf7-list-item input {
    width: unset;
    margin-right: 5px;
}

.form-group__sent .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 184px;
}

.form-group__tel .tel label,
.form-group__tel .fax label {
    margin: 0 5px;
}

.form-group__custom .field__custom p {
    display: flex;
    flex-direction: column;
    align-items: unset;
    width: 100%;
}

.form-group__custom .field__custom p .text__under {
    font-size: 11px;
}

.form-group .form-group__sub.post-code span {
    flex-basis: initial;
}

.wpcf7-form-control.wpcf7-select {
    width: 116px;
    border: 1px solid rgb(118, 118, 118);
    height: 18px;
    border-radius: 2px;
    font-size: 13px;
}

.wpcf7-form-control.wpcf7-select:focus {
    outline: none;
}

.form-group__survey .wpcf7-form-control.wpcf7-select {
    width: 196px;
}

.form-group__sub p {
    justify-content: flex-start;
}

.form-group__sub .wpcf7-form-control.wpcf7-text {
    max-width: 65px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: block;
    margin: 10px auto;
    background: #45132e;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 10px 80px;
    margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-previous  {
    background: #e37410 !important;
    width: 228px;
    height: 56px;
    margin-top: 0;
}


/* Custom Error Message */


/* States - Init */

.wpcf7-form.init .form-group .wpcf7-not-valid-tip,
.wpcf7-form.init div.visible-only-if-invalid {
    display: none;
}


/* States - Invalid */

.wpcf7-form.invalid .form-group .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.invalid div.visible-only-if-invalid {
    display: inline-block;
    margin-left: 480px;
    font-size: 15px;
    transform: translateY(-20px);
}

.wpcf7-form.invalid .form-group__order div.visible-only-if-invalid {
    transform: unset;
}

.wpcf7-form.invalid .form-group__question div.visible-only-if-invalid {
    transform: translateY(6px);
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}


/* State - Failed */

.wpcf7-form.failed .form-group .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.failed div.visible-only-if-invalid {
    display: inline-block;
    margin-left: 480px;
    font-size: 15px;
    transform: translateY(-20px);
}

.wpcf7-form.failed .form-group__order div.visible-only-if-invalid {
    transform: unset;
}

.wpcf7-form.failed .form-group__question div.visible-only-if-invalid {
    transform: translateY(6px);
}

.wpcf7 form.failed .wpcf7-response-output {
    display: none;
}

.customize__popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 70;
}

.customize__popup-content {
    position: relative;
    animation: modalFadeIn ease 2s;
}

.open_popup {
    display: flex;
}

.close_popup {
    display: none;
    animation: modalFadeOut ease 10s;
}

.swiper-button-prev,
.swiper-button-next {
    position: fixed;
    color: var(--swiper-theme-color);
    opacity: 0.5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.swiper-button-prev {
    left: 3%;
}

.swiper-button-next {
    right: 3%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: fixed;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: var(--swiper-theme-color);
    border-color: var(--swiper-theme-color);
    opacity: 0.5;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1920px) {
    .gift__precious {
        background-size: 40% 55% !important;
        margin-top: -25px;
        padding: 100px 0 127px;
    }
    .gift__precious-inner {
        padding-left: 9px;
    }
    .gift__contact-inner {
        padding: 50px 0 77px 0;
    }
}

@media screen and (max-width: 768px) {

    .gift__store-text,
    .gift__wrapping-text,
    .gift__contact-button,
    .gift__contact-text,
    .gift__belt-btn {
        font-size: 14px;
    }

    .blog__left {
        padding-right: 0px;
    }

    .blog__right {
        width: 70%;
        margin: auto;
        padding: 0;
    }

    .blog__pagination {
        height: 80px;
    }
}

@media screen and (max-width: 576px) {
    .gift__precious {
        height: auto;
        background-image: none !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gift__precious-inner {
        padding: 30px 20px;
    }
    .gift__precious-heading {
        font-size: 26px;
        text-align: center;
    }
    .gift__precious-btn {
        width: 100%;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .gift__heading {
        font-size: 32px;
        text-align: center;
    }
    .gift__btn {
        margin-left: auto;
        margin-right: auto;
    }
    .gift__belt {
        padding: 30px 0;
        height: auto;
    }
    .gift__belt-inner {
        padding: 20px;
    }
    .gift__belt-heading {
        font-size: 26px;
    }
    .gift__belt-images {
        grid-template: repeat(4, 1fr) / 1fr;
    }
    .gift__belt-links {
        margin-top: 50px;
        gap: 20px;
        align-items: center;
    }
    .gift__contact {
        height: auto;
        padding: 30px 20px;
    }
    .gift__contact-inner {
        flex-direction: column;
        gap: 20px;
    }
    .gift__contact-image {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .gift__contact-content {
        text-align: center;
        margin-top: 0;
    }
    .gift__contact-button {
        margin-left: auto;
        margin-right: auto;
    }
    .gift__contact-heading {
        font-size: 26px;
    }
    .gift__wrapping-inner {
        margin: 0;
        height: auto;
    }
    .gift__wrapping-container {
        padding: 0;
    }
    .gift__wrapping-heading {
        font-size: 32px;
        text-align: center;
    }
    .gift__wrapping-image {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .gift__wrapping-buttons {
        justify-content: center;
    }
    .gift__store-images {
        grid-template: auto / 100%;
    }
    .gift__store-image {
        aspect-ratio: 1;
    }
    .gift__store-content {
        padding: 30px 20px;
    }
    .gift__store-heading {
        text-align: center;
        font-size: 26px;
    }
    .gift__store-button {
        margin-left: auto;
        margin-right: auto;
    }
}