@charset "UTF-8";
/*! Writen  by SCSS */
/* アニメーション */
.txt_item {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  width: 4008px; }
  @media screen and (max-width: 1600px) {
    .txt_item {
      width: calc(4008%/16); } }
  .txt_item li {
    width: 1226px;
    height: 199px;
    animation: marquee-left 16s linear infinite; }
    @media screen and (max-width: 1600px) {
      .txt_item li {
        height: auto;
        width: calc(1226%/40.08); } }

@keyframes marquee-left {
  100% {
    transform: translateX(-100%); } }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000; }

.bg_movie {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .bg_movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; }

.txt01 {
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.334vw, 16px);
  line-height: 2.5;
  letter-spacing: 0.02em; }

.bg_cnt {
  position: relative;
  z-index: 1;
  color: #fff; }

.inner_1000 {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto; }

.inner_1200 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto; }

.main {
  width: 100%;
  height: 100vh;
  position: relative; }
  .main .main_imgs_wrap {
    position: absolute;
    inset: 0;
    max-width: 1292px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .main .main_imgs_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        grid-gap: 20px 0; } }
    .main .main_imgs_wrap .main_img {
      position: absolute;
      top: calc(187%/9);
      right: calc(150%/12.92);
      width: calc(400%/12.92);
      z-index: 2;
      box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 768px) {
        .main .main_imgs_wrap .main_img {
          position: static;
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .main .main_imgs_wrap .main_img {
          width: 60%; } }
    .main .main_imgs_wrap .main_txt {
      position: absolute;
      top: calc(310%/9);
      left: calc(200%/12.92);
      width: calc(486%/12.92);
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .main .main_imgs_wrap .main_txt {
          width: 50%;
          position: static; }
          .main .main_imgs_wrap .main_txt img {
            width: 100%; } }
      @media screen and (max-width: 480px) {
        .main .main_imgs_wrap .main_txt {
          width: 60%; } }
  .main .txt_item_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }

.bg_black {
  background: #000;
  padding-bottom: 135px; }
  @media screen and (max-width: 900px) {
    .bg_black {
      padding-bottom: 40px; } }

.cnt_ttl {
  font-feature-settings: "palt";
  position: relative;
  font-size: clamp(28px, 3.334vw, 40px);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.8em 0.8em; }
  @media screen and (max-width: 900px) {
    .cnt_ttl {
      max-width: 300px;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .cnt_ttl {
      max-width: 280px;
      font-size: 20px;
      margin-bottom: 15px; } }
  .cnt_ttl figure {
    line-height: 0; }
    .cnt_ttl figure img {
      margin-bottom: 0.5em; }
    .cnt_ttl figure figcaption {
      line-height: 1;
      font-feature-settings: "palt"; }
      .cnt_ttl figure figcaption.small {
        letter-spacing: -0.1em; }
  .cnt_ttl .ttl_ico {
    position: absolute;
    height: 40px;
    width: 40px;
    opacity: 0.2; }
    .cnt_ttl .ttl_ico::before {
      content: "";
      width: 1px;
      background: #fff;
      display: block;
      position: absolute;
      inset: 0;
      margin: auto; }
    .cnt_ttl .ttl_ico::after {
      content: "";
      height: 1px;
      background: #fff;
      display: block;
      position: absolute;
      inset: 0;
      margin: auto; }
    .cnt_ttl .ttl_ico.ico01 {
      top: -20px;
      left: -20px; }
    .cnt_ttl .ttl_ico.ico02 {
      bottom: -20px;
      right: -20px; }

.sec_pri {
  padding: 240px 0 140px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .sec_pri {
      min-height: 100px;
      padding: 60px 0; } }
  .sec_pri .items {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .sec_pri .items {
        flex-direction: column;
        grid-gap: 30px; } }
    .sec_pri .items .l_cnt {
      width: calc(360%/12);
      margin: calc(20%/12) 0; }
      @media screen and (max-width: 900px) {
        .sec_pri .items .l_cnt {
          width: 100%; } }
      .sec_pri .items .l_cnt .cnt_ttl {
        justify-content: flex-start;
        text-align: left; }
        @media screen and (max-width: 900px) {
          .sec_pri .items .l_cnt .cnt_ttl {
            text-align: center;
            justify-content: center; } }
    .sec_pri .items .r_cnt {
      width: calc(700%/12); }
      @media screen and (max-width: 900px) {
        .sec_pri .items .r_cnt {
          width: fit-content; } }
    .sec_pri .items .txt_box:nth-child(1) {
      margin-bottom: calc(70%/12); }
    .sec_pri .items .txt_box .ico_ttl {
      display: flex;
      align-items: center;
      grid-gap: 0 15px;
      font-size: clamp(28px, 2.834vw, 34px);
      line-height: 1;
      margin-bottom: 15px; }
      .sec_pri .items .txt_box .ico_ttl img {
        width: 0.7em;
        line-height: 0; }
      .sec_pri .items .txt_box .ico_ttl .under_line {
        text-decoration: underline; }
    .sec_pri .items .txt_box .txt01 {
      line-height: 3.125; }
      .sec_pri .items .txt_box .txt01 .in_txt {
        display: block;
        margin-bottom: 1em; }

.sec_con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 240px; }
  @media screen and (max-width: 480px) {
    .sec_con {
      min-height: 100px;
      padding: 0 0 60px; } }
  .sec_con .items {
    display: flex;
    align-items: center;
    grid-gap: 0 28px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .sec_con .items {
        flex-direction: column; } }
    .sec_con .items .l_cnt {
      width: calc(320%/10);
      margin: calc(20%/10) 0; }
      @media screen and (max-width: 900px) {
        .sec_con .items .l_cnt {
          width: 100%; } }
    .sec_con .items .r_cnt {
      width: calc(580%/10); }
      @media screen and (max-width: 900px) {
        .sec_con .items .r_cnt {
          width: 100%; } }
    @media screen and (max-width: 900px) {
      .sec_con .items .txt01 {
        text-align: center; } }
    .sec_con .items.item01 {
      justify-content: flex-start;
      margin-bottom: calc(120%/10); }
    .sec_con .items.item02 {
      flex-direction: row-reverse; }
      @media screen and (max-width: 900px) {
        .sec_con .items.item02 {
          flex-direction: column; } }

