@charset "UTF-8";

h3.facility__name span{display:block;font-size:14px}
.item__text span{display:block;font-size:10px}

.c-pink {
  color: #DA0148;
}

.c-purple {
  color: #A40081;
}

.bg-purple {
  background: #8C0070;
}

.f-futura {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-KakuGothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Std", sans-serif;
  background: #eee;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.bg__image {
  background: url(../../assets/img/common/bg/webp/background_color2_sp.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (min-width:768px) {
  .bg__image {
    background: url(../../assets/img/common/bg/webp/background_color2.webp);
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y;
  }
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-m {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0862745098);
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a:hover {
    filter: brightness(85%);
    /* 少し暗く（濃く）する */
  }
}
a,
button,
img {
  outline: none;
}

a:focus,
button:focus,
img:focus {
  outline: none;
}

.btn {
  display: inline-block;
  background: #745747;
  border-radius: 18px;
}
@media screen and (min-width:768px) {
  .btn {
    border-radius: min(1.317715959vw, 18px);
  }
}
.btn--more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  height: 37px;
  padding: 0 52px 0 54px;
  border: 1px solid #745747;
}
@media screen and (min-width:768px) {
  .btn--more {
    font-size: min(1.317715959vw, 18px);
    height: min(3.4407027818vw, 47px);
    padding: 0 min(5.4904831625vw, 75px) 0 min(4.39238653vw, 60px);
  }
}
.btn--more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 15px;
  transform: translate(0, -50%);
  background: url(../../assets/img/icon/i-btn-arrow.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .btn--more::after {
    right: min(1.0980966325vw, 15px);
    width: min(1.3909224012vw, 19px);
    height: min(1.3909224012vw, 19px);
  }
}
.btn--more:hover {
  color: #745747;
  background: #fff;
  filter: brightness(100%);
}
.btn--more:hover::after {
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
}

.cta--line {
  margin: auto;
  padding: 0 20px;
  max-width: 475px;
}
@media screen and (min-width:768px) {
  .cta--line {
    max-width: min(34.7730600293vw, 475px);
    padding: 0;
  }
}
.cta--line-bottom {
  margin: auto;
  padding: 0 19px;
}
@media screen and (min-width:768px) {
  .cta--line-bottom {
    width: min(39.897510981vw, 545px);
    padding: 0;
  }
}
.cta--line-bottom .icon-banner {
  margin: auto;
  max-width: 472px;
}
@media screen and (min-width:768px) {
  .cta--line-bottom .icon-banner {
    max-width: min(34.5534407028vw, 472px);
  }
}
.cta p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.83;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media screen and (min-width:768px) {
  .cta p {
    font-size: min(0.878477306vw, 12px);
    line-height: 1.83;
    margin-top: min(1.0980966325vw, 15px);
  }
}
.cta .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .cta .flex {
    flex-direction: row;
    gap: min(3.6603221083vw, 50px);
    margin-bottom: min(2.9282576867vw, 40px);
  }
}
.cta .flex img {
  width: 146px;
}
@media screen and (min-width:768px) {
  .cta .flex img {
    width: min(7.7598828697vw, 106px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta .flex p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.66;
  letter-spacing: 0.04em;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .cta .flex p {
    font-size: min(1.6105417277vw, 22px);
    line-height: 1.18;
    text-align: left;
    margin-top: 0;
  }
}

.inner, .inner-s {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .inner, .inner-s {
    width: min(93.7042459736vw, 1280px);
  }
}

.page404__content {
  margin: 100px 0;
}
@media screen and (min-width:768px) {
  .page404__content {
    margin: min(3.6603221083vw, 50px);
  }
}
.page404__title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 12;
}
@media screen and (min-width:768px) {
  .page404__title {
    font-size: min(1.756954612vw, 30px);
    line-height: 1.2;
    margin-bottom: min(1.0248901903vw, 14px);
  }
}
.page404 p {
  font-size: 14px;
  font-weight: 400;
  color: #745747;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .page404 p {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.25;
  }
}
.page404 a {
  font-size: 14px;
  font-weight: 400;
  color: #0075C1;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .page404 a {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.25;
  }
}
.page404 a:hover {
  text-decoration: none;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  /* デフォルトの矢印アイコンを消す */
  /* スライドの基本サイズ（小さめ） */
  /* アクティブ（中央）のスライドを強調 */
  /* Swiper全体に余白を入れて見切れ感を出す */
}
@media screen and (min-width:768px) {
  .fv {
    height: min(56.2957540264vw, 769px);
  }
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/common/bg/webp/fv_sp.webp) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .fv::before {
    background: url(../../assets/img/common/fv_pc.png) no-repeat center center/cover;
  }
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/common/bg/webp/background_color_sp.webp) no-repeat center bottom/contain;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .fv::after {
    background: url(../../assets/img/common/bg/webp/background_color.webp) no-repeat center bottom/contain;
  }
}
.fv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .fv__inner {
    align-items: flex-start;
    justify-content: space-between;
    width: min(94.289897511vw, 1288px);
  }
}
.fv__inner::before {
  position: absolute;
  bottom: 0;
  right: 30px;
  content: "";
  display: block;
  width: 135px;
  height: 108px;
  background: url(../../assets/img/common/orenge.png) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv__inner::before {
    bottom: max(-4.39238653vw, -60px);
    right: min(12.4450951684vw, 170px);
    width: min(16.2518301611vw, 222px);
    height: min(13.0307467057vw, 178px);
  }
}
.fv__title {
  position: relative;
  z-index: 2;
  margin-top: 71px;
}
@media screen and (min-width:768px) {
  .fv__title {
    position: absolute;
    bottom: max(-12.0058565154vw, -164px);
    left: min(5.4904831625vw, 75px);
    margin-top: 0;
  }
}
.fv__title--project img {
  max-width: 332px;
  width: 88.5%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .fv__title--project img {
    max-width: none;
    width: min(49.0483162518vw, 670px);
    margin-bottom: min(1.8301610542vw, 25px);
  }
}
.fv__title--subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .fv__title--subtitle {
    justify-content: flex-start;
    padding-left: min(0.7320644217vw, 10px);
  }
}
.fv__title--subtitle .en {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.32;
  letter-spacing: 0.12em;
}
@media screen and (min-width:768px) {
  .fv__title--subtitle .en {
    font-size: min(2.5622254758vw, 35px);
    line-height: 1.31;
    color: #2C2C2C;
    text-align: left;
  }
}
.fv__title--subtitle .jp {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .fv__title--subtitle .jp {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.7;
    color: #2C2C2C;
    text-align: left;
  }
}
.fv__swiper-content {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (min-width:768px) {
  .fv__swiper-content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: min(8.6383601757vw, 118px);
  }
}
.fv__item {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 18px 22px 10px;
}
@media screen and (min-width:768px) {
  .fv__item {
    padding: min(1.4641288433vw, 20px) min(2.3426061493vw, 32px) min(0.7320644217vw, 10px);
    border-radius: min(1.4641288433vw, 20px);
  }
}
.fv .item__text {
  font-size: 10px;
  font-weight: 700;
  color: #745747;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .fv .item__text {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.5;
    transform: scale(0.75);
  }
}
.fv .item__video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width:768px) {
  .fv .item__video-thumb {
    border-radius: min(2.196193265vw, 30px);
  }
}
.fv .swiper-wrapper {
  position: relative;
}
.fv .swiper-button {
  position: absolute;
  top: min(1.6105417277vw, 22px);
  right: 0;
}
@media screen and (min-width:768px) {
  .fv .swiper-button {
    width: min(5.8565153734vw, 80px);
  }
}
.fv .swiper-button-next,
.fv .swiper-button-prev {
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
  transition: 0.4s;
}
@media screen and (min-width:768px) {
  .fv .swiper-button-next,
  .fv .swiper-button-prev {
    height: min(3.6603221083vw, 50px);
    width: min(3.6603221083vw, 50px);
  }
}
.fv .swiper-button-next:hover,
.fv .swiper-button-prev:hover {
  filter: brightness(95%);
}
.fv .swiper-button-next {
  left: 94%;
  right: 0;
  transform: translate(-50%, 0%);
  background-image: url("../../assets/img/icon/i-fv-swiper-next-blue.png");
}
@media screen and (min-width:768px) {
  .fv .swiper-button-next {
    left: calc(50% + min(24.1581259151vw, 330px));
    background-image: url("../../assets/img/icon/i-fv-swiper-next.png");
  }
}
.fv .swiper-button-prev {
  left: 6%;
  transform: translate(-50%, 0);
  background-image: url("../../assets/img/icon/i-fv-swiper-prev-blue.png");
}
@media screen and (min-width:768px) {
  .fv .swiper-button-prev {
    left: calc(50% + max(-24.1581259151vw, -330px));
    background-image: url("../../assets/img/icon/i-fv-swiper-prev.png");
  }
}
.fv .swiper-button-next::after,
.fv .swiper-button-prev::after {
  display: none;
}
.fv .fv__item {
  max-width: 428px;
  width: 87.7%;
  /* 中央以外は小さめに */
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.8;
}
@media screen and (min-width:768px) {
  .fv .fv__item {
    max-width: min(31.3323572474vw, 428px);
    width: 100%;
  }
}
.fv .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv .swiper-slide-active {
    transform: scale(1.35);
  }
}
.fv .js-fv-swiper {
  box-sizing: border-box;
  padding: 0;
}
@media screen and (min-width:768px) {
  .fv .js-fv-swiper {
    padding: min(3.6603221083vw, 50px) min(7.3206442167vw, 100px);
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal.is-active {
  display: flex;
}

.modal__content {
  position: relative;
  max-width: 800px;
  width: 90%;
  background: #000;
}

.modal__video iframe {
  width: 100%;
  height: 450px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.video-frame img {
  aspect-ratio: 489/274;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 489px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.page-fv {
  position: relative;
  width: 100%;
  height: 236px;
}
@media screen and (min-width:768px) {
  .page-fv {
    height: min(37.9209370425vw, 518px);
  }
}
.page-fv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../../assets/img/common/bg/webp/background_newslist_sp.webp) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .page-fv::before {
    background: url(../../assets/img/common/bg/webp/background_newslist_pc.webp) no-repeat center center/cover;
  }
}
.page-fv--interview {
  background: url(../../assets/img/common/bg/webp/background_cptfv_sp.webp) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .page-fv--interview {
    background: url(../../assets/img/common/bg/webp/background_cptfv_pc.webp) no-repeat center center/cover;
  }
}
.page-fv--interview::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 66px;
  background: url(../../assets/img/common/bg/webp/background_image_white_sp.webp) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .page-fv--interview::after {
    bottom: min(9.5168374817vw, 130px);
    height: min(8.9311859444vw, 122px);
    background: url(../../assets/img/common/bg/webp/background_image_white_pc.webp) no-repeat center center/cover;
  }
}
.page-fv--cpt {
  background: url(../../assets/img/sample/news-kizi2.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .page-fv--cpt {
    background: url(../../assets/img/common/bg/webp/background_cpt_pc.webp) no-repeat center center/cover !important;
  }
}
.page-fv--news::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 67px;
  background: url(../../assets/img/common/bg/webp/background_image_top_sp.webp) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .page-fv--news::after {
    bottom: min(9.5168374817vw, 130px);
    height: min(8.9311859444vw, 122px);
    background: url(../../assets/img/common/bg/webp/background_image_top_pc.webp) no-repeat center center/cover;
  }
}
.page-fv__inner {
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (min-width:768px) {
  .page-fv__inner {
    width: min(80.5270863836vw, 1100px);
  }
}
.page-fv__title {
  font-size: 20px;
  font-weight: 500;
  color: #A40081;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-top: 95px;
}
@media screen and (min-width:768px) {
  .page-fv__title {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.2;
    padding-top: min(12.4450951684vw, 170px);
  }
}
.page-fv__title span {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
}
@media screen and (min-width:768px) {
  .page-fv__title span {
    padding: min(0.1464128843vw, 2px) min(0.3660322108vw, 5px);
  }
}
.page-fv__title span::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: #fff;
  opacity: 0.84;
  z-index: -1;
}
.page-fv__title--news {
  position: relative;
  display: inline-block;
}
.page-fv__title--news img {
  position: absolute;
  top: 50px;
  left: -40%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
}
@media screen and (min-width:768px) {
  .page-fv__title--news img {
    top: min(8.78477306vw, 120px);
    left: -43%;
    width: min(8.8579795022vw, 121px);
  }
}
.page-fv__title--interview {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #2C2C2C;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.04em;
  padding-top: 64px;
}
@media screen and (min-width:768px) {
  .page-fv__title--interview {
    font-size: min(2.7818448023vw, 38px);
    line-height: 1;
    padding-top: min(12.4450951684vw, 170px);
  }
}
.page-fv__title--interview img {
  position: absolute;
  top: 19px;
  left: -30%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 145px;
}
@media screen and (min-width:768px) {
  .page-fv__title--interview img {
    top: min(6.2225475842vw, 85px);
    left: -30%;
    width: min(18.3016105417vw, 250px);
  }
}
.page-fv__title--interview .label {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width:768px) {
  .page-fv__title--interview .label {
    flex-direction: row;
    gap: 0;
    padding: 0 min(0.7320644217vw, 10px);
  }
}
.page-fv__title--interview .label::before {
  display: none;
}
@media screen and (min-width:768px) {
  .page-fv__title--interview .label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: "";
    background: #fff;
    opacity: 0.84;
    z-index: 0;
    height: min(2.7818448023vw, 38px);
  }
}
.page-fv__title--interview span.small {
  font-size: 20px;
  font-weight: 500;
  color: #0075C1;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .page-fv__title--interview span.small {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.2;
  }
}
@media screen and (max-width:767px) {
  .page-fv__title--interview span {
    position: relative;
    padding: 0 5px;
    z-index: 2;
  }
}
.page-fv__title--interview span::before {
  display: none;
}
@media screen and (max-width:767px) {
  .page-fv__title--interview span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: "";
    background: #fff;
    opacity: 0.84;
    z-index: -1;
    height: 28px;
  }
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width:768px) {
  .header {
    top: min(1.2445095168vw, 17px);
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 91.2%;
  margin: auto;
  padding: 12px 0;
}
@media screen and (min-width:768px) {
  .header__inner {
    align-items: flex-start;
    width: min(95.168374817vw, 1300px);
  }
}
.header__logo:hover {
  filter: brightness(100%);
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 134px;
}
@media screen and (min-width:768px) {
  .header__logo img {
    width: min(19.4729136164vw, 266px);
    margin: min(1.317715959vw, 18px) 0 0 min(0.878477306vw, 12px);
  }
}
@media screen and (max-width:767px) {
  .header--page {
    background: #fff;
  }
}

.global-nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  background: transparent;
  padding: 100px 0 75px;
  transition: 0.3s;
}
.global-nav.view {
  left: 0;
}
@media screen and (min-width:768px) {
  .global-nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    transition: none;
  }
}
.global-nav::before {
  display: none;
}
@media screen and (max-width:767px) {
  .global-nav::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #0075C1;
    opacity: 0.94;
    z-index: -1;
  }
}
.global-nav__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .global-nav__logo {
    display: none;
  }
}
.global-nav__logo img {
  max-width: 318px;
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0;
  width: 85%;
  padding: 20px 0 10px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .global-nav__list {
    flex-direction: row;
    align-items: center;
    width: auto;
    background: #fff;
    border-radius: min(2.4158125915vw, 33px);
    padding: 0 min(1.4641288433vw, 20px) 0 min(1.8301610542vw, 25px);
  }
}
.global-nav__item {
  width: 100%;
}
@media screen and (max-width:767px) {
  .global-nav__item {
    border-bottom: 1px solid #7DBFEB;
  }
}
.global-nav__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 16px 24px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .global-nav__item a {
    font-size: min(0.878477306vw, 12px);
    line-height: 1.16;
    color: #745747;
    width: -moz-max-content;
    width: max-content;
    padding: min(1.1713030747vw, 16px) min(1.317715959vw, 18px);
  }
}
.global-nav__item a:hover {
  filter: brightness(100%);
  color: #DA0148;
}
.global-nav__item a::after {
  display: none;
}
@media screen and (max-width:767px) {
  .global-nav__item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: url(../../assets/img/icon/i-arrow-white.png) no-repeat center center/contain;
    width: 10px;
    height: 15px;
  }
}
@media screen and (max-width:767px) {
  .global-nav__item--sns {
    width: 100%;
    border-bottom: none;
    margin-top: 15px;
  }
}
.global-nav__item > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .global-nav__item > ul {
    gap: 28px;
  }
}
.global-nav .item--sns {
  margin: 20px 0 0;
}
@media screen and (min-width:768px) {
  .global-nav .item--sns {
    margin: 0 min(0.3660322108vw, 5px);
  }
}
.global-nav .item--sns a {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 57px;
  padding: 0;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .global-nav .item--sns a {
    width: min(3.513909224vw, 48px);
  }
}
.global-nav .item--sns a::after {
  display: none;
}
.global-nav .item--sns a:hover {
  filter: brightness(85%);
}
.global-nav .item--sns img {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .global-nav .item--sns img {
    margin-top: max(-0.7320644217vw, -10px);
  }
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -10vw;
  padding: 137px 0 20px;
  background: url(../../assets/img/common/footer_bg_sp.png) no-repeat center top/cover;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .footer {
    margin-top: max(-7.3206442167vw, -100px);
    padding: min(12.8111273792vw, 175px) 0 min(3.6603221083vw, 50px);
    background: url(../../assets/img/common/footer_bg_pc.png) no-repeat center top/cover;
  }
}
.footer__inner {
  max-width: min(88.2869692533vw, 1206px);
  margin: auto;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
}
.footer__logo .en {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.285;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .footer__logo .en {
    font-size: min(2.9282576867vw, 40px);
    line-height: 1.275;
    text-align: left;
  }
}
.footer__logo .jp {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .footer__logo .jp {
    font-size: min(1.4641288433vw, 20px);
    text-align: left;
  }
}
.footer__logo:hover {
  filter: brightness(100%);
}
.footer__sns {
  display: flex;
  gap: 18px;
  margin: 20px 0 30px;
}
@media screen and (min-width:768px) {
  .footer__sns {
    gap: min(0.5856515373vw, 8px);
    margin: min(2.196193265vw, 30px) 0 0;
  }
}
.footer__sns img {
  width: 48px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .footer__sns img {
    width: min(3.513909224vw, 48px);
  }
}
.footer .copy {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .footer .copy {
    font-size: min(0.7320644217vw, 10px);
    margin-top: min(1.6837481698vw, 23px);
  }
}

