@charset "UTF-8";

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  transition: 0.3s;
}
a:not(.info_link a, .pageTop_new a):hover {
  opacity: 0.7;
}
ul {
  list-style-type: none;
}

/* ======== header ======== */
header {
  border-bottom: 1px solid #eee;
}
/* ======== footer ======== */
footer {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
}

footer .footerInner {
  padding: 12px;
}

footer .pageTop_new {
  position: fixed;
  bottom: 95px;
  right: 15px;
  z-index: 99;
  width: 30px;
}

footer .pipeLink {
  padding: 10px 0;
}

footer .pipeLink ul {
  width: 100%;
  line-height: 1;
}
footer .pipeLink ul li p {
  font-size: 12px;
  color: #ffffff;
}
.pageTop_new {
  position: fixed;
  bottom: 95px;
  right: 15px;
  z-index: 99;
  width: 30px;
}

/* === 共通 ==============================*/

main.yokoku .now,
main.now .yokoku,
main.comingsoon .now,
main.comingsoon .yokoku,
main.close .now,
main.close .yokoku {
  display: none;
}

main.yokoku .now.yokoku,
main.now .now.yokoku {
  display: block;
}

.inner {
  width: 87%;
  margin: 0 auto;
}

.cap {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5;
}

.js-scFadeUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.js-scRightIn {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.5s;
}

.js-scLeftIn {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 0.5s;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* === 共通 ============================ */
main {
  position: relative;
}

main.now,
main.comingsoon,
main.close {
  /* リピートしない場合 */
  /* background: url(../img/mv_bg.jpg) no-repeat center/cover fixed !important; */
  /* リピートする場合 */
  background: url(../img/mv_bg.jpg) repeat !important;
}

main.yokoku {
  background: #fff59f !important;
}
#pc_menu {
  width: min(21vw, 250px);
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(-210px);
}

#pc_menu h2 {
  width: 100%;
  margin-bottom: 10px;
}

main.now #pc_menu h2 {
  margin-top: 40px;
}

#pc_menu h2 a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

main.yokoku #pc_menu h2 img.yokoku.bubble {
  width: 62px;
  margin-left: 39%;
  margin-bottom: 5px;
}

#pc_menu .date {
  width: 100%;
  margin-bottom: 20px;
}

#pc_menu .link_list {
  list-style: none;
}

#pc_menu .link_list li {
  margin-bottom: 8px;
}

#pc_menu .link_list li.heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px 0 10px;
}

#pc_menu .link_list li.space {
  margin-top: 50px;
}

#pc_menu .link_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

#pc_menu .link_list li a h3 {
  font-size: 1.4rem;
  padding-left: 8px;
  border-left: 7px solid;
}

main.yokoku #pc_menu .link_list li a h3 {
  border-color: #c9caca;
}
main.now #pc_menu .link_list li a h3 {
  border-color: #fff;
}

#pc_menu .link_list li a p {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

#sp_area {
  position: relative;
  max-width: 375px;
  min-height: 825px;
  height: calc(100vh - 160px);
  background: #fff;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 0 40px;
  margin: 0 auto;
}

#sp_area::-webkit-scrollbar {
  display: none;
}

#sp_area.comingsoon {
  background: url(../img/mv_comingsoon_bg.png) repeat-y center/contain;
}

/* === 特典情報エリア ============================ */

.tokuten_info_wrap {
  text-align: center;
  margin: 25px 0 30px;
}

.tokuten_info_wrap:last-child {
  margin: 25px 0 0;
}

.ttl_shop {
  text-align: center;
  margin-bottom: 20px;
}

.wrap_mv h1.ttl_shop {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ttl_shop span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 5px;
  border-left: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
}

.tokuten_info_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tokuten_info_wrap ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  background: #fff9d7;
  padding: 10px 12px;
  border: 2px solid #ffcc00;
  border-radius: 15px;
}

.tokuten_info_wrap ul li a img {
  width: 94px;
}

/* === バナーエリア ============================ */

.banner_area ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.banner_area ul li {
  flex: 1;
  border: 1px solid #f2f2f2;
}

/* === トップ ============================ */
.wrap_mv h1 {
  margin-bottom: 30px;
}

.wrap_mv .txt {
  margin: 0 auto 20px;
}

.wrap_link {
  margin-bottom: 30px;
}

.wrap_link ul {
  display: flex;
  gap: 10px;
}

.wrap_link.open ul {
  flex-direction: column;
}

.wrap_link ul li {
  flex: 1;
}

.wrap_link ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
}

main.yokoku .wrap_link ul li a {
  position: relative;
  /* flex-direction: row;
  justify-content: flex-start;
  align-items: center; */
  /* padding: 10px; */
}

.wrap_link ul li:nth-child(1) a {
  background: #fe5c76;
}

.wrap_link ul li:nth-child(2) a {
  background: #af78af;
}

.wrap_link ul li:nth-child(3) a {
  background: #ff9745;
}

