/*-------------------------------------------------
	idx Layout
---------------------------------------------------*/
.mainVisual {
  background: url(../../images/idx/mv.jpg) no-repeat 50% 100%;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
  line-height: 1;
  z-index: 1;
}
.mainVisual__inner {
  display: block;
  margin: auto;
  position: relative;
}
.mainVisual__copy {
  width: 5%;
  min-width: 100px;
  position: absolute;
  top: 8.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mainVisual__copy img {
  width: 100%;
}
.mainVisual .scrolldown {
  width: 20%;
  height: 140px;
  position: absolute;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  margin-left: -10%;
}
.mainVisual .scrolldown__inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100px;
  transform: translateX(-50%);
}
.mainVisual .scrolldown__inner p {
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 1px;
  text-align: end;
  transform: rotate(90deg);
  white-space: nowrap;
}
.mainVisual .scrolldown__inner .arrow {
  width: 1px;
  height: 120px;
  margin: 24px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVisual .scrolldown__inner .arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 24px auto 0;
  background: #666;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
          animation: arrow 2.5s ease 0s infinite normal;
}
.mainVisual--info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 24px 16px 0;
  background: #fff;
}
.mainVisual--info__in {
  display: flex;
}
.mainVisual--info--headline {
  width: 144px;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 4px 0;
  margin: 0 24px 0 0;
}
.mainVisual--info--details a {
  display: block;
  padding: 4px 0;
  color: #222;
}
.mainVisual--info--details a .--date {
  padding: 0 24px 0 0;
}
.mainVisual--info--details a .--title {
  display: inline-block;
  min-width: 320px;
}

@-webkit-keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}
.main__datet {
  background: #444;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.main__datet h3 {
  font-size: 3em;
  margin-bottom: 24px;
  letter-spacing: 2px;
  line-height: 1;
}
.main__datet p {
  font-size: 0.75em;
  line-height: 1;
}

.about__section {
  background: url(../../images/idx/about_bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.about__section--body {
  position: absolute;
  bottom: 25%;
  left: 15%;
}
.about__section--ttl {
  font-size: 2em;
}
.about__section--ttl span {
  color: #fff;
  text-shadow: 2px 2px 10px #222;
}
.about__section--en {
  margin-bottom: 24px;
}
.about__section--en span {
  color: #fff;
  text-shadow: 2px 2px 10px #222;
}
.about__section--txt {
  margin-bottom: 24px;
  line-height: 2.25;
}
.about__section--txt span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  color: #222;
  margin-bottom: 4px;
  line-height: 1.5;
}

.topics {
  position: relative;
}
.topics--ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.75em;
}
.topics--nav {
  margin: 24px 0;
}
.topics--nav--lst {
  display: flex;
  justify-content: flex-end;
}
.topics--nav--lst li:not(:first-child) {
  margin: 0 0 0 16px;
}
.topics--nav--lst li a {
  display: block;
  background: #D9C582;
  color: #fff;
  padding: 8px 16px 12px;
  line-height: 1;
}
.topics--lst {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 40px 16px;
}
.topics--lst li {
  margin-top: 16px;
}
.topics--lst li:first-child {
  margin-top: 0;
}
.topics--lst li a {
  display: flex;
  color: #222;
}
.topics--lst li a .date {
  width: 20%;
  margin-right: 5%;
}
.topics--lst li a .ttl {
  width: 75%;
  line-height: 2;
}

.index__menu--lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index__menu--lst li {
  flex-basis: 30%;
  position: relative;
  margin: 0 0 40px;
}
.index__menu--lst li.nav_1 a {
  background: url(../../images/idx/nav_1.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li.nav_2 a {
  background: url(../../images/idx/nav_2.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li.nav_3 a {
  background: url(../../images/idx/nav_3.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li.nav_4 a {
  background: url(../../images/idx/nav_4.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li.nav_5 a {
  background: url(../../images/idx/nav_5.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li.nav_6 a {
  background: url(../../images/idx/nav_6.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index__menu--lst li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 0 0 200%;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.index__menu--lst li a.bk {
  color: #000;
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}
.index__menu--lst li a .index__menu--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}
.index__menu--lst li a .index__menu--txt .en {
  font-size: 1.5em;
}
.index__menu--lst li a .more {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  text-shadow: none;
  display: block;
  background: #fff url(../../images/common/arrow.png) no-repeat 95% 50%;
  background-size: 24px auto;
  padding: 4px 40px 4px 8px;
  border: 1px solid #000;
  white-space: nowrap;
  color: #000;
  font-size: 0.875em;
}

.slider--container {
  margin: 0 5% 10%;
}
.slider--container .more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    background: url(../../images/idx/mv.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
    position: relative;
    width: 100%;
    min-height: inherit;
    height: 0;
    padding-bottom: 120%;
  }
  .mainVisual__copy {
    width: 12.5%;
    min-width: inherit;
    top: 13.5%;
  }
  .mainVisual .scrolldown {
    height: 100px;
  }
  .mainVisual .scrolldown__inner {
    height: 80px;
  }
  .mainVisual .scrolldown__inner .arrow {
    height: 80px;
  }
  .mainVisual .scrolldown__inner .arrow::before {
    height: 80px;
  }
  .mainVisual--info {
    position: absolute;
    bottom: auto;
    top: 100%;
    left: 0;
    padding: 16px 0;
    background: #fff;
    width: 100%;
  }
  .mainVisual--info__in {
    align-items: center;
  }
  .mainVisual--info--headline {
    width: 30%;
    border-right: none;
    padding: 4px 0;
    margin: 0;
  }
  .mainVisual--info--details a .--date {
    display: block;
    padding: 0 0 8px;
    font-size: 0.875em;
  }
  .mainVisual--info--details a .--title {
    display: block;
    min-width: inherit;
  }
  .main__datet {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 24px 0;
  }
  .main__datet h3 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
  .main__datet p {
    font-size: 0.75em;
  }
  .about__section--body {
    color: #fff;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
  }
  .about__section--txt br {
    display: none;
  }
  .topics {
    position: relative;
  }
  .topics--ttl {
    font-size: 1.5em;
    text-align: left;
  }
  .topics--nav {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 12%;
  }
  .topics--nav.--wp {
    position: static;
    top: 0;
  }
  .topics--lst {
    padding: 40px 0;
  }
  .topics--lst li {
    margin: 24px 0 0;
  }
  .topics--lst li a {
    display: block;
  }
  .topics--lst li a .date {
    width: auto;
    margin: 0 0 4px;
    display: block;
  }
  .topics--lst li a .ttl {
    width: auto;
    line-height: 2;
    display: block;
  }
  .index__menu--lst li {
    flex-basis: 30%;
    position: relative;
    margin: 0 0 16px;
  }
  .index__menu--lst li a .index__menu--txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
  .index__menu--lst li a .index__menu--txt .en {
    font-size: 0.75em;
  }
  .index__menu--lst li a .more {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    text-shadow: none;
    display: block;
    background: #fff url(../../images/common/arrow.png) no-repeat 95% 50%;
    background-size: 24px auto;
    padding: 4px 40px 4px 8px;
    border: 1px solid #000;
    white-space: nowrap;
    color: #000;
    font-size: 0.875em;
    font-size: 0.5em;
  }
}
/*# sourceMappingURL=idx.css.map */