@charset "UTF-8";
/* ▼▼▼ top
====================================================== */
#main {
  padding-bottom: 0;
}

/* 共通セクションタイトル */
.top_sec_ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
  color: #4B3700;
}
@media screen and (min-width: 769px) {
  .top_sec_ttl {
    font-size: 36px;
    margin-bottom: 1.5em;
  }
}
.top_sec_ttl .sub {
  display: block;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .top_sec_ttl .sub {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 1065px;
  }
}

.keyword_box {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .keyword_box {
    margin-bottom: 40px;
    overflow-x: auto;
  }
}
.keyword_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 13px;
}
@media screen and (min-width: 769px) {
  .keyword_box ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.keyword_box ul .tag_keyword {
  color: #fff;
  font-size: 13px;
  line-height: 1.46;
  padding: 3px 10px;
  background-color: #A59569;
  border-radius: 3px;
}
.keyword_box ul .tag_keyword:before {
  content: "＃";
}

@media screen and (min-width: 769px) {
  .date_circle {
    width: 80px !important;
    height: 80px !important;
    left: -20px !important;
  }
}
@media screen and (min-width: 769px) {
  .date_circle p {
    font-size: 16px;
  }
}

a.btn {
  max-width: 248px;
}
@media screen and (min-width: 769px) {
  a.btn {
    max-width: 310px;
  }
}

/* ポップアップバナー */
#popup_bnr_wrap {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2500;
}
#popup_bnr_wrap .popup_bg {
  background: rgba(102, 102, 102, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#popup_bnr_wrap .popup_content {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  max-height: 70vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  padding: 0;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 769px) {
  #popup_bnr_wrap .popup_content {
    max-width: 400px;
    max-height: 65vh;
  }
}
#popup_bnr_wrap .popup_content::-webkit-scrollbar {
  display: none;
}
#popup_bnr_wrap .popup_content .popup_inner {
  padding: 0;
}
#popup_bnr_wrap .popup_content .close_btn.force-popup_bnr-close {
  position: absolute;
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
  font-size: 20px;
  line-height: 1;
}
#popup_bnr_wrap .close_btn {
  width: auto;
  height: auto;
  background: none;
}

/* ▼ mv_area
--------------------------------------- */
#mv {
  padding: 35px 0 15px;
}
#mv:before {
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(45deg, var(--bg-green-1) 0%, var(--bg-green-2) 50%, var(--bg-green-1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #mv {
    padding: 68px 0 45px;
  }
  #mv:before {
    max-width: 880px;
    width: 100%;
    height: 400px;
  }
}
#mv .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0 5px 5px rgba(57, 57, 57, 0.1);
          box-shadow: 0 5px 5px rgba(57, 57, 57, 0.1);
}
#mv .swiper-wrapper .swiper-slide a {
  display: block;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main_slide {
    width: 100%;
    max-width: calc(100vw - 160px);
    margin: 0 0 0 auto;
    overflow: hidden;
  }
  .main_slide .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
.swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: 0 !important;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .swiper-pagination {
    margin-top: 25px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
  }
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(208, 208, 208, 0.5)), to(rgba(208, 208, 208, 0)));
  background-image: linear-gradient(to left, rgba(208, 208, 208, 0.5), rgba(208, 208, 208, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(208, 208, 208, 0.5)), to(rgba(208, 208, 208, 0)));
  background-image: linear-gradient(to right, rgba(208, 208, 208, 0.5), rgba(208, 208, 208, 0));
}

.first_area {
  position: relative;
}
.first_area .fix_bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/bg_first_sp.webp) no-repeat center top/cover;
  z-index: -1;
}
.first_area .fix_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .first_area .fix_bg {
    width: 50vw;
    background: url(../img/top/bg_first_pc.webp) no-repeat center top/cover;
  }
}
@media screen and (min-width: 769px) {
  .first_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .first_block .container {
    max-width: 520px;
  }
}

