@charset "utf-8";
#sec01 img {
  margin-left: auto;
  display: block;
}
.video-slide {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 親要素にフィットさせ、アスペクト比を維持 */
}
.text {
  color: #746e6e;
  font-size: 5vw;
  opacity: 0;
  font-family: 'Cormorant Garamond', serif;
}
/* アニメーションの基本設定 */
.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 表示時の状態 */
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
.is-active .text.endAnime {
  opacity: 1
}
/* 2行目のテキストの遅延を設定 */
.fade-in.text:nth-of-type(2) {
  transition-delay: 0.3s; /* 2行目の表示を0.3秒遅らせる */
  font-size: 2vw
}
#sec01 {
  position: relative;
}
img.tlarock {
  /* padding-bottom: 10%; */
  position: absolute;
  /* padding-bottom: 10%; */
  bottom: 10%;
  width: 90%;
  right: 0;
  opacity: 0.5;
}
.textwrap {
  position: absolute;
  position: absolute;
  left: 5%;
  top: 5%;
}
.main2-inner div p:nth-child(1) {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main2 {
  padding: 10% 0 10% 15%;
  position: relative;
}
.main2::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 80%;
  height: 60vh;
  background: #232323;
  z-index: -1;
  animation-duration: .9s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0
}
.main2.bgextend.bgLRextendTrigger.bgLRextend::after {
  animation-name: sevicebgRLextendAnime;
  opacity: 1
}
@keyframes sevicebgRLextendAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main2 .main2-inner {
  background-image: url(../img/image2.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  min-height: 400px;
  background-size: 35% auto;
}
.main2 .main2-inner div {
  width: 28%;
  margin-right: 5%;
}
.main3 {
  width: 80%;
  background-image: url(../img/image3.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  padding-top: 20%;
  padding-left: 10%;
  margin-bottom: 200px;
}
.main3 .news {
  position: absolute;
  width: 80%;
  background-color: #212121;
  margin-top: -10%;
  padding: 30px;
}
.main3 .news p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.news dl {
  color: #abaaaa;
}
.news dl a {
  color: #abaaaa;
  text-decoration: underline
}
.news dl dt {
  font-size: 0.8rem;
  width: 15%;
  float: left;
}
.news dl dd {
  font-size: 0.8rem;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 15%;
  padding-bottom: 10px;
}
.news dl dd:not(:last-child) {
  border-bottom: 1px dotted #AFAFAF;
}
.news p {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.newstext {}
.modaal-content-container {
  p, h2, li, strong, a {
    color: #414141;
    font-size: font-size: 1rem;
  }
    a {
        text-decoration: underline
    }
}
/* CSS Document */
@media screen and (min-width:1200px) {
  .contents {
    display: flex;
  }
  header {
    width: 20%;
    padding: 0px;
    position: sticky;
    height: 100vh;
    overflow-y: visible;
    background-color: #4F4F4F;
  }
  .contents #header #logo {
    width: 100%;
        /* height: 200px; */
        padding: 40% 0;
        border-bottom: 1px solid #949494;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #FFFFFF;
  }
#logo img {
    width: 50%;
}
  body .contents #main {
    width: 100%;
      overflow-x: hidden
  }
  #header #nav .nav {
    display: block;
  }
  #nav li ul.sub-menu {
    /* flex-direction: column; */
    background: #fff;
    position: relative;
    /* width: 200px; */
    left: 50%;
    top: 100%;
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    padding: 10px 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    margin-top: 65px;
  }
  header {
    display: flex;
    position: fixed;
    background: white;
  }
}
@media screen and (max-width:767px) {
  body {
    margin-top: 70px;
  }
  header {
    position: fixed;
    background: white;
  }
  .text {
    font-size: 10vw;
  }
  /* 2行目のテキストの遅延を設定 */
  .fade-in.text:nth-of-type(2) {
    font-size: 5vw
  }
  .main2 {
    padding: 10% 0 10% 10%;
  }
  .main2 .main2-inner {
    display: block;
    background-position: right bottom;
    min-height: 700px;
    background-size: 50% auto;
  }
  .main2 .main2-inner div {
    width: 90%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
  .main3 {
    width: 100%;
    background-image: url(../img/image3.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 23%;
    padding-left: 10%;
    margin-bottom: 120px;
    padding-bottom: 25%;
  }
  .news dl dt {
    font-size: 0.8rem;
    width: 100%;
    float: none;
  }
  .news dl dd {
    font-size: 0.8rem;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 0%;
    padding-bottom: 10px;
  }
  .modaal-content-container {
    p, h2, li, strong, a {
      color: #414141;
      font-size: 2vw;
    }
  }
}