ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.5;
}

figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 5px !important;
  }
}

.swiper-cover .swiper-pagination {
  bottom: 160px;
}
@media screen and (max-width: 960px) {
  .swiper-cover .swiper-pagination {
    bottom: 22vw !important;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2px !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.swiper-button-next {
  background: url("../imgs/common/btn_next.svg") no-repeat center;
  background-size: 90% 90%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev {
  background: url("../imgs/common/btn_prev.svg") no-repeat center;
  background-size: 90% 90%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-lazy-preloader {
  border-color: #958445;
  border-top-color: transparent;
}

/*=============================================
Layout
=============================================*/
/* footer --------------------------*/
.l-footer__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__navi {
    display: block;
  }
}

.l-footer__navi-en {
  margin-top: 0 !important;
}

.l-footer-content-articles-slider {
  position: relative;
}
.l-footer-content-articles-slider__btns {
  position: absolute;
  right: 0;
  top: -50px;
  width: 45.72px;
  height: 10px;
}
.l-footer-content-articles-slider__btns::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(58, 65, 69, 0.3);
  position: absolute;
  right: 50%;
  top: 0;
}
.l-footer-content-articles-slider .swiper-button-prev {
  width: 5.72px;
  height: 10px;
  margin-top: 0;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/_assets/imgs/_common/arrow-slider.svg) no-repeat center/contain;
}
.l-footer-content-articles-slider .swiper-button-next {
  width: 5.72px;
  height: 10px;
  margin-top: 0;
  top: 0;
  right: 0;
  background: url(/_assets/imgs/_common/arrow-slider.svg) no-repeat center/contain;
}

/* wrapper --------------------------*/
.l-inner {
  margin: 0 auto;
  padding: 0 92px 0 142px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 7.4666666667vw;
  }
}
.l-inner--archive {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .l-inner--archive {
    padding: 0 26px;
  }
}
.l-inner__layout {
  display: grid;
}
.l-inner__layout--columns {
  grid-template-columns: 327fr 853fr;
}
.l-inner__layout--rows {
  gap: 49px;
}
.l-inner__layout p {
  line-height: 1.8;
}
.l-inner__left {
  grid-column: 1/2;
}
.l-inner__right {
  grid-column: 2/3;
}
.l-inner__right h3 {
  font-size: 2.1rem;
  margin-bottom: 28px;
}
/* article --------------------------*/
.l-article iframe {
  max-width: 100%;
}

