@charset "utf-8";

/* Font */
@import url("https://use.typekit.net/qji0fsc.css");

/* icomoon */
/*@font-face {
  font-family: 'icomoon';
  src:  url('/europe/assets/icon-font/fonts/icomoon.eot?ged750');
  src:  url('/europe/assets/icon-font/fonts/icomoon.eot?ged750#iefix') format('embedded-opentype'),
    url('/europe/assets/icon-font/fonts/icomoon.ttf?ged750') format('truetype'),
    url('/europe/assets/icon-font/fonts/icomoon.woff?ged750') format('woff'),
    url('/europe/assets/icon-font/fonts/icomoon.svg?ged750#icomoon') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts /
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== /
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/* 画像右クリック禁止 */
img {
    pointer-events: none; 
}
img {
-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

/* Base
---------------------------------------*/
* { margin: 0; padding: 0; box-sizing: border-box }
html { font-size: 62.5% }
html,　body {
    width: 100%;
    height: 100%
}
body {
    line-height: 1.6;
    font-family: "din-2014",sans-serif;;
    font-weight: 300;
    font-size: 1.7rem;
    font-feature-settings : "pkna";
    letter-spacing: 0.02em;
    color: #50555A;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-scrolling: touch;
}
@media screen and (min-width : 768px) {
    body {
        font-size: 2.0rem;
    }
}
@media screen and (min-width : 1281px) {
    body {
        font-size: 2.0rem;
    }
}
/* CSS Browser Selector */
/* .safari body {
    font-feature-settings : "pkna";
}
 */
img {
    margin: 0;
    height: auto;
    line-height: 0;
    font-size: 0
}
@media screen and (max-width : 767px) {
    img {
        display: inline-block;
        max-width: 100%;
    }
}

figure {
    display: block;
    margin: 0
}
ul,　li { list-style: none }

a {
    display: inline-block;
    width: auto;
    color: #064d79;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s ease;
}
a {
    background-color: transparent;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:(0,0,0,0);
}
a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #006994;
}
@media screen and (min-width : 768px) {
    a:hover {
        text-decoration: underline;
    }
}
p a {
    display: inline;
}
@media screen and (min-width : 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 300;
    color: #50555A;
}
p {
    line-height: 1.6
}
p + p {
    margin: 1.8rem 0 0;
}
@media screen and (min-width : 768px) {
    p {
        line-height: 1.8
    }
}

input, button {
    border: none;
    outline: none;
}
address {
    font-style: normal;
}
picture {
    display: block;
    font-size: 0;
    margin: 0;
}
iframe {
    border: none;
}

/* header
---------------------------------------*/
.header {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 99;
}
.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.7rem 2rem 1.5rem;
}
@media screen and (min-width : 1200px) {
    .header {
        position: relative;
        height: 137px;
    }
    .header__inner {
        position: relative;
        height: 100%;
        margin: 0 auto;
        padding: 2.2rem 4rem 2rem;
    }
}

/* header-logo */
.header-logo {
    width: 50%;
    margin: .5rem auto 0 0;
    font-size: 0;
    z-index: 1;
}
.header-logo svg {
    width: 138px;
    fill: #006994;
}
@media screen and (min-width : 1200px) {
    .header-logo {
        margin: 2px 0 0;
    }
    .header-logo svg {
        width: 175px;
    }
}

/* header-global */
.header-global.pc { display: none }
.header-global.sp { display: block }
.header-global {
    width: 24px;
    height: 24px;
    margin: 0 2rem 0 0;
    z-index: 1;
}
.header-global a {
    display: block;
    height: 24px;
}
.header-global svg {
    width: 100%;
    fill: #50555A;
}
@media screen and (min-width : 1200px) {
    .header-global.pc { display: block }
    .header-global.sp { display: none }
    .header-global {
        position: absolute;
        top: 35px;
        right: 6rem;
        margin: 0;
        width: auto;
        color: #AEB0B1;
        font-size: 1.2rem;
    }
    .header-global a {
        display: inline-block;
        color: #AEB0B1;
        transition: .2s ease;
    }
    .header-global a:hover {
        color: #006994;
    }
}