.wrap_link ul li a > img:first-child {
  width: 50px;
  margin: 0 auto 5px;
}

main.yokoku .wrap_link ul li a > img:first-child {
  width: 55px;
  margin: 0;
}

.wrap_link ul li a img:nth-child(2) {
  width: 60px;
  margin: 0 auto;
}

main.yokoku .wrap_link ul li a > img:nth-child(2) {
  margin: 0;
}

main.yokoku .wrap_link ul li a .wrap_txt {
  text-align: left;
  flex: 1;
  padding-top: 15px;
  width: 100%;
}

.wrap_link ul li a h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
}

main.yokoku .wrap_link ul li a h2 {
  font-size: 1.9rem;
  margin-bottom: 0px;
}

.icon_more {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: -1px;
  background: #fff;
  padding: 0 6px;
  border-radius: 100px;
}

.icon_more::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotateZ(45deg);
}

/* .wrap_link.open .icon_more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
} */

.wrap_pop h2 {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #74a6da;
  line-height: 1.2;
  padding: 10px 0;
  margin-bottom: 20px;
}

.wrap_pop .pop {
  display: block;
  width: min(100%, 324px);
  margin: 0 auto;
}

/* === 特典一覧 ============================ */

.wrap_mv.apia .txt {
  margin: 30px auto;
}

.wrap_mv.apia .txt img {
  display: block;
  width: 180px;
  margin: 0 auto 20px;
}

.wrap_mv.stellarplace .txt img {
  display: block;
  width: 190px;
  margin: 0 auto 20px;
}

.anker_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 35px;
}

.anker_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px;
  border-radius: 12px;
}

.pk {
  background: #ff576b;
}

.or {
  background: #ff8000;
}

.bl {
  background: #005ce0;
}

.title {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 5px;
}

.title + p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}

.floor {
  text-align: center;
  margin-bottom: 15px;
}

.floor span {
  display: inline-block;
  min-width: 52px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 12px;
  border: 2px solid;
}

#alloff .floor span {
  color: #ff576b;
  border-color: #ff576b;
}

#partoff .floor span {
  color: #ff8000;
  border-color: #ff8000;
}

#present .floor span {
  color: #005ce0;
  border-color: #005ce0;
}

.floor_list ul {
  margin-bottom: 30px;
}

.floor_list ul li {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}

.floor_list ul li:first-child {
  border-top: 1px solid #e8e8e8;
}

.floor_list ul li .shopName {
  width: 45%;
  border-right: 1px dashed #e8e8e8;
}

.floor_list ul li .shopName a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 8px 8px 8px 0;
}

.floor_list ul li .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  width: 55%;
  padding: 8px;
}

#alloff .floor_list ul li .detail p span {
  color: #ff576b;
}

#partoff .floor_list ul li .detail p span {
  color: #ff8000;
}

#present .floor_list ul li .detail p span {
  color: #005ce0;
}

.caption_area ul li {
  font-size: 1.1rem;
}

/* === 5倍ポイントセールについて ==================== */

.wrap_mv.about .cap {
  margin-top: 15px;
}

.wrap_red_border {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 10px;
}

.wrap_red_border li {
  position: relative;
  background: #fff9d7;
  padding: 15px 12px;
  border: 2px solid #ff0000;
  border-radius: 12px;
}

.wrap_red_border > li:not(:last-child)::after {
  content: '+';
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-size: 45px;
  font-weight: bold;
  background: #000;
  padding-bottom: 4px;
  border-radius: 100px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.wrap_red_border.point li:first-child img {
  margin-top: -28px;
}

.wrap_500point a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px 0 10px;
}

.wrap_500point.about a {
  background: #fff;
  border: 2px solid #ff0000;
  border-radius: 12px;
  margin-top: 10px;
}

.wrap_500point a h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ff0000;
}

.wrap_500point a h3 + p {
  font-size: 1.1rem;
  margin: 5px 0 -3px;
}

.wrap_500point a .icon_more {
  background: #ff0000;
  color: #fff;
}

.wrap_500point a .icon_more::after {
  border-color: #fff;
}

.wrap_red_border.point li:nth-child(2) img {
  margin-top: -35px;
}

.wrap_red_border.caution li h3 {
  font-size: 1.6rem;
  color: #ff0000;
  margin-bottom: 12px;
}

.wrap_red_border.caution li h3 img {
  width: 18px;
  vertical-align: text-top;
  padding-top: 4px;
}

.wrap_red_border.caution li h3 span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}

.wrap_red_border .wrap_caution .black_border {
  font-size: 1.1rem;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 6px;
  margin-bottom: 7px;
}

.wrap_red_border .wrap_caution .black_border span {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: sub;
}

.wrap_red_border .wrap_caution .black_border + p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main#about .caption_area {
  margin-top: 15px;
}

/* === JRタワースクエアカードについて =============== */

