@charset "UTF-8";

/* BASE */
:root{
  --serif: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.page-event #header {
  margin-bottom: 0;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
.page-event .block-event-page--accessory {
  display: none;
}
#special .block-top-event--header {
  display: none;
}
.block-event-page--goods {
  margin: 0;
}
#special {
}
#special h1,
#special h2,
#special h3,
#special h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#special a {
  color: inherit;
  transition: all .3s;
}
#special a:hover {
  opacity: 0.7;
}
#special a:hover img {
  opacity: 1;
}
#special img {
  max-width: 100%;
  vertical-align: bottom;
}
#special .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#special .inner > *:last-child {
  margin-bottom: 0;
}
#special *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#special *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#special *::-webkit-scrollbar-thumb {
  background: #111111;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #special .inner {
    padding-inline: calc(15 / 430 * 100vw);
  }
}

/*-----------------------------------------
PC/SP切り替え
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  #special .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #special .pc-only {
    display: none;
  }
}

/*-----------------------------------------
common
-----------------------------------------*/

#special .box_border {
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 60px 60px;
  position: relative;
  margin-bottom: 50px;
}
#special .box_border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 6px 6px 0 0;
  background-image: linear-gradient(to right, #e85d5a 0%, #eb6b84 48.96%, #61c3e0 100%);
}
#special .box_border > *:last-child {
  margin-bottom: 0;
}
#special .box-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(57 / 40);
  text-align: center;
  margin: 0 0 45px;
}
#special .more-btn {
  text-align: center;
  margin-bottom: 60px;
}
#special .more-btn a {
  background-color: #CC0000;
  border-radius: 9999px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 20px;
  min-width: 350px;
}
@media only screen and (max-width: 767px) {
  #special .box_border {
    padding: calc(40 / 430 * 100vw) calc(10 / 430 * 100vw) calc(45 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  #special .box-title {
    font-size: calc(22 / 430 * 100vw);
    margin-bottom: calc(24 / 430 * 100vw);
  }
  #special .more-btn {
    margin-bottom: calc(20 / 430 * 100vw);
  }
  #special .more-btn a {
    font-size: calc(16 / 430 * 100vw);
    padding-block: calc(10 / 430 * 100vw) calc(11 / 430 * 100vw);
    padding-inline: calc(10 / 430 * 100vw);
  }
}


/*-----------------------------------------
mv
-----------------------------------------*/
#special .mv {
  position: relative;
}
#special .mv-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------
sec-intro
-----------------------------------------*/
#special .sec-intro {
  background-image: linear-gradient(to right, #fff0ce 0%, #fff9eb 16.32%, #fffbf3 50.64%, #fffaee 79.5%, #fff0ce 100%);
  padding-block: 60px;
  position: relative;
}
#special .sec-intro::before,
#special .sec-intro::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
#special .sec-intro::before {
  background-image: url('/img/usr/event/sale/202603/deco_intro_left.png');
  height: 312px;
  width: 303px;
  top: 49px;
  left: 0;
}
#special .sec-intro::after {
  background-image: url('/img/usr/event/sale/202603/deco_intro_right.png');
  height: 378px;
  width: 377px;
  top: 30px;
  right: 0;
}
#special .intro-lead {
  color: #C2160C;
  font-size: 30px;
  font-weight: bold;
  line-height: calc(44 / 30);
  text-align: center;
  margin-bottom: 10px;
}
#special .intro-lead span {
  font-size: 40px;
}
#special .intro-txt {
  color: #4B252D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: calc(38 / 20);
  text-align: center;
  margin-bottom: 28px;
}
#special .intro-txt p + p {
  margin-top: 1em;
}
#special .period {
  border-radius: 5px;
  background-image: linear-gradient(to right, #cb9500 0%, #ae7400 100%);
  color: #fff;
  padding: 13px 46px;
  margin-inline: auto;
  width: fit-content;
}
#special .period-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: calc(26 / 18);
  text-align: center;
}
#special .period-txt {
  font-weight: bold;
}
#special .period-txt .txt-lg {
  font-size: 24px;
}
#special .period-txt .txt-md {
  font-size: 18px;
}
#special .period-txt .txt-sm {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #special .sec-intro {
    padding-block: calc(15 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
  #special .sec-intro::before {
    background-image: url('/img/usr/event/sale/202603/deco_intro.png');
    height: auto;
    width: auto;
    inset: 0;
    pointer-events: none;
    z-index: 1;
  }
  #special .sec-intro::after {
    content: none;
  }
  #special .intro-lead {
    font-size: calc(24 / 430 * 100vw);
    margin-bottom: calc(2 / 430 * 100vw);
  }
  #special .intro-lead span {
    font-size: calc(30 / 430 * 100vw);
  }
  #special .intro-txt {
    font-size: calc(16 / 430 * 100vw);
    letter-spacing: 0;
    line-height: calc(22 / 16);
    margin-bottom: calc(14 / 430 * 100vw);
  }
  #special .period {
    text-align: center;
    padding-block: calc(9 / 430 * 100vw) calc(16 / 430 * 100vw);
    padding-inline: calc(9 / 430 * 100vw);
    width: 100%;
  }
  #special .period-ttl {
    font-size: calc(16 / 430 * 100vw);
    line-height: calc(26 / 16);
  }
  #special .period-txt {
    line-height: 1.1;
  }
  #special .period-txt .txt-lg {
    font-size: calc(24 / 430 * 100vw);
  }
  #special .period-txt .txt-md {
    font-size: calc(18 / 430 * 100vw);
  }
  #special .period-txt .txt-sm {
    font-size: calc(16 / 430 * 100vw);
  }
}