.hamburger {
  display: block;
  position: relative;
  min-width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #A40081;
  transition: 0.5s;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
  }
}
.hamburger div {
  width: 20px;
  height: 1px;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background: #fff;
}
.hamburger div:nth-child(1) {
  top: 50%;
}
.hamburger div:nth-child(2) {
  top: 38%;
}
.hamburger div:nth-child(3) {
  top: 65%;
}
.hamburger .close {
  display: none;
}

.hamburger.active {
  background: #fff;
}

.hamburger.active div:nth-child(1) {
  opacity: 0;
  transition: 0.3s;
}

.hamburger.active div:nth-child(2) {
  transform: translate(-50%, 3px) rotate(-45deg);
  transition: 0.3s;
  background: #0075C1;
  border: 1px solid #0075C1;
}

.hamburger.active div:nth-child(3) {
  transform: translate(-50%, -7px) rotate(45deg);
  transition: 0.3s;
  background: #0075C1;
  border: 1px solid #0075C1;
}

.facility {
  position: relative;
  background: #fff;
  padding: 97px 0 150px;
  /* デフォルトの矢印アイコンを消す */
}
@media screen and (min-width:768px) {
  .facility {
    padding: min(12.0790629575vw, 165px) 0 min(11.7130307467vw, 160px);
  }
}
.facility::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url(../../assets/img/common/facility_top_sp.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .facility::after {
    background: url(../../assets/img/common/facility_top_pc.png) repeat-y center top/cover;
  }
}
.facility__inner {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width:768px) {
  .facility__inner {
    display: grid;
    grid-template-columns: auto min(57.1010248902vw, 780px);
    max-width: min(80.5270863836vw, 1100px);
  }
}
.facility__title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #0164B6;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .facility__title {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.2;
    padding: min(5.1244509517vw, 70px) 0;
    margin-bottom: 0;
  }
}
.facility__title img {
  position: absolute;
  top: -50px;
  left: -90px;
  width: 139px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .facility__title img {
    top: 0;
    left: max(-1.8301610542vw, -25px);
    width: min(14.8609077599vw, 203px);
  }
}
.facility__item .facility__image {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .facility__item .facility__image {
    margin-bottom: min(1.8301610542vw, 25px);
  }
}
.facility__item .facility__image img {
  overflow: hidden;
  border-radius: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 315/156;
}
@media screen and (min-width:768px) {
  .facility__item .facility__image img {
    border-radius: min(1.25vw, 22px);
    aspect-ratio: 242/156;
  }
}
.facility__name {
  font-size: 16px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.1875;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .facility__name {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
    margin-bottom: min(0.878477306vw, 12px);
  }
}
.facility__location {
  display: grid;
  grid-template-columns: auto 78%;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .facility__location {
    grid-template-columns: auto 68%;
    margin-bottom: 0;
  }
}
.facility__location dt {
  font-size: 12px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width:768px) {
  .facility__location dt {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.714;
  }
}
.facility__location dd {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width:768px) {
  .facility__location dd {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.714;
  }
}
.facility .item__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .facility .item__more {
    font-size: min(1.0248901903vw, 14px);
    gap: min(0.7320644217vw, 10px);
    margin-top: min(1.4641288433vw, 20px);
  }
}
.facility .item__more::after {
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .facility .item__more::after {
    width: min(1.1713030747vw, 16px);
    height: min(1.1713030747vw, 16px);
  }
}
.facility .js-facility-swiper {
  padding: 0 30px;
}
@media screen and (min-width:768px) {
  .facility .js-facility-swiper {
    padding: min(4.7584187408vw, 65px) 0 min(3.6603221083vw, 50px);
  }
}
.facility .swiper-wrapper {
  position: relative;
}
.facility .swiper-button {
  position: absolute;
  top: 40%;
  width: 100%;
  right: -50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .facility .swiper-button {
    top: min(1.6105417277vw, 22px);
    right: max(-2.9282576867vw, -40px);
    width: min(5.8565153734vw, 80px);
  }
}
.facility .swiper-button-next,
.facility .swiper-button-prev {
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width:768px) {
  .facility .swiper-button-next,
  .facility .swiper-button-prev {
    height: min(2.196193265vw, 30px);
    width: min(1.4641288433vw, 20px);
  }
}
.facility .swiper-button-next {
  right: 10px;
  background-image: url("../../assets/img/icon/i-swiper-next-p.png");
}
@media screen and (min-width:768px) {
  .facility .swiper-button-next {
    right: 0;
    background-image: url("../../assets/img/icon/i-swiper-next.svg");
  }
}
.facility .swiper-button-prev {
  left: 10px;
  background-image: url("../../assets/img/icon/i-swiper-prev-p.png");
}
@media screen and (min-width:768px) {
  .facility .swiper-button-prev {
    left: 0;
    background-image: url("../../assets/img/icon/i-swiper-prev.svg");
  }
}
.facility .swiper-button-next::after,
.facility .swiper-button-prev::after {
  display: none;
}