/* header-nav-trigger */
.header-nav-trigger {
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
 }
 .header-nav-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #50555A;
    transition: all .4s;
}
.header-nav-trigger span:nth-of-type(1) {
    top: 0;
}
.header-nav-trigger.is-active span:nth-of-type(1) {
    top: -4px;
    transform: translateY(12px) rotate(-45deg);
}
.header-nav-trigger span:nth-of-type(2) {
    top: 8px;
}
.header-nav-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
}
.header-nav-trigger span:nth-of-type(3) {
    bottom: 0;
}
.header-nav-trigger.is-active span:nth-of-type(3) {
    top: 12px;
    transform: translateY(-4px) rotate(45deg);
}
@media screen and (min-width : 1200px) {
    .header-nav-trigger {
        display: none;
        /* position: absolute;
        top: 7.8rem;
        right: 4rem; */
    }
}

/* header-nav  ** SP **
---------------------------------------*/
@media screen and (max-width : 1199px) {
    html.scroll-prevent {
        /*動き固定*/
        position: fixed;
        /*奥行きを管理*/
        z-index: -1;
        /*下2つで背景を元のサイズのまま表示することができる*/
        width: 100%;
        height: 100%;
    }
    .page-container {
        z-index: 98;
    }
    .page-container.is-under {
        z-index: 0;
    }
    .header-nav {
        position: fixed;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 60px;
        right: 0;
        opacity: 0;
        z-index: 99;
        transform: translate(0, -10px);
        transition: all .4s ease-in-out;
    }
    .header-nav.is-fixed {
        position: fixed;
    }
    .header-nav.is-open {
        height: calc(100% - 60px);
        opacity: 1;
        transform: translate(0, 0);
        /* overflow-y: auto; */
    }
    .header-nav__list {
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: left;
        cursor: pointer;
        overflow-y: auto;
    }
    .header-nav__list__item {
        position: relative;
    }
    .header-nav__list__item > a, .header-nav__list__item > span {
        display: block;
        position: relative;
        margin: 0;
        padding: 1.5rem 6.5rem 1.5rem 2.8rem;
        border-bottom: solid 1px #65686C;
        font-weight: 300;
        color: #fff;
        cursor: pointer;
        transition: .2s ease;
        text-decoration: none;
        cursor: inherit;
    }
    .header-nav__list__item > a::after {
        transform: rotate(45deg);
    }
    .header-nav__list__item .accordion-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 58px;
        top: 0;
        right: 0;
        padding: 1rem;
        border: none;
        border-left: solid 1px #65686C;
    }
    .header-nav__list__item .accordion-btn::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: solid 4px transparent;
        border-top: solid 6px #fff;
        transform: rotate(0deg);
        transition: .4s ease-out;
    }
    .header-nav__list__item .accordion-btn.is-active::after {
        top: -2px;
        transform: rotate(180deg);
    }
    .header-nav__list__item.home {
        display: block;
    }

    .header-nav__second {
        background: #50555A;
    }
    .header-nav__third {
        background: #65686C;
    }
    .header-nav__third a.is-current, .header-nav__third span.is-current {
       color: #60d1ff;
    }

    .header-nav__sub-ttl {
    }

    /* アコーディオン */
    .header-nav__third .header-nav__list__item > a, .header-nav__third .header-nav__list__item > span {
        height: 0;
        padding: 0 6.5rem 0 2.8rem;
        opacity: 0;
        border: none;
        transition: padding .4s ease-out, height .4s ease-out, opacity .1s ease-in;
    }
    .header-nav__third.is-open .header-nav__list__item > a, .header-nav__third.is-open .header-nav__list__item > span {
        height: auto;
        padding: 1.5rem 2.8rem 1.5rem 2.8rem;
        opacity: 1;
        border-bottom: solid 1px #50555A;
    }
}

