@charset "UTF-8";
.mv {
  width: 100vw;
  height: 100vh;
}
.mv .inner {
  height: 100%;
}

.mv_slide {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ccc;
}
.mv_slide .swiper-slide {
  width: 100vw;
  height: 100vh;
}
.mv_slide .swiper-img {
  width: 100%;
  height: 100%;
}
.mv_slide .mv1 {
  background: url("../images/sl1.jpg") center center/cover;
}
.mv_slide .mv2 {
  background: url("../images/sl2.jpg") center center/cover;
}
.mv_slide .mv3 {
  background: url("../images/sl3.jpg") center center/cover;
}
.mv_slide .mv4 {
  background: url("../images/sl4.jpg") center center/cover;
}
.mv_slide .mv5 {
  background: url("../images/sl5.jpg") center center/cover;
}
.mv_slide .mv6 {
  background: url("../images/sl6.jpg") center center/cover;
}
.mv_slide .mv7 {
  background: url("../images/sl7.jpg") center center/cover;
}
.mv_slide .mv8 {
  background: url("../images/sl8.jpg") center center/cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mv_slide .swiper-slide-active .swiper-img,
.mv_slide .swiper-slide-duplicate-active .swiper-img,
.mv_slide .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.mv_slide .swiper-pagination-fraction {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 10;
  color: white;
  left: 40px;
  bottom: 20px;
}
.mv_slide .swiper-pagination-fraction .border {
  width: 70px;
  height: 1px;
  margin: 0 8px;
  background-color: #ddd;
  position: relative;
}
.mv_slide .swiper-pagination-fraction .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1a1b1b;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.mv_slide .swiper-pagination.is-active .border span {
  transform: scaleX(1);
  transition: transform 3.85s linear;
}
.mv_slide.dis {
  opacity: 0;
}
.mv_slide.disp {
  opacity: 1;
  transition: all 2s ease;
}
.mv_slide.nones {
  opacity: 0;
  transition: all 2s ease;
}
@media all and (max-width: 767px) {
  .mv_slide .swiper-pagination-fraction {
    bottom: 100px;
    width: 105px;
    transform-origin: top left;
    transform: rotate(90deg);
  }
  .mv_slide .swiper-pagination-fraction .swiper-pagination-current, .mv_slide .swiper-pagination-fraction .swiper-pagination-total {
    transform: rotate(-90deg);
  }
}

.body_fix {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.mv_fix {
  background: linear-gradient(to bottom, #13161A 0%, #323C46 100%);
}

.mv_logo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.mv_logo .in {
  width: 100%;
  transition: all 1 ease;
}
.mv_logo p {
  text-align: center;
}
.mv_logo p img {
  display: inline-block;
}
.mv_logo.blur1 {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transition: all 1.5s cubic-bezier(0.42, 0, 1, 1);
}
.mv_logo.blur_none {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}
@media all and (max-width: 1000px) {
  .mv_logo .in {
    margin: 0 auto;
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .mv_logo .in {
    margin: 0 auto;
    width: 200px;
  }
}

.ttl_v1 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
@media all and (max-width: 767px) {
  .ttl_v1 {
    font-size: 2.5rem;
  }
}

.sec1 {
  position: relative;
  z-index: 2;
  color: white;
  padding: 160px 0 0 0;
  box-sizing: border-box;
}
.sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #323C46 40%, #050506 100%);
}
.sec1 h2 {
  position: relative;
  margin: 0 auto;
  z-index: 4;
  font-weight: normal;
  font-size: 4.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.sec1 h2 p {
  margin: 0 10px;
}
.sec1 .txt {
  padding-top: 110px;
  padding-bottom: 140px;
  box-sizing: border-box;
  line-height: 3;
  text-align: center;
  position: relative;
  z-index: 4;
}
.sec1 .bg_noren {
  position: relative;
  z-index: 4;
}
.sec1 .bg_noren img {
  width: 100%;
}
.sec1 .mid {
  display: none;
}
@media all and (max-width: 1000px) {
  .sec1 h2 {
    font-size: 4rem;
  }
  .sec1 .txt {
    line-height: 2.4;
    font-size: 1.5rem;
  }
  .sec1 .mid {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .sec1 {
    padding: 90px 0 0 0;
  }
  .sec1 h2 {
    font-size: 3.6rem;
  }
  .sec1 h2 p {
    margin: 0 5px;
    line-height: 1.4;
  }
  .sec1 .txt {
    font-size: 1.4rem;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.sec2 {
  position: relative;
  z-index: 2;
  background: url("../images/sec2_bg.png") center center/cover;
  padding: 230px 0 130px 0;
  box-sizing: border-box;
}
.sec2 .inner {
  position: relative;
}
.sec2 .swiper_item {
  margin: 50px 0;
  width: 100%;
}
.sec2 .tx {
  margin-top: 20px;
  letter-spacing: 0;
}
.sec2 .tl {
  font-weight: bold;
  font-size: 1.8rem;
}
.sec2 .tx {
  font-size: 1.5rem;
}
.sec2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.sec2 .swiper-button-prev, .sec2 .swiper-button-next {
  position: relative;
  top: unset;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: none;
  padding: 0;
  margin: 0;
  transform: unset;
}
.sec2 .swiper-button-prev:after, .sec2 .swiper-button-next:after {
  content: none;
}
.sec2 .swiper-pagination {
  position: relative;
  bottom: 0;
  letter-spacing: -0.1em;
  margin: 0 20px;
}
.sec2 .item_scroll {
  position: relative;
  z-index: 50;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sec2 .sl_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
}
.sec2 .cap1 {
  margin-top: 50px;
}
.sec2 .cap1 p {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.8rem;
}
.sec2 .cap1 p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1000px) {
  .sec2 .swiper_item {
    max-width: 320px;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    padding: 100px 0;
  }
  .sec2 .swiper_item {
    width: 100%;
    margin: 30px 0;
    max-width: 400px;
  }
  .sec2 .tx {
    margin-top: 14px;
  }
  .sec2 .swiper-button-prev, .sec2 .swiper-button-next {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .sec2 .swiper-pagination {
    margin: 0 12px;
    font-size: 1.6rem;
  }
  .sec2 .item_scroll {
    display: none;
    left: 0;
    bottom: 0;
  }
  .sec2 .sl_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
  }
  .sec2 .cap1 {
    margin-top: 0;
  }
  .sec2 .cap1 p {
    font-size: 1.3rem;
  }
}

.sec3 {
  position: relative;
  z-index: 2;
  background: url("../images/bgpt.jpg") center center/cover;
  padding: 150px 0 100px 0;
  box-sizing: border-box;
}
.sec3 .list1 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 14px;
}
.sec3 .list1 p {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}
.sec3 .txx {
  margin-top: 50px;
}
@media all and (max-width: 1000px) {
  .sec3 .list1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .sec3 {
    padding: 70px 0 90px 0;
    box-sizing: border-box;
  }
  .sec3 .list1 {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
  .sec3 .list1 p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.sec4 {
  position: relative;
  background: white;
  background: url("../images/bgpt2.jpg") center center/cover;
  z-index: 2;
  padding: 170px 0 120px;
  box-sizing: border-box;
  color: white;
}
.sec4 .inner {
  position: relative;
  z-index: 4;
}
.sec4 .ttl_v1 {
  text-align: center;
  margin-bottom: 40px;
}
.sec4 .line {
  display: grid;
  grid-template-columns: 225px 1fr;
  line-height: 2;
  padding: 26px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sec4 .line .name {
  font-weight: bold;
  letter-spacing: 0.3em;
}
.sec4 .line .txt {
  font-weight: bold;
}
.sec4 .line .g3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
}
.sec4 .line .g3 a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  width: 220px;
  text-align: center;
  border-radius: 100px;
  padding: 11px 0;
  box-sizing: border-box;
  background: url("../images/arw_cm.png") center right 20px no-repeat, white;
  background-size: 13px auto;
  color: #161619;
  transition: all 0.3s ease;
}
.sec4 .line .g3 a:hover {
  background: url("../images/arw_cm.png") center right 15px no-repeat, white;
  background-size: 13px auto;
  opacity: 1;
}
.sec4 .line .g3 a:hover i {
  text-decoration: underline;
}
.sec4 .line .g3 .bt2 {
  color: white;
  background: url("../images/arw_cmw.png") center right 20px no-repeat, #AA2D2D;
  background-size: 13px auto;
}
.sec4 .line .g3 .bt2:hover {
  background: url("../images/arw_cmw.png") center right 15px no-repeat, #AA2D2D;
  background-size: 13px auto;
}
.sec4 .line .g3 .bt2:hover i {
  text-decoration: underline;
}
.sec4 .line_last {
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sec4 .fix_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/comp_bg.jpg") top center no-repeat;
  background-size: 100vw auto;
  background-attachment: fixed;
  width: 80%;
  height: 100%;
  -webkit-transition: 0s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 0s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media all and (max-width: 1450px) {
  .sec4 .fix_bg {
    background: url("../images/comp_bg.jpg") top center no-repeat;
    background-size: 1500px auto;
  }
}
@media all and (max-width: 1000px) {
  .sec4 .line .g3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .sec4 .line .g3 a {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sec4 {
    padding: 90px 0 70px 0;
  }
  .sec4 .ttl_v1 {
    margin-bottom: 80px;
  }
  .sec4 .line {
    grid-template-columns: 1fr;
    padding: 26px 0;
    font-size: 1.4rem;
  }
  .sec4 .line .txt {
    margin-top: 10px;
  }
  .sec4 .line .g3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .sec4 .line .g3 a {
    font-size: 1.5rem;
    width: 100%;
    padding: 11px 0;
  }
  .sec4 .line .g3 .bt2 {
    color: white;
    background: url("../images/arw_cmw.png") center right 20px no-repeat, #AA2D2D;
    background-size: 13px auto;
  }
  .sec4 .line .g3 .bt2:hover {
    background: url("../images/arw_cmw.png") center right 15px no-repeat, #AA2D2D;
    background-size: 13px auto;
  }
  .sec4 .line .g3 .bt2:hover i {
    text-decoration: underline;
  }
  .sec4 .line_last {
    padding: 26px 0;
  }
  .sec4 .fix_bg {
    background: url("../images/comp_bg.jpg") top center no-repeat;
    background-size: auto 100%;
    width: 80%;
    height: 100%;
  }
}

.gmap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 35%;
  height: 0;
}
.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1000px) {
  .gmap {
    padding-top: 50%;
  }
}
@media all and (max-width: 767px) {
  .gmap {
    padding-top: 160%;
  }
}

.sec5 {
  position: relative;
  z-index: 2;
  background: white;
  padding: 140px 0 100px 0;
  box-sizing: border-box;
  background: url("../images/bgpt.jpg") center center/cover;
}
.sec5 h2 {
  letter-spacing: 0;
}
.sec5 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.sec5 .top a {
  display: block;
  text-decoration: none;
  color: #161619;
  letter-spacing: 0;
  padding-right: 57px;
  background: url("../images/arw_inst.png") top 14px right 5px no-repeat;
  background-size: 41px auto;
  transition: all 0.3s ease;
}
.sec5 .top a:hover {
  background: url("../images/arw_inst.png") top 14px right 0 no-repeat;
  background-size: 41px auto;
}
@media all and (max-width: 767px) {
  .sec5 {
    padding: 70px 0 100px 0;
  }
  .sec5 .top a {
    font-size: 1.5rem;
  }
}

.photos {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}
.photos a:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.photos a:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.photos a:nth-of-type(3) {
  grid-row: 1/3;
  grid-column: 3/5;
}
.photos a:nth-of-type(4) {
  grid-row: 2/4;
  grid-column: 1/3;
}
.photos a:nth-of-type(5) {
  grid-row: 3/4;
  grid-column: 3/4;
}
.photos a:nth-of-type(6) {
  grid-row: 3/4;
  grid-column: 4/5;
}
.photos a {
  display: block;
  transition: all 0.3s ease;
}
.photos a:hover {
  opacity: 0.8;
}
.photos a:nth-child(n+7) {
  display: none;
}
@media all and (max-width: 767px) {
  .photos {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .photos a:nth-of-type(1), .photos a:nth-of-type(2), .photos a:nth-of-type(3), .photos a:nth-of-type(4), .photos a:nth-of-type(5), .photos a:nth-of-type(6) {
    grid-row: unset;
    grid-column: unset;
  }
}

.trans_eg .sec1 h2 {
  -ms-writing-mode: unset;
  writing-mode: unset;
  text-align: center;
}

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