.news {
  margin-top: -1px;
  padding: 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .news {
    padding: min(7.3206442167vw, 100px) 0 min(2.196193265vw, 30px);
  }
}
.news__inner {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  width: 87%;
}
@media screen and (min-width:768px) {
  .news__inner {
    display: grid;
    grid-template-columns: auto min(49.4143484627vw, 675px);
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
  }
}
.news__content {
  text-align: center;
}
.news__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0164B6;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .news__title {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.2;
    padding: min(6.3689604685vw, 87px) 0 min(1.4641288433vw, 20px);
    margin: 0 0 0 min(1.6105417277vw, 22px);
  }
}
.news__title img {
  position: absolute;
  top: -30px;
  left: -75%;
}
@media screen and (min-width:768px) {
  .news__title img {
    top: min(2.5622254758vw, 35px);
    left: -70%;
    width: min(8.8579795022vw, 121px);
  }
}
.news__image {
  text-align: center;
}
.news__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 78%;
  margin: 40px auto 0;
}
@media screen and (min-width:768px) {
  .news__image img {
    width: min(21.0102489019vw, 287px);
    margin: min(10.7613469985vw, 147px) auto auto min(3.513909224vw, 48px);
  }
}
.news__list {
  position: relative;
  margin: 30px 0 30px;
}
@media screen and (min-width:768px) {
  .news__list {
    margin-bottom: min(4.7584187408vw, 65px);
  }
}
.news__list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -95px;
  right: -40px;
  width: 64px;
  height: 54px;
  background: url(../../assets/img/common/grass.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .news__list::after {
    display: none;
  }
}
.news__item {
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .news__item {
    padding-bottom: min(1.4641288433vw, 20px);
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
.news__item > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news__item > a:hover {
  filter: brightness(100%);
}
@media screen and (min-width:768px) {
  .news__item > a {
    flex-direction: row;
    align-items: center;
    gap: min(1.317715959vw, 18px);
  }
}
.news__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media screen and (min-width:768px) {
  .news__meta {
    justify-content: flex-start;
    gap: min(1.4641288433vw, 20px);
  }
}
.news__date {
  font-size: 12px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .news__date {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.428;
  }
}
.news__category {
  font-size: 10px;
  font-weight: 400;
  color: #745747;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #745747;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width:768px) {
  .news__category {
    font-size: min(0.7320644217vw, 10px);
    padding: 0 min(1.0248901903vw, 14px);
  }
}
.news__text {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .news__text {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.25;
  }
}
.news__more {
  text-align: center;
}
@media screen and (min-width:768px) {
  .news__more {
    text-align: left;
  }
}

.about {
  position: relative;
  padding: 45px 0 200px;
  /* デフォルトの矢印アイコンを消す */
}
@media screen and (min-width:768px) {
  .about {
    padding: min(7.3206442167vw, 100px) 0 min(19.3997071742vw, 265px);
  }
}
.about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: url(../../assets/img/common/about_bottom_sp.png) no-repeat center bottom/contain;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .about::after {
    background: url(../../assets/img/common/about_bottom_pc.png) no-repeat center top/cover;
    height: min(15.2269399707vw, 208px);
  }
}
.about__inner {
  position: relative;
  margin: auto;
  width: 85%;
}
@media screen and (min-width:768px) {
  .about__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
  }
}
.about__inner::before {
  position: absolute;
  bottom: -177px;
  right: -8px;
  content: "";
  display: block;
  background: url(../../assets/img/common/onsen.png) no-repeat center top/contain;
  width: 193px;
  height: 140px;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .about__inner::before {
    right: min(4.2459736457vw, 58px);
    bottom: max(-12.5915080527vw, -172px);
    background: url(../../assets/img/common/onsen.png) no-repeat center top/contain;
    width: min(21.8887262079vw, 299px);
    height: min(15.8857979502vw, 217px);
  }
}
.about__inner::after {
  position: absolute;
  bottom: -98px;
  left: 10px;
  content: "";
  display: block;
  background: url(../../assets/img/common/grass02.png) no-repeat center top/contain;
  width: 60px;
  height: 56px;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .about__inner::after {
    bottom: max(-19.1800878477vw, -262px);
    left: min(7.1742313324vw, 98px);
    background: url(../../assets/img/common/grass02.png) no-repeat center top/contain;
    width: min(6.149341142vw, 84px);
    height: min(5.710102489vw, 78px);
  }
}
.about__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.about__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about__title .jp {
  font-size: 11px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.18;
  letter-spacing: 0.02em;
}
@media screen and (min-width:768px) {
  .about__title .jp {
    font-size: min(1.3909224012vw, 19px);
    line-height: 1.21;
  }
}
.about__title .en {
  font-size: 50px;
  font-weight: 700;
  color: #2C2C2C;
  text-align: center;
  line-height: 1.28;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .about__title .en {
    font-size: min(6.0029282577vw, 82px);
    line-height: 1.29;
  }
}
.about__title::after {
  display: none;
}
@media screen and (min-width:768px) {
  .about__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: max(-3.6603221083vw, -50px);
    right: min(6.9546120059vw, 95px);
    background: url(../../assets/img/common/grass.png) no-repeat center center/contain;
    width: min(6.0761346999vw, 83px);
    height: min(5.1976573939vw, 71px);
  }
}
.about__subtitle {
  -o-object-fit: contain;
     object-fit: contain;
  width: 85%;
  margin: 30px auto 25px;
}
@media screen and (min-width:768px) {
  .about__subtitle {
    width: min(25.6222547584vw, 350px);
    margin: min(1.9765739385vw, 27px) auto min(1.5373352855vw, 21px);
  }
}
.about__content .size-m {
  font-size: 18px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 23px;
}
@media screen and (min-width:768px) {
  .about__content .size-m {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
    margin-top: min(2.196193265vw, 30px);
  }
}
.about__text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.857;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .about__text {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.875;
    text-align: center;
  }
}
.about__text::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/img/common/peach.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .about__text::after {
    display: block;
    bottom: min(7.1742313324vw, 98px);
    right: min(7.1742313324vw, 98px);
    width: min(7.1742313324vw, 98px);
    height: min(6.5153733529vw, 89px);
  }
}
.about__list {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .about__list {
    padding: 0 min(2.9282576867vw, 40px);
    margin-top: min(6.3689604685vw, 87px);
  }
}
.about__item {
  background: #fff;
  border-radius: 63px;
}
@media screen and (min-width:768px) {
  .about__item {
    border-radius: min(4.6120058565vw, 63px);
  }
}
.about__item a {
  display: block;
  padding: 40px 30px 35px;
}
@media screen and (min-width:768px) {
  .about__item a {
    padding: min(2.9282576867vw, 40px) min(2.196193265vw, 30px) min(2.5622254758vw, 35px);
  }
}
.about .item__image {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width:768px) {
  .about .item__image {
    border-radius: min(1.4641288433vw, 20px);
  }
}
.about .item__image img {
  aspect-ratio: 251/167;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .item__date {
  font-size: 14px;
  font-weight: 400;
  color: #745747;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0.025em;
  margin: 5px 0 7px;
}
@media screen and (min-width:768px) {
  .about .item__date {
    font-size: min(1.0248901903vw, 14px);
    margin: min(0.3660322108vw, 5px) 0 min(0.5124450952vw, 7px);
  }
}
.about .item__name {
  font-size: 18px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.33;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .about .item__name {
    font-size: min(1.317715959vw, 18px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.about .item__text {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.857;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .about .item__text {
    font-size: min(1.0248901903vw, 14px);
    margin-bottom: min(1.0980966325vw, 15px);
  }
}
.about .item__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .about .item__more {
    font-size: min(1.0248901903vw, 14px);
    gap: min(0.7320644217vw, 10px);
  }
}
.about .item__more::after {
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .about .item__more::after {
    width: min(1.1713030747vw, 16px);
    height: min(1.1713030747vw, 16px);
  }
}
.about__more {
  position: relative;
  z-index: 1;
  margin-top: 33px;
}
@media screen and (min-width:768px) {
  .about__more {
    margin-top: min(8.0527086384vw, 110px);
  }
}
@media screen and (min-width:768px) {
  .about .swiper-pagination {
    bottom: max(-4.1727672035vw, -57px);
  }
}
.about .swiper-pagination-bullet {
  background: #745747;
  opacity: 1;
}
@media screen and (min-width:768px) {
  .about .swiper-pagination-bullet {
    margin: 0 min(0.7320644217vw, 10px) !important;
  }
}
.about .swiper-pagination-bullet-active {
  background: #DA0148;
}
.about .swiper-button {
  position: absolute;
  top: min(1.6105417277vw, 22px);
  right: 0;
}
@media screen and (min-width:768px) {
  .about .swiper-button {
    width: min(5.8565153734vw, 80px);
  }
}
.about .swiper-button-next,
.about .swiper-button-prev {
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width:768px) {
  .about .swiper-button-next,
  .about .swiper-button-prev {
    height: min(3.1478770132vw, 43px);
    width: min(3.1478770132vw, 43px);
  }
}
.about .swiper-button-next {
  right: -16px;
  background-image: url("../../assets/img/icon/i-swiper-next-p.png");
}
@media screen and (min-width:768px) {
  .about .swiper-button-next {
    right: 0;
  }
}
.about .swiper-button-prev {
  left: -16px;
  background-image: url("../../assets/img/icon/i-swiper-prev-p.png");
}
@media screen and (min-width:768px) {
  .about .swiper-button-prev {
    left: 0;
  }
}
.about .swiper-button-next::after,
.about .swiper-button-prev::after {
  display: none;
}

.kakeibo {
  position: relative;
  background: #fff;
  padding: 20px 0 70px;
  /* デフォルトの矢印アイコンを消す */
}
@media screen and (min-width:768px) {
  .kakeibo {
    padding: min(2.5622254758vw, 35px) 0 min(7.3206442167vw, 100px);
  }
}
.kakeibo__inner {
  margin: auto;
  width: 95%;
}
@media screen and (min-width:768px) {
  .kakeibo__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
  }
}
.kakeibo__content {
  text-align: center;
}
.kakeibo__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (min-width:768px) {
  .kakeibo__title {
    gap: 0;
  }
}
.kakeibo__title .jp {
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .kakeibo__title .jp {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
  }
}
.kakeibo__title .en {
  font-size: 16px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .kakeibo__title .en {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.208;
  }
}
.kakeibo__title img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 84.5%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .kakeibo__title img {
    width: min(39.5314787701vw, 540px);
    margin: min(0.7320644217vw, 10px) auto min(1.4641288433vw, 20px);
  }
}
.kakeibo .flex__content {
  display: grid;
  grid-template-columns: 1fr;
  margin: 45px 0 14px;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__content {
    grid-template-columns: auto min(40.2635431918vw, 550px);
    align-items: center;
    gap: min(2.4158125915vw, 33px);
    padding: 0 min(2.5622254758vw, 35px);
    margin: min(1.4641288433vw, 20px) auto min(3.8067349927vw, 52px);
  }
}
.kakeibo .flex__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.22;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__subtitle {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.208;
    margin-bottom: min(1.8301610542vw, 25px);
  }
}
.kakeibo .flex__subtitle span {
  position: relative;
}
.kakeibo .flex__subtitle span::before {
  position: absolute;
  top: -8px;
  right: -27px;
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-point.png) no-repeat center center/contain;
  width: 30px;
  height: 28px;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__subtitle span::before {
    top: max(-0.9516837482vw, -13px);
    right: max(-1.6837481698vw, -23px);
    width: min(2.196193265vw, 30px);
    height: min(2.0497803807vw, 28px);
  }
}
.kakeibo .flex__text {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__text {
    font-size: min(1.1713030747vw, 16px);
    line-height: 2;
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.kakeibo .flex__text span {
  display: inline-block;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__text span {
    padding: min(0.1464128843vw, 2px) 0;
  }
}
.kakeibo .flex__image {
  margin: 20px 0 0;
}
@media screen and (min-width:768px) {
  .kakeibo .flex__image {
    margin: 0;
    width: min(40.1903367496vw, 549px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kakeibo .size-m {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.66;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .kakeibo .size-m {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.208;
    margin-bottom: min(1.3909224012vw, 19px);
  }
}
.kakeibo .size-m::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-hikari.png) no-repeat center center/contain;
  width: 20px;
  height: 26px;
}
@media screen and (min-width:768px) {
  .kakeibo .size-m::before {
    top: max(-1.6105417277vw, -22px);
    right: min(24.1581259151vw, 330px);
    width: min(1.4641288433vw, 20px);
    height: min(1.9033674963vw, 26px);
  }
}
.kakeibo__list {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (min-width:768px) {
  .kakeibo__list {
    padding: 0 min(2.9282576867vw, 40px);
    margin-bottom: min(8.0527086384vw, 110px);
  }
}
.kakeibo .kakeibo-open {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 63px 0 78px;
}
@media screen and (min-width:768px) {
  .kakeibo .kakeibo-open {
    font-size: min(1.756954612vw, 24px);
    margin: min(4.5387994143vw, 62px) 0 min(5.8565153734vw, 80px);
  }
}
.kakeibo .kakeibo-open .small {
  font-size: 12px;
  line-height: 3;
}
@media screen and (min-width:768px) {
  .kakeibo .kakeibo-open .small {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5625;
  }
}
.kakeibo .kakeibo-open::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../assets/img/common/fukidashi_pc.png) no-repeat center center/contain;
  width: 100%;
  height: 24px;
}
@media screen and (min-width:768px) {
  .kakeibo .kakeibo-open::before {
    bottom: max(-3.2942898975vw, -45px);
    height: min(1.756954612vw, 24px);
  }
}
.kakeibo__item {
  cursor: pointer;
  background: #fff;
  border-radius: 63px;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .kakeibo__item {
    border: min(0.2196193265vw, 3px) solid #DED1C9;
    border-radius: min(2.0497803807vw, 28px);
    padding: min(2.196193265vw, 30px) min(1.3909224012vw, 19px) min(2.196193265vw, 30px);
  }
}
@media screen and (min-width:768px) {
  .kakeibo .item {
    max-width: min(29.5754026354vw, 404px);
    padding: min(2.5622254758vw, 35px) min(2.5622254758vw, 35px) min(2.196193265vw, 30px);
  }
}
.kakeibo .item__header {
  display: grid;
  grid-template-columns: 23% auto;
  gap: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__header {
    grid-template-columns: min(5.5636896047vw, 76px) auto;
    gap: min(1.317715959vw, 18px);
    margin-bottom: min(1.8301610542vw, 25px);
  }
}
.kakeibo .item__header-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.kakeibo .item__name {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.33;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .kakeibo .item__name {
    font-size: min(1.0248901903vw, 14px);
  }
}
.kakeibo .item__text {
  font-size: 16px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__text {
    font-size: min(1.1713030747vw, 16px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.kakeibo .item__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .kakeibo .item__more {
    font-size: min(1.0248901903vw, 14px);
    gap: min(0.7320644217vw, 10px);
  }
}
.kakeibo .item__more::after {
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__more::after {
    width: min(1.1713030747vw, 16px);
    height: min(1.1713030747vw, 16px);
  }
}
.kakeibo .item__body img {
  width: 93%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .kakeibo .item__body img {
    width: 100%;
  }
}
.kakeibo .item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 24px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__price {
    gap: min(2.635431918vw, 36px);
    margin-top: min(1.0980966325vw, 15px);
  }
}
.kakeibo .item__price li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #414141;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .kakeibo .item__price li {
    font-size: min(1.756954612vw, 24px);
    gap: min(0.7320644217vw, 10px);
  }
}
.kakeibo .item__price li span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-radius: 7px;
  width: 100%;
  padding: 3px 30px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__price li span {
    font-size: min(1.4641288433vw, 20px);
    gap: min(0.7320644217vw, 10px);
    padding: min(0.2196193265vw, 3px) min(2.196193265vw, 30px);
    border-radius: min(0.5124450952vw, 7px);
  }
}
.kakeibo .item__price li:first-child {
  position: relative;
}
.kakeibo .item__price li:first-child::after {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-kakeibo-arrow.png) no-repeat center center/contain;
  width: 13px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .kakeibo .item__price li:first-child::after {
    right: max(-1.8301610542vw, -25px);
    width: min(0.9516837482vw, 13px);
    height: min(0.878477306vw, 12px);
  }
}
.kakeibo .item__price li:first-child span {
  background: #8DC059;
}
.kakeibo .item__price li:last-child span {
  background: #F37021;
}
.kakeibo .item__body {
  perspective: 1000px;
}
.kakeibo .item__inner {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}
.kakeibo .kakeibo__item.is-flipped .item__inner {
  transform: rotateY(900deg);
}
.kakeibo .item__img {
  width: 100%;
  backface-visibility: hidden;
  display: block;
}
.kakeibo .item__img--after {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.kakeibo .js-kakeibo-swiper {
  position: relative;
}
.kakeibo .js-kakeibo-swiper::before, .kakeibo .js-kakeibo-swiper::after {
  display: none;
}
@media screen and (min-width:768px) {
  .kakeibo .js-kakeibo-swiper::before, .kakeibo .js-kakeibo-swiper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    width: min(14.6412884334vw, 200px);
  }
}
.kakeibo .js-kakeibo-swiper::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.kakeibo .js-kakeibo-swiper::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.kakeibo .swiper-pagination {
  bottom: -60px;
}
@media screen and (min-width:768px) {
  .kakeibo .swiper-pagination {
    bottom: max(-4.6120058565vw, -63px);
  }
}
.kakeibo .swiper-pagination-bullet {
  background: #745747;
  opacity: 1;
}
.kakeibo .swiper-pagination-bullet-active {
  background: #DA0148;
}
.kakeibo .swiper-button {
  position: absolute;
  top: min(1.6105417277vw, 22px);
  right: 0;
}
@media screen and (min-width:768px) {
  .kakeibo .swiper-button {
    width: min(5.8565153734vw, 80px);
  }
}
.kakeibo .swiper-button-next,
.kakeibo .swiper-button-prev {
  top: 64%;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width:768px) {
  .kakeibo .swiper-button-next,
  .kakeibo .swiper-button-prev {
    top: 50%;
    height: min(3.1478770132vw, 43px);
    width: min(3.1478770132vw, 43px);
  }
}
.kakeibo .swiper-button-next {
  right: 0;
  background-image: url("../../assets/img/icon/i-swiper-next-p.png");
}
@media screen and (min-width:768px) {
  .kakeibo .swiper-button-next {
    right: max(-1.8301610542vw, -25px);
  }
}
.kakeibo .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/img/icon/i-swiper-prev-p.png");
}
@media screen and (min-width:768px) {
  .kakeibo .swiper-button-prev {
    left: max(-1.8301610542vw, -25px);
  }
}
.kakeibo .swiper-button-next::after,
.kakeibo .swiper-button-prev::after {
  display: none;
}

