@charset "utf-8";


#POMELLATO_Damiani{
    --h-title-color: #453737;
    --p-text-color: #5e5e5e;
    --back-color: #2c3e50;
    --cta-color: #c59090;
    position: relative;
}

#POMELLATO_Damiani * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif !important;
    line-height: 0;
    box-sizing: border-box;
}

#POMELLATO_Damiani img {
    width: 100%;
    height: auto;
}

#POMELLATO_Damiani ul {
    list-style: none;
}

#POMELLATO_Damiani a {
    text-decoration: none;
}

#POMELLATO_Damiani .section_inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#POMELLATO_Damiani .comma_none{
    display: none;
}

@media screen and (max-width:1024px) {
    #POMELLATO_Damiani .section_inner {
        padding: 0 2%;
    }
}

@media screen and (max-width:768px) {
    #POMELLATO_Damiani .sp_none{
        display: none;
    }

    #POMELLATO_Damiani .comma_none{
        display: inline-block;
    }
}



/*section001*/
#POMELLATO_Damiani .section001 {
    margin-bottom: 180px;
}

#POMELLATO_Damiani .section001 .cnt_mv h1 {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto 60px;
    aspect-ratio: 1325 / 582;
}

#POMELLATO_Damiani .section001 .section_inner p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--p-text-color);
    line-height: 1.8;
    font-weight: 100;
}

#POMELLATO_Damiani .section001 .section_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:40px;
}

#POMELLATO_Damiani .section001 .section_inner ul li {
    position: relative;
    width: calc(calc(100% - 80px) / 3);
    max-width: calc(1020px / 3);
}

#POMELLATO_Damiani .section001 .section_inner ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 6px), calc(-50% + 6px));
    display: block;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--h-title-color) 65%, transparent);
    transition: .4s all;
    z-index: 0;
}

#POMELLATO_Damiani .section001 .section_inner ul li a{
    position: relative;
    display: block;
    height: 60px;
    align-items: center;
    background: transparent;
    transition: .5s all;
    border: 1px solid var(--cta-color);
    box-sizing: border-box;
    z-index: 1;
}


#POMELLATO_Damiani .section001 .section_inner ul li a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    margin: 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    transition: .5s all;
}

@media screen and (min-width:1025px) {
    #POMELLATO_Damiani .section001 .section_inner ul li:hover::before{
        transform: translate(-50%, -50%);
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        background: var(--h-title-color);
    }
}



@media screen and (max-width:1024px) {
    #POMELLATO_Damiani .section001 {
        margin-bottom: 15%;
    }

    #POMELLATO_Damiani .section001 .cnt_mv h1 {
        margin-bottom: 6%;
    }

    #POMELLATO_Damiani .section001 .section_inner p {
        margin-bottom: 6%;
    }
}

@media screen and (max-width:768px) {
    #POMELLATO_Damiani .section001 {
        margin-bottom: 14%;
    }

    #POMELLATO_Damiani .section001 .cnt_mv h1 {
        margin-bottom: 8%;
        aspect-ratio: 1 / 1;
    }

    #POMELLATO_Damiani .section001 .section_inner p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(16 / 3.75)), 23px);
        text-align: left;
    }

    #POMELLATO_Damiani .section001 .section_inner ul {
        max-width: min(calc(1vw * calc(240 / 3.75)),300px);
        margin: 0 auto;
        gap: 20px;
    }

    #POMELLATO_Damiani .section001 .section_inner ul li {
        width: 100%;
    }

    #POMELLATO_Damiani .section001 .section_inner ul li a{
        height: min(calc(1vw * calc(50 / 3.75)),54px);
    }

    #POMELLATO_Damiani .section001 .section_inner ul li a::after{
        transform: translate(3px, calc(-50% - 2px)) rotate(135deg);
    }

    #POMELLATO_Damiani .section001 .section_inner ul li a span{
        margin-left: min(calc(1vw * calc(20 / 3.75)),22px);
        font-size: min(calc(1vw * calc(16 / 3.75)),18px);
    }

    #POMELLATO_Damiani .section001 .section_inner ul li a::after{
        right: 22px;
        width: 8px;
        height: 8px;
    }
    
}



/*section002以降共通*/
#POMELLATO_Damiani .common_box {
    margin-bottom: 200px;
}

