@charset "utf-8";

/*==================================================

Top
==================================================*/
#top .main-header {
  background: transparent;
}
#top.header-ani .main-header {
  background: rgba(255, 255, 255, 0.9);
}
#top .main-header h1 {
  opacity: 0;
  transform: scale(1.12);
  transform-origin: 60% center;
  transition: transform 0.5s, opacity 0.5s;
}
#top.header-ani .main-header h1 {
  opacity: 1;
  transform: scale(1);
}

#top .intro {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}
#top .intro h2 {
  opacity: 0;
  transform: scale(1.12);
  transition: all 1.5s;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .intro h2 {
    height: calc(100vh - 200px); /* ie11 hack fix*/
  }
}
#top .intro > a {
  margin: 0 auto;
}
#top .intro .scroll {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.12);
  transition: all 1.5s;
  margin-right: 30px;
}
#top .intro .scroll:before {
  content: "";
  margin-top: -110px;
  height: 110px;
  width: 2px;
  background: #52d3b4;
  position: absolute;
  top: 0px;
  right: 2px;
  -webkit-animation: scrolling 2s infinite;
  animation: scrolling 2s infinite;
}
@-webkit-keyframes scrolling {
  80%,
  100% {
    margin-top: 110px;
  }
}
@keyframes scrolling {
  80%,
  100% {
    margin-top: 110px;
  }
}
#top.init .intro h2,
#top.init .intro i {
  opacity: 1;
  transform: scale(1);
}
#top .about {
  padding-bottom: 100px;
  overflow: hidden;
}
#top .about .inview {
  transition: all 0.7s !important;
}
#top .about .writing p + p {
  margin: 40px 0;
}
#top .about .writing .floating-img {
  text-align: right;
  margin-bottom: 40px;
}
#top .about .writing .floating-img img {
  max-width: 333px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#top .about .writing .about-logo {
  width: 185px;
  position: absolute;
  bottom: 0;
  right: 80px;
}
#top .posts {
  text-align: center;
}
#top .posts h2 {
  font-family: "Dosis", sans-serif;
  font-size: 68px;
  transition: all 1.2s !important;
}
#top .moreposts-btn {
  display: block;
  margin: 60px auto 0;
  width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 1000px;
  border: 1px solid #7ad1bc;
  background: #fff;
  color: #7ad1bc;
  font-size: 16px;
  transition: all 0.3s;
}
#top .moreposts-btn:hover {
  border: 1px solid #7ad1bc;
  background: #7ad1bc;
  color: #fff;
}
#top .divider {
  flex: 1 1 100%;
  padding: 110px 5% 210px;
  background: url(/img/top/footer-divider-bg.jpg) no-repeat center bottom/cover;
  text-align: center;
  display: none;
}
#top .gallery {
  max-width: 100%;
  background: #faffde;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

#top .gallery h2 {
  max-width: 260px;
  margin: 0 auto 60px;
}
#top .gallery h2 + p {
  margin: 60px 0;
}
#top .gallery-slider {
  position: relative;
}
#top .gallery-slider figure {
  display: block;
  margin: 0 20px;
}
#top .gallery-slider figure img {
  margin: 0 auto;
}
#top .gallery-slider figure figcaption {
  margin-top: 20px;
  text-align: left;
}

#top .gallery-slider .slick-arrow {
  position: absolute;
  top: 45%;
  top: calc(50% - 1em);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