/* header-nav  ** PC **
---------------------------------------*/
@media screen and (min-width : 1200px) {
    .header-nav {
        position: absolute;
        top: 67px;
        right: 4rem;
        width: 76%;
        max-width: 930px;
    }
    .header-nav__second {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        z-index: 100;
        padding: 0;
        width: 100%;
    }
    .header-nav__second .header-nav__list__item {
        position: relative;
        display: flex;
        width: auto;
        height: 100%;
        text-align: center;
        font-size: 1.7rem;
        padding: 0 2rem;
    }
    .header-nav__second .header-nav__list__item > a, .header-nav__second .header-nav__list__item > span {
        position: relative;
        padding: .5rem 0;
        height: 100%;
        text-align: center;
        color: #50555A;
        cursor: pointer;
    }
    .header-nav__second .header-nav__list__item > a:hover, .header-nav__second .header-nav__list__item > span:hover {
        text-decoration: none;
        color: #064D79;
    }
    .header-nav__second .header-nav__list__item > a::before, .header-nav__second .header-nav__list__item > span::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 1px;
        background: #064D79;
        transition: .2s ease-out;
    }
    .header-nav__second .header-nav__list__item > a:hover::before, .header-nav__second .header-nav__list__item > span:hover::before {
        left: 0;
        width: 100%;
    }
    .header-nav__list__item.home {
        display: none;
    }

    /* ドロップダウンを開いている もしくは 現在のページをハイライト */
    .header-nav__second .header-nav__list__item > a.is-current, .header-nav__second .header-nav__list__item > span.is-current {
        color: #064D79;
    }
    .header-nav__second .header-nav__list__item > a.is-current::before, .header-nav__second .header-nav__list__item > span.is-current::before {
        left: 0;
        width: 100%;
    }

    /* PC 第3階層メニュー */
    .header-nav__third {
        position: absolute;
        left: -110%;
        right: 0;
        width: 440px;
        padding: 3rem 3rem 1rem;
        background: #fff;
        box-shadow: 3px 3px 6px rgba(0,0,0,.16);
    }
    .header-nav__third .header-nav__list {
        padding: 0 0 2rem;
    }
    .header-nav__third .header-nav__list__item {
        font-size: 1.8rem;
    }
    .header-nav__third .header-nav__list__item > a, .header-nav__third .header-nav__list__item > span {
        position: relative;
        padding: .5rem 0 .5rem 0;
        text-align: left;
        font-weight: 300;
        color: #50555A;
        border-bottom: solid 3px transparent;
    }
    .header-nav__third .header-nav__list__item > a:hover, .header-nav__third .header-nav__list__item > span:hover {
        color: #064D79;
    }

    /* header-nav__sub-ttl */
    .header-nav__third .header-nav__sub-ttl > a, .header-nav__third .header-nav__sub-ttl > span {
        font-size: 2.4rem;
        font-weight: 300;
    }
    .header-nav__third .header-nav__sub-ttl > span {
        color: #AEB0B1;
        cursor: default;
    }
    .header-nav__third .header-nav__sub-ttl > span:hover {
        color: #AEB0B1;
    }
    .header-nav__third .header-nav__sub-ttl > span:hover::before {
        width: 0!important;
    }

    /* Dropdown Menu */
    .header-nav__third {
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        top: 35px;
        transition: top .3s, visibility .3s, opacity .3s ease-in-out;
    }
    .header-nav__third .header-nav__list__item, .header-nav__third .header-nav__sub-ttl {
        opacity: 0;
        visibility: hidden;
        min-height: 0;
        transition: all .4s ease-in-out;
        font-size: 1.8rem;
    }
    .header-nav .parent:hover .header-nav__third {
        top: 48px;
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__list__item, .header-nav .parent:hover .header-nav__third .header-nav__sub-ttl {
        opacity: 1;
        visibility: visible;
        transition: all .2s ease-in-out;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__list__item {
        min-height: 41px;
        max-height: auto;
    }
    .header-nav .parent:hover .header-nav__third .header-nav__sub-ttl {
        min-height: 51px;
        max-height: auto;
    }
}

/* breadcrumb
---------------------------------------*/
.breadcrumb {
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0;
   /*  background: #fff; */
}
.breadcrumb__inner {
    padding: 1rem 2rem .5rem;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
}
.breadcrumb li {
    padding: 0 2px 0 0;
    color: #86888A;
    line-height: 2;
    font-size: 1.1rem;
}
.breadcrumb li a {
    color: #86888A;
}
.breadcrumb li+li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 0 8px 2px 0;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    transform: rotate(45deg);
}
/* .breadcrumb li:last-of-type {
    color: #006994;
} */

