* {
  box-sizing: border-box;
  outline: none;
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff; }

.o-container {
  padding: 0 20px; }

@media all and (min-width: 768px) {
  .o-container {
    max-width: 650px;
    padding: 0;
    margin: 0 auto; } }

@media all and (min-width: 1024px) {
  .o-container {
    max-width: 900px; } }

@media all and (min-width: 1360px) {
  .o-container {
    max-width: 1100px; } }

.o-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-out; }

.o-btn:hover {
  cursor: pointer; }

.o-btn--purple {
  background-color: #8a08cf;
  color: #ffffff;
  transition: all 300ms ease-out; }

.o-btn--purple:hover {
  background-color: #ffffff;
  color: #8a08cf; }

.o-btn--peach {
  background-color: #ffffff;
  color: #e7526b;
  transition: all 300ms ease-out; }

.o-btn--peach:hover {
  background-color: #e7526b;
  color: #ffffff; }

.o-btn--transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
  transition: all 300ms ease-out; }

.o-btn--transparent:hover {
  background-color: #2e3b4e;
  border: 2px solid #2e3b4e; }

@media all and (min-width: 1024px) {
  .o-btn {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 40px; } }

.o-border {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 90px; }

.o-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 20px 0; }

.o-title--large {
  font-size: 18px;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding: 30px 0; }

.o-title--huge {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  padding: 20px 0; }

@media all and (min-width: 768px) {
  .o-title--large {
    font-size: 24px; } }

.o-subtitle {
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 20px; }

.o-paragraph {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 30px;
  line-height: 1.9em; }

.o-paragraph--large {
  font-size: 14px; }

.c-header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }

.c-header__image {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: -1; }
  .c-header__image img {
    width: auto;
    height: 100%;
    transform: translateX(-45%);
    position: absolute;
    object-fit: cover; }

@media all and (min-width: 425px) {
  .c-header__image img {
    transform: none; } }

@media all and (min-width: 768px) {
  .c-header__image {
    width: 100%; }
    .c-header__image img {
      width: 100%; } }

.c-header .o-container {
  height: 100%;
  position: relative; }

.c-header__contents {
  width: 280px;
  text-align: right;
  transform: translateY(-50%);
  top: 50%;
  position: relative; }

.c-header__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  margin: 0 0 30px; }

@media all and (min-width: 450px) {
  .c-header .o-container {
    padding: 0 40px; } }

@media all and (min-width: 768px) {
  .c-header .o-container {
    padding: 0; }
  .c-header__contents {
    width: 269px;
    top: 55%; } }

@media all and (min-width: 1024px) {
  .c-header__contents {
    width: 381px; }
  .c-header__title {
    font-size: 34px; } }

@media all and (min-width: 1360px) {
  .c-header__contents {
    width: 448px;
    top: 60%; }
  .c-header__title {
    font-size: 40px; } }

nav {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 20px; }

.c-nav {
  padding: 35px 0;
  position: relative; }

@media all and (min-width: 768px) {
  nav {
    padding: 0 60px; }
  .c-nav {
    padding: 35px 0; } }

@media all and (min-width: 1024px) {
  nav {
    padding-left: 65px; }
  .c-nav {
    width: 25%;
    display: inline-block; } }

@media all and (min-width: 1360px) {
  nav {
    padding-left: 130px; } }

@media all and (min-width: 1440px) {
  nav {
    padding-left: 170px; } }

/******************
  NAV: FIRST PART 
******************/
/*** LOGO ***/
.c-nav__logo {
  width: 190px;
  height: auto;
  line-height: 0;
  text-decoration: none;
  display: flex; }

.c-nav__logo-text {
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5em;
  padding-left: 10px; }

.c-nav__logo:hover {
  cursor: pointer; }
  .c-nav__logo:hover > .c-nav__logo-text {
    color: #e7526b; }

/*** BURGER ***/
.c-nav__burger, .c-nav__close {
  position: absolute;
  top: 35px;
  right: 0; }
  .c-nav__burger span, .c-nav__close span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 3px;
    display: block; }

.c-nav__burger--remove {
  display: none; }

