@font-face {
    font-family: 'Fraunces144pt';
    src: url('fraunces144pt-bold.woff2') format('woff2'),
        url('fraunces144pt-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CodecPro';
    src: url('codecpro-regular.woff2') format('woff2'),
        url('codecpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CodecPro';
    src: url('codecpro-italic.woff2') format('woff2'),
        url('codecpro-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-light.woff2') format('woff2'),
        url('poppins-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1 {
    margin: 0;
    font-family: 'Fraunces144pt';
    font-size: 3.646vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: #000;
    margin-bottom: 3.229vw;
}

h2 {
    font-family: 'Fraunces144pt';
    font-size: 4.427vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.005vw;
    color: #000;
    margin: 0;
}

h3 {
    font-family: 'CodecPro';
    font-size: 1.458vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.146vw;
    text-transform: uppercase;
    color: #000;
}

h4 {
    font-family: 'CodecPro';
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.25vw;
    text-transform: uppercase;
    color: #e61b41;
}

p {
    font-family: 'Poppins';
    font-size: 1.146vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.057vw;
    color: #000;
}

.rotate_text {
    position: absolute;
    transform: rotate(-90deg);
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_btn,
input[type="submit"] {
    display: inline-block;
    font-family: 'Poppins';
    font-size: 1.042vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: 0.135vw;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0.521vw;
    cursor: pointer;
    position: relative;
}

.site_btn span {
    display: block;
    position: relative;
    z-index: 9;
    padding: 0.781vw 1.823vw;
    background-color: #E61B41;
    border-radius: 0.781vw;
}

.site_btn:hover span {
    background-color: #000;
}

.site_btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.781vw;
    background-color: #F0D9D3;
    z-index: 1;
    top: 0.625vw;
    left: 0.469vw;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #ECE112 0%, #ECE112 100%);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0% 100%;
    color: inherit;
}

.desk_only {
    display: block;
}

.mobile_only {
    display: none;
}

br.m {
    display: none;
}


@media (max-width: 768px) {


    h1 {
        font-size: 8vw;
        line-height: 1.34;
        letter-spacing: normal;
        margin-bottom: 6.829vw;
        /* text-align: center; */
    }

    h2 {
        font-size: 8vw;
        line-height: 1.33;
        letter-spacing: normal;
    }

    h3 {
        font-size: 4vw;
        line-height: 1.47;
        letter-spacing: 0.4vw;
    }

    h4 {
        font-size: 3.733vw;
        line-height: 2.86;
        letter-spacing: 0.747vw;
    }

    p {
        font-size: 1.146vw;
        letter-spacing: 0.057vw;
    }

    .site_btn,
    input[type="submit"] {
        font-size: 3.467vw;
        line-height: 2.46;
        letter-spacing: 0.347vw;
        /* border-radius: 2.881vw; */
    }

    .site_btn span {
        padding: 1.281vw 6.723vw;
        border-radius: 2.581vw;
    }

    .site_btn:before {
        border-radius: 2.581vw;
        top: 2.025vw;
        left: 1.469vw;
    }

    .desk_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    br {
        display: none;
    }

    br.m {
        display: block;
    }
}


/* Header */
.dg_header {
    padding-top: 0.625vw;
    padding-bottom: 0.26vw;
    padding-left: 7.813vw;
    padding-right: 7.813vw;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 3.281vw;
    background-color: #F9F5EE;
}

.dg_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.dg_header_left {
    width: 11.458vw;
}

.dg_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.dg_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: -0.313vw;
}

.dg_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 2.865vw;
}

.dg_header_right li a {
    font-family: 'CodecPro';
    font-size: 0.99vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.115vw;
    color: #000000;
    position: relative;
    display: block;
    padding-bottom: 0.26vw;
}

.dg_header_right li:last-child {
    margin-bottom: -0.417vw;
}

.dg_header_right li:last-child img {
    height: 0.99vw;
    width: auto;
}

.dg_header_right li a:after {
    /* content: " "; */
    width: 100%;
    height: 0.208vw;
    background-color: rgb(226 168 131 / 0%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dg_header_right li a:hover:after {
    background-color: #e2a883;
}


/* Responsive Header */

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 24.375px;
    width: 24.375px;
    display: block;
    position: absolute;
    top: 30.814px;
    right: 23.351px;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 7.811px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 28.5px;
    display: block;
    background-color: #000;
    height: 1.875px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 10.508px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -2.475px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background-image: linear-gradient(to bottom, #f0d4cd, #f8f5ef 185%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    margin-top: 109px;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 39px;
    text-align: center;
}

.responsive_menu_logo {
    position: absolute;
    width: 192px;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
}

.responsive_menu_instra {
    position: relative;
    bottom: -66px;
}

.responsive_menu_instra a img {
    display: unset;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    font-family: 'CodecPro';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: .98;
    letter-spacing: 2.2px;
    text-align: center;
    color: #000;
    border: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
}

.responsive-menu ul li a:hover {
    border-bottom: 1px solid #000;
    display: inline-block;
}

.responsive-menu ul li.responsive_menu_logo a:hover,
.responsive-menu ul li.responsive_menu_instra a:hover,
.responsive-menu ul li:hover {text-decoration: none;border: none;}



@media (max-width: 768px) {
    .dg_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
    }

    .dg_header {
        padding-top: 5.6vw;
        padding-bottom: 0vw;
        padding-left: 1.267vw;
        padding-right: 0.167vw;
        top: 20vw;
        background-color: #ECDAD4;
    }

    .dg_header_left {
        width: 30.658vw;
        margin-top: -1.4vw;
    }
}


/* Globals --> Full Left BG */
.full-bg-holder {
    position: relative;
}

.full-bg-holder>* {
    position: relative;
    z-index: 1;
}

.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity: 0;
}

.full-left-bg.active {
    opacity: 1;
}


/* Globals --> Full right BG */
.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;

    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859CAC;
    opacity: 0;
}

