/* Custom Styles */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue.woff2') format('woff2'),
        url('helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-bold.woff2') format('woff2'),
        url('helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-ultralight.woff2') format('woff2'),
        url('helveticaneue-ultralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-medium.woff2') format('woff2'),
        url('helveticaneue-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-bolditalic.woff2') format('woff2'),
        url('helveticaneue-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('cormorant-light.woff2') format('woff2'),
        url('cormorant-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-light.woff2') format('woff2'),
        url('isleheadlinepersonaluse-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-bold.woff2') format('woff2'),
        url('isleheadlinepersonaluse-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IsleHeadlinePERSONALUSE';
    src: url('isleheadlinepersonaluse-medium.woff2') format('woff2'),
        url('isleheadlinepersonaluse-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-light.woff2') format('woff2'),
        url('isleheadlinepersonaluse-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue';
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 0.44px;
    color: #000000;
}

h1 {
    font-family: 'Isle Headline PERSONAL USE';
    font-size: 58.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    margin-bottom: 16px;
}
h1 strong{
    font-family: 'IsleHeadlinePERSONALUSE';
    font-weight: 500;
}
h2 {
    font-family: 'IsleHeadlinePERSONALUSE';
    font-size: 58px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.45px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Isle Headline PERSONAL USE';
}

h3 {
    font-size: 41px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.01px;
    color: #000000;
    font-family: 'Isle Headline PERSONAL USE';
}

h4 {

    font-family: 'Isle Headline PERSONAL USE';
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.25px;
    color: #d68d85;
}

a {
    color: #000000;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_inner {
    margin: 0 auto;
}

.section_left_item {
    width: 50%;
}

.section_right_item {
    width: 50%;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.08px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 37px 11px;
    border: 1px solid #000;
    cursor: pointer;
    font-family: 'Helvetica Neue';
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCDEC9 0%, #FCDEC9 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}

.pc_only {
    display: block;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {

    body {
        font-size: 1.215vw;
        letter-spacing: 0.031vw;
    }

    h1 {
        font-size: 4.063vw;
        line-height: 4.861vw;
        letter-spacing: 0.041vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.028vw;
        letter-spacing: 0.101vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 2.847vw;
        letter-spacing: 0.07vw;
    }

    h4 {
        font-size: 1.736vw;
        letter-spacing: 0.087vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.111vw;
        letter-spacing: 0.144vw;
        padding: 0.764vw 2.431vw 0.694vw;
        border: 0.069vw solid #000;
    }

    p {
        margin-bottom: 0.556vw;
    }


}

@media (max-width: 1140px) {

    body {
        font-size: 1.6vw;
    }

    h1 {
        font-size: 4.2vw;
    }

    h2 {
        font-size: 4.35vw;
    }

    h3 {
        font-size: 3.4vw;
    }

    h4 {
        font-size: 1.736vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.25vw;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 1.7vw;
    }

    h1 {
        font-size: 4.4vw;
    }

    h2 {
        font-size: 4.8vw;
    }

    h3 {
        font-size: 3.6vw;
    }

    h4 {
        font-size: 2.4vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.5vw;
    }

    h1 {
        font-size: 5.833vw;
        line-height: 1.2;
    }

    h2 {
        font-size: 4.8vw;
    }

    h3 {
        font-size: 4.722vw;
    }

    h4 {
        font-size: 2.4vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        padding: 1.464vw 3.031vw;
    }

}

@media (max-width: 550px) {
    body {
        font-size: 3.125vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.9;
        letter-spacing: 0.079vw;
    }

    h1 {
        font-size: 5.833vw;
        line-height: 1.2;
    }

    h2 {
        font-size: 8.146vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.217vw;
    }

    h3 {
        font-size: 6.771vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.169vw;
    }

    h4 {
        font-size: 3.75vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.094vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.813vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.367vw;
        padding: 1.708vw 7vw;
    }
}

/*
    Header
------------------------------*/

.jk_header {
    width: 100% !important;
    padding-top: 26px;
    padding-bottom: 40px;
    padding-left: 67px;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: rgb(0 0 0 / 0%);
}

.jk_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.jk_header .jk_logo {
    position: relative;
    width: 191px;
    height: auto;
}
.jk_header .jk_logo img{
    width: 200px;
    margin-left: -24px;
    margin-top: -12px;
}
.jk_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.jk_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #000;
    padding-top: 1px;
    padding-bottom: 12px;
}

.jk_header_right li {
    display: inline-block;
    margin: 0;
    padding-right: 34px;
}

.jk_header_right li a {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    display: block;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    text-transform: uppercase;
}

.jk_header_right li a:hover {
    color: #d68d85;
}

.jk_header_button {
    font-family: 'Helvetica Neue';
    font-size: 9.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.24px;
    color: #000000;
    padding: 6px 20px 5px;
    margin-right: 40px;
}
.jk_header_right li.pf4_user_menu_item{
    position: relative;
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 48px;
    width: 55px;
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 60px;
    display: block;
    background-color: #000;
    height: 2px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #D78E86;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 95px;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}
.responsive-menu .user__avatar{
    display:none;
}
.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    height: 56px;
    padding-left: 50px;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.44px;
    text-align: left;
    color: #000000;
    border: 0;
    margin: 0;
    text-transform: uppercase;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.jk_menu_item{display: flex;flex-wrap: wrap;align-items: center;margin-top: 2px;}
.jk_menu_logo{
    width: 35%;
}

.jk_menu_logo img{width: 114px;height: auto;margin-left: 49px;}

.jk_menu_social{width: 65% !important;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;padding-right: 20px !important;}

.jk_menu_social li a{
    padding-left: 0 !important;
    margin-right: 15px !important;
    padding-top: 22px;
}

.jk_menu_social li img{
    height: 33px;
}

.jk_header.active{
    position: fixed;
    z-index: 99999;
    background-color: #FBF8F5;
    padding-top: 0px;
    padding-bottom: 0px;
}
.jk_header.active .jk_logo img{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 158px;
}
.jk_header.active jk_header_left{}
.jk_header.active .jk_header_right {}
.jk_header.active .jk_header_right ul{
    border-bottom: 0px solid #000;
    padding-bottom: 0px;
    padding-top: 12px;
}



@media (max-width: 1440px) {


    .jk_header {
        width: 100vw !important;
        padding-top: 1.806vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
    }

    .jk_header .jk_logo {
        width: 8.958vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: 0.1vw;
        margin-bottom: 0vw;
        width: 10.806vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1vw;
    }
    .jk_header .jk_logo img {
        width: 13.889vw;
        margin-left: -1.667vw;
        margin-top: -0.833vw;
    }
}

@media (max-width: 1140px) {
    .jk_header_right li a {
        font-size: 1.05vw;
    }

    .jk_header_button {
        font-size: 0.9vw;
    }
    
    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.333vw;
        margin-bottom: -0.086vw;
        width: 14.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.3vw;
    }
}

@media (max-width: 1024px) {
    .jk_header_right li a {
        font-size: 1.4vw;
    }

    .jk_header_button {
        font-size: 1vw;
    }

    .jk_header_right li {
        padding-right: 1vw;
    }
    

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.233vw;
        margin-bottom: -0.086vw;
        width: 15.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.5vw;
    }
}

@media (max-width: 768px) {


    .jk_header {
        padding-top: 5vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
        padding-right: 2vw;
    }

    .jk_header .jk_logo {
        width: 8.958vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header_right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding-top: 0vw;
    }

    .jk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
    }
    

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.5vw;
        margin-bottom: 0vw;
        width: 20.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {
        padding-top: 1.8vw;
    }
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.2vw;
    }
    
    .jk_menu_logo img {
        width: 22vw;
        margin-left: 49px;
    }
    .jk_menu_social{
    }
    .jk_menu_social li{
        
    }
    .jk_menu_social li img {
        height: 4.3vw;
    }
    .jk_header .jk_logo img {
        width: 20.889vw;
        margin-left: -4.667vw;
        margin-top: -2.833vw;
    }
}

