/*! Writen  by SCSS */
.breadlist {
  display: none; }

.obi_staff {
  background: #f2f3f3;
  padding-bottom: 0; }

.mainvisual {
  position: relative;
  overflow: hidden;
  position: relative; }
  .mainvisual .main_image {
    position: relative; }
  .mainvisual .main_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .mainvisual::after {
    display: block;
    height: 0;
    padding-bottom: calc(650% / 12.8); }
    @media screen and (max-width: 1200px) {
      .mainvisual::after {
        padding-bottom: calc(750% / 16);
        padding-bottom: calc(720% / 12.8); } }
    @media screen and (max-width: 480px) {
      .mainvisual::after {
        padding-bottom: calc(1920% / 10.8);
        padding-bottom: calc(1480% / 10.8); } }
  .mainvisual .inn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .mainvisual .main_movie_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1280/720; }
    .mainvisual .main_movie_wrap #player {
      display: block;
      pointer-events: none;
      position: absolute;
      inset: 0;
      top: auto;
      bottom: -0.3%;
      width: 102%;
      margin: auto;
      height: auto; }
    @media screen and (max-width: 480px) {
      .mainvisual .main_movie_wrap {
        aspect-ratio: 1080/1920;
        aspect-ratio: 1080/1480; }
        .mainvisual .main_movie_wrap #player_sp {
          display: block;
          pointer-events: none;
          position: absolute;
          inset: 0;
          top: auto;
          bottom: -0.3%;
          width: 102%;
          margin: auto;
          height: auto; } }

.obi5 {
  text-align: center;
  padding: 15px 20px;
  background: url("../images/top/obi5_bg.jpg") center center/cover; }
  @media screen and (max-width: 480px) {
    .obi5 {
      padding: 0;
      background: none; } }

