.mv {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: grid;
  grid-template-columns: 68% 1fr;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 2;
}
.mv .mv_sld1 {
  grid-column: 1/2;
  grid-row: 1/3;
  overflow: hidden;
}
.mv .mv_sld2 {
  grid-column: 2/3;
  grid-row: 1/2;
  overflow: hidden;
}
.mv .mv_sld2 img {
  object-fit: cover;
}
.mv .mv_sld3 {
  grid-column: 2/3;
  grid-row: 2/3;
  overflow: hidden;
}
.mv .swipe_mv1, .mv .swipe_mv2, .mv .swipe_mv3 {
  height: 100%;
}
.mv .swiper-wrapper, .mv .swiper-slide {
  height: 100% !important;
}
.mv .swiper-wrapper img, .mv .swiper-wrapper picture, .mv .swiper-slide img, .mv .swiper-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .page_titles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  place-content: center;
  text-align: center;
  z-index: 3;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.mv .page_titles .eg {
  font-family: "vani_reg", Serif;
  font-size: clamp(6rem, 4.0104166667vw, 7.7rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.mv .page_titles h1 {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .mv {
    grid-template-columns: 1fr;
  }
  .mv .mv_sld2, .mv .mv_sld3 {
    display: none;
  }
  .mv .page_titles .eg {
    font-size: 4rem;
  }
  .mv .page_titles h1 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.top_und {
  background: #ACA294;
  color: white;
  padding: 110px 0;
}
@media all and (max-width: 1000px) {
  .top_und {
    padding: 50px 0 100px 0;
  }
}
@media all and (max-width: 767px) {
  .top_und {
    padding: 40px 0 60px 0;
  }
}

.top1 {
  position: relative;
  color: white;
  background: #ACA294;
}
.top1 .inner {
  position: relative;
  z-index: 1;
}
.top1 .title_v1 {
  position: absolute;
  top: 20px;
  left: -100px;
  transform: rotate(90deg);
}
.top1 .title_v1 h2 {
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
}
.top1 .title_v1 .eg {
  font-family: "vani_reg", Serif;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
.top1 .cont {
  position: relative;
  padding-left: 60px;
}
.top1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.top1 .txb {
  font-weight: bold;
}
.top1 .info_area {
  margin-top: 20px;
}
.top1 .line {
  display: grid;
  grid-template-columns: 90px 120px 1fr;
  gap: 0 24px;
  align-items: center;
  border-bottom: 1px solid #C1C1C1;
  padding: 30px 0;
}
.top1 .line .ymd {
  font-family: "vani_reg", Serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top1 .line .cate {
  font-size: 1.2rem;
  color: white;
  background: #000;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
}
.top1 .line a {
  display: block;
  color: white;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
.top1 .line a:hover {
  text-decoration: underline;
}
.top1 .btn_sp1 {
  display: none;
}
@media all and (max-width: 1280px) {
  .top1 .title_v1 {
    left: -40px;
  }
  .top1 .cont {
    padding-left: 100px;
  }
}
@media all and (max-width: 767px) {
  .top1 .title_v1 {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .top1 .title_v1 .eg {
    font-size: 3rem;
    margin-top: 10px;
  }
  .top1 .cont {
    padding-left: 0;
  }
  .top1 .top {
    margin-top: 10px;
    display: block;
  }
  .top1 .top a {
    display: none;
  }
  .top1 .info_area {
    margin-top: 10px;
  }
  .top1 .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
    padding: 20px 0;
  }
  .top1 .line .ymd {
    font-size: 1.4rem;
    position: relative;
    top: 2px;
  }
  .top1 .line .cate {
    font-size: 1.2rem;
    width: 120px;
  }
  .top1 .line a {
    margin-top: 5px;
    width: 100%;
  }
  .top1 .btn_sp1 {
    display: block;
    margin: 40px auto 0 auto;
  }
}

.btn_cm1 {
  display: block;
  width: 210px;
  background: #000;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-family: "vani_bold", Serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
}
.btn_cm1:before, .btn_cm1:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -18px;
  width: 36px;
  height: 1px;
  background: white;
  transition: all 0.3s ease;
}
.btn_cm1:before {
  transform-origin: top right;
}
.btn_cm1:after {
  width: 0;
}
.btn_cm1:hover:before {
  transform: scaleX(0);
}
.btn_cm1:hover:after {
  width: 36px;
  transition-delay: 0.4s;
}
@media all and (max-width: 767px) {
  .btn_cm1 {
    padding: 17px 0;
    font-size: 1.5rem;
  }
}

.top2 {
  padding-top: 140px;
  position: relative;
}
.top2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 45%;
  background: #ACA294;
  z-index: -1;
}
.top2 .inner2 {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.top2 .ct {
  text-align: center;
  max-width: 440px;
  margin: 40px auto 0 auto;
}
.top2 .ct .tljp {
  font-size: 1.8rem;
}
.top2 .ct .tleg {
  font-family: "vani_reg", Serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 16px;
}
.top2 .ct .txt {
  text-align: left;
  margin-top: 16px;
}
.top2 .ct ul {
  margin: 40px 0;
  text-align: left;
}
.top2 .ct ul li {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  padding-left: 12px;
}
.top2 .ct ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.top2 .title_v2 {
  color: white;
}
@media all and (max-width: 1000px) {
  .top2 {
    padding-top: 100px;
  }
  .top2 .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .top2 .bx {
    margin-bottom: 80px;
  }
  .top2 .top2 .ct ul {
    margin: 20px 0;
  }
  .top2:before {
    height: 25%;
  }
  .top2 .inner2 {
    display: block;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .top2 {
    padding-top: 100px;
  }
  .top2 .img img {
    height: auto;
  }
  .top2 .inner2 {
    margin-top: 24px;
  }
  .top2:before {
    height: 20%;
  }
  .top2 .bx {
    margin-bottom: 40px;
  }
  .top2 .ct {
    max-width: none;
    padding: 0 20px;
    margin: 32px auto 0 auto;
  }
  .top2 .ct .tljp {
    font-size: 1.2rem;
  }
  .top2 .ct .tleg {
    font-size: 2.8rem;
    margin-top: 16px;
  }
  .top2 .ct .txt {
    text-align: left;
    margin-top: 24px;
  }
  .top2 .ct ul {
    margin: 20px 0 40px 0;
  }
  .top2 .ct ul li {
    font-size: 1.3rem;
    padding-left: 12px;
  }
}

.top3 {
  margin-top: 140px;
  padding-bottom: 70px;
  box-sizing: border-box;
  position: relative;
}
.top3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #EDECE3;
  z-index: -1;
}
.top3 .inner2 {
  margin-top: 56px;
}
@media all and (max-width: 1000px) {
  .top3 {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .top3 .inner2 {
    margin-top: 24px;
  }
}

.swipe_season, .swipe_pic {
  position: relative;
}
.swipe_season .sw_nav, .swipe_pic .sw_nav {
  position: absolute;
  width: 100%;
  top: 47%;
  left: 0;
}
.swipe_season .swiper-button-next, .swipe_pic .swiper-button-next {
  right: -5vw;
}
.swipe_season .swiper-button-prev, .swipe_pic .swiper-button-prev {
  left: -5vw;
}
.swipe_season .eg, .swipe_season .jp, .swipe_pic .eg, .swipe_pic .jp {
  color: #333;
}
.swipe_season .eg, .swipe_pic .eg {
  font-family: "vani_reg", Serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.swipe_season .jp, .swipe_pic .jp {
  font-size: 1.2rem;
  margin: 16px 0 32px 0;
}
.swipe_season .con, .swipe_pic .con {
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .swipe_season .swiper-button-next, .swipe_pic .swiper-button-next {
    right: -48px;
  }
  .swipe_season .swiper-button-prev, .swipe_pic .swiper-button-prev {
    left: -48px;
  }
}
@media all and (max-width: 1280px) {
  .swipe_season .swiper-button-next, .swipe_pic .swiper-button-next {
    right: -24px;
  }
  .swipe_season .swiper-button-prev, .swipe_pic .swiper-button-prev {
    left: -24px;
  }
}
@media all and (max-width: 767px) {
  .swipe_season .eg, .swipe_pic .eg {
    font-size: 2.4rem;
    margin: 40px 0 20px 0;
  }
  .swipe_season .jp, .swipe_pic .jp {
    margin: 8px 0 24px 0;
    font-size: 1.4rem;
  }
  .swipe_season .con, .swipe_pic .con {
    margin-top: 24px;
    padding: 0 20px;
  }
  .swipe_season .sw_nav, .swipe_pic .sw_nav {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 0;
  }
  .swipe_season .swiper-button-next, .swipe_pic .swiper-button-next {
    width: 30px;
    right: 10px;
  }
  .swipe_season .swiper-button-prev, .swipe_pic .swiper-button-prev {
    width: 30px;
    left: 10px;
  }
  .swipe_season .sw_nav, .swipe_pic .sw_nav {
    top: 37%;
  }
}

.swipe_season .img {
  overflow: hidden;
  aspect-ratio: 326/409;
}
.swipe_season .img img, .swipe_season .img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (max-width: 767px) {
  .swipe_season .img {
    aspect-ratio: 400/300;
  }
}

.top4 {
  padding-top: 100px;
  padding-bottom: 140px;
  box-sizing: border-box;
  background: #EDECE3;
}
.top4 .inner3 {
  position: relative;
}
.top4 .in {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.top4 .ttlw {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  place-items: center;
  place-content: center;
}
.top4 .ttlw a {
  font-family: "vani_reg", Serif;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333;
  font-weight: 400;
  transition: all 0.3s ease;
  background: url("../images/ab_arw.png") top 10px right 10px no-repeat;
  background-size: 28px auto;
  padding-right: 50px;
  box-sizing: border-box;
}
.top4 .ttlw a:hover {
  background: url("../images/ab_arw.png") top 10px right 0 no-repeat;
  background-size: 28px auto;
  opacity: 0.8;
}
.top4 .title_v1 {
  position: absolute;
}
.top4 .inner {
  margin-top: 110px;
}
.top4 .inner h3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.top4 .inc {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 0 60px;
}
@media all and (max-width: 1000px) {
  .top4 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .top4 .in {
    display: block;
  }
  .top4 .bx:nth-of-type(2) img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .top4 .bx:nth-of-type(3) {
    display: none;
  }
  .top4 .ttlw {
    place-items: unset;
  }
  .top4 .ttlw a {
    font-size: 3.4rem;
    background: url(../images/ab_arw.png) top 1px right 10px no-repeat;
    background-size: 28px auto;
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .top4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .top4 .in {
    display: block;
  }
  .top4 .bx:nth-of-type(2) img {
    height: unset;
  }
  .top4 .ttlw {
    place-items: unset;
  }
  .top4 .ttlw a {
    font-size: 2.4rem;
    background: url(../images/ab_arw.png) top 1px right 10px no-repeat;
    background-size: 14px auto;
    margin-left: 20px;
  }
  .top4 .inner {
    margin-top: 32px;
  }
  .top4 .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .top4 .inc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.top4_2 {
  margin-top: 140px;
  padding-bottom: 70px;
  box-sizing: border-box;
  position: relative;
}
.top4_2 .inner2 {
  margin-top: 56px;
}
.top4_2 .txt {
  margin-top: 80px;
}
.top4_2 .tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}
.top4_2 .btn_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  .top4_2 {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .top4_2 .inner2 {
    margin-top: 24px;
  }
  .top4_2 .inner2 a {
    pointer-events: none;
    display: block;
    aspect-ratio: 400/300;
  }
  .top4_2 .inner2 a img, .top4_2 .inner2 a picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .top4_2 .txt {
    margin-top: 20px;
  }
  .top4_2 .tp {
    display: block;
  }
  .top4_2 .btn_pc {
    display: none;
  }
  .top4_2 .btn_sp {
    display: block;
    width: calc(100% - 40px);
    margin: 40px auto 0 auto;
  }
  .top4_2 .swipe_season .sw_nav, .top4_2 .swipe_pic .sw_nav {
    top: 57%;
  }
}

.top5 {
  margin-top: 170px;
}
.top5 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}
.top5 .top a {
  margin: unset;
}
.top5 .instagrams {
  margin-top: 50px;
}
.top5 .btn_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  .top5 {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .top5 {
    margin-top: 80px;
  }
  .top5 .instagrams {
    margin-top: 24px;
  }
  .top5 .btn_pc {
    display: none;
  }
  .top5 .btn_sp {
    display: block;
    width: calc(100% - 40px);
    margin: 40px auto 0 auto;
  }
}

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