.sec_sho {
  width: 100%;
  min-height: 100svh;
  background-image: url("../images/top/sho_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .sec_sho {
      min-height: 100px;
      padding: 60px 0; } }
  .sec_sho .txt01 {
    width: calc(700%/12);
    margin: 0 0 1.5em auto; }
    @media screen and (max-width: 900px) {
      .sec_sho .txt01 {
        width: 100%;
        text-align: center; } }
  .sec_sho .items {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .sec_sho .items {
        flex-direction: column; } }
    .sec_sho .items .l_cnt {
      width: calc(320%/12);
      margin: calc(20%/12) 0; }
      @media screen and (max-width: 900px) {
        .sec_sho .items .l_cnt {
          width: 100%; } }
      .sec_sho .items .l_cnt .cnt_ttl {
        justify-content: flex-start;
        text-align: left; }
        @media screen and (max-width: 900px) {
          .sec_sho .items .l_cnt .cnt_ttl {
            text-align: center;
            justify-content: center;
            margin-bottom: 15px; } }
    .sec_sho .items .r_cnt {
      width: calc(700%/12); }
      @media screen and (max-width: 900px) {
        .sec_sho .items .r_cnt {
          width: 100%; } }
      .sec_sho .items .r_cnt .ggmap {
        position: relative;
        width: 100%;
        padding-bottom: calc(299%/7); }
        .sec_sho .items .r_cnt .ggmap iframe {
          position: absolute;
          inset: 0;
          margin: auto;
          width: 100%;
          height: 100%; }

.sec_gal .ttl_wrap {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px; }
  .sec_gal .ttl_wrap figure {
    line-height: 0; }
  .sec_gal .ttl_wrap .ttl_txt {
    font-size: clamp(28px, 3.334vw, 40px);
    line-height: 1; }
.sec_gal .dummy {
  max-width: 800px;
  margin: 0 auto calc(112%/12); }
.sec_gal .box01 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto; }
  .sec_gal .box01 .img01 {
    width: calc(723%/10.8); }
  .sec_gal .box01 .img02 {
    width: calc(300%/10.8); }

.mainvisual {
  position: relative; }
  .mainvisual .main_image {
    position: relative; }
    .mainvisual .main_image:before {
      content: "";
      display: block;
      background: #600;
      padding-bottom: 40%;
      pointer-events: none; }
  .mainvisual .main_ttl_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mainvisual .main_ttl_wrap .main_ttl {
      font-size: clamp(30px, 3.334vw, 40px);
      color: #FFF;
      line-height: 1; }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(1) {
        transition-delay: 0s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(1) {
            transition-delay: 0s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(2) {
        transition-delay: 0.1s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(2) {
            transition-delay: 0.15s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(3) {
        transition-delay: 0.2s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(3) {
            transition-delay: 0.3s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(4) {
        transition-delay: 0.3s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(4) {
            transition-delay: 0.45s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(5) {
        transition-delay: 0.4s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(5) {
            transition-delay: 0.6s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(6) {
        transition-delay: 0.5s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(6) {
            transition-delay: 0.75s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(7) {
        transition-delay: 0.6s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(7) {
            transition-delay: 0.9s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(8) {
        transition-delay: 0.7s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(8) {
            transition-delay: 1.05s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(9) {
        transition-delay: 0.8s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(9) {
            transition-delay: 1.2s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(10) {
        transition-delay: 0.9s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(10) {
            transition-delay: 1.35s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(11) {
        transition-delay: 1s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(11) {
            transition-delay: 1.5s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(12) {
        transition-delay: 1.1s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(12) {
            transition-delay: 1.65s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(13) {
        transition-delay: 1.2s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(13) {
            transition-delay: 1.8s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(14) {
        transition-delay: 1.3s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(14) {
            transition-delay: 1.95s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(15) {
        transition-delay: 1.4s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(15) {
            transition-delay: 2.1s; } }
      .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(16) {
        transition-delay: 1.5s; }
        @media screen and (max-width: 480px) {
          .mainvisual .main_ttl_wrap .main_ttl span:nth-of-type(16) {
            transition-delay: 2.25s; } }

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