#top .gallery-slider .slick-arrow img {
  width: 20px;
  height: 34px;
}
#top .gallery-slider .prev {
  left: 9%;
  left: calc(10% - 10px);
}
#top .gallery-slider .next {
  right: 9%;
  right: calc(10% - 10px);
}
#top .gallery .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px auto 60px;
}
#top .gallery .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #747474;
  overflow: hidden;
  text-indent: -100px;
  transition: all 0.3s;
  cursor: pointer;
}
#top .gallery .slick-dots li.slick-active {
  background: #747474;
}
#top .gallery .more {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 1000px;
  border: 1px solid #7ad1bc;
  background: #fff;
  color: #7ad1bc;
  font-size: 16px;
  transition: all 0.3s;
}
#top .gallery .more:hover {
  border: 1px solid #7ad1bc;
  background: #7ad1bc;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .split-screen .main-contents section {
    padding: 40px 5%;
  }
}
@media only screen and (max-width: 768px) {
  #top .intro {
    padding: 0;
    overflow: hidden;
  }
  #top .intro figure.sp {
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 120px);
    background: url(/img/top/visual-top-sp.jpg) no-repeat center bottom;
    background-size: cover;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  }
  #top .intro h2 {
    width: 100%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 15%;
  }
  #top .intro > p.sp {
    margin-top: -110px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0 40px;
    transition: all 1.5s;
    transform: scale(1.12);
    opacity: 0;
  }
  #top.init .intro > p.sp {
    opacity: 1;
    transform: scale(1);
  }
  #top .intro i {
    margin-bottom: 10%;
  }
  #top .intro > a {
    margin: 0 auto 20px;
  }
  #top .intro .scroll {
    margin-right: 55px;
  }
  #top .intro .scroll:before {
    content: "";
    margin-top: 0;
    height: 0;
    width: 2px;
    background: #52d3b4;
    position: absolute;
    top: 0px;
    right: 3px;
    -webkit-animation: scrolling 1.5s infinite;
    animation: scrolling 1.5s infinite;
  }
  @-webkit-keyframes scrolling {
    0% {
      margin-top: 0;
      height: 0px;
    }
    50% {
      margin-top: 0;
      height: 57px;
    }
    100% {
      margin-top: 57px;
      height: 0;
    }
  }
  @keyframes scrolling {
    0% {
      margin-top: 0;
      height: 0px;
    }
    50% {
      margin-top: 0;
      height: 57px;
    }
    100% {
      margin-top: 57px;
      height: 0;
    }
  }

  #top .about {
    padding: 50px 40px 170px;
    overflow: hidden;
    background: #fff;
    z-index: 5;
    position: relative;
  }
  #top .about .writing p + p {
    margin: 30px 0 15px;
  }
  #top .about .writing .floating-img {
    margin: 40px -50px 40px 0;
  }
  #top .about .writing .floating-img img {
    border-radius: 0;
  }
  #top .about .writing .floating-img + p {
    margin-top: 0;
  }
  #top .about .writing .about-logo {
    right: 8%;
    bottom: 60px;
    width: 175px;
  }
  #top .posts {
    padding: 80px 5%;
    -webkit-clip-path: polygon(0 13vw, 100% 0%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 13vw, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 13vw, 100% 0%, 100% 100%, 0 100%);
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #top.header-ani .posts:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/img/top/visual-post.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
  #top .posts h2 {
    margin-bottom: 65px;
    font-size: 48px;
  }
  #top .posts .inner {
    margin-right: -6%;
    padding: 1px 5% 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  #top .moreposts-btn {
    margin-top: 90px;
  }
  #top .divider {
    padding: 70px 5% 170px;
    background: url(/img/top/footer-divider-bg-sp.jpg) no-repeat center bottom/cover;
    z-index: 3;
  }
  #top .divider p {
    max-width: 227px;
    margin: 0 auto;
    text-align: right;
  }
  #top .gallery {
    padding: 80px 0;
  }
  #top .gallery h2 + p {
    display: none;
  }
}
/*==================================================

Top text scrolling
==================================================*/
#top .text-scrolling {
  width: calc(100% + 160px);
  margin-bottom: 160px;
  margin-left: -80px;
}
#top .text-scrolling .row {
  overflow: hidden;
  display: flex;
}
#top .text-scrolling .row + .row {
  margin-top: 60px;
}
#top .text-scrolling .inner {
  width: inherit;
  display: flex;
  white-space: nowrap;
  align-items: start !important;
}
#top .text-scrolling .set {
  display: flex !important;
}
#top .text-scrolling .set > div {
  margin-right: 60px;
}
#top .text-scrolling .set div a {
  display: block;
  transition: all 0.3s;
}
#top .text-scrolling .set div a:hover {
  opacity: 0.5;
}
#top .text-scrolling .first-row .pattern1 p {
  font-size: 28px;
  font-weight: bold;
  color: #52d3b4;
  letter-spacing: 0.2em;
  line-height: 1.32;
}
#top .text-scrolling .first-row .pattern2 p {
  border-bottom: 3px solid #52d3b4;
  padding-bottom: 3px;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
}
#top .text-scrolling .first-row .pattern2 span {
  height: 34px;
  padding: 0 15px;
  margin-top: 30px;
  display: inline-block;
  line-height: 34px;
  background: #52d3b4;
  font-weight: bold;
}
#top .text-scrolling .first-row .pattern3 {
  padding-left: 80px;
  background: url(/img/common/ico-cloud.svg) no-repeat left 0.6em;
}
#top .text-scrolling .first-row .pattern3 p {
  line-height: 1.5;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#top .text-scrolling .second-row .pattern1:after {
  content: "";
  width: 60px;
  height: 31px;
  display: block;
  margin-top: 11px;
  background: url(/img/common/ico-cloud.svg) no-repeat left bottom;
}
#top .text-scrolling .second-row .pattern1 p {
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#top .text-scrolling .second-row .pattern2 p {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.32;
}
#top .text-scrolling .second-row .pattern3 p {
  font-size: 28px;
  font-weight: bold;
  color: #52d3b4;
  letter-spacing: 0.2em;
  line-height: 1.32;
}
#top .text-scrolling .third-row .pattern1 {
  padding-right: 80px;
  background: url(/img/common/ico-cloud.svg) no-repeat right 0.6em;
}
#top .text-scrolling .third-row .pattern1 p {
  line-height: 1.5;
  color: #52d3b4;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#top .text-scrolling .third-row .pattern2 {
  text-align: right;
}
#top .text-scrolling .third-row .pattern2 span {
  border: 2px solid #52d3b4;
  display: inline-block;
  height: 34px;
  line-height: 31px;
  padding: 0 15px;
  margin: 4px 0 30px;
  font-weight: bold;
}
#top .text-scrolling .third-row .pattern2 p {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
#top .text-scrolling .third-row .pattern3 p {
  border-bottom: 3px solid #52d3b4;
  padding-bottom: 3px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #top .text-scrolling {
    margin-top: 30px;
  }
  #top .text-scrolling .row + .row {
    margin-top: 50px;
  }
  #top .text-scrolling .set > div {
    margin-right: 30px;
  }
  #top .text-scrolling .first-row .pattern1 p {
    font-size: 20px;
  }
  #top .text-scrolling .first-row .pattern2 p {
    font-size: 34px;
  }
  #top .text-scrolling .first-row .pattern2 span {
    font-size: 12px;
  }
  #top .text-scrolling .first-row .pattern3 {
    padding-left: 74px;
  }
  #top .text-scrolling .first-row .pattern3 p {
    font-size: 20px;
  }
  #top .text-scrolling .second-row .pattern1:after {
    margin-top: 8px;
  }
  #top .text-scrolling .second-row .pattern1 p {
    font-size: 20px;
  }
  #top .text-scrolling .second-row .pattern2 p {
    font-size: 20px;
  }
  #top .text-scrolling .second-row .pattern3 p {
    font-size: 20px;
  }
  #top .text-scrolling .third-row .pattern1 {
    padding-right: 74px;
  }
  #top .text-scrolling .third-row .pattern1 p {
    font-size: 20px;
  }
  #top .text-scrolling .third-row .pattern2 span {
    font-size: 12px;
  }
  #top .text-scrolling .third-row .pattern2 p {
    font-size: 20px;
  }
  #top .text-scrolling .third-row .pattern3 p {
    font-size: 20px;
  }
}
/*==================================================

Terms area
==================================================*/
#top .konan-terms {
  width: 100%;
  height: 460px;
  min-height: 365px;
  display: flex;
  background: #f2f1ed;
  overflow: hidden;
}
#top .konan-terms .bubble {
  flex: 0 1 63.42%;
  background: url(/img/konan-terms/img-topbg.jpg) no-repeat right bottom/ auto 100%;
  position: relative;
}
#top .konan-terms .bubble li {
  max-width: 210px;
  width: 100%;
  position: absolute;
}
#top .konan-terms .bubble li:nth-of-type(1) {
  right: 552px;
  top: 35%;
  text-align: center;
}
#top .konan-terms .bubble li:nth-of-type(2) {
  right: 390px;
  top: 6%;
  text-align: center;
}
#top .konan-terms .bubble li:nth-of-type(3) {
  right: 100px;
  top: 18%;
}
#top .konan-terms .bubble li:nth-of-type(4) {
  right: 100px;
  bottom: 10%;
}
#top .konan-terms .bubble li div {
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  text-align: left;
  transition: all .3s;
}
#top .konan-terms .bubble li div:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/img/top/ico-bubble-arrow.svg) no-repeat center center/ contain;
  position: absolute;
}
#top .konan-terms .bubble li:nth-of-type(1) div:after {
  right: -20px;
  bottom: 25%;
}
#top .konan-terms .bubble li:nth-of-type(2) div:after {
  transform: rotate(90deg) scaleY(-1);
  bottom: -20px;
  right: 25%;
}
#top .konan-terms .bubble li:nth-of-type(3) div:after {
  transform: scaleX(-1);
  left: -20px;
  bottom: 20%;
}
#top .konan-terms .bubble li:nth-of-type(4) div:after {
  transform: scaleX(-1) scaleY(-1);
  left: -20px;
  top: 25%;
}
#top .konan-terms .bubble li h4 {
  font-size: 16px;
}
#top .konan-terms .bubble li p {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
}
#top .konan-terms .info {
  padding: 30px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top .konan-terms .viewmore {
  display: block;
  margin: 40px auto 0;
  width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 1000px;
  border: 1px solid #7ad1bc;
  background: #fff;
  text-align: center;
  color: #7ad1bc;
  font-size: 16px;
  transition: all 0.3s;
}
#top .konan-terms .viewmore:hover {
  border: 1px solid #7ad1bc;
  background: #7ad1bc;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #top .konan-terms {
    height: 40vw;
  }
  #top .konan-terms .bubble {
    background: url(/img/konan-terms/img-topbg.jpg) no-repeat right 20% bottom/ auto 100%;
  }
  #top .konan-terms .bubble li:nth-of-type(1) {
    right: auto;
    top: 35%;
    left: 3%;
  }
  #top .konan-terms .bubble li:nth-of-type(2) {
    right: 42%;
    top: 6%;
  }
  #top .konan-terms .bubble li:nth-of-type(3) {
    right: 3%;
    top: 18%;
  }
  #top .konan-terms .bubble li:nth-of-type(4) {
    right: 3%;
    bottom: 10%;
  }
}
@media only screen and (max-width: 960px) {
  #top .konan-terms .bubble li:nth-of-type(1),
  #top .konan-terms .bubble li:nth-of-type(3) {
    display: none;
  }
  #top .konan-terms .bubble li:nth-of-type(2) {
    right: auto;
    top: 10%;
    left: 20%;
  }
  #top .konan-terms .bubble li:nth-of-type(4) {
    max-width: 170px;
    right: auto;
    left: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #top .konan-terms {
    flex-wrap: wrap;
    height: auto;
  }
  #top .konan-terms .bubble {
    flex: 1 1 100%;
    order: 1;
    height: 350px;
    background: url(/img/konan-terms/img-topbg-sp.jpg) no-repeat center center/ cover;
  }
  #top .konan-terms .bubble li:nth-of-type(2) {
    left: auto;
    top: 8%;
    right: 45%;
    text-align: center;
    max-width: 190px;
  }
  #top .konan-terms .bubble li:nth-of-type(4) {
    right: auto;
    left: 53%;
    bottom: 6%;
    width: fit-content;
    max-width: 170px;
  }
  #top .konan-terms .bubble li:nth-of-type(2) div{
    text-align: left;
  }
  #top .konan-terms .bubble li:nth-of-type(2) div:after {
    bottom: -15px;
    right: 30%;
  }
  #top .konan-terms .bubble li:nth-of-type(4) div:after {
    top: -15px;
    transform: rotate(-90deg) scaleY(-1);
    left: 7px;
  }
  #top .konan-terms .info {
    flex: 1 1 100%;
    padding: 60px 0;
  }
  #top .konan-terms .info a{
    display: none;
  }
  #top .konan-terms>.sp{
    flex: 1 1 100%;
    padding: 60px 0;
    order: 3;
    position: relative;
    z-index: 1;
  }
  #top .konan-terms>.sp a{
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  #top .konan-terms .bubble{
    height: 280px;
  }
}