@media screen and (min-width : 768px) {
    .breadcrumb {
        width: 100%;
        margin: 0;
    }
    .breadcrumb__inner {
        position: relative;
        margin: 0 auto;
        padding: 3rem 4rem 1rem;
    }
    .breadcrumb ul {
    }
    .breadcrumb li {
        padding: 0 5px 0 0;
        font-size: 1.2rem;
    }
    .breadcrumb a:hover {
        color: #006994;
    }
}

/* contact-blk
---------------------------------------*/
.contact-blk {
    position: relative;
    margin: 6rem 0 0;
    padding: 6rem 0 7rem;
    text-align: center;
    background: #EDEEEE;
    z-index: 2;
}
.contact-blk__headline {
    text-align: center;
    font-weight: 300;
    font-size: 3.2rem;
}
.contact-blk__lead {
    position: relative;
    text-align: center;
    margin: 1rem 0 0;
    padding: 2rem 0 0;
    color: #50555A;
}
.contact-blk__btns {
    margin: 3rem 0 0;
}
.contact-blk__btn {
    width: 100%;
    margin: .7rem auto;
    padding: 1.6rem 3rem;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: .2s ease-in-out;
    border-radius: 40px;
    background: #006994;
    box-shadow: 1px 1px 2px rgba(0,0,0,.16);
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width : 768px) {
    .contact-blk {
        margin: 10rem 0 0;
        padding: 9rem 0 12rem;
    }
    .contact-blk__headline {
        font-size: 4.0rem;
    }
    .contact-blk__lead {
        margin: 0 auto;
        padding: 1rem 2rem 2.2rem;
        font-size: 2.0rem;
        max-width: 1200px;
    }
    .contact-blk__btns {
        display: flex;
        justify-content: center;
    }
    .contact-blk__btn {
        display: block;
        width: 39%;
        min-height: 1px;
        margin: 0 2rem;
        padding: 2.6rem 2rem;
        font-size: 2.2rem;
        border: solid 1px transparent;
    }
    .contact-blk__btn:hover {
        color: #006994;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        border: solid 1px #006994;
        text-decoration: none;
    }
    .contact-blk__btn:hover:before {
        opacity: 0;
    }
}

/* Layout
---------------------------------------*/
body {
    display: flex;
    flex-flow: column nowrap;
}
.wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    transition: all .5s;
}
@media screen and (max-width : 767px) {
    body, .wrapper {
        display: block;
    }
}

/* Contents
---------------------------------------*/
.contents {
    text-align: center;
}
@media screen and (min-width : 768px) {
    .contents {
        text-align: center;
    }
}

/* Main
---------------------------------------*/
.main {
    position: relative;
    padding: 1.5rem 0 0;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    transition: z-index .5s ease;
}
.main > .inner > *:first-child {
    margin-top: 0!important;
}
@media screen and (min-width : 768px) {
    .main {
        padding: 0;
    }
}

/* Bottom nav
---------------------------------------*/
.bottom-nav {
    margin: 3rem 0 0;
    padding: 0;
}
.bottom-nav .inner {
    border-top: solid 1px #c5c5c5;
    padding-top: 3rem;
}
.bottom-nav__ttl {
    margin: 0 0 2rem;
    padding: 0 0 0 .7rem;
    font-weight: 300;
    font-size: 1.6rem;
}
.bottom-nav__list {
    display: block;
}
.bottom-nav__list__item {
    position: relative;
    margin: .6rem 0;
    padding: 0 2rem;
    font-size: 1.5rem;
}
.bottom-nav__list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.0rem;
    left: .7rem;
    width: 6px;
    height: 1px;
    background: #a2a2a2;
}
.bottom-nav a {
    display: inline-block;
    color: #000;
}
.bottom-nav a.is-current {
    color: #ff7200;
}
.bottom-nav a:hover {
    color: #ff7200;
}
@media screen and (min-width : 768px) {
    .bottom-nav {
        margin: 5rem 0 0;
        padding: 5rem 0 0;
    }
    .bottom-nav .inner {
        border-top: solid 1px #c5c5c5;
        padding: 8rem 2rem 0;
    }
    .bottom-nav__inner {
        padding: 5rem 2rem;
    }
    .bottom-nav__ttl {
        margin: 0 0 2rem;
        padding: 0 0 0 .7rem;
        font-size: 1.6rem;
    }
    .bottom-nav__list {
        display: flex;
        flex-wrap: wrap;
    }
}