.wrap_mv.card .img_card {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.wrap_mv.card .img_card p {
  text-align: center;
  font-size: 0.8rem;
}

.wrap_mv.card .txt .cap {
  margin-top: 15px;
}

.wrap_card_point {
  margin-bottom: 30px;
}

.wrap_card_point .inner > h3 {
  text-align: center;
  font-size: 1.5rem;
  padding: 7px 0;
  border-top: 2px solid #ffcc00;
  border-bottom: 2px solid #ffcc00;
  margin-bottom: 15px;
}

.wrap_card_point ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.wrap_card_point ul li {
  width: calc(calc(100% - 10px) / 2);
  padding: 10px;
  border-radius: 10px;
}

.wrap_card_point ul li:nth-child(1) {
  background: #dc79a5;
}

.wrap_card_point ul li:nth-child(2) {
  background: #70b1e0;
}

.wrap_card_point ul li:nth-child(3) {
  background: #b9d14a;
}

.wrap_card_point ul li:nth-child(4) {
  background: #ffcc00;
}

.wrap_card_point ul li .white {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
}

.wrap_card_point ul li .black {
  font-size: 1.7rem;
  font-weight: bold;
}

.wrap_card_point ul li .black span {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}

.wrap_500point.card a {
  padding: 16px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.wrap_500point.card a h3 {
  font-size: 1.6rem;
}

.wrap_500point.card > p {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-bottom: 2px solid #000;
}

.wrap_info {
  margin-bottom: 40px;
}

.wrap_info .bubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #fae142;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto 15px;
}

.wrap_info .bubble::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #fae142 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.wrap_info .bubble + h2 {
  font-size: 2.9rem;
  text-align: center;
  font-feature-settings: 'palt';
  margin-bottom: 15px;
  letter-spacing: -0.3px;
}

.yellow_box {
  border: 3px solid #000;
  margin-bottom: 10px;
}

.yellow_box .yellow {
  background: #f6d85c;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
}

.yellow_box .black {
  background: #000;
  color: #f6d85c;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
}

.yellow_box .black span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 2px;
  border: 1px solid #ffcc00;
}

.txt_end {
  font-size: 1.5rem;
  font-weight: bold;
  font-feature-settings: 'palt';
}

.txt_end span {
  display: inline-block;
  background: linear-gradient(to top, #fff57a 8px, transparent 8px);
  line-height: 1.4;
}

.txt_end span:first-child {
  font-size: 1.1rem;
}

.txt_end + .cap {
  margin-top: 15px;
}

.wrap_info .btn {
  width: min(100%, 165px);
  margin: 0 auto;
}

.wrap_info .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: 3px dotted #929293;
  margin-top: 15px;
}

.wrap_contact h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #fae142;
  padding: 3px 0;
  margin-bottom: 15px;
}

.wrap_contact p {
  font-size: 1.5rem;
  text-align: center;
}

.wrap_contact p span.fwb {
  font-weight: bold;
}
.wrap_contact p span:not([class]) {
  color: #939393;
}

/* === トップ ============================ */

@media print, screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  header .headerInner .logo {
    width: 96px;
  }
  header .nav .navHeader {
    background: #fff;
    border-left: 1px solid #d5d5d5;
  }
  header .nav {
    background: transparent;
    border-left: 0px;
  }
  header .nav nav {
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
  header .nav nav .heading {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  header .nav nav ul {
    background: #fff;
    border-left: 1px solid #d5d5d5;
  }
  header .nav nav > ul > li a {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  header .nav nav > ul > li a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotateZ(45deg);
  }
  header .nav nav > ul.ye > li a {
    color: #000;
    border-left: 12px solid;
  }
  header .nav nav > ul.ye > li a,
  header .nav nav > ul.ye > li a::after {
    border-color: #ffcc00;
  }
  header .nav nav .heading {
    background: #9ec138;
    color: #fff;
    font-weight: bold;
  }
  header .nav nav > ul.gr > li a {
    color: #000;
    border-left: 12px solid;
  }
  header .nav nav > ul.gr > li a,
  header .nav nav > ul.gr > li a::after {
    border-color: #9ec138;
  }
  header .nav nav > ul.gy > li a {
    border-left: 12px solid;
    border-color: #e7e6e6;
  }
  header .nav nav > ul.gy > li a::after {
    border-color: #868687;
  }

  /* ======== footer ======== */
  footer .pageTop_new {
    bottom: 42px;
  }
  footer .pipeLink {
    padding: 15px 0;
  }
  footer .pipeLink ul li p {
    font-size: 10px;
  }
  footer .footerInner {
    text-align: center;
    padding: 18px;
  }
  footer .footerInner p {
    line-height: 1.2;
  }
  /* === 共通 ============================ */

  #sp_area {
    height: auto;
    min-height: auto;
    overflow: auto;
    max-width: 450px;
  }
  /* === トップ ============================ */
} /* メディアクエリここまで */