/* ▼ SEARCH
--------------------------------------- */
#search {
  padding: 48px 0 32px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #search {
    padding-bottom: 70px;
  }
}
#search:before {
  content: "";
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
}
@media screen and (min-width: 769px) {
  #search:before {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #search .word_box form {
    margin-bottom: 30px;
  }
}
#search .word_box form .input_box {
  background: #FFFFFF;
  border: 1px solid #4B3700;
}
#search .menu_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (min-width: 769px) {
  #search .menu_box ul {
    gap: 18px;
  }
}
#search .menu_box ul li a {
  font-size: 12px;
  line-height: 1.42;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #4B3700;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  padding: 60px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--common-box-shadow);
          box-shadow: var(--common-box-shadow);
}
@media screen and (min-width: 769px) {
  #search .menu_box ul li a {
    font-size: 14px;
    padding: 65px 0 15px;
  }
}
#search .menu_box ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 769px) {
  #search .menu_box ul li a:before {
    top: 20%;
  }
}
#search .menu_box ul li a.link_shopguide:before {
  background-image: url(../img/icon_shopguide.svg);
}
#search .menu_box ul li a.link_restaurant:before {
  background-image: url(../img/icon_restaurant.svg);
}
#search .menu_box ul li a.link_floormap:before {
  background-image: url(../img/icon_floormap.svg);
}
#search .menu_box ul li a.link_popup:before {
  background-image: url(../img/icon_popup.svg);
}
#search .menu_box ul li a.link_plaza:before {
  background-image: url(../img/icon_plaza.svg);
}
#search .menu_box ul li a.link_daimaru {
  background: url(../img/icon_daimaru.webp) no-repeat center center/contain, #FFF;
}

/* ▼ INFORMATION
--------------------------------------- */
@media screen and (min-width: 769px) {
  #information {
    height: 100%;
  }
}
#information:after {
  content: "";
  display: inline-block;
  background: linear-gradient(80deg, var(--bg-gold-1) -30%, var(--bg-gold-2) 30%, var(--bg-gold-3) 100%);
  width: 240px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  #information:after {
    width: calc(87px + 50vw);
    height: 65px;
  }
}
#information .info_wrap {
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (min-width: 769px) {
  #information .info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
#information .info_cont {
  padding: 48px 20px;
}
@media screen and (min-width: 769px) {
  #information .info_cont {
    width: 375px;
    max-width: 100%;
  }
}
#information .info_list {
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  #information .info_list {
    margin-bottom: 56px;
  }
}
#information .info_list li {
  border-bottom: 1px solid #707070;
}
#information .info_list li.noentry {
  border-bottom: none;
}
#information .info_list li a {
  color: #151515;
  margin-top: 16px;
  padding-bottom: 18px;
  display: block;
}
#information .info_list li a .info_ttl .date {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}
#information .more a.btn {
  background-color: transparent;
}

/* ▼ SHOP NEWS
--------------------------------------- */
#shopnews {
  padding: 85px 0 45px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #shopnews {
    padding: 110px 0 140px;
  }
}
#shopnews .keyword_box ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopnews .top_sec_ttl.top_sec_ttl_daimaru {
  color: #2C7A8B;
  margin-bottom: 0.5em;
}

