.p-layout-features__content-list {
    grid-template-columns: repeat(3,1fr) !important;
}
.p-layout-features__media {
    flex:initial !important;
    max-width:0% !important;
}
.col-sm-12 {
    float: initial !important;
}

[data-id="1915904"] {
    background-color: #ccc;
}
[data-id="1915899"] {
    background-color: #f9f9f9;
}
[data-id="1915904"] .c-heading-2,
[data-id="1915899"] .c-heading-2 {
    margin-top: initial !important;
    margin-bottom: initial !important;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
[data-id="1915904"] .p-layout-features,
[data-id="1915899"] .p-layout-features {
    margin-bottom: initial !important;
    padding-bottom: 2rem;;
}
[data-id="1915904"] .p-layout-features__content-media-item {
    border-radius: 20px;
}
[data-id="1915899"] .p-layout-features__content-media-item {
    border-radius: 20px;
}

#d2172044 .c-link--arrow::after {
  display: inline-block;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0;
  content: '';
  width: 3px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin: auto;
}

/* pc */
@media only screen and (min-width: 769px) {
    [data-id="1761859"] .p-media-layout-02 {
        background-image: initial !important;
    }

    [data-id="1761859"] {
        background-image: url('/files/ov01-04-waves-yh-e700_02_tcm111-1716537.jpg');
        height: 155px;
        max-width: 100vw;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin: 8% auto 0;
    }

    /* Red Dot Award */
    [data-id="d1784516-2"] {
        background-color: #F2F2F2;
        margin: 0 32px 15px;
        padding: 50px 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    [data-id="d1784516-2"] .l-wrapper {
        width: 48%;
        margin: 0 1%;
    }
    [data-id="d1784516-2"] .p-media-layout__media {
        max-width: 28% !important; 
    }
}

/* sp */
@media only screen and (max-width: 769px) {
    :is([data-id="1784296"],[data-id="1915893"]) .p-media-wave-layout__media-image {
        padding-bottom: initial !important;
        padding-right: initial !important;
    }
    :is([data-id="1784296"],[data-id="1915893"]) .p-media-wave-layout__media-image img {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    :is([data-id="1783926"],[data-id="1915891"]) .p-media-wave-layout__media-image {
        padding-bottom: initial !important;
        padding-left: initial !important;
    }
    :is([data-id="1783926"],[data-id="1915891"]) .p-media-wave-layout__media-image img {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    :is([data-id="1915904"],[data-id="1915899"]) .p-layout-features__content-list {
        grid-template-columns: initial !important;
    }
    :is([data-id="1915950"],[data-id="1915896"]) .p-layout-features {
        gap: initial !important;
        flex-direction: initial !important;
    }

    [data-id="1761859"] .visible-xs {
        display: none !important;
    }
    [data-id="1761859"] {
        background-image: url('/files/ov01-04-waves-yh-e700-mo_02_tcm111-1637133.jpg');
        height: 75px;
        max-width: 100vw;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    /* Red Dot Award */
    [data-id="d1784516-2"] .p-media-layout {
        text-align: center;
    }
    [data-id="d1784516-2"] .p-media-layout__media {
        max-width: 50%;
    }

}

/* SET UP VIDEO */
#d1769830 .p-link-list__list {
    text-align: center;
}

/* 標準ボタン PC,SP共通*/
#d1769830 .c-link {
    display: inline-flex;
    gap: 1rem 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid var(--color-main);
    text-decoration: none;
    color: #4b1e78;
}
#d1769830 .c-link::after {
    content: none;
}
#d1769830 .c-link:hover, #d1769830 .c-link:active, #d1769830 .c-link:focus-visible {
    background-color: var(--color-main);
    color: #fff;
}