@media (max-width: 550px) {

    .jk_header .jk_logo img {
        max-width: unset;
        width: 26vw;
        margin-left: -4.6vw;
        margin-top: 0vw;
    }

    .jk_header {
        padding-top: 5vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
        padding-right: 2vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header_right {
        padding-top: 4vw;
        margin-right: -1vw;
    }

    .jk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
    }
    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
        display: none;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.4vw;
        margin-bottom: 0vw;
        width: 20.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {
        padding-top: 1.8vw;
    }
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.2vw;
    }
    
    .responsive-menu-close {
        clear: both;
        height: 10vw;
        width: 11vw;
        display: block;
        position: absolute;
        top: 6vw;
        right: 5vw;
    }
    .responsive-menu-close span:nth-child(1), 
    a.responsive-menu-close span:nth-child(2) {
        width: 12.500vw;
        display: block;
        background-color: #000;
        height: 1px;
    }
.jk_menu_social li img {
    height: 5.3vw;
}
}


   .jk_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
.jk_header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -12px;
    margin-top: -6px;
}
    .jk_header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 51px;
      right: 0;
      display: none;
      padding: 13px 20px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .jk_header .user__dropdown--light a {
        color: #0a2338; }
      .jk_header .user__dropdown--dark a {
        color: #fff; }
      .jk_header .user__dropdown span {
        display: block; }
      .jk_header .user__dropdown a {
        line-height: 30px !important;
        display: block;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }

/*
    Section 1
------------------------------*/
.jk1 {
    background-color: #FBF8F5;
    overflow: hidden;
}
.jk1 .section_inner {
    width: 1440px;
    position: relative;
    padding-left: 0;
}
.jk1_content_holder{
    padding-top: 77px;
    height: 840px;
    /* min-height: 88vh; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.jk1_content_holder h1{
    text-align:center;
    font-size: 78.5px;
    letter-spacing: 0px;
}
.jk1_content_holder h4{
    text-align:center;
    font-family: 'Helvetica Neue';
    color: #5d5d5d;
    font-weight: normal;
    font-size: 23px;
}
.jk1_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}
.jk1_art5 {
    position: absolute;
    background-size: contain;
    bottom: -359px;
    z-index: 4;
    width: 540px;
    height: 540px;
    right: -260px;
    border-radius: 50%;
    background-image: url(circle_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.jk1_art4 {
    position: absolute;
    top: 131px;
    left: 105px;
    background: url(dots_1.svg) no-repeat;
    background-size: contain;
    z-index: 3;
    width: 49px;
    height: 239px;
}
.jk1_art3 {
    position: absolute;
    height: 852px;
    width: 852px;
    background-color: #ECCEC4;
    left: -285px;
    bottom: -176px;
    z-index: 0;
    border-radius: 50%;
    background-image: url(circle_02.svg);
    background-position: center;
    background-size: cover;
}
.jk1_art1 {
    position: absolute;
    bottom: -63px;
    right: 174px;
    z-index: 0;
    width: 229px;
    border-radius: 50%;
    height: 229px;
    background-image: url(circle_03.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.jk1_art2 {
    position: absolute;
    background-color: #D78E86;
    top: 158px;
    left: 1026px;
    z-index: 0;
    width: 50000px;
    height: 61px;
}




@media (max-width: 1440px) {
    .jk1 .section_inner {
        width: 100vw;
    }
    .jk1_content_holder{
        padding-top: 5.347vw;
        height: 58.333vw;
    }
    .jk1_content_holder h1{
        font-size: 5.451vw;
        letter-spacing: 0vw;
    }
    .jk1_content_holder h4{
        font-size: 1.597vw;
    }
    .jk1_art5 {
        bottom: -24.931vw;
        width: 37.5vw;
        height: 37.5vw;
        right: -18.056vw;
    }
    .jk1_art4 {
        top: 9.097vw;
        left: 7.292vw;
        width: 3.403vw;
        height: 16.597vw;
    }
    .jk1_art3 {
        height: 59.167vw;
        width: 59.167vw;
        left: -19.792vw;
        bottom: -12.222vw;
    }
    .jk1_art1 {
        bottom: -4.375vw;
        right: 12.083vw;
        width: 15.903vw;
        height: 15.903vw;
    }
    .jk1_art2 {
        top: 10.972vw;
        left: 71.25vw;
        width: 3472.222vw;
        height: 4.236vw;
    }

}

@media (max-width: 1140px) {
    
}

@media (max-width: 1024px) {
   .jk1_content_holder{
        padding-top: 5.347vw;
        height: 71vw;
    }
}

@media (max-width: 768px) {
    .jk1 .section_inner {
        width: 100vw;
        padding-right: 0;
    }
    .jk1_content_holder{
        padding-top: 5.347vw;
        height: 108.333vw;
    }
    .jk1_content_holder h1{
        font-size: 8.451vw;
        letter-spacing: 0vw;
    }
    .jk1_content_holder h4{
        font-size: 2.597vw;
    }
    .jk1_art5 {
        bottom: -31.931vw;
        width: 40.5vw;
        height: 50.5vw;
        right: -25.056vw;
    }
    .jk1_art4 {
        top: 59.097vw;
        left: 7.292vw;
        width: 12.403vw;
        height: 29.597vw;
    }
    .jk1_art3 {
        height: 75.167vw;
        width: 75.167vw;
        left: -28.792vw;
        bottom: -32.222vw;
    }
    .jk1_art1 {
        bottom: -17.375vw;
        right: 0.083vw;
        width: 35.903vw;
        height: 35.903vw;
    }
    .jk1_art2 {
        top: 13.972vw;
        left: 71.25vw;
        width: 3472.222vw;
        height: 4.236vw;
    }
}

@media (max-width: 550px) {

    .jk1 .section_inner {
        width: 100vw;
        padding-right: 0;
    }
    .jk1_content_holder{
        padding-top: 5.347vw;
        height: 132.333vw;
    }
    .jk1_content_holder h1{
        font-size: 10.451vw;
        letter-spacing: 0vw;
    }
    .jk1_content_holder h4{
        font-size: 3.597vw;
    }
    .jk1_art5 {
        bottom: -31.931vw;
        width: 40.5vw;
        height: 50.5vw;
        right: -25.056vw;
    }
    .jk1_art4 {
        top: 59.097vw;
        left: 7.292vw;
        width: 12.403vw;
        height: 29.597vw;
    }
    .jk1_art3 {
        height: 75.167vw;
        width: 75.167vw;
        left: -28.792vw;
        bottom: -32.222vw;
    }

    .jk1_art1 {
        bottom: 24vw;
        right: -5.717vw;
        width: 20vw;
        height: 20vw;
    }

    .jk1_art2 {
        top: 27.972vw;
        left: 73.611vw;
        width: 27.292vw;
        height: 6.250vw;
    }

}





/*
    Footer
------------------------------*/

.jk_footer {
    background-color: #d68d85;
    color: #000;
    padding-top: 27px;
    padding-bottom: 26px;
}

.jk_fr_bottom p {
    font-size: 10.5px;
    line-height: 2.5;
    letter-spacing: 1.79px;
}

.jk_footer .section_inner {
    display: flex;
    justify-content: space-between;
    width: 1255px;
}

.jk_footer_left {
    width: 20%;
}

.jk_footer_mid {
    text-align: center;
    width: 60%;
}

.jk_footer_mid p {
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-bottom: 19px;
}

.jk_footer_menu li {
    font-size: 11.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.52;
    letter-spacing: 0.58px;
    margin-bottom: 1px;
}

.jk_form {
    margin: 0 auto;
}

.form_textmail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
    align-content: space-between;
    padding: 0 25px;
    padding-bottom: 26px;
}

.form_textmail input {
    border: none;
    border-radius: 0;
    text-align: center;
    font-family: 'IsleHeadlinePERSONALUSE';
    font-size: 13.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.4px;
    padding: 4px;
}

.form_textmail input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #000;
}

.form_textmail input[type="email"] {
    background: transparent;
    border-bottom: 1px solid #000;
}

.form_textmail input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.form_textmail input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form_textmail input::placeholder {
    color: #000;
}

.jk_form .align_middle {
    margin-top: -6px;
}

.jk_form button {
    box-shadow: none;
    width: 241px;
    font-size: 10.5px;
    background: transparent;
    padding-top: 8px;
    padding: 7px 16px;
    padding-bottom: 6px;
}

.jk_form button:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form_textmail .form-group {
    padding: 0 30px;
    margin-bottom: 0;
}

.text-field {
    width: 50%;
    margin-bottom: 0;
}

.email-field {
    width: 50%;
}


.jk_footer_right {
    width: 20%;
    text-align: right;
    margin-top: 7px;
}

.jk_footer_right a {
    font-weight: bold;
}

.jk_fr_top {
    overflow: hidden;
}

.jk_footer_logo {
    width: 90%;
    text-align: right;
    display: block;
    margin-right: 15px;
    float: right;
}
.jk_footer_logo img {
    display: inline-block;
    margin: 0px;
}
.jk_footer_social {
    padding-bottom: 54px;
    padding-top: 18px;
    display: block;
    float: right;
    width: 100%;
}

.jk_footer_social li {
    width: 24px;
    margin-right: 7px;
    display: inline-block;
}

.jk_footer_social li.twitter {
    width: 28px;
}

.jk_footer_social li.facebook {
    width: 26px;
}

.jk_footer_social li.youtube {
    width: 32px;
    margin-right: 3px;
}

@media (max-width: 1440px) {

    .jk_footer {
        padding-top: 1.875vw;
        padding-bottom: 1.806vw;
    }

    .jk_fr_bottom p {
        font-size: 0.729vw;
        letter-spacing: 0.124vw;
    }

    .jk_footer .section_inner {
        width: 87.153vw;
    }

    .jk_footer_mid p {
        font-size: 0.833vw;
        /* line-height: 1.319vw; */
        letter-spacing: 0.042vw;
        margin-bottom: 1.319vw;
    }

    .jk_footer_menu li {
        font-size: 0.799vw;
        letter-spacing: 0.04vw;
        margin-bottom: 0.069vw;
    }

    .form_textmail {
        margin-bottom: 0.069vw;
        padding: 0 1.736vw;
        padding-bottom: 1.806vw;
    }

    .form_textmail input {
        font-size: 0.938vw;
        letter-spacing: 0.375vw;
        padding: 0.278vw;
    }

    .form_textmail input[type="text"] {
        border-bottom: 0.069vw solid #000;
    }

    .form_textmail input[type="email"] {
        border-bottom: 0.069vw solid #000;
    }

    .jk_form .align_middle {
        margin-top: -0.417vw;
    }

    .jk_form button {
        width: 16.736vw;
        font-size: 0.729vw;
        padding-top: 0.556vw;
        padding: 0.486vw 1.111vw;
        padding-bottom: 0.417vw;
    }

    .form_textmail .form-group {
        padding: 0 2.083vw;
    }

    .jk_footer_right {
        margin-top: 0.486vw;
    }

    .jk_footer_logo {
        width: 8.264vw;
        margin-right: 1.042vw;
    }

    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 1.25vw;
    }

    .jk_footer_social li {
        width: 1.667vw;
        margin-right: 0.486vw;
    }

    .jk_footer_social li.twitter {
        width: 1.944vw;
    }

    .jk_footer_social li.facebook {
        width: 1.806vw;
    }

    .jk_footer_social li.youtube {
        width: 2.222vw;
        margin-right: 0.208vw;
    }
}