/* menu --------------------------*/
.l-menu-categories {
  display: grid;
  gap: 62px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
  .l-menu-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 13px;
  }
}
.l-menu-categories__item {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  gap: 10px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.l-menu-categories__figure {
  aspect-ratio: 168/130;
  overflow: hidden;
}
.l-menu-categories__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-menu-categories__title {
  margin: 0;
  font-size: 1.5rem;
}
/* wp --------------------------*/
.wp-block-image {
  margin: 0 auto 50px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.wp-block-image img {
  width: 100%;
  max-width: 100%;
}

.wp-element-caption {
  font-size: 1.2rem;
}

/*=============================================
Object
=============================================*/
/* Component */
/* Component --------------------------*/
.c-title1--v_rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  position: absolute;
  top: 0;
  left: 5.710102489vw;
  z-index: 1;
  white-space: nowrap;
  display: none;
}

.c-section {
  padding: 80px 0;
}
.c-section__ttl1 {
  display: grid;
  gap: 4px;
  line-height: 1;
  margin-bottom: 42px;
  display: grid;
}
.c-section__ttl1--jp {
  font-size: 2.4rem;
}
.c-section__ttl1--jp-gray {
  color: #333;
}
.c-section__ttl1--en {
  font-size: 1.6rem;
  color: #718a74;
}
.c-section__ttl1--en-white {
  color: #fff;
}
.c-section__ttl1--en-white {
  color: #fff;
}
.c-col-layout {
  display: grid;
  gap: 3.6603221083vw;
  grid-template-columns: 1fr 1fr;
}

.c-col {
  margin-bottom: 0;
}

.c-main-header {
  position: relative;
}
.c-main-header__fig {
  background: #333;
  aspect-ratio: 1366/521;
  position: relative;
  z-index: 1;
  aspect-ratio: 1272/611;
}
@media screen and (max-width: 768px) {
  .c-main-header__fig {
    aspect-ratio: 1/1;
  }
}
.c-main-header__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-main-header__fig.gradient::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#808080));
  background: -webkit-linear-gradient(#fff 0%, #808080 100%);
  background: linear-gradient(#fff 0%, #808080 100%);
  mix-blend-mode: multiply;
}
.c-main-header__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1366px;
  width: 100%;
  z-index: 2;
  line-height: 1.5em;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  color: #fff;
}
.c-main-header__ttl time {
  display: none;
}
.c-main-header__ttl span {
  line-height: 1.5em;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .c-main-header__ttl span {
    font-size: 2.4rem;
  }
}
.c-main-header__ttl--series {
  display: none;
}
.c-main-header__ttl--articles {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-main-header__ttl--articles {
    bottom: 30px;
  }
}
.c-main-header__ttl--articles span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-main-header__ttl--articles span {
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}
.c-main-header__ttl--articles time {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.c-main-header-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 626px;
}
.c-main-header-txt__ttl {
  font-size: 3.6rem !important;
  line-height: 1;
}
.c-main-header-txt__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0;
}
.c-main-header-txt__nav a {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.c-main-header-txt__nav a::before {
  width: 6.86px;
  height: 6px;
  content: "";
  display: block;
  background: url(/_assets/imgs/_common/anchor-arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
}

.c-main-content {
  color: #3a4145;
}

.c-main-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-main-section {
    padding: 50px 0;
  }
}

.c-activity {
  background: #718a74;
  color: #fff;
}
.c-activity .c-section__ttl1 span:nth-child(2) {
  color: #fff;
}
.c-activity__slider {
  padding-left: 15vw;
  margin-bottom: 20px;
}
.c-activity__item {
  width: 275px;
  aspect-ratio: 275/477;
}
.c-activity__item--1 {
  background: #fff;
}
.c-activity__item--1 .c-activity__ttl {
  color: #718a74;
}
.c-activity__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding-left: 24px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  border: 1px;
}
.c-activity__ttl span {
  font-size: 1.4rem;
}
.c-activity__fig {
  height: 100%;
}
.c-activity__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-event {
  background: rgba(113, 138, 116, 0.1);
}
.c-event__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.c-event__item {
  width: calc(calc (100% - 50px) / 3);
}

.c-cover-section__bg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-cover-section__bg video.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cover-section__bg video.pc {
    display: none;
  }
}
.c-cover-section__bg video.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cover-section__bg video.sp {
    display: block;
  }
}