.full-right-bg.active {

    opacity: 1;
}


/* Globals --> Full Right & Left BG */
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
}

.full-bg-mobile.active {
    opacity: 1;
}

.dg_img_in {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    background-image: url(dg2_bg.png);
}


/* section top */
.dg_top {
    background-color: #F0D4CD;
    padding-top: 1.354vw;
    padding-bottom: 0.833vw;
}

.dg_top .section_inner {
    width: 77.083vw;
    text-align: center;
}

.dg_top p {
    font-family: 'CodecPro';
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.097vw;
    text-transform: uppercase;
    color: #000;
}

.dg_top .section_inner a {
    color: #e61b41;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dg_top {
        background-color: #F0D4CD;
        padding-top: 4.1vw;
        padding-bottom: 3.8vw;
    }

    .dg_top p {
        font-size: 2.933vw;
        line-height: 1.45;
        letter-spacing: 0.293vw;
    }

    .dg_top .section_inner a {
        color: #e61b41;
        text-decoration: underline;
    }
}

/* Section 1 */
.dg1 {
    padding-top: 7.396vw;
    background-image: linear-gradient(60deg, #f9f5ee 23%, #ecdad4 84%);
}

.dg1 .section_inner {
    width: 88.542vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.dg1 .section_left_item {
    width: 70%;
    padding-top: 10.365vw;
    padding-left: 2.083vw;
    position: relative;
    z-index: 9;
}

.dg1 .section_left_item h3 {
    font-size: 1.354vw;
    line-height: 1.25;
    letter-spacing: 0.099vw;
    padding-left: 4.792vw;
    margin-bottom: 2.292vw;
}

.dg1 .section_left_item .site_btn {
    margin-left: 4.792vw;
}

.dg1 .section_right_item {
    width: 30%;
}

.dg1_img {
    position: relative;
    width: 40.677vw;
    margin-left: -12.5vw;
}


@media (max-width: 768px) {
    .dg1 {
        padding-top: 11.096vw;
        padding-bottom: 16.3vw;
        background-image: linear-gradient(60deg, #f9f5ee 23%, #ecdad4 84%);
    }

    .dg1 .section_inner {
        flex-direction: column-reverse;
    }

    .dg1 .section_left_item {
        padding-top: 9.165vw;
        padding-left: 0vw;
        text-align: center;
    }

    .dg1 .section_left_item h3 {
        font-size: 4vw;
        line-height: 1.47;
        letter-spacing: 0.4vw;
        padding-left: 0vw;
        margin-bottom: 11.692vw;
    }

    .dg1 .section_left_item .site_btn {
        margin-left: -1vw;
    }

    .dg1 .section_right_item {
        width: 30%;
    }

    .dg1_img {
        width: 106.777vw;
        margin-left: -5.1vw;
        background-color: #ECDAD4;
    }

    .dg1_img .mobile_only {
        width: 100%;
    }
}


/* Section 2 */
.dg2 {
    position: relative;
    z-index: 1;
}

.dg2 .section_inner {
    width: 85.417vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.dg2 .section_left_item {
    width: 29.9%;
    padding-left: 4.583vw;
    padding-top: 7.292vw;
    padding-bottom: 7.917vw;
}


.dg2_img {
    position: relative;
    z-index: 99;
    width: 33.854vw;
}

.dg2 .rotate_text {
    top: 4.115vw;
    left: -11.979vw;
}


.dg2 .section_right_item {
    width: 70.1%;
    position: relative;
    z-index: 999;
    padding-top: 7.188vw;
    padding-left: 17.292vw;
}

.dg2 .section_right_item h2 {
    text-transform: lowercase;
    margin-left: -6.719vw;
    margin-bottom: 3.542vw;
}

.dg2 .section_right_item p {
    font-size: 1.146vw;
    line-height: 1.4;
    margin-bottom: 1.615vw;
}

.dg2 .section_right_item h3 {
    margin-top: 3.281vw;
    margin-bottom: 2.552vw;
}

.dg2 .site_btn span {
    padding: 0.781vw 1.25vw 0.781vw 2.24vw;
}

@media (max-width: 768px) {
    .dg2 {
        padding-bottom: 21.8vw;
    }

    .dg2 .section_inner {
        padding: 0;
    }

    .dg2 .section_left_item {
        padding-left: 16.683vw;
        padding-top: 16.192vw;
        padding-bottom: 15.617vw;
        position: relative;
    }


    .dg2_img {
        position: relative;
        z-index: 99;
        width: 73.754vw;
    }

    .dg2 .rotate_text {
        top: 12.115vw;
        left: -30.979vw;
    }

    .dg2 .dg_img_in.full-left-bg {
        display: none;
    }

    .dg2 .section_left_item:before {
        content: '';
        position: absolute;
        width: 66%;
        height: 100%;
        background-image: url(dg2_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
    }

    .dg2 .section_right_item {
        padding-top: 8.388vw;
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: center;
    }

    .dg2 .section_right_item h2 {
        text-align: center;
        margin-left: 0vw;
        margin-bottom: 8.842vw;
    }

    .dg2 .section_right_item h2 br {
        display: block;
    }

    .dg2 .section_right_item p {
        font-size: 3.733vw;
        line-height: 1.59;
        letter-spacing: 0.187vw;
        margin-bottom: 5.715vw;
    }

    .dg2 .section_right_item h3 {
        margin-top: 11.881vw;
        margin-bottom: 12.052vw;
    }

    .dg2 .site_btn span {
        padding: 1.381vw 8.24vw;
    }
}


/* Section 3 */
.dg3 {
    padding-top: 3.906vw;
    padding-bottom: 9.167vw;
    background-color: #F9F5EE;
}

.dg3 .section_inner {
    width: 63.542vw;
}

.dg3 h2 {
    letter-spacing: -0.01vw;
    padding-left: 0.469vw;
    margin-bottom: 2.344vw;
}

.dg3 h3 {
    padding-left: 0.885vw;
    margin-bottom: 4.948vw;
}


.dg3 .dg3_items {
    position: relative;
}

.dg3 .dg3_items ul {
    margin: 0;
    padding-left: 8.438vw;
    padding-bottom: 1.146vw;
    list-style: none;
}

.dg3 .dg3_items ul li {
    font-family: Poppins;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.063vw;
    color: #000;
    margin-bottom: 1.563vw;
    position: relative;
}

.dg3 .dg3_items ul li:before {
    content: '';
    position: absolute;
    width: 0.365vw;
    height: 0.365vw;
    background-color: #000;
    border-radius: 50%;
    left: -2.24vw;
    top: 0.573vw;
}

.dg3 .dg3_items .rotate_text {
    left: -5.938vw;
    top: 6.615vw;
}

.dg3 .site_btn {
    margin-left: 7.083vw;
}

.dg3 .site_btn span {
    padding: 0.781vw 1.615vw;
}

@media (max-width: 768px) {
    .dg3 {
        padding-top: 10.106vw;
        padding-bottom: 46.467vw;
    }

    .dg3 h2 {
        padding-left: 0.469vw;
        margin-bottom: 7.144vw;
        text-align: center;
    }

    .dg3 h3 {
        margin-bottom: 12.248vw;
        text-align: center;
    }


    .dg3 .dg3_items {
        position: relative;
    }

    .dg3 .dg3_items ul {
        padding-left: 16.838vw;
        padding-bottom: 5.646vw;
    }

    .dg3 .dg3_items ul li {
        font-size: 3.733vw;
        line-height: 1.57;
        letter-spacing: 0.16vw;
        margin-bottom: 6.463vw;
        position: relative;
    }

    .dg3 .dg3_items ul li:before {
        width: 1.067vw;
        height: 1.067vw;
        left: -4.84vw;
        top: 2.673vw;
    }

    .dg3 .dg3_items .rotate_text {
        left: -16.938vw;
        top: 37.015vw;
    }

    .dg3 .site_btn {
        margin-left: 16.9vw;
    }

    .dg3 .site_btn span {
        padding: 1.381vw 4.915vw;
    }
}

/* Section 4 */
.dg4 {
    padding-bottom: 6.198vw;
    background-color: #F0D9D3;
}

.dg4_art {
    position: absolute;
    background-image: url(art.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -17.24vw;
    left: -12.594vw;
    width: 33.302vw;
    height: 22.594vw;
}

.dg4 .section_inner {
    width: 85.417vw;
    display: flex;
    flex-wrap: wrap;
}

.dg4 .section_left_item {
    width: 50%;
    padding-top: 5.677vw;
    padding-left: 0.417vw;
}

.dg4 .section_left_item h2 {
    line-height: 1.07;
    margin-bottom: 3.75vw;
}

.dg4 .section_left_item h3 {
    padding-left: 6.458vw;
    line-height: 1.4;
    letter-spacing: 0.079vw;
    margin-bottom: 1.042vw;
}

.dg4 .section_left_item ul {
    margin: 0;
    padding-left: 8.594vw;
    list-style: none;
}

.dg4 .section_left_item ul li {
    font-family: Poppins;
    font-size: 1.146vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: 0.057vw;
    color: #000;
    margin-bottom: 0px;
    position: relative;
}

.dg4 .section_left_item ul li b {
    font-weight: 500;
}

.dg4 .section_left_item ul li:before {
    content: '';
    position: absolute;
    width: 0.365vw;
    height: 0.365vw;
    background-color: #000;
    border-radius: 50%;
    left: -1.823vw;
    top: 1.354vw;
}

.dg4 .section_right_item {
    width: 50%;
    position: relative;
    padding-left: 3.333vw;
}

.dg4_img {
    width: 34.948vw;
    margin-top: -7.865vw;
}

.dg4 .rotate_text {
    transform: rotate(90deg);
    right: -11.094vw;
    top: 15.156vw;
}

@media (max-width: 768px) {
    .dg4 {
        padding-bottom: 7.198vw;
    }

    .dg4_art {
        top: -55.24vw;
        right: -17.594vw;
        width: 54.302vw;
        height: 41.594vw;
        left: inherit;
        transform: rotate(117deg);
        z-index: 99;
    }

    .dg4 .section_inner {
        flex-direction: column-reverse;
    }

    .dg4 .section_left_item {
        width: 50%;
        padding-top: 9.077vw;
        padding-left: 0.417vw;
        text-align: center;
    }

    .dg4 .section_left_item h2 {
        line-height: 1.35;
        margin-bottom: 8.55vw;
    }

    .dg4 .section_left_item h2 br {
        display: block;
    }

    .dg4 .section_left_item h3 {
        padding-left: 0.458vw;
        font-size: 4vw;
        line-height: 1.47;
        letter-spacing: 0.4vw;
        margin-bottom: 6.842vw;
    }

    .dg4 .section_left_item h3 mark {
        /* display: none; */
        background-image: linear-gradient(120deg, transparent 0%, transparent 100%);
    }

    .dg4 .section_left_item ul {
        padding-left: 14.594vw;
        text-align: left;
    }

    .dg4 .section_left_item ul li {
        font-size: 3.733vw;
        line-height: 1.57;
        letter-spacing: 0.187vw;
        margin-bottom: 6.4vw;
    }

    .dg4 .section_left_item ul li b {
        font-weight: 600;
    }

    .dg4 .section_left_item ul li:before {
        width: 1.067vw;
        height: 1.067vw;
        left: -4.84vw;
        top: 2.073vw;
    }

    .dg4 .section_right_item {
        padding-left: 1.333vw;
    }

    .dg4_img {
        width: 78.448vw;
        margin-top: -26.565vw;
    }

    .dg4_img img {
        width: 100%;
    }

    .dg4 .rotate_text {
        right: -32.694vw;
        top: 35.356vw;
    }
}



/* Section 5 */
.dg5 {
    position: relative;
    padding-top: 3.958vw;
    padding-bottom: 9.583vw;
}

.dg5 .section_inner {
    width: 84.479vw;
}

.dg5 h2 {
    text-align: center;
    margin-bottom: 2.083vw;
}

.dg5 p {
    text-align: center;
    margin-bottom: 7.865vw;
}

.dg5 mark {
    background-size: 100% 64%;
    background-position: 0 64%;
}

.dg5_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5vw;
}

.dg5_item {
    width: 25.104vw;
    text-align: center;
    border: solid 3px #F0C0C5;
    padding-top: 4.115vw;
}

.dg5_item:nth-child(1) {
    background-color: rgb(238 240 241 / 60%);
    position: relative;
}

.dg5_item:nth-child(1):after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(dg5_1bg.jpg);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: cover;
}

.dg5_item:nth-child(2) {
    position: relative;
    background-color: rgb(239 227 225 / 60%);
}

.dg5_item:nth-child(2):after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(dg5_1bg.jpg);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: cover;
}

.dg5_item:nth-child(3) {
    position: relative;
    background-color: rgb(250 248 245 / 60%);
}

.dg5_item:nth-child(3):after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(dg5_1bg.jpg);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: cover;
}

.dg5_item_img {
    padding: 0 2.865vw;
}

.dg5_item h3 {
    line-height: 1.33;
    letter-spacing: 0.068vw;
    margin-top: 2.656vw;
    margin-bottom: 3.646vw;
}

.dg5_item:nth-child(1) h3 {
    margin-top: 2.292vw;
    margin-bottom: 4.01vw;
}

.dg5_item:nth-child(3) h3 {
    margin-top: 2.656vw;
    margin-bottom: 3.646vw;
    padding-left: 0.573vw;
}


.dg5_btn {
    margin-bottom: -1.354vw;
    margin-left: -0.417vw;
}

.dg5_item:nth-child(3) .dg5_btn {
    margin-left: 0.104vw;
}

.dg5_item .site_btn span {
    padding: 0.781vw 1.51vw 0.781vw 2.604vw;
}

@media (max-width: 768px) {
    .dg5 {
        padding-top: 9.958vw;
        padding-bottom: 29.583vw;
    }

    .dg5 h2 {
        text-align: center;
        margin-bottom: 7.183vw;
    }

    .dg5 p {
        font-size: 3.733vw;
        line-height: 1.57;
        letter-spacing: 0.187vw;
        margin-bottom: 11.365vw;
    }

    .dg5 mark {
        background-size: 100% 64%;
        background-position: 0 64%;
    }

    .dg5_items {
        margin-top: 2.5vw;
        padding: 0 3.7vw;
    }

    .dg5_item {
        width: 100%;
        padding-top: 13.815vw;
        margin-bottom: 28.1vw;
    }

    .dg5_item:nth-child(2) {
        /* position: relative; */
        /* background-color: rgb(239 227 225 / 60%); */
        padding-top: 13vw;
        margin-bottom: 29.9vw;
    }

    .dg5_item:nth-child(3) {
        padding-top: 13.115vw;
    }

    .dg5_item:last-child {
        margin-bottom: 0;
    }

    .dg5_item_img {
        padding: 0 9.365vw;
    }

    .dg5_item_img img{
        width: 100%;
    }

    .dg5_item h3 {
        font-size: 4.267vw;
        line-height: 1.5;
        letter-spacing: 0.427vw;
        margin-top: 7.292vw;
        margin-bottom: 12.81vw;
    }

    .dg5_item h3 br {
        display: block;
    }

    .dg5_item:nth-child(1) h3 {
        margin-top: 7.292vw;
        margin-bottom: 12.91vw;
    }

    .dg5_item:nth-child(2) h3 {
        margin-top: 8.992vw;
        margin-bottom: 12.91vw;
    }

    .dg5_item:nth-child(3) h3 {
        margin-top: 2.656vw;
        margin-top: 8.392vw;
        margin-bottom: 13.31vw;
    }


    .dg5_btn {
        margin-bottom: -5.254vw;
        margin-left: -1vw;
    }

    .dg5_item:nth-child(2) .dg5_btn {
        margin-bottom: -7.054vw;
    }

    .dg5_item:nth-child(3) .dg5_btn {
        margin-bottom: -6.954vw;
        /* margin-left: 0.104vw; */
    }

    .dg5_item .site_btn span {
        padding: 1.381vw 8.31vw 1.381vw 10.31vw;
    }

}


/* Section 6 */
.dg6 {
    position: relative;
    padding-top: 7.031vw;
    padding-bottom: 6.927vw;
    background-image: url(dg6_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dg6 .section_inner {
    width: 79.74vw;
    display: flex;
    flex-wrap: wrap;
}

.dg6 .section_left_item {
    width: 38.65%;
    padding-top: 2.552vw;
}

.dg6_img {
    width: 44.323vw;
    position: relative;
    z-index: 9;
    margin-left: -1.615vw;
}

.dg6 .section_right_item {
    width: 61.35%;
    background-color: #F9F5EE;
    padding-top: 2.917vw;
    padding-left: 7.448vw;
    padding-bottom: 4.688vw;
}

.dg6 h2 {
    line-height: 1.05;
    text-transform: lowercase;
    margin-bottom: 2.76vw;
}

.dg6 p {
    padding-left: 5.521vw;
    margin-bottom: 2.708vw;
}

.dg6 .site_btn {
    margin-left: 5.573vw;
}

.dg6 .site_btn span {
    padding: 0.781vw 1.615vw 0.781vw 1.615vw;
}

@media (max-width: 768px) {
    .dg6 {
        padding-top: 7.631vw;
        padding-bottom: 10.327vw;
        background-image: url(dg6_bg_m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dg6 .section_inner {
        padding-left: 8.2vw;
        padding-right: 7.9vw;
    }

    .dg6 .section_left_item {
        width: 38.65%;
        padding-top: 2.552vw;
    }

    .dg6_img {
        display: none;
    }

    .dg6 .section_right_item {
        padding-top: 11.817vw;
        padding-left: 0vw;
        padding-bottom: 11.788vw;
        text-align: center;
    }

    .dg6 h2 {
        line-height: 1.35;
        text-transform: initial;
        margin-bottom: 7.16vw;
    }

    .dg6 h2 br {
        display: block;
    }

    .dg6 p {
        font-size: 14px;
        line-height: 1.58;
        letter-spacing: 0.7px;
        padding-left: 0vw;
        margin-bottom: 11.908vw;
    }

    .dg6 .site_btn {
        margin-left: -1.6vw;
    }

    .dg6 .site_btn span {
        padding: 1.281vw 7.515vw;
    }

}


/* Section From */
.dg7 {
    background-color: #ffffff;
    padding-top: 4.896vw;
    padding-bottom: 5.469vw;
}

.dg7 .section_inner {
    position: relative;
    width: 64.583vw;
    z-index: 4;
}

.dg7 h2 {
    font-size: 3.125vw;
    text-align: center;
    text-transform: lowercase;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: -0.104vw;
    margin-bottom: 2.965vw;
}

.dg7 h3 {
    text-align: center;
    padding-left: 5vw;
    margin-bottom: 0px;
}

.dg7_form {
    width: 100%;
}

.dg7_form_in {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.dg7_form_in input {
    border: 1px solid #000000;
    background-color: #000;
    padding: 0.885vw 1.667vw 0.725vw 2.552vw;
    background-color: transparent;
    font-family: CodecPro;
    font-size: 1.042vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.104vw;
    color: #000;
    width: 100%;
    display: block;
    margin: 0px;
    outline: none;
}

.dg7_form_in .text-field {
    padding-left: 0.573vw;
    width: 32.2%;
    margin-bottom: 0vw;
}

.dg7_form_in .email-field {
    padding-left: 2.865vw;
    width: 41.4%;
    margin: 0vw !important;
}

.dg7_form_in .submit-field {
    padding-left: 2.552vw;
    width: 25.3%;
}

.dg7_form_in .submit-field .site_btn {
    background-color: transparent;
    padding: 0vw;
    margin-left: 0.34vw;
    margin-top: 0vw;
}

.dg7_form_in .submit-field .site_btn span {
    padding: 0.781vw 2.5vw 0.781vw 3.698vw;
}

.dg7_form_in input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.dg7_form_in input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.dg7_form_in input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.dg7_form_in input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

@media (max-width: 768px) {
    .dg7 {
        background-color: #ffffff;
        padding-top: 12.596vw;
        padding-bottom: 15.469vw;
    }

    .dg7 .section_inner {
        position: relative;
        width: 64.583vw;
        z-index: 4;
    }

    .dg7 h2 {
        font-size: 8vw;
        line-height: 1.33;
        letter-spacing: normal;
        margin-bottom: 12.465vw;
    }

    .dg7 h3 {
        display: none;
    }

    .dg7_form {
        padding: 0 3vw;
    }

    .dg7_form_in {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
    }

    .dg7_form_in input {
        padding: 2.185vw 5vw 2.025vw 6.552vw;
        font-size: 4.267vw;
        line-height: 1.5;
        letter-spacing: 0.427vw;
    }

    .dg7_form_in .text-field {
        padding-left: 0vw;
        width: 100%;
        margin-bottom: 4.6vw;
    }

    .dg7_form_in .email-field {
        padding-left: 0vw;
        width: 100%;
        margin-bottom: 9.3vw;
    }

    .dg7_form_in .submit-field {
        padding-left: 0vw;
        width: 100%;
        text-align: center;
        padding-top: 9.3vw;
    }

    .dg7_form_in .submit-field .site_btn {
        margin-left: -1.2vw;
    }

    .dg7_form_in .submit-field .site_btn span {
        padding: 1.281vw 12.6vw;
    }

}


/* section instra */
.dg8 {
    background-color: #faf7f1;
    padding-top: 1.4vw;
    padding-bottom: 0;
}

.dg8 .section_inner {
    width: 84.896vw;
    display: flex;
    flex-wrap: wrap;
}

.dg8_upper {
    width: 100%;
    display: block;
    position: relative;
}

.dg8_upper .section_inner {
    width: 68.438vw;
    padding-bottom: 0.052vw;
    z-index: 2;
}

.dg8_art {
    position: absolute;
    background-image: url(art.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    top: -8.202vw;
    left: -9.667vw;
    width: 22.958vw;
    height: 16.031vw;
}

.dg8 .section_left_item {
    width: 81%;
    padding-left: 8.333vw;
    position: relative;
    margin-bottom: 0.36vw;
}

.dg8 .section_left_item h2 {
    margin: 0px;
    font-size: 3.125vw;
    line-height: 1.47;
    padding-bottom: 0.417vw;
}

.dg8 .section_left_item h3 {
    position: absolute;
    right: 6.615vw;
    top: 2.344vw;
}

.dg8 .section_left_item h3 mark {
    background-size: 100% 57%;
    background-position: 0% 100%;
    padding-bottom: 0.208vw;
    padding-right: 0.104vw;
}

.dg8 .section_left_item h3 a {
    color: #000;
}

.dg8 .section_right_item {
    width: 19%;
    text-align: right;
    margin-top: 0.521vw;
    padding-bottom: 0;
    padding-left: 5.833vw;
    position: relative;
}

.dg8 .section_right_item:before {
    position: absolute;
    content: "";
    background: #000;
    height: 92.5%;
    left: 2px;
    top: 0;
    width: 1px;
}

.dg8 .section_right_item ul {
    margin: 0px;
    padding: 0px;
    margin-top: -0.208vw;
}

.dg8 .section_right_item ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 1.9vw;
    line-height: 0;
}

.dg8 .section_right_item ul li:last-child {
    margin-bottom: 1.2vw;
}

.dg8 .section_right_item ul li a {
    font-family: CodecPro;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.125vw;
    color: #000;

}

.dg8 .instagram_image {
    display: flex;
    padding-top: 1.138vw;
}

.dg8 .instagram_image a {
    margin-right: 1.563vw;
}



.dg8 .instagram_image a img {
    height: 12.24vw;
    width: auto;
}

@media (max-width: 768px) {
    .dg8 {
        padding-top: 4.4vw;
        padding-bottom: 7.3vw;
        background-color: #F4EFE3;
    }

    .dg8 .section_inner {
        width: 84.896vw;
        display: flex;
        flex-wrap: wrap;
    }

    .dg8_upper {
        width: 100%;
        display: block;
        position: relative;
    }

    .dg8_upper .section_inner {
        width: 68.438vw;
        padding-bottom: 0.052vw;
        z-index: 2;
    }

    .dg8 .instagram_image a:last-child {
        display: none;
        margin-right: 0;
    }

    .dg8 .instagram_image a:nth-child(3) {
        margin-right: 0;
    }

    .dg8_art {
        display: none;
    }

    .dg8 .section_left_item {
        padding-left: 0vw;
        margin-bottom: 18.36vw;
    }

    .dg8 .section_left_item h2 {
        font-size: 8vw;
        line-height: 1.33;
        letter-spacing: normal;
        padding-bottom: 5.317vw;
        margin-left: 18.6vw;
    }

    .dg8 .section_left_item h3 {
        right: unset;
        top: unset;
        bottom: -11.156vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.467vw;
        line-height: 1.46;
        letter-spacing: 0.347vw;
    }

    .dg8 .section_left_item h3 mark {
        background-size: 100% 80%;
        padding-bottom: 0.7vw;
    }

    .dg8 .section_right_item {
        margin-top: 10vw;
        padding-bottom: 0;
        padding-left: 0vw;
        position: relative;
    }

    .dg8 .section_right_item:before {
        background: #000;
        height: 1px;
        left: 2px;
        top: -10.2vw;
        width: 98%;
    }

    .dg8 .section_right_item ul li {
        text-align: center;
        margin-bottom: 7.2vw;
    }

    .dg8 .section_right_item ul li:last-child {
        margin-bottom: 1.2vw;
    }

    .dg8 .section_right_item ul li a {
        font-size: 4.8vw;
        line-height: 1.44;
        letter-spacing: 0.48vw;

    }

    .dg8 .instagram_image {
        width: 100%;
        padding-left: 2.2vw;
    }

    .dg8 .instagram_image a {
        margin-right: 3.363vw;
    }

    .dg8 .instagram_image a img {
        height: 26.54vw;
    }
}


/* Footer */
.dg_footer {
    background-color: #28282A;
    color: #fff;
    padding-top: 1.1vw;
    padding-bottom: 0.8vw;
    font-size: 0.781vw;
    line-height: 1.5;
    letter-spacing: 0.047vw;
}

.dg_footer .section_inner {
    display: flex;
    justify-content: center;
    width: 62.5vw;
}


.dg_footer p {
    font-family: 'CodecPro';
    font-size: 1.042vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: 0.11vw;
    color: #fff;
    text-transform: uppercase;
}

.dg_footer a {
    color: #ece112;
    text-decoration: underline;
}

.dg_footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dg_footer {
        padding-top: 3.1vw;
        padding-bottom: 2.9vw;
    }


    .dg_footer p {
        font-size: 3.2vw;
        line-height: 2;
        letter-spacing: 0.32vw;
        text-align: center;
        text-transform: initial;
    }

    .dg_footer a {
        color: #ece112;
        text-decoration: underline;
    }

    .dg_footer p span {
        display: none;
    }

    .dg_footer a:hover {
        text-decoration: underline;
    }





    /* mobile style */
    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
}