.mv {
  width: 100vw;
  height: 100vh;
  background: url("../images/mv.jpg") center center/cover;
  transition: all 0.5s ease;
  filter: blur(30px);
}
.mv.ups {
  filter: blur(0);
}
.mv .inner {
  height: 100%;
  place-content: center;
}
.mv h1 {
  font-size: 4.8rem;
  line-height: 1.6;
  color: white;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.47);
  transition: all 0.5s 0.1s ease;
  filter: blur(30px);
}
.mv h1.ups {
  filter: blur(0);
}
@media all and (max-width: 1280px) {
  .mv h1 {
    font-size: 3.8rem;
  }
}
@media all and (max-width: 767px) {
  .mv h1 {
    font-size: 3rem;
  }
}

.news {
  background: white;
  padding: 10px;
  box-sizing: border-box;
}
.news .in1 {
  padding: 100px 0;
  box-sizing: border-box;
  background: #F8F8F8;
}
.news .inner {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 0 40px;
}
.news h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
}
.news .left {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: flex-start;
}
.news .news_list {
  overflow-y: scroll;
  max-height: 120px;
  padding-left: 50px;
  border-left: 1px solid #B5B5B5;
  box-sizing: border-box;
}
.news .news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0 50px;
  color: #333;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.news .news_list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}
.news .news_list a:hover:before {
  opacity: 0.7;
  width: 100%;
}
.news .news_list a:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .news .inner {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .news .left {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news .news_list {
    overflow-y: scroll;
    max-height: 120px;
    padding-left: 0;
    border-top: 1px solid #B5B5B5;
    border-left: none;
    padding-top: 20px;
    margin-top: 20px;
  }
  .news .news_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 0 50px;
    color: #333;
    margin-bottom: 16px;
    transition: all 0.3s ease;
  }
  .news .news_list a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all 0.3s ease;
  }
  .news .news_list a:hover:before {
    opacity: 0.7;
    width: 100%;
  }
  .news .news_list a:last-of-type {
    margin-bottom: 0;
  }
  .news .btn_cm {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .news {
    padding: 0;
  }
  .news h2 {
    font-size: 2.4rem;
  }
  .news .in1 {
    padding: 60px 0;
  }
  .news .news_list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news .news_list a {
    margin-bottom: 8px;
  }
  .news .news_list::-webkit-scrollbar {
    display: none;
  }
  .news .btn_cm {
    max-width: 220px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

.top_c2 {
  padding: 140px 0;
  box-sizing: border-box;
  background: white;
}
.top_c2 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 120px;
}
.top_c2 .img {
  position: relative;
  margin-top: 40px;
}
.top_c2 .img:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid white;
  box-sizing: border-box;
}
.top_c2 .img:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 1px solid white;
  box-sizing: border-box;
}
.top_c2 .txt {
  margin-top: 40px;
  letter-spacing: -0.1em;
}
.top_c2 .ic {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
  z-index: 4;
  width: 60px;
}
.top_c2 .ic img {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .top_c2 .inner {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
@media all and (max-width: 767px) {
  .top_c2 {
    padding: 70px 0;
  }
  .top_c2 .img {
    margin-top: 32px;
  }
  .top_c2 .img:before {
    border: 2px solid white;
  }
  .top_c2 .img:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    margin-top: 0;
    margin-left: 0;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid white;
    box-sizing: border-box;
  }
  .top_c2 .txt {
    margin-top: 20px;
  }
  .top_c2 .ic {
    margin-left: -15px;
    width: 30px;
  }
}

.top_about {
  padding: 130px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.top_about:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 4px solid white;
  z-index: 3;
}
.top_about:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  margin-top: 0;
  margin-left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid white;
  z-index: 3;
}
.top_about .bg_cov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  backdrop-filter: brightness(2.5) blur(60px);
}
.top_about .tl_jp {
  margin-top: 70px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.top_about .txt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.top_about .ic {
  width: 40px;
  margin: 60px auto;
}
.top_about .inner {
  position: relative;
  z-index: 4;
  text-align: center;
}
.top_about .btnw {
  text-align: center;
  margin-top: 50px;
}
.top_about .btnw a {
  display: inline-block;
}
.top_about .icc {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  margin-left: -50px;
}
@media all and (max-width: 767px) {
  .top_about {
    padding: 70px 0;
  }
  .top_about .tl_jp {
    margin-top: 32px;
  }
  .top_about .txt {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
  }
  .top_about .ic {
    width: 24px;
    margin: 40px auto;
  }
  .top_about .btnw {
    margin-top: 24px;
  }
}

.bg1 {
  background: url("../images/bga.jpg") center center/cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.bg1.disp {
  opacity: 1;
}
.bg1.disp_no {
  opacity: 0;
}

.top_brand {
  position: relative;
  background: white;
  padding: 10px;
}
.top_brand .in1 {
  background: #F8F8F8;
  padding: 160px 0 240px 0;
  box-sizing: border-box;
}
.top_brand .sldw {
  margin: 90px 0 0 0;
  position: relative;
}
.top_brand .sldw .sw_nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.top_brand .sldw a {
  display: block;
  border: 10px solid white;
  transition: all 0.3s ease;
  overflow: hidden;
}
.top_brand .sldw a img {
  transition: all 0.3s ease;
}
.top_brand .sldw a:hover img {
  transform: scale(1.05);
}
.top_brand .swiper-button-prev, .top_brand .swiper-button-next {
  width: 60px;
  height: 60px;
  background: none;
  padding: unset;
  top: unset;
}
.top_brand .swiper-button-prev:after, .top_brand .swiper-button-next:after {
  content: none;
}
.top_brand .swiper-button-prev {
  left: -30px;
}
.top_brand .swiper-button-next {
  right: -30px;
}
.top_brand .brand_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.top_brand .brand_list a {
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.top_brand .brand_list a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.top_brand .brand_list a img {
  transition: all 0.3s ease;
}
@media all and (max-width: 1000px) {
  .top_brand .brand_list {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .top_brand {
    padding: 0;
  }
  .top_brand .in1 {
    padding: 70px 0 70px 0;
  }
  .top_brand .sldw {
    margin: 50px 0 0 0;
    position: relative;
  }
  .top_brand .swiper-button-prev, .top_brand .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .top_brand .swiper-button-prev {
    left: -16px;
  }
  .top_brand .swiper-button-next {
    right: -16px;
  }
  .top_brand .brand_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.insta {
  background: white;
  padding: 140px 0;
  box-sizing: unset;
}
.insta .instagram {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .insta {
    padding: 70px 0;
  }
  .insta .instagram {
    margin-top: 40px;
  }
}

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