.c-pagination-single {
  color: #fff;
  padding: 0 0 84px;
  margin: 0 6.8081991215vw 0 13.5431918009vw;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1366px) {
  .c-pagination-single {
    margin: 0 47px;
  }
}
@media screen and (max-width: 768px) {
  .c-pagination-single {
    margin: 0 13px;
  }
}
.c-pagination-single__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  line-height: 1;
}
.c-pagination-single__prev {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-pagination-single__prev {
    width: 50%;
  }
}
.c-pagination-single__prev a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.c-pagination-single__prev a::before {
  width: 5px;
  height: 8.12px;
  content: "";
  display: block;
  background: url(/assets/images/common/icon-arrow-min-wh.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagination-single__next {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-pagination-single__next {
    width: 50%;
  }
}
.c-pagination-single__next a {
  display: block;
  padding-right: 20px;
  position: relative;
}
.c-pagination-single__next a::after {
  width: 5px;
  height: 8.12px;
  content: "";
  display: block;
  background: url(/assets/images/common/icon-arrow-min-wh.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 5px;
}
.c-pagination-single__back {
  width: 25%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-pagination-single__back {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
  }
}

.c-button-more2 {
  display: block;
  border-bottom: 1px solid #cccaca;
  color: inherit;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  background: url(/assets/images/common/icon-arrow-min.svg) no-repeat center;
  background-size: 5px 8.12px;
  background-position: right 15px center;
}

.c-search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-search_form {
    position: static;
    top: auto;
    right: auto;
  }
  .c-search_form + p-articles-archive__title2 {
    margin-top: 35px;
  }
}
.c-search_form__input {
  border-radius: 100px 0 0 100px;
  border: none;
  padding: 5px;
  height: 100%;
  font-size: 1.2rem;
  padding: 5px 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-search_form__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-search_form__button {
  height: 100%;
  border-radius: 0 100px 100px 0;
  font-size: 1.5rem;
  padding: 2px 22px 2px 20px;
  background: #875d45;
  color: #fff;
  border: none;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-list-news__category {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-list-news__title {
    margin: 0;
  }
}

/* Component --------------------------*/
h3.wp-block-heading {
  font-size: 2.1rem;
  margin-top: 56px;
}
h3.wp-block-heading:first-child {
  margin-top: 0;
}

h4.wp-block-heading {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .wp-block-heading br {
    display: none;
  }
}
.wp-block-separator {
  border-top: 1px solid #cccaca;
  margin: 23px 0;
}
.wp-block-group a {
  color: #875d45;
}
.wp-block-group a:hover {
  text-decoration: underline;
}
.wp-block-image img {
  background: #fff;
}
.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.wp-block-columns .gungendo-block-products__list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .wp-block-columns .gungendo-block-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-button {
  width: 100% !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.wp-block-button__link {
  border-radius: 0;
  padding: 0;
  text-align: left;
  display: block;
  border-bottom: 1px solid #cccaca !important;
  color: inherit !important;
  position: relative;
  padding: 10px !important;
  font-size: inherit;
  font-weight: 700;
  background: none !important;
  text-decoration: none;
}
.wp-block-button__link::after {
  width: 5px;
  height: 8.12px;
  content: "";
  display: block;
  background: url(/assets/images/common/icon-arrow-min.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 22px;
}
.wp-block-button__link:hover {
  text-decoration: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  border-color: #cccaca;
}

.is-style-button-2 {
  width: 100% !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.is-style-button-2 a {
  border-radius: 0;
  padding: 0;
  text-align: left;
  display: block;
  border-bottom: 1px solid #cccaca;
  color: inherit;
  position: relative;
  padding-bottom: 10px;
  font-size: inherit;
  font-weight: 700;
  background: none;
}
.is-style-button-2 a::after {
  width: 5px;
  height: 8.12px;
  content: "";
  display: block;
  background: url(/assets/images/common/icon-arrow-min.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 12px;
}
.is-style-button-2 a:hover {
  text-decoration: none;
}

.gungendo-block__content .gungendo-block-products__list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .gungendo-block__content .gungendo-block-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gungendo-block__content .gungendo-block-articles__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .gungendo-block__content .gungendo-block-articles__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gungendo-block-box {
  margin-bottom: 14px;
}
.gungendo-block-box__ttl {
  font-size: 1.9rem;
  font-weight: 700;
  background: #fff;
  padding: 10px 25px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.gungendo-block-box__ttl:hover {
  background: #f5f5f5;
}
.gungendo-block-box__ttl::after {
  content: "";
  display: block;
  width: 8.12px;
  height: 8.12px;
  background: url(/_assets/imgs/_common/box_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 24px;
}
.gungendo-block-box__ttl.active::after {
  background-image: url(/_assets/imgs/_common/box_close.svg);
}
.gungendo-block-box__list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-top: 2px;
  display: none;
}
.gungendo-block-box__list.active {
  display: grid;
}
.gungendo-block-box__item {
  display: grid;
  grid-template-columns: 249fr 600fr;
  grid-template-rows: auto;
  position: relative;
}
.gungendo-block-box__item::after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background: #cccaca;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.gungendo-block-box__item:last-child::after {
  display: none;
}
.gungendo-block-box__ttl2 {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 7px 25px;
  background: #fff;
  line-height: 1.8;
  margin: 0;
}
.gungendo-block-box__content {
  padding: 7px 25px;
  background: #fff;
}
.gungendo-block-box__content p {
  font-size: 1.5rem;
  font-weight: 400;
}
.gungendo-block-box__content p:first-child {
  margin-top: 0;
}
.gungendo-block-box__content p:last-child {
  margin-bottom: 0;
}
.gungendo-block-list__list {
  display: grid;
  gap: 1px;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-top: 2px;
}
.gungendo-block-list__item {
  position: relative;
  background: #ebe9e8;
  padding: 20px 30px;
}
.gungendo-block-list__ttl {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.gungendo-block-list__content {
  padding: 0 0 0 32px;
}
.gungendo-block-list__content p {
  font-size: 1.5rem;
  font-weight: 400;
}
.gungendo-block-list__content p:first-child {
  margin-top: 0;
}
.gungendo-block-list__content p:last-child {
  margin-bottom: 0;
}
.gungendo-block-products {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #cccaca;
  border-bottom: 1px solid #cccaca;
}
.gungendo-block-products a {
  color: inherit;
}
.gungendo-block-products__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 27px;
}
.gungendo-block-products__ttl2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
.gungendo-block-products__list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
  .gungendo-block-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.gungendo-block-products__item {
  position: relative;
  margin-bottom: 15px;
}
.gungendo-block-products__item:hover {
  opacity: 0.5;
}
.gungendo-block-products__item:hover .gungendo-block-products__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gungendo-block-products__figure {
  aspect-ratio: 168/219;
  overflow: hidden;
}
.gungendo-block-products__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.gungendo-block-products__link {
  text-decoration: none;
}
.gungendo-block-products__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gungendo-block-articles {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #cccaca;
  border-bottom: 1px solid #cccaca;
}
.gungendo-block-articles a {
  color: inherit;
}
.gungendo-block-articles__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 27px;
}
.gungendo-block-articles__ttl2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
.gungendo-block-articles__list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
  .gungendo-block-articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.gungendo-block-articles__item {
  position: relative;
}
.gungendo-block-articles__item:hover {
  opacity: 0.5;
}
.gungendo-block-articles__item:hover .gungendo-block-articles__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gungendo-block-articles__figure {
  aspect-ratio: 155/102;
  overflow: hidden;
  margin-bottom: 15px;
}
.gungendo-block-articles__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.gungendo-block-articles__link {
  text-decoration: none;
}
.gungendo-block-articles__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gungendo-repeat-list {
  display: grid;
  gap: 4px;
  grid-template-columns: auto;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
.gungendo-repeat-list__item {
  border-bottom: 1px solid #dedfde;
  padding: 10px 2px;
  line-height: 1.5;
}
.gungendo-repeat-list__item:first-child {
  border-top: 1px solid #dedfde;
}

/* Project */
/*  ------------------------------------------------------------------------
home
--------------------------------------------------------------------------*/
.p-home-mv__title {
  opacity: 0;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .p-home-mv__title {
    margin-left: 0;
  }
}

.p-home-cover-mv {
  opacity: 0;
}

/* second --------------------------*/
#second.single {
  background: #3a4145;
}
#second.single.news, #second.single.lifetourism {
  background: #e2dfdd;
}
#second.single.news .l-container__main, #second.single.lifetourism .l-container__main {
  background: #f6f5f5;
}
#second.single .l-container__main {
  margin: 90px 6.8081991215vw 40px 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  #second.single .l-container__main {
    margin: 57px 13px 40px;
  }
}

/* whatwedo --------------------------*/
.p-whatwedo {
  position: relative;
}
.p-whatwedo__title1 {
  top: 84px;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__title1 {
    display: none;
  }
}
.p-whatwedo-section {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 84px;
  gap: 4.0780141844%;
}
@media screen and (max-width: 768px) {
  .p-whatwedo-section {
    display: grid;
    grid-template-columns: 24fr 253fr;
    grid-template-rows: auto auto;
    gap: 25px 45px;
    padding: 0 24px;
  }
}
.p-whatwedo-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 6.8081991215vw 0 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-whatwedo-section:nth-child(even) {
    padding: 0 24px;
    grid-template-columns: 253fr 24fr;
  }
  .p-whatwedo-section:nth-child(even) .p-whatwedo__ttl {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .p-whatwedo-section:nth-child(even) .p-whatwedo__txt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-whatwedo-section:nth-child(even) .p-whatwedo__fig {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-whatwedo__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  position: relative;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__ttl {
    margin-top: 0;
    line-height: 1;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-whatwedo__ttl .dq1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  position: relative;
  right: -8px;
  top: -3px;
}
.p-whatwedo__ttl .dq2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  position: relative;
  left: -8px;
  top: -5px;
}
.p-whatwedo__txt {
  margin-top: 134px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__txt {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .p-whatwedo__col2 {
    display: block;
  }
}
.p-whatwedo__col2 p {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__col2 p {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.p-whatwedo__col2 button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__col2 button {
    display: block;
    border: none;
    background: none;
    width: auto;
    margin-top: 10px;
    padding: 0 26px 3px 0;
    border-bottom: 1px solid #3a4145;
    position: relative;
  }
  .p-whatwedo__col2 button::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    right: 4px;
    background: url(/_assets/imgs/_common/more_plus.svg) no-repeat center;
    background-size: contain;
  }
  .p-whatwedo__col2 button:hover {
    border-bottom: 1px solid rgba(58, 65, 69, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-whatwedo__col2 span:nth-child(3) {
    display: none;
  }
}
.p-whatwedo__fig {
  -webkit-flex-basis: 44.8581560284%;
      -ms-flex-preferred-size: 44.8581560284%;
          flex-basis: 44.8581560284%;
}
@media screen and (max-width: 768px) {
  .p-whatwedo__fig {
    width: 100%;
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-whatwedo__navi {
  margin-top: 34px;
}
.p-whatwedo__navi-list {
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto;
}

/* series --------------------------*/
.p-series-inner {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-series-inner {
    padding: 0 24px;
  }
}
.p-series-list {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-series-list {
    padding: 80px 24px 0;
  }
}
.p-series-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.4407027818vw;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .p-series-list__item {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 22px;
    border-top: 1px solid #cccaca;
    padding: 33px 0;
  }
  .p-series-list__item:last-child {
    padding-bottom: 84px;
    border-bottom: 1px solid #cccaca;
  }
}
.p-series-list__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 0;
  border-top: 1px solid #cccaca;
}
@media screen and (max-width: 768px) {
  .p-series-list__txt {
    border-top: none;
    padding: 0;
    grid-row: 3/4;
  }
}
.p-series-list__fig {
  margin-bottom: 0;
  overflow: hidden;
  width: 72.8196443692%;
}
@media screen and (max-width: 768px) {
  .p-series-list__fig {
    width: 100%;
    grid-row: 2/3;
  }
}
.p-series-list__fig img {
  width: 100%;
  height: auto;
}
.p-series-list__ttl {
  font-size: 2.4rem;
  margin-bottom: 42px;
  line-height: 1;
}
.p-series-list__ttl span {
  font-size: 1.2rem;
}
.p-series-list__ttl--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-series-list__ttl--pc {
    display: none;
  }
}
.p-series-list__ttl--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-series-list__ttl--sp {
    display: block;
    grid-row: 1/2;
    margin-bottom: 0;
  }
}
.p-series-list__p {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-series-list__p {
    margin: 0;
  }
}

/*  ------------------------------------------------------------------------
aboutus
--------------------------------------------------------------------------*/
.p-aboutus-inner {
  margin: 0 auto;
  padding: 84px 6.8081991215vw 84px 13.5431918009vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 92px;
  position: relative;
}
.p-aboutus-inner:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 84px 9.8081991215vw 84px 10.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-aboutus-inner {
    padding: 50px 24px;
    display: block;
    width: 100%;
  }
}
.p-aboutus-figure {
  width: 45.1785714286%;
}
@media screen and (max-width: 768px) {
  .p-aboutus-figure {
    width: 100%;
  }
}
.p-aboutus-figure img {
  width: 100%;
  height: auto;
}
.p-aboutus-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-aboutus-text {
    margin-bottom: 20px;
  }
}
.p-aboutus-text p {
  text-align: justify;
}
.p-aboutus-title {
  position: absolute;
  top: 84px;
  left: 78px;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-aboutus-title {
    display: none;
  }
}
.p-aboutus-title2 {
  font-size: 5.5rem;
  margin-bottom: 40px;
  line-height: 1;
}
.p-aboutus-title2 span {
  font-size: 3.6rem;
  display: inline-block;
  margin-left: 10px;
}
.p-aboutus-title2 + p {
  font-size: 2.4rem;
}

/*  ------------------------------------------------------------------------
lifetourism
--------------------------------------------------------------------------*/
.p-lifetourism-title1 {
  font-size: 1.5rem;
  line-height: 1.46em;
  margin-bottom: 15px;
}
.p-lifetourism-title2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-title2 {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #cccaca;
  }
}
.p-lifetourism-title3 {
  font-size: 1.9rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-title3 {
    margin: 0 0 24px;
  }
}
.p-lifetourism-title4 {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-top: 0;
}
.p-lifetourism-p1 {
  font-size: 1.3rem;
  color: #875d45;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-p1 {
    margin-bottom: 6px;
  }
}
.p-lifetourism-1 {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1 {
    padding: 50px 24px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1 .l-inner {
    padding: 0;
  }
}
.p-lifetourism-1__link {
  display: block;
  margin: 85px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1__link {
    margin: 0;
  }
}
.p-lifetourism-1__link--mb {
  margin-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1__link--mb {
    margin-bottom: 0;
    border-bottom: 1px solid #cccaca;
  }
  .p-lifetourism-1__link--mb:first-child .p-lifetourism-1-2__item {
    padding-top: 0;
  }
  .p-lifetourism-1__link--mb:last-child {
    border-bottom: none;
  }
  .p-lifetourism-1__link--mb:last-child .p-lifetourism-1-2__item {
    padding-bottom: 0;
  }
}
.p-lifetourism-1__link:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-lifetourism-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.p-lifetourism-1-1-figure {
  width: 53.953147877%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-1-figure {
    width: 100%;
  }
}
.p-lifetourism-1-1-figure img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-lifetourism-1-1-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-2 .l-inner {
    padding: 0;
  }
}
.p-lifetourism-1-2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 70px;
}
.p-lifetourism-1-2__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding: 42px 0;
  }
}
.p-lifetourism-1-2__figure {
  width: 69.0978886756%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-2__figure {
    width: 100%;
  }
}
.p-lifetourism-1-2__figure img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-lifetourism-1-2__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-lifetourism-1-3-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-1-3-list {
    display: block;
  }
}
.p-lifetourism-1-3__figure img {
  width: 100%;
  height: auto;
}
.p-lifetourism-2 .l-inner {
  padding: 0 6.8081991215vw 0 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2 .l-inner {
    padding: 0;
  }
}
.p-lifetourism-2 {
  background: #ebe9e8;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2 {
    padding: 50px 24px;
    width: 100%;
  }
}
.p-lifetourism-2-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-list {
    grid-template-columns: auto;
    gap: 56px;
  }
}
.p-lifetourism-2-list__item {
  position: relative;
}
.p-lifetourism-2-list__item:hover {
  opacity: 0.5;
}
.p-lifetourism-2-list__item:hover a {
  opacity: 1;
}
.p-lifetourism-2-list__item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-lifetourism-2-list__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-lifetourism-2-list__figure {
  position: relative;
  overflow: hidden;
}
.p-lifetourism-2-list__figure img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-lifetourism-2__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
}
.p-lifetourism-2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2__item {
    display: block;
  }
}
.p-lifetourism-2__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-lifetourism-2-2__p {
  font-size: 2.4rem;
  margin-bottom: 48px;
}
.p-lifetourism-2-2__figure img {
  width: 100%;
  height: auto;
}
.p-lifetourism-2-2__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
}
.p-lifetourism-2-2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-bottom: 168px;
}
.p-lifetourism-2-2__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-lifetourism-2-2-list1 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 63px 16px;
  padding: 0;
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-list1 {
    grid-template-columns: auto;
    gap: 47px;
  }
}
.p-lifetourism-2-2-list1__item {
  display: grid;
  grid-template-columns: 138px auto;
  grid-template-rows: auto auto;
  gap: 23px 30px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-list1__item {
    grid-template-columns: 112px auto;
    gap: 21px 28px;
  }
}
.p-lifetourism-2-2-list1__item p {
  margin-top: 0;
}
.p-lifetourism-2-2-list1__title {
  grid-column: 1/3;
  grid-row: 1/2;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-list1__title {
    font-size: 1.9rem;
  }
}
.p-lifetourism-2-2-list1__figure {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-lifetourism-2-2-list2 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-list2 {
    display: block;
  }
}
.p-lifetourism-2-2-list2__item {
  aspect-ratio: 344/98;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-list2__item {
    margin-bottom: 20px;
  }
}
.p-lifetourism-2-2-list2__item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  color: #3a4145;
  text-decoration: none;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-figure-wrap {
    position: relative;
  }
  .p-lifetourism-2-2-figure-wrap::after {
    width: calc(100% - 80px);
    height: 10px;
    position: absolute;
    left: 40px;
    bottom: 28px;
    background: url(/_assets/imgs/_common/arrow-overflow-scroll.svg) no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    mix-blend-mode: exclusion;
  }
}
.p-lifetourism-2-2-figure {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-figure {
    overflow: auto;
  }
}
.p-lifetourism-2-2-figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-figure img {
    width: auto;
    height: 592px;
    max-width: none;
  }
}
.p-lifetourism-2-2-nav {
  width: 33.6749633968%;
}
@media screen and (max-width: 768px) {
  .p-lifetourism-2-2-nav {
    width: 100%;
  }
}
.p-lifetourism-3-map_wrap {
  width: 100%;
  height: 466px;
}