.shopnews_wrap {
  --shopnews-box-gap-n: 20px;
  --shopnews-box-gap-d: 20px;
  --shopnews-box-gap-pc:30px;
  --shopnews-box-width-n: 220px;
  --shopnews-box-width-d: 180px;
  --shopnews-box-width-pc:300px;
  width: 100%;
  padding: 0 0 65px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shopnews_wrap {
    --shopnews-box-width-n: var(--shopnews-box-width-pc);
    --shopnews-box-width-d: var(--shopnews-box-width-pc);
    --shopnews-box-gap-n: var(--shopnews-box-gap-pc);
    --shopnews-box-gap-d: var(--shopnews-box-gap-pc);
  }
}
@media screen and (min-width: 769px) {
  .shopnews_wrap {
    margin: 0 auto 50px;
  }
}
.shopnews_wrap::before {
  content: "";
  width: 100vw;
  height: 225px;
  background: #2C7A8B;
  position: absolute;
  bottom: 25px;
  right: 0;
  opacity: 0.28;
}
@media screen and (min-width: 769px) {
  .shopnews_wrap::before {
    bottom: 0;
  }
}
.shopnews_block_daimaru {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .shopnews_block_daimaru {
    margin-top: 75px;
  }
}
.shopnews_block:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .shopnews_block:not(:last-child) {
    margin-bottom: 50px;
  }
}
.shopnews_inner {
  padding: 20px 20px 0;
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 769px) {
  .shopnews_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.shopnews_inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .shopnews_inner_daimaru {
    max-width: calc((var(--shopnews-box-width-d) + var(--shopnews-box-gap-d)) * 3 - var(--shopnews-box-gap-d) + 40px);
  }
}
.shopnews_box {
  max-width: var(--shopnews-box-width-n) !important;
}
.shopnews_box_daimaru {
  max-width: var(--shopnews-box-width-d) !important;
}

.top_news.article_list {
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(10, var(--shopnews-box-width-n));
  -webkit-column-gap: var(--shopnews-box-gap-n);
     -moz-column-gap: var(--shopnews-box-gap-n);
          column-gap: var(--shopnews-box-gap-n);
  width: auto;
}
.top_news.article_list_daimaru {
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(10, var(--shopnews-box-width-d));
  -webkit-column-gap: var(--shopnews-box-gap-d);
     -moz-column-gap: var(--shopnews-box-gap-d);
          column-gap: var(--shopnews-box-gap-d);
  width: auto;
}
.top_news a {
  display: block;
}
.top_news a .thumb {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 12px;
}
.top_news a .title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-bottom: 3px;
}
.top_news a .name {
  color: #707070;
  font-size: 12px;
  line-height: 1.42;
}

/* ▼ POP UP SHOP
--------------------------------------- */
#popup_shop {
  padding: 30px 0 40px;
}
@media screen and (min-width: 769px) {
  #popup_shop {
    padding: 45px 0 100px;
  }
}
#popup_shop:before, #popup_shop:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
#popup_shop:before {
  width: 45%;
  height: calc(100% - 100px);
  background: linear-gradient(200deg, var(--bg-green-1) -20%, var(--bg-green-2) 120%);
  top: 100px;
}
@media screen and (min-width: 769px) {
  #popup_shop:before {
    width: calc(275px + 50%);
    max-width: 80%;
    height: 420px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-20%, var(--bg-green-1)), color-stop(120%, var(--bg-green-2)));
    background: linear-gradient(270deg, var(--bg-green-1) -20%, var(--bg-green-2) 120%);
    top: auto;
    right: 0;
    bottom: 0;
  }
}
#popup_shop:after {
  width: 70%;
  height: calc(100% - 153px);
  background: linear-gradient(310deg, var(--bg-green-1) 0%, var(--bg-green-2) 140%);
  top: 153px;
}
@media screen and (min-width: 769px) {
  #popup_shop:after {
    content: none;
  }
}
#popup_shop .popshop_wrap .noentry {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #popup_shop .popshop_wrap {
    display: grid;
    grid-template-columns: 29.5% 1fr;
    gap: 8%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  #popup_shop .popshop_wrap .noentry {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  #popup_shop .popshop_title {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #popup_shop .popshop_list .article_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0;
  }
}
#popup_shop .top_sec_ttl {
  margin-bottom: 1.5em;
}
#popup_shop .article_list {
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #popup_shop .article_list {
    gap: 25px;
    margin-bottom: 55px;
  }
}