.obi5_2 {
  text-align: center;
  background: url("../images/top/obi5_2_bg.jpg") center center/cover;
  border: solid 4px;
  border-image: linear-gradient(-26deg, #ca8730, #f6e08f, #e2a555) 1;
  padding: 31px 20px; }
  @media screen and (max-width: 480px) {
    .obi5_2 {
      padding: 0;
      background: none;
      border: none; } }

.obi {
  background: #f2f3f3;
  padding-top: 5px; }
  @media screen and (max-width: 480px) {
    .obi {
      padding-top: 5px; } }
  .obi .obi05 {
    padding: 10px 0 0;
    margin-inline: auto;
    max-width: 1040px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .obi .obi05 {
        max-width: 90%;
        padding-top: 5px;
        margin-bottom: -3px;
        margin-bottom: 5px;
        position: relative;
        z-index: 1; } }
    .obi .obi05 .img {
      text-align: center; }
  .obi .obi0 {
    max-width: 1272px;
    max-width: 1312px;
    max-width: 1040px;
    max-width: 990px;
    margin-inline: auto;
    padding: 15px 20px 10px;
    border-bottom: 1px #333 solid; }
    @media screen and (max-width: 480px) {
      .obi .obi0 {
        padding: 0; } }
    .obi .obi0 .img {
      margin-inline: auto;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .obi .obi0 .img {
          width: 100%; } }
  .obi .obi1 {
    margin-inline: auto;
    text-align: center;
    padding: 20px 20px 40px;
    padding: 20px 20px 25px;
    padding: 30px 20px 25px;
    background: #f2f3f3; }
    @media screen and (max-width: 480px) {
      .obi .obi1 {
        padding: 0; } }
    .obi .obi1 .closed {
      margin-top: 30px; }
      @media screen and (max-width: 480px) {
        .obi .obi1 .closed {
          margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .obi .obi1 .pano {
        width: 65%;
        margin-inline: auto;
        margin-top: 20px; } }
  .obi .obi2 {
    text-align: center;
    padding: 0 20px 40px;
    background: #d3d1b6; }
    @media screen and (max-width: 480px) {
      .obi .obi2 {
        padding: 0; } }

.top_viewimg ul {
  display: flex;
  justify-content: center;
  margin-bottom: -1px; }
  @media screen and (max-width: 480px) {
    .top_viewimg ul {
      flex-direction: column; } }
  .top_viewimg ul li {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .top_viewimg ul li {
        width: 100%; } }

.features {
  position: relative; }
  .features .box {
    position: relative;
    background: #d3d1b6; }
    .features .box::after {
      content: "";
      position: absolute;
      top: 0;
      left: calc(50% - 1px);
      height: 100%;
      width: 2px;
      background: #fff;
      z-index: 5; }
      @media screen and (max-width: 768px) {
        .features .box::after {
          content: none; } }
    .features .box .bgimg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .features .box .bgimg .cap {
          top: 0;
          bottom: auto; } }
      .features .box .bgimg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 768px) {
          .features .box .bgimg img {
            object-fit: contain;
            object-position: center top; } }
    .features .box .main {
      padding: 60px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .features .box .main {
          padding: 40px 0 0; } }
      .features .box .main p {
        font-size: clamp(30px, 3.563vw, 57px);
        writing-mode: vertical-rl;
        line-height: 2.4;
        letter-spacing: 0.4em;
        font-weight: 400;
        color: #fff; }
        .features .box .main p span:nth-child(1) {
          padding-bottom: 0.7em; }
        .features .box .main p span:nth-child(2) {
          padding-bottom: 0.7em; }
    .features .box .inn {
      position: relative;
      z-index: 10;
      padding: 60px 0;
      display: flex; }
      .features .box .inn.rv {
        flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .features .box .inn {
          display: block;
          padding: 80px 0 60px; } }
      .features .box .inn .ttl {
        width: 50%;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          .features .box .inn .ttl {
            width: 60%;
            padding: 0;
            margin: 0 auto 80px; } }
      .features .box .inn .txt {
        width: 50%;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .features .box .inn .txt {
            width: 100%;
            padding: 0 20px;
            display: block; } }
        .features .box .inn .txt .f1 {
          font-size: clamp(19px, 1.625vw, 26px);
          letter-spacing: 0.18em;
          margin-bottom: 0.8em;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 768px) {
            .features .box .inn .txt .f1 {
              letter-spacing: 0.1em; } }
        .features .box .inn .txt .f2 {
          font-size: clamp(15px, 1.188vw, 19px);
          letter-spacing: 0.18em;
          margin-bottom: 0.8em;
          line-height: 2;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 768px) {
            .features .box .inn .txt .f2 {
              letter-spacing: 0.02em; } }
        .features .box .inn .txt .img {
          margin-top: 20px;
          display: inline-block; }
      .features .box .inn .btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        z-index: 20; }
        @media screen and (max-width: 768px) {
          .features .box .inn .btn {
            position: relative;
            width: 40%;
            margin: 15px auto 0; } }
        .features .box .inn .btn a {
          width: calc(230% / 16);
          max-width: 230px;
          pointer-events: all;
          display: block;
          position: relative;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .features .box .inn .btn a {
              width: 100%; } }
          .features .box .inn .btn a .bg1 {
            transition: all 0.4s ease-in-out; }
          .features .box .inn .btn a .bg2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: all 0.4s ease-in-out; }
          .features .box .inn .btn a .fb1 {
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            text-align: center;
            font-size: clamp(10px, 0.876vw, 14px); }
          .features .box .inn .btn a .fb2 {
            position: absolute;
            bottom: 18%;
            left: 25%;
            width: 50%;
            text-align: center;
            font-size: clamp(10px, 0.876vw, 14px);
            line-height: 1.1;
            transition: all 0.4s ease-in-out; }
          body:not(.mobile) .features .box .inn .btn a:hover .bg1 {
            opacity: 0.8; }
          body:not(.mobile) .features .box .inn .btn a:hover .bg2 {
            transform: rotate(360deg); }
        .features .box .inn .btn.btn_close a {
          pointer-events: none; }
      .features .box .inn .img_cap_l {
        text-align: left;
        font-size: clamp(13px, 0.938vw, 15px); }
        @media screen and (max-width: 480px) {
          .features .box .inn .img_cap_l {
            font-size: 13px; } }
      .features .box .inn .img_cap_r {
        text-align: right;
        font-size: clamp(13px, 0.938vw, 15px); }
        @media screen and (max-width: 480px) {
          .features .box .inn .img_cap_r {
            font-size: 13px; } }
    .features .box:first-child {
      background: #fff; }
      .features .box:first-child::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 20%, white 100%); }
      @media screen and (max-width: 768px) {
        .features .box:first-child .bgimg img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center top; } }
      .features .box:first-child .inn {
        min-height: calc(250vw / 16);
        padding-top: 20px; }
        .features .box:first-child .inn .ttl {
          padding: 0 20px 0 calc(150% / 16);
          justify-content: flex-start; }
          @media screen and (max-width: 768px) {
            .features .box:first-child .inn .ttl {
              padding: 0;
              margin-bottom: 30px; } }
        .features .box:first-child .inn .txt {
          padding: 0 calc(150% / 16) 0 60px;
          justify-content: flex-end; }
          @media screen and (max-width: 768px) {
            .features .box:first-child .inn .txt {
              padding: 0 20px; } }
          .features .box:first-child .inn .txt .f1 {
            font-size: clamp(22px, 1.813vw, 29px);
            color: #fff;
            text-align: right;
            text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3); }
            @media screen and (max-width: 768px) {
              .features .box:first-child .inn .txt .f1 {
                text-align: center; } }
          .features .box:first-child .inn .txt .f2 {
            font-size: clamp(16px, 1.25vw, 20px);
            color: #fff;
            text-align: right;
            text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3); }
            @media screen and (max-width: 768px) {
              .features .box:first-child .inn .txt .f2 {
                text-align: center; } }
    .features .box:last-child::after {
      background: linear-gradient(180deg, white 0%, white 80%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); }

@media screen and (max-width: 768px) {
  .img_cap.bg .cap {
    transform: scale(0.8);
    transform-origin: bottom right;
    margin-left: -5em; } }

@media screen and (max-width: 768px) {
  .img_cap.bg.left .cap {
    transform: scale(0.8);
    transform-origin: bottom left;
    margin-right: -5em;
    margin-left: auto; } }

