@charset "UTF-8";

/*----------------------------------------
  common
----------------------------------------*/
body {
  font-family: "Noto Sans JP", serif;
}

a:hover {
 text-decoration: none;
}

.sp_appear {
  display: block;
}

.pc_appear {
  display: none !important;
}

.inner {
  max-width: 767px;
  margin: 0 auto;
  /* padding: 0 15px; */
}

.txt-blue {
  color: #0064A5;
}
.txt-red {
  color: #D83924;
}
.txt-yellow {
  color: #FCC31C;
}

#wrapper .area-ttl img {
  width: 100%;
  height: auto;
}


.content1_tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.content1_tab li {
  text-align: center;
  padding: 10.9% 0;
  font-size: clamp(17px, 3.6cqi, 24px);
  font-weight: bold;
  color: #818181;
  cursor: pointer;
  background-color: #D5D5D5;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.06666em;
}

.content1_tab li.current {
  background-color: #FFFDE4;
  color: #6C9BD2;
}

.content1_tab li p > span{
  display: block;
  margin-top: 10px;
  font-size: clamp(11px, 2.4cqi, 16px);
}

.xd-sp-cont-wrapper {
  background-color: #FFF4E0;
  padding: 0 20px 10%;
}


.btn-more {
  display: block;
  text-align: center;
  margin: 6% 0;
  
}

.btn-more a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #ea617b;
  border-radius: 100px;
  font-size: clamp(18px, 3.4cqi, 24px);
  font-weight: 500;
  letter-spacing: 0.06666em;
  padding: clamp(14px, 5%, 24px) 0;
}