/* ▼ EVENT
--------------------------------------- */
#event {
  padding: 48px 0 20px;
}
@media screen and (min-width: 769px) {
  #event {
    padding: 60px 0 70px;
  }
}
@media screen and (min-width: 769px) {
  #event .container {
    overflow: hidden;
  }
}
#event .top_sec_ttl {
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  #event .top_sec_ttl {
    text-align: center;
    margin-bottom: 1em;
  }
}
#event .top_sec_ttl .sub {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #event .top_sec_ttl .sub {
    text-align: center;
  }
}
#event .article_list {
  width: calc(100% + 40px);
  margin: 0 -20px 24px;
  padding: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #event .article_list {
    overflow: visible;
    width: 100%;
    margin: 0 auto 80px;
    padding: 20px 0 0;
  }
}
#event .article_list .swiper {
  overflow: visible;
}
#event .article_list .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#event .article_list .article_desc {
  margin-top: 15px;
}
#event .article_list .article_desc .date {
  color: #2C7A8B;
}
@media screen and (min-width: 769px) {
  #event .article_list .article_desc .date {
    margin-top: 10px;
  }
}
#event .noentry {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #event .noentry {
    margin-bottom: 50px;
  }
}

/* ▼ ASI no VA
--------------------------------------- */
#asinova {
  padding: 20px 0 40px;
}
@media screen and (min-width: 769px) {
  #asinova {
    padding: 70px 0 70px;
  }
}