.main {
  position: relative; }

.slide_main li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1.2s ease-in-out 0s;
  overflow: hidden; }

.slide_main li.active {
  position: relative;
  opacity: 1; }

/*.slide_main li .img {
	position: relative;
	transition: all .5s linear 0s;
}
.slide_main li .copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 1.5s ease-in-out 1.2s;
}
.slide_main li:last-child .copy {
	transition: all 2.5s ease-in-out 1.8s;
}
.slide_main li .img.active {
	transform: scale(1.15);
	transition: all 7s ease-out 0s;
}
.slide_main li:last-child .img.active {
	transform: scale(1.1);
	transition: all 5s ease-out 0s;
}
.slide_main li.active .copy {
	opacity: 1;
}*/
.slide_thum {
  position: absolute;
  /*bottom: 26px;*/
  bottom: calc(22% / 9.8);
  left: 10px;
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 9; }

.slide_thum li {
  width: 48%;
  text-align: right;
  font-size: 12px;
  padding: 15px 0 0;
  cursor: pointer;
  position: relative;
  color: #fff; }

.slide_thum li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0s ease-in-out;
  background: #e5e5e5; }

.slide_thum li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0s ease-in-out;
  background: #00426b;
  z-index: 10; }

.slide_thum li.active::before {
  width: 100%;
  transition: all 4.5s ease-in-out; }

@media screen and (max-width: 767px) {
  .slide_thum {
    position: absolute;
    left: 10px;
    bottom: 5px;
    width: 30%;
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 9; }

  .slide_thum li {
    /*width: 48%;*/
    text-align: right;
    font-size: 10px;
    padding: 15px 0 0;
    cursor: pointer;
    position: relative; } }
.md_wrap {
  position: fixed;
  bottom: 150px;
  left: 5px;
  z-index: 99;
  max-width: 180px;
  width: 15%; }
  @media screen and (max-height: 850px) and (min-width: 769px) {
    .md_wrap {
      bottom: 10px;
      left: auto;
      right: 10px; } }
  @media screen and (max-width: 768px) {
    .md_wrap {
      width: 30%;
      max-width: 120px;
      left: 1px;
      bottom: 9%;
      bottom: 55px; } }
  .md_wrap .bk_close {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px; }
  .md_wrap .md_box {
    position: relative;
    width: auto; }
  .md_wrap .md_box .semi_bnr {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .md_wrap .md_box .semi_bnr img {
    display: block;
    width: auto;
    max-height: 100%; }
  .md_wrap .md_box .deco {
    position: absolute;
    top: 3px;
    right: 11px;
    width: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    height: fit-content; }
    @media screen and (max-width: 480px) {
      .md_wrap .md_box .deco {
        top: -2px;
        right: 8px;
        width: 14px; } }

.md_wrap2 {
  /*transition: all 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  body.scrolled & {
  	opacity: 1;
  	pointer-events: all;
  }*/
  position: fixed;
  bottom: 15px;
  left: 25px;
  z-index: 99;
  width: 60%;
  max-width: 515px;
  max-width: 551px; }
  @media screen and (max-width: 768px) {
    .md_wrap2 {
      width: 80%;
      width: calc(100% - 20px);
      left: auto;
      right: 10px;
      bottom: 9.7%;
      bottom: 65px; } }
  .md_wrap2 .bk_close2 {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    display: block; }
  .md_wrap2 .md_box {
    position: relative;
    width: auto; }
  .md_wrap2 .md_box .semi_bnr {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .md_wrap2 .md_box .semi_bnr img {
    display: block;
    width: auto;
    max-height: 100%; }
    @media screen and (max-width: 768px) {
      .md_wrap2 .md_box .semi_bnr img.vpc768 {
        display: none; } }
    .md_wrap2 .md_box .semi_bnr img.vsp768 {
      display: none; }
      @media screen and (max-width: 768px) {
        .md_wrap2 .md_box .semi_bnr img.vsp768 {
          display: block; } }
  .md_wrap2 .md_box .deco2 {
    position: absolute;
    top: -4px;
    right: 0;
    width: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    height: 18px; }
    .md_wrap2 .md_box .deco2 img {
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 480px) {
      .md_wrap2 .md_box .deco2 {
        top: -6%;
        right: 0;
        width: 14px; } }

.topcp {
  position: fixed;
  z-index: 101;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }
  .topcp .topcp_inner {
    max-width: 440px;
    width: 80%;
    z-index: 110;
    padding-top: 8vh; }
    @media screen and (max-width: 480px) {
      .topcp .topcp_inner {
        width: 76%;
        padding-top: 0;
        padding-bottom: 9vh; } }
    .topcp .topcp_inner img {
      max-width: 100%;
      height: auto; }
    .topcp .topcp_inner .topcp_close {
      position: relative;
      color: #333;
      text-align: center;
      font-size: 24px;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        .topcp .topcp_inner .topcp_close {
          font-size: calc(25vw / 4.8); } }

.bnr360 {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .bnr360 {
      margin-top: 20px;
      margin-bottom: 10px;
      margin-inline: auto;
      width: 60%; } }

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