.news-archive {
  position: relative;
}
.news-archive .filter {
  border: none;
  margin: 0 0 55px;
  /* チェックボックスを非表示（見た目だけ） */
  /* チェックが入った時のアイコン（枠より大きめ） */
}
@media screen and (min-width:768px) {
  .news-archive .filter {
    margin: min(2.9282576867vw, 40px) 0 min(5.1244509517vw, 70px);
    background: #fff;
    border: min(0.0732064422vw, 1px) solid #766357;
  }
}
.news-archive .filter__heading,
.news-archive .filter label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.214;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 10px;
}
@media screen and (min-width:768px) {
  .news-archive .filter__heading,
  .news-archive .filter label {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
    margin: 0;
    padding: min(1.0248901903vw, 14px) min(1.6837481698vw, 23px);
    cursor: pointer;
  }
}
.news-archive .filter__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  width: 100%;
  background: #E7E5DB;
}
@media screen and (min-width:768px) {
  .news-archive .filter__heading {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    border-right: min(0.0732064422vw, 1px) solid #745747;
  }
}
.news-archive .filter__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-hokkaido.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .news-archive .filter__heading::before {
    left: max(-8.4187408492vw, -115px);
    width: min(10.980966325vw, 150px);
    height: min(6.588579795vw, 90px);
  }
}
.news-archive .filter__form--pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: auto;
}
@media screen and (min-width:768px) {
  .news-archive .filter__form--pc {
    flex-direction: row;
    gap: 0;
    padding-left: min(10.980966325vw, 150px);
  }
}
.news-archive .filter__form--pc fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:768px) {
  .news-archive .filter__form--pc fieldset {
    flex-direction: row;
    height: min(5.4172767204vw, 74px);
  }
}
.news-archive .filter .button__filter {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.214;
  letter-spacing: 0.04em;
  background: #0075C1;
  border: 1px solid #0075C1;
  outline: none;
  border-radius: 23px;
  padding: 12px 77px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width:768px) {
  .news-archive .filter .button__filter {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
    border-radius: min(1.6837481698vw, 23px);
    padding: min(0.7320644217vw, 10px) min(2.196193265vw, 30px);
    margin: 0 min(1.4641288433vw, 20px);
  }
}
.news-archive .filter .button__filter:hover {
  color: #0075C1;
  background: #fff;
  filter: brightness(100%);
}
.news-archive .filter__group input[type=radio] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
@media screen and (min-width:768px) {
  .news-archive .filter__group input[type=radio] {
    width: min(1.317715959vw, 18px);
    height: min(1.317715959vw, 18px);
    margin-right: min(0.7320644217vw, 10px);
  }
}
.news-archive .filter__group input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  width: 32px;
  height: 21px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: url("../../assets/img/icon/i-check.png") no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .news-archive .filter__group input[type=radio]:checked::after {
    width: min(2.3426061493vw, 32px);
    height: min(1.5373352855vw, 21px);
  }
}
.news-archive .filter .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.news-archive .result-count {
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.214;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .news-archive .result-count {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
  }
}
.news-archive .news-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #745747;
  margin: 15px 0 30px;
  padding: 30px 0 0;
}
@media screen and (min-width:768px) {
  .news-archive .news-list {
    grid-template-columns: 50% 50%;
    padding-top: min(3.8799414348vw, 53px);
    margin: min(1.6105417277vw, 22px) 0 min(2.9282576867vw, 40px);
  }
}
.news-archive .news-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 136/88;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__thumb img {
    aspect-ratio: 238/143;
  }
}
.news-archive .news-list__item {
  border-bottom: 1px solid #745747;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__item {
    padding-bottom: min(3.8799414348vw, 53px);
    margin-bottom: min(4.1727672035vw, 57px);
  }
}
.news-archive .news-list__item > a {
  display: grid;
  grid-template-columns: 41% auto;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__item > a {
    grid-template-columns: min(17.4231332357vw, 238px) auto;
    gap: min(1.756954612vw, 24px);
  }
}
.news-archive .news-list__item:nth-child(odd) {
  padding-right: 0;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__item:nth-child(odd) {
    padding-right: min(2.9282576867vw, 40px);
  }
}
.news-archive .news-list__item:nth-child(even) {
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__item:nth-child(even) {
    padding-left: min(3.6603221083vw, 50px);
  }
}
.news-archive .news-list__meta {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: min(1.317715959vw, 18px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.news-archive .news-list__date {
  font-size: 12px;
  font-weight: 400;
  color: #745747 left;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__date {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.428;
  }
}
.news-archive .news-list__category {
  font-size: 10px;
  font-weight: 400;
  color: #745747;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 2px 17px;
  background: #fff;
  border: 1px solid #745747;
  border-radius: 20px;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__category {
    font-size: min(0.7320644217vw, 10px);
    padding: min(0.2196193265vw, 3px) min(1.6837481698vw, 23px);
  }
}
.news-archive .news-list__title {
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .news-archive .news-list__title {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
  }
}

.influencer {
  position: relative;
}
.influencer__title img {
  width: 187px;
  margin: auto auto 45px;
}
@media screen and (min-width:768px) {
  .influencer__title img {
    width: min(36.383601757vw, 497px);
    margin: min(3.2942898975vw, 45px) auto min(2.9282576867vw, 40px);
  }
}
.influencer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .influencer__content {
    grid-template-columns: min(13.8360175695vw, 189px) min(59.4436310395vw, 812px);
    gap: min(6.9546120059vw, 95px);
    margin-bottom: min(2.9282576867vw, 40px);
  }
}
.influencer .insta__block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  padding: 0 22px;
}
@media screen and (min-width:768px) {
  .influencer .insta__block {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width:768px) {
  .influencer .insta__image {
    margin: min(0.5124450952vw, 7px) 0 min(1.2445095168vw, 17px);
  }
}
.influencer .insta__image img {
  min-width: 80px;
  max-width: 189px;
  width: 21vw;
}
@media screen and (min-width:768px) {
  .influencer .insta__image img {
    width: 100%;
  }
}
.influencer .insta__meta a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .influencer .insta__meta a {
    gap: min(1.0980966325vw, 15px);
  }
}
.influencer .insta__meta a img {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .influencer .insta__meta a img {
    width: min(3.513909224vw, 48px);
  }
}
.influencer .insta__meta a span {
  font-size: 12px;
  font-weight: 600;
  color: #000000 left;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .influencer .insta__meta a span {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
  }
}
.influencer .insta__meta p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .influencer .insta__meta p {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.857;
    margin-top: min(1.1713030747vw, 16px);
  }
}