/* page-top
---------------------------------------*/
.page-top-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 8px;
    color: #31363c; /*背景と同じ色にする*/
    background: #31363c;
    cursor: pointer;
    transition: opacity .4s, visibility 0s ease .4s, z-index .4s;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    transition: 1s ease-in-out;
}
.page-top-btn.is-show {
    transition-delay: 0s;
    opacity: .83;
    visibility: visible;
    z-index: 99;
}
.page-top-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(-45deg);
}
.page-top-btn img {
    display: inline-block;
    cursor: pointer;
    width: auto;
}

@media screen and (min-width : 768px) {
    .page-top-btn {
        width: 60px;
        height: 60px;
        color: #31363c; /*背景と同じ色にする*/
        background: #31363c;
    }
    .page-top-btn::before {
        top: 16px;
        width: 16px;
        height: 16px;
    }
}

/* footer
---------------------------------------*/
.footer {
    position: relative;
    z-index: 97;
    color: #AEB0B1;
    background: #50555A;
}

/* footer ** SP **
---------------------------------------*/
@media screen and (max-width : 959px) {
    .footer-top__inner {
        padding: 8rem 2rem 2rem;
        margin: 0 auto;
        text-align: center;
    }
    .footer-logo {
        width: 175px;
        margin: 0 auto 2rem;
    }
    .footer-logo a {
        display: block;
    }
    .footer-logo svg {
        width: 100%;
    }
    .footer-nav {
        margin: 4rem auto 2rem;
    }
    .footer-nav a {
        color: #AEB0B1;
    }
    .footer-nav__list__item {
        margin: 1rem 0 0;
        width: 100%;
        font-size: 1.4rem;
        color: #AEB0B1;
    }
    .footer-nav__list__item a {
        padding: .6rem 0;
    }
    .footer-nav-terms {
        margin: 4rem 0 0;
        padding: 3rem 0 0;
        border-top: solid 1px #86888A;
    }
    .footer-nav-terms__list__item {
        margin: 1rem 0 0;
        padding: 0 1.5rem;
    }
    .footer-nav-terms__list__item a {
        padding: .6rem 0;
        color: #AEB0B1;
        font-size: 1.4rem;
    }
    .footer-bottom__inner {
        padding: 0 2rem 40px;
    }
    .footer-bottom__youtube {
        width: 48px;
        margin: 1rem auto 2.5rem;
    }
    .footer-bottom__youtube a {
        display: block;
    }
    .footer-bottom__youtube svg {
        width: 100%;
        fill: #AEB0B1;
    }
    .footer-bottom__global {
        margin: 1rem auto 2rem;
        text-align: center;
    }
    .footer-bottom__global a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        color: #AEB0B1;
    }
    .footer-bottom__global .icon {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        fill: #AEB0B1;
    }
    .footer-copyright {
        margin: 3.5rem auto 0;
        font-size: 1.2rem;
        text-align: center;
    }
}