/*-----------------------------------------
sec-pickup
-----------------------------------------*/
#special .sec-pickup {
  background-image: url('/img/usr/event/sale/202603/bg_pickup.jpg');
  background-size: 100% 100%;
  padding-block: 100px 90px;
}
#special .medama-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 10px;
  margin-bottom: 30px;
}
#special .medama-tab > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 6);
}
#special .medama-tab button {
  all: unset;
  outline: revert;
  background-color: #fff;
  border: 1px solid #CE313A;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding: 15px 10px;
}
#special .medama-tab > li.active button {
  background-color: #CE313A;
  color: #fff;
}
#special .medama-contents {
}
#special .medama-content {
  display: none;
}
#special .medama-content.active {
  display: block;
}
#special .medama-content > *:last-child {
  margin-bottom: 0;
}
#special .medama-content .block-top-event--goods {
  margin-bottom: 40px;
}
#special .medama-content .block-thumbnail-t {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding-bottom: 30px;
}
#special .medama-content .block-thumbnail-t > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#special .medama-content .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
#special .medama-content .read-more {
  display: none;
}
#special .block-filter {
}
#special .filter-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 10px;
  margin-bottom: 30px;
}
#special .filter-btn-list > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 6);
}
#special .filter-btn {
  all: unset;
  outline: revert;
  background-color: #fff;
  border: 1px solid #CE313A;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding: 15px 10px;
}
#special .filter-btn.active {
  background-color: #CE313A;
  color: #fff;
}
#special .shop-list-container {
  padding-bottom: 30px;
  overflow-x: auto;
}
#special .shop-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: 246px;
  gap: 26px 32px;
  width: max-content;
  margin: 24px auto 0;
}
#special .shop-list li {
  position: relative;
}
#special .shop-list li a {
  display: block;
}
#special .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#special .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#special .shop-list li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#special .shop-list li .label .label-num {
  font-size: 23px;
}
#special .shop-list li .label .label-top {
  line-height: 1;
}
#special .shop-list li .label .label-bottom {
  line-height: 1.2;
}
#special .shop-header {
  background-image: linear-gradient(to right, #fff0ce 0%, #fff9eb 16.32%, #fffbf3 50.64%, #fffaee 79.5%, #fff0ce 100%);
  background-size: 100% 171px;
  background-repeat: no-repeat;
  padding-inline: 60px;
  padding-top: 15px;
  margin-bottom: 40px;
}
#special .box_border .shop-header {
  margin-inline: -60px;
}
#special .shop-header-inner {
  display: grid;
  align-items: center;
  column-gap: 25px;
  grid-template-columns: 332fr 583fr;
  max-width: 940px;
  margin-inline: auto;
}
#special .shop-header-head {
}
#special .shop-header-appeal {
  color: #C2160C;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#special .shop-header-appeal > span {
  font-size: 35px;
}
#special .shop-header-img {
}
#special .shop-header-content {
}
#special .shop-header-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
#special .shop-header-txt {
  font-size: 16px;
  line-height: calc(22 / 16);
}
#special .shop-goods-container {
  margin-bottom: 40px;
}
#special .shop-goods-container .block-top-event--goods {
  margin-bottom: 0;
}
#special .shop-goods-container .block-thumbnail-t {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding-bottom: 30px;
}
#special .shop-goods-container .block-thumbnail-t > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#special .shop-goods-container .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #special .sec-pickup {
    padding-block: calc(30 / 430 * 100vw) calc(80 / 430 * 100vw);
  }
  #special .medama-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  #special .medama-tab > li {
    width: auto;
  }
  #special .medama-tab button {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding: 15px 10px;
  }
  #special .medama-content .block-top-event--goods {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  #special .medama-content .block-thumbnail-t {
    display: block;
    margin-bottom: 0;
    overflow-x: visible;
    padding-bottom: 0;
  }
  #special .medama-content .block-thumbnail-t--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #special .medama-content .block-thumbnail-t--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(166 / 430 * 100vw);
  }
  #special .medama-content .block-thumbnail-t--goods-image figure {
    height: calc(166 / 430 * 100vw);
    width: calc(166 / 430 * 100vw);
  }
  #special .filter-btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  #special .filter-btn-list > li {
    width: auto;
  }
  #special .filter-btn {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding: 15px 10px;
  }
  .shop-list-container {
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #special .shop-list {
    grid-template-rows: repeat(4, auto);
    grid-auto-columns: calc(154 / 430 * 100vw);
    column-gap: calc(20 / 430 * 100vw);
    margin: 15px auto 0;
  }
  #special .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 9px;
  }
  #special .shop-list li .label .label-num {
    font-size: 16px;
  }
  #special .shop-header {
    background-size: 100% calc(139 / 430 * 100vw);
    padding-inline: calc(20 / 430 * 100vw);
    padding-top: calc(15 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  #special .box_border .shop-header {
    margin-inline: calc(-1 * calc(10 / 430 * 100vw));
  }
  #special .shop-header-inner {
    grid-template-columns: 1fr;
  }
  #special .shop-header-head {
    margin-bottom: calc(10 / 430 * 100vw);
  }
  #special .shop-header-appeal {
    font-size: calc(20 / 430 * 100vw);
    margin-bottom: calc(10 / 430 * 100vw);
  }
  #special .shop-header-appeal > span {
    font-size: calc(26 / 430 * 100vw);
  }
  #special .shop-header-img {
    text-align: center;
  }
  #special .shop-header-img img {
    max-width: calc(275 / 430 * 100vw);
  }
  #special .shop-header-content {
    text-align: center;
  }
  #special .shop-header-name {
    font-size: calc(20 / 430 * 100vw);
    margin-bottom: calc(8 / 430 * 100vw);
  }
  #special .shop-header-txt {
    font-size: calc(14 / 430 * 100vw);
    line-height: calc(22 / 14);
  }
  #special .shop-goods-container .block-top-event--goods {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  #special .shop-goods-container .block-thumbnail-t {
    display: block;
    margin-bottom: 0;
    overflow-x: visible;
    padding-bottom: 0;
  }
  #special .shop-goods-container .block-thumbnail-t--items {
    column-gap: calc(18 / 430 * 100vw);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 0;
    padding-bottom: calc(20 / 430 * 100vw);
  }
  #special .shop-goods-container .block-thumbnail-t--items > li {
    flex-shrink: 0;
    margin: 0;
    width: calc(166 / 430 * 100vw);
  }
  #special .shop-goods-container .block-thumbnail-t--goods-image figure {
    height: calc(166 / 430 * 100vw);
    width: calc(166 / 430 * 100vw);
  }
}


