@charset "UTF-8";
/***************************************
中面ページ共通SCSS
****************************************/
/***************************************
header
****************************************/
.title-area {
  background-color: #EF62A9;
  text-align: center;
  padding: 10px 0 65px;
  position: relative;
  z-index: 1;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}
.title-area span {
  font-size: 16px;
}

/***************************************
SHOP EVENT / SPECIAL ITEM
****************************************/
.nowrap {
  white-space: nowrap;
}

.terms_flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.terms {
  width: 7em;
  white-space: nowrap;
}

/***************************************
フロアリスト
****************************************/
.floor-list {
  position: relative;
  margin-top: -20px;
  z-index: 10;
}
.floor-list .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FDE3EF;
}
.floor-list .tab_list .tab {
  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;
  cursor: pointer;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
  position: relative;
  color: #fff;
}
.floor-list .tab_list .tab.active {
  width: 55%;
  height: 60px;
  font-size: 23px;
  background-color: #EF62A9;
}
.floor-list .tab_list .tab:not(.active) {
  width: 45%;
  height: 48px;
  margin-top: 12px;
  font-size: 16px;
  background-color: #FFBFDF;
}
.floor-list .tab_article_list {
  margin-bottom: 0px;
  border-top: 1.5px solid #EF62A9;
  background-color: #FFF7FB;
}
.floor-list .tab_article_list .tab_article {
  padding: 20px 20px 40px;
}
.floor-list .tab_article_list .tab_article:not(.active) {
  display: none;
}
.floor-list .tab_article_list .tab_article_head {
  padding-bottom: 48px;
}
.floor-list .tab_article_list .tab_article_head li {
  border-bottom: 2px dotted #444444;
  padding: 12px 0;
}
.floor-list .tab_article_list .tab_article_head li .floor-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.floor-list .tab_article_list .tab_article_head li .floor-list-link_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #444444;
  font-size: 13px;
  font-family: "Arvo", serif;
  font-weight: 700;
  letter-spacing: 0.28px;
  color: #FFFFFF;
  line-height: 35px;
}
.floor-list .tab_article_list .tab_article_head li .floor-list-link_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 15px;
  letter-spacing: 0.45px;
  padding-left: 8px;
  font-weight: 800;
  line-height: 1.2;
}

.tab_article_body section {
  margin-bottom: 40px;
}

/***************************************
各フロア名とジャンル名
****************************************/
.floor-number {
  font-size: 13px;
  font-weight: 500;
}
.floor-number span {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 30px;
  padding-right: 6px;
}

/***************************************
コンテンツ
****************************************/
.event_content {
  margin-top: 30px;
}

/***************************************
SPECIAL ITEM　のコンテンツ内
****************************************/
#specialitem .event_content {
  margin-top: 10px;
}
#specialitem .event_content .event_box {
  padding: 30px 20px 20px;
  margin: 30px auto;
}
#specialitem .event_content .event_box:not(:last-child) {
  margin-bottom: 30px;
}
#specialitem .event_content .event_box .item_name {
  font-size: 16px;
  color: #EF62A9;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 5px;
}
#specialitem .event_content .event_box .item_price {
  text-align: right;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}
#specialitem .event_content .event_box .item_price span {
  font-size: 17px;
}
#specialitem .event_content .event_box .item_price .fs14 {
  font-size: 13px;
  font-weight: 500;
}
#specialitem .event_content .event_box .terms {
  text-align: left;
  width: 6em;
}
#specialitem .event_content .event_box .terms span {
  padding: 1px 8px 2px;
}
#specialitem .event_content .event_box .terms.sale span {
  padding: 1px 13px 2px;
}
#specialitem .event_content .event_box .terms_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 8px;
}
#specialitem .event_content .event_box .shop_name_wrap {
  margin: 30px 0 5px;
  border-top: 1px dotted #453C35;
  padding-top: 10px;
}
#specialitem .event_content .event_box .shop_name_wrap .shop_name {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
#specialitem .event_content .event_box .shop_name_wrap .floor_name {
  font-size: 14px;
  font-weight: 500;
}
#specialitem .event_content .item_category_wrap {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#specialitem .event_content .item_category_wrap .item_category {
  display: inline-block;
  position: relative;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  background: #EF62A9;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#specialitem .event_content .item_category_wrap .item_category::before, #specialitem .event_content .item_category_wrap .item_category::after {
  content: "";
  position: absolute;
  content: "";
  z-index: 1;
  width: 16px;
  height: 34px;
}
#specialitem .event_content .item_category_wrap .item_category::before {
  background: url(../img/ribbon_left.png) no-repeat center/contain;
  top: 0;
  left: -15px;
}
#specialitem .event_content .item_category_wrap .item_category::after {
  background: url(../img/ribbon_left.png) no-repeat center/contain;
  top: 0;
  right: -15px;
  rotate: 180deg;
}

/***************************************
注意事項
****************************************/
.note-area {
  display: block;
  width: 100%;
  padding-bottom: 70px;
  background-color: #FFF7FB;
}
.note-area .note-list {
  display: block;
  margin-bottom: 40px;
}
.note-area .note-list li {
  text-indent: -1.3em;
  padding-left: 1em;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.btn_back {
  max-width: 266px;
}
.btn_back a {
  height: 65px;
  line-height: 65px;
}