.tieup-article__heading {
  display: none;
}
@media screen and (min-width:768px) {
  .tieup-article__heading {
    position: relative;
    display: block;
    font-size: min(1.756954612vw, 24px);
    font-weight: 600;
    color: #745747;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    margin-bottom: min(3.513909224vw, 48px);
  }
}
.tieup-article__heading::before {
  display: none;
}
@media screen and (min-width:768px) {
  .tieup-article__heading::before {
    position: absolute;
    bottom: max(-1.0248901903vw, -14px);
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: min(0.1464128843vw, 2px);
    background: repeating-linear-gradient(to right, #707070 0 min(0.2928257687vw, 4px), transparent min(0.2928257687vw, 4px) min(0.5856515373vw, 8px));
  }
}
@media screen and (max-width:767px) {
  .tieup-article__item {
    border: 1px solid #707070;
    border-radius: 29px;
    padding: 21px 21px 35px;
  }
}
.tieup-article__image img {
  border-radius: 20px;
  aspect-ratio: 275/184;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .tieup-article__image img {
    aspect-ratio: 251/167;
    border-radius: min(1.4641288433vw, 20px);
  }
}
.tieup-article__meta {
  margin: 12px 0 4px;
}
@media screen and (min-width:768px) {
  .tieup-article__meta {
    margin: min(0.7320644217vw, 10px) 0 min(0.7320644217vw, 10px);
  }
}
.tieup-article__date {
  font-size: 14px;
  font-weight: 400;
  color: #745747;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  .tieup-article__date {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.428;
  }
}
.tieup-article__title {
  font-size: 18px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.333;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .tieup-article__title {
    font-size: min(1.317715959vw, 18px);
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.tieup-article__text {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.857;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .tieup-article__text {
    font-size: min(1.0248901903vw, 14px);
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.tieup-article__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .tieup-article__more {
    font-size: min(1.0248901903vw, 14px);
    gap: min(0.7320644217vw, 10px);
  }
}
.tieup-article__more::after {
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .tieup-article__more::after {
    width: min(1.1713030747vw, 16px);
    height: min(1.1713030747vw, 16px);
  }
}
.tieup-article__block {
  /* デフォルトの矢印アイコンを消す */
}
.tieup-article__block .js-tieup-article-swiper {
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .tieup-article__block .js-tieup-article-swiper {
    padding: min(2.196193265vw, 30px) 0 min(3.6603221083vw, 50px);
  }
}
.tieup-article__block .swiper-wrapper {
  position: relative;
}
.tieup-article__block .swiper-button {
  position: absolute;
  top: 50%;
  width: 100%;
  right: -50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .tieup-article__block .swiper-button {
    top: min(3.8067349927vw, 52px);
    right: max(-2.9282576867vw, -40px);
    width: min(5.8565153734vw, 80px);
  }
}
.tieup-article__block .swiper-button-next,
.tieup-article__block .swiper-button-prev {
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width:768px) {
  .tieup-article__block .swiper-button-next,
  .tieup-article__block .swiper-button-prev {
    height: min(2.196193265vw, 30px);
    width: min(1.4641288433vw, 20px);
  }
}
.tieup-article__block .swiper-button-next {
  right: 0px;
  background-image: url("../../assets/img/icon/i-swiper-next-p.png");
}
@media screen and (min-width:768px) {
  .tieup-article__block .swiper-button-next {
    right: 0;
    background-image: url("../../assets/img/icon/i-swiper-next.svg");
  }
}
.tieup-article__block .swiper-button-prev {
  left: 0px;
  background-image: url("../../assets/img/icon/i-swiper-prev-p.png");
}
@media screen and (min-width:768px) {
  .tieup-article__block .swiper-button-prev {
    left: 0;
    background-image: url("../../assets/img/icon/i-swiper-prev.svg");
  }
}
.tieup-article__block .swiper-button-next::after,
.tieup-article__block .swiper-button-prev::after {
  display: none;
}

/* flex / grid の子は必ず縮められるようにする */
.influencer__content,
.tieup-article__block,
.tieup-article__swiper,
.tieup-article__item {
  min-width: 0;
}

/* Swiper コンテナの基本 */
.tieup-article__swiper {
  width: 100%;
  overflow: hidden;
}

/* 画像が幅を押し広げないように */
.tieup-article__image {
  position: relative;
  overflow: hidden;
}

.tieup-article__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  /* 比率固定したいなら */
  /* aspect-ratio: 16/9; object-fit: cover; */
}

/* 文字列が改行されずに横に伸びるのも防止 */
.tieup-article__title,
.tieup-article__text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 念のための土台 */
.swiper,
.swiper-wrapper,
.swiper-slide {
  box-sizing: border-box;
}

.cpt-archive {
  position: relative;
}
.cpt-archive__inner {
  text-align: center;
}
.cpt-archive__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0164B6;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 30px 0 40px;
}
@media screen and (min-width:768px) {
  .cpt-archive__title {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.2;
    margin: min(11.3469985359vw, 155px) 0 min(1.4641288433vw, 20px);
  }
}
.cpt-archive__title img {
  position: absolute;
  top: -30px;
  left: -75%;
}
@media screen and (min-width:768px) {
  .cpt-archive__title img {
    top: max(-3.2942898975vw, -45px);
    left: -70%;
    width: min(8.8579795022vw, 121px);
  }
}
.cpt-archive .cpt-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  margin-bottom: 65px;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.6852122987vw, 64px) min(4.2459736457vw, 58px);
    margin: min(3.6603221083vw, 50px) 0 min(8.4187408492vw, 115px);
  }
}
@media screen and (max-width:767px) {
  .cpt-archive .cpt-list__item {
    border-bottom: 1px solid #745747;
    padding-bottom: 34px;
  }
}
.cpt-archive .cpt-list__thumb {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__thumb {
    border-radius: min(1.4641288433vw, 20px);
  }
}
.cpt-archive .cpt-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/195;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__thumb img {
    aspect-ratio: 328/191;
  }
}
.cpt-archive .cpt-list__name {
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0.04em;
  margin: 10px 0 20px;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__name {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.21;
    margin: min(0.878477306vw, 12px) 0 min(1.6105417277vw, 22px);
  }
}
.cpt-archive .cpt-list__title {
  font-size: 16px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.1875;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 10px 0 18px;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__title {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
    margin: min(0.878477306vw, 12px) 0 min(1.2445095168vw, 17px);
  }
}
.cpt-archive .cpt-list__text {
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  text-align: left;
  line-height: 1.857;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__text {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.857;
    margin-bottom: min(1.9033674963vw, 26px);
  }
}
.cpt-archive .cpt-list__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__more {
    font-size: min(1.0248901903vw, 14px);
    gap: min(0.7320644217vw, 10px);
  }
}
.cpt-archive .cpt-list__more::after {
  content: "";
  display: block;
  background: url(../../assets/img/icon/i-btn-arrow-b.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .cpt-archive .cpt-list__more::after {
    width: min(1.1713030747vw, 16px);
    height: min(1.1713030747vw, 16px);
  }
}

.news-single {
  position: relative;
}

.news-detail__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 85px;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .news-detail__inner {
    grid-template-columns: min(58.1991215227vw, 795px) min(19.3265007321vw, 264px);
    gap: min(2.9282576867vw, 40px);
    margin-top: min(6.588579795vw, 90px);
  }
}
.news-detail__title {
  font-size: 18px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 10px 0 30px;
}
@media screen and (min-width:768px) {
  .news-detail__title {
    font-size: min(2.196193265vw, 30px);
    line-height: 1.7;
    margin: 0 0 min(2.9282576867vw, 40px);
  }
}
.news-detail__thumb {
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .news-detail__thumb {
    margin-bottom: min(4.39238653vw, 60px);
  }
}
.news-detail__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/213;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .news-detail__thumb img {
    width: 63%;
    aspect-ratio: 503/320;
    border-radius: min(1.4641288433vw, 20px);
  }
}
.news-detail__content {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .news-detail__content {
    padding: min(2.9282576867vw, 40px) min(2.196193265vw, 30px);
    border-radius: min(1.756954612vw, 24px);
  }
}
.news-detail__back {
  text-align: center;
  margin-top: 45px;
}
@media screen and (min-width:768px) {
  .news-detail__back {
    margin-top: min(3.2942898975vw, 45px);
  }
}