/*-----------------------------------------
割引率から選ぶ
-----------------------------------------*/
#special .discount-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
#special .discount-list li {
  display: flex;
  flex-direction: column;
}
#special .discount-list li a {
  background-image: linear-gradient(to right, #e85d5a 0%, #f55a79 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
  line-height: calc(26 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 27px 20px;
}
@media only screen and (max-width: 767px) {
  #special .discount-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
  }
  #special .discount-list li a {
    font-size: calc(18 / 430 * 100vw);
    border-radius: calc(5 / 430 * 100vw);
    padding: calc(10 / 430 * 100vw);
  }
}

/*-----------------------------------------
カテゴリから選ぶ
-----------------------------------------*/
#special .category-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 15px;
  margin-bottom: 40px;
}
#special .category-list li {
  display: flex;
  flex-direction: column;
}
#special .category-list li a {
  background-image: linear-gradient(to right, #e85d5a 0%, #f55a79 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex-grow: 1;
  line-height: calc(24 / 16);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 8px;
}
@media only screen and (max-width: 767px) {
  #special .category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
  }
  #special .category-list li a {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding-block: calc(14 / 430 * 100vw) calc(15 / 430 * 100vw);
    padding-inline: calc(8 / 430 * 100vw);
  }
}

/*-----------------------------------------
sec-event
-----------------------------------------*/
#special .sec-event {
  background-image:
    url('/img/usr/event/sale/202603/deco_left.png'),
    url('/img/usr/event/sale/202603/deco_right.png'),
    linear-gradient(-45deg, #fff0ce 0%, #fff9eb 16.32%, #fffbf3 50.64%, #fffaee 79.5%, #fff0ce 100%);
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: left top, right top, center top;
  padding-block: 100px;
}
#special .sec-event-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(57 / 40);
  text-align: center;
  position: relative;
  padding-bottom: 17px;
  margin: 0 0 60px;
}
#special .sec-event-ttl::after {
  content: '';
  background-image: linear-gradient(to right, #e85d5a 0%, #eb6b84 48.96%, #61c3e0 100%);
  height: 7px;
  width: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
}
#special #event_wrap {
}
#special #event_wrap .box_event {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(178, 151, 82, 0.2);
  padding: 44px 60px 50px;
}
#special #event_wrap .event-header {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(57 / 30);
  text-align: center;
  margin: 0 0 40px;
}
#special #event_wrap .box_event + .box_event {
  margin-top: 40px;
}
#special #event_wrap .box_event .more-btn {
  margin-bottom: 0;
}
#special #event_wrap .block-top-event--goods {
  margin-bottom: 40px;
}
#special #event_wrap .block-ranking-r--items {
  column-gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding-bottom: 30px;
}
#special #event_wrap .block-ranking-r--items > li {
  flex-shrink: 0;
  width: 188px;
  margin: 0;
}
#special #event_wrap .block-ranking-r--goods-image figure {
  width: 188px;
  height: 188px;
}
@media only screen and (max-width: 767px) {
  #special .sec-event {
    background-image:
      url('/img/usr/event/sale/202603/deco_top.png'),
      linear-gradient(-45deg, #fff0ce 0%, #fff9eb 16.32%, #fffbf3 50.64%, #fffaee 79.5%, #fff0ce 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100%;
    padding-block: calc(50 / 430 * 100vw);
  }
  #special .sec-event-ttl {
    font-size: calc(22 / 430 * 100vw);
    letter-spacing: .02em;
    line-height: calc(32 / 22);
    padding-bottom: calc(10 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
  #special .sec-event-ttl::after {
    height: 5px;
    width: 46px;
  }
  #special #event_wrap {
  }
  #special #event_wrap .box_event {
    border-radius: 5px;
    padding-block: calc(30 / 430 * 100vw) calc(40 / 430 * 100vw);
    padding-inline: calc(15 / 430 * 100vw);
  }
  #special #event_wrap .box_event + .box_event {
    margin-top: 30px;
  }
  #special #event_wrap .event-header {
    font-size: 22px;
    line-height: 1.591;
  }
  #special #event_wrap .block-top-event--goods {
    margin-bottom: 40px;
  }
  #special #event_wrap .block-ranking-r--items {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(18 / 430 * 100vw);
    overflow-y: hidden;
    padding: 0 0 calc(20 / 430 * 100vw);
  }
  #special #event_wrap .block-ranking-r--items > li {
    width: calc(166 / 430 * 100vw);
  }
  #special #event_wrap .block-ranking-r--goods-image figure {
    height: 100%;
    width: 100%;
  }
  #special #event_wrap .block-thumbnail-t--goods-description {
    position: relative;
  }
}

