@charset "utf-18";

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#vdbanner {
    width: 0;
    height: 0;
    display: none;
}

a {
  text-decoration: none;
  color: black;
}
ul li {
  list-style-type: none;
}

p,
a,
h1 {
  font-family: "Times New Roman", Times, serif;
}

/* ヘッダーの設定 */
header .logo img {
  width: 160px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 0;
}

/* naviの設定 */
.navigation {
  position: fixed;
  z-index: 1000;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi {
  display: flex;
  position: absolute;
}

.flexbox .navi {
  justify-content: center;
  align-items: center;
}

.navi li {
  margin-right: 70px;
}

.navi-text {
  display: flex;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  position: relative;
  color: #000;
  position: fixed;
  right: 2%;
  top: 40px;
}

.navi li {
  transition: 0.25s ease;
}

/* ナビのhoverした時の設定 */

.navi li:hover {
  transform: scale(1.09);
}

.navi li a:hover {
  color: whitesmoke;
}

/* ファーストビューの設定 */
.first-view {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #303030e1;
  font-size: 8rem;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}

.parallax_section {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background_img_01 {
  background-image: url("../img/firstview/main1.jpg");
}

.background_img_02 {
  background-image: url("../img/firstview/main2.jpg");
}

.background_img_03 {
  background-image: url("../img/firstview/main3.jpg");
}

.background_img_04 {
  background-image: url("../img/firstview/main4.jpg");
}

.background_img_05 {
  background-image: url("../img/firstview/main5.jpg");
}
.background_img_06 {
  background-image: url("../img/firstview/main6.jpg");
}

/* ABOUT US の設定  */
.aboutus img {
  width: 400px;
  height: auto;
}

.aboutus {
  padding: 400px 30px;
  justify-content: center;
  align-items: center;
  background-color: #e7e8e98a;
}

.aboutus-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.aboutus-text h1 {
  text-align: center;
  padding-bottom: 20px;
}

.aboutus-text p {
  padding-bottom: 10px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

/* VIEW MOREの設定 */
.view-more {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  border: none;
  border-bottom: 1px solid #666;
  width: fit-content;
  font-family: "Times New Roman", Times, serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-more {
  transition: 0.2s ease;
}

.view-more a::after {
  content: ">";
  margin-left: 20px;
}

.view-more:hover {
  transform: scale(1.1);
}

/* コンセプトページの設定 */
.background img {
  width: 100%;
}

.concept {
  position: relative;
  background-image: url(../img/concept/S__10223635.jpg);
  height: 2000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.concept .concept-text {

  text-align: center;
  font-family: "Times New Roman", Times, serif;
 
}
.concept-text h2,
.concept-text p {
  padding-bottom: 30px;
  color: rgb(51, 50, 50);

}

.concept-logo img {
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: block;
}

.concept-logo1 img {
  position: absolute;
  top: 80%;
  left: 50%;
}

.concept-logo2 img {
  position: absolute;
  top: 85%;
  left: 50%;
}
/* コンセプトテキストの位置設定 */

.concept-text .left1 {
    position: absolute;
    top: 10%;
    left: 10%;
}
.left2 {
    position: absolute;
    top: 60%;
    left: 5%;
}
.right1{
    position: absolute;
    top: 40%;
   right: 8%;
}
.text-bg {
    background-color: #ffffff88;
    padding: 40px;
    border-radius: 30px;
}

/* プランの設定 */
.plan img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.plan .photoplan {
  position: relative;
}
.title .no {
  font-size: 2em;
  position: absolute;
  top: 45px;
  left: 20px;
  transform: rotate(-90deg);
  font-family: Georgia, "Times New Roman", Times, serif;
}

.title .num {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 4.5em;
  position: absolute;
  top: 20px;
  left: 60px;
}
.title .plan-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 5em;
  position: absolute;
  top: 90px;
  left: 20px;
}

/* プラン説明の設定 */
.hidden-text {
  width: 25%;
  height: 100%;
  position: absolute;
  /* background-color: rgb(231, 226, 226); */
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #d5dde0;
}

.hidden-text p {
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}

.hidden-text .view-more a {
  color: #d5dde0;
}

/* プラン説明のaction設定 */

.photoplan,
.premiumplan {
  position: relative;
  overflow: hidden;
}

/* hidden-text 初期状態：右にオフスクリーン */
.photoplan .hidden-text,
.premiumplan .hidden-text {
  position: absolute;
  top: 0;
  right: -100%; /* 最初は画面外に */
  width: 25%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.466); /* 背景は適宜変更 */
  transition: right 1s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}

/* imgのホバーでhidden-textがスライドイン */
.photoplan:hover .hidden-text,
.premiumplan:hover .hidden-text {
  right: 0;
}

/* No.001プランの設定 */

.photoplan .no {
  color: #000;
}
.photoplan .num {
  color: rgb(100, 97, 97);
}
.photoplan .plan-title {
  color: rgb(252, 245, 245);
}

/* No.002プランの設定 */
.movieplan {
  position: relative;
  overflow: hidden;
}

/* hidden-text 初期状態：右にオフスクリーン */
.movieplan .hidden-text {
  position: absolute;
  top: 0;
  left: -100%; /* 最初は画面外に */
  width: 25%;
  height: 100%;
  background-color: rgba(107, 107, 107, 0.329); /* 背景は適宜変更 */
  transition: left 1s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}

/* imgのホバーでhidden-textがスライドイン */
.movieplan:hover .hidden-text {
  left: 0;
}

.movieplan .no {
  color: rgb(0, 0, 0);
  position: absolute;
  top: 45px;
  right: 10px;
}
.movieplan .num {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 20px;
  right: 60px;
}
.movieplan .plan-title {
  color: rgb(49, 48, 48);
  position: absolute;
  top: 90px;
  left: 10px;
}

/* No.003プランの設定 */
.premiumplan .no {
  color: rgb(143, 142, 142);
}
.premiumplan .num {
  color: rgb(85, 79, 79);
}
.premiumplan .plan-title {
  color: rgb(0, 0, 0);
}

/* .movieplan内のタイトル全体を右寄せ */
.movieplan .title {
  position: absolute;
  top: 20px; /* 必要に応じて調整 */
  right: 10px; /* 左からではなく右から配置 */
  left: auto; /* leftを解除 */
  /* text-align: right; テキストを右寄せ */
  width: 100%;
}

/* No.の位置を右に */
.movieplan .no {
  position: absolute;
  top: 45px;
  right: 130px;
  left: auto;
  color: rgb(0, 0, 0);
}

/* No.番号も右に */
.movieplan .num {
  position: absolute;
  top: 20px;
  right: 10px;
  left: auto;
  color: rgb(255, 255, 255);
}

/* タイトルの位置を右側に */
.movieplan .plan-title {
  position: absolute;
  top: 90px;
  right: 10px; /* 左から右へ変更 */
  left: auto;
  color: rgb(126, 125, 125);
}

/* フェードインの設定 */
.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 3s ease,
    visibilty 4s ease;
}
.fadeIn.is-show {
  opacity: 1;
  visibility: visible;
}

/* 背景画像の設定 */
.background2 {
  width: 100%;
  height: 3300px;
  background-color: rgb(247, 247, 247);
}

/* galleryの設定 */
.gallery {
  height: 100vh;
  padding: 100px 0;
}

.gallery .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  padding-top: 200px;
}
.gallery .title img {
  width: 300px;
  margin-bottom: 30px;
}

.gallery .view-more {
  margin-top: 80px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

.gallery .view-more a {
  font-size: 30px;
}

/* 映像のLOOPの設定 */
.loop-wrap {
  text-align: center;
  font-weight: bold;
}
.loop-wrap p {
  font-size: 20px;
  padding-bottom: 20px;
}
.loop-wrap {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
  gap: 30px;
  margin-bottom: 50px;
}

.loop-wrap img {
  width: 400px;
  height: 300px;
  object-fit: cover;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}

.loop-wrap ul li {
  animation: loop 30s both linear infinite;
}


/* ペーパーアイテムの設定 */
.paperitem {
  width: 100%;
}

.paperitem .title {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paperitem .title img {
  width: 400px;
  margin-top: 100px;
}

.paperitem-grid {
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 250px);
  gap: 100px;
}

.paperitem-grid p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.paperitem-grid li {
  transition: 0.5s ease;
}

.paperitem-grid li:hover {
  transform: scale(1.05);
}

/* contactページ */

.contact {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-title img {
  width: 300px;
  margin-top: 200px;
}

.contact-buttun {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.contact-buttun1,
.contact-buttun2 {
  transition: 0.5s ease;
  width: 200px;

  margin-top: 100px;
}

.contact-buttun1:hover,
.contact-buttun2:hover {
  transform: translateY(4px);
}

/* フッターの設定 */
.footer {
  width: 100%;
  height: auto;
  position: relative;
}

.footer .wave img {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  z-index: 1;
}

footer nav ul {
  width: 100%;
}

footer .navi .navi-text {
  font-size: 30px;

  position: absolute;
  top: -30px;
  right: 50%;
  z-index: 10;
}

.footer .navi li:hover {
  transform: scale(1.09);
}

.footer .navi li a:hover {
  color: rgb(66, 66, 66);
}

.copyright p {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 20;
}

footer .logo {
  width: 150px;
  position: absolute;
  top: -30px;
  right: 50px;
}

.start {
  background-image: url(../img/background1.png);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}
