*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
body {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
}
:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
figure {
  display: block;
}
img,
picture,
svg {
  display: block;
  height: auto;
  width: 100%;
}
button,
input,
select,
textarea {
  border-radius: 0;
  color: inherit;
  font: inherit;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
}
select::-ms-value {
  background: transparent;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  border: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font: inherit;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
html {
  font-family: sans-serif;
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 0;
}
html * {
  font-family: sans-serif;
}
body,
html {
  background-color: #fff;
  color: #333;
}
.title-1 {
  font-family: sans-serif;
  -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-size: 1.5rem;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 2rem;
  text-align: center;
}
.title-1:after {
  background-color: #b59100;
  content: "";
  display: block;
  height: 3px;
  margin: 1.5rem auto 2.5rem;
  width: 5.625rem;
}
.title-1 small {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.title-2 {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  margin: 0 1rem 2rem;
  text-align: center;
  white-space: nowrap;
}
.title-2:after,
.title-2:before {
  border-top: 1px solid #d4d3cf;
  -webkit-box-flex: 1;
  content: "";
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.title-2:before {
  margin-right: 0.5rem;
}
.title-2:after {
  margin-left: 0.5rem;
}
.title-3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 1rem 2rem;
  text-align: center;
  white-space: nowrap;
}
.lead {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0 1rem 3rem;
}
.lead br {
  display: none;
}
.note {
  font-size: 0.8rem;
  margin: -2rem 1rem 3rem;
}
.grid {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -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;
  margin: 0 1rem;
}
.grid > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.block-1 {
  background: #f8f7f5;
}
.block-2 {
  background: #f3f2ee;
}
.block-3 {
  background: #f8f7f5;
}
.button {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  -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;
}
.card-button a:after,
.button:after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  margin: auto 0;
  position: absolute;
  right: 0.9em;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 0.5em;
}
.button.is-gray {
  background: #888;
}
.button.is-brown,
.button.is-gray {
  box-shadow: 0 3px 0 -1px #ddd;
  color: #fff;
}
.button.is-brown {
  background: #b59100;
}
.lineup__cardtype {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
}

.header {
  -webkit-align-items: center;
  align-items: center;
  background: #fff6ed;
  border-bottom: 2px solid #ccb600;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 4.25rem;
  -webkit-justify-content: center;
  justify-content: center;
}
.header__title {
  width: 12rem;
}
.kv {
  background: no-repeat 100% #474a51;
  background-image: url(../img/2021/kv/sp_bg.jpg);
  background-position: 100% 100%;
  background-size: 110% auto;
  height: 25rem;
  margin-bottom: 6.25rem;
  position: relative;
}
.kv:after {
  -webkit-animation: kv-slider 128s linear infinite;
  animation: kv-slider 128s linear infinite;
  background: url(../img/2021/kv/images.jpg?20240906_001) repeat-x 0 0;
  background-size: auto 100%;
  content: "";
  height: 6.25rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
@-webkit-keyframes kv-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -2144px top;
  }
}
@keyframes kv-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -2144px top;
  }
}
.kv__title {
  bottom: 5rem;
  position: absolute;
  right: 1rem;
  width: 8.125rem;
}
.kv__button {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0.75rem;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  height: 2.25rem;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 17.5rem;
}
.kv__button:link,
.kv__button:visited {
  color: #d4b731;
}
.kv__button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kv__button rect {
  fill: transparent;
  stroke: #d4b731;
  stroke-width: 3px;
}
.kv__button:hover {
  color: #fff;
  text-decoration: none;
}
.kv__button:hover rect {
  stroke: #fff;
  stroke-dasharray: 0 0 816 0;
  stroke-dashoffset: 408;
}
.concept {
  background: #e9e5da;
  padding: 2rem 0 1rem;
}
.concept__title {
  margin: 0 2rem 2rem;
}
.concept__text {
  color: #000;
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.director {
  background: #fff;
  margin: 1rem 1rem 0;
  padding: 1rem;
}
.director__name {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.director__text {
  font-size: 0.75rem;
}
.director__sign {
  border-top: 1px solid #b5b5b5;
  margin-top: 1rem;
  padding-top: 1rem;
}
.director__sign img {
  margin: 0 auto;
  width: 80%;
}
.page-nav {
  -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;
  padding: 3rem 1rem;
}
.page-nav,
.page-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page-nav__link {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #484a51;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  height: 4rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.page-nav__link:link,
.page-nav__link:visited {
  color: #484a51;
}
.page-nav__link:after,
.page-nav__link:before {
  border-color: #484a51;
  border-style: solid;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.page-nav__link:before {
  border-width: 2px 0 0 2px;
  left: 4px;
  top: 4px;
}
.page-nav__link:after {
  border-width: 0 2px 2px 0;
  bottom: 4px;
  right: 4px;
}
.page-nav__link:hover {
  text-decoration: none;
}
.point__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 2rem;
  width: 100%;
}
.point__image {
  margin-bottom: 1.5rem;
}
.point__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-bottom: 1rem;
  text-align: center;
}
.point__text,
.scene__lead {
  color: #000;
  font-size: 0.875rem;
  line-height: 2;
}
.scene__lead {
  margin: 0 1rem 3rem;
}
.scene__section + .scene__section {
  margin-top: 64px;
}
.scene__item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 2rem;
  width: 100%;
}
.scene__item:nth-child(3n) {
  margin-right: 0;
}
.scene__image {
  margin-bottom: 1.5rem;
}
.scene__name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.scene__tags {
  -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: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0.75rem;
}
.scene__tags:last-child {
  margin-bottom: 1rem;
}
.scene__tag {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #5d5d5d;
  border-radius: 1rem;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8125rem;
  height: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 1em;
  white-space: nowrap;
}
.category {
  margin: 0 1rem 2rem;
}
.category__item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: no-repeat 50%;
  background-size: 100% 100%;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: -webkit-calc(50vw - 1rem);
  height: calc(50vw - 1rem);
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  width: 100%;
}
.category__item img {
  height: 1.125rem;
  margin-bottom: 1rem;
  width: auto;
}
.category__item span {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}
.category__item.is-1 {
  background-image: url(../img/2021/category/1.png);
}
.category__item.is-2 {
  background-image: url(../img/2021/category/2.png);
}
.category__item.is-3 {
  background-image: url(../img/2021/category/3.png);
}
.category__item.is-4 {
  background-image: url(../img/2021/category/4.png);
}
.category__item.is-5 {
  background-image: url(../img/2021/category/5.png);
}
.category__item.is-6 {
  background-image: url(../img/2021/category/6.png);
}
.category__item.is-multiline img {
  height: 2.6875rem;
}
.item__tabs {
  display: none;
}
.item__tab {
  border-top: 1px solid #b59100;
  -webkit-flex-basis: 142px;
  flex-basis: 142px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background, opacity;
  transition-property: background, opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 142px;
}
.item__tab:hover {
  opacity: 0.6;
}
.item__tab.is-active {
  background: #e9e9e9;
}
.item__accordion {
  background: #aeaeae;
  display: block;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.item__accordion:after,
.item__accordion:before {
  background: #fff;
  content: "";
  display: block;
  height: 0.6rem;
  margin-top: -0.3rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  width: 3px;
}
.item__accordion:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item__accordion:after {
  right: 1.4rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item__accordion.is-active {
  background: #ccb700;
}
.item__accordion.is-active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item__accordion.is-active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item__section {
  display: none;
}
.item__image,
.item__item {
  margin-bottom: 2rem;
}
.item__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-left: 5.625rem;
  position: relative;
  width: 100%;
}
.item__item p {
  font-size: 0.6875rem;
  letter-spacing: 0;
}
.item__item p br {
  display: none;
}
.item__item img {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 5rem;
}
.item__item h1,
.item__item h2,
.item__item h3,
.item__item h4,
.item__item h5,
.item__item h6 {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 1rem;
}
.item__separator {
  display: none;
}
.item__water {
  margin: 0 1rem 1rem;
}
.item__water + .item__water {
  margin-top: 40px;
}
.box {
  display: none;
  margin-top: 80px;
  padding: 40px;
}
.box.is-1 {
  background: #e0dac4;
}
.box.is-2 {
  background: #f7dae1;
}
.box.is-3 {
  background: #c2e1e5;
}
.box.is-4 {
  background: #dfcce0;
}
.box.is-5 {
  background: #dae190;
}
.box.is-6 {
  background: #fff;
}
.box.is-7 {
  background: #e7e7e7;
}
.box__inner {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -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;
  margin: 0 auto;
  width: 1000px;
}
.box__title {
  color: #776526;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.box__image {
  -webkit-flex-basis: 157px;
  flex-basis: 157px;
  width: 157px;
}
.box__body {
  -webkit-flex-basis: 307px;
  flex-basis: 307px;
  width: 307px;
}
.box__name img {
  height: 49px;
  width: auto;
}
.box__price {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 20px 0 2px;
}
.box__price strong {
  font-size: 16px;
  font-weight: 700;
}
.box__buttons {
  -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-basis: 490px;
  flex-basis: 490px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 490px;
}
.box__buttons .button {
  height: 56px;
  width: 240px;
}
.ranking {
  background: #fff;
  margin: 1rem;
  padding: 0.5rem;
}
.ranking__grid {
  margin: 0;
}
.ranking__item {
  -webkit-flex-basis: -webkit-calc(50% - 0.5rem);
  flex-basis: calc(50% - 0.5rem);
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  position: relative;
  width: -webkit-calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
.ranking__item:last-child,
.ranking__item:nth-child(2n) {
  margin-right: 0;
}
.ranking__badge {
  -webkit-align-items: center;
  align-items: center;
  background: #939393;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 1rem;
  height: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 2rem;
}
.ranking__badge.is-gold {
  background: #bb9e33;
}
.ranking__badge.is-silver {
  background: #bfbfbf;
}
.ranking__badge.is-bronze {
  background: #ba6b2c;
}
.ranking__image {
  margin-bottom: 20px;
}
.ranking__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ranking__text {
  font-size: 14px;
}
.special {
  background: #fff;
  border: 5px solid #444;
}
.special__link {
  display: block;
  margin: 0 auto;
}
.special__link:hover {
  opacity: 0.6;
}
.special__image {
  display: none;
}
.special__text {
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/2021/special/sp_arrow.png) no-repeat center bottom
    0.5rem;
  background-size: 0.8rem auto;
  -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;
  padding: 1rem 0 1.5rem;
}
.special__text,
.special__text b {
  font-size: 0.75rem;
}
.special__text strong {
  color: red;
  font-size: 0.75rem;
}
.lineup__item {
  margin-bottom: 3rem;
  width: 66vw;
}
.lineup__item .button {
  font-size: 0.75rem;
  height: 2rem;
  margin-top: 1rem;
  letter-spacing: 0;
}
.lineup__image img {
  margin: 0 auto;
}
.lineup__name img {
  margin: 0 auto;
  width: 7.25rem;
}
.lineup__price {
  -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-size: 0.75rem;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.lineup__price strong {
  font-size: 0.875rem;
  font-weight: 400;
}
.wrapping__section {
  position: relative;
}
.wrapping__regular {
  -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;
  margin: 0 1rem 3rem;
}
.wrapping__regular img:first-child {
  width: 65%;
}
.wrapping__regular img:last-child {
  width: 35%;
}
.wrapping__badge {
  -webkit-align-items: center;
  align-items: center;
  background-color: #ee4645;
  border-radius: 1.875rem;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  height: 3.75rem;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  position: absolute;
  right: 0.5rem;
  top: -1.5rem;
  width: 3.75rem;
}
.wrapping__badge + .title-3 {
  padding-right: 2rem;
}
.wrapping__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 2rem;
  width: 100%;
}
.wrapping__image-1 img {
  margin: 0 auto;
}
.wrapping__name {
  font-size: 0.875rem;
  text-align: center;
}
.wrapping__image-2 img {
  margin: 0 auto;
  width: 80%;
}
.wrapping__title {
  margin: 1rem 0;
}
.wrapping__title img {
  height: 2.5rem;
  margin: 0 auto;
  width: auto;
}
.wrapping__links > dt {
  border: 1px solid #000;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
.wrapping__links a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  background: url(../img/2021/wrapping/link.svg) no-repeat right center/1.5rem
    auto;
}
.wrapping__links a img {
  width: 5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.wrapping__links a p {
  font-size: 0.8rem;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.wrapping__links a p small {
  display: inline-block;
  font-size: 0.7rem;
  white-space: nowrap;
  transform-origin: left center;
  transform: scale(0.75);
}
.recommend {
  background: url(../img/2021/recommend/bg.jpg) no-repeat 50%;
  background-size: cover;
  padding: 3rem 0;
}
.recommend__title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3055555556;
  margin-bottom: 2rem;
  text-align: center;
}
.recommend__box {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 1rem;
  opacity: 0.9;
  padding: 1rem;
}
.recommend__name {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 0.5rem;
}
.recommend__price {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: right;
}
.recommend__price strong {
  font-size: 1.125rem;
}
.recommend__buttons {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommend__button,
.recommend__buttons {
  -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;
}
.recommend__button {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recommend__button:before {
  background: no-repeat 50%;
  background-size: contain;
  content: "";
  display: block;
  -webkit-flex-basis: 1.5em;
  flex-basis: 1.5em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1.5em;
  width: 1.5em;
}
.recommend__button:hover {
  opacity: 0.6;
  text-decoration: none;
}
.recommend__button span {
  -webkit-box-flex: 1;
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.recommend__button.is-cart {
  background: #481f92;
  border-radius: 1.5625rem;
  color: #fff;
  font-size: 1rem;
  height: 3.125rem;
  margin: 2rem 0 1rem;
  width: 100%;
}
.recommend__button.is-cart:before {
  background-image: url(../img/2021/recommend/cart.svg);
}
.recommend__button.is-catalog {
  background: #a78a44;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  height: 2.25rem;
  margin: 0 auto;
  width: 100%;
}
.recommend__button.is-catalog:before {
  background-image: url(../img/2021/recommend/catalog.svg);
}
.recommend__button.is-copy,
.recommend__button.is-mail {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #000;
  font-size: 0.6875rem;
  height: 1.875rem;
  width: -webkit-calc(50% - 0.2rem);
  width: calc(50% - 0.2rem);
}
.recommend__button.is-copy:before,
.recommend__button.is-mail:before {
  -webkit-flex-basis: 1.3em;
  flex-basis: 1.3em;
  height: 1.3em;
  width: 1.3em;
}
.recommend__button.is-mail:before {
  background-image: url(../img/2021/recommend/mail.svg);
}
.recommend__button.is-copy:before {
  background-image: url(../img/2021/recommend/copy.svg);
}
.recommend__note {
  font-size: 0.75rem;
  margin: 1rem 0;
}
.recommend__image {
  margin: 0 auto 2rem;
  width: 90%;
}
.service__item {
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #fff;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
}
.service__title {
  color: #ac9a00;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.service__image {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 12.5rem;
  -webkit-justify-content: center;
  justify-content: center;
}
.service__note,
.service__text {
  font-size: 0.75rem;
}
.service__note {
  margin-top: 1em;
}
.service__link {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ac9a00;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  height: 2.75rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1rem;
  padding-right: 1em;
  position: relative;
}
.service__link:link,
.service__link:visited {
  color: #000;
}
.service__link span {
  -webkit-box-flex: 1;
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.service__link svg {
  width: 15px;
}
.service__link g {
  -webkit-transition:
    fill,
    0.3s ease;
  transition:
    fill,
    0.3s ease;
}
.service__link:hover {
  background: #ac9a00;
  color: #fff;
  text-decoration: none;
}
.service__link:hover g {
  fill: #fff;
}
.atoraku {
  margin-bottom: 3rem;
}
.atoraku__banner {
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/2021/atoraku/bg.jpg) no-repeat 50%;
  background-size: cover;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 40.14286vw;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 1rem;
  width: 100vw;
}
.atoraku__banner img {
  width: 8.125rem;
}
.atoraku__case {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 1rem;
}
.atoraku__case + .atoraku__case {
  border-top: 1px solid #929292;
  margin-top: 2rem;
  padding-top: 2rem;
}
.atoraku__header {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.atoraku__badge,
.atoraku__header {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.atoraku__badge {
  background-color: #00a3dc;
  border-radius: 2.5rem;
  -webkit-box-pack: center;
  color: #fff;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  height: 5rem;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
  width: 5rem;
}
.atoraku__badge strong {
  font-size: 1.5rem;
}
.atoraku__title {
  white-space: nowrap;
}
.atoraku__text,
.atoraku__title {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.atoraku__text {
  background: url(../img/2021/atoraku/arrow.png) no-repeat;
  background-position: center top 1rem;
  background-size: 2rem auto;
  line-height: 2;
  padding-top: 3rem;
}
.atoraku__text strong {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(0, #fff000)
  );
  background: linear-gradient(transparent 50%, #fff000 0);
  position: relative;
}
.atoraku__text br {
  display: none;
}
.atoraku__image {
  margin: 0 auto 3rem;
  width: 80%;
}
.magazine {
  background: #e9e5da;
  padding: 3rem 0 1px;
}
.magazine__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: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
.magazine__title img {
  margin: 0 auto 0.625rem;
  width: 80%;
}
.magazine__inner {
  background: #c9e5d6;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.magazine__caption {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0;
  text-align: center;
}
.magazine__more {
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  border-radius: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-shadow: inset 0 0 0 1px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 3.125rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 1rem;
  -webkit-transition-property: border, background;
  transition-property: border, background;
}
.magazine__more img {
  width: 6.375rem;
}
.magazine__more:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 0 #fff;
  opacity: 1;
}
.footer {
  background: #000;
  padding: 4rem 0;
  position: relative;
}
.footer__inner {
  -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;
}
.footer__logo {
  margin-bottom: 1rem;
  width: 12.5rem;
}
.footer__copyright {
  color: #717171;
  font-size: 0.6875rem;
}
.footer__top-button {
  -webkit-align-items: center;
  align-items: center;
  background: #ac9a00;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2.5rem;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
}
.footer__top-button:hover {
  opacity: 0.6;
}
.footer__top-button img {
  width: 1.3rem;
}
.pc-only {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.kv {
  height: calc(1260 / 37.5 * 1rem);
  background-image: url(../img/2021/kv/sp_bg_a.jpg?20240906_001);
  background-position: center top;
  background-size: cover;
  padding-top: calc(728 / 37.5 * 1rem);
}

.kv__title {
  position: relative;
  width: calc(670 / 37.5 * 1rem);
  margin: 0 auto;
  bottom: auto;
  right: auto;
}

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

.kv__button {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: calc(54 / 37.5 * 1rem);
  width: calc(658 / 37.5 * 1rem);
  height: calc(91 / 37.5 * 1rem);
}

.no1 {
  width: calc(658 / 37.5 * 1rem);
  margin: calc(49 / 37.5 * 1rem) auto 0;
  color: #fff;
  font-size: calc(18 / 37.5 * 1rem);
  font-weight: 700;
}

.no1 > a {
  display: block;
}

.no1 p {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: sans-serif;
}

.no1 p > span:first-child {
  flex-shrink: 0;
  margin-right: 1em;
}

.no1 p a {
  text-decoration: underline;
  color: #fff;
}

.rb2019---update {
  margin-top: 3rem;
}

/* 逆順対応 */
.lineup__grid {
  flex-direction: column-reverse;
  align-items: center;
}

.wrapping__links dd {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column-reverse;
}

.card {
  margin: 0 1rem 4rem;
}

.card a {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  background: #fff url(../img/2021/wrapping/link.svg) no-repeat right 0.75rem
    center/1.5rem auto;
  text-decoration: none;
}

.card a b {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.card a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2.5em;
  background: #e9e5da;
  color: #000;
  font-size: 0.6rem;
  font-weight: 700;
}
.card a span:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: end;
}
.card a span:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.card a img {
  grid-column: 3/4;
  grid-row: 1/3;
  width: 3.75rem;
  height: auto;
  align-self: center;
  justify-self: center;
}

.card-button {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.card-button p {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.card-button a {
  box-shadow: 0 3px 0 -1px #ddd;
  color: #fff;
  background: #b59100;
  position: relative;
  height: 2rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  padding-right: 0.5em;
  transition: opacity 0.2s ease;
}

.card-button a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.card-button a:not(:first-of-type) {
  border-left: 1px solid rgb(255 255 255/0.5);
}

.card-button a:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-button a:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
