/*リセット*/
body{
    margin:0;
    padding:0;
    background-color: #702B3A;
}

.vd ul,ol,h1,h2,h3,h4,h5,h6,p,blockquote {
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
    color: #EADEE4;
}

.vd li{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
    color: #EADEE4;
}

.vd a{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
    color: #EADEE4;
}

.vd h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}

.vd ul ol{
    margin: 0;
    padding: 0;
}

.vd li{
    list-style: none;
}

.vd a{ 
    text-decoration: none;
    display: block;
}

.vd a:active{
    color: #ffffff;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/*パンくず色調整*/
.breadcrumb{
    color: #EADEE4;
}

.breadcrumb a{
    color: #EADEE4;
}

/*バレンタイン2026以下から*/
.sp_only{
    display: none;
}

.vd{
    background-color: #702B3A;
}

.vd_main_image img{
    width: 100%;
    max-width: 1920px;
}

.vd_wrapper{
    text-align: center;
}

/*コンセプト*/
.vd_textlogo{
    display: block;
    margin: 0 auto;
}

.vd_concept{
    margin-bottom: 4rem;
}

.vd_concept img{
    display: block;
    margin: 0 auto 0.2rem;
}

.vd_concept_logo{
    max-width: 480px;
    width: 100%;
}

.vd_concept_mark{
    max-width: 65px;
    width: 100%;
}

.vd_concept h1{
    color: #B3992F;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

.vd_concept h2{
    margin-bottom: 3em;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    line-height: 2.8rem;
}

.vd_concept p{
    padding-bottom: 3rem;
    letter-spacing: 0.2rem;
    line-height: 1.7rem;
}

.vd_concept div{
    max-width:450px;
    margin:  0 auto 4rem;
}

.vd_concept div p{
    border-bottom: 1px solid #EADEE4;
    padding-bottom: 1rem;
    font-size: 1.3rem;
}

.vd_concept div h4{
    padding-top: 2rem;
    font-size: 2rem;
    line-height: 1rem;
    letter-spacing: 0.3rem;
}

.vd_concept a{
    padding:1.4rem;
    max-width: 300px;
    background-color: #5D2430;
    color: #d6b581;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 0 auto 5rem;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: 0.8s;
    z-index: 1;
}

.vd_concept a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(155deg, #d6b581 50%, transparent 50%);
    background-position: 77%;
    background-size: 300%;
    transition: 0.8s;
    z-index: -1;
}

.vd_concept a:hover{
    color: #702B3A !important;
}

.vd_concept a:hover::before{
    background-position: 0;
    
}

/*バックハートイメージ*/
.vd_backimage{
    opacity:0.3;
    z-index: 1;
}

/*各セクション*/
.vd_textlogo{
    padding-bottom: 1.8rem;
    max-width: 480px;
    width: 100%;
}

.vd_container h3{
    letter-spacing: 0.1rem;
    line-height: 2rem;
}

.vd_container div img{
    max-width: 1000px;
    width: 100%;
}

/*商品詳細flex*/
.vd_container ul {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 10rem;
    gap: 3rem;
}

.vd_container ul li span{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}

.vd_column_rose li{
    background-color: #8E434F;
    flex-basis: 22%;
    padding: 25px 10px 35px;
    box-shadow: 15px 15px 0 0 #5D2430;
}

.vd_column_red li{
    background-color: #702B3A;
    flex-basis: 22%;
    padding: 25px 10px 35px;
    box-shadow: 15px 15px 0 0 #803340;
}

.vd_backcolor_rose{
    background-color: #8E434F;
    padding: 100px 0 5px;
}

.vd_backcolor_red{
    background-color: #702B3A;
    padding: 100px 0 5px;
}

.vd_tag{
    display: flex;
    justify-content: center;
    max-width: 300px;
    gap: 1rem;
    margin: 0 auto 1rem;
}

.vd_tag p{
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
    padding: 0.2rem 1rem;
    margin-top: 0.6rem;
}

.vd_tag_pink{
    background-color: #C62144;
}

.vd_tag_blue{
    background-color: #3A2B5A;
}

.vd_price_detail{
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.vd_product_detail{
    padding-top: 1rem;
    max-width:225px;
    margin: 1rem auto 0;
    border-top: dashed 1px;
}

.vd_subcopy{
    margin-top: 2rem;
    letter-spacing: 0.1rem;
}

/*公式通販はこちらタグ*/
.vd_column_red button{
    background-color: #8E434F;
    color: #d6b581;
    font-size: 1.2rem;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1rem;
    padding: 1rem 2.6rem;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: 0.8s;
    z-index: 1;
}

.vd_column_red button::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(155deg, #d6b581 50%, transparent 50%);
    background-position: 77%;
    background-size: 300%;
    transition: 0.8s;
    z-index: -1;
}

.vd_column_red button:hover{
    color: #8E434F;
}

.vd_column_red button:hover::before{
    background-position: 0;
    
}

.vd_column_rose button{
    background-color: #702B3A;
    color: #d6b581;
    font-size: 1.2rem;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1rem;
    padding: 1rem 2.6rem;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: 0.8s;
    z-index: 1;
}

.vd_column_rose button::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(155deg, #d6b581 50%, transparent 50%);
    background-position: 77%;
    background-size: 300%;
    transition: 0.8s;
    z-index: -1;
}

.vd_column_rose button:hover{
    color: #702B3A;
}

.vd_column_rose button:hover::before{
    background-position: 0;
    
}

/*最下層ハートマーク*/
.vd_bottom_mark{
    padding:4rem 0;
}

/*991px以下：タブレット*/
@media screen and (max-width:991px){
.pc_only{
    display: none;
}

.sp_only{
    display: block;
}

.vd_concept{
    padding: 0 35px 0;
    margin-bottom: 0;
}

.vd_concept h1{
    font-size: 1rem;
}

.vd_container{
    padding: 20px;
}

.vd_concept img{
    margin-top: 1.5rem;
}

.vd_concept h2{
    font-size: 1rem;
    line-height: 1.5rem;
}

.vd_concept p{
    line-height: 1.1rem;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
}

.vd_concept div{
    max-width: 360px;
}

.vd_concept div h4{
    font-size: 1.5rem;
}

.vd_concept div p{
    font-size: 1rem;
    text-align: center;
}

.vd_concept a{
    max-width: 250px;
    font-size: 1rem;
    margin:0 auto 1rem;
}

.vd_container ul{
    flex-wrap: wrap;
}

.vd_textlogo{
    padding-top: 1rem;
}

.vd_container h3{
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.vd_column_rose li{
    flex-basis: 42%;
    margin-bottom: 15px;
}

.vd_column_red li{
    flex-basis: 42%;
    margin-bottom: 15px;
}

.vd_column_red button{
    font-size: 0.8rem;
    padding: 0.8rem 1.5rem;
    margin-top: 1rem;
}

.vd_column_rose button{
    font-size: 0.8rem;
    padding: 0.8rem 1.5rem;
    margin-top: 1rem;
}

.vd_container ul{
    margin-bottom: 1rem;
    gap: 2rem;
}

.vd_container ul li img{
    max-width: 280px;
    width: 100%;
}

.vd_price_detail{
    font-size: 0.8rem;
}

.vd_container ul li span{
    font-size: 1.3rem;
}

.vd_product_detail{
    font-size: 0.8rem;
    max-width: 190px;
    line-height: 1rem;
}

.vd_warning{
    font-size: 0.8rem;
}

.vd_tag{
    max-width: 150px;
    gap: 10px;
}

.vd_tag p{
    font-size: 0.6rem;
    padding: 5px 5px;
}

.vd_column_red button::before{
    background-position: 84%;
    background-size: 315%;
}

.vd_column_rose button::before{
    background-position: 84%;
    background-size: 315%;
}
}

/*428px以下：スマホ*/
@media screen and (max-width:428px){
.vd_concept div h4{
    font-size: 1.3rem;
    line-height: 2rem;
}

.vd_concept p{
    text-align: left;
    font-size: 0.75rem;
}

.vd_subcopy{
    font-size: 0.7rem;
    text-align: left;
}

.vd_container h3{
    text-align: left;
}

.vd_container ul{
    gap: 10px;
    margin-top: 3rem;
}

.vd_bottom_mark img{
    max-width: 150px;
    width: 100%;
}
}