@media all and (min-width: 1024px) {
  .c-nav__burger, .c-nav__close {
    display: none; } }

/******************
  NAV: SECOND PART 
******************/
.c-nav__main {
  width: 90%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -90%;
  background-color: rgba(38, 52, 70, 0.95);
  z-index: 10;
  transition: all 300ms ease-in-out; }

.c-nav__main--open {
  right: 0; }

@media all and (min-width: 1024px) {
  .c-nav__main {
    width: 65%;
    height: auto;
    right: 0;
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
    transition: none;
    margin-right: 25px; } }

@media all and (min-width: 1440px) {
  .c-nav__main {
    width: 50%;
    margin-right: 40px; } }

/*** CLOSE TOGGLE ***/
.c-nav__close {
  right: 20px; }
  .c-nav__close span:first-child {
    transform: rotate(45deg);
    margin-top: 9px; }
  .c-nav__close span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -3px; }

@media all and (min-width: 768px) {
  .c-nav__close {
    right: 60px; } }

/*** SEARCH ***/
.c-nav__search {
  width: 80%;
  height: auto;
  margin: 0 auto; }

.c-nav__search-container {
  width: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  padding: 8px 25px;
  margin: 100px auto 50px; }
  .c-nav__search-container input {
    width: calc(100% - 22px);
    border: none;
    color: #2e3b4e;
    letter-spacing: 0.03em; }
  .c-nav__search-container a {
    color: #babbc4;
    padding-left: 10px;
    transition: color 300ms ease; }

.c-nav__search-container a:hover {
  color: rgba(38, 52, 70, 0.95);
  cursor: pointer; }

@media all and (min-width: 768px) {
  .c-nav__search {
    width: 50%; } }

@media all and (min-width: 1024px) {
  .c-nav__search {
    width: 35%;
    margin: 25px 0; }
  .c-nav__search-container {
    width: 235px;
    margin: 0; } }

/*** NAV MENU ***/
.c-nav__menu {
  width: 80%;
  margin: 0 auto; }
  .c-nav__menu ul {
    list-style: none;
    padding-left: 0; }
  .c-nav__menu li {
    padding: 15px 0; }
  .c-nav__menu a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none; }

@media all and (min-width: 1024px) {
  .c-nav__menu {
    width: 395px;
    display: inline-block;
    margin: 0; }
    .c-nav__menu ul {
      display: flex; }
    .c-nav__menu li {
      line-height: 1em;
      padding: 35px 20px 0; }
    .c-nav__menu a {
      font-size: 10px;
      padding-bottom: 36px;
      transition: all 300ms ease-out; }
  .c-nav__menu a:hover {
    border-bottom: 3px solid #ffffff;
    cursor: pointer; } }

.c-about {
  width: 100%;
  height: 100%;
  background-color: #2e3b4e; }

.c-about__container {
  max-width: 750px;
  padding: 40px 0 60px;
  margin: 0 auto; }

@media all and (min-width: 768px) {
  .c-about__container {
    display: flex;
    flex-wrap: wrap; }
  .c-about__contents {
    width: 45%;
    max-width: 325px; }
  .c-about__contents:nth-child(even) {
    margin-left: 10%; } }

.c-news {
  width: 100%;
  background-color: rgba(231, 82, 107, 0.8);
  overflow: hidden;
  position: relative; }

.c-news__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }
  .c-news__image img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: relative; }

.c-news__contents {
  max-width: 500px;
  height: auto;
  text-align: center;
  padding: 150px 0;
  margin: 0 auto; }

.c-news__detail {
  max-width: 330px;
  margin: 0 auto; }

.c-news .o-btn--peach {
  margin-top: 40px; }

@media all and (min-width: 768px) {
  .c-news .o-title--large {
    padding-bottom: 10px; } }

@media all and (min-width: 1389px) {
  .c-news__image img {
    width: 100%; } }

.c-summary {
  position: relative; }

.c-summary__image {
  width: 100%;
  position: relative;
  line-height: 0; }
  .c-summary__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.c-summary__contents {
  height: auto;
  padding: 40px 20px; }