@media (max-width: 1140px) {

    .jk_footer {
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    .jk_footer_mid p {
        font-size: 1.05vw;
        margin-bottom: 3vw;
    }

    .jk_form button {
        font-size: .9vw;
    }

    .jk_footer_menu li {
        font-size: 1.1vw;
    }

    .jk_fr_bottom p {
        font-size: 1vw;
    }

    .form_textmail {
        padding-bottom: 2.2vw;
    }

    .form_textmail input {
        font-size: 1.05vw;
    }

    .jk_footer_mid h3 {
        margin-top: 2vw;
    }

    .jk_fr_bottom {
        padding-top: 9vw;
    }

}

@media (max-width: 1024px) {
    .jk_footer {
        padding-top: 5vw;
        padding-bottom: 3vw;
    }

    .jk_footer_mid p {
        font-size: 1.5vw;
        margin-bottom: 3.4vw;
    }

    .jk_form button {
        font-size: 1.2vw;
    }

    .jk_footer_menu li {
        font-size: 1.4vw;
    }

    .jk_fr_bottom p {
        font-size: 1.19vw;
        line-height: 1.8;
    }

    .form_textmail {
        padding-bottom: 2.2vw;
    }

    .form_textmail input {
        font-size: 1.25vw;
    }
}

@media (max-width: 768px) {

    .jk_footer {
        padding-top: 1vw;
        padding-bottom: 3vw;
    }

    .jk_footer .section_inner {
        flex-direction: column;
    }


    .jk_footer_left {
        width: 100%;
        order: 1;
    }

    .jk_footer_mid p {
        font-size: 2.2vw;
        line-height: normal;
        margin-bottom: 3.4vw;
    }

    .form_textmail input {
        font-size: 2.5vw;
    }

    .jk_footer_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 2vw;
    }

    .jk_form button {
        font-size: 1.6vw;
        padding: 1.186vw 1.811vw;
        width: 39.736vw;
    }

    .jk_footer_menu li {
        font-size: 2vw;
        padding: 0 4vw;
    }

    .jk_footer_menu li:first-child {
        padding-left: 0;
    }

    .jk_footer_menu li:nth-child(5) {
        padding-right: 0;
    }

    .jk_footer_mid {
        text-align: center;
        width: unset;
        order: 0;
    }

    .jk_footer_right {
        width: 100%;
        margin-top: 0.486vw;
    }

    .form_textmail {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0vw;
    }

    .form_textmail .form-group {
        width: 100%;
        padding: 0 2.083vw;
        margin-bottom: 3vw;
    }

    .jk_fr_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2vw;
    }

    .jk_footer_social {
        padding-bottom: 0;
        padding-top: 0;
    }

    .jk_fr_bottom {
        display: none;
    }

    .jk_fr_bottom p {
        font-size: 2vw;
        line-height: 1.8;
    }

    .jk_footer .mobile_only .jk_fr_bottom {
        display: unset;
        text-align: center;
    }


    .jk_footer .mobile_only .jk_fr_bottom p a {
        font-weight: bold;
    }

    .jk_footer_logo {
        width: 19.264vw;
        margin-right: 1.042vw;
    }

    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 4.25vw;
    }

    .jk_footer_social li {
        width: 4.667vw;
        margin-right: 3.486vw;
    }

    .jk_footer_social li.twitter {
        width: 4.944vw;
    }

    .jk_footer_social li.facebook {
        width: 4.806vw;
    }

    .jk_footer_social li.youtube {
        width: 5.222vw;
        margin-right: 0.208vw;
    }

    .jk_form {
        margin: 0 auto;
        margin-bottom: 3vw;
    }

    /* Common Style For Mobile */
    .pc_only {
        display: none !important;
    }

    .mobile_only {
        display: block;

    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .jk_footer {
        padding-top: 2.55vw;
        padding-bottom: 7vw;
    }

    .jk_footer .section_inner {
        flex-direction: column;
    }


    .jk_footer_left {
        width: 100%;
        order: 1;
    }

    .jk_footer_mid p {
        font-size: 2.708vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.58;
        letter-spacing: 0.135vw;
        margin-bottom: 6.1vw;
    }

    .form_textmail input {
        font-size: 3.021vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.208vw;
    }

    .jk_footer_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 3.8vw;
        padding-top: 1.7vw;
    }

    .jk_form button {
        font-size: 2.188vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.285vw;
        padding: 1.286vw 20.411vw;
        width: unset;
    }

    .jk_footer_menu li {
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.9;
        letter-spacing: 0.104vw;
        padding: 0 4vw;
    }

    .jk_footer_menu li:first-child {
        padding-left: 0;
    }

    .jk_footer_menu li:nth-child(5) {
        padding-right: 0;
    }

    .jk_footer_mid {
        text-align: center;
        width: unset;
        order: 0;
    }

    .jk_footer_right {
        width: 100%;
        margin-top: 0.486vw;
    }

    .form_textmail {
        padding: 0 4.736vw;
    }

    .form_textmail .form-group {
        width: 80.5vw;
        padding: 0 2.583vw;
        margin-bottom: 6.3vw;
    }

    .jk_fr_top {
        padding: 0 2.3vw;
        margin-top: 2vw;
    }

    .jk_footer_social {
        padding-bottom: 0;
        padding-top: 0;
    }

    .jk_fr_bottom {
        display: none;
    }

    .jk_fr_bottom p {
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.44;
        letter-spacing: 0.319vw;
    }

    .jk_footer .mobile_only .jk_fr_bottom {
        display: unset;
        text-align: center;
    }


    .jk_footer .mobile_only .jk_fr_bottom p a {
        font-weight: bold;
        font-size: 2.075vw;
    }

    .jk_footer_logo {
        width: 29.264vw;
        height: auto;
        margin-right: 0;
        margin-top: -1vw;
    }
    .jk_footer_mid h3 {
        font-size: 8.646vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.217vw;
        margin-top: 2vw;
        margin-bottom: 2.3vw;
    }
    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 6.25vw;
    }
    
    .jk_footer_social li {
        width: 6.267vw;
        margin-right: 2.586vw;
    }
    
    .jk_footer_social li.twitter {
        width: 7.844vw;
    }

    .jk_footer_social li.facebook {
        width: 7vw;
    }

    .jk_footer_social li.youtube {
        width: 8.322vw;
        margin-right: 0.208vw;
    }

    .jk_form {
        margin: 0 auto;
        margin-bottom: 3vw;
    }
}