@media screen and (min-width: 740px) {
    .product-variation-wrapper {
        padding: 0 30px !important;
        margin: 80px 0;
    }
}

.product-variation-wrapper {
    padding: 0 30px;
    margin: 80px 0;
}

.product-variation-cartadd {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-variation-cartadd li {
    display: grid;
    justify-content: space-between;
    background-color: #F6EFE8;
    padding: 10px 10px 10px 20px;
    align-items: center;
    grid-template-columns:1fr .7fr
}

a.back-to-cartarea {
    padding: 15px 10px;
    display: block;
    background-color: #F6EFE8;
    border: 2px solid #331d0f;
    padding: 20px 10px;
    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;
    padding: 20px 10px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s ease-out;
    font-size: 12px;
    letter-spacing: .1em;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none;
    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: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

@media screen and (min-width: 740px) {

    .sg001-black::before,
    .sg001-beige::before {
        margin-bottom: .1em !important;
    }
}

.sg001-beige::before {
    content: "●";
    color: #ddab69;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

.color-name {
    letter-spacing: .12em;
    padding: 0 20px;
    font-size: 14px;
}

.product-size {
    font-weight: 600;
    /* 20250603 変更 */
    font-size: 18px;
}

.reserve-deliverydate {
    /* 20250603 変更 */    
    font-size: 14px;
    display: block;
}
@media screen and (min-width: 740px) {

    .product-size {
        font-size: 16px;
    }

    .reserve-deliverydate {
        font-size: 13px;
    }

    .color-name {
        font-size: 14px;
    }

}

.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;
}

@media screen and (min-width: 740px) {
    .product-outline h1 {
        font-size: 12px;
    }

    .product-outline h2 {
        font-size: 16px;
    }

    .product-outline h3 {
        font-size: 20px;
    }
}

.special-price--p {
    background-color: #eee;
    padding: 12px 12px;
    display: inline-block;
    /* 20250603 変更*/
    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--s {
    line-height: 1em;
    color: #c41f1f;
    /* 20250603 変更 */
    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%;
}

.fv_04_02 img{
    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;
    }