.c-summary .o-paragraph,
.c-summary .o-title {
  color: #2e3b4e; }

@media all and (min-width: 768px) {
  .c-summary {
    display: flex; }
  .c-summary__image {
    width: 45%;
    padding-top: 0;
    margin: 0; }
  .c-summary__contents {
    width: 55%;
    max-width: 337px;
    padding: 30px 0; }
  .c-summary__data {
    transform: translateY(-50%);
    top: 50%;
    position: relative; } }

@media all and (min-width: 1024px) {
  .c-summary__image {
    width: 45%;
    padding-top: 0;
    margin: 0; }
  .c-summary__contents {
    width: 55%;
    max-width: 550px;
    padding: 30px 0; } }

.c-subscribe {
  width: 100%;
  height: auto;
  position: relative; }

.c-subscribe__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -10; }
  .c-subscribe__image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
    left: 40%;
    position: relative; }

.c-subscribe__contents {
  width: 100%;
  height: 85%;
  background-color: rgba(82, 26, 102, 0.8);
  margin-top: 70px;
  display: inline-block; }

.c-subscribe__data {
  text-align: center;
  padding: 100px 20px;
  position: relative; }

.c-subscribe .o-title--large {
  padding-top: 0;
  padding-bottom: 20px; }

.c-subscribe .o-paragraph {
  opacity: 0.5;
  font-weight: 600;
  padding-bottom: 70px; }

.c-subscribe .o-subtitle {
  font-weight: 700; }

@media all and (min-width: 768px) {
  .c-subscribe__data {
    max-width: 500px;
    margin: 0 auto; } }

@media all and (min-width: 1024px) {
  .c-subscribe__image img {
    width: 100%;
    transform: none;
    left: 0; } }

.c-photography {
  width: 100%;
  height: 100%;
  position: relative; }

.c-photography__image {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }
  .c-photography__image img {
    height: 100%;
    object-fit: cover;
    transform: translateX(-33%); }

.c-photography__contents {
  padding-top: 200px;
  padding-bottom: 50px; }

.c-photography__data {
  max-width: 600px; }

.c-photography__credit {
  display: flex;
  width: 100%;
  max-width: 280px;
  text-decoration: none;
  transition: all 300ms ease-in-out; }
  .c-photography__credit img {
    width: 40px;
    height: 40px;
    transform: scale(40px 40px);
    object-fit: cover; }
  .c-photography__credit .o-paragraph {
    font-weight: 700;
    padding-left: 15px;
    padding-bottom: 0;
    line-height: 3.5em; }

.c-photography__credit:hover {
  cursor: pointer; }
  .c-photography__credit:hover > img {
    transform: scale(45px, 45px); }
  .c-photography__credit:hover > .o-paragraph {
    text-decoration: underline; }

@media all and (min-width: 768px) {
  .c-photography__image img {
    width: 100%;
    transform: none; } }

@media all and (min-width: 1024px) {
  .c-photography__image {
    width: 100%; }
  .c-photography__contents {
    padding-top: 300px; } }

.c-contact {
  height: 100%;
  background-color: #e7526b; }

.c-contact__contents {
  max-width: 300px;
  padding-top: 80px;
  padding-bottom: 150px; }
  .c-contact__contents a {
    color: #ffffff;
    transition: all 300ms ease-out; }

.c-contact__contents a:hover {
  color: #2e3b4e;
  cursor: pointer; }

.c-footer {
  height: 100%;
  background-color: #263446; }

.c-footer__contents {
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 100px; }

@media all and (min-width: 1024px) {
  .c-footer__contents {
    padding-bottom: 200px; } }

@media all and (min-width: 768px) {
  .u-mr-25\@t {
    margin-right: 25px; }
  .u-ml-25\@t {
    margin-left: 25px; } }

@media all and (min-width: 1024px) {
  .u-mr-60\@d {
    margin-right: 60px; }
  .u-mr-65\@d {
    margin-right: 65px; }
  .u-ml-60\@d {
    margin-left: 60px; }
  .u-ml-65\@d {
    margin-left: 65px; } }

@media all and (min-width: 768px) {
  .u-df-jcfe\@t {
    justify-content: flex-end; } }

/*# sourceMappingURL=maps/styles.css.map */
