@charset "UTF-8";
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

/*-------------
 共通
--------------*/
.c-gray {
  color: #687573;
}

.mb-xxl {
  margin-bottom: 15%;
}
@media (max-width: 840px) {
  .mb-xxl {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .mb-xxl {
    margin-bottom: 70px;
  }
}

.danraku p {
  line-height: 2.1;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.en-txt {
  font-size: 13px;
  color: #687573;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-top: 40px;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .en-txt {
    font-size: 12px;
    margin-top: 30px;
  }
}

.mv__slide .swiper-slide-active img,
.mv__slide .swiper-slide-duplicate-active img,
.mv__slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/*-------------
 Intro
--------------*/
/*-- FV Slide --*/
.c-diary-intro .cat-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-main {
    display: block;
    height: inherit;
  }
}
.c-diary-intro .cat-main .mv__slide {
  width: 50%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-main .mv__slide {
    width: 70%;
    height: 70vh;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-main .mv__slide {
    width: 78%;
    height: 65vh;
  }
}
.c-diary-intro .cat-main .mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-diary-intro .cat-main .fv-img {
  width: 50%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-main .fv-img {
    width: 70%;
    height: 70vh;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-main .fv-img {
    width: 78%;
    height: 65vh;
  }
}
.c-diary-intro .cat-main .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-diary-intro .cat-main .mv__text_wrap {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  z-index: 1 !important;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-main .mv__text_wrap {
    position: relative;
    width: 100%;
    margin-top: 70px;
    padding-left: 9%;
    padding-right: 5%;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-main .mv__text_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap:after {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap:after {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap:after {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap h2 {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap h2 {
    margin-bottom: 20px;
  }
}
.c-diary-intro .cat-main .mv__text_wrap .f-jp, .c-diary-intro .cat-main .mv__text_wrap .f-en {
  line-height: 2;
}

@media screen and (min-width: 841px) {
  .c-diary-intro .cat-main .mv__text_wrap .c-sec-title-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
/*-- end FV slide --*/
.c-diary-intro .cat-intro1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro1-wrap {
    display: block;
  }
}
.c-diary-intro .cat-intro1-wrap .img-wrap {
  width: 47%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro1-wrap .img-wrap {
    width: 75%;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro1-wrap .img-wrap {
    width: 70%;
    margin-bottom: 50px;
  }
}
.c-diary-intro .cat-intro1-wrap .txt-wrap {
  width: 42%;
  padding-right: 6%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro1-wrap .txt-wrap {
    width: 100%;
    padding-left: 40%;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro1-wrap .txt-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-diary-intro .cat-intro2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro2-wrap {
    width: 100%;
    margin-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro2-wrap {
    display: block;
    margin-bottom: 70px;
  }
}
.c-diary-intro .cat-intro2-wrap .img-wrap {
  width: 34.7%;
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro2-wrap .img-wrap {
    width: 50%;
    margin: 0 0 50px auto;
  }
}
.c-diary-intro .cat-intro2-wrap .txt-wrap {
  width: 65%;
  padding-right: 5%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro2-wrap .txt-wrap {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro2-wrap .txt-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-diary-intro .cat-intro3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro3-wrap {
    display: block;
    width: 100%;
  }
}
.c-diary-intro .cat-intro3-wrap .img-wrap {
  width: 49.76%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro3-wrap .img-wrap {
    width: 75%;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro3-wrap .img-wrap {
    margin-bottom: 50px;
  }
}
.c-diary-intro .cat-intro3-wrap .txt-wrap {
  width: 40%;
  padding-right: 5%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro3-wrap .txt-wrap {
    width: 100%;
    padding-left: 30%;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro3-wrap .txt-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-diary-intro .cat-intro4-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro4-wrap {
    display: block;
    width: 100%;
  }
}
.c-diary-intro .cat-intro4-wrap .img-wrap {
  width: 49.76%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro4-wrap .img-wrap {
    width: 65%;
    margin: 0 0 60px auto;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro4-wrap .img-wrap {
    margin-bottom: 50px;
  }
}
.c-diary-intro .cat-intro4-wrap .txt-wrap {
  width: 40%;
  padding-right: 5%;
}
@media (max-width: 840px) {
  .c-diary-intro .cat-intro4-wrap .txt-wrap {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .c-diary-intro .cat-intro4-wrap .txt-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*-------------
 Feature
--------------*/
@media (max-width: 480px) {
  .c-cat-feature {
    padding-top: 0;
  }
}
.c-cat-feature .sticky-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cat-feature .sticky-container .img-wrap {
  width: 47%;
  position: sticky;
  top: 0;
  height: 100dvh;
}
@media (max-width: 840px) {
  .c-cat-feature .sticky-container .img-wrap {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .c-cat-feature .sticky-container .img-wrap {
    width: 100%;
    position: relative;
  }
}
.c-cat-feature .sticky-container .img-wrap .mv__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-cat-feature .sticky-container .img-wrap .mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cat-feature .sticky-container .txt-wrap {
  width: 47.4%;
  padding-top: 100vh;
  padding-right: 5%;
  padding-bottom: 250px;
}
@media (max-width: 840px) {
  .c-cat-feature .sticky-container .txt-wrap {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .c-cat-feature .sticky-container .txt-wrap {
    width: 100%;
    padding: 50px 30px 0;
  }
}

.c-cat-feature .sticky-container .feature-list > li:not(:last-of-type) {
  margin-bottom: 90px;
}
@media (max-width: 840px) {
  .c-cat-feature .sticky-container .feature-list > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .c-cat-feature .sticky-container .feature-list > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.c-cat-feature .sticky-container .feature-list > li .list-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.c-cat-feature .sticky-container .feature-list > li .list-name .number {
  font-weight: 400;
  line-height: 1;
}
.c-cat-feature .sticky-container .feature-list > li .list-name h4 {
  border-left: 1px solid #687573;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 1;
}
.c-cat-feature .sticky-container .feature-list > li .list-name h4 span {
  display: block;
}
.c-cat-feature .sticky-container .feature-list > li .list-name h4 .small-name {
  padding-bottom: 8px;
}
.c-cat-feature .sticky-container .feature-list > li img {
  margin-bottom: 20px;
}
.c-cat-feature .sticky-container .feature-list > li p {
  line-height: 1.7;
}

/*-------------
 Merit
--------------*/
.c-diary-merit-wrap {
  margin-top: 150px;
}
@media (max-width: 480px) {
  .c-diary-merit-wrap {
    margin-top: 100px;
  }
}
.c-diary-merit-wrap .feature-list .list-name h4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*-------------
 Format
--------------*/
.format_area .accordion_one .ac_header {
  border-top: 1px solid #a4acad;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .format_area .accordion_one .ac_header {
    padding: 15px 20px 15px 0;
  }
}

.format_area .accordion_last {
  border-bottom: 1px solid #a4acad;
}

.format_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box {
    width: 14px;
    height: 14px;
    right: 10px;
  }
}

.format_area .accordion_one .ac_header .i_box:before,
.format_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.format_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #666;
  width: 18px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box:before {
    width: 14px;
  }
}

.format_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #666;
  width: 0;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box:after {
    height: 14px;
    right: 6px;
  }
}

.format_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.format_area .accordion_one .ac_inner {
  display: none;
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .format_area .accordion_one .ac_inner {
    padding-bottom: 30px;
  }
}

.format_area .format_head {
  display: block;
  position: relative;
  line-height: 1;
}
.format_area .format_head .format-name-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .format_area .format_head .format-name-flex {
    display: block;
  }
}
.format_area .format_head .format-name-flex h4.f-en {
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  letter-spacing: 0.08rem;
}
@media (max-width: 480px) {
  .format_area .format_head .format-name-flex h4.f-en {
    font-size: 17px;
    margin-right: 0px;
    letter-spacing: 0.05rem;
  }
}
.format_area .format_head .format-name-flex p.f-jp {
  font-size: 13px;
}
@media (max-width: 480px) {
  .format_area .format_head .format-name-flex p.f-jp {
    font-size: 11.5px;
    margin-top: 6px;
  }
}

.format_area .format_body .format-img {
  margin-bottom: 15px;
}
.format_area .format_body p {
  line-height: 1.7;
}

/* stay */
.format_area .accordion_one.stay .ac_header .i_box:after {
  height: 0;
}

.format_area .accordion_one.stay .ac_header.open .i_box:after {
  height: 18px;
}

.format_area .accordion_one.stay .ac_inner {
  display: block;
}

/* pickup */
.format_area .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -24px;
}
.format_area .pickup-list li {
  width: calc(33.3333% - 24px);
  margin-left: 24px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}
.format_area .pickup-list .pick-img img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.format_area .pickup-list .ic {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px !important;
  height: 26px !important;
  background: #333;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-size: 14px;
}
.format_area .pickup-list p {
  line-height: 1.5;
}

/*-------------
 3OKs
--------------*/
.c-cat-format h2.title-3ok {
  letter-spacing: 3px !important;
}
.c-cat-format h2.title-3ok span {
  font-size: 110%;
}

.c-cat-format .flex-3ok-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 70px;
}
@media (max-width: 840px) {
  .c-cat-format .flex-3ok-list {
    display: block;
  }
}
.c-cat-format .flex-3ok-list li {
  width: 32%;
  text-align: center;
}
@media (max-width: 840px) {
  .c-cat-format .flex-3ok-list li {
    width: 100%;
  }
  .c-cat-format .flex-3ok-list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.c-cat-format .flex-3ok-list .number {
  font-weight: 500;
  margin-bottom: 10px;
}
.c-cat-format .flex-3ok-list .coment {
  margin-bottom: 10px;
}
.c-cat-format .flex-3ok-list p.f-en {
  color: #687573;
  line-height: 1.4;
}
.c-cat-format .txt-enjoy {
  font-weight: 500;
  margin-bottom: 110px;
}

.c-cat-format .work-format {
  margin-bottom: 100px;
}
@media (max-width: 840px) {
  .c-cat-format .work-format {
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .c-cat-format .work-format {
    margin-bottom: 70px;
  }
}

/*-------------
 diary page btn
--------------*/
.c-cat-format .diary-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cat-format .diary-page-list li {
  width: 46%;
  text-align: center;
}
@media (max-width: 840px) {
  .c-cat-format .diary-page-list li {
    width: 48%;
  }
}
.c-cat-format .diary-page-list li a {
  border: 1px solid #a4acad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 120px;
}
@media (max-width: 480px) {
  .c-cat-format .diary-page-list li a {
    padding: 10px 6px;
    height: 100px;
  }
}
.c-cat-format .diary-page-list li a:hover {
  background-color: #c0c8c9;
}
.c-cat-format .diary-page-list li h5.f-en {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .c-cat-format .diary-page-list li h5.f-en {
    font-size: 17px;
  }
}