aside .news-detail__heading {
  font-size: 14px;
  font-weight: 600;
  color: #745747;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0.04em;
  padding: 13px 0;
  margin-bottom: 24px;
  background: #E7E5DB;
  border-bottom: 2px solid #707070;
}
@media screen and (min-width:768px) {
  aside .news-detail__heading {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
    padding: min(0.878477306vw, 12px) 0;
    margin-bottom: min(2.0497803807vw, 28px);
    border-bottom: min(0.1464128843vw, 2px) solid #707070;
  }
}
aside .area-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 10px;
  margin-bottom: 55px;
}
@media screen and (min-width:768px) {
  aside .area-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.2445095168vw, 17px) min(0.9516837482vw, 13px);
    margin-bottom: min(4.7584187408vw, 65px);
  }
}
aside .area-nav li {
  display: inline-block;
}
aside .area-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #745747;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0.04em;
  padding: 7px 0;
  border: 1px solid #766357;
  border-radius: 24px;
}
@media screen and (min-width:768px) {
  aside .area-nav li a {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.1875;
    padding: min(0.7320644217vw, 10px) min(2.196193265vw, 30px);
    border-radius: min(1.756954612vw, 24px);
  }
}
aside .area-nav li a:hover {
  color: #fff;
  background: #745747;
  filter: brightness(100%);
}
aside .recent-list__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #745747;
}
@media screen and (min-width:768px) {
  aside .recent-list__item {
    margin-bottom: min(1.4641288433vw, 20px);
  }
}
aside .recent-list__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #745747;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.025em;
}
@media screen and (min-width:768px) {
  aside .recent-list__date {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.42;
  }
}
aside .recent-list__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 10px 0 21px;
}
@media screen and (min-width:768px) {
  aside .recent-list__title {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.21;
    margin: min(0.878477306vw, 12px) 0 min(1.6837481698vw, 23px);
  }
}