#POMELLATO_Damiani .common_box .section_inner > div:first-of-type{
    margin-bottom: 40px;
}

#POMELLATO_Damiani .common_box .section_inner > div:first-of-type > div:first-of-type{
    text-align: center;
    margin-bottom: 40px;
}

#POMELLATO_Damiani .common_box h2{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 1.4;
    color: var(--h-title-color);
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
}

#POMELLATO_Damiani .common_box h2 span{
    position: relative;
}

#POMELLATO_Damiani .common_box h2 span::before{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.6;
    color: var(--h-title-color);
}

#POMELLATO_Damiani .section002.common_box h2 span::before{
    content: "ポメラート";
}

#POMELLATO_Damiani .section003.common_box h2 span::before{
    content: "ダミアーニ";
}

#POMELLATO_Damiani .common_box h2 + p{
    position: relative;
    /*left: 50%;
    transform: translateX(-50%);*/
    display: inline-block;
    margin-bottom: 0;
    padding: 15px;
    font-size: 20px;
    color: var(--p-text-color);
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid var(--cta-color);
}

#POMELLATO_Damiani .common_box h2 + p::before,
#POMELLATO_Damiani .common_box h2 + p::after{
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

#POMELLATO_Damiani .common_box h2 + p::before{
    bottom: -19px;
    right: calc(100% / 5);
    width: 19px;
    height: 19px;
    background: color-mix(in srgb, var(--cta-color) 70%, #000);;
}

#POMELLATO_Damiani .common_box h2 + p::after{
    bottom: -17px;
    right: calc(calc(100% / 5) + 3px);
    width: 18px;
    height: 18px;
    background: #fff;
}

#POMELLATO_Damiani .common_box h2 + p + p{
    font-size: 20px;
    color: var(--p-text-color);
    line-height: 1.6;
    font-weight: 100;
    text-align: center;
}

#POMELLATO_Damiani .common_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin: 0 auto 60px;
}

#POMELLATO_Damiani .common_box ul li{
    position: relative;
    width: calc(calc(100% - 120px) / 4);
    max-width: calc(980px / 4);
    background: #fff;
    z-index: 10;
}

#POMELLATO_Damiani .common_box ul li a{
    position: relative;
    display: block;
    padding: 5%;
    transition: .4s all ease-out;
    border-radius: 5px;
    box-sizing: border-box;
    transform-origin: center;
    border-radius: 5px;
    overflow: hidden;

}

#POMELLATO_Damiani .common_box ul li a > div:first-of-type{
    margin-bottom: 15px;
}

#POMELLATO_Damiani .common_box ul li p{
    font-size: 18px;
    line-height: 1.4;
    color: var(--p-text-color);
    font-weight: 300;
    text-align: center;
}

#POMELLATO_Damiani .common_btn{
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid var(--cta-color);
    border-radius: 0px;
    transition: .4s all;
}

#POMELLATO_Damiani .common_btn a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 20px;
    line-height: 1.6;
    color: var(--h-title-color);
    text-align: center;
    border-radius: 0px;
    transition: .4s all;
}

#POMELLATO_Damiani .common_btn a::after{
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    transform: translate(-5px, -5px) rotate(0);
    width: 10px;
    height: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border: unset;
    background: var(--cta-color);
    transition: .5s all;
}

#POMELLATO_Damiani .common_btn.re_btn{
    margin-top: 6%;
}

#POMELLATO_Damiani .common_btn.re_btn::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: var(--h-title-color);
    border-radius: 0;
    transition: .4s all;
}

#POMELLATO_Damiani .common_btn.re_btn a{
    color: #fff;
    background-color: transparent;
}

#POMELLATO_Damiani .common_btn.re_btn a::after{
    transform: translate(-7px, -7px) rotate(0);
    background: #fff;
}

#POMELLATO_Damiani .all_btn{
    margin-top: 60px;
}

