@charset "UTF-8";
/* =======================================

  INDEX

======================================= */
section h2 {
  margin-bottom: 96px;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

@media (max-width: 767.98px) {
  section h2 {
    margin-bottom: 64px;
  }
}
/*-----------------------------------------
  KEY VISUAL
-----------------------------------------*/
#keyVisual {
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#keyVisual .copyArea {
  padding-bottom: 64px;
  color: #ffffff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  opacity: 0;
  -webkit-animation-name: copyFade;
          animation-name: copyFade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#keyVisual .copyArea h2 {
  font-size: 5.8rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#keyVisual .copyArea h2 small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}

#siteIndex .bgImg {
  background-color: #000000 !important;
}
#siteIndex .bgImg .slider {
  width: 100vw;
  height: 100vh !important;
  opacity: 0;
}
#siteIndex .bgImg .slider .slick-track > div {
  background-size: cover;
  background-position: center center;
}
#siteIndex .bgImg .slider .slick-slide {
  width: 100vw;
  height: 100vh !important;
  position: relative;
}

@media (max-width: 767.98px) {
  #keyVisual {
    height: calc(80vh - 140px);
  }
  #keyVisual .copyArea h2 {
    font-size: 2.6rem;
    letter-spacing: 0.14em;
  }
  #keyVisual .copyArea h2 small {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
}
/*-----------------------------------------
  PAGE NAV
-----------------------------------------*/
#pageNav {
  margin-top: -40px;
  position: relative;
}
#pageNav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
#pageNav > ul {
  margin: 0 40px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 39.99px;
     -moz-column-gap: 39.99px;
          column-gap: 39.99px;
  row-gap: 0;
}
#pageNav > ul > * {
  width: calc((100% - 80px) / 3);
}
#pageNav > ul li {
  text-align: center;
}
#pageNav > ul li a {
  padding: 44px 1em 56px;
  display: block;
  position: relative;
  color: #000000;
  font-size: 2rem;
  letter-spacing: 0.14em;
  background: #ffffff;
}
#pageNav > ul li a::before {
  content: "";
  width: 1px;
  height: 16px;
  margin: 0 auto 1em;
  display: block;
  background: #0CA26C;
}
@media (min-width: 768px) {
  #pageNav > ul li a:hover {
    color: #F7920E;
  }
  #pageNav > ul li a:hover::before {
    background: #F7920E;
  }
}

@media (max-width: 767.98px) {
  #pageNav > ul {
    margin: 0 6%;
    display: block;
  }
  #pageNav > ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  #pageNav > ul li a {
    padding: 1em 1.5em;
    text-align: left;
  }
  #pageNav > ul li a::before {
    display: none;
  }
  #pageNav > ul li a::after {
    margin-left: 0.8em;
    font-family: "resona" !important;
    content: "\f105";
    color: #0CA26C;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 1.5em;
  }
}
/*-----------------------------------------
  GALLERY
-----------------------------------------*/
#gallerySec {
  padding: 40px 0;
  margin-bottom: 360px;
  text-align: center;
  background: #000000;
}
#gallerySec .largeWrap {
  padding: 96px 0;
  background: #ffffff;
  text-align: center;
}
#gallerySec .indexGallery {
  width: 820px;
  margin: 0 auto;
}
#gallerySec .indexGallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#gallerySec .indexGallery .slick-dots {
  width: 4px;
  position: absolute;
  right: -20px;
  top: 0;
}
#gallerySec .indexGallery .slick-dots li {
  position: relative;
  display: block;
  height: 40px;
  width: 12px;
  margin: -4px 0 0;
  padding: 0;
  background: #D3D3D3;
  border: 4px solid #ffffff;
  cursor: pointer;
}
#gallerySec .indexGallery .slick-dots li.slick-active {
  background-color: #0CA26C;
}

@media (max-width: 767.98px) {
  #gallerySec {
    padding: 40px 0;
    margin-bottom: 180px;
    text-align: center;
    background: #000000;
  }
  #gallerySec .largeWrap {
    padding: 64px 6vw 40px;
  }
  #gallerySec .indexGallery {
    width: 100%;
  }
  #gallerySec .indexGallery .slick-dots {
    width: 100%;
    padding-top: 8px;
    position: relative;
    right: 0;
  }
  #gallerySec .indexGallery .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 24px;
    margin: -4px 0 0;
    padding: 0;
    background: #D3D3D3;
    border: 4px solid #ffffff;
    cursor: pointer;
  }
  #gallerySec .indexGallery .slick-dots li.slick-active {
    background-color: #0CA26C;
  }
}
/*-----------------------------------------
  FUND DATA
-----------------------------------------*/
#fundSec {
  background: #0CA26C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fundSec .dataInfo {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#fundSec .dataInfo > div {
  width: 90%;
  max-width: 460px;
}
#fundSec .dataInfo h2 {
  margin-bottom: 40px;
  text-align: left;
}
#fundSec .dataInfo .dataTable {
  padding-bottom: 8px;
}
#fundSec .dataInfo .dataTable dl {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#fundSec .dataInfo .dataTable dl .num {
  margin-right: 8px;
  line-height: 1;
  font-size: 11.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
#fundSec .dataInfo .btn {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  display: block;
}
#fundSec .dataInfo .btn::after {
  margin-left: 0.8em;
  font-family: "resona" !important;
  content: "\f105";
}

@media (max-width: 1160px) {
  #fundSec .dataInfo .dataTable dl .num {
    margin-right: 8px;
    line-height: 1;
    font-size: 7.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  }
  #fundSec .dataInfo .btn {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #fundSec {
    display: block;
  }
  #fundSec > figure {
    display: none;
  }
  #fundSec .dataInfo {
    display: block;
    padding: 80px 6%;
  }
  #fundSec .dataInfo > div {
    width: auto;
    max-width: 2000px;
  }
  #fundSec .dataInfo h2 {
    margin-bottom: 24px;
  }
  #fundSec .dataInfo .dataTable {
    padding-bottom: 8px;
  }
  #fundSec .dataInfo .dataTable dl {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 1.4rem;
  }
  #fundSec .dataInfo .dataTable dl .num {
    font-size: 7rem;
  }
}
/*-----------------------------------------
  NEWS
-----------------------------------------*/
#newsSec {
  background: #ffffff;
}
#newsSec .narrowWrap {
  padding: 96px 0;
}
#newsSec .archiveLink {
  padding-top: 24px;
  text-align: right;
  font-size: 1.6rem;
}
#newsSec .archiveLink a::after {
  margin-left: 0.8em;
  font-family: "resona" !important;
  content: "\f105";
}

@media (max-width: 767.98px) {
  #newsSec .narrowWrap {
    padding: 64px 0;
  }
  #newsSec .archiveLink {
    padding-top: 24px;
    text-align: right;
    font-size: 1.6rem;
  }
  #newsSec .archiveLink a::after {
    margin-left: 0.8em;
    font-family: "resona" !important;
    content: "\f105";
  }
}