.cpt-single {
  position: relative;
}
.cpt-detail__header-inner {
  display: grid;
  grid-template-columns: 1fr;
  width: 64%;
  margin: 0 auto 0;
}
@media screen and (min-width:768px) {
  .cpt-detail__header-inner {
    grid-template-columns: min(35.7979502196vw, 489px) auto;
    gap: min(3.2942898975vw, 45px);
    align-items: flex-end;
    padding: 0 min(5.6368960469vw, 77px);
    margin-bottom: min(2.9282576867vw, 40px);
    width: 100%;
  }
}
.cpt-detail__main-inner {
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .cpt-detail__main-inner {
    padding: 0 min(5.6368960469vw, 77px);
    margin-top: min(4.39238653vw, 60px);
  }
}
.cpt-detail__title {
  text-align: center;
}
@media screen and (min-width:768px) {
  .cpt-detail__title {
    text-align: left;
    margin-bottom: min(0.7320644217vw, 10px);
  }
}
.cpt-detail__title .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: #745747;
  padding: 0 5px;
}
@media screen and (min-width:768px) {
  .cpt-detail__title .title {
    font-size: min(2.3426061493vw, 32px);
    line-height: 1.6875;
    text-align: left;
    padding: 0;
  }
}
.cpt-detail__title .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .cpt-detail__title .name {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
    text-align: left;
    margin-top: min(1.0248901903vw, 14px);
  }
}
@media screen and (min-width:768px) {
  .cpt-detail__thumb img {
    width: 100%;
    aspect-ratio: 489/326;
    border: min(0.2928257687vw, 4px) solid #fff;
    border-radius: min(4.2459736457vw, 58px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cpt-detail__content {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .cpt-detail__content {
    padding: min(4.39238653vw, 60px) min(4.39238653vw, 60px);
    border-radius: min(1.756954612vw, 24px);
  }
}
.cpt-detail__back {
  text-align: center;
  margin-top: 45px;
}
@media screen and (min-width:768px) {
  .cpt-detail__back {
    margin-top: min(3.2942898975vw, 45px);
  }
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

#back-to-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  right: 0;
  bottom: 250px;
  width: 63px;
  height: 66px;
  border: none;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  background: #E57B00;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width:768px) {
  #back-to-top {
    gap: min(0.3660322108vw, 5px);
    bottom: min(15.3733528551vw, 210px);
    width: min(6.5153733529vw, 89px);
    height: min(6.8814055637vw, 94px);
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
  }
}
#back-to-top img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 8px;
}
@media screen and (min-width:768px) {
  #back-to-top img {
    width: min(1.317715959vw, 18px);
  }
}
#back-to-top:hover {
  filter: brightness(85%);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .pagination {
    gap: min(1.4641288433vw, 20px);
  }
}
.pagination .current,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #745747;
  text-align: center;
  line-height: 1.23;
  letter-spacing: 0.04em;
  border-radius: 50%;
  border: 1px solid #745747;
  width: 34px;
  height: 34px;
}
@media screen and (min-width:768px) {
  .pagination .current,
  .pagination a {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.2;
    width: min(3.513909224vw, 48px);
    height: min(3.513909224vw, 48px);
  }
}
.pagination .page-numbers:not(.next):not(.prev):not(.current):hover {
  color: #fff;
  background: #DA0148;
  border: 1px solid #DA0148;
  filter: brightness(100%);
}
.pagination .prev,
.pagination .next {
  border: none;
  border-radius: 0;
  width: -moz-max-content;
  width: max-content;
  gap: 0;
}
@media screen and (min-width:768px) {
  .pagination .prev,
  .pagination .next {
    gap: min(1.0980966325vw, 15px);
    padding: 0 min(2.196193265vw, 30px);
  }
}
.pagination .prev img,
.pagination .next img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 8px;
}
@media screen and (min-width:768px) {
  .pagination .prev img,
  .pagination .next img {
    width: min(0.5856515373vw, 8px);
  }
}
.pagination .current {
  color: #fff;
  background: #DA0148;
  border: 1px solid #DA0148;
}

