@charset "UTF-8";
.l-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #30b57f;
}
.l-content__cover {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.l-content__map {
  width: calc(90% - 500px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.o-map__wrapper {
  width: calc(90% - 500px);
  position: fixed;
  left: 0;
  right: 0;
}
.l-content__map .o-map__inner {
  width: 50vw;
  height: 50vw;
  margin: 0 auto;
  padding-top: 5vw;
}
.o-map__sign {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
.o-map__sign-item {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.o-map__sign-item::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 4px;
}
.o-map__sign-item.gr::before {
  background-color: #00ae77;
}
.o-map__sign-item.bl::before {
  background-color: #00b8ee;
}
.o-map__sign-item.pu::before {
  background-color: #9978cb;
}
.o-map__sign-item.or::before {
  background-color: #ff903d;
}

.main_content {
  margin-right: 10%;
  width: 50%;
  max-width: 490px;
  background-color: #fff;
  z-index: 1;
  padding-top: 30px;
  overflow-x: clip;
}
.openbtn1,
.l-content__map {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.openbtn1.show,
.l-content__map.show {
  opacity: 1;
  transform: translateY(0);
}
/* ======================
fv
========================= */
.fv {
  padding: 24px 0 30px;
  margin-bottom: 93px;
}
.fv_inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fv_inner.show {
  opacity: 1;
  transform: translateY(0);
}
.fv.bdr_r {
  border-radius: 20px;
}
.fv_ttl {
  width: 85%;
  max-width: 365px;
  margin: 0 auto 439px;
}
.fv_main {
  width: 92%;
  max-width: 392px;
  height: 409px;
  position: absolute;
  top: 189px;
  left: 50%;
  transform: translateX(-50%);
}
.fv_btm {
  width: 90%;
  max-width: 311px;
  margin: 0 auto;
  padding-top: 16px;
}
.fv_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 342px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* Y方向に下げておく */
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fv_list.show {
  transform: translateX(-50%) translateY(0); /* 元の位置に戻す */
  opacity: 1;
}

/* ======================
about
========================= */
.about {
  margin-bottom: 120px;
}
.about_head {
  margin-bottom: 170px;
}
.about_head-ttl {
  margin-bottom: 30px;
}
.about_head-ttl .f_din {
  font-size: clamp(47px, 12.79vw, 55px);
  line-height: 1;
}
.about_head-ttl .ja {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.about_head-ttl + p {
  line-height: 1.8;
  margin-bottom: 35px;
}
.menu_ttlbk {
  margin-bottom: 32px;
}
.menu_ttl {
  font-size: clamp(24px, 6.51vw, 28px);
  line-height: 1.26;
}
.menu_list::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 280px;
  height: 25px;
  background: url(../imgs/swipe.svg) no-repeat center/contain;
  /* margin-top: 40px; */
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translate(-50%, 0);
}
.menu_list li {
  margin: 0 65px;
}
.slick-prev,
.slick-next {
  width: 11.16vw;
  max-width: 48px;
  height: 48px;
  z-index: 2;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 11.16vw;
  max-width: 48px;
  height: 48px;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.menu_1 {
  margin-bottom: 190px;
}
.menu_1 .slick-prev:before,
.menu_1 .slick-next:before {
  background: url(../imgs/menu_1-arrow.svg) no-repeat center / 100%;
}

.menu_2 .slick-prev:before,
.menu_2 .slick-next:before {
  background: url(../imgs/menu_2-arrow.svg) no-repeat center / 100%;
}
.menu_2 .menu_list li .imgbk {
  max-width: 356px;
  margin: 0 auto 40px;
}
.menu_2 .menu_list li .txt_ttl {
  font-size: clamp(24px, 6.04vw, 29px);
  line-height: 1.24;
  margin-bottom: 24px;
}
.menu_2 .menu_list li .txt {
  font-size: clamp(16px, 4.19vw, 18px);
  line-height: 1.57;
}

/* ======================
eat,spot
========================= */
.eat__cont-ttl {
  font-size: clamp(24px, 6.28vw, 27px);
  margin-bottom: 4px;
}
.list {
  background: url(../imgs/bg_dott.jpg) repeat-y center top/100%;
}
.list > li {
  padding: 20px 0;
}

.list li .item__head,
.list li .item__cont {
  padding-right: 28px;
}
.list li .item__head {
  padding-bottom: 20px;
}
.list li .item__head .toggle-arrow {
  width: 29px;
  height: 29px;
  background: url(../imgs/acd_p.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(0deg);
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.list li .item__head.close .toggle-arrow {
  background: url(../imgs/acd_m.svg) no-repeat center/contain;
  transform: translate(50%, -50%) rotate(180deg);
}
.list li .item__cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 5px;

  display: none; /* jQueryで制御されるので初期状態は非表示 */
}

.list li .flex {
  align-items: flex-start;
}
.list li .item_imgbk {
  aspect-ratio: 1/1;
  max-width: 148px;
  border-radius: 10px;
  overflow: hidden;
}
.list li .item_imgbk.has-img {
  cursor: pointer;
}
.list li .item_txtbk {
  width: calc(100% - 158px);
}
.list li .item__name {
  font-size: 20px;
  line-height: 1.5;
}
.item__shop-list,
.item__spot-list {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.item__shop-list dt,
.item__spot-list dt {
  width: 5em;
}
.item__shop-list dd,
.item__spot-list dd {
  width: calc(100% - 5.5em);
}

.item__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.item__links .item__links-item {
  width: calc((100% - 20px) / 3);
  min-width: 100px;
}
.item__links .item__links-item a,
.item__links .item__links-item button {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
}
.item__links .item__links-item a {
  width: 100%;
  background: #0bd57c;
}
.item__links .item__links-item button {
  width: 100%;
  background: #e83743;
}

.item__shop-list,
.item__shop-links {
  display: none;
}
/* --------------------
eat
----------------------- */
.eat {
  margin-bottom: 80px;
}
.eat .sec_head {
  margin-bottom: 88px;
}
.eat .list {
  border-top: 3px solid #00a461;
}
.eat .list > li {
  border-bottom: 3px solid #00a461;
}

.eat .item__menu-price {
  font-size: 21px;
  color: #e8a03c;
  position: absolute;
  bottom: 0;
  right: 0;
}
.eat .item__menu-txt {
  margin-bottom: 26px;
}

.eat .item__menu-veg-ttl {
  font-size: 15px;
  width: 100%;
  max-width: 188px;
  height: 26px;
  background: #00a461;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eat .item__menu-veg-txt {
  font-size: clamp(16px, 4.19vw, 18px);
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #00a461;
  border-bottom: 1px solid #00a461;
  padding: 20px;
  margin-bottom: 6px;
}
.eat .item__menu-veg-note {
  font-size: 12px;
  padding: 0 1em 0 2em;
  text-indent: -1em;
}
.eat .item__shop-name {
  width: 100% !important;
  margin-bottom: 5px;
}
.eat .item__shop-name {
  padding-top: 27px;
}

/* カテゴリーで選ぶ */
.eat__cat {
  margin-bottom: 83px;
}
.eat__cat .eat__cat-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1em;
  margin-bottom: 46px;
}
.eat__cat .eat__cat-checklist > li label {
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.eat__cat .eat__cat-checklist > li label input {
  cursor: pointer;
}
.eat__cat .list li.fade-in {
  display: list-item !important;
  animation: fadeIn 0.6s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.no-menu-msg {
  display: none;
  text-align: center;
  margin-top: 20px;
}
/* お店で選ぶ */
.eat__shop .eat__cont-ttl {
  margin-bottom: 30px;
}
.eat__shop .list li .flex {
  margin-bottom: 20px;
}
.eat__shop .list li .item__menu {
  padding-top: 33px;
  border-top: 1px solid #00a461;
}
.eat__shop .list li .item__menu:not(:last-child) {
  margin-bottom: 20px;
}
/* --------------------
spot
----------------------- */
.spot {
  margin-bottom: 26px;
}
.spot .sec_head-ttl::before {
  content: "";
  width: 24.88vw;
  max-width: 107px;
  height: 131px;
  background: url(../imgs/spot_deco.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.spot .sec_head {
  margin-bottom: 84px;
}
.spot .sec_head .sttl + p {
  margin-bottom: 20px;
}
.spot .spot_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 13px;
  margin-bottom: 67px;
}
.spot .spot_nav li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  color: #588f45;
  display: flex;
  align-items: center;
  gap: 6px;
}
.spot .spot_nav li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../imgs/spot_menu-arrow.svg) no-repeat center / contain;
}
.spot .spot_info {
  padding: 42px 2% 66px;
}
.spot .spot_info.bdr_r {
  border-radius: 32.4px;
}
.spot .spot_info .spot_info-ttl {
  font-size: clamp(24px, 6.51vw, 28px);
  line-height: 1.39;
  max-width: 375px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  padding-bottom: 18px;
}
.spot .spot_info p {
  font-size: clamp(24px, 6.25vw, 31px);
  line-height: 1.62;
  padding: 20px 0 clamp(20px, 9.38vw, 45px);
}
.spot .spot_info .spot_info-ig {
  display: flex;
  justify-content: center;
}
.spot .spot_info .spot_info-ig a {
  font-size: clamp(16px, 4.19vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.spot .spot_info .spot_info-ig a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../imgs/ic_ig.png) no-repeat center/contain;
}
.spot .spot_info .deco {
  width: 27%;
  max-width: 100px;
  position: absolute;
}
.spot .spot_info .deco1 {
  top: 0;
  left: 0;
  transform: translate(13%, -40%);
}
.spot .spot_info .deco2 {
  top: 27%;
  right: 0;
  transform: translate(21%, -50%);
}
.spot .spot_info .deco3 {
  bottom: -3%;
  left: 0;
  transform: translate(-18%, -50%);
}
.spot .spot_info .deco4 {
  bottom: 0;
  right: 0;
  transform: translate(-7%, 43%);
}
.spot .spot_cat:not(#spot-03) {
  margin-bottom: 68px;
}
.spot .spot_end {
  padding-top: 13px;
}

.spot .spot_end .spot_end-txt {
  font-size: 16px;
  line-height: 1.75;
}
/* ======== list ========= */
.spot__cont-ttlWrap {
  padding: 23px 0;
}
.spot__cont-ttl {
  font-size: 23px;
  line-height: 1.3;
}
.spot__cont-ttl + p {
  font-size: 14px;
}
.spot .list {
  border-top: 3px solid #1f96cf;
}
.spot .list > li {
  border-bottom: 3px solid #1f96cf;
}
.spot .item__spot-txt {
  margin-bottom: 10px;
}
.spot .item__spot-youtube {
  margin-bottom: 10px;
  aspect-ratio: 475/267;
  overflow: hidden;
}
.spot .item__spot-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

/* 利用注意事項モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.modal .modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal .white_box {
  width: 88vw;
  max-width: 1036px;
  height: 80vh;
  padding: 4.7% 0;
  background-color: #ffeb27;
  border-radius: 40px;
  overflow-y: scroll;
}
.modal .white_box .page {
  width: 90%;
  max-width: 917px;
  margin: 0 auto;
  position: relative;
}
.modal .pbtn.close {
  max-width: 40px;
  min-width: 28px;
  width: 8%;
  position: fixed;
  top: 3%;
  right: 2%;
  z-index: 5;
  cursor: pointer;
}
.modal .white_box .m_ttl {
  /* 480→21px */
  font-size: clamp(17px, 4.38vw, 25px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8%;
}
.modal .white_box .m_ttl::before {
  content: "";
  display: inline-block;
  width: 7.29vw;
  max-width: 44px;
  min-width: 25px;
  height: 39px;
  margin-right: 10px;
  background: url(../imgs/modal.svg) no-repeat center / contain;
}
.modal .white_box .m_sttl {
  /* 480→17px */
  font-size: clamp(15px, 3.54vw, 23px);
  line-height: 1.57;
  padding-bottom: 5px;
  margin-bottom: 2.7%;
  border-bottom: 1px solid #000000;
}
.modal .white_box .m_sttl span {
  display: inline-block;
}
.modal .white_box .m_imgwrap {
  width: 60%;
  max-width: 542px;
  overflow: auto;
}
.modal .white_box .m_imgbk {
  padding: 2.8% 2.5%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
}
.modal .white_box .m_imgbk img {
  max-width: 483px;
  margin: 0 auto;
}
.modal .white_box .m_txtbk {
  /* 400→13px */
  font-size: clamp(12px, 3.25vw, 14px);
  width: 38%;
  max-width: 356px;
}

/* 画像モーダル */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modalImg-wrap {
  margin: auto;
  display: block;
  width: 90vw;
  height: 80vh;
}

.img-modal-close {
  max-width: 40px;
  min-width: 28px;
  width: 8%;
  position: absolute;
  top: 3%;
  right: 2%;
  z-index: 5;
  cursor: pointer;
}

/* ======================
coupon
========================= */
.coupon {
  padding: 46px 0;
}
.coupon .mcopy {
  color: #f49134;
  font-size: 33px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
.coupon .coupon_facimg {
  margin-bottom: 15px;
}
.coupon .fac_name {
  color: #f49134;
  font-size: 20px;
  margin-bottom: 15px;
}
.coupon .icon_deco {
  max-width: 134px;
  position: absolute;
  right: 0;
  top: 94%;
}
/* ======================
present
========================= */
.present {
  padding: 46px 0;
}

.present .sec_head-ttlbk {
  margin-bottom: 30px;
}
.present .inblk {
  text-align: center;
  padding: 50px 23px 30px;
  position: relative;
}
.present .icon_coupon {
  width: 50%;
  max-width: 200px;
  position: absolute;
  left: -20px;
  top: -67px;
}
.present .mcopy {
  color: #5d5e5e;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.present_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.present_list li {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
}
.present_list li .imgbk {
  width: 143px;
  border-radius: 10px;
  overflow: hidden;
}
.present_list li .txtbk {
  color: #28a46d;
  font-size: 25px;
  line-height: 1.24;
  width: calc(100% - 163px);
}
.present_list li .txtbk span {
  display: inline-block;
}
.present_list li .txtbk .stx {
  font-size: 20px;
}
/* ======================
campaign
========================= */

.campaign .inblk {
  color: #fff;
  text-align: center;
  padding: 46px 15px 23px;
  position: relative;
}
.campaign .can_sec1 {
  padding-bottom: 47px;
  border-bottom: 1px dashed #fff;
  position: relative;
}
.campaign .can_sec1::after {
  /* content: "";
  width: 40px;
  height: 20px;
  background: #e83743 url(../imgs/campaign_plus.svg) center center no-repeat;
  background-size: contain; */
  content: "もしくは";
  font-size: 20px;
  line-height: 1;
  padding: 0 10px;
  background: #e83743;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.campaign .can_sec2 {
  padding: 47px 0;
}
.campaign .icon_campaign {
  max-width: 89px;
  position: absolute;
  left: -20px;
  top: -67px;
}
.campaign .sttl {
  font-size: 28px;
  margin-bottom: 15px;
}
.campaign .c_txt {
  font-size: 18px;
}
.campaign .icon_campaign_ig {
  width: 66px;
  height: 66px;
  margin: 20px auto;
}
.campaign .c_note {
  font-size: 12px;
}
.campaign .btn {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  background: #1f96cf url(../imgs/btn_arrow-wh.svg) right 16px center no-repeat;
  background-size: 10px 15px;
  padding: 20px 30px;
  width: 100%;
  margin: 20px auto 20px;
  border-radius: 25px;
}

.campaign_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.campaign_list li {
  padding: 28px;
  border-radius: 14px;
  background-color: #fff;
}
.campaign_list li .list_head {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.campaign_list li .list_head .toggle-arrow {
  width: 29px;
  height: 29px;
  background: url(../imgs/acd_p.svg) no-repeat center / contain;
  position: absolute;
  bottom: -15px;
  right: -15px;
  /*transform: translate(50%, -50%) rotate(0deg);*/
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.campaign_list li .list_head .toggle-arrow.close {
  background: url(../imgs/acd_m.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
.campaign_list li .imgbk {
  max-width: 143px;
  border-radius: 10px;
  overflow: hidden;
}
.campaign_list li .txtbk {
  color: #e83743;
  font-size: 25px;
  line-height: 1.24;
  width: calc(100% - 163px);
}
.campaign_list li .txtbk span {
  display: inline-block;
}
.campaign_list li .txtbk .stx {
  font-size: 20px;
  margin-bottom: 10px;
}

.campaign_list li .list_cont {
  padding-top: 30px;
  display: none;
}
.campaign_list li .list_cont .cont_note {
  color: #44423a;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 20px;
}
.campaign_list li .list_cont .cont_link {
  width: 128px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.campaign_list li .list_cont .cont_link a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border: none;
  border-radius: 14px;
  width: 100%;
  background: #0bd57c;
}

/* ======================
map
========================= */
.map {
  padding: 20px 0 30px;
}

.map .o-map__sign {
  justify-content: flex-start;
  max-width: 400px;
  padding: 40px 20px 0;
}
.map .o-map__sign-item {
  color: #5d5e5e;
  margin: 0;
}
.map .map_scroll_area {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow-x: scroll; /* 横方向スクロールを有効化 */
  overflow-y: visible; /* 縦方向ははみ出して表示 */
}
.map .map_scroll_area_in {
  /*width: 580px;*/
  width: 724px;
}
.map .map_scroll_area_in .map_wrap {
  width: 100%;
  /*padding:0 20px;*/
}

.map .map_wrap .map_bg {
  border: 1px solid #00a461;
}

/* ======================
projects
========================= */
.projects {
  padding-bottom: 55px;
}
.projects_logo {
  width: 90%;
  max-width: 233px;
  margin: 0 auto 28px;
}
.projects .mcopy {
  font-size: 16px;
}
.projects .mcopy a {
  color: #00a461;
  text-decoration: underline;
  display: inline-block;
}
/* ======================
sponsor
========================= */
.sponsor {
  background-color: #f2f2f2;
  padding: 68px 0;
}

.sponsor_head .sponsor_ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.sponsor_catbk {
  margin-top: 70px;
}
.sponsor_catbk::before {
  content: "";
  width: 490px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sponsor_cat {
  font-size: 20px;
  line-height: 1;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 12em;
}
.sponsor_catbk.gld::before {
  background: #ffd700;
}
.sponsor_catbk.gld span {
  display: block;
  background: #ffd700;
  padding: 10px 40px;
}
.sponsor_catbk.slv::before {
  background: #c9caca;
}
.sponsor_catbk.slv span {
  display: block;
  background: #c9caca;
  padding: 10px 40px;
}
.sponsor_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sponsor_list li {
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.sponsor_list li .list_head {
  text-align: center;
  padding: 34px 0;
}
.sponsor_list li .list_head img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.sponsor_list li.silver_sp .list_head img {
  width: 50%;
  max-width: 180px;
}
.sponsor_list li .list_head .list_head-interview-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  width: 100%;
  max-width: calc(14em + 40px);
  margin: 0 auto;
  position: relative;
  bottom: -25px;
}
.sponsor_list li .list_head .list_head-interview {
  font-size: 16px;
  display: block;
  max-width: 14em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.sponsor_list li .list_head .toggle-arrow {
  width: 29px;
  height: 29px;
  background: url(../imgs/acd_p.svg) no-repeat center / contain;
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.sponsor_list li .list_head .toggle-arrow.close {
  background: url(../imgs/acd_m.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
.sponsor_list li .list_cont {
  text-align: left;
  padding-top: 30px;
  display: none;
}
.sponsor_list li .list_cont .txtbk {
  margin-bottom: 30px;
}
.sponsor_list li .list_cont .cont_sttl {
  font-size: 21px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.sponsor_list li .list_cont .cont_txt {
  font-size: 16px;
  line-height: 1.75;
}

.sponsor_list li .list_cont .imgbk {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* ======================
footer
========================= */
footer {
  padding: 38px 20px 60px;
}
footer .contact {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}
footer .contact dt.spsr {
  font-size: 25px;
}
footer .contact dd.spsr {
  font-size: 21px;
}
footer .contact dd .btn {
  color: #00a461;
  font-size: 15px;
  line-height: 1;
  background: #ffeb27 url(../imgs/btn_arrow-grn.svg) right 16px center no-repeat;
  background-size: 10px 15px;
  padding: 20px 30px;
  max-width: 250px;
  margin: 20px auto 20px;
  border-radius: 25px;
}
footer .contact dd .sptel {
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
  .o-map__sign {
    justify-content: flex-start;
    max-width: 400px;
    padding: 0 20px;
  }
  .main_content {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .l-content__map {
    display: none;
  }
  .main_content {
    margin: 0 auto;
  }
  /* modal */
  .modal .white_box {
    height: 90vh;
  }
  .modal .white_box .flex {
    flex-direction: column;
    align-items: center;
  }
  .modal .white_box .m_imgwrap {
    width: 110%;
  }
  .modal .white_box .m_imgbk {
    min-width: 480px;
    margin-bottom: 10px;
    padding: 4%;
  }

  .modal .white_box .m_txtbk {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  /* modal */
  .modal .white_box {
    width: 96vw;
    border-radius: 5.21vw;
  }
  .modal .white_box .m_imgbk {
    border-radius: 3.91vw;
  }
}
@media screen and (max-width: 430px) {
  .list li .item_imgbk {
    width: 43%;
  }
  .list li .item_txtbk {
    width: 55%;
  }
  .list li .item__name {
    font-size: 4.65vw;
  }
  .eat .item__menu-price {
    font-size: 4.88vw;
  }
  .spot .sec_head-ttl::before {
    left: 90%;
    transform: translateY(-110%);
  }

  /* ======================
	coupon
	========================= */
  .coupon .mcopy {
    font-size: 7vw;
  }
  .coupon .fac_name {
    font-size: 4.65vw;
  }

  /* ======================
	campaign
	========================= */
  .campaign .sttl {
    font-size: 6.2vw;
  }
  .campaign_list li {
    padding: 20px;
  }
  .campaign_list li .list_head {
    flex-wrap: nowrap;
    gap: 2%;
  }
  .campaign_list li .imgbk {
    width: 43%;
  }
  .campaign_list li .txtbk {
    width: 55%;
    font-size: 5.5vw;
  }
  .campaign_list li .txtbk .stx {
    font-size: 4.65vw;
  }
  .coupon .icon_deco {
    width: 40%;
    top: 99%;
  }
  .campaign .icon_campaign {
    width: 25%;
    position: absolute;
    top: -80px;
  }

  /* ======================
	present
	========================= */
  .present .mcopy {
    font-size: 7.4vw;
  }
  .present_list li {
    gap: 2%;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .present_list li .imgbk {
    width: 43%;
  }
  .present_list li .txtbk {
    width: 55%;
    font-size: 5vw;
  }
  .present_list li .txtbk .stx {
    font-size: 4vw;
  }

  /* ======================
	sponsor
========================= */
  .sponsor_list li .list_cont .cont_sttl {
    font-size: 4.8vw;
  }
  .sponsor_list li .list_cont .cont_txt {
    font-size: 3.7vw;
  }
}
