@charset "UTF-8";

/*****************************
top common
*****************************/
.topsec {
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-fv
*****************************/
#fvsplide .splide__slide {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* #fvsplide .splide__slide::before {
  background: #181818;
  content: '';
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
} */
.topsec-fv .catch {
  position: absolute;
  top: 10px;
  left: 10px;
}
.topsec-fv .catch h1 {
  writing-mode: vertical-rl;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.topsec-fv .catch span {
  color: #fff;
  background: #181818;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 5px;
  padding: 2rem 0 .5rem;
}
.topsec-fv .logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  #fvsplide .splide__slide {
    height: 550px;
  }
  .topsec-fv .catch span {
    font-size: 2.4rem;
  }
}

/*****************************
topsec-catch
*****************************/
.topsec-catch {
  background: url(../images/top/bg-topsec-catch.webp) no-repeat center / cover;
}
.topsec-catch::before {
  background: rgba(0,0,0,.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.topsec-catch .imgbox1 {
  left: 0;
  width: 80%;
}
.topsec-catch .txtwrap {
  margin: 10rem 0;
}
.topsec-catch .txtwrap .ttl {
  color: #fff;
  display: block;
}
.topsec-catch .txtbox {
  color: #fff;
}
.topsec-catch .imgbox2 {
  margin-left: auto;
  right: 0;
  width: 80%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-catch .txtwrap {
    margin: 5rem 0;
  }
}

/*****************************
topsec-kodawari
*****************************/
.topsec-kodawari .circle1 {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  aspect-ratio: 1/1;
  background: #F2F2F2;
  mask-image: url(../images/common/circle1.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 500px;
}
.topsec-kodawari .gallerybox {
  margin-top: 5rem;
}
.topsec-kodawari .gallery li {
  width: calc(100% / 2);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-menu
*****************************/
.topsec-menu {
  background: url(../images/top/bg-topsec-menu.webp) no-repeat center / cover;
}
.topsec-menu::before {
  background: rgba(255,255,255,.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topsec-menu .menubox > ul > li:not(:last-child) {
  margin-bottom: 10rem;
}
.topsec-menu .menubox > ul > li:nth-child(even) .ttl {
  padding-right: 0;
  padding-left: 3rem;
}
.topsec-menu .menubox > ul > li:nth-of-type(2) .ttlbox2 {
  margin-bottom: 8rem;
}
.topsec-menu .menubox > ul > li:nth-of-type(3) .ttlbox2 {
  margin-bottom: 10rem;
}
.topsec-menu .menubox > ul > li:nth-child(even) .ttl::before {
  transform: scale(-1,1);
}
.topsec-menu .menubox > ul > li .txtwrap {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 0 2rem;
}
.topsec-menu .menubox > ul > li:nth-of-type(2) .txtwrap,
.topsec-menu .menubox > ul > li:nth-of-type(3) .txtwrap {
  margin-bottom: 7rem;
}
.topsec-menu .menubox > ul > li:nth-child(even) .txtwrap {
  flex-direction: row;
}
.topsec-menu .menubox > ul > li .morebtn1 {
  margin-top: 2rem;
}
.topsec-menu .gallery li {
  width: calc(100% / 2);
}
.topsec-menu .gallery li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-menu .menubox {
    margin: 0 auto;
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-menu .menubox > ul > li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .topsec-menu .menubox > ul > li:nth-child(even) .ttl {
    padding-left: 1.5rem;
  }
  .topsec-menu .menubox > ul > li:nth-child(even) .ttl::before {
    right: 20px;
  }
  .topsec-menu .menubox > ul > li:nth-child(even) .morebtn1 {
    text-align: right;
  }
  .topsec-menu .menubox > ul > li:nth-child(even) .morebtn1 a {
    text-align: left;
  }
  .topsec-menu .menubox > ul > li:nth-of-type(2) .txtwrap,
  .topsec-menu .menubox > ul > li:nth-of-type(3) .txtwrap {
    margin-bottom: 3rem;
  }
}

/*****************************
topsec-enkai
*****************************/
.topsec-enkai .imgbox {
  margin-left: auto;
  width: 75%;
}
.topsec-enkai .txtwrap {
  background: rgba(0,0,0,.7);
  color: #fff;
  padding: 2rem;
  position: absolute;
  top: 220px;
  left: 0;
  width: 75%;
}
.topsec-enkai .txtwrap .txtbox {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-enkai .imgbox {
    width: 50%;
  }
  .topsec-enkai .txtwrap {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-enkai {
    height: 850px;
  }
  .topsec-enkai .imgbox {
    width: 70%;
  }
  .topsec-enkai .txtwrap {
    top: initial;
    bottom: 100px;
    width: 90%;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  background: #f5f5f5;
  padding: 5rem 0;
}
.topsec-news .newsbox {
  background: #fff;
  box-shadow: 5px 5px 10px #ccc;
  padding: 4rem 2rem;
}
.topsec-news .newsbox .ttlbox1 {
  margin-bottom: 1rem;
}
.topsec-news .newsbox .ulnews {
  margin-bottom: 2rem;
}
.topsec-news .tyoutin {
  content: url(../images/top/tyoutin.png);
  position: absolute;
  top: 50px;
  right: 30px;
  width: 90px;
}
.topsec-news .nonbe {
  content: url(../images/top/nonbe.png);
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 150px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