/* footer ** PC **
---------------------------------------*/
@media screen and (min-width : 960px) {
    .footer-top__inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 8rem 4rem 10rem;
    }
    .footer-logo {
        width: 175px;
        height: 30px;
        z-index: 1;
        margin: 0 auto 0 0;
    }
    .footer-logo a {
        display: block;
        width: 100%;
    }
    .footer-logo svg {
        width: 175px;
        height: 30px;
    }
    .footer-nav {
        display: flex;
        justify-content: space-between;
        width: 40%;
    }
    .footer-nav a:hover, .footer-nav-terms a:hover {
        color: #EDEEEE;
    }
    .footer-nav__list {
        width: auto;
        max-width: calc(100%/3);
    }
    .footer-nav__list__item {
        margin: 0 0 1rem;
        font-size: 1.6rem;
    }
    .footer-nav__list__item a, .footer-nav-terms__list__item a {
        color: #AEB0B1;
        transition: .2s ease;
    }
    .footer-nav-terms {
        position: absolute;
        top: 150px;
        left: 4rem;
        z-index: 2;
    }
    .footer-nav-terms__list__item {
        margin: 0 0 .5rem;
        font-size: 1.6rem;
    }

    /* footer-bottom */
    .footer-bottom__inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 4rem 3rem;
    }
    .footer-bottom__blk {
        order: 2;
        display: flex;
        align-items: center;
    }
    .footer-bottom__youtube {
        order: 2;
        width: 48px;
        transition: .2s ease;
    }
    .footer-bottom__youtube svg {
        width: 48px;
        fill: #AEB0B1;
        transition: .2s ease;
    }
    .footer-bottom__youtube a:hover svg {
        fill: #EDEEEE;
    }
    .footer-bottom__global {
        order: 1;
        margin: 0 5rem .7rem 0;
        transition: .2s ease;
    }
    .footer-bottom__global svg {
        transition: .2s ease;
    }
    .footer-bottom__global a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        color: #AEB0B1;
    }
    .footer-bottom__global a:hover {
        color: #EDEEEE;
    }
    .footer-bottom__global a:hover svg {
        fill: #EDEEEE;
    }
    .footer-bottom__global .icon {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        fill: #AEB0B1;
    }
    .footer-copyright {
        order: 1;
        text-align: left;
        font-size: 1.6rem;
    }
}

/* jQuery colorbox
------------------------------------*/
#colorbox {
    /* min-width: 600px!important; */
    overflow: visible!important;
}
#cboxContent, #cboxLoadedContent {
    background: none!important;
}
#cboxOverlay {
    background: #222!important;
}
#cboxLoadingOverlay {
    border-radius: 8px;
    background: #fff!important;
}
#cboxWrapper {
    overflow: visible!important;
}
#cboxClose {
    top: 2rem!important;
    right: 2rem!important;
    width: 24px!important;
    height: 24px!important;
    background: url(/europe/assets/svg/modal_close.svg) no-repeat center;
    background-size: 100%;
}
#cboxPrevious, #cboxNext {
    top: 47%!important;
    width: 40px!important;
    height: 40px!important;
}
#cboxPrevious {
    left: -6rem!important;
    background: url(/europe/assets/svg/modal_arrow_prev.svg) no-repeat 0 0;
    background-size: 100%;
}
#cboxNext {
    right: -6rem!important;
    background: url(/europe/assets/svg/modal_arrow_next.svg) no-repeat 0 0;
    background-size: 100%;
}
@media screen and (max-width : 767px) {
    #cboxWrapper {
        max-width: 90%!important;
        height: auto!important;
    }
    #cboxClose {
        top: -4rem!important;
        right: 0!important;
        width: 30px!important;
        height: 30px!important;
    }
    #cboxPrevious, #cboxNext {
        top: 44%!important;
        width: 27px!important;
        height: 34px!important;
    }
    #cboxPrevious {
        left: -3rem!important;
    }
    #cboxNext {
        right: -3rem!important;
    }
}



.modalContentWrapper {
    display: none;
    width: 100%;
}
.modalContentBlock {
    width: 100%;
    padding: 3rem 2rem;
    text-align: center;
    /* font-size: 1.5rem;
    border-radius: 8px; */
    background: #fff;
}
.modalTitle {
    margin: 0 auto .5rem;
    padding: 0 0 .5rem;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 300;
}
@media screen and (min-width : 768px) {
    .modalContentBlock {
        margin: 4rem auto 0;
        padding: 4rem 4rem;
    }
    .modalTitle {
        font-size: 3.0rem;
    }
}

/* Animation
------------------------------------*/
/* body {
    animation-name: fadein;
    animation-duration: .8s;
    animation-iteration-count: 1;
}
 */
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeinUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeinDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes draw {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Scroll Animation */
.sca-fadein {
    opacity: 0;
    transition: all .6s ease;
    animation-delay: .3s;
}
.sca-fadein.is-show {
    opacity: 1;
}

.sca-fadein-up {
    opacity: 0;
    transition: all .6s ease;
    animation-delay: .3s;
    transform: translateY(20px);
}
.sca-fadein-up.is-show {
    opacity: 1;
    transform: translateY(0);
} 