@media screen and (min-width:1025px) {
    #POMELLATO_Damiani .common_btn:hover {
        border-radius: 10px 10px 0px 10px;
    }

    #POMELLATO_Damiani .common_btn:hover a{
        border-radius: 10px 10px 0px 10px;
    }

    #POMELLATO_Damiani .common_btn:hover a::after{
        transform: translate(-2px, -2px) rotate(0);
    }

    #POMELLATO_Damiani .common_btn.re_btn:hover::before{
        border-radius: 10px 10px 0px 10px;
    }

    #POMELLATO_Damiani .common_btn.re_btn:hover a::after{
        transform: translate(-4px, -4px) rotate(0);
    }

    #POMELLATO_Damiani .common_box ul li a:hover{
        transform: translateY(-4px);
        box-shadow: 0 0 5px 2px #ddd;
    }
}


@media screen and (max-width:1024px) {
    #POMELLATO_Damiani .common_box {
        margin-bottom: 15%;
    }

    #POMELLATO_Damiani .section005{
        margin-bottom: 15%;
    }


    #POMELLATO_Damiani .common_box .section_inner > div:first-of-type{
        margin-bottom: 4%;
    }

    #POMELLATO_Damiani .common_box h2{
        margin-bottom: 2%;
        font-size: min(calc(1vw * calc(37 / 7.69)), 50px);
    }

    #POMELLATO_Damiani .common_box h2 span::before{
        font-size: min(calc(1vw * calc(16 / 7.69)), 20px);
    }

    #POMELLATO_Damiani .common_box h2 + p{
        margin-bottom: 3%;
        font-size: min(calc(1vw * calc(19 / 7.69)), 25px);
    }

    #POMELLATO_Damiani .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 7.69)), 15px);
    }

    #POMELLATO_Damiani .common_box ul{
        margin-bottom: 4%;
    }

    #POMELLATO_Damiani .all_btn{
        margin-top: 6%;
    }
}

@media screen and (max-width:768px) {
    #POMELLATO_Damiani .common_box .section_inner > div:first-of-type{
        display: block;
        margin-bottom: 6%;
    }

    #POMELLATO_Damiani .common_box .section_inner > div:first-of-type > div{
        width: 100%;
    }

    #POMELLATO_Damiani .common_box .section_inner > div:first-of-type > div:first-of-type{
        margin-right: 0;
        margin-bottom: 4%;
    }

    #POMELLATO_Damiani .common_box h2{
        margin-bottom: 2%;
        padding-bottom: 4%;
        font-size: min(calc(1vw * calc(30 / 3.75)), 37px);
        letter-spacing: min(calc(1vw * calc(5 / 3.75)), 10px);
        text-align: left;
    }

    #POMELLATO_Damiani .common_box h2 span::before{
        bottom: max(calc(1vw * calc(-15 / 3.75)), -20px);
        font-size: min(calc(1vw * calc(14 / 3.75)), 16px);
    }

    #POMELLATO_Damiani .common_box h2 + p{
        margin-bottom: 4%;
        font-size: min(calc(1vw * calc(14 / 3.75)), 20px);
        text-align: left
    }

    #POMELLATO_Damiani .common_box h2 + p + p{
        font-size: min(calc(1vw * calc(14 / 3.75)), 15px);
        text-align: left
    }

    #POMELLATO_Damiani .common_box ul{
        gap: 20px;
    }

    #POMELLATO_Damiani .common_box ul li{
        width: calc(calc(100% - 20px) / 2);
        max-width: none;
    }

    #POMELLATO_Damiani .common_box ul li p:first-of-type{
        font-size: min(calc(1vw * calc(14 / 3.75)), 16px);
    }
}




/*スクロールアニメーション*/
#POMELLATO_Damiani .common_box h2,
#POMELLATO_Damiani .common_box h2 span{
    position: relative;
    overflow: hidden;
}

#POMELLATO_Damiani .common_box h2 span::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: inline-block;
    width: 500px;
    height: calc(100% + 20px);
    background: #fff;
    transition: 1.5s all;
}

#POMELLATO_Damiani .common_box.active h2 span::after{
    transform: translateX(100%);
}

#POMELLATO_Damiani .common_box h2 + p{
    opacity: 0;
    transition: .5s .4s all;
}

#POMELLATO_Damiani .common_box.active h2 + p{
    opacity: 1;
}

#POMELLATO_Damiani .common_box .list_animation li{
    position: relative;
    opacity: 0;
}

#POMELLATO_Damiani .common_box.active .list_animation li{
    animation: fadeIn .8s ease-out .4s 1 alternate forwards;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    #POMELLATO_Damiani .common_box h2 + p{
        display: block;
    }
}
