/* =========================================================
home
========================================================= */
@media (max-width: 768px) {
  body.page-home .no-item {
    padding: 60px 0 80px;
  }
}
@media (min-width: 769px) {
  body.page-home .no-item {
    padding: 125px 0 160px;
  }
}
/*------------------------------------------
MV slider
------------------------------------------*/
.home-hd {
  background: #F0F0F0;
  position: relative;
}

@media (min-width: 769px) {
  .home-hd {
    padding: 30px clamp(83px, 6.07vw, 6.07vw) 50px;
  }
}
@media (max-width: 768px) {
  .home-hd .cmn-control {
    height: 60px;
    padding: 0 6.1333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home-hd .cmn-control .control-dots {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .home-hd .cmn-control .control-dots {
    flex: 1;
    gap: 14px;
  }
}
@media (min-width: 769px) {
  .home-hd .cmn-control .control-dots {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    position: absolute;
    bottom: clamp(20px, 6.58vw, 90px);
    left: auto;
    right: 2.7818448023vw;
  }
}
.home-hd .cmn-control .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 1;
}

.home-hd .cmn-control .swiper-pagination-bullet-active {
  background: transparent;
}

.home-hd .cmn-control .button {
  width: 82px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .home-hd .cmn-control [class*=control-button] {
    margin-top: -22px;
    position: absolute;
    top: calc(50% - 20px);
  }
}
.home-hd .cmn-control [class*=control-button] button {
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .home-hd .cmn-control [class*=control-button] button {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 769px) {
  .home-hd .cmn-control [class*=control-button] button {
    width: 44px;
    height: 44px;
  }
}
.home-hd .cmn-control [class*=control-button] button::before {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .home-hd .cmn-control [class*=control-button] button::before {
    width: 8px;
    height: 8px;
    top: 12px;
    left: 10px;
  }
}
@media (min-width: 769px) {
  .home-hd .cmn-control [class*=control-button] button::before {
    width: 10px;
    height: 10px;
    top: 16px;
    left: 15px;
  }
}
@media (hover: hover) {
  .home-hd .cmn-control [class*=control-button] button {
    transition: opacity 0.2s ease;
  }

  .home-hd .cmn-control [class*=control-button] button:hover {
    opacity: 0.6;
  }
}
.home-hd .cmn-control .control-button-prev {
  transform: scale(-1, -1);
}

@media (min-width: 769px) {
  .home-hd .cmn-control .control-button-prev {
    left: 1.3909224012vw;
  }
}
@media (min-width: 769px) {
  .home-hd .cmn-control .control-button-next {
    right: 1.3909224012vw;
  }
}
/*------------------------------------------
home navigation
------------------------------------------*/
.home-nav {
  padding: 40px 0 10px;
}

/*------------------------------------------
decoration
------------------------------------------*/
@media (max-width: 768px) {
  .home-deco {
    background: url(../images/common/bg_pat01_l.png) repeat-y left bottom/64px auto, url(../images/common/bg_pat01_r.png) repeat-y right top/64px auto;
  }
}
@media (min-width: 769px) {
  .home-deco {
    background: url(../images/common/bg_pat01_l.png) repeat-y left bottom/210px auto, url(../images/common/bg_pat01_r.png) repeat-y right top/210px auto;
  }
}
/*------------------------------------------
event & news
------------------------------------------*/
.home-event {
  position: relative;
}

.home-event::before {
  content: "";
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-event {
    padding-top: 44px;
  }
}
@media (min-width: 769px) {
  .home-event {
    padding-top: 80px;
  }
}
.home-event .col3-1 {
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-event .col3-1 {
    padding: 20px 0 30px;
  }
}
@media (min-width: 769px) {
  .home-event .col3-1 {
    padding: 50px 0;
  }
}
.home-event .col3-1::before {
  content: "";
  height: 100%;
  background: #F0F0F0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-event .col3-1::before {
    width: 28vw;
    left: -6.1333333333vw;
  }
}
@media (min-width: 769px) {
  .home-event .col3-1::before {
    width: 23.6456808199vw;
    left: -6.0761346999vw;
  }
}
.home-event .cmn-btn01 {
  margin: 0 auto;
}

/*------------------------------------------
news & topics
------------------------------------------*/
.home-news {
  position: relative;
}

.home-news::before {
  content: "";
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-news {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
@media (min-width: 769px) {
  .home-news {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.home-news .col3-1 {
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-news .col3-1 {
    padding: 20px 0 30px;
  }
}
@media (min-width: 769px) {
  .home-news .col3-1 {
    padding: 50px 0;
  }
}
.home-news .col3-1::before {
  content: "";
  height: 100%;
  background: #F0F0F0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-news .col3-1::before {
    width: 28vw;
    right: -6.1333333333vw;
  }
}
@media (min-width: 769px) {
  .home-news .col3-1::before {
    width: 23.6456808199vw;
    right: -6.0761346999vw;
  }
}
.home-news .cmn-btn01 {
  margin: 0 auto;
}

/*------------------------------------------
journal
------------------------------------------*/
@media (max-width: 768px) {
  .home-journal {
    background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 clamp(10px, 69vw, 260px), transparent clamp(10px, 69vw, 260px), transparent 100%) no-repeat top/cover;
    padding: 0 0 75px;
  }
}
@media (min-width: 769px) {
  .home-journal {
    background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 clamp(10px, 25vw, 343px), transparent clamp(10px, 25vw, 343px), transparent 100%) no-repeat top/cover;
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .home-journal .cmn-ttl01 {
    transform: translateY(-0.9em);
  }
}
@media (min-width: 769px) {
  .home-journal .cmn-ttl01 {
    transform: translateY(-2em);
  }
}
@media (max-width: 768px) {
  .home-journal .wrap {
    width: 100%;
    margin: 30px auto 0;
    overflow: scroll;
  }
}
@media (min-width: 769px) {
  .home-journal .wrap {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .home-journal .cmn-btn01 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .home-journal .cmn-btn01 {
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .journal-list {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 6.1333333333vw;
    display: flex;
    gap: 8vw;
  }
}
@media (min-width: 769px) {
  .journal-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  .journal-list .cmn-card04 {
    width: clamp(10px, 65.8666666667vw, 247px);
  }
}
@media (min-width: 769px) {
  .journal-list .cmn-card04 {
    flex: 1;
  }
}
/*------------------------------------------
facilities
------------------------------------------*/
.home-facility {
  background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 55%, transparent 55%, transparent 100%) no-repeat top/cover;
}

@media (max-width: 768px) {
  .home-facility {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .home-facility {
    padding: 0 0 80px;
  }
}
@media (max-width: 768px) {
  .home-facility .cmn-ttl01 {
    transform: translateY(-0.9em);
  }
}
@media (min-width: 769px) {
  .home-facility .cmn-ttl01 {
    transform: translateY(-2em);
  }
}
@media (max-width: 768px) {
  .facility-list {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .facility-list {
    margin: 50px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .facility-list {
    width: 750px;
  }
}
.facility-list a {
  display: grid;
}

@media (max-width: 768px) {
  .facility-list a {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 769px) {
  .facility-list a {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .facility-list a {
    grid-template-columns: repeat(2, 1fr);
  }
}
.facility-list .item {
  display: block;
  position: relative;
}

.facility-list .img {
  position: relative;
}

@media (max-width: 768px) {
  .facility-list .img {
    height: 32vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .facility-list .img {
    height: 32vw;
  }
}
.facility-list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #B4AC94;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

.facility-list .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.facility-list .txt {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .facility-list .txt {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .facility-list .txt {
    width: -moz-max-content;
    width: max-content;
  }
}
.facility-list .txt .en {
  padding: 0 0 9px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
}

@media (max-width: 768px) {
  .facility-list .txt .en {
    font-size: clamp(10px, 4.8vw, 18px);
  }
}
@media (min-width: 769px) {
  .facility-list .txt .en {
    font-size: clamp(10px, 6.4vw, 24px);
    border-bottom: 1px solid #fff;
  }
}
.facility-list .txt .en::after {
  width: 58px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .facility-list .txt .en::after {
    content: "";
  }
}
.facility-list .txt .ja {
  margin: 12px auto 0;
  font-size: 12px;
  line-height: 1;
}

/*------------------------------------------
instagram
------------------------------------------*/
.home-ig {
  background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 40%, transparent 40%, transparent 100%) no-repeat top/cover;
}

@media (max-width: 768px) {
  .home-ig {
    padding-top: 50px;
    padding-bottom: 77px;
  }
}
@media (min-width: 769px) {
  .home-ig {
    padding-top: 80px;
    padding-bottom: 138px;
  }
}
.home-ig .cont-in {
  position: relative;
}

@media (min-width: 769px) {
  .home-ig .cmn-ttl01 {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 769px) {
  .home-ig .cmn-ttl01 .en::before {
    transform: none;
    left: 0;
  }
}
@media (max-width: 768px) {
  .home-ig .cmn-btn01 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-ig .cmn-btn01 {
    margin: 30px 0 0 auto;
  }
}
@media (min-width: 1025px) {
  .home-ig .cmn-btn01 {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .home-ig .col3-2 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .home-ig .col3-2 {
    margin: 50px auto 0;
  }
}
.home-ig .ig a {
  display: block;
  aspect-ratio: 1/1;
}

.home-ig .ig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
access
------------------------------------------*/
.home-access {
  background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 95%, transparent 95%, transparent 100%) no-repeat top/cover;
}

@media (max-width: 768px) {
  .home-access .cmn-ttl01 {
    transform: translateY(-0.9em);
  }
}
@media (min-width: 769px) {
  .home-access .cmn-ttl01 {
    transform: translateY(-2em);
  }
}
@media (max-width: 768px) {
  .home-access .cmn-btn01 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-access .cmn-btn01 {
    margin: 50px auto 0;
  }
}
@media (min-width: 1025px) {
  .home-access .cmn-btn01 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .home-access .gmap {
    height: 400px;
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .home-access .gmap {
    height: 560px;
    margin: 50px auto 0;
  }
}
.home-access .gmap iframe {
  width: 100%;
  height: 100%;
}

.access-block {
  position: relative;
}

@media (max-width: 768px) {
  .access-block {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .access-block {
    margin: 50px auto 0;
  }
}
.access-block .box + .box {
  margin: 30px auto 0;
}

.access-block .name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.access-block .address {
  margin: 5px auto 0;
  font-size: 13px;
  line-height: 1.4615384615;
}

.access-block .list li {
  padding: 0 0 0 1.5em;
  font-size: 13px;
  line-height: 2;
  position: relative;
}

.access-block .list li + li {
  margin-top: 5px;
}

.access-block .list li::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #888;
  position: absolute;
  top: 0.9em;
  left: 0;
}