.product-variation-wrapper {
    padding: 0 30px;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .product-variation-wrapper {
        padding: 0 30px !important;
        margin: 80px 0;
    }

    .sg001-black::before,
    .sg001-beige::before {
        margin-bottom: .1em !important;
    }

    .product-size {
        font-size: 16px;
    }

    .reserve-deliverydate {
        font-size: 13px;
    }

    .color-name {
        font-size: 18px;
    }

    .product-outline h1 {
        font-size: 12px;
    }

    .product-outline h2 {
        font-size: 16px;
    }

    .product-outline h3 {
        font-size: 20px;
    }
}

.product-variation-cartadd {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-variation-cartadd li {
    display: grid;
    justify-content: space-between;
    background-color: #F6EFE8;
    padding: 4px 10px 4px 20px;
    align-items: center;
    grid-template-columns: 1fr .7fr;
}

a.back-to-cartarea {
    padding: 20px 10px;
    display: block;
    background-color: #F6EFE8;
    border: 2px solid #331d0f;
    color: #331d0f;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none !important;
}

a.back-to-cartarea:hover {
    background-color: #331d0f;
    border: 2px solid #331d0f;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all .3s ease-out;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none !important;
}

form.product-formbtn button {
    background-color: #331d0f;
    border: 1px solid #331d0f;
    padding: 12px 6px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
}

form.product-formbtn button:hover {
    background-color: #F6EFE8;
    border: 1px solid #331d0f;
    padding: 12px 6px;
    color: #331d0f;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all .3s ease-out;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
}

.sg001-black::before {
    content: "●";
    color: #000;
    font-size: 2.8rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

.sg001-beige::before {
    content: "●";
    color: #ddab69;
    font-size: 2.8rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

.color-name {
    letter-spacing: .12em;
    padding: 0 20px;
    font-size: 18px;
}

.product-size {
    font-weight: 600;
    font-size: 18px;
}

.reserve-deliverydate {
    font-size: 14px;
    display: block;
}

.product-outline h1 {
    font-size: 10px;
    letter-spacing: .12em;
}

.product-outline h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
}

.product-outline h3 {
    font-size: 18px;
}

.special-price--p {
    background-color: #eee;
    padding: 12px 12px;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
}

.product-outline--price {
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.special-price--t {
    font-size: 20px;
}

.special-price--f {
    line-height: 1em;
    color: #c41f1f;
    font-size: 30px;
}

.special-price--s {
    line-height: 1em;
    color: #c41f1f;
    font-size: 60px;
}

.special-price--s::before {
    content: '\0a5';
    font-size: 14px;
}

.special-price--s::after {
    content: '税込';
    font-size: 10px;
    margin: 0 0 0 3px;
}

.special-price--cont {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    padding: 5px 12px;
}

.product-outline h3::before {
    content: "\0a5";
    font-size: 14px;
    margin-right: 5px;
}

/* 以下は他の部分と重複なしのため省略せず維持 */

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.product-details--no1 p {
    margin-bottom: 5px;
}

.product-details-ttl {
    font-weight: 600;
    font-size: 16px;
}

.product-details-wrapper {
    padding: 0 30px;
}

.product-size-table table,
td,
th {
    border: 1px solid #331d0f;
    padding: 5px;
}

.product-size-table {
    width: 100%;
}

.product-size-table td {
    width: 33.3%;
}

/* move */

.background {
    position: absolute;
    top: 0;
    height: 100%;
}

.background img {
    position: absolute;
    top: 0;
    max-width: 640px;
}

.fv_1 {
    height: 20%;
}

.fv_1 img {
    padding: 1.4rem;
    width: 32%;
}

.fv_2 {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    padding: 0 1.8rem;
}

.fv_2_inner {
    position: relative;
    width: 50%;
    padding-top: 52.1%;
}

.fv_2_inner img {
    position: absolute;
    right: 0;
    width: 100%;
}

.fv_2_inner img:nth-child(1) {
    top: 0;
}

.fv_2_inner img:nth-child(2) {
    top: 110px;
}

.fv_2_inner img:nth-child(3) {
    top: 167px;
}

.first .fv_3 {
    overflow: hidden;
}

@media screen and (max-width: 680px) {
    .first .fv_3 {
        margin-top: -75px !important;
    }
}

.fv_3 img {
    display: block;
    width: 105%;
}

.fv_3 img:nth-child(2) {
    width: 90%;
    margin: 24px auto;
}

.sec {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3%;
}

.sec img {
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}

.sec img:nth-child(1) {
    width: 40%;
}

.sec img:nth-child(2) {
    width: 70%;
}

.sec img:nth-child(3) {
    width: 90%;
}

@media (max-width: 480px) {
    .fv_2_inner img:nth-child(2) {
        top: 15vw;
    }

    .fv_2_inner img:nth-child(3) {
        top: 22vw;
    }
}

.fv_04 {
    display: grid;
    grid-template-columns: 35% 1fr;
}

.fv_04_02 img {
    max-width: 90%;
    margin-top: 20px;
    margin-left: 8px;
}

.fv_04_01 img {
    transform: scaley(0);
    transform: translateY(40);
    text-align: start;
    width: 50%;
    margin-top: 300px;
    margin-left: -40px;
}

@media screen and (max-width: 680px) {
    .fv_04_01 img {
        margin-top: 60%;
        margin-left: -5%;
    }

    .fv_04_02 img {
        margin-top: 3%;
        margin-left: 1.8%;
    }

    .fv_3 img {
        margin-top: 18%;
    }
}

.voice-container {
    background-repeat: repeat;
    background-image: url({% items[/skingear/sg001/sg001_voice_background.jpg] %});
    background-size: cover;
}

.voice-container img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.voice-title {
    text-align: center;
}

.voice-container .swiper-slide {
    border-radius: 10px;
    border: solid 1px #d6d6d6;
    background: #ffff;
    box-shadow: 1px 1px 24px #cecece;
    padding: 40px 36px;
    height: 600px;
    margin-bottom: 50px;
}

.voice-container h2 {
    background: linear-gradient(90deg, #74CBDC, #F1ED17);
    display: block;
    font-size: 3.2rem;
    font-weight: 600;
    width: fit-content;
    color: #000;
    margin: 10px auto;
}

.voice-container hgroup {
    margin: 30px auto;
    display: block;
}

@media screen and (max-width: 680px) {
    .voice-container h2 {
        white-space: wrap;
    }
}

.voice-container P {
    font-size: 1.8rem;
    line-height: 172%;
}

@media (max-width: 680px) {
    .fv_04 {
        height: 300px !important;
    }
}

.voice-container .swiper {
    padding: 0 20%;
}

@media screen and (max-width: 680px) {
    .voice-container .swiper {
        padding: 0 24px;
    }

    .voice-container .swiper-slide {
        height: 640px;
    }
}

/* pagenation のスタイル */
.swiper-pagination-bullet-active {
    width: 20px !important;
    transition: 0.4s !important;
    border-radius: 99999px !important;
    background: linear-gradient(90deg, #74CBDC, #F1ED17) !important;
}

.first {
    background-repeat: no-repeat;
    max-width: 680px;
    overflow: hidden;
    margin: 0 auto;
    height: auto;
    background-image: url(https://vibiby.itembox.design/item/skingear/sg001/sg001_fv_background.jpg);
    background-size: 100% auto;
}

#cta_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 640px;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}

#cta_button button {
    width: 90%;
    position: static;
    background: linear-gradient(90deg, #74CBDC, #F1ED17);
    padding: 10px;
    border-radius: 50vw;
    margin-bottom: 20px;
    font-size: 5rem;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: center;
    border: solid 3px white;
    box-shadow: 3px 3px 8px #ccd1d2;
}

#cta_button button::after {
    content: "　";
    background: url(https://vibiby.itembox.design//item/images/cta_button_allow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.cta_let1 {
    letter-spacing: 0.09em;
}

.cta_let2 {
    margin-left: -0.14em;
    letter-spacing: -0.05em;
}

@keyframes visible_op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cta_button_visible {
    display: block !important;
    animation: visible_op 0.4s ease-in;
}

/* modalのスタイル */

.shipfreeandspeedy {
    display: flex;
    justify-content: flex-end;
}


.modal-shipping--notice {
    font-size: 10px;
}

.modal-shipping--shipfree {
    font-size: 18px;
    font-weight: 700;
}

.modal-shipping--cont p {
    text-align: justify;
}

.modal-shipping--cont h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted #331d0f;
    padding: 10px 0;
}

p.shipfreeandspeedy-t {
    letter-spacing: -.01em;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #331d0f;
    font-size: 16px;
}

.shipfreeandspeedy-t::before {
    content: "";
    background-image: url(https://vibiby.itembox.design/item/horizonwalk/hw001_a001/ico-shipping-b.svg);
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}

a.inline {
    font-size: 16px;
    letter-spacing: 0em;
    text-decoration: underline;
    margin-left: 20px;
}

/*modal*/

.modal {
    display: none;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #331d0f;
}

.modaal-close:after,
.modaal-close:before {
    width: 2px;
    height: 40px;
}

.modaal-close:focus,
.modaal-close:hover {
    background: none;
}

.modal-shipping {
    margin-top: 20px;
}

.modaal-container {
    color: #331d0f;
}

/* modalのスタイルおわり */

.shopping_attention {
    margin: 0 auto;
    display: flex;
    width: 90%;
}

.shopping_attention img {
    object-fit: contain;
}

.shopping_attention img:nth-child(1) {
    width: 28%;
}

.shopping_attention img:nth-child(2) {
    width: 22%;
    padding: 10px;
}

.shopping_attention img:nth-child(3) {
    width: 25%;
}

.shopping_attention img:nth-child(4) {
    width: 25%;
}

/* LP幅に合わせてブレイクポイント変更する */
@media (max-width: 640px) {
    #cta_button {
        width: 100%;
    }

    #cta_button button {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    #cta_button button::after {
        font-size: 1.8rem;
        margin-left: 5px;
    }

    .shopping_attention {
        margin: 0 auto;
        display: flex;
        width: 90%;
    }
}
