@charset "UTF-8";

.form-button {
  -webkit-align-items: center;
  align-items: center;
  background: #a17844;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: cnter;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-button:disabled {
  background: #737373;
  cursor: default;
  opacity: 0.4;
}

.form-select {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  text-align: left;
}

.form-select__element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  bottom: 0;
  color: #333;
  display: block;
  font-size: inherit;
  height: 100%;
  left: 0;
  margin: 0;
  outline: 0;
  position: absolute;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

.form-select__element:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

.form-select__element:focus {
  outline: 1px dotted #333;
  outline-offset: 0;
}

.form-select__element::-ms-expand {
  display: none;
}

.form-select__element::-ms-value {
  background: transparent;
  color: inherit;
}

.form-select__element:disabled {
  color: rgba(51, 51, 51, 0.7);
  opacity: 0.7;
}

.form-select__icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.form-select__element:not(:disabled) ~ .form-select__icon--disabled {
  opacity: 0.2;
}

.form-select__element:disabled
  ~ .form-select__icon:not(.form-select__icon--disabled) {
  opacity: 0.2;
}

.form-select__arrow {
  bottom: 0;
  height: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  right: 0.75em;
  top: 0;
  width: 1.2em;
}

.form-select__element:disabled ~ .form-select__arrow {
  opacity: 0.2;
}

