/*------------------------------------------
  Base Setting
------------------------------------------*/
.page-main {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}

.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is--tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}
.cmn-footer {
  z-index: 10;
}

/*------------------------------------------
  component
------------------------------------------*/
/* ========== button ========== */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #968F6F;
  border: 1px solid #968F6F;
  width: 140px;
  height: 42px;
}

@media only screen and (min-width: 769px) {
  .c-button {
    transition: 0.4s;
  }
  .c-button:hover {
    opacity: 1;
    background: #968F6F;
    color: #fff;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 37.3333333333vw;
    height: 11.2vw;
    font-size: 3.7333333333vw;
  }
}
/* ========== blog ========== */
.c-blog__inner {
  display: block;
  position: relative;
  height: 100%;
  color: #000;
}
.c-blog__thumb {
  margin-bottom: 16px;
}
.c-blog__brand {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.c-blog__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-blog__foot {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin-top: 8px;
  color: #968F6F;
}

@media only screen and (max-width: 767px) {
  .c-blog__thumb {
    margin-bottom: 4.2666666667vw;
  }
  .c-blog__brand {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  .c-blog__title {
    font-size: 3.2vw;
    line-height: 2;
    -webkit-line-clamp: 2;
  }
  .c-blog__foot {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-flex {
  display: flex;
  flex-wrap: wrap;
}

.l-inner {
  position: relative;
  margin: auto;
  padding: 0 30px;
  max-width: 1060px;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4vw;
  }
}
.l-bloglist {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 8%;
}
.l-bloglist .c-blog {
  width: 28%;
}

@media only screen and (min-width: 769px) {
  .l-bloglist .c-blog:nth-child(10) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-bloglist {
    gap: 13.3333333333vw 4%;
  }
  .l-bloglist .c-blog {
    width: 48%;
  }
}
.l-blogmore {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .l-blogmore {
    margin-top: 13.3333333333vw;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
/* ========== MV ========== */
.page-mv {
  overflow: hidden;
  position: relative;
  padding: 45px 0 100px;
  margin-bottom: 290px;
  background-image: url(../images/mv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.page-mv:before, .page-mv:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(170px, 24.2857142857vw, 340px), clamp(170px, 24.2857142857vw, 340px);
}
.page-mv:before {
  height: 235px;
  top: 0;
  background-image: url(../images/mv-illust01.png), url(../images/mv-illust02.png);
  background-position: top left, top right;
}
.page-mv:after {
  height: 140px;
  bottom: 0;
  background-image: url(../images/mv-illust03.png), url(../images/mv-illust04.png);
  background-position: bottom left, bottom right;
}
.page-mv__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.page-mv__title .mv-logo {
  margin-bottom: 10px;
}
.page-mv__title .mv-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 3.6rem;
  letter-spacing: 0.032em;
  color: #40220F;
}
.page-mv__slider .mv-slider {
  max-width: 900px;
  margin: auto;
  position: relative;
}
.page-mv__slider .swiper {
  overflow: visible;
}
.page-mv__slider .swiper-slide {
  transform: scale(0.79);
  transform-origin: center;
  transition: 0.7s;
}
.page-mv__slider .swiper-slide .slide-img {
  display: block;
  padding: 0 7px;
}
.page-mv__slider .swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}
.page-mv__slider .swiper-pagination {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  position: static;
}
.page-mv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .page-mv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.page-mv__slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background: #CEC3B8;
}
.page-mv__slider .swiper-pagination-bullet-active {
  background: #DD7A18;
}
.page-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  padding-bottom: 62px;
  color: #40220F;
}
.page-mv__scroll:before {
  content: "";
  width: 1px;
  height: 56px;
  background: #40220F;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .page-mv {
    padding: 37.3333333333vw 0 34.1333333333vw;
    margin-bottom: 53.3333333333vw;
  }
  .page-mv:before, .page-mv:after {
    background-size: 48vw, 48vw;
  }
  .page-mv:before {
    height: 33.3333333333vw;
  }
  .page-mv:after {
    height: 20vw;
  }
  .page-mv__title {
    margin-bottom: 8.5333333333vw;
  }
  .page-mv__title .mv-logo {
    margin-bottom: 4.2666666667vw;
  }
  .page-mv__title .mv-logo img {
    width: 37.3333333333vw;
  }
  .page-mv__title .mv-text {
    font-size: 7.4666666667vw;
  }
  .page-mv__slider .mv-slider {
    max-width: 60vw;
  }
  .page-mv__slider .swiper-slide {
    transform: scale(0.62);
  }
  .page-mv__slider .swiper-slide .slide-img {
    padding: 0;
  }
  .page-mv__slider .swiper-slide-active {
    transform: scale(1);
    z-index: 1;
  }
  .page-mv__slider .swiper-pagination {
    margin-top: 6.4vw;
    gap: 2.6666666667vw;
  }
  .page-mv__slider .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .page-mv__scroll {
    bottom: 8.5333333333vw;
    font-size: 3.2vw;
    padding-bottom: 13.3333333333vw;
  }
  .page-mv__scroll:before {
    height: 12.2666666667vw;
  }
}
/* ========== contents ========== */
.page-contents {
  position: relative;
  padding: 100px 0;
  background: #F8F4E9;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    padding: 21.3333333333vw 0;
  }
}
/* ========== head ========== */
.page-head {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.page-head__title {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
.page-head__title:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #40220F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-head__date {
  font-size: 2rem;
  color: #40220F;
}
.page-head__date .num {
  font-size: 3rem;
}
.page-head__place {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 10px;
}
.page-head__lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .page-head {
    margin-bottom: 10.6666666667vw;
  }
  .page-head__title {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .page-head__title:before {
    width: 16vw;
  }
  .page-head__date {
    font-size: 5.3333333333vw;
  }
  .page-head__date .num {
    font-size: 8vw;
  }
  .page-head__place {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .page-head__lead {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}
/* ========== foot ========== */
.page-foot {
  margin-top: 20px;
}
.page-foot__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 3.2%;
}
@media only screen and (min-width: 768px) {
  .page-foot__nav.odd .page-foot__button:nth-child(1) {
    margin: 0 30px;
  }
}
.page-foot__button {
  width: 48.4%;
  position: relative;
}
.page-foot__button a {
  position: relative;
  z-index: 1;
  display: flex;
  height: 114px;
  padding-left: 40px;
  padding-right: 70px;
  gap: 8px;
  align-items: center;
}
.page-foot__button a:before {
  content: "";
  width: 508px;
  width: 105%;
  height: 138px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/foot-button-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.page-foot__button a:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  margin-top: 0.1em;
  background: url(../images/arrow-right.svg) no-repeat center;
  background-size: 100%;
}
.page-foot__button a .nav-icon {
  position: relative;
  width: 40px;
}
.page-foot__button a .nav-text {
  flex: 1;
  position: relative;
  line-height: 1.333;
  font-size: clamp(1.8rem, 2.5714285714vw, 2.4rem);
  color: #000;
}

@media only screen and (max-width: 767px) {
  .page-foot {
    margin-top: 0;
  }
  .page-foot__nav {
    gap: 4.2666666667vw;
  }
  .page-foot__button {
    width: 100%;
  }
  .page-foot__button a {
    height: 21.8666666667vw;
    padding-left: 8.5333333333vw;
    padding-right: 16vw;
    gap: 2.1333333333vw;
  }
  .page-foot__button a:before {
    height: 28.2666666667vw;
    top: -1.8666666667vw;
  }
  .page-foot__button a:after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 5.8666666667vw;
  }
  .page-foot__button a .nav-icon {
    width: 7.4666666667vw;
  }
  .page-foot__button a .nav-text {
    font-size: 4.8vw;
  }
}
/* ========== Fixed Background ========== */
.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/page-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .page-bg {
    background-image: url(../images/page-bg-sp.jpg);
  }
}
/* ========== Blog ========== */
.sec-blog {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-blog__title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #40220F;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 32px;
  background: url(../images/icon01.svg) no-repeat center bottom;
  background-size: 32px;
}

@media only screen and (max-width: 767px) {
  .sec-blog {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .sec-blog__title {
    font-size: 6.9333333333vw;
    padding-bottom: 12.2666666667vw;
    margin-bottom: 13.3333333333vw;
    background-size: 8.5333333333vw;
  }
}
/*# sourceMappingURL=../css/maps/page.css.map */
