/* Base styles */
:root {
  --primary-color: #70c5c5;
  --secondary-color: #e8004a;
  --text-color: #333;
  --white: #fff;
}

/* Header styles */
.header {
  background-color: var(--primary-color);
  padding-left: 0;
}

.header.attraction::after,
.header.guidance::after {
  width: 0 !important;
}

/* Logo styles */
.logo-img {
  width: 100%;
  height: 100%;
}

/* Navigation styles */
.pconly a {
  color:  #e8004a !important;
}

.menu {
  display: flex;
  justify-content: center;
}

.menu__link {
  display: block;
  padding: 10px 20px;
}

.menu__link:hover {
  background-color: var(--primary-color);
  color: #666;
}

/* Dropdown menu styles */
.drop-menu {
  position: absolute;
  top: 43px;
  transition: all .3s;
}

.drop-menu__link {
  display: block;
  display: none;
  background-color: var(--primary-color);
  transition: all .3s;
  padding: 5px 20px;
}

.drop-menu__link:hover {
  background-color: lightcyan;
}

.drop-menu__link.is-active {
  display: block;
}

/* Footer styles */
.footer {
  background: var(--primary-color);
  color: var(--secondary-color) !important;
}

.footer-nav a {
  color: var(--secondary-color);
}

/* Video styles */
video {
  width: 100%;
  object-fit: fill;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  opacity: 0.9;
  vertical-align: baseline;
  display: inline-block;
}

/* Section styles */
.section-primary {
  padding: 128px 0 0;
}

/* Home attraction styles */
.home-attraction {
  overflow: hidden;
  position: relative;
}

.home-attraction > .image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: auto;
  padding-right: 630px;
  width: 100%;
  z-index: -1;
}

.home-attraction > .image img {
  height: auto;
  width: 100%;
}

.home-attraction > .head {
  padding-right: 6.25%;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 2;
}

.home-attraction > .content {
  background-color: var(--white);
  float: right;
  padding: 160px 7.6vw 5%;
}

/* Typography */
.headding-primary .en {
  line-height: 1.1;
  font-size: 54px;
  margin-bottom: 5px;
}

.headding-primary span {
  display: block;
}

.headding-primary .ja {
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
}

.headding-secondary {
  -webkit-font-smoothing: antialiased;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: .1em;
}

/* Button styles */
.button-flat {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border: 1px solid #000;
  border-radius: 32px;
  display: inline-block;
  padding: 22px 0 23px;
  text-align: center;
  width: 420px;
}

.button-flat span {
  -webkit-font-smoothing: antialiased;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  -webkit-animation-delay: 0;
  transition-delay: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  text-indent: 0.1em;
}

/* Text styles */
.text-primary {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.8;
}

.text-primary.read {
  line-height: 2.3;
  margin-bottom: 40px;
}

/* Responsive styles */
@media only screen and (max-width: 1150px) {
  .button-flat {
    width: 350px;
  }
}

@media only screen and (max-width: 1366px) {
  .section-primary {
    padding: 98px 0 0;
  }

  .home-attraction {
    padding-bottom: 45px;
  }

  .home-attraction > .content {
    padding: 110px 5.6vw 3%;
  }

  .text-primary.read {
    line-height: 2.1;
  }
}

@media only screen and (max-width: 1475px) {
  .headding-secondary {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1525px) {
  .home-attraction > .image {
    padding-right: 450px;
  }
}

@media only screen and (max-width: 736px) {
  .main-visual {
    height: 75% !important;
  }

  video {
    bottom: -100%;
  }

  .maincopy {
    bottom: 25px !important;
  }

  .for-large {
    display: none;
  }

  .for-small {
    display: block;
  }

  .home-attraction > .image {
    padding-right: 0 !important;
  }

  .home-attraction > .head {
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: left;
  }

  .headding-primary .en {
    font-size: 35px;
    letter-spacing: .026em;
  }

  .headding-primary .ja {
    font-size: 11px;
  }

  .headding-primary .en.ni {
    font-size: 38px;
  }

  .headding-primary .ja.nij {
    font-size: 20px;
  }

  new-information-list {
    text-align: center;
  }

  .vk_post_title {
    font-size: 20px;
  }

  .button-flat span {
    font-size: 13px;
  }

  .text-primary {
    font-size: 13px;
    text-align: justify;
    line-height: 2;
    letter-spacing: .08em;
  }

  .home-policy .content {
    width: 100%;
  }

  .toplogo {
    max-width: 20%;
  }

  .pconly {
    display: none !important;
  }

  .global-nav .inner .box > .wrap .list .child {
    display: block;
  }

  .global-nav > .wrapper {
    max-height: 100%;
    overflow-y: visible;
  }
}

@media only screen and (min-width: 1080px) {
  .hamburger {
    display: none;
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#spearly-list-footer-next {
  visibility: hidden !important;
}

.fade-in.is-visible {
  transition: transform 2s cubic-bezier(.1, .55, .2, 1), opacity 1.5s ease-out .1s, -webkit-transform 2s cubic-bezier(.1, .55, .2, 1);
  transform: translate(0, 0);
  opacity: 1;
}

.home-policy .content {
  width: 50%;
}

@media screen and (max-width: 1366px) and (max-width: 736px) {
  .header.guidance::after {
    width: 0px !important;
  }
}

@media screen and (max-width: 1150px) and (max-width: 736px) {
  .button-flat {
    padding: 17px 0 16px;
    width: 100%;
  }
}

@media screen and (max-width: 1525px) and (max-width: 1366px) and (max-width: 736px) {
  .home-attraction>.image {
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }

  .home-attraction>.image::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    content: '';
    height: 32px;
    width: 80%;
  }
}

@media screen and (max-width: 1366px) and (max-width: 1255px) and (max-width: 736px) {
  .home-attraction>.content {
    float: none;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1475px) and (max-width: 1255px) and (max-width: 736px) {
  .headding-secondary {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1475px) and (max-width: 1255px) {
  .headding-secondary {
    font-size: 22px;
  }
}

@media screen and (max-width: 1366px) and (max-width: 1255px) {
  .home-attraction>.image {
    padding-right: 380px;
  }
}

@media screen and (max-width: 1525px) and (max-width: 1366px) {
  .home-attraction>.image {
    padding-right: 450px;
  }
} 