@charset "UTF-8";
.bold {
  font-weight: bold;
}

/*---共通--------------*/
body.is-change main {
  background-color: #122B3F;
  color: #F2F2F2;
}
body.is-change main a {
  color: #F2F2F2;
}

main {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 0;
  }
}
main a {
  transition: color 0.3s ease-in-out;
}
main .title-primary {
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  main .title-primary {
    font-size: 21px;
  }
}
main .title-secondary {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  main .title-secondary {
    font-size: 14px;
  }
}
main .text-link {
  border-bottom: 1px solid;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  main .text-link {
    font-size: 14px;
    padding: 5px 0;
  }
}

/*--------------------*/
@media print, screen and (min-width: 768px) {
  #header-spacer {
    height: 0;
    margin-top: -100px;
    /* ダミー要素にマイナスマージンを適用 */
  }
}

@media only screen and (max-width: 767px) {
  header#header {
    background-color: transparent;
    transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 768px) {
  header#header.un-fixed .g-nav {
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  header#header.un-fixed .logo-wrap {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  header#header.un-fixed .inner {
    width: 980px;
    margin: auto;
  }
}
header#header.un-fixed .inner .menu-inner {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header#header.un-fixed .inner > .primary-link:first-child {
    display: block;
    padding-left: 0;
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  header#header.un-fixed .inner > .primary-link:nth-child(2) {
    border-left: 1px solid #231815;
    padding-left: min(calc((40 / 1260) * 100vw), 40px);
  }
}
@media only screen and (max-width: 767px) {
  header#header .g-nav .logo-wrap {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .g-nav-show header#header .logo-wrap {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .g-nav-show header#header .logo-wrap img {
    width: 100px;
    height: auto;
  }
}

.hero-area {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .hero-area .logo-wrap {
    width: 250px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .logo-wrap {
    width: 184px;
  }
}
.hero-area .slide-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-area .slide-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lead-area {
  display: flex;
  align-items: center;
  text-align: center;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .lead-area {
    height: 220px;
  }
}
.lead-area .title-lead {
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .lead-area .title-lead {
    font-size: 18px;
  }
}
.lead-area .text-1 {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lead-area .text-1 {
    font-size: 12px;
  }
}

.about-area .inner {
  padding: 120px 0;
  position: relative;
  margin: auto;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .about-area .inner {
    max-width: 1260px;
    min-width: 980px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .inner {
    padding: 40px 0 80px;
  }
}
.about-area .inner .img-1 {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-area .inner .img-1 {
    width: 17vw;
    top: 50px;
  }
}
.about-area .inner .img-2 {
  position: absolute;
  right: 0;
  bottom: 120px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-area .inner .img-2 {
    width: 30vw;
    bottom: 40px;
  }
}
.about-area .heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-area .heading-wrap {
    margin-bottom: 40px;
  }
}
.about-area .text-wrap {
  text-align: center;
}
.about-area .text-wrap .text-1 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-area .text-wrap .text-1 {
    font-size: 14px;
    line-height: 2.6;
    margin-bottom: 40px;
  }
}

.btn-area {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .btn-area {
    padding: 40px 0;
  }
}
.btn-area .cont-wrap {
  display: flex;
  gap: 24px;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .btn-area .cont-wrap {
    flex-direction: column;
    padding: 0 12px;
    gap: 10px;
  }
}
.btn-area .cont-wrap .btn-item {
  flex-grow: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  aspect-ratio: 418 / 196;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .btn-area .cont-wrap .btn-item {
    width: 100%;
    aspect-ratio: 290 / 160;
  }
}
.btn-area .cont-wrap .btn-1 {
  background: url("../img/bg-img-1.jpg") no-repeat center/cover;
}
.btn-area .cont-wrap .btn-2 {
  background: url("../img/bg-img-2.jpg") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .cast-area {
    padding: 40px 0;
  }
}
.cast-area .heading-wrap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cast-area .heading-wrap {
    margin-bottom: 30px;
  }
}
.cast-area .cont-wrap {
  padding: 120px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cast-area .cont-wrap {
    flex-direction: column;
    padding: 0;
    align-items: start;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cast-area .cont-wrap .text-wrap {
    width: 100%;
    text-align: center;
  }
}
.cast-area .cont-wrap .photo-wrap {
  width: 51%;
  flex-grow: 0;
}
@media only screen and (max-width: 767px) {
  .cast-area .cont-wrap .photo-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .topics-area {
    padding: 40px 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics-area .heading-wrap {
    width: 210px;
    flex-shrink: 0;
  }
}
.topics-area .cont-wrap {
  padding: 120px 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .topics-area .cont-wrap {
    padding: 0 24px;
    flex-direction: column;
    gap: 20px;
  }
}
.topics-area .list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.topics-area .list-wrap .list-item {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topics-area .list-wrap .list-item {
    font-size: 14px;
    flex-direction: column;
    gap: 5px;
    letter-spacing: 0;
  }
}

.auto-scroll-wrap {
  overflow: hidden;
  display: flex;
}
.auto-scroll-wrap .clone-wrap {
  display: flex;
}
.auto-scroll-wrap.go .clone-wrap {
  animation: loopscroll 40s linear infinite;
}

.auto-scroll-item {
  margin-bottom: 0;
  width: 442px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .auto-scroll-item {
    width: 222px;
    margin-right: 3px;
  }
}

@keyframes loopscroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/*# sourceMappingURL=page_top.css.map */