.section__title-1 {
  -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;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.section__title-1::after {
  background: #f38597;
  bottom: 0;
  content: "";
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.section__title-2 {
  border-bottom: 1px solid #a17844;
  color: #a17844;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__title-3 {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  letter-spacing: 0.1em;
}

.section__title-3::before,
.section__title-3::after {
  border-top: 1px solid #959595;
  -webkit-box-flex: 1;
  content: "";
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.section__title-3::before {
  margin-right: 1em;
}

.section__title-3::after {
  margin-left: 1em;
}

.section__title-4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__lead p {
  line-height: 2;
}

.card-list {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.card {
  position: relative;
}

div.card__image {
  -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;
}

div.card__image img,
img.card__image {
  display: block;
}

.card__title {
  font-weight: bold;
  text-align: center;
}

.card__text p {
  line-height: 1.8;
}

.card__note p {
  line-height: 2;
}

.item-list {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  display: block;
  margin-bottom: 60px;
}

.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;
  width: 100%;
}

.item__info,
.item__name,
.item__price {
  font-weight: bold;
  line-height: 1.4;
}

.item__info {
  color: #aaaaaa;
}

.item__link {
  -webkit-align-items: center;
  align-items: center;
  background: #292929 url(../images/2021/common/arrow-right-w.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}

.item__link,
.item__link:link,
.item__link:visited {
  color: #fff;
}

.steps li {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.steps li::after {
  background: #cccccc;
  content: "";
  display: block;
  position: absolute;
}

.steps li:last-child {
  margin-bottom: 0;
}

.steps li:last-child::after {
  display: none;
}

.steps__label {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.steps__label::after {
  background: #000;
  content: "";
  display: block;
}

.steps__name {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.steps__name strong {
  text-decoration: underline;
}

.steps__name small {
  display: block;
}

.steps__highlighted {
  color: #8b5aa3;
}

.steps__highlighted .steps__label::after {
  background: #8b5aa3;
}

.steps__highlighted .steps__label.steps__label--normal {
  color: #333;
}

li.steps__highlighted-line::after {
  background: #e4cdef;
}

.detail {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  margin: 0 auto;
}

.detail__inner {
  -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;
}

.detail__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;
}

.detail-service {
  -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;
}

.detail-service__label {
  -webkit-align-items: center;
  align-items: center;
  background-position: 0.25em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  border: 1px solid #333;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0 0.5em 0 2.2em;
}

.detail-service__label.detail-service__label--truck,
.detail-service__label.detail-service__label--present,
.detail-service__label.detail-service__label--gift,
.detail-service__label.detail-service__label--card,
.detail-service__label.detail-service__label--name {
  background-color: #f2ebde;
  border-color: #d9cbb7;
  color: #a07848;
}

.detail-service__label.detail-service__label--present-off,
.detail-service__label.detail-service__label--gift-off,
.detail-service__label.detail-service__label--card-off,
.detail-service__label.detail-service__label--gray {
  background-color: #eeeeee;
  border-color: #c7c7c7;
  color: #666666;
}

.detail-service__label.detail-service__label--truck {
  background-image: url(/assets/img/icons/service-truck.png);
}

.detail-service__label.detail-service__label--present {
  background-image: url(/assets/img/icons/service-present.png);
}

.detail-service__label.detail-service__label--present-off {
  background-image: url(/assets/img/icons/service-present-off.png);
}

.detail-service__label.detail-service__label--gift {
  background-image: url(/assets/img/icons/service-gift.png);
}

.detail-service__label.detail-service__label--gift-off {
  background-image: url(/assets/img/icons/service-gift-off.png);
}

.detail-service__label.detail-service__label--card {
  background-image: url(/assets/img/icons/service-card.png);
}

.detail-service__label.detail-service__label--card-off {
  background-image: url(/assets/img/icons/service-card-off.png);
}

.detail-service__label.detail-service__label--name {
  background-image: url(/assets/img/icons/service-name.png);
}

.detail__info {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  line-height: 1.4;
}

.detail__info small {
  font-weight: normal;
  margin-left: 0.75em;
}

.detail__info-icon {
  display: block;
  margin-right: 0.5em;
}

.detail__name {
  font-weight: bold;
}

.detail__button {
  -webkit-align-items: center;
  align-items: center;
  background: #008cfd;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}

.detail__button,
.detail__button:link,
.detail__button:visited {
  color: #fff;
}

.detail-image {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.detail-image__item {
  position: relative;
}

.detail-image__thumbnail {
  display: block;
  opacity: 0.9;
}

.detail-image__image {
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.detail-image__image img {
  display: block;
}

.detail-image__image.animate {
  display: block;
}

.detail-image__image.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}

.kv {
  position: relative;
}

.kv__title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-nav__links {
  -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-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

a.page-nav__link {
  -webkit-align-items: center;
  align-items: center;
  background: rgba(243, 133, 151, 0.8)
    url(../images/2021/common/arrow-down-k_60.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}

a.page-nav__link,
a.page-nav__link:link,
a.page-nav__link:visited {
  color: #fff;
}

a.page-nav__link.is-hokkaido {
  background-color: #ea5633;
}

.features {
  background: url(../images/2021/features/bg.jpg) repeat center top;
}

.recommends-nav {
  -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;
}

.recommends-nav__link {
  -webkit-align-items: center;
  align-items: center;
  background: #a17844 url(../images/2021/common/arrow-down-w_50.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.recommends-nav__link,
.recommends-nav__link:link,
.recommends-nav__link:visited {
  color: #fff;
}

.search {
  background: #f5e8cf;
}

.search .section__lead {
  font-weight: bold;
}

.search .form-select__element {
  font-weight: bold;
}

.search .form-select__icon:nth-of-type(1) {
  height: auto;
}

.search .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
}

.search .form-button {
  font-weight: bold;
}

.search__fields {
  -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;
}

.by-price-nav {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.by-price-nav__link {
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/2021/common/arrow-right-k.svg) no-repeat;
  border: 2px solid #ff637b;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}

.by-price-nav__link,
.by-price-nav__link:link,
.by-price-nav__link:visited {
  color: #333333;
}

.brand-nav {
  -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;
}

.brand-nav__link {
  font-weight: bold;
}

.brand-nav__link,
.brand-nav__link:link,
.brand-nav__link:visited {
  color: #333;
}

.brand-nav__link + .brand-nav__link::before {
  content: "｜";
}

.brand__header {
  background-repeat: no-repeat;
}

.brand__summary {
  line-height: 2;
}

.brand__section--1 .brand__header {
  background-image: url(../images/2020/brand/bg-1-1.svg),
    url(../images/2020/brand/bg-1-2.jpg);
}

.brand__section--2 .brand__header {
  background-image: url(../images/2020/brand/bg-2-1.svg),
    url(../images/2020/brand/bg-2-2a.jpg);
}

.by-category {
  background: #f59dac;
}

.by-category .section__title-1 {
  color: #fff;
}

.by-category .section__title-1::after {
  background: #924700;
}

.main-categories .card {
  position: relative;
}

.main-categories .card::after {
  background: url(../images/2021/by-category/corner.svg) no-repeat right bottom;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}

.main-categories .card__image {
  display: block;
}

.main-categories .card__title {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.main-categories .card__title,
.main-categories .card__title:link,
.main-categories .card__title:visited {
  color: #fff;
}

.categories .section__title-3 {
  color: #fff;
}

.categories .section__title-3::before,
.categories .section__title-3::after {
  border-color: #fff;
}

.categories__list {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.categories__link,
.categories__link:link,
.categories__link:visited {
  color: #333;
}

.categories__link img {
  display: block;
}

.pickup {
  background-repeat: no-repeat;
}

.pickup__title {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #572c1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}

.pickup__block {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pickup__image {
  display: block;
}

.pickup__image img {
  height: auto;
  width: 100%;
}

.pickup__name {
  font-weight: bold;
  line-height: 1.25;
}

.pickup__name a,
.pickup__name a:link,
.pickup__name a:visited {
  color: #333;
}

.pickup__price {
  font-weight: bold;
  letter-spacing: 0.02em;
}

.pickup__text {
  font-weight: normal;
  line-height: 1.875;
}

.pickup__button {
  -webkit-align-items: center;
  align-items: center;
  background: #ff4949;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}

.pickup__button,
.pickup__button:link,
.pickup__button:visited {
  color: #fff;
}

.pickup__link {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: normal;
  -webkit-justify-content: center;
  justify-content: center;
}

.pickup__link a,
.pickup__link a:link,
.pickup__link a:visited {
  color: #333;
  text-decoration: underline;
}

.pickup__badge {
  -webkit-align-items: center;
  align-items: center;
  background: #b81c22;
  -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.2;
  position: absolute;
}

.reason {
  background: url(../images/2021/reason/bg.jpg) repeat center top;
}

.reason .rb2019---inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.reason .section__title-1 {
  color: #572c1f;
}

.reason .section__title-1::after {
  display: none;
}

.reason__text-1 {
  font-weight: bold;
  line-height: 1.7;
}

.reason__text-2 {
  color: #fa0000;
  font-weight: bold;
  line-height: 1.3;
}

.reason__text-3 {
  line-height: 1.6;
}

.ranking .item,
.ranking .item:link,
.ranking .item:visited {
  color: #333;
}

.ranking .item__thumbnail {
  position: relative;
}

.ranking .item__thumbnail img:not(.ranking__label) {
  height: 100%;
  width: auto;
}

.ranking .item__info {
  color: inherit;
}

.ranking .item__link {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.33333;
  text-align: center;
}

.item__thumbnail .ranking__label {
  display: block;
  left: 0;
  position: absolute;
}

.links__body {
  background: rgba(255, 99, 123, 0.2);
}

.links__link {
  -webkit-align-items: center;
  align-items: center;
  background: #fff url(../images/2021/common/arrow-right-k.svg) no-repeat;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
}

.links__link,
.links__link:link,
.links__link:visited {
  color: #333;
}

.best3 .item,
.best3 .item:link,
.best3 .item:visited {
  color: #333;
}

.best3 .item__thumbnail {
  position: relative;
}

.best3 .item__thumbnail img:not(.ranking__label):not(.hokkaido__label) {
  height: 100%;
  width: auto;
}

.best3 .item__info {
  color: inherit;
}

.best3__more {
  -webkit-align-items: center;
  align-items: center;
  background: #fff url(../images/2021/common/arrow-right-k.svg) no-repeat;
  border: 1px solid #292929;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.best3__more,
.best3__more:link,
.best3__more:visited {
  color: #292929;
}

.hokkaido .item__thumbnail {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.hokkaido__label {
  bottom: 0;
  position: absolute;
  right: 0;
}

.hokkaido__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;
}

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

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

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

.hokkaido-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;
}

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

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

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

.hokkaido-popup__notes strong {
  color: #f00;
}

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

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

.hokkaido-popup__notes dt {
  font-weight: bold;
}

.hokkaido-popup__notes dd {
  font-weight: medium;
}

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

a.hokkaido-popup__more,
a.hokkaido-popup__more:link,
a.hokkaido-popup__more:visited,
a.hokkaido-popup__more:active,
a.hokkaido-popup__more:focus,
a.hokkaido-popup__more:hover {
  color: #373434;
}

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

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

.brand__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: center;
  justify-content: center;
}

.brand__link {
  display: block;
  margin-right: 9px;
  margin-bottom: 9px;
}
.brand__link:nth-child(5n),
.brand__link:last-child {
  margin-right: 0;
}

.brand__link img {
  height: auto;
  width: 100%;
}

.services .card__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;
  position: relative;
}

.services .card__title img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.card__image {
  -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;
}

.card__note {
  text-align: center;
}

.useful {
  background: url(../images/2021/useful/bg.png) repeat center top;
}

.useful .section__title-1 {
  padding-bottom: 0;
}

.useful .section__title-1::after {
  display: none;
}

.useful-section {
  background: #fff;
}

.useful-section__image {
  text-align: center;
}

.useful-section__title {
  font-weight: bold;
}

.useful-section__text p {
  line-height: 2;
}

.concierge__body {
  border: 4px solid #ece4d8;
}

.concierge__title {
  -webkit-align-items: center;
  align-items: center;
  background: #ece4d8;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.concierge__lead {
  color: #a17844;
  font-weight: bold;
  line-height: 1.59091;
  text-align: center;
}

.concierge__list a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.concierge__list a,
.concierge__list a:link,
.concierge__list a:visited {
  color: #333;
  text-decoration: underline;
}

.concierge__list a::before {
  color: #a17844;
  content: "■";
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.concierge__banner p {
  font-weight: bold;
  margin-bottom: 0.7em;
  text-align: center;
}

.concierge__banner a {
  display: block;
}

.side-nav.rb2019---dialog {
  z-index: 1100;
}

.rb2019---header-fixed .side-nav__trigger:hover {
  opacity: 0.6;
}

.rb2019---header-fixed .side-nav__trigger.hidden {
  opacity: 0;
}

.side-nav__trigger i {
  font-size: 48px;
}

@-webkit-keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

@keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

.side-nav__inner {
  -webkit-animation: side-nav-open-bg 0.3s ease 1 forwards;
  animation: side-nav-open-bg 0.3s ease 1 forwards;
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-closing .side-nav__inner {
  -webkit-animation: side-nav-close-bg 0.3s ease 1;
  animation: side-nav-close-bg 0.3s ease 1;
}

.side-nav__body {
  -webkit-animation: side-nav-open 0.3s ease 1 forwards;
  animation: side-nav-open 0.3s ease 1 forwards;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(400px, 0);
  transform: translate(400px, 0);
  width: 400px;
}

.is-closing .side-nav__body {
  -webkit-animation: side-nav-close 0.3s ease 1;
  animation: side-nav-close 0.3s ease 1;
}

@-webkit-keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

@keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

.side-nav__close {
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.side-nav__content {
  padding: 50px 16px 0;
}

.side-nav__group {
  margin-bottom: 16px;
}

.side-nav__group + .side-nav__group {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.side-nav__group-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.side-nav__search form {
  -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;
}

.side-nav__search input[type="text"] {
  border: 1px solid #999;
  font-size: 16px;
  height: 40px;
  padding: 0 0.5em;
  width: 70%;
}

.side-nav__search button {
  background: #a17844;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: -webkit-calc(30% - 8px);
  width: calc(30% - 8px);
}

.side-nav__form .form-select {
  height: 40px;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}

.side-nav__form .form-select__element {
  font-size: 14px;
  font-weight: bold;
  padding-left: 32px;
}

.side-nav__form .form-select__icon:nth-of-type(1) {
  height: auto;
  left: 8px;
  width: 16px;
}

.side-nav__form .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 8px;
  width: 16px;
}

.side-nav__form .search__fields {
  margin-bottom: 16px;
}

.side-nav__form .search__cross {
  height: auto;
  margin: 0 8px;
  width: 12px;
}

.side-nav__form .form-button {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin: 0 auto;
  width: 100%;
}

.side-nav__links {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -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;
}

.side-nav__links a,
.side-nav__links a:link,
.side-nav__links a:visited,
.side-nav__links a:hover,
.side-nav__links a:focus,
.side-nav__links a:active {
  color: #333;
}

.side-nav__links a {
  -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: -webkit-calc(100% / 2);
  flex-basis: calc(100% / 2);
  font-size: 14px;
  font-weight: bold;
  height: 2em;
  -webkit-justify-content: center;
  justify-content: center;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}

@media only screen and (min-width: 600px) {
  .rb2019---main {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .rb2019---main div,
  .rb2019---main h1,
  .rb2019---main h2,
  .rb2019---main h3,
  .rb2019---main h4,
  .rb2019---main h5,
  .rb2019---main h6,
  .rb2019---main p,
  .rb2019---main blockquote,
  .rb2019---main pre,
  .rb2019---main address,
  .rb2019---main ul,
  .rb2019---main ol,
  .rb2019---main li,
  .rb2019---main dl,
  .rb2019---main dt,
  .rb2019---main dd,
  .rb2019---main table,
  .rb2019---main th,
  .rb2019---main td,
  .rb2019---main form,
  .rb2019---main fieldset,
  .rb2019---main section,
  .rb2019---main nav,
  .rb2019---main article,
  .rb2019---main aside,
  .rb2019---main hgroup,
  .rb2019---main header,
  .rb2019---main footer,
  .rb2019---main figure,
  .rb2019---main figcaption,
  .rb2019---main summary {
    font-family: inherit;
  }
  .rb2019---main.rb2019---inner {
    min-width: 1230px;
    width: auto;
  }
  .rb2019---main.rb2019---inner #ins-wrapper {
    padding: 0;
  }
  .rb2019---main.rb2019---inner #ins-wrapper .barlow {
    font-family: "Barlow", sans-serif;
  }
  .rb2019---main.rb2019---inner #ins-wrapper .serif {
    font-family: "Yu Mincho", "YuMincho", serif;
  }
  #ins-mainUpper {
    margin: 0 auto;
    width: 1230px;
  }
  .rb2019---main .rb2019---inner {
    padding-left: 55px;
    padding-right: 55px;
  }
  .form-button {
    border-radius: 4px;
  }
  .form-select__element {
    padding: 0 2em 0 2.5em;
  }
  .section__title-1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .section__title-1 strong {
    font-size: 40px;
  }
  .section__title-1 br {
    display: none;
  }
  .section__title-1::after {
    height: 5px;
    width: 130px;
  }
  .section__title-2 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .section__title-3 {
    font-size: 30px;
  }
  .section__title-3 br {
    display: none;
  }
  .section__title-4 {
    font-size: 24px;
  }
  .section__title-4 br {
    display: none;
  }
  .section__lead {
    text-align: center;
  }
  .section__lead p {
    font-size: 15px;
  }
  .card-list {
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
  }
  .card__text p {
    font-size: 15px;
  }
  .item-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .item {
    margin-right: 50px;
    width: 340px;
  }
  a.item,
  .item a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a.item:hover,
  .item a:hover {
    opacity: 0.75;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
  .item__thumbnail {
    height: 210px;
    margin-bottom: 15px;
  }
  .item__info {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .item__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .item__price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .item__price strong {
    font-size: 18px;
  }
  .item__summary {
    margin-bottom: 20px;
  }
  .item__summary p {
    font-size: 15px;
  }
  .item__link {
    background-position: right 11px center;
    background-size: 6px 11px;
    height: 40px;
  }
  .steps li {
    height: 37px;
    margin-bottom: 100px;
  }
  .steps li::after {
    height: 104px;
    left: 118px;
    top: -webkit-calc(100% - 2px);
    top: calc(100% - 2px);
    width: 7px;
  }
  .steps__label {
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
    font-size: 24px;
    width: 160px;
  }
  .steps__label::after {
    border-radius: 20px;
    height: 37px;
    margin-right: 20px;
    width: 37px;
  }
  .steps__name {
    font-size: 20px;
  }
  .detail {
    border-radius: 16px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 40px;
    width: 860px;
  }
  .detail__body {
    width: 408px;
  }
  .detail-service {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .detail-service__label {
    font-size: 12px;
    height: 30px;
  }
  .detail__info {
    -webkit-box-pack: start;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-size: 16px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .detail__info small {
    font-size: 13px;
  }
  .detail__name {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .detail__price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .detail__price strong {
    font-size: 30px;
  }
  .detail__button {
    border-radius: 6px;
    font-size: 18px;
    height: 60px;
  }
  .detail__button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .detail__button:hover {
    opacity: 0.75;
  }
  .detail-image {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 32px;
  }
  .detail-image__image {
    bottom: 0;
    height: 426px;
    left: -119px;
    position: absolute;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    width: 426px;
    z-index: 2;
  }
  .detail-image__item:nth-child(1) .detail-image__image {
    left: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .detail-image__item:nth-child(6) .detail-image__image {
    left: auto;
    right: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .kv {
    background: url(../images/2021/kv/kv.jpg) no-repeat center top;
    background-size: auto 100%;
    height: 360px;
    padding-top: 100px;
  }
  .kv__title {
    margin: 0 auto;
    width: 1040px;
  }
  .kv__title br {
    display: none;
  }
  .introduction {
    padding: 70px 0;
  }
  .introduction .section__title-4 {
    margin-bottom: 30px;
  }
  .introduction .section__lead p {
    font-size: 16px;
  }
  .page-nav {
    padding: 20px 0 16px;
  }
  .page-nav__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  a.page-nav__link {
    background-position: right 12px center;
    background-size: 12px 10px;
    font-size: 14px;
    height: 60px;
    line-height: 1;
    margin: 0 12px 26px;
    padding-right: 1em;
    width: 262px;
  }
  a.page-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a.page-nav__link:hover {
    opacity: 0.75;
  }
  a.page-nav__link br {
    display: none;
  }
  a.page-nav__link:nth-child(4n + 1) {
    margin-left: 0;
  }
  a.page-nav__link:nth-child(4n) {
    margin-right: 0;
  }
  a.page-nav__link.is-hokkaido {
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  a.page-nav__link.is-hokkaido br {
    display: unset;
  }
  .features {
    padding: 72px 0 80px;
  }
  .features .card {
    width: 342px;
  }
  .features .card__image {
    margin-bottom: 35px;
  }
  .features .card__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .recommends {
    padding: 80px 0 40px;
  }
  .recommends-nav {
    margin-bottom: 50px;
  }
  .recommends-nav__link {
    background-position: right 14px center;
    background-size: 14px 12px;
    font-size: 14px;
    height: 60px;
    line-height: 1.4;
    width: 260px;
  }
  .recommends-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .recommends-nav__link:hover {
    opacity: 0.75;
  }
  .recommend {
    padding: 30px 0 50px;
  }
  .recommend .section__lead {
    margin-bottom: 60px;
  }
  .recommend .item {
    width: 340px;
  }
  .recommend .item__thumbnail {
    height: 340px;
  }
  .search {
    padding: 60px 0 70px;
  }
  .search .section__title-1 {
    margin-bottom: 40px;
  }
  .search .section__lead {
    margin-bottom: 30px;
  }
  .search .section__lead p {
    font-size: 23px;
  }
  .search .section__lead br {
    display: none;
  }
  .search .form-select {
    height: 80px;
    width: 370px;
  }
  .search .form-select__element {
    font-size: 18px;
    padding-left: 78px;
  }
  .search .form-select__icon:nth-of-type(1) {
    left: 24px;
    width: 30px;
  }
  .search .form-select__icon:nth-of-type(2) {
    right: 24px;
    width: 14px;
  }
  .search .form-button {
    font-size: 18px;
    height: 60px;
    margin: 0 auto;
    width: 400px;
  }
  .search__fields {
    margin-bottom: 50px;
  }
  .search__cross {
    margin: 0 30px;
  }
  .by-price {
    padding: 80px 0 100px;
  }
  .by-price .section__lead {
    margin-bottom: 45px;
  }
  .by-price .section__title-3 {
    margin-bottom: 35px;
  }
  .by-price-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 1120px;
  }
  .by-price-nav__link {
    background-position: right 11px center;
    background-size: 6px 11px;
    font-size: 15px;
    height: 60px;
    margin: 0 28px 20px 0;
    width: 259px;
  }
  .by-price-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .by-price-nav__link:hover {
    opacity: 0.75;
  }
  .by-price-nav__link:last-child {
    margin-right: 0;
  }
  .brand-nav {
    margin-bottom: 60px;
  }
  .brand-nav__link {
    font-size: 16px;
  }
  .brand-nav__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .brand-nav__link:hover {
    opacity: 0.75;
  }
  .brand-nav__link + .brand-nav__link::before {
    margin: 0 1.5em;
  }
  .brand__section {
    margin-bottom: 20px;
  }
  .brand__section .section__lead {
    margin-bottom: 60px;
  }
  .brand__section .item {
    margin-bottom: 70px;
  }
  .brand__section .item__price {
    margin-bottom: 30px;
  }
  .brand__header {
    background-position: left 20px top, right center;
    background-size: 238px 238px, auto;
    margin: 0 -20px 10px;
    min-height: 300px;
    padding: 40px 60px;
  }
  .brand__title {
    margin-bottom: 35px;
  }
  .brand__summary p {
    font-size: 18px;
  }
  .brand__image {
    margin-bottom: 120px;
  }
  .brand__image + .section__lead {
    margin-top: -80px;
  }
  .by-category {
    padding: 90px 0;
  }
  .by-category .section__lead {
    margin-bottom: 70px;
  }
  .main-categories .card-list {
    margin-bottom: 75px;
    width: 1080px;
  }
  .main-categories .card {
    margin-bottom: 30px;
    overflow: hidden;
    width: 340px;
  }
  .main-categories .card {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-categories .card:hover {
    opacity: 0.75;
  }
  .main-categories .card::after {
    height: 51px;
    width: 51px;
  }
  .main-categories .card__image {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-categories .card:hover .card__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .main-categories .card__title {
    font-size: 24px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5),
      0 0 20px rgba(0, 0, 0, 0.5);
  }
  .categories .section__title-3 {
    margin-bottom: 40px;
  }
  .categories__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .categories__link {
    -webkit-flex-basis: 259px;
    flex-basis: 259px;
    font-size: 16px;
    margin-bottom: 28px;
    margin-right: 28px;
    width: 259px;
  }
  .categories__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .categories__link:hover {
    opacity: 0.75;
  }
  .categories__link:nth-child(4n) {
    margin-right: 0;
  }
  .categories__link br {
    display: none;
  }
  .categories__link img {
    margin-right: 18px;
  }
  .pickup {
    background-image: url(../images/2021/pickup/bg-1.jpg);
    background-position: left bottom;
    background-size: contain;
    padding: 60px 0;
  }
  .pickup__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .pickup__title strong {
    font-size: 50px;
  }
  .pickup__block {
    margin-left: auto;
    padding: 24px;
    width: 456px;
  }
  .pickup__image {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__image:hover {
    opacity: 0.75;
  }
  .pickup__image {
    margin-bottom: 20px;
  }
  .pickup__name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pickup__name a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__name a:hover {
    opacity: 0.75;
  }
  .pickup__price {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pickup__text {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
  .pickup__button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__button:hover {
    opacity: 0.75;
  }
  .pickup__button {
    border-radius: 4px;
    font-size: 15px;
    height: 50px;
    margin: 0 auto 13px;
    width: 300px;
  }
  .pickup__link {
    font-size: 15px;
  }
  .pickup__link a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pickup__link a:hover {
    opacity: 0.75;
  }
  .pickup__badge {
    border-radius: 52px;
    font-size: 24px;
    height: 104px;
    right: -20px;
    top: -20px;
    width: 104px;
  }
  .reason {
    padding: 80px 0;
  }
  .reason .rb2019---inner {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .reason .section__title-1 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .reason__body {
    -webkit-flex-basis: -webkit-calc(100% - 424px);
    flex-basis: calc(100% - 424px);
    width: -webkit-calc(100% - 424px);
    width: calc(100% - 424px);
  }
  .reason__text-1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .reason__text-2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .reason__text-3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reason__text-4 {
    font-size: 12px;
  }
  .reason__image {
    -webkit-flex-basis: 424px;
    flex-basis: 424px;
    width: 424px;
  }
  .ranking {
    padding: 70px 0 96px;
  }
  .ranking .item {
    margin-bottom: 30px;
    margin-right: 50px;
    width: 340px;
  }
  .ranking li:last-child .item {
    margin-right: 0;
  }
  .ranking .item__thumbnail {
    height: 340px;
    margin-bottom: 30px;
    margin-top: 24px;
  }
  .ranking .item__info {
    font-size: 15px;
  }
  .ranking .item__price {
    margin-bottom: 30px;
  }
  .ranking .item__summary {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.66667;
  }
  .ranking .item__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .ranking .item__link:hover {
    opacity: 0.75;
  }
  .ranking .item__link {
    font-size: 15px;
    height: 67px;
    letter-spacing: 0.1em;
    width: 340px;
  }
  .ranking .item__link br {
    display: none;
  }
  .item__thumbnail .ranking__label {
    height: 77px;
    top: -24px;
    width: 58px;
  }
  .links {
    margin-bottom: 40px;
  }
  .links .section__title-4 {
    margin-bottom: 35px;
  }
  .links .section__title-4 br {
    display: none;
  }
  .links__body {
    padding: 38px 32px 12px;
  }
  .links__list {
    -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-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .links__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .links__link:hover {
    opacity: 0.75;
  }
  .links__link {
    background-position: right 15px center;
    -webkit-flex-basis: 338px;
    flex-basis: 338px;
    font-size: 15px;
    height: 60px;
    margin: 0 21px 20px 0;
    width: 338px;
  }
  .links__link:nth-child(3n) {
    margin-right: 0;
  }
  .best3 {
    padding: 70px 0 96px;
  }
  .best3 .item {
    margin-bottom: 30px;
    margin-right: 50px;
    width: 340px;
  }
  .best3 li:last-child .item {
    margin-right: 0;
  }
  .best3 .item__thumbnail {
    height: 340px;
    margin-bottom: 30px;
    margin-top: 24px;
  }
  .best3 .item__info {
    font-size: 15px;
  }
  .best3 .item__price {
    margin-bottom: 30px;
  }
  .best3 .item__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .best3 .item__link:hover {
    opacity: 0.75;
  }
  .best3 .item__link {
    width: 340px;
  }
  .best3__more {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .best3__more:hover {
    opacity: 0.75;
  }
  .best3__more {
    background-position: right 25px center;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    margin: 80px auto 0;
    width: 450px;
  }
  .recommends .best3__more {
    margin-top: 20px;
  }

  .hokkaido__label {
    height: 100px;
    width: 100px;
  }
  .hokkaido__banner {
    margin: 50px 0;
  }
  .hokkaido__banner a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hokkaido__banner a:hover {
    opacity: 0.75;
  }
  .hokkaido-popup .rb2019---dialog__content {
    border: 25px solid #fff;
    width: 800px;
  }
  .hokkaido-popup .rb2019---dialog__close {
    right: -40px;
    top: -70px;
  }
  .hokkaido-popup .rb2019---dialog__close i {
    font-size: 50px;
  }
  .hokkaido-popup .rb2019---dialog__body {
    padding: 50px 36px 0;
  }
  .hokkaido-popup__title {
    margin-bottom: 65px;
  }
  .hokkaido-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;
  }
  .hokkaido-popup__coupon dt {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .hokkaido-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;
  }
  .hokkaido-popup__coupon dd {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .hokkaido-popup__coupon dd {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 46px;
  }
  .hokkaido-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;
  }
  .hokkaido-popup__notes dt,
  .hokkaido-popup__notes dd {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .hokkaido-popup__notes dt,
  .hokkaido-popup__notes dd {
    font-size: 16px;
  }
  .hokkaido-popup__notes dt:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .hokkaido-popup__notes dd:not(:last-of-type) {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .hokkaido-popup__notes dt {
    -webkit-flex-basis: 130px;
    flex-basis: 130px;
    max-width: 130px;
    padding-left: 6px;
    width: 130px;
  }
  .hokkaido-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.hokkaido-popup__more {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  a.hokkaido-popup__more:hover {
    opacity: 0.6;
  }
  a.hokkaido-popup__more {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  a.hokkaido-popup__more {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
    margin: 50px auto 28px;
    width: 320px;
  }
  .hokkaido-popup__notes-2 {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .hokkaido-popup__notes-2 dt {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .hokkaido-popup__notes-2 dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hokkaido-popup__notes-2 dd p {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .card-type {
    padding: 70px 0 96px;
  }
  .card-type .section__lead {
    margin-bottom: 60px;
  }
  .card-type .item {
    width: 340px;
  }
  .card-type .item__thumbnail {
    height: 273px;
  }
  .by-brand {
    margin-bottom: 120px;
    padding-top: 60px;
  }
  .by-brand .section__lead {
    margin-bottom: 80px;
  }
  .brand__list {
    margin-left: auto;
    margin-right: auto;
    width: 918px;
    flex-wrap: wrap;
  }
  .brand__list + .brand__list {
    margin-top: 25px;
  }
  .brand__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .brand__link:hover {
    opacity: 0.75;
  }
  .brand__link {
    -webkit-flex-basis: 176px;
    flex-basis: 176px;
    width: 176px;
  }
  .services {
    margin-bottom: 120px;
  }
  .services .section__title-1 {
    margin-bottom: 80px;
  }
  .services .section__title-1 br {
    display: none;
  }
  .services .card-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .services .card {
    width: 480px;
  }
  .services .card__title {
    height: 72px;
    margin-bottom: 30px;
  }
  .card__text {
    margin-bottom: 30px;
  }
  .card__image {
    margin-bottom: 30px;
  }
  .card__note {
    font-size: 13px;
  }
  .useful {
    padding: 80px 0 110px;
  }
  .useful .section__title-1 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .useful .section__title-1 strong {
    font-size: 36px;
    margin-top: 10px;
  }
  .useful .section__title-1 br {
    display: none;
  }
  .useful-section {
    border-radius: 20px;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.1);
    margin-bottom: 65px;
    padding: 50px 60px 10px;
  }
  .useful-section__body {
    -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-bottom: 30px;
    padding-bottom: 0px;
  }
  .useful-section__image {
    -webkit-flex-basis: 528px;
    flex-basis: 528px;
    width: 528px;
  }
  .useful-section__right {
    -webkit-flex-basis: 480px;
    flex-basis: 480px;
    width: 480px;
  }
  .useful-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .useful-section__text p {
    font-size: 16px;
  }
  .banner {
    margin: 95px 0 75px;
  }
  .banner .rb2019---inner {
    -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 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .banner a:hover {
    opacity: 0.75;
  }
  .concierge__body {
    margin: 0 auto 60px;
    width: 860px;
  }
  .concierge__title {
    margin-bottom: 50px;
  }
  .concierge__lead {
    font-size: 22px;
    letter-spacing: 0.03em;
    margin-bottom: 50px;
  }
  .concierge__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;
    padding: 0 80px;
  }
  .concierge__list > li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    padding-right: 1em;
  }
  .concierge__list a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .concierge__list a:hover {
    opacity: 0.75;
  }
  .concierge__list a {
    font-size: 18px;
  }
  .concierge__banner {
    -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-bottom: 155px;
  }
  .concierge__banner p {
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 2.27273;
  }
  .concierge__banner p br {
    display: none;
  }
  .concierge__banner a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .concierge__banner a:hover {
    opacity: 0.75;
  }
  .side-nav__trigger {
    -webkit-align-items: center;
    align-items: center;
    -webkit-animation: side-nav-trigger-swing infinite 2s linear;
    animation: side-nav-trigger-swing infinite 2s linear;
    background: #a17844;
    border-radius: 50px;
    -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;
    font-size: 13px;
    height: 100px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 16px;
    text-align: center;
    top: 71px;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.3s ease;
    transition: opacity 0.2s ease;
    width: 100px;
    z-index: 0;
  }
  .rb2019---header-fixed .side-nav__trigger {
    opacity: 1;
    pointer-events: auto;
  }
  a.side-nav__trigger,
  a.side-nav__trigger:link,
  a.side-nav__trigger:visited,
  a.side-nav__trigger:hover,
  a.side-nav__trigger:focus,
  a.side-nav__trigger:active {
    color: #fff;
  }
}

@media only screen and (max-width: 599px) {
  .rb2019---main div,
  .rb2019---main h1,
  .rb2019---main h2,
  .rb2019---main h3,
  .rb2019---main h4,
  .rb2019---main h5,
  .rb2019---main h6,
  .rb2019---main p,
  .rb2019---main blockquote,
  .rb2019---main pre,
  .rb2019---main address,
  .rb2019---main ul,
  .rb2019---main ol,
  .rb2019---main li,
  .rb2019---main dl,
  .rb2019---main dt,
  .rb2019---main dd,
  .rb2019---main table,
  .rb2019---main th,
  .rb2019---main td,
  .rb2019---main form,
  .rb2019---main fieldset,
  .rb2019---main section,
  .rb2019---main nav,
  .rb2019---main article,
  .rb2019---main aside,
  .rb2019---main hgroup,
  .rb2019---main header,
  .rb2019---main footer,
  .rb2019---main figure,
  .rb2019---main figcaption,
  .rb2019---main summary {
    font-family: sans-serif;
  }
  #ins-mainUpper {
    display: none;
  }
  .rb2019---main + .rb2019---footer {
    margin-top: 0;
  }
  .form-button {
    border-radius: 0.2rem;
  }
  .form-select__element {
    padding-left: 0.5em;
    text-align: justify;
  }
  .section__title-1 {
    font-size: 1.14rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .section__title-1 strong {
    font-size: 1.7rem;
  }
  .section__title-1::after {
    height: 1vw;
    width: 25vw;
  }
  .section__title-2 {
    font-size: 1.28rem;
    margin: 0 1rem 1em;
    padding-bottom: 0.8em;
  }
  .section__title-3 {
    font-size: 1.28rem;
    margin: 0 1rem 2rem;
    text-align: center;
  }
  .section__title-4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .section__lead {
    margin-bottom: 1rem;
    padding: 0 2rem;
  }
  .section__lead p {
    font-size: 0.85rem;
  }
  .card-list {
    padding: 0 1rem;
  }
  .card {
    margin-bottom: 2rem;
  }
  .card:last-of-type {
    margin-bottom: 0;
  }
  div.card__image img,
  img.card__image {
    height: auto;
    width: 100%;
  }
  .card__text p {
    font-size: 1rem;
  }
  .item-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 1rem;
  }
  .item {
    box-sizing: border-box;
    -webkit-flex-basis: -webkit-calc(50vw - 2rem);
    flex-basis: calc(50vw - 2rem);
    margin: 0 0.5rem 2rem;
    width: -webkit-calc(50vw - 2rem);
    width: calc(50vw - 2rem);
  }
  .item__thumbnail {
    height: -webkit-calc(50vw - 2rem);
    height: calc(50vw - 2rem);
  }
  .item__thumbnail img {
    height: auto;
    max-width: 100%;
  }
  .item__info {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
  }
  .item__name {
    font-size: 1.14rem;
    margin-bottom: 0.25rem;
  }
  .item__price {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
  .item__price strong {
    font-size: 1.14rem;
  }
  .item__summary {
    display: none;
  }
  .item__summary p {
    font-size: 0.92rem;
  }
  .item__link {
    background-position: right 0.6rem center;
    background-size: 0.4rem 0.6rem;
    box-sizing: border-box;
    -webkit-flex-basis: -webkit-calc(50vw - 2rem);
    flex-basis: calc(50vw - 2rem);
    height: 3rem;
    padding-right: 0.5rem;
    width: -webkit-calc(50vw - 2rem);
    width: calc(50vw - 2rem);
  }
  .steps li {
    height: 2rem;
    margin-bottom: 4rem;
  }
  .steps li::after {
    height: 5rem;
    left: 6.375rem;
    top: -webkit-calc(100% - 0.5rem);
    top: calc(100% - 0.5rem);
    width: 0.25rem;
  }
  .steps__label {
    -webkit-flex-basis: 8.5rem;
    flex-basis: 8.5rem;
    font-size: 1.28rem;
    width: 8.5rem;
  }
  .steps__label::after {
    border-radius: 1rem;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
  }
  .steps__name {
    -webkit-flex-basis: -webkit-calc(100% - 8.5rem);
    flex-basis: calc(100% - 8.5rem);
    font-size: 1.28rem;
    width: -webkit-calc(100% - 8.5rem);
    width: calc(100% - 8.5rem);
  }
  .detail {
    border-radius: 1rem;
    box-shadow: 0px 1rem 1.5rem 0px rgba(0, 0, 0, 0.3);
    margin: 0 1rem;
    padding: 2rem;
  }
  .detail__inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .detail__thumbnail {
    margin-bottom: 2rem;
  }
  .detail__thumbnail img {
    height: auto;
    max-width: 100%;
  }
  .detail-service {
    margin-bottom: 1rem;
  }
  .detail-service__label {
    font-size: 0.85rem;
    height: 2em;
  }
  .detail__info {
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .detail__info small {
    font-size: 0.85rem;
  }
  .detail__name {
    font-size: 1.28rem;
    margin-bottom: 0.5rem;
  }
  .detail__price {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .detail__price strong {
    font-size: 1.28rem;
  }
  .detail__point {
    margin-bottom: 1rem;
    text-align: right;
  }
  .detail__button {
    border-radius: 0.2rem;
    font-size: 1.14rem;
    height: 3em;
    margin-top: 1rem;
  }
  .detail-image {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-image__item {
    -webkit-flex-basis: -webkit-calc(100% / 3);
    flex-basis: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .detail-image__thumbnail {
    height: 100%;
    width: 100%;
  }
  .detail-image__image {
    bottom: 0;
    height: -webkit-calc(100vw - 2rem);
    height: calc(100vw - 2rem);
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: -webkit-calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }
  .kv {
    background: url(../images/2021/kv/sp-kv.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 15vw;
    padding-top: 80vw;
  }
  .kv__title {
    margin: 0 auto;
    width: 75vw;
  }
  .kv__title img {
    height: auto;
    width: 100%;
  }
  .introduction {
    padding: 0 0 3rem;
  }
  .introduction .section__title-4 {
    margin-bottom: 2rem;
  }
  .introduction .section__lead br {
    display: none;
  }
  .page-nav__links {
    margin-bottom: 2rem;
  }
  a.page-nav__link {
    background-position: right 0.6rem center;
    background-size: 0.6rem 0.5rem;
    box-sizing: border-box;
    -webkit-flex-basis: -webkit-calc((100% - 1px) / 2);
    flex-basis: calc((100% - 1px) / 2);
    font-size: 0.92rem;
    height: 3.5rem;
    margin-bottom: 1px;
    padding-right: 0.6em;
    text-align: center;
    width: -webkit-calc((100% - 1px) / 2);
    width: calc((100% - 1px) / 2);
  }
  a.page-nav__link.is-hokkaido {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .features {
    padding: 3rem 0;
  }
  .features .card__image {
    margin: 0 0 2rem;
  }
  .features .card__image img {
    height: auto;
    width: 100%;
  }
  .features .card__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .recommends {
    padding: 3rem 0 1rem;
  }
  .recommends-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .recommends-nav__link {
    background-position: right 1rem center;
    background-size: 0.8rem 0.6rem;
    box-sizing: border-box;
    -webkit-flex-basis: -webkit-calc((100% - 1px) / 2);
    flex-basis: calc((100% - 1px) / 2);
    font-size: 0.92rem;
    height: 4rem;
    margin-bottom: 1px;
    padding-right: 1em;
    width: -webkit-calc((100% - 1px) / 2);
    width: calc((100% - 1px) / 2);
  }
  .recommend {
    margin-bottom: 4rem;
  }
  .recommend .item__thumbnail {
    height: 50vw;
  }
  .search {
    padding: 3rem 0;
  }
  .search .section__lead {
    margin-bottom: 3rem;
  }
  .search .section__lead p {
    font-size: 1.08rem;
    text-align: center;
    white-space: nowrap;
  }
  .search .form-select {
    height: 3.5rem;
    width: 100%;
  }
  .search .form-select__element {
    font-size: 1.14rem;
    padding-left: 3em;
  }
  .search .form-select__icon:nth-of-type(1) {
    left: 1em;
    width: 1.5em;
  }
  .search .form-select__icon:nth-of-type(2) {
    right: 1em;
    width: 1em;
  }
  .search .form-button {
    font-size: 1.14rem;
    height: 3.5rem;
    margin: 0 auto;
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
  .search__fields {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  .search__cross {
    height: auto;
    margin: 1rem 0;
    width: 2rem;
  }
  .by-price {
    padding: 3rem 0;
  }
  .by-price-nav {
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .by-price-nav__link {
    background-position: right 0.4rem center;
    background-size: 0.4rem 0.6rem;
    box-sizing: border-box;
    font-size: 0.85rem;
    height: 3.5rem;
    margin-bottom: 0.5rem;
    padding-right: 0.5em;
    width: -webkit-calc(50vw - 1.25rem);
    width: calc(50vw - 1.25rem);
  }
  .brand-nav {
    margin-bottom: 3rem;
  }
  .brand-nav__link {
    font-size: 1rem;
  }
  .brand-nav__link + .brand-nav__link::before {
    margin: 0 0.5em;
  }
  .brand__section {
    margin-bottom: 2rem;
  }
  .brand__header {
    background-position: left top, center bottom;
    background-size: 8.5rem 8.5rem, 90vw auto;
    margin-bottom: 2rem;
    padding: 2rem 0 14rem;
  }
  .brand__title {
    margin-bottom: 2rem;
    text-align: center;
  }
  .brand__title img {
    height: 1.8rem;
    width: auto;
  }
  .brand__summary {
    padding: 0 2rem;
  }
  .brand__summary p {
    font-size: 1.14rem;
  }
  .brand__summary br {
    display: none;
  }
  .brand__image {
    margin-bottom: 2rem;
  }
  .brand__image img {
    height: auto;
    width: 100%;
  }
  .by-category {
    padding: 3rem 0;
  }
  .by-category .section__lead {
    margin-bottom: 2rem;
  }
  .main-categories .card-list {
    margin-bottom: 2rem;
  }
  .main-categories .card {
    box-sizing: border-box;
    -webkit-flex-basis: -webkit-calc(100% / 3);
    flex-basis: calc(100% / 3);
    margin: 0;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .main-categories .card__image {
    margin: 0;
  }
  .main-categories .card__image img {
    height: auto;
    width: 100%;
  }
  .main-categories .card__title {
    font-size: 1rem;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5), 0 0 0.4em rgba(0, 0, 0, 0.5);
  }
  .categories__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .categories__link {
    -webkit-flex-basis: -webkit-calc((100% - 0.5rem) / 2);
    flex-basis: calc((100% - 0.5rem) / 2);
    font-size: 0.92rem;
    margin-bottom: 0.5rem;
    width: -webkit-calc((100% - 0.5rem) / 2);
    width: calc((100% - 0.5rem) / 2);
  }
  .categories__link img {
    height: auto;
    margin-right: 1rem;
    width: 3.5rem;
  }
  .pickup {
    background-image: url(../images/2021/pickup/sp_bg-1.jpg);
    background-position: center top 6rem;
    background-size: 100% auto;
    padding: 3rem 0;
  }
  .pickup__title {
    font-size: 1.08rem;
    margin-bottom: 24rem;
  }
  .pickup__title strong {
    font-size: 1.43rem;
  }
  .pickup__block {
    margin: 0 1.5rem;
    padding: 1.5rem;
  }
  .pickup__image {
    margin-bottom: 1rem;
  }
  .pickup__name {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  .pickup__price {
    font-size: 1.28rem;
    margin-bottom: 1rem;
  }
  .pickup__text {
    margin-bottom: 2rem;
  }
  .pickup__button {
    border-radius: 0.5rem;
    font-size: 1.14rem;
    height: 3.5rem;
    margin-bottom: 2rem;
  }
  .pickup__badge {
    border-radius: 3rem;
    font-size: 1.28rem;
    height: 6rem;
    right: -1rem;
    top: -1rem;
    width: 6rem;
  }
  .reason {
    padding: 3rem 1.5rem;
  }
  .reason .rb2019---inner {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .reason .section__title-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .reason__body {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .reason__text-1 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .reason__text-1 br {
    display: none;
  }
  .reason__text-2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .reason__text-3 {
    font-size: 1.14rem;
    margin-bottom: 1rem;
  }
  .reason__text-3 br {
    display: none;
  }
  .reason__text-4 {
    font-size: 0.92rem;
  }
  .reason__image {
    -webkit-box-ordinal-group: 3;
    margin: 0 1.5rem 2rem;
    -webkit-order: 2;
    order: 2;
  }
  .reason__image img {
    height: auto;
    width: 100%;
  }
  .ranking {
    padding: 3rem 0;
  }
  .ranking .item {
    margin-bottom: 1rem;
  }
  .ranking .item__thumbnail {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .ranking .item__link {
    font-size: 0.92rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
  .item__thumbnail .ranking__label {
    height: 4.27778rem;
    top: -1rem;
    width: 3.22222rem;
  }
  .links {
    margin: 1.5rem;
  }
  .links__body {
    padding: 1.5rem 1.5rem 0.5rem;
  }
  .links__link {
    background-position: right 1rem center;
    background-size: 0.5rem auto;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .best3 {
    padding: 3rem 0;
  }
  .best3 .item {
    margin-bottom: 1rem;
  }
  .best3 .item__thumbnail {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .best3__more {
    background-position: right 1rem center;
    background-size: 0.5rem auto;
    border-radius: 1.5rem;
    font-size: 1.14rem;
    height: 3rem;
    margin: 4rem 1.5rem 0;
  }
  .recommends .best3__more {
    margin-top: 2rem;
  }
  .hokkaido__label {
    height: 5rem;
    width: 5rem;
  }
  .hokkaido__banner {
    margin: 3rem 1rem;
  }
  .hokkaido__banner img {
    height: auto;
    width: 100%;
  }
  .rb2019---dialog.hokkaido-popup {
    bottom: 6rem;
    left: 2rem;
    right: 2rem;
    top: 4rem;
  }
  .hokkaido-popup .rb2019---dialog__content {
    border: 1.5rem solid #fff;
  }
  .hokkaido-popup .rb2019---dialog__close {
    right: -3.5rem;
    top: -5.5rem;
  }
  .hokkaido-popup .rb2019---dialog__close i {
    background: transparent;
    font-size: 3rem;
  }
  .hokkaido-popup .rb2019---dialog__body {
    padding: 1rem 1rem 0;
  }
  .hokkaido-popup__title {
    margin-bottom: 2rem;
  }
  .hokkaido-popup__coupon {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .hokkaido-popup__coupon dt {
    font-family: sans-serif;
  }
  .hokkaido-popup__coupon dt {
    font-size: 1.2rem;
  }
  .hokkaido-popup__coupon dd {
    font-family: sans-serif;
  }
  .hokkaido-popup__coupon dd {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .hokkaido-popup__notes {
    margin-bottom: 2rem;
  }
  .hokkaido-popup__notes dt,
  .hokkaido-popup__notes dd {
    font-family: sans-serif;
  }
  .hokkaido-popup__notes dt,
  .hokkaido-popup__notes dd {
    font-size: 1rem;
    text-align: left;
  }
  .hokkaido-popup__notes dd:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .hokkaido-popup__notes dt {
    margin-bottom: 0.5rem;
  }
  a.hokkaido-popup__more {
    font-family: sans-serif;
  }
  a.hokkaido-popup__more {
    border-radius: 1rem;
    font-size: 1rem;
    height: 2rem;
    margin: 0 auto 2rem;
  }
  .hokkaido-popup__notes-2 {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
  .hokkaido-popup__notes-2 dt {
    font-family: sans-serif;
  }
  .hokkaido-popup__notes-2 dt {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .hokkaido-popup__notes-2 dd p {
    font-family: sans-serif;
  }
  .hokkaido-popup__notes-2 dd p {
    text-align: left;
  }
  .card-type {
    padding: 3rem 0;
  }
  .by-brand {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
  .brand__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand__link {
    -webkit-flex-basis: -webkit-calc(100vw / 2);
    flex-basis: calc(100vw / 2);
    width: -webkit-calc(100vw / 2);
    width: calc(100vw / 2);
    margin: 0 0 1rem;
  }
  .services {
    margin-bottom: 2rem;
  }
  .services .card {
    margin-bottom: 3rem;
  }
  .services .card__title {
    height: 4.5rem;
    margin-bottom: 2rem;
  }
  .services .card__title img:first-child {
    height: auto;
    margin-right: 2rem;
    width: 70%;
  }
  .services .card__title img:last-child {
    height: auto;
    width: 4rem;
  }
  .card__text {
    margin-bottom: 2rem;
  }
  .card__text br {
    display: none;
  }
  .card__image {
    margin: 0 1.5rem 2rem;
  }
  .card__note {
    font-size: 0.92rem;
  }
  .useful {
    padding: 3rem 0;
  }
  .useful-section {
    border-radius: 1rem;
    box-shadow: 0px 0.2rem 1rem 0px rgba(4, 0, 0, 0.1);
    margin: 0 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .useful-section__body {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .useful-section__image {
    margin-bottom: 1rem;
  }
  .useful-section__image img {
    height: auto;
    max-width: 100%;
  }
  .useful-section__title {
    font-size: 1.28rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .useful-section__text p {
    font-size: 1rem;
  }
  .banner {
    margin: 3rem 0;
  }
  .banner img {
    height: auto;
    width: 100%;
  }
  .concierge__body {
    margin: 0 1.5rem 3rem;
  }
  .concierge__title {
    margin-bottom: 2rem;
  }
  .concierge__title img {
    height: auto;
    width: 100%;
  }
  .concierge__lead {
    font-size: 1.14rem;
    margin-bottom: 2rem;
  }
  .concierge__list {
    margin: 0 1rem;
  }
  .concierge__list a {
    font-size: 1rem;
  }
  .concierge__banner {
    margin-bottom: 5rem;
  }
  .concierge__banner p {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.28rem;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .concierge__banner p span {
    -webkit-transform: scale(1, 2);
    transform: scale(1, 2);
  }
  .concierge__banner a {
    margin: 0 1.5rem;
  }
  .concierge__banner a img {
    height: auto;
    width: 100%;
  }
  .side-nav__trigger {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .kv {
    background-size: cover;
    height: -webkit-calc(100vw * (360 / 1399));
    height: calc(100vw * (360 / 1399));
    padding-top: -webkit-calc(100vw * (100 / 1399));
    padding-top: calc(100vw * (100 / 1399));
  }
  .kv__title {
    font-size: -webkit-calc(100vw * (50 / 1399));
    font-size: calc(100vw * (50 / 1399));
  }
}

.brand__other {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand__other a {
  display: block;
  transition: opacity 0.2s ease;
}

.brand__other a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 599px) {
  .brand__other {
    margin: 10vw 0 0;
  }
  .brand__other img {
    width: 100%;
    height: auto;
  }
}

.item__tags {
  margin: 1em 0 0.5em;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.item__tag {
  position: relative;
  height: 2em;
  padding: 0 0.5em 0 2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.25em 0 0 0.25em;
  background: #f38597 url(../images/2021/common/gift-white.svg) no-repeat left
    0.5em center/1em auto;
  color: #fff;
  margin-right: 2em;
}

.item__tag::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-width: 1em 0 1em 0.75em;
  border-style: solid;
  border-color: transparent transparent transparent #f38597;
}

@media only screen and (max-width: 599px) {
  .item__tags {
    font-size: 3vw;
  }
}

.no1 {
  margin: 35px 0 0;
  width: 520px;
}

.no1__banner {
  display: block;
}
.no1__banner img {
  width: 100%;
  height: auto;
  padding: 0;
}

.no1__note {
  font-size: 11px;
  margin-top: 10px;
}
.no1__note a,
.no1__note a:link,
.no1__note a:visited {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  .no1 {
    margin: 2rem 0 0;
    width: auto;
  }
  .no1__banner img {
    margin-bottom: 0;
  }
  .no1__note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}

.beer-banner {
  margin-bottom: 40px;
}

.towel-banner {
  margin-top: 60px;
}

.towel-banner .pc-only {
  display: block;
}

.towel-banner .sp-only {
  display: none;
}

.beer-banner h2,
.towel-banner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.beer-banner a,
.towel-banner a {
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.2s ease;
}

.beer-banner a:hover,
.towel-banner a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 599px) {
  .beer-banner {
    margin-bottom: 10vw;
  }

  .towel-banner {
    margin-top: 10vw;
    padding: 0 5vw;
  }

  .towel-banner .pc-only {
    display: none;
  }

  .towel-banner .sp-only {
    display: block;
  }

  .beer-banner h2,
  .towel-banner h2 {
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }

  .beer-banner a,
  .towel-banner a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .beer-banner a img,
  .towel-banner a img {
    width: 100%;
    height: auto;
  }
}

.osusume-pickup {
  margin: 20px auto 100px;
}
.osusume-pickup-list {
  display: flex;
  justify-content: space-between;
}
.osusume-pickup-list li {
  width: 204px;
}
.osusume-pickup-list li img {
  width: 100%;
  height: auto;
}
.osusume-pickup-list a {
  transition: opacity 0.2s ease;
}
.osusume-pickup-list a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 599px) {
  .osusume-pickup {
    margin: 0 auto 15vw;
  }
  .osusume-pickup-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    margin: 0 auto;
  }
  .osusume-pickup-list li {
    width: 48%;
    margin-bottom: 4vw;
  }
}

.main-categories .card {
  position: relative;
}
.main-categories .card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255/0.3);
}
.main-categories .card__title {
  z-index: 1;
}

.osechi-banner {
  --osechi-banner-scale: 0.6px;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(1300 * var(--osechi-banner-scale));
  height: calc(0 * var(--osechi-banner-scale));
  margin: 0 auto;
  background: #fff;
  transition: height 0.2s ease;
}
@media only screen and (max-width: 599px) {
  .osechi-banner {
    width: 100vw;
    height: 0;
    margin: 0;
  }
}
.osechi-banner-active .osechi-banner {
  height: calc(200 * var(--osechi-banner-scale));
}
@media only screen and (max-width: 599px) {
  .osechi-banner-active .osechi-banner {
    height: 15.3846153846vw;
  }
}

.osechi-banner a {
  display: block;
}
.osechi-banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .rb-search-panel__button {
    transition: bottom 0.2s ease;
  }
  .osechi-banner-active .rb-search-panel__button {
    bottom: 6rem;
  }
  .osechi-banner-active .rb2019---page-top-button {
    bottom: 6rem;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 3.7vw;
  }
  #giftlist-banner-2 {
    max-width: 100vw;
    overflow: hidden;
  }
  .rb2019---footer-brand__logo {
    box-sizing: content-box;
  }
}