/*===========
scrollbar
===========*/
.simplebar-track.simplebar-horizontal {
  height: 8px;
  background: #DCDCDC;
  max-width: 100%;
  margin: 0 auto;
  right: 0;
  border-radius: 4px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 8px;
  background: #CC0000;
  top: 0;
  border-radius: 4px;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
}

/*-----------------------------------------
割引ラベル
-----------------------------------------*/
#special .saleoff-rate {
  display: inline-block;
  margin: 3px 0px;
}
#special .saleoff-rate span {
  display: block;
  color: #FFF;
  background-color: #B1170F;
  padding: 2px 5px 2px;
  font-weight: 700;
  font-size: 0.8em;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  #special .saleoff-rate {
    margin: 0 0 3px;
  }
  #special .saleoff-rate span {
    padding: 2px 4px 1px;
  }
}

/*-----------------------------------------
sec-bnr
-----------------------------------------*/
#special .sec-bnr {
  background-color: #fff;
  background-image:
    url('/img/usr/event/sale/202603/deco_left.png'),
    url('/img/usr/event/sale/202603/deco_right.png');
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  padding-block: 40px 100px;
}
#special .box-bnr {
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 450fr 714fr;
  column-gap: 36px;
  margin: 0 0 100px;
}
#special .box-bnr-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(26 / 22);
  margin-bottom: 16px;
}
#special .box-bnr-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16);
  margin-bottom: 32px;
}
#special .box-bnr-btn {
  background-color: #000;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28 / 16);
  display: inline-block;
  text-align: center;
  padding: 9px 20px;
  max-width: 390px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #special .sec-bnr {
    background-image:
      url('/img/usr/event/sale/202603/deco_top.png'),
      url('/img/usr/event/sale/202603/deco_bottom.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom calc(140 / 430 * 100vw);
    background-size: 100%, 100%;
    padding-block: calc(40 / 430 * 100vw) calc(80 / 430 * 100vw);
  }
  #special .box-bnr {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    border-width: calc(5 / 430 * 100vw);
  }
  #special .box-bnr-ttl {
    font-size: calc(18 / 430 * 100vw);
  }
  #special .box-bnr-txt {
    font-size: calc(14 / 430 * 100vw);
  }
}