/*  ------------------------------------------------------------------------
store
--------------------------------------------------------------------------*/
body#second[data-post_type=store].single {
  background: #e2dfdd;
}
body#second[data-post_type=store].single .l-container__main {
  background: #f6f5f5;
}

.p-store {
  padding: 185px 93px 0 185px;
  padding: 185px 6.8081991215vw 0 13.5431918009vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-store {
    padding: 50px 20px 0 20px;
    max-width: 100%;
  }
}
.p-store-title1 {
  font-weight: 400;
  font-size: 2.4rem;
}
.p-store-list {
  list-style: none;
  padding: 0;
}
.p-store-list__item {
  position: relative;
  line-height: 1.33;
}
.p-store-list__item:hover {
  opacity: 0.5;
}
.p-store-list__item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-store-list__item a {
  color: inherit;
  text-decoration: none;
}
.p-store-list__item a:hover {
  opacity: 1;
}
.p-store-list__item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-store-list__item--figure {
  padding: 10px 0;
}
.p-store-list__item--text {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 260fr 127fr 398fr;
  gap: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-store-list__item--text {
    grid-template-columns: auto;
    grid-column: 1/2;
    gap: 5px;
  }
}
.p-store-list__item--text1 {
  border-top: 1px solid #cccaca;
  padding-top: 23px;
  margin-top: 20px;
}
.p-store-list__item--text1:first-child {
  border: none;
  padding-top: 10px;
  margin-top: 0;
}
.p-store-list__area {
  display: grid;
  grid-template-columns: 276px auto;
  padding: 34px 0;
  border-bottom: 1px solid #cccaca;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-store-list__area {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.p-store-list__area:last-child {
  margin-bottom: 0;
}
.p-store-list__area-name {
  font-size: 1.9rem;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-store-list__area-name {
    padding: 35px 0;
  }
}
.p-store-list__area-btn {
  width: 9px;
  height: 9px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-store-list__area-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 40px;
    cursor: pointer;
  }
  .p-store-list__area-btn.show {
    display: none;
    cursor: default;
  }
}
.p-store-list__area-btn span {
  width: 100%;
  height: 1px;
  display: block;
  background: #3a4145;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.p-store-list__area-btn span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-store-list__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 4px 16px;
}
@media screen and (max-width: 768px) {
  .p-store-list__content {
    grid-template-columns: auto;
    gap: 30px;
    display: none;
  }
  .p-store-list__content.show {
    display: grid;
  }
}
.p-store-list__figure {
  margin: 0 0 5px;
  overflow: hidden;
  aspect-ratio: 260/171;
}
.p-store-list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-store-list__title {
  margin: 0;
  font-size: 1.5rem;
}
.p-store-list__tel {
  margin: 0;
  font-size: 1.2rem;
}
.p-store-list__address {
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-store-single {
    padding: 34px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-store-single iframe {
    height: 293px;
  }
}
.p-store-single-title {
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-store-single-title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.p-store-single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-store-single-info dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-store-single-info dt {
    width: 25%;
  }
}
.p-store-single-info dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*  ------------------------------------------------------------------------
articles
--------------------------------------------------------------------------*/
.p-articles-archive__grid {
  position: relative;
}
.p-articles-archive__result {
  border-top: 1px solid #cccaca;
  padding-top: 50px;
  margin-top: 10px;
}
.p-articles-archive-1 {
  padding-bottom: 50px;
}
.p-articles-archive-1-1 {
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-articles-archive__title1 {
    display: none;
  }
}
.p-articles-archive__title2 {
  font-size: 2.4rem;
  line-height: 1em;
  margin: 50px 0 37px;
}
.p-articles-archive__title2--single {
  font-size: 1.8rem;
}
.p-articles-archive-category_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 42px 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-articles-archive-category_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 13px;
  }
}
.p-articles-archive-category_list__link {
  display: block;
  background: #ebe9e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-articles-archive-category_list__link {
    display: block;
  }
}
.p-articles-archive-category_list__link:hover, .p-articles-archive-category_list__link.current {
  color: #875d45;
  background: rgba(135, 93, 69, 0.1);
  opacity: 1;
}
.p-articles-archive-category_list__link:hover img, .p-articles-archive-category_list__link.current img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-articles-archive-category_list__link.current {
  pointer-events: none;
}
.p-articles-archive-category_list__figure {
  width: 39.2045454545%;
  aspect-ratio: 138/93;
  background: #3a4145;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-articles-archive-category_list__figure {
    width: 100%;
    aspect-ratio: 155/104;
    height: auto;
  }
}
.p-articles-archive-category_list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-articles-archive-category_list__title {
  padding: 30px;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2em;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .p-articles-archive-category_list__title {
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
  }
}
.p-articles-archive-tag_list {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cccaca;
}
.p-articles-archive-tag_list__item {
  display: inline-block;
}
.p-articles-archive-tag_list__item.hidden {
  display: none;
}
.p-articles-archive-tag_list__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ebe9e8;
  font-size: 1.3rem;
  font-size: 700;
  border-radius: 5px;
  margin: 0 7px 7px 0;
  padding: 10px 10px;
  line-height: 1;
  z-index: 3;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.p-articles-archive-tag_list__link--small {
  font-size: 1.2rem;
}
.p-articles-archive-tag_list__link--disabled {
  pointer-events: none;
}
.p-articles-archive-tag_list__link::before {
  content: "#";
}
.p-articles-archive-tag_list__link:hover, .p-articles-archive-tag_list__link.current {
  background-color: #875d45;
  color: #fff;
  opacity: 1;
}
.p-articles-archive-tag_list__link.current {
  pointer-events: none;
}
.p-articles-archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 42px 16px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-articles-archive-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 13px;
  }
}
.p-articles-archive-list--single {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-articles-archive-list--single {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 13px;
  }
}
.p-articles-archive-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-articles-archive-list__item:hover {
  opacity: 0.5 !important;
}
.p-articles-archive-list__item:hover .p-articles-archive-list__link {
  opacity: 1;
}
.p-articles-archive-list__item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-articles-archive-list__item .p-articles-archive-tag_list {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-articles-archive-list__item.hidden {
  display: none;
}
.p-articles-archive-list__link::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
}
.p-articles-archive-list__figure {
  aspect-ratio: 352/231;
  background-color: #3a4145;
  overflow: hidden;
}
.p-articles-archive-list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-articles-archive-list__title {
  font-size: 1.5rem;
  line-height: 1.47em;
  margin: 0;
}
/*  ------------------------------------------------------------------------
news
--------------------------------------------------------------------------*/
.p-news {
  background: #718a74;
  color: #fff;
}
.p-news-category {
  margin: 0;
  padding-bottom: 40px;
}
.p-news-category__item {
  display: inline-block;
}
.p-news-category__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ebe9e8;
  font-size: 1.3rem;
  font-size: 700;
  border-radius: 5px;
  margin: 0 7px 7px 0;
  padding: 10px 10px;
  line-height: 1;
  z-index: 3;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.p-news-category__link--small {
  font-size: 1.2rem;
}
.p-news-category__link::before {
  content: "#";
}
.p-news-category__link:hover, .p-news-category__link.current {
  background-color: #875d45;
  color: #fff;
  opacity: 1;
}
.p-news-category__link.current {
  pointer-events: none;
}
.p-news-archive {
  padding-top: 168px !important;
}
.p-news-archive__title {
  font-size: 2.4rem;
}
.p-news-archive__title2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-news-archive-list {
  display: grid;
  gap: 56px 25px;
  grid-template-columns: repeat(3, 1fr);
}
.p-news-archive-item {
  position: relative;
}
.p-news-archive-item__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 20px 3px;
}
.p-news-archive-item__link {
  display: block;
}
.p-news-archive-item__link::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news-single {
  position: relative;
}
.p-news-single__title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-news-single__title {
    font-size: 1.9rem;
    margin-bottom: 18px;
    line-height: 1.85;
  }
}
.p-news-single__date {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-news-single__date {
    position: static;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    display: block;
  }
}

/* Utility *//*# sourceMappingURL=style.css.map */