@charset "UTF-8";

/*****************************
  topsec-fv
*****************************/

.topsec-fv .fvsplide{
  margin-top: 130px;
}
.topsec-fv .splide__slide{
  height: 60lvh;
  overflow: hidden;
}
.topsec-fv .splide__slide img{
  object-fit: cover;
  width: 100%;
  transition: 5s linear;
}
@media only screen and (max-width: 1180px) {
  .topsec-fv .fvsplide{
  margin-top: 70px;
  }
  .topsec-fv .splide__slide{
  height: 40lvh;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .fvsplide{
    margin-top: 11rem;
  }
  .topsec-fv .splide__slide{
    height: 30lvh;
  }
}
/*****************************
  topsec-news
*****************************/
.slideresult {
  margin-bottom: 3rem;
}
.slideresult .splide__slide{
  aspect-ratio: 3/2;
  height: auto;
}
.topsec-news .newslist{
  gap: 2rem;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.topsec-news .newsttl,
.topsec-news .newscon{
  color: #fff;
  background: #670067;
  width: 100%;
  box-shadow: 0 4px 4px rgb(0 0 0 / 12%), 0 2px 3px -2px rgba(0 0 0 / 18%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
}
.topsec-news .newsttl{
  cursor: pointer;
}
.topsec-news .newscon{
  background: #fff;
  color: #000;
  display: none;
}
.topsec-news .newsttl::after{
  transform: translateY(-25%) rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10PX;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  transition: transform .5s;
}
.topsec-news .newsttl.active::after{
  transform: rotate(225deg);
}
.topsec-news .newscon.active{
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news .newslist{
    width: 100%;
  }
  .topsec-news .newsttl,
  .topsec-news .newscon{
  padding: 1rem;
  }
}
/*****************************
  topsec-about
*****************************/
.topsec-about .aboutbox{
  gap: 2rem;
}
.topsec-about .txtbox{
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.topsec-about .txtbox li a{
  color: #0014FF;
  border-bottom: solid 1px #0014FF;
}
.topsec-about .imgbox{
  width: 50%;
}
.topsec-about .imgbox .img1{
  width: 100%;
  margin-bottom: 1rem;
}
.topsec-about .imgbox .img2{
  margin-top: 2rem;
  width: 100%;
  gap: 2rem;
}
.topsec-about .imgbox .img3{
  width: 30%;
}
@media only screen and (max-width: 1180px) {
  .topsec-about .aboutbox{
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec-about .aboutbox{
    padding: 0 2rem;
  }
  .topsec-about .txtbox{
    width: 100%;
  }
  .topsec-about .imgbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .topsec-about .imgbox .img1{
    width: 45%;
  }
  .topsec-about .imgbox .img2{
    gap: 2rem;
    width: 40%;
    margin: 0;
  }
  .topsec-about .imgbox .img3{
  width: 100%;
  }
}
@media only screen and (max-width: 767px) {
}
/*****************************
  topsec-menu
*****************************/
.topsec-menu .box1{
  gap: 3rem;
}
.topsec-menu .fusion{
  border:solid 1px #269082;
  font-size: 1.6rem;
  color: #269082;
  padding: .5rem 2rem;
}
.topsec-menu .orizen{
  width: 32%;
}
.topsec-menu .orizen .price{
  background: #ffffffc4;
  padding: 1rem 2rem;
}
.kaiseki .ttl{
  position: absolute;
  top:2rem;
  left:5rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-menu .orizen{
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .kaiseki{
    padding-top: 2rem;
  }
  .kaiseki .ttl{
    position: absolute;
    top:1rem;
    left:2rem;
  }
}
/*****************************
  topsec-content
*****************************/
.topsec-content .share{
  background: #155b5c;
  color: #fff;
  padding: 1rem 5rem;
  position: relative;
}
.topsec-content .share > li{
  flex-direction: column;
}
.topsec-content .share span{
  font-size: 1.2rem;
}
.topsec-content .share .houji{
  background: #e75400;
  padding: .5rem 1rem;
  border:solid 1px #fff;
  border-radius: 5px;
  flex-direction: column;
}
.topsec-content .share p{
  font-size: 2.2rem;
  font-weight: 600;
}
.topsec-content .share .ttl{
  font-size: 6rem;
}
.topsec-content .share .koebtn{
  position: relative;
}
.topsec-content .share .koebtn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffcd;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: blur(5px);
  width: min(100%, 10rem);
}
.topsec-content .share .koebtn p{
  z-index: 1;
}
.topsec-content .share .koebtn a{
  flex-direction: column;
  color: #fdf42f;
  -webkit-text-stroke: 5px #155b5c;
  paint-order: stroke;
  cursor: pointer;
}
.topsec-content .box1{
  padding-top: 4rem;
}
.topsec-content .conbox{
  border: solid .5px #bebebe;
  padding: 2rem;
  width: calc(100% / 4 - 1rem);
}
.topsec-content .conbox p{
  margin-bottom: 1rem;
}
.topsec-content .conbox .ttl{
  background: #737301;
  color: #fff;
  padding: .5rem 1rem;
}
.topsec-content .media{
  padding-top: 4rem;
}
.topsec-content .mediabox{
  gap: 1rem;
}
.topsec-content .media .mediaimg{
  margin: 1rem 0;
  width: calc(100% / 5 - 1rem);
  cursor: pointer;
  border: solid 1px #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.topsec-content .media .mediaimg img{
  height: 300px;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-content .share{
    padding: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec-content .share > li{
    flex-direction: row;
  }
  .topsec-content .share .ttl{
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .topsec-content .share .ttl span{
    display: block;
    margin-top: 2rem;
  }
  .topsec-content .share .houji{
    margin-right: 2rem;
  }
  .topsec-content .box1{
    gap: 2rem;
  }
  .topsec-content .conbox{
    width: 100%;
  }
  .topsec-content .media .mediaimg{
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-content .share{
    gap: 2rem;
  }
  .topsec-content .share > li{
    flex-direction: column;
  }
  .topsec-content .share .koebtn{
    margin: 0 auto;
  }
  .topsec-content .media .mediaimg{
  width: calc(100% / 2 - 1rem);
}
}