.asinova_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .asinova_wrap {
    margin-top: 80px;
  }
}
.asinova_wrap::before, .asinova_wrap::after {
  content: "";
  position: absolute;
}
.asinova_wrap::before {
  width: 55.5%;
  height: 172px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-30%, var(--bg-green-1)), to(var(--bg-green-2)));
  background: linear-gradient(to right bottom, var(--bg-green-1) -30%, var(--bg-green-2) 100%);
  top: -20px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .asinova_wrap::before {
    width: calc(50vw + 400px);
    height: 500px;
    top: -56px;
    z-index: 0;
  }
}
.asinova_wrap::after {
  width: 100%;
  height: calc(100% - 110px);
  background: #EAE9E4;
  bottom: 18px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .asinova_wrap::after {
    height: calc(100% - 230px);
    bottom: 100px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .asinova_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.asinova_flex_img {
  width: 88.8%;
}
@media screen and (min-width: 769px) {
  .asinova_flex_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    margin: 0 !important;
  }
}
.asinova_flex_article {
  padding: 20px 20px 0;
}
@media screen and (min-width: 769px) {
  .asinova_flex_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
    padding-bottom: 70px;
  }
}
.asinova_flex_title {
  margin: 0 auto 5px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .asinova_flex_title {
    margin: 0 auto 10px;
  }
}
.asinova_flex_title img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .asinova_flex_title img {
    width: auto !important;
  }
}
.asinova_flex_txt {
  color: #707070;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .asinova_flex_txt {
    font-size: 22px;
  }
}
.asinova_flex .more {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .asinova_flex .more {
    margin-top: 70px;
  }
}
.asinova_block {
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .asinova_block {
    width: 1280px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.asinova_block_txt {
  margin-top: 20px;
  color: #707070;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .asinova_block_txt {
    margin-top: 50px;
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .asinova_block:nth-child(2n+1) .asinova_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.asinova_block:nth-child(2n+1) .asinova_flex_img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .asinova_block:nth-child(2n+1) .asinova_flex_article {
    padding-bottom: 90px;
  }
}
.asinova_block:nth-child(2n+1) .asinova_flex_title {
  width: 166px;
}
.asinova_block:nth-child(2n) .asinova_flex_img {
  margin: 0 auto 0 0;
}
.asinova_block:nth-child(2n) .asinova_flex_title {
  width: 201px;
}
.asinova_block:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .asinova_block:not(:first-child) {
    margin-top: 70px;
  }
}

/* ▼ JOY ONE CARD
--------------------------------------- */
#jo_card {
  padding: 22px 0 40px;
}
@media screen and (min-width: 769px) {
  #jo_card {
    padding: 70px 0 245px;
  }
}
#jo_card:before {
  content: "";
  background: -webkit-gradient(linear, right top, left bottom, color-stop(-30%, var(--bg-gold-1)), color-stop(30%, var(--bg-gold-2)), to(var(--bg-gold-3)));
  background: linear-gradient(to left bottom, var(--bg-gold-1) -30%, var(--bg-gold-2) 30%, var(--bg-gold-3) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 84px);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #jo_card:before {
    width: calc(435px + 50%);
    max-width: 80%;
    height: 445px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-30%, var(--bg-gold-1)), color-stop(30%, var(--bg-gold-2)), to(var(--bg-gold-3)));
    background: linear-gradient(to right, var(--bg-gold-1) -30%, var(--bg-gold-2) 30%, var(--bg-gold-3) 100%);
    top: auto;
    bottom: 185px;
  }
}
@media screen and (min-width: 769px) {
  #jo_card .jo_card_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: var(--common-box-shadow);
            box-shadow: var(--common-box-shadow);
  }
}
@media screen and (min-width: 769px) {
  #jo_card .top_sec_ttl {
    width: 40%;
    margin-bottom: 0;
    display: grid;
    place-content: center;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(-30%, var(--bg-gold-1)), color-stop(30%, var(--bg-gold-2)), to(var(--bg-gold-3)));
    background: linear-gradient(to left bottom, var(--bg-gold-1) -30%, var(--bg-gold-2) 30%, var(--bg-gold-3) 100%);
  }
}
@media screen and (min-width: 769px) {
  #jo_card .top_sec_ttl .sub {
    margin-top: 55px;
  }
}
#jo_card .card_wrap {
  background-color: #fff;
  padding: 20px 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  #jo_card .card_wrap {
    width: 60%;
    padding: 70px 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#jo_card .card_wrap .card_head {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.025em;
}
#jo_card .card_wrap .card_head .wester_point {
  font-size: 0;
  background: url(../img/westerpoint_logo.webp) center/contain no-repeat;
  display: inline-block;
  width: 180px;
  height: 34px;
  vertical-align: middle;
  margin-right: 5px;
}
#jo_card .card_wrap .card_head .large {
  font-size: 1.18em;
  font-weight: 500;
}
#jo_card .card_wrap .card_img {
  max-width: 100%;
  width: 230px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 769px) {
  #jo_card .card_wrap .card_img {
    width: 367px;
  }
}
#jo_card .card_wrap a.btn {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}
/* ▼ Google Map
--------------------------------------- */
#map {
  padding: 0 0 40px;
}
#map .map_wrap {
  position: relative;
  padding-top: 75%;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
#map .map_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#map .address_wrap {
  margin-top: 40px;
}
#map .address_wrap .address {
  text-align: center;
  margin-bottom: 12px;
}
#map .address_wrap .address .logo_footer {
  display: inline-block;
  max-width: 199px;
  margin-bottom: 12px;
}
#map .address_wrap .address .addr {
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#map .address_wrap .link_box .btn {
  background: var(--common-btn-gold);
  border: none;
}
@media screen and (min-width: 769px) {
  #map {
    padding: 60px 0;
    background-color: #F7F7F7;
  }
  #map > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
    gap: 45px;
  }
  #map .map_wrap {
    width: 70%;
    margin: 0;
    padding-top: 40%;
  }
  #map .address_wrap {
    width: 30%;
    margin-top: 0;
  }
  #map .address_wrap .address {
    margin-bottom: 30px;
  }
  #map .address_wrap .address .logo_footer {
    max-width: 160px;
    margin-bottom: 20px;
  }
  #map .address_wrap .address .addr {
    font-size: 15px;
  }
}