.item.wrapper {
  padding-bottom: 100px;
}
.wrapper * {
  box-sizing: border-box;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

.title {
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #ea5532;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ea5532;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.02em;
  text-align: center;
}

a.button {
  -webkit-align-items: center;
          align-items: center;
  background: #ea5532 url(../images/go.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.02em;
}

a.button,
a.button:link,
a.button:visited {
  color: #fff;
}

.kv {
  position: relative;
}

.kv__badge {
  position: absolute;
}

.page-nav {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.page-nav a {
  background-color: #432900;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-bottom: 6px solid #eb5633;
}
.page-nav a,
.page-nav a:link,
.page-nav a:visited {
  color: #fff;
}

.coupon {
  background: no-repeat center center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

.coupon.is-end {
  position: relative;
}

.coupon.is-end::after {
  content: '終了しました';
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: rgba(128, 128, 128, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.coupon__text {
  border-color: #432900;
  border-style: solid;
  border-width: 2px 0;
  color: #432900;
  font-weight: bold;
  text-align: center;
}

.coupon__period {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.coupon__period dt {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.coupon__button {
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #432900;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
}

.coupon__note {
  color: #fff;
  font-weight: bold;
}

.message__body {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.message__title {
  border-bottom: 1px solid #432900;
  color: #432900;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}

.message__portrait {
  color: #000;
  letter-spacing: 0.04em;
}

.message__main-text {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.22222;
}

.message__text {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.5;
}

.pickup__list {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.pickup__list a {
  display: block;
  margin-bottom: 20px;
}
.pickup__list a:not(.is-large):nth-child(2n + 1) {
  margin-right: auto;
}
.pickup__list a:not(.is-large):nth-child(2n + 1):last-child {
  margin-left: auto;
}
.pickup__list a.is-large:nth-child(3n + 1),
.pickup__list a.is-large:nth-child(3n + 2) {
  margin-right: auto;
}
.pickup__list a.is-large:nth-child(3n + 1):last-child {
  margin-left: auto;
}

.search__list {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.search__list .search__list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.search__list a {
  display: block;
  position: relative;
}

.search__list a::after {
  background: url(../images/triangle.svg) no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.ranking .title {
  color: #432900;
}

.ranking .title strong {
  color: #ea5532;
}

.ranking__list {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.valentine__list {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.item3,
.item4,
.item5 {
  display: block;
}

a.item__thumbnail {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
}
a.item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item__badge {
  display: block;
  position: absolute;
}

.item__name {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.item__price {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

a.item__button {
  -webkit-align-items: center;
          align-items: center;
  background: #432900 url(../images/go_w.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

a.item__button,
a.item__button:link,
a.item__button:visited {
  color: #fff;
}

.note__logo {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.note__title {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.40619;
  text-align: center;
}

.note__text {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
}

.detail dd {
  border-bottom: 1px solid #333333;
}

.detail dd:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.detail dt {
  color: #432900;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.detail dd {
  color: #000;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.detail__note p {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.detail__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.1em;
}

.detail__note strong {
  color: #f00;
  font-weight: 700;
}

.detail__campaign {
  -webkit-align-items: center;
          align-items: center;
  background: #d9d9d9;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.02em;
}

.double {
  background: #eee;
}

.double__title {
  border-bottom: 1px solid #333333;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}

.double__caption {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}

.double__table dt {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.double__table dd {
  color: #000;
  font-weight: medium;
  letter-spacing: 0.02em;
  line-height: 1.625;
}

.double__table dd ul + ul {
  margin-top: 1em;
}

.double__table dd li {
  list-style: disc;
  margin-left: 1.5em;
}

.double__table dd .double__note li {
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.double__table dd .double__note li span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.popup .rb2019---dialog__content {
  box-shadow: inset 0 0 0 1px #af9775;
  box-sizing: border-box;
  padding: 0;
}

.popup .rb2019---dialog__close i {
  color: #fff;
}

.popup .rb2019---dialog__body {
  box-sizing: border-box;
}

.popup__title {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.popup__coupon {
  background: #d9d9d9;
  box-sizing: border-box;
}

.popup__coupon dt {
  background: #ea5532;
  color: #fff;
  font-weight: bold;
}

.popup__coupon dd {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.popup__coupon-code {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.popup__copy-toast {
  -webkit-align-items: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.2em;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  opacity: 0;
  padding: 0.75em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.popup__copy-toast.show {
  opacity: 1;
}

.popup__copy-toast::after {
  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0);
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.popup__notes strong {
  color: #f00;
}

.popup__notes dt,
.popup__notes dd {
  box-sizing: border-box;
}

.popup__notes dd:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

.popup__notes dt {
  font-weight: bold;
}

.popup__notes dd {
  font-weight: medium;
}

a.popup__more {
  -webkit-align-items: center;
          align-items: center;
  background: #dddddd;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-sizing: border-box;
  color: #373434;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: medium;
  -webkit-justify-content: center;
          justify-content: center;
}

a.popup__more,
a.popup__more:link,
a.popup__more:visited {
  color: #373434;
}

.popup__notes-2 {
  border-top: 1px solid #e5e5e5;
}

.popup__notes-2 dt {
  color: #373434;
  font-weight: bold;
}

.popup__notes-2 dd p {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.popup__notes-2 dd p span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.banner {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.banner a {
  display: block;
}

@media only screen and (min-width: 600px), print {

  .title, a.button, .page-nav a, .coupon__text, .coupon__period dt, .coupon__period dd, .coupon__button, .coupon__note, .message__title, .message__text, .item__name, .item__price, a.item__button, .note__title, .note__text, .detail dt, .detail dd p,
  .detail dd li, .double__title, .double__caption, .double__table dt, .double__table dd p,
  .double__table dd li, .popup__coupon dt, .popup__coupon-code, .popup__copy-toast, .popup__notes dt,
  .popup__notes dd, a.popup__more, .popup__notes-2 dt, .popup__notes-2 dd p {
    font-family: 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  }
  a.button, .page-nav a, .coupon a, .pickup__list a, .search__list a, a.item__thumbnail, a.item__button, a.popup__more, .banner a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  a.button:hover, .page-nav a:hover, .coupon a:hover, .pickup__list a:hover, .search__list a:hover, a.item__thumbnail:hover, a.item__button:hover, a.popup__more:hover, .banner a:hover {
    opacity: 0.6;
  }
  .rb2019---header-brand {
    margin-top: 0;
  }
  .rb2019---main.rb2019---inner {
    width: auto;
  }
  .title {
    font-size: 26px;
    margin-bottom: 64px;
    padding-bottom: 14px;
  }
  a.button {
    background-position: right 23px center;
    background-size: 11px auto;
    box-shadow: inset 0 0 0 10px #ea5532, inset 0 0 0 11px #fff;
    font-size: 20px;
    height: 90px;
    margin: 0 auto;
    width: 450px;
  }
  a.button br {
    display: none;
  }
  .kv {
    margin-bottom: 50px;
  }
  .wrapper.is-fixed .kv {
    margin-bottom: 177px;
  }
  .kv__title {
    margin: 0;
  }
  .kv__title img {
    height: auto;
    width: 100%;
  }
  .kv__badge {
    left: 50%;
    margin-left: 303px;
    top: 15px;
  }
  .page-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
    width: 1000px;
  }
  .is-page-nav-fixed .page-nav {
    position: fixed;
    z-index: 10;
    top: 55px;
  }
  .page-nav a + a {
    margin-left: 20px;
  }
  .page-nav a {
    -webkit-align-items: flex-start;
    align-items: center;
    -webkit-box-align: center;
    font-size: 18px;
    height: 80px;
    padding-bottom: 0;
    width: 32%;
    box-sizing: border-box;
  }
  .page-nav a br {
    display: none;
  }
  .inner {
    margin: calc(80px + 35px + 85px) auto 0;
    width: 1000px;
  }
  .coupon {
    -webkit-align-items: center;
            align-items: center;
    background-image: url(../images/coupon/bg.png);
    -webkit-box-align: center;
    height: 300px;
    width: 1000px;
  }
  .coupon__title {
    margin-bottom: 15px;
  }
  .coupon__text {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 21px;
    padding: 0.5em 0;
  }
  .coupon__text br {
    display: none;
  }
  .coupon__lower {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    width: 894px;
  }
  .coupon__period {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .coupon__period dt {
    height: 32px;
    margin-right: 12px;
    width: 169px;
  }
  .coupon__button {
    border-radius: 20px;
    font-size: 20px;
    height: 40px;
    width: 390px;
  }
  .coupon__note {
    font-size: 12px;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
  }
  .coupon__note br {
    display: none;
  }
  .message {
    margin-top: 85px;
  }
  .message__body {
    margin-bottom: 85px;
    padding: 57px 77px 42px 77px;
  }
  .message__title {
    font-size: 18px;
    margin-bottom: 43px;
    padding-bottom: 32px;
  }
  .message__portrait {
    -webkit-flex-basis: 230px;
            flex-basis: 230px;
    font-size: 15px;
    margin-left: 17px;
    width: 230px;
  }
  .message__portrait img {
    margin-bottom: 23px;
  }
  .message__main-text {
    -webkit-flex-basis: 530px;
            flex-basis: 530px;
    font-size: 18px;
    white-space: normal;
    width: 530px;
  }
  .message__text {
    font-size: 16px;
    margin-bottom: 80px;
    text-align: center;
  }
  .pickup {
    margin-bottom: 80px;
    margin-top: -60px;
    padding-top: 130px;
  }
  .pickup__list a {
    -webkit-flex-basis: 490px;
            flex-basis: 490px;
    /* margin-bottom: 32px; */
    width: 490px;
    border: 1px solid #ccc;
  }
  .pickup__list a.is-wide {
    -webkit-flex-basis: 700px;
            flex-basis: 700px;
    /* margin-bottom: 32px; */
    width: 700px;
    border: 1px solid #ccc;
  }
  .pickup__list a.is-large {
    -webkit-flex-basis: 320px;
            flex-basis: 320px;
    /* margin-bottom: 32px; */
    width: 320px;
    border: 1px solid #ccc;
  }
  .pickup__list a img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .search {
    margin-top: -40px;
    padding-top: 130px;
  }
  .search .button {
    margin-top: 70px;
  }
  .search__list a {
    margin-bottom: 20px;
  }
  .search__list a::after {
    height: 54px;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    width: 54px;
  }
  .search__list a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .search__list a img {
    vertical-align: top;
  }
  .ranking {
    margin-bottom: 80px;
    margin-top: -60px;
    padding-top: 130px;
  }
  .ranking .title {
    font-size: 26px;
  }
  .ranking .title strong {
    font-size: 36px;
    margin-left: 0.5em;
  }
  .ranking .button {
    margin: 50px auto 0;
  }
  .ranking__list .item3,
  .ranking__list .item4,
  .ranking__list .item5 {
    margin-top: 60px;
    /* margin-left: 40px; */
    width: 220px;
  }
  .ranking__list .item:nth-child(4n) {
    margin-left: 0;
  }
  .ranking__list .item3 {
    margin-top: 0;
    width: 300px;
  }
  .ranking__list .item5,
  .ranking__list .item5:nth-child(4n) {
    margin-top: 0;
    margin-left: 20px;
    width: 184px;
  }
  .ranking__list .item5:nth-child(5n + 1) {
    margin-left: 0;
  }

  a.item__thumbnail {
    margin-bottom: 16px;
  }
  .item__badge {
    left: 15px;
    top: 15px;
  }
  .item5 .item__badge {
    left: -16px;
    top: -16px;
    width: 40px;
    height: 36px;
  }
  .item__name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .item__price {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .item__price b {
    font-size: 16px;
  }
  a.item__button {
    background-position: right 12px center;
    font-size: 14px;
    height: 50px;
  }
  .note {
    margin-bottom: 150px;
    margin-top: 110px;
    border-top: 1px solid #ccc;
    padding-top: 70px;
  }
  .note .coupon {
    margin-top: 60px;
  }
  .note .title {
    margin-bottom: 50px;
  }
  .note__logo {
    margin-bottom: 25px;
  }
  .note__title {
    font-size: 21px;
  }
  .note__text {
    font-size: 16px;
    text-align: center;
  }
  .detail {
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 100px auto 40px;
    width: 840px;
  }
  .detail dt {
    border-bottom: 1px solid #333333;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .detail dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .detail dt:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .detail dt {
    -webkit-flex-basis: 235px;
            flex-basis: 235px;
    font-size: 16px;
    width: 235px;
  }
  .detail dd {
    -webkit-flex-basis: -webkit-calc(100% - 235px);
            flex-basis: calc(100% - 235px);
    font-size: 16px;
    line-height: 1.625;
    width: -webkit-calc(100% - 235px);
    width: calc(100% - 235px);
  }
  .detail__note {
    font-size: 14px;
    margin-top: 10px;
  }
  .detail__campaign {
    border-radius: 29px;
    font-size: 16px;
    height: 58px;
    margin-bottom: 20px;
    width: 441px;
  }
  .detail__campaign br {
    display: none;
  }
  .detail__campaign img {
    margin-right: 10px;
  }
  .double {
    margin: 0 auto 80px;
    padding: 50px 50px 20px;
    width: 860px;
  }
  .double__title {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
  .double__caption {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .double__table {
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .double__table dt,
  .double__table dd {
    margin-bottom: 35px;
  }
  .double__table dt {
    -webkit-flex-basis: 130px;
            flex-basis: 130px;
    font-size: 16px;
    width: 130px;
  }
  .double__table dd {
    -webkit-flex-basis: -webkit-calc(100% - 130px);
            flex-basis: calc(100% - 130px);
    font-size: 16px;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .popup .rb2019---dialog__content {
    border: 25px solid #fff;
    width: 800px;
  }
  .popup .rb2019---dialog__close {
    right: -40px;
    top: -70px;
  }
  .popup .rb2019---dialog__close i {
    font-size: 50px;
  }
  .popup .rb2019---dialog__body {
    padding: 50px 36px 0;
  }
  .popup__title {
    margin-bottom: 65px;
  }
  .popup__coupon {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 auto 70px;
    padding: 25px;
    width: 612px;
  }
  .popup__coupon dt {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 216px;
            flex-basis: 216px;
    font-size: 24px;
    height: 45px;
    -webkit-justify-content: center;
            justify-content: center;
    width: 216px;
  }
  .popup__coupon dd {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .popup__coupon-code {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    font-size: 46px;
  }
  .popup__copy-button {
    height: 30px;
    margin-left: 10px;
    width: 30px;
  }
  .popup__copy-button img {
    height: auto;
    width: 100%;
  }
  .popup__copy-toast {
    bottom: 100%;
    font-size: 12px;
    margin-bottom: 5px;
    right: 0;
  }
  .popup__copy-toast::after {
    border-width: 1em 0.5em 0;
    right: 1em;
    top: 100%;
  }
  .popup__notes {
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .popup__notes dt,
  .popup__notes dd {
    font-size: 16px;
  }
  .popup__notes dt:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .popup__notes dd:not(:last-of-type) {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .popup__notes dt {
    -webkit-flex-basis: 130px;
            flex-basis: 130px;
    max-width: 130px;
    padding-left: 6px;
    width: 130px;
  }
  .popup__notes dd {
    -webkit-flex-basis: -webkit-calc(100% - 130px);
            flex-basis: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  a.popup__more {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
    margin: 50px auto 28px;
    width: 320px;
  }
  .popup__notes-2 {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .popup__notes-2 dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 599.9px) {

  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }

  .title, a.button, .page-nav a, .coupon__text, .coupon__period dt, .coupon__period dd, .coupon__button, .coupon__note, .message__title, .message__text, .item__name, .item__price, a.item__button, .note__title, .note__text, .detail dt, .detail dd p,
  .detail dd li, .double__title, .double__caption, .double__table dt, .double__table dd p,
  .double__table dd li, .popup__coupon dt, .popup__coupon-code, .popup__copy-toast, .popup__notes dt,
  .popup__notes dd, a.popup__more, .popup__notes-2 dt, .popup__notes-2 dd p {
    font-family: sans-serif;
  }
  .wrapper img {
    display: block;
    height: auto;
    width: 100%;
  }
  .title {
    font-size: 1.4rem;
    margin: 0 1rem 2.5rem;
    padding-bottom: 0.5rem;
  }
  a.button {
    background-position: right 1.5rem center;
    background-size: 0.5rem auto;
    box-shadow: inset 0 0 0 0.5rem #ea5532, inset 0 0 0 -webkit-calc(0.5rem + 1px) #fff;
    box-shadow: inset 0 0 0 0.5rem #ea5532, inset 0 0 0 calc(0.5rem + 1px) #fff;
    font-size: 1.1rem;
    height: 6rem;
    margin: 0 2rem 4rem;
    text-align: center;
  }
  .kv {
    margin-bottom: 2rem;
  }
  .kv__title {
    overflow: hidden;
    width: 100vw;
  }
  .kv__title img {
    margin-left: 0;
    margin-bottom: 0vw;
    width: 100%;
  }
  .kv__badge {
    right: 1rem;
    top: 1rem;
    width: 8rem;
  }
  .page-nav {
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .is-page-nav-fixed .page-nav {
    position: fixed;
    z-index: 10;
    top: 50px;
  }
  .page-nav a {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    font-size: 0.85rem;
    height: 14vw;
    line-height: 1.2;
    padding-bottom: 0vw;
    width: calc((100% - 7vw - 8vw) / 4);
    margin: 0 1vw 1vw;
  }
  .inner {
    margin-top: calc(2rem + (18vw + 1vw) * 2 + 2rem);
  }
  .coupon {
    -webkit-align-items: stretch;
            align-items: stretch;
    background-image: url(../images/coupon/sp_bg.png);
    background-size: 100% auto;
    -webkit-box-align: stretch;
    height: 18rem;
    margin: 2rem 1rem;
    padding: 0 2rem;
  }
  .coupon__title {
    margin-bottom: 1.5rem;
  }
  .coupon__text {
    font-size: 0.8rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    padding: 0.5em 0;
  }
  .coupon__lower {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .coupon__period {
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  .coupon__period dt {
    margin-bottom: 0.5rem;
    padding: 0.25em;
  }
  .coupon__period dd {
    font-size: 1.1rem;
    text-align: center;
  }
  .coupon__button {
    border-radius: 1rem;
    height: 2rem;
    width: 100%;
  }
  .coupon__note {
    font-size: 0.7rem;
    margin-top: 0.75rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .coupon__note span {
    display: inline-block;
    text-indent: 0;
    width: 1.2em;
  }
  .message {
    margin: 2rem 1.5rem 3rem;
  }
  .message__body {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }
  .message__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .message__portrait {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto 1rem;
    width: 40%;
  }
  .message__main-text {
    font-size: 1rem;
    line-height: 2;
  }
  .message__main-text br {
    display: none;
  }
  .message__text {
    margin-bottom: 4rem;
    line-height: 2.1em;
  }
  .message__text br {
    display: none;
  }
  .pickup {
    margin-top: -3rem;
    padding-top: 3rem;
  }
  .pickup__list {
    margin: 0 1rem 3rem;
  }
  .pickup__list + .pickup__list {
    margin-top: -3rem;
  }
  .pickup__list a {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-bottom: 1rem;
    /* width: -webkit-calc(50% - 0.5rem); */
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .search {
    margin-top: -3rem;
    padding-top: 3rem;
  }
  .search .button {
    margin-top: 3rem;
  }
  .search__list {
    margin: 0 1rem;
  }
  .search__list .search__list {
    margin: 0;
  }
  .search__list a {
    margin-bottom: 2vw;
    width: -webkit-calc(50vw - 5vw);
    width: calc(50vw - 5vw);
  }
  .search__list a.is-single {
    width: 100%;
  }
  .search__list a::after {
    height: 1.5rem;
    width: 1.5rem;
  }
  .ranking {
    margin-bottom: 3rem;
    margin-top: -3rem;
    padding-top: 3rem;
  }
  .ranking .title {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
  }
  .ranking .title strong {
    font-size: 1.5rem;
  }
  .ranking .button {
    width: 6rem;
    padding: 0 1rem;
    height: auto;
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    background-position: center 60%;
  }
  .ranking__list {
    margin: 0;
    padding: 0 1rem;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: stretch;
  }
  .ranking__list .item3,
  .ranking__list .item4,
  .ranking__list .item5 {
    flex-basis: 14rem;
    margin-bottom: 0;
    width: 14rem;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  .ranking__list .item:nth-child(2n + 1) {
    margin-right: 1rem;
  }
  .valentine__list {
    margin: 0 1rem;
  }
  .valentine__list .item {
    -webkit-flex-basis: -webkit-calc(50% - 0.5rem);
            flex-basis: calc(50% - 0.5rem);
    margin-bottom: 2rem;
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
  .valentine__list .item:nth-child(2n + 1) {
    margin-right: 1rem;
  }
  a.item__thumbnail {
    margin-bottom: 1rem;
  }
  .item__badge {
    left: 0.5rem;
    top: 0.5rem;
  }
  .wrapper .item__badge {
    height: auto;
    width: 3rem;
  }
  .item__name {
    margin-bottom: 0.5rem;
  }
  .item__price {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .item__price b {
    font-size: 1rem;
  }
  a.item__button {
    background-position: right 1rem center;
    background-size: 0.7rem auto;
    font-size: 0.9rem;
    height: 3rem;
  }
  .note .coupon {
    margin-top: 2rem;
  }
  .note__title {
    font-size: 1.2rem;
  }
  .note__text {
    margin: 0 1rem;
  }
  .detail {
    margin: 2rem 1rem 3rem;
  }
  .detail dt {
    margin-bottom: 1rem;
  }
  .detail dd {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .detail dt {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .detail dd {
    line-height: 2;
  }
  .detail__note {
    font-size: 0.9rem;
  }
  .detail__campaign {
    border-radius: 2rem;
    height: 4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .detail__campaign img {
    margin-right: 1rem;
    width: 2.5rem;
  }
  .double {
    margin: 0 1rem 3rem;
    padding: 1.5rem;
  }
  .double__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .double__caption {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .double__table dt,
  .double__table dd {
    display: block;
    margin-bottom: 1rem;
  }
  .popup {
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
    top: 4rem;
  }
  .popup .rb2019---dialog__content {
    border: 1.5rem solid #fff;
  }
  .popup .rb2019---dialog__close {
    right: -3.5rem;
    top: -5.5rem;
  }
  .popup .rb2019---dialog__close i {
    background: transparent;
    font-size: 3rem;
  }
  .popup .rb2019---dialog__body {
    padding: 1rem 1rem 0;
  }
  .popup__title {
    margin-bottom: 2rem;
  }
  .popup__coupon {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .popup__coupon dt {
    font-size: 1.2rem;
  }
  .popup__coupon dd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 1rem;
  }
  .popup__coupon-code {
    font-size: 2rem;
  }
  .popup__copy-button {
    height: 1.4rem;
    margin-left: 1rem;
    width: 1.4rem;
  }
  .popup__copy-button img {
    height: auto;
    width: 100%;
  }
  .popup__copy-toast {
    font-size: 0.8rem;
    margin-top: 0.8em;
    right: 0;
    top: 100%;
  }
  .popup__copy-toast::after {
    border-width: 0 0.5em 1em;
    bottom: 100%;
    right: 1.3em;
  }
  .popup__notes {
    margin-bottom: 2rem;
  }
  .popup__notes dt,
  .popup__notes dd {
    font-size: 1rem;
    text-align: left;
  }
  .popup__notes dd:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .popup__notes dt {
    margin-bottom: 0.5rem;
  }
  a.popup__more {
    border-radius: 1rem;
    font-size: 1rem;
    height: 2rem;
    margin: 0 auto 2rem;
  }
  .popup__notes-2 {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
  .popup__notes-2 dt {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .popup__notes-2 dd p {
    text-align: left;
  }
  .banner {
    margin: 0 1rem 4rem;
  }

  .note__logo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto 4vw;
  }
  #note {
    margin-bottom: 15vw;
  }
}

.ranking__category {
  margin-bottom: 100px;
}

.ranking__category .ranking__list {
  margin-bottom: 50px;
}

@media only screen and (max-width: 599.9px) {
  .ranking__category {
    margin-bottom: 5rem;
  }

  .ranking__category .ranking__list {
    margin-bottom: 2rem;
  }
}