.breadcrumb {
  font-size: 10px;
  font-weight: 500;
  color: #745747;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .breadcrumb {
    font-size: min(1.0248901903vw, 14px);
    line-height: 1.21;
  }
}
.breadcrumb a {
  color: #0075C1;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb--sp {
  display: none;
}
@media screen and (max-width:767px) {
  .breadcrumb--sp {
    display: block;
    background: #fff;
  }
}
.breadcrumb--sp .breadcrumb__inner {
  padding: 63px 0 19px;
  width: 91.2%;
  margin: auto;
}
.breadcrumb--pc {
  display: none;
}
@media screen and (min-width:768px) {
  .breadcrumb--pc {
    display: block;
  }
}

.page-bg {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .page-bg {
    margin-top: max(-9.5168374817vw, -130px);
  }
}
.page-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  background: url(../../assets/img/common/bg/webp/background_image_sp.webp) repeat center top/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .page-bg::before {
    background: url(../../assets/img/common/bg/webp/background_image_pc.webp) repeat center top/cover;
  }
}
.page-bg__inner {
  margin: auto;
  width: 89.1%;
  padding: 2vw 0 95px;
}
@media screen and (min-width:768px) {
  .page-bg__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
    padding: min(2.9282576867vw, 40px) 0 min(14.6412884334vw, 200px);
  }
}
@media screen and (max-width:767px) {
  .page-bg__inner--influencer {
    width: 95%;
    padding-bottom: 105px;
  }
}

.cpt-archive__inner {
  margin: auto;
  width: 89.1%;
  padding: 12vw 0 95px;
}
@media screen and (min-width:768px) {
  .cpt-archive__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
    padding: min(2.9282576867vw, 40px) 0 min(14.6412884334vw, 200px);
  }
}

.page-bg2 {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}
@media screen and (min-width:768px) {
  .page-bg2 {
    margin-top: max(-27.0863836018vw, -370px);
  }
}
.page-bg2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../../assets/img/common/bg/webp/background_image2_sp.webp) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .page-bg2::before {
    background: url(../../assets/img/common/bg/webp/background_image2_pc.webp) no-repeat center top min(3.6603221083vw, 50px)/cover;
  }
}
.page-bg2__inner {
  margin: auto;
  width: 89.1%;
  padding: 55px 0 80px;
}
@media screen and (min-width:768px) {
  .page-bg2__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
    padding: 0 0 min(14.6412884334vw, 200px);
  }
}
.page-bg2--white {
  background: #fff;
}
.page-bg2--white::before {
  display: none;
}

.page-bg3 {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
@media screen and (min-width:768px) {
  .page-bg3 {
    margin-top: max(-11.7130307467vw, -160px);
  }
}
.page-bg3::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../../assets/img/common/bg/webp/background_cptlist_sp.webp) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .page-bg3::before {
    background: url(../../assets/img/common/bg/webp/background_cptlist_pc.webp) no-repeat center top/cover;
  }
}
.page-bg3__inner {
  margin: auto;
  width: 89.1%;
  padding: 80px 0 80px;
}
@media screen and (min-width:768px) {
  .page-bg3__inner {
    max-width: min(80.5270863836vw, 1100px);
    width: 100%;
    padding: 0 0 min(14.6412884334vw, 200px);
  }
}

/* ナビゲーション矢印などクリック時の青枠を消す */
.swiper-button-next,
.swiper-button-prev,
.swiper-slide {
  outline: none;
}

/* スマホのタップ時のハイライトも消す */
.swiper-button-next,
.swiper-button-prev,
.swiper-slide {
  -webkit-tap-highlight-color: transparent;
}

.entry-content {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  /* マーカー種類を明示 */
  /* ネスト時の見た目（任意） */
  /* 項目間の間隔（任意） */
}
@media screen and (min-width:768px) {
  .entry-content {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
  }
}
.entry-content h1 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 11px 1em;
  background: #FFE89A;
  border-radius: 0;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .entry-content h1 {
    font-size: min(1.9033674963vw, 26px);
    line-height: 1.69;
    border-radius: min(2.5622254758vw, 35px);
    padding: min(0.5124450952vw, 7px) min(4.831625183vw, 66px);
    margin: 1.5em 0;
  }
}
.entry-content h1::before {
  display: none;
}
@media screen and (min-width:768px) {
  .entry-content h1::before {
    content: "";
    display: block;
    position: absolute;
    top: min(1.4641288433vw, 20px);
    left: min(2.196193265vw, 30px);
    background: #fff;
    width: min(1.2445095168vw, 17px);
    height: min(1.2445095168vw, 17px);
    border-radius: 50%;
  }
}
.entry-content h2 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 11px 1em;
  margin: 1em 0;
  border-left: 9px solid #DA0148;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .entry-content h2 {
    font-size: min(1.756954612vw, 24px);
    line-height: 1.7;
    padding: min(0.5124450952vw, 7px) min(2.196193265vw, 30px);
    margin: 1.5em 0;
    border-left: min(0.6588579795vw, 9px) solid #DA0148;
    border-bottom: min(0.0732064422vw, 1px) solid #707070;
  }
}
.entry-content h3 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 0 1.5em;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .entry-content h3 {
    font-size: min(1.4641288433vw, 20px);
    line-height: 1.7;
    padding: 0 min(3.6603221083vw, 50px);
    margin: 1.5em 0;
  }
}
.entry-content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  height: 2px;
  width: 16px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .entry-content h3::before {
    width: min(2.9282576867vw, 40px);
    height: min(0.1464128843vw, 2px);
  }
}
.entry-content h4,
.entry-content h5 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #745747;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .entry-content h4,
  .entry-content h5 {
    font-size: min(1.317715959vw, 18px);
    line-height: 1.72;
    margin: 1.5em 0;
  }
}
.entry-content p {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .entry-content p {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
    margin: 1.5em 0;
  }
}
.entry-content a {
  color: #0075C1;
}
.entry-content ul,
.entry-content ol {
  margin: 1em 0;
  padding-left: 1.2em;
  list-style-position: inside;
}
@media screen and (min-width:768px) {
  .entry-content ul,
  .entry-content ol {
    margin: 1.5em 0;
  }
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ul ul ul {
  list-style-type: square;
}
.entry-content ol ol {
  list-style-type: lower-alpha;
}
.entry-content ol ol ol {
  list-style-type: lower-roman;
}
.entry-content li + li {
  margin-top: 0.3em;
}
.entry-content li {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.04em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width:768px) {
  .entry-content li {
    font-size: min(1.1713030747vw, 16px);
    line-height: 1.5;
  }
}
.entry-content table {
  background: #F8F8F8;
}
.entry-content table th, .entry-content table td {
  padding: 1em;
}
.entry-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */