@charset "utf-8";

.g-wrap .check_list {
  font-weight: 700;
}

.g-wrap p.shop_open_ribbon {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  /*semibold*/
}

/*======================================================================
 * フロアマップボタン
======================================================================*/
.g-wrap .link_button_area._floormap {
  margin-top: 100px;
}

.g-wrap ._floormap .link_button._pdf {
  font-size: 20px;
  height: 75px;
  border-radius: 75px;
  max-width: 426px;
}

@media (max-width: 768px) {
  .g-wrap .link_button_area._floormap {
    margin-top: 40px;
  }

  .g-wrap ._floormap .link_button._pdf {
    font-size: 13px;
    height: 40px;
    max-width: 230px;
  }
}

/*======================================================================
 * フロアガイド_tab
======================================================================*/
.g-wrap .floor_tab {
  margin-top: 100px;
  overflow: hidden;
  font-size: 26px;
  letter-spacing: 0.03em;
}

.g-wrap .floor_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: -30px -7px 0;
}

.g-wrap .floor_tab li {
  width: calc(100%/6);
  padding: 0 7px;
  margin-top: 30px;
  position: relative;
}

.g-wrap .floor_tab li::after {
  content: "";
  display: block;
  width: 14px;
  border-bottom: 1px solid #004471;
  position: absolute;
  right: -7px;
  bottom: 0;
}

.g-wrap .floor_tab li:last-child:after {
  content: none;
}

.g-wrap .floor_tab li._floor_current a {
  color: #fff;
  background: #004471;
}

.g-wrap .floor_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #004471;
  background: #FCFBF9;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 55px;
}

.g-wrap .floor_tab a>span {
  display: flex;
  align-items: center;
}

.g-wrap .floor_tab a span .floor_dot::before {
  content: "-";
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 1400px) {
  .g-wrap .floor_tab ul {
    margin: -30px -5px 0;
  }

  .g-wrap .floor_tab li {
    padding: 0 5px;
  }

  .g-wrap .floor_tab li::after {
    width: 10px;
    right: -5px;
  }
}

@media (max-width: 1000px) {
  .g-wrap .floor_tab {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .g-wrap .floor_tab {
    margin-top: 40px;
    font-size: 13px;
  }

  .g-wrap .floor_tab ul {
    margin: -12px -2px 0;
  }

  .g-wrap .floor_tab li {
    padding: 0 2px;
    margin-top: 12px;
  }

  .g-wrap .floor_tab li::after {
    width: 6px;
    right: -3px;
  }

  .g-wrap .floor_tab a {
    border-radius: 10px 10px 0 0;
    height: 27px;
  }

  .g-wrap .floor_tab a span .floor_dot::before {
    content: "-";
    margin-left: 1px;
    margin-right: 1px;
  }
}

/*======================================================================
 * フロアガイド_clickablemap
======================================================================*/
.g-wrap .clickablemap {
  margin-top: 50px;
  border: 2px solid #004471;
  position: relative;
  z-index: 5;
}

.g-wrap .clickablemap_zoom {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
}

.g-wrap .clickablemap_zoom_btn {
  width: clamp(40px, 6vw, 50px);
  height: clamp(40px, 6vw, 50px);
  position: relative;
  background-color: #004471;
}

.g-wrap .clickablemap_zoom_btn:last-child {
  margin-top: clamp(5px, 1vw, 10px);
}

.g-wrap .clickablemap_zoom_btn.js-zoomin::before,
.g-wrap .clickablemap_zoom_btn.js-zoomin::after,
.g-wrap .clickablemap_zoom_btn.js-zoomout:before {
  content: "";
  width: clamp(25px, 4vw, 35px);
  height: clamp(3px, 1vw, 5px);
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.g-wrap .clickablemap_zoom_btn.js-zoomin::after {
  transform: translateY(-50%) rotate(90deg);
}

.clickablemap_zoom_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.clickablemap_image {
  width: 100%;
}

.clickablemap_image svg {
  width: 100%;
}

.clickablemap_image svg a {
  display: inline-block;
  pointer-events: all;
}

.clickablemap_image svg a:hover {
  opacity: 1;
}

.clickablemap_image svg a > * {
  fill: transparent;
  transition: all .3s;
}

.clickablemap_image svg a:hover > * {
  fill: rgba(62, 58, 57, 1);
}


/*======================================================================
 * フロアガイド_shoplist
======================================================================*/
.g-wrap .floor_shop_list {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .g-wrap .floor_shop_list {
    margin-top: 40px;
  }
}

/*======================================================================
 * feature_category
======================================================================*/
.g-wrap .feature_category {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .g-wrap .feature_category {
    margin-top: 40px;
  }
}

/*======================================================================
 * shop_search
======================================================================*/
.g-wrap .check_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-wrap .check_list ul {
    justify-content: flex-start;
  }
}

.g-wrap .check_list li {}

.g-wrap .check_list input[type=checkbox],
.g-wrap .check_list input[type=radio] {
  display: none;
}

.g-wrap .check_list input[type=checkbox]:checked+label,
.g-wrap .check_list input[type=radio]:checked+label {
  background: #004471;
  color: #fff;
}

.g-wrap .check_list label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  text-decoration: none;
  color: #004471;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004471;
  border-radius: 100px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .g-wrap .check_list label {
    padding: 0 5px;
  }
}

/*  */
.g-wrap .check_list._category {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: -1.5em;
}

.g-wrap .check_list._category ul::after {
  content: "";
  width: 32.5%;
}

.g-wrap .check_list._category li {
  width: 32.5%;
  margin-top: 1.5em;
}

.g-wrap .check_list._category li label {
  height: 4em;
}

.g-wrap .check_list._category li .subcategory {
  display: none;
  margin: 0;
}

.g-wrap .check_list._category li input[type=checkbox]:checked + label + .subcategory {
  width: 100%;
  display: inline;
}

.g-wrap .check_list._category li .subcategory li {
  font-size: 16px;
  width: 85%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #DDD;
  margin: 0 auto 13px;
  padding: 0 0 13px;
}
.g-wrap .check_list._category li .subcategory li:first-child {
  margin-top: 14px;
}
.g-wrap .check_list._category li .subcategory li:last-child {
  margin-top: 0;
}
.g-wrap .check_list._category li .subcategory li label {
  text-align: left;
  border: none;
  max-width: initial;
  min-height: initial;
  width: auto;
  height: auto;
  padding: 2px 2px 2px 23px;
  display: inline-block;
  background: none;
  position: relative;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox]:checked + label,
.g-wrap .check_list._category li .subcategory li input[type=radio]:checked + label {
  color: inherit;
}
.g-wrap .check_list._category li .subcategory li label::before,
.g-wrap .check_list._category li .subcategory li label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.g-wrap .check_list._category li .subcategory li label::before {
  width: 15px;
  height: 15px;
  border: 2px solid #004471;
  top: 13px;
  left: 0;
}
.g-wrap .check_list._category li .subcategory li label::after {
  width: 5px;
  height: 9px;
  top: 0.44em;
  left: 0.33em;
  opacity: 0;
  border-right: 2px solid #004471;
  border-bottom: 2px solid #004471;
  transform: rotate(50deg);
  transition: opacity .1s;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox]:checked + label::after,
.g-wrap .check_list._category li .subcategory li input[type=radio]:checked + label::after {
  opacity: 1;
}
.g-wrap .check_list._category li .subcategory li:last-child p.bottom-button,
.g-wrap .check_list._category li .subcategory li:last-child .bottom-button {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .g-wrap .check_list._category {
    font-size: 12px;
    margin-top: -1.1em;
    letter-spacing: 0;
  }

  .g-wrap .check_list._category ul::after {
    content: none;
  }

  .g-wrap .check_list._category li {
    width: 32%;
    margin-top: 1.1em;
  }
  .g-wrap .check_list._category li:not(:nth-child(3n+1)){
    margin-left: 2%;
  }

  .g-wrap .check_list._category label {
    border-radius: 15px;
  }

  .g-wrap .check_list._category li label {
    height: 5em;
  }

  .g-wrap .check_list._category li .subcategory li {
    font-size: 12px;
  }

  .g-wrap .check_list._category li .subcategory li:first-child {
    margin-top: 20px;
  }
  
  .g-wrap .check_list._category li .subcategory li label {
    padding: 2px 2px 2px 21px;
  }

  .g-wrap .check_list._category li .subcategory li label::before {
    top: 11px;
  }

  .g-wrap .check_list._category li .subcategory li label::after {
    left: 0.43em;
  }
}

/*======================================================================
 * 
======================================================================*/
.g-wrap .feature_category .link_button_area {
  max-width: none;
  margin-top: 80px;
}

.g-wrap .link_button.show_button,
.g-wrap .link_button.clear_button {
  margin: 0;
  font-size: 24px;
  width: 48%;
  max-width: 380px;
  min-width: auto;
}

@media (max-width: 768px) {
  .g-wrap .feature_category .link_button_area {
    margin-top: 40px;
  }

  .g-wrap .link_button.show_button,
  .g-wrap .link_button.clear_button {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    width: 100%;
  }

  .g-wrap .link_button.clear_button {
    margin-top: 20px;
  }
}

/*======================================================================
 * ribbon
======================================================================*/
.g-wrap p.shop_open_ribbon {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 10px;
  margin: 20px 0;
}

.g-wrap p.shop_open_ribbon>span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.g-wrap p.shop_open_ribbon>span span {
  transform: translateY(0.1em);
}

.g-wrap p.shop_open_ribbon>span::before,
.g-wrap p.shop_open_ribbon>span::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 19/52;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 2px);
  background-position: center;
  background-image: url(../images/shop_open/shop_ribbon_left.svg);
  position: absolute;
  top: 0;
}

.g-wrap p.shop_open_ribbon>span::before {
  left: 0;
}

.g-wrap p.shop_open_ribbon>span::after {
  right: 0;
}

/* _new */
.g-wrap p.shop_open_ribbon._new>span {
  background: #FF0000;
  color: #fff;
}

.g-wrap p.shop_open_ribbon._new>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left.svg);
}

.g-wrap p.shop_open_ribbon._new>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right.svg);
}

/* _renewal */
.g-wrap p.shop_open_ribbon._renewal>span {
  background: #004471;
  color: #fff;
}

.g-wrap p.shop_open_ribbon._renewal>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left_navy.svg);
}

.g-wrap p.shop_open_ribbon._renewal>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right_navy.svg);
}

/* _limited */
.g-wrap p.shop_open_ribbon._limited>span {
  background: #FDD000;
  color: #004471;
}

.g-wrap .shop_open_ribbon._limited>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left_yellow.svg);
}

.g-wrap .shop_open_ribbon._limited>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right_yellow.svg);
}

@media (max-width: 1400px) {
  .g-wrap p.shop_open_ribbon {
    font-size: 14px;
    padding: 0 8px;
    margin: 10px 0;
  }

  .g-wrap p.shop_open_ribbon>span {
    
  }
}

@media (max-width: 768px) {
  .g-wrap p.shop_open_ribbon {
    font-size: 13px;
    padding: 0 7px;
    margin: 0;
  }

  .g-wrap p.shop_open_ribbon>span {
    height: 24px;
  }
}