#special .top-btn {
  text-align: center;
}
#special .top-btn a {
  background-color: #CC0000;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  display: inline-block;
  text-align: center;
  padding: 8px 50px;
  position: relative;
}
#special .top-btn a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: .15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

/*-----------------------------------------
追従メニュー
-----------------------------------------*/
.follow-menu {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-100px);
  transition: transform .3s;
}
.follow-menu.is-visible {
  transform: translateY(0);
}
.follow-menu-bar {
  all: unset;
  outline: revert;
  background-color: #c2160c;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: calc(22 / 16);
  text-align: center;
  padding-block: 14px;
  width: 100%;
}
.follow-menu-bar > span {
  display: inline-block;
  padding-inline: 22px;
  position: relative;
}
.follow-menu-bar > span::before,
.follow-menu-bar > span::after {
  content: '';
  background-color: currentColor;
  height: 15px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: rotate .3s;
}
.follow-menu-bar > span::before,
.follow-menu-bar.is-open > span::after {
  rotate: 90deg;
}
.follow-menu-panel {
  background-color: #fff;
}
.follow-menu-list {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding: 17px 17px 16px;
  margin: 0;
}
.follow-menu-list a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  padding: 8px 24px 8px 8px;
  position: relative;
}
.follow-menu-list a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #BF150B;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .follow-menu-bar {
    font-size: calc(16 / 430 * 100vw);
    padding-block: calc(14 / 430 * 100vw);
  }
  .follow-menu-bar > span {
    padding-inline: calc(22 / 430 * 100vw);
  }
  .follow-menu-bar > span::before,
  .follow-menu-bar > span::after {
    height: calc(15 / 430 * 100vw);
    width: calc((2 / 430 * 100vw));
  }
  .follow-menu-list {
    background-color: #D5D5D5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    padding: 0;
  }
  .follow-menu-list a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(21 / 15);
    padding: calc(13 / 430 * 100vw) calc(24 / 430 * 100vw) calc(13 / 430 * 100vw) calc(13 / 430 * 100vw);
    height: 100%;
  }
  .follow-menu-list a::after {
    right: calc(12 / 430 * 100vw);
  }
}