.btn-more a::after {
  content: '';
  background-image: url(../img/ico-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 14px;
  transform: translateY(-50%);
}


/*  header footer
----------------------------------------*/
footer {

}

/*----------------------------------------
  contents
----------------------------------------*/

.main_visual {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff4e0;
}

.xd-sp-content {
  padding: 0 2.5%;
  display: block;
  background: #fff;
  color: #3b3938;
  container-type: inline-size;

  @media (max-width: 767px) {
    padding: 0;
  }
}

.xd-sp-intro {
  padding: 2% 5.33% 18%;
  background-color: #fff;
  background-image: url('../img/bg_graph.png');
  background-repeat: repeat;
  font-size: 2.8cqi;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.65px;
}

.xd-sp-intro-ttl {
  padding-bottom: 2%;
}

.xd-sp-intro-txt p {
  text-align: center;
  font-size: clamp(13px, 2.8cqi, 16px);
}

.xd-sp-intro p + p {
  margin-top: 1.6%;
}

.xd-sp-intro-emphasis {
  font-weight: 800;
}

.xd-sp-intro-emphasis span {
  padding: 0 4px 0 8px;
  background: linear-gradient(transparent 65%, #fff9b0 65%, #fff9b0 105%, transparent 105%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.xd-sp-section {
  padding: 9.33% 0 0;

}

.xd-sp-section > img {
  max-width: 100%;
  margin: 0 auto 5.33%;
}

.xd-sp-section > img:last-child {
  margin-bottom: 0;
}




/*----------------------------------------
  event
----------------------------------------*/

.xd-sp-event-section a {
  display: block;
}

.xd-sp-event-section a img {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}

.xd-sp-event-section {
  position: relative;
  z-index: 1;
  margin-top: -24%;
  padding-top: 6.67%;  
}

.xd-sp-event-section h2 {
  color: #ea617b;
  font-size: 11.2cqi;
  font-weight: 700;
  letter-spacing: 0.08em;
}
  
.xd-sp-event-list .content1_tab li.tab_kids {
  color: #FFA513;
  background-color: #fff;
  border: 2px solid #FFA513;
  border-bottom: none;
}

.xd-sp-event-list .content1_tab li.tab_kids.current {
  background-color: #FFA513;
  color: #FFF;
}


.xd-sp-event-list .content1_tab li.tab_teens {
  color: #DD2653;
  background-color: #fff;
  border: 2px solid #DD2653;
  border-bottom: none;
}

.xd-sp-event-list .content1_tab li.tab_teens.current {
  background-color: #DD2653;
  color: #FFF;
}

.xd-sp-event-list .area_content {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
}

.xd-sp-event-list:has(li.tab_kids.current) .area_content {
  border: 2px solid #FFA513;
}

.xd-sp-event-list:has(li.tab_teens.current) .area_content {
  border: 2px solid #ea617b;
}

.xd-sp-event-list .event_items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0 0 0;
  
}

.xd-sp-event-list .tab_kids_item .event_items {
  border-top: 1px solid #FFA513;
}
  
.xd-sp-event-list .tab_teens_item .event_items {
  border-top: 1px solid #DD2653;
}

.xd-sp-event-list .event_items li {
  padding: 20px;
}

.xd-sp-event-list .tab_kids_item .event_items li {
  border-right: 1px solid #FFA513;
  border-bottom: 1px solid #FFA513;
}

.xd-sp-event-list .tab_teens_item .event_items li {
  border-right: 1px solid #DD2653;
  border-bottom: 1px solid #DD2653;
}

.xd-sp-event-list .event_items li:nth-child(even) {
  border-right: none;
}

/* 【奇数のとき】最後の1個だけに適用 */
.xd-sp-event-list .event_items li:nth-child(odd):last-child {
  border-bottom: none;
}

/* 【偶数のとき】最後の2個に適用 */
.xd-sp-event-list .event_items:has(li:nth-child(even):last-child) li:nth-last-child(-n + 2) {
  border-bottom: none;
}


.xd-sp-event-list .event_items li .event-title {
  box-sizing: border-box;
  font-size: clamp(18px, 3.4cqi, 24px);
  font-weight: 600;
  padding-bottom: 5%;
  line-height: 1.5;
}

.xd-sp-event-list .tab_kids_item .event_items li .event-title {
  color: #FFA513;
}

.xd-sp-event-list .tab_teens_item .event_items li .event-title {
  color: #DD2653;
}

.xd-sp-event-list .event_items li p {
  font-size: clamp(14px, 2.6cqi, 20px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

.xd-sp-event-list .event_items li a.event-link {
  display: block;
}

.xd-sp-event-list .event_items li p.event-img {
  display: block;
  margin-bottom: 5%;
}

.xd-sp-event-list .event_items li p.event-date,
.xd-sp-event-list .event_items li p.event-time,
.xd-sp-event-list .event_items li p.event-place {
  display: flex;
  align-items: flex-start;
}

.xd-sp-event-list .event_items li  p > span {
  display: inline-block;
  flex-shrink: 0;
  padding: 1px 6px 2px;
  margin-right: 6px;
  font-size: clamp(11px, 2.4cqi, 16px);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;

  @media screen and (max-width: 767px) {
    padding: 2px 6px 3px;
  }
}


.xd-sp-event-list .event_items li p.event-note {
  padding-top: 2%;
}


.xd-sp-event-list .tab_kids_item .event_items li  p > span {
  background-color: #FFA513;
}

.xd-sp-event-list .tab_teens_item .event_items li  p > span {
  background-color: #DD2653;
}

@media screen and (min-width: 768px) {
  .content1_tab li {
    font-size: clamp(17px, 4.31cqi, 24px);
  }

  .content1_tab li p > span {
    font-size: clamp(11px, 2.87cqi, 16px);
  }

  .btn-more a {
    font-size: clamp(18px, 4.07cqi, 24px);
  }

  .xd-sp-intro {
    font-size: 3.35cqi;
  }

  .xd-sp-intro-txt p {
    font-size: clamp(13px, 3.35cqi, 16px);
  }

  .xd-sp-event-section h2 {
    font-size: 13.4cqi;
  }

  .xd-sp-event-list .event_items li .event-title {
    font-size: clamp(18px, 4.07cqi, 24px);
  }

  .xd-sp-event-list .event_items li p {
    font-size: clamp(14px, 3.11cqi, 20px);
  }

  .xd-sp-event-list .event_items li > p > span {
    font-size: clamp(11px, 2.87cqi, 16px);
  }

  .xd-sp-pickup-section h3,
  .xd-sp-renewal-section h3 {
    font-size: clamp(17px, 4.31cqi, 24px);
  }

  .xd-sp-pickup-section .xd-sp-pickup-item .event-title,
  .xd-sp-renewal-section .xd-sp-renewal-item .event-title {
    font-size: clamp(18px, 4.07cqi, 24px);
  }

  .xd-sp-pickup-section .xd-sp-pickup-item p,
  .xd-sp-renewal-section .xd-sp-renewal-item p {
    font-size: clamp(14px, 3.35cqi, 20px);
  }

  .xd-sp-pickup-section .xd-sp-pickup-item > p > span {
    font-size: clamp(13px, 3.35cqi, 16px);
  }

  .xd-sp-renewal-section .xd-sp-renewal-item > p > span {
    font-size: clamp(11px, 2.87cqi, 16px);
  }

  .xd-sp-access-section .xd-sp-access-info {
    font-size: clamp(14px, 3.35cqi, 20px);
  }

  .xd-sp-access-section .btn-more a {
    font-size: clamp(13px, 3.35cqi, 16px);
  }

  .xd-sp-information-section .xd-sp-information-note {
    font-size: clamp(13px, 3.11cqi, 18px);
  }
}


/*----------------------------------------
  pickup
----------------------------------------*/

.xd-sp-pickup-section  {
  background-color: #FFF4E0;
  padding-bottom: 5%;
}

.xd-sp-pickup-section .xd-sp-cont-wrapper {
  padding-bottom: 5%;
  background-color: transparent;
}

.xd-sp-pickup-section h3 {
  background-color: #EA617B;
  color: #FFF;
  text-align: center;
  font-size: clamp(17px, 3.6cqi, 24px);
  font-weight: 700;
  padding-block: 5%;
  border-radius: 10px 10px 0 0 ;
}

.xd-sp-pickup-section .xd-sp-pickup-item {
  background-color: #FFF;
  border: 2px solid #EA617B;
  padding: 4% 15px 15px;
  border-radius: 0 0 10px 10px;
}

.xd-sp-pickup-section .xd-sp-pickup-item .event-title {
  font-size: clamp(18px, 3.4cqi, 24px);
  font-weight: 600;
  padding-bottom: 4%;
  line-height: 1.5;
  color: #EA617B;
  
}

.xd-sp-pickup-section .xd-sp-pickup-item .event-title {
  display: block;
}

.xd-sp-pickup-section .xd-sp-pickup-item p.event-img {
  display: block;
  margin-bottom: 5%;
}

.xd-sp-pickup-section .xd-sp-pickup-item p {
  font-size: clamp(14px, 2.8cqi, 20px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

.xd-sp-pickup-section .xd-sp-pickup-item  p > span {
  display: inline-block;
  padding: 1px 10px;
  margin-right: 6px;
  font-size: clamp(13px, 2.8cqi, 16px);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  background-color: #EA617B;

  @media screen and (max-width: 767px) {
    padding: 2px 6px 3px;
  }
}

.xd-sp-pickup-section .xd-sp-pickup-item p.event-note {
  padding-top: 4%;
}


/*----------------------------------------
  renewal
----------------------------------------*/

.xd-sp-renewal-section {
  background-color: #FFF4E0;
}

.xd-sp-renewal-section a {
  display: block;
}

.xd-sp-renewal-section .xd-sp-cont-wrapper {
  background-color: transparent;
}


.xd-sp-renewal-section h3 {
  background-color: #0C76B2;
  color: #FFF;
  text-align: center;
  font-size: clamp(17px, 3.6cqi, 24px);
  font-weight: 700;
  padding-block: 5%;
  border-radius: 10px 10px 0 0 ;
}

.xd-sp-renewal-section .xd-sp-renewal-item {
  background-color: #FFF;
  border: 2px solid #0C76B2;
  padding: 4% 15px 15px;
  border-radius: 0 0 10px 10px;

}


.xd-sp-renewal-section .xd-sp-renewal-item .event-title {
  font-size: clamp(18px, 3.4cqi, 24px);
  font-weight: 600;
  padding-bottom: 4%;
  line-height: 1.5;
  color: #0C76B2;
  
}

.xd-sp-renewal-section .xd-sp-renewal-item .event-title {
  display: block;
}

.xd-sp-renewal-section .xd-sp-renewal-item p.event-img {
  display: block;
  margin-bottom: 0;
}

.xd-sp-renewal-section .xd-sp-renewal-item p {
  font-size: clamp(14px, 2.8cqi, 20px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

.xd-sp-renewal-section .xd-sp-renewal-item > p > span {
  display: inline-block;
  padding: 1px 10px;
  margin-right: 6px;
  font-size: clamp(11px, 2.4cqi, 16px);
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  background-color: #0C76B2;
}

.xd-sp-renewal-section .btn-more a {
  background-color: #0C76B2;
  margin-top: 0;
}



/*----------------------------------------
  area map
----------------------------------------*/

.xd-sp-section.xd-sp-areamap-section {
  padding-top: 0;
}


.xd-sp-areamap-section .xd-sp-cont-wrapper {
  background-color: #fff;
  padding-bottom: 0;
}


/*----------------------------------------
  access
----------------------------------------*/
.xd-sp-access-section.xd-sp-section {
  padding-top: 0;
}

.xd-sp-access-section .xd-sp-access-info {
  padding: 5% 0;
  font-size: clamp(14px, 2.8cqi, 20px);
  line-height: 1.7;
}

.xd-sp-access-map iframe {
  display: block;
  width: 100%;
  height: min(75vw, 450px);
  aspect-ratio: 4 / 3;
  border: 2px solid #FCC31C;
  border-radius: 10px;
  box-sizing: border-box;
}

.xd-sp-access-section .xd-sp-access-link {
  display: flex;
  gap: 10px;
}

.xd-sp-access-section .xd-sp-access-link li {
  flex: 1;
}

.xd-sp-access-section .xd-sp-access-link .btn-more {
  width: 100%;
  box-sizing: border-box;
}

.xd-sp-access-section .btn-more a {
  background-color: #FCC31C;
  margin-top: 10%;
}

.xd-sp-access-section .btn-more a {
  font-size: clamp(13px, 2.8cqi, 16px);
  padding: clamp(15px, 10%, 24px) 0;
}



/*----------------------------------------
  information
----------------------------------------*/

.xd-sp-section.xd-sp-information-section {
  padding-top: 0;
}

.xd-sp-information-section .xd-sp-cont-wrapper {
  background-color: #fff;
  padding-bottom: 7%;
}

.xd-sp-information-section .xd-sp-information-note {
  padding: 5% 0;
  font-size: clamp(13px, 2.6cqi, 18px);
  line-height: 1.7;
  letter-spacing: 0.03em;
}




/*----------------------------------------
  etc
----------------------------------------*/

.xd-sp-section.xd-sp-etc-section {
  background-color: #FBC000;
}

.xd-sp-etc-section .xd-sp-cont-wrapper {
  background-color: transparent;
  padding: 0 7% 10%;
}

.xd-sp-etc-section .btn-more {
  padding: 0 0;
}

.xd-sp-etc-section .btn-more a {
  background-color: #D83924;
  padding: 14px 0;
  line-height: 1.4;
}


/*----------------------------------------
  etc...
----------------------------------------*/

.contents-main {
  display: none;
}

.page_anchor_list li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0;
  border-radius: 8px;
}

/* .page_anchor_list li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  background: url(../img/bg-page_anchor.png) no-repeat center center;
  right: 25px;
  top: 50%;
  margin-top: -3.5px;
} */
.page_anchor_list li a:hover {
  opacity: 0.7;
}

.mall-hp {
  background-image: url(../img/sp/bg_bargain.png);
  background-size: 107px 73px;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.mall-hp .inner {
  width: 100%;
}

.event {
  /* background-size: 120px 40px; */
}


.osusume {
  margin: 10px auto 20px;
}

.osusume_contents {
  width: auto;
  background: url(../img/sp/bg-dsc_top.png) no-repeat top left,
    url(../img/sp/bg-dsc_bottom.png) no-repeat bottom right;
  background-size: contain,
    contain;
  background-color: #fff;
  padding: 70px 15px;
}

.osusume_dsc {}

.matomegai_page_anchor {
  margin-top: 25px;
  margin-bottom: 25px;
}

.matomegai_page_anchor:after {
  content: '';
  display: block;
  background: #000;
  height: 1px;
  width: 95%;
  margin: 7% auto 0;
}

.otokugai_page_anchor {
  margin-top: 25px;
  margin-bottom: 10px;
}

.event_date {
  color: #de0245;
  text-align: center;
  padding: 30px 0;
}

.event_date_text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}

.event_date_text2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

.event_date_select {
  padding-top: 18px;
}

.event_date_picker {
  display: inline-block;
  font-size: 18px;
  border: 1px solid #de0245;
  padding: 10px 0;
  width: 100%;
  border-radius: 5px;
  padding-left: 15px;
  color: #707070;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.event_date_picker_wrapper:before {
  content: '';
  width: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  background-color: #de0245;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  pointer-events: none;
}

.event_date_mark {
  display: block;
  width: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  writing-mode: tb-rl;
  margin: 0 auto;
}

.event_date_picker_wrapper:after {
  content: '';
  width: 16px;
  height: 10px;
  background: url(../img/ico-down_white.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 10px;
  pointer-events: none;
}

.event_date_picker_wrapper {
  position: relative;
  width: 70%;
  margin: 10px 0;
  display: inline-block;
}

.event_select_title {
  margin: 30px 0 25px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.33;
  font-weight: bold;
  color: #5b5b5b;
}

.event_results {
  padding-top: 30px;
}

/*  イベント項目
----------------------------------------*/
.events {
  overflow: hidden;
}

.events_mall {
  font-size: 12px;
}

.events_title {
  font-size: 22px;
  font-weight: bold;
}

.events_item {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  padding: 0 0 17px;
  border-radius: 5px;
  font-size: 13px;
}

.events_content_inner {
  width: 90%;
  margin: 5% auto 0;
  font-size: 14px;
}


.events_detail_link {
  font-size: 18px;
}

/* メッセージ */
.events_message {
  padding: 30px 0;
}

.feature {
  margin: 0 10px;
}

.feature_item {
  background: url(../img/sp/bg-campaign.png) #ff7a7a no-repeat;
  background-size: 100%;
  border-radius: 5px;
  padding-bottom: 20px;
  overflow: hidden;
}

#wrapper .feature_item_title {
  margin-top: 25px;
  width: 85%;
}

.feature_item_text {
  padding-top: 5%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.sale {
  margin: 20px 10px 0 10px;
}

.sale_item {
  background: url(../img/sp/bg-sale.png) #ffc600 no-repeat;
  background-size: 100%;
  border-radius: 5px;
  padding-bottom: 20px;
  overflow: hidden;
}

#wrapper .sale_item_title {
  width: 60%;
  margin-top: 25px;
}

.sale_item_text {
  padding-top: 5%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.banner_wrapper {
  background: url(../img/bg-slide_grey.png);
  margin-top: 35px;
}

.banner_list {
  padding: 20px 10px 35px;
}

.banner_item {
  margin-top: 15px;
}

/*  area_select
----------------------------------------*/
.area_select {
  text-align: center;
  position: relative;
  margin: 25px 15px 30px;
}

.area_select:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 10px;
  background: url(../img/ico-down_white.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  margin-top: -4px;
  right: 11.4%;
}

.area_select select {
  background: #e50011;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  border: none;
}

.area_select.o-campaign select {
  background: #ffc600;
  color: #fff;
}

.area_content {
  margin: 0;
}

.sc_list .sc_list_item {
  float: left;
  width: 100%;
  margin: 10px 2% 0 0;
  text-indent: 0;
}

.sc_list .sc_list_item:nth-child(even) {
  margin-right: 0;
  float: right;
  margin: 10px 0 0 0;
}

.sc_list .sc_list_item.o-left {
  margin-left: 0;
}

.sc_list a {
  font-size: 15px;
}

.events_detail {
  margin-top: 20px;
}

/* 2025aeonmall-spring ------------------------------ */
.left_side {
  display: none;
}

.event-nav-wrap {
  padding: 20px 30px 48px;
  background-color: #fff;
}

.sc_list_item {
  display: flex;
  gap: 10px;
}

.sc_list_item p {
  width: 40%;
}

.tabs-note {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22/18);
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
  max-width: 314px;
  margin: 20px auto 0;
  padding: 22px 12px;
  background-color: #F3B0CF;
  border-radius: 5px;
}

/*  */
.header_outer {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}

#contents {
  margin-bottom: 0;
}

#wrapper .title img {
  width: 100%;
}

.bg-blue-area {
  background-color: #2783DD;
}

.nav-area {
  padding: 48px 20px 0;
}

.nav-area-list:not(:last-child) {
  margin-bottom: 9px;
}

.event-contents_list {
  padding: 0 0 78px;
}

.event-contents_listp_inner {
  padding: 0 20px;
}

.place-txt,
.age-txt,
.date-txt,
.time-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32/16);
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 20px;
}

.place-txt span,
.age-txt span,
.date-txt span,
.time-txt span {
  display: inline-block;
  padding: 0px 6px;
  color: #fff;
  background-color: #000000;
  margin-right: 10px;
}

.desc-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 20px;
}

#wrapper .img-line img {
  width: 100%;
}

.img-line-blue_pink {
  background-color: #2783DD;
}

/* event2 */
.event_contents {
  position: relative;
}

.event2.event-contents_list {
  background-color: #F2B0CC;
}

.btn-area {
  margin-top: 30px;
}

.bg-decoration {
  width: 100%;
  position: absolute;
  bottom: -44vw;
}

#wrapper .bg-decoration img {
  width: 100%;
}

.event2 .btn-area {
  padding-bottom: 10vw;
}

/* sale_info */
.sale_info {
  padding-top: 44vw;
}

.sale_info_link {
  padding: 0 20px;
}

#wrapper .sale_info_link img {
  width: 100%;
}

.event4 .title {
  padding: 45px 0 10px;
}

#wrapper .sale_info_link img {
  border-radius: 10px;
}

.mall-hp-bottom {
  padding: 0 20px;
}

#wrapper.top #main {
  padding-top: 0;
}

#main {
  margin-bottom: 0;
}

.js-tabs_event {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .event2 .btn-area {
    padding-bottom: 150px;
  }

  .bg-decoration {
    width: 100%;
    position: absolute;
    bottom: -200px;
  }

  .sale_info {
    padding-top: 200px;
  }
}