/* cambay-700 - latin */
@font-face {
  font-family: 'Cambay';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cambay-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cambay-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cambay-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cambay-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cambay-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cambay-v12-latin-700.svg#Cambay') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v42-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

/* noto-sans-jp-700 - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v42-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}



body {
    margin: 0;
    font: normal normal normal 14px/20px Noto Sans JP;
    letter-spacing: 0px;
    overflow-x: hidden;
    width: 100vw;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #E4C349;
}

h3 {
    font: normal normal bold 40px/45px Cambay;
    letter-spacing: 0px;
    color: #E4C349;
    margin: 0px;
}

.text-bold {
    font: normal normal bold 20px/20px Noto Sans JP;
    letter-spacing: 0px;
}

.text-bold-block {
    display: block;
}

span.price {
    font: normal normal bold 28px/40px Noto Sans JP;
    letter-spacing: 0px;
}

h3.light {
    color: #fff;
}

.header_offset {
    margin-top: 16px;
}

.text-green {
    color: #377978;
}

.section {
    padding-top: 92px;
    padding-right: 16px;
    padding-bottom: 92px;
    padding-left: 16px;
}

.section_top-compact {
    padding-top: 0px;
}

.section__img {
    width: 100%;
    max-width: 674px;
}

.apply-section {
    background-color: #E4C349;
    color: #fff;
}

.container__relative {
    position: relative;
}

.row {
    display: flex;
    flex-direction: column;
}

.column {
    flex: 1;
}

.column+.column {
    margin-top: 24px
}

.contact__details {
    margin-top: 0px;
    font: normal normal bold 19px/28px Noto Sans JP;
    letter-spacing: 0px;
    color: #3C3C3B;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact__details__divider {
  display: none;
}

.footer {
    background-color: #3C3C3B;
    font: normal normal normal 15px/22px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 72px;
    padding-bottom: 92px;
}

.footer__columns {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer__column+.footer__column {
    margin-top: 35px;
}

.footer__logo {
    width: 200px;
}

a.footer__link {
    text-decoration: none;
    color: inherit;
}

a.footer__link:hover {
    color: #E4C349;
}

.hero {
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero_compact {
    height: auto;
}

.hero__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.hero__content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    pointer-events: none;
}

.hero__content__title {
    text-align: center;
    font: normal normal bold 60px/97px Cambay;
    letter-spacing: 0px;
    line-height: 1;
}

.hero__content__subtitle {
    text-align: center;
    font: normal normal bold 30px/49px Cambay;
    letter-spacing: 0px;
    line-height: 1;
    margin-top: 16px;
}

.header {
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 60px;
}

.header__logo {
    width: 256px;
}

.header__logo__img {
    width: 75%;
    height: auto;
}

.header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__menu-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background-color: #fff;
    padding: 16px;
    display: none;
}

.menu-button {
    cursor: pointer;
    color: #377978;
}

.menu-button__icon {
    width: 48px;
    height: 48px;
}

a.header__menu {
    font: normal normal bold 25px/90px Cambay;
    letter-spacing: 0px;
    color: #377978;
    height: 50px;
}

a.header__menu+a.header__menu {
    margin-top: 16px;
}

a.header__menu:hover {
    color: #FD803B;
}

.program-section__content-top {
    margin-top: 16px;
}

.program-section__content-bottom {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.program-section__content-bottom__list {
    max-width: 386px;
}

.program-section__content-bottom__list+.program-section__content-bottom__list {
    margin-left: 100px;
}

.program-section__item {
    font: normal normal bold 13px/22px Noto Sans JP;
    letter-spacing: 0px;
    color: #3C3C3B;
}

.rovercamps-section {
    display: flex;
    flex-direction: column;
}

.rovercamps-section__item-image {
    width: 100%;
    height: auto;
}

.rovercamps-section__item+.rovercamps-section__item {
    margin-top: 16px;
}

ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}

ul li:before {
    content: "•";
    color: #FD803B;
    position: absolute;
    left: 0;
}

.apply-section__images_phone_offset {
    margin-bottom: 50px;
}

.apply-section__images_phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -138px;
}

.apply-section__img__backpack {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.apply-section__img__rope {
    width: 57px;
    height: auto;
    object-fit: contain;
    margin-left: 50px;
}

.apply-section__img__cup {
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-top: 36px;
    margin-left: 50px;
}

.circle-text {
    width: 200px;
    height: auto;
    position: absolute;
    right: 40px;
    top: -120px;
}

@media only screen and (max-width: 991px) {
    .hidden-phone {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-tablet {
        display: none;
    }

    body {
        font: normal normal normal 28px/40px Noto Sans JP;
    }

    h3 {
        font: normal normal bold 80px/90px Cambay;
    }

    .header_offset {
        margin-top: 0px;
    }

    .text-bold {
        font: normal normal bold 28px/40px Noto Sans JP;
    }

    .row {
        flex-direction: row;
    }

    .section_top-compact {
        padding-top: 92px;
    }
    
    .hero__content {
        bottom: 100px;
    }

    .hero__content__title {
        font: normal normal bold 120px/195px Cambay;
        line-height: 1;
    }

    .hero__content__subtitle {
        font: normal normal bold 60px/98px Cambay;
        margin-top: 0px;
        line-height: 1;
    }

    .header {
        height: auto;
        padding-right: 140px;
        padding-left: 140px;
    }

    .header__logo {
        width: 358px;
    }

    .header__menu {
        flex-direction: row;
    }

    a.header__menu+a.header__menu {
        margin-top: 0px;
        margin-left: 48px;
    }

    .section {
        padding-right: 140px;
        padding-left: 140px;
    }

    .column+.column {
        margin-top: 0px;
        margin-left: 48px;
    }


    .apply-section {
        margin-top: 100px;
    }

    .apply-section__images_phone {
        display: none;
    }

    .apply-section__images {
        display: flex;
        position: absolute;
        left: 0;
        top: -190px;
    }

    .apply-section__img__backpack {
        width: 200px;
        height: auto;
        object-fit: contain;
    }

    .apply-section__img__rope {
        width: 114px;
        height: auto;
        object-fit: contain;
        margin-left: 50px;
    }

    .apply-section__img__cup {
        width: 100px;
        height: auto;
        object-fit: contain;
        margin-top: 36px;
        margin-left: 50px;
    }


    .rovercamps-section__item-image_offset {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) {

    .footer__columns {
        margin-top: 35px;
        flex-direction: row;
    }

    .footer__column+.footer__column {
        margin-top: 0px;
        margin-left: 48px;
    }

    .footer__logo {
        width: 216px;
    }
    
    .footer {
        padding-left: 140px;
        padding-right: 140px;
    }
  
}


@media only screen and (min-width: 1200px) {
  
    
    .contact__details {
      flex-direction: row;
      justify-content: space-between;
      font: normal normal bold 39px/56px Noto Sans JP;
    }

    .contact__details__divider {
      display: block;
    }
  
    .header__logo__img {
        width: 100%;
    }
  
    .program-section__item {
        font: normal normal bold 27px/43px Noto Sans JP;
    }
  
    .column+.column {
        margin-left: 200px;
    }
  
    .footer {
        font: normal normal normal 30px/43px Noto Sans JP;
    }
  
    .footer__column+.footer__column {
        margin-top: 0px;
        margin-left: 200px;
    } 
  
    .footer__logo {
        width: 324px;
    }
    
}