@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&display=swap");
@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/Barlow-Medium.woff");
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../fonts/Barlow-SemiBold.woff");
}
@font-face {
  font-family: "Cabin-VariableFont";
  src: url("../fonts/Cabin-VariableFont.woff");
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-W6";
  src: url("../fonts/Hiragino-Kaku-Gothic-W6.woff");
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-W4";
  src: url("../fonts/Hiragino-Kaku-Gothic-W4.woff");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "YuGothib";
  src: url("../fonts/YuGothib.woff");
}
#mobileMenu {
  display: none;
  width: 100%;
  height: 100vh;
}

#navbar {
  opacity: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header .header__toggle.open > span:first-child {
  -webkit-transform: translateY(-0.19rem) rotate(45deg);
  -ms-transform: translateY(-0.19rem) rotate(45deg);
  -o-transform: translateY(-0.19rem) rotate(45deg);
  transform: translateY(-0.19rem) rotate(45deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .header__toggle.open > span:last-child {
  -webkit-transform: translateY(0.19rem) rotate(-45deg);
  -ms-transform: translateY(0.19rem) rotate(-45deg);
  -o-transform: translateY(0.19rem) rotate(-45deg);
  transform: translateY(0.19rem) rotate(-45deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.header .navbar {
  background-color: #FFFFFF;
}
.header .navbar .spnav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header .navbar .spnav-right .cart {
  margin-left: 0;
  margin-right: 0.75rem;
}
.header .navbar .spnav-right .cart .badge {
  top: -8px;
  right: -6px;
}
.header .navbar .cart {
  position: relative;
  vertical-align: sub;
  margin-left: 2.25rem;
}
.header .navbar .cart:hover {
  cursor: pointer;
}
.header .navbar .cart::after {
  display: none;
}
.header .navbar .cart .badge {
  position: absolute;
  display: flex;
  top: 2px;
  right: -5px;
  background: #40220F;
  color: #FFFFFF;
  font-size: 8px;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 48rem) {
  .header .navbar {
    max-height: 4.5rem;
  }
}
.header .navbar__wrapper {
  padding: 1.5rem 0;
}
@media (max-width: 48rem) {
  .header .navbar__wrapper {
    padding: 1rem 0;
  }
}
.header nav {
  position: relative;
}
@media (max-width: 48rem) {
  .header__logo img {
    max-width: 80%;
  }
}
@media (min-width: 64rem) {
  .header__logo img {
    max-width: 100%;
  }
}
.header__toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  transform-origin: 3px 1px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__toggle > span:not(:last-child) {
  margin-bottom: 5px;
}
.header__toggle--default > span {
  background-color: #333333;
}
.header__toggle--white > span {
  background-color: #FFFFFF;
}
.header__links {
  text-transform: uppercase;
  height: 100%;
}
.header__links .cart {
  position: relative;
  vertical-align: sub;
  margin-left: 2.25rem;
}
.header__links .cart:hover {
  cursor: pointer;
}
.header__links .cart::after {
  display: none;
}
.header__links .cart .badge {
  position: absolute;
  display: flex;
  top: 2px;
  right: -5px;
  background: #40220F;
  color: #FFFFFF;
  font-size: 8px;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.header__links a {
  position: relative;
  color: #40220F;
  font-size: 1rem;
  font-weight: bold;
  transition: color 300ms ease-in-out;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  padding: 0.75rem 0;
}
@media (min-width: 48rem) {
  .header__links a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #40220F;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .header__links a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.header__links a:not(:last-child) {
  margin-right: 1.2rem;
}
@supports (margin-right: min(2.23vw, 2rem)) {
  .header__links a:not(:last-child) {
    margin-right: min(2.23vw, 2rem);
  }
}
.header__links a:hover {
  color: #333333;
}
.header__links a:hover:before {
  opacity: 1;
}
.header__menu {
  padding: 0 3.437rem;
  text-transform: uppercase;
  z-index: 10;
}
.header__menu nav {
  padding-top: 1.5rem;
  padding-bottom: 1.625rem;
}
@media (max-width: 48rem) {
  .header__menu {
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
  }
}
@media (min-width: 64rem) {
  .header__menu {
    width: calc(100% - 3rem);
  }
}
.header__menu a {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.125rem;
}
.header__menu--wrapper {
  position: fixed;
  top: 0;
  background: #FFFFFF;
}
.header__menu--cta {
  width: 80%;
  border-radius: 40px;
  border: 2px solid #000000;
  font-size: 0.875rem !important;
  line-height: 21px !important;
  padding: 0.625rem 0;
  margin: 0 auto 3.75rem !important;
}
.header__menu--footer p {
  line-height: 24px;
  font-size: 0.875rem;
  margin: auto;
  max-width: 445px;
  text-align: justify;
  text-transform: none;
}
@media (max-width: 48rem) {
  .header__menu--footer p {
    max-width: 225px;
  }
}
.header__menu--footer a {
  max-width: 11.25rem;
}
.header__menu--footer section {
  max-width: 6.25rem;
  margin: 0 auto;
}
.header__menu--footer section a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__cta {
  text-transform: uppercase;
  font-size: 0.875rem !important;
  border-radius: 30px !important;
  line-height: 21px;
  border: 2px solid #40220F;
  text-align: center;
  padding: 0.375rem 0 !important;
  background: transparent;
  width: 140px;
}
@media (max-width: 48rem) {
  .header__cta {
    margin: auto;
  }
}
.header__cta:hover {
  cursor: pointer;
}

.grid {
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .grid {
    margin-top: 1.812rem;
  }
  @supports (margin-top: min(1.2vw, 1.812rem)) {
    .grid {
      margin-top: min(1.2vw, 1.812rem);
    }
  }
}
.grid-row {
  box-sizing: border-box;
  display: flex;
}
.grid-row--ai-c {
  align-items: center;
}
.grid-row--ai-fe {
  align-items: flex-end;
}
.grid-row--jc-c {
  justify-content: center;
}
.grid-row--jc-fe {
  justify-content: flex-end;
}
.grid-row--reverse {
  flex-direction: row-reverse;
}
.grid-col-xs-1, .grid-col-md-1, .grid-col-lg-1 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-1 {
    width: calc(100% * (1 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-1 {
    width: calc(100% * (1 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-1 {
    width: calc(100% * (1 / 12));
  }
}
.grid-col-xs-2, .grid-col-md-2, .grid-col-lg-2 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-2 {
    width: calc(100% * (2 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-2 {
    width: calc(100% * (2 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-2 {
    width: calc(100% * (2 / 12));
  }
}
.grid-col-xs-3, .grid-col-md-3, .grid-col-lg-3 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-3 {
    width: calc(100% * (3 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-3 {
    width: calc(100% * (3 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-3 {
    width: calc(100% * (3 / 12));
  }
}
.grid-col-xs-4, .grid-col-md-4, .grid-col-lg-4 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-4 {
    width: calc(100% * (4 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-4 {
    width: calc(100% * (4 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-4 {
    width: calc(100% * (4 / 12));
  }
}
.grid-col-xs-5, .grid-col-md-5, .grid-col-lg-5 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-5 {
    width: calc(100% * (5 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-5 {
    width: calc(100% * (5 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-5 {
    width: calc(100% * (5 / 12));
  }
}
.grid-col-xs-6, .grid-col-md-6, .grid-col-lg-6 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-6 {
    width: calc(100% * (6 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-6 {
    width: calc(100% * (6 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-6 {
    width: calc(100% * (6 / 12));
  }
}
.grid-col-xs-7, .grid-col-md-7, .grid-col-lg-7 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-7 {
    width: calc(100% * (7 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-7 {
    width: calc(100% * (7 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-7 {
    width: calc(100% * (7 / 12));
  }
}
.grid-col-xs-8, .grid-col-md-8, .grid-col-lg-8 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-8 {
    width: calc(100% * (8 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-8 {
    width: calc(100% * (8 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-8 {
    width: calc(100% * (8 / 12));
  }
}
.grid-col-xs-9, .grid-col-md-9, .grid-col-lg-9 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-9 {
    width: calc(100% * (9 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-9 {
    width: calc(100% * (9 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-9 {
    width: calc(100% * (9 / 12));
  }
}
.grid-col-xs-10, .grid-col-md-10, .grid-col-lg-10 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-10 {
    width: calc(100% * (10 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-10 {
    width: calc(100% * (10 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-10 {
    width: calc(100% * (10 / 12));
  }
}
.grid-col-xs-11, .grid-col-md-11, .grid-col-lg-11 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-11 {
    width: calc(100% * (11 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-11 {
    width: calc(100% * (11 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-11 {
    width: calc(100% * (11 / 12));
  }
}
.grid-col-xs-12, .grid-col-md-12, .grid-col-lg-12 {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 48rem) {
  .grid-col-sm-12 {
    width: calc(100% * (12 / 12));
  }
}
@media (min-width: 64rem) {
  .grid-col-md-12 {
    width: calc(100% * (12 / 12));
  }
}
@media (min-width: 80rem) {
  .grid-col-lg-12 {
    width: calc(100% * (12 / 12));
  }
}
.grid__item--image img {
  width: 100%;
}

.card {
  flex-direction: row;
  margin-bottom: 9rem;
}
@media (max-width: 48rem) {
  .card {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.card__image {
  max-width: 50%;
}
.card__image img {
  max-width: 100%;
}
@media (max-width: 48rem) {
  .card__image {
    max-width: 100%;
  }
}
.card__content {
  max-width: 50%;
  margin-top: 0;
  line-height: 28px;
}
@media (max-width: 48rem) {
  .card__content {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.card__content--body {
  padding: 3rem 0;
}
@media (max-width: 48rem) {
  .card__content--body {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 48rem) {
  .card__content--footer {
    text-align: center;
  }
}
.card__content button {
  border-radius: 8px;
  padding: 0.9rem 0;
  border: 2px solid #40220F;
  color: #40220F;
  font-size: 1rem;
  font-weight: bold;
  width: 44.5%;
  font-family: "YuGothic", "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .card__content button {
    width: 73%;
  }
}
.card__content button:hover {
  cursor: pointer;
}

.paginations {
  text-align: center;
}
.paginations ul {
  padding: 0;
}
.paginations ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 2px;
}
.paginations ul li.prev {
  margin-right: 8px;
}
.paginations ul li.next {
  margin-left: 8px;
}
.paginations ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000000;
  background: #EFEFEF;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 48rem) {
  .paginations ul li a {
    width: 30px;
    height: 30px;
  }
}
.paginations ul li a.active {
  background: #40220F;
  pointer-events: none;
  color: #FFFFFF;
}
.paginations ul li a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* TODO: not yet decided */
.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 200ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 200ms ease-in-out forwards;
}

.mainvisual__news--content .date {
  color: #333333;
}
.mainvisual__news--content .title {
  color: #333333;
}

.mainvisual {
  position: relative;
  margin: auto;
}
.mainvisual .header__toggle.open > span:first-child {
  -webkit-transform: translateY(-0.19rem) rotate(45deg);
  -ms-transform: translateY(-0.19rem) rotate(45deg);
  -o-transform: translateY(-0.19rem) rotate(45deg);
  transform: translateY(-0.19rem) rotate(45deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mainvisual .header__toggle.open > span:last-child {
  -webkit-transform: translateY(0.19rem) rotate(-45deg);
  -ms-transform: translateY(0.19rem) rotate(-45deg);
  -o-transform: translateY(0.19rem) rotate(-45deg);
  transform: translateY(0.19rem) rotate(-45deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mainvisual__container {
  position: relative;
}
.mainvisual__container .label {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 4rem;
  line-height: 94px;
  z-index: 2;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 64rem) {
  .mainvisual__container .label {
    font-size: 2rem;
    line-height: 47px;
  }
}
.mainvisual__wrapper {
  width: 100%;
  position: relative;
  display: grid;
  display: -ms-grid;
  background: #FFE072;
}
.mainvisual__news {
  position: absolute;
  width: 30.5%;
  left: auto;
  right: 5.375rem;
  bottom: 2.5rem;
  z-index: 3;
  display: grid;
  display: -ms-grid;
}
@media (max-width: 48rem) {
  .mainvisual__news {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FFE072;
  }
}
.mainvisual__news--wrapper {
  display: grid;
  display: -ms-grid;
}
@media (max-width: 48rem) {
  .mainvisual__news--wrapper {
    display: block;
    padding: 1.5rem 1.25rem 0;
  }
}
.mainvisual__news--item {
  grid-column: 1;
  grid-row: 1;
  background-color: #FFFFFF;
  padding: 0.875rem 1.25rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.mainvisual__news--item.show {
  opacity: 1;
}
@media (max-width: 48rem) {
  .mainvisual__news--item {
    margin-bottom: 0.75rem;
  }
}
.mainvisual__news--item .content {
  margin-bottom: 0.5rem;
}
@media (max-width: 48rem) {
  .mainvisual__news--item .content {
    margin-bottom: 0;
  }
}
.mainvisual__news--item .content__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 72px;
}
.mainvisual__news--item .content__image img {
  height: 100%;
  opacity: 0;
}
.mainvisual__news--item .cta a {
  color: #000000;
  font-size: 0.75rem;
  font-family: "YuGothic", "Heebo", sans-serif;
}
.mainvisual__news--item .cta a:hover {
  cursor: pointer;
}
.mainvisual__news--item .cta img {
  width: 4px;
  margin-left: 0.625rem;
}
.mainvisual__news--cta {
  padding: 0 1.25rem;
}
.mainvisual__news--cta button {
  padding: 9px 14px;
  border: 1px solid #40220F;
  background: transparent;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.812rem;
  border-radius: 4px;
}
.mainvisual__news--content {
  margin-left: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainvisual__news--content span {
  display: block;
}
.mainvisual__news--content .title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainvisual__news--content .date {
  font-size: 0.812rem;
  line-height: 21px;
}
.mainvisual__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.5rem 0;
  z-index: 10;
}
.mainvisual__nav .spnav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mainvisual__nav .spnav-right .cart {
  position: relative;
  margin-left: 0;
  margin-right: 0.75rem;
}
.mainvisual__nav .spnav-right .cart .badge {
  position: absolute;
  display: flex;
  top: -6px;
  right: -3px;
  background: #40220F;
  color: #FFFFFF;
  font-size: 8px;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 68.75rem) {
  .mainvisual__nav {
    margin: auto 0;
    height: 4.5rem;
  }
}
.mainvisual__pagination {
  position: absolute;
  top: 50%;
  right: 5.375rem;
  left: auto;
  width: auto;
  z-index: 2;
}
@media (max-width: 64rem) {
  .mainvisual__pagination {
    bottom: 1.5rem;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
  }
}
.mainvisual__pagination--item {
  display: block;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-bottom: 0.75rem;
  margin-right: 0;
  border: 2px solid #FFFFFF;
}
@media (max-width: 64rem) {
  .mainvisual__pagination--item {
    display: inline-block;
    margin-right: 0.437rem;
    margin-bottom: 0;
  }
}
.mainvisual__pagination--item.active {
  background: #FFFFFF;
}
.mainvisual__pagination--item:hover {
  cursor: pointer;
}
.mainvisual__slide {
  position: relative;
  height: calc(100vh - 6.25rem);
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
  opacity: 0;
}
.mainvisual__slide.show {
  opacity: 1;
}
.mainvisual__slide .slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainvisual .custom-object-fit {
  width: 100vw;
  height: calc(100vh - 6.25rem);
  position: relative;
  background-size: cover;
  background-position: center center;
}
.mainvisual .custom-object-fit .slide-img {
  opacity: 0;
}
.mainvisual:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.1;
}

.landing {
  background-color: #FFE072;
}
.landing__nav--wrapper {
  padding: 1.5rem 0;
}
.landing__content {
  position: relative;
  padding: 6.875rem 0;
  max-width: 90rem;
  margin: auto;
}
@media (max-width: 48rem) {
  .landing__content {
    padding-top: 1.5rem;
    padding-bottom: 0;
    text-align: center;
  }
}
.landing__content--banner {
  height: 500px;
  width: 71.5%;
  margin-left: auto;
}
.landing__content--banner img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 48rem) {
  .landing__content--banner {
    height: 400px;
    width: 100%;
    margin: 0;
  }
  .landing__content--banner img {
    border-radius: 0;
  }
}
.landing__content--info {
  background: #FFFFFF;
  padding: 4rem 4.312rem;
  margin: auto;
  border-radius: 4px;
}
@media (min-width: 48rem) {
  .landing__content--info {
    position: absolute;
    width: 35%;
    top: 50%;
    left: 5.25rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 48rem) {
  .landing__content--info {
    margin: 0 1.25rem 0 1.25rem;
    padding: 2rem 2.125rem;
    position: relative;
    top: -4.875rem;
    text-align: center;
  }
}
.landing__content--info span {
  display: block;
}
.landing__content--info .title {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 1rem;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .landing__content--info .title {
    font-size: 1.5rem;
    line-height: 35px;
  }
}
.landing__content--info .desc {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
.landing__content--info button {
  width: 71.5%;
  font-family: "YuGothic", "Heebo", sans-serif;
}

.recommend {
  margin: 6.375rem 0;
}
@media (max-width: 48rem) {
  .recommend {
    margin: 2.5rem 0;
  }
}
.recommend__header span {
  display: block;
}
.recommend__header .title {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 1.875rem;
  font-family: "Heebo", sans-serif;
}
.recommend__header .desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 48rem) {
  .recommend__header .title {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .recommend__header .desc {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.recommend__content {
  justify-content: space-between;
  padding: 3.25rem 0;
}
@media (min-width: 48rem) {
  .recommend__content {
    display: flex;
  }
  .recommend__content article {
    width: 31.2%;
  }
}
.recommend__content article {
  position: relative;
  display: grid;
  display: -ms-grid;
  width: 22rem;
  height: 22rem;
}
@supports (width: clamp(10rem, 27.5vw, 24.75rem)) {
  .recommend__content article {
    width: clamp(10rem, 27.5vw, 24.75rem);
    height: clamp(10rem, 27.5vw, 24.75rem);
  }
}
@media (max-width: 77rem) {
  .recommend__content article {
    width: 19rem;
    height: 19rem;
  }
  @supports (width: clamp(10rem, 27.5vw, 24.75rem)) {
    .recommend__content article {
      width: clamp(10rem, 27.5vw, 24.75rem);
      height: clamp(10rem, 27.5vw, 24.75rem);
    }
  }
}
@media (max-width: 64rem) {
  .recommend__content article {
    width: 14rem;
    height: 14rem;
  }
  @supports (width: clamp(10rem, 27.5vw, 24.75rem)) {
    .recommend__content article {
      width: clamp(10rem, 27.5vw, 24.75rem);
      height: clamp(10rem, 27.5vw, 24.75rem);
    }
  }
}
@media (max-width: 48rem) {
  .recommend__content article {
    width: calc(100vw - 2.5rem);
    height: calc(100vw - 2.5rem);
  }
  @supports (width: clamp(18rem, calc(100vw - 2.5rem), 45.438rem)) {
    .recommend__content article {
      width: clamp(18rem, calc(100vw - 2.5rem), 45.438rem);
      height: clamp(18rem, calc(100vw - 2.5rem), 45.438rem);
    }
  }
}
@media (max-width: 48rem) {
  .recommend__content article {
    margin-bottom: 1.5rem;
  }
}
.recommend__content article img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.recommend__content article:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.recommend__content .custom-object-fit-rc {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
}
.recommend__content .custom-object-fit-rc:after {
  display: none;
}
.recommend__content .custom-object-fit-rc img {
  visibility: hidden;
}
.recommend__content--overlay {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin: auto;
  z-index: 1;
}
.recommend__content--overlay .title {
  font-size: 1.5rem;
  line-height: 35px;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-family: "Heebo", "YuGothic" sans-serif;
}
@media (max-width: 64rem) {
  .recommend__content--overlay {
    font-size: 20px;
  }
}
.recommend__content--overlay .desc {
  font-size: 1.25rem;
  line-height: 34px;
  margin-bottom: 3.75rem;
}
@media (max-width: 64rem) {
  .recommend__content--overlay .desc {
    font-size: 18px;
  }
}
.recommend__content--overlay span {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
}
.recommend__content--overlay .button {
  width: 180px;
  padding: 0.625rem 3.438rem;
  border-radius: 40px;
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 24px;
}
.recommend__content--overlay .button:hover {
  background-color: #FFFFFF;
  color: #40220F;
}
.recommend__content .ie-margin {
  margin-top: 6rem;
}
@media (max-width: 64rem) {
  .recommend__content .ie-margin {
    margin-top: 2.5rem;
  }
}

.locations {
  max-width: 90rem;
  margin: auto auto 10rem auto;
}
@media (max-width: 48rem) {
  .locations {
    margin-bottom: 5rem;
  }
}
@media (min-width: 48rem) {
  .locations {
    display: flex;
  }
  .locations__info {
    max-width: 30%;
    margin: 2.5rem 5.25rem 0 6.812rem;
  }
  @supports (margin: 2.5rem 5.25rem 0 min(7.5vw, 6.812rem)) {
    .locations__info {
      margin: 2.5rem 5.25rem 0 min(7.5vw, 6.812rem);
    }
  }
  .locations img {
    border-radius: 0 1rem 1rem 0;
  }
}
.locations__banner img {
  max-width: 100%;
  height: 444px;
  object-fit: cover;
}
@media (max-width: 48rem) {
  .locations__info {
    margin-top: 2.125rem;
  }
}
.locations__info span {
  display: block;
}
.locations__info .title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 59px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .locations__info .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.locations__info .desc {
  font-size: 1rem;
  line-height: 32px;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (max-width: 64rem) {
  .locations__info .desc {
    font-size: 0.875rem;
    line-height: 24px;
    padding: 1rem 1.25rem 3rem;
  }
}
.locations__info--cta button {
  font-family: "YuGothic", "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .locations__info--cta {
    text-align: center;
  }
}

.about__info--title {
  color: #40220F;
}

#about .card__content--header {
  color: #40220F;
}
#about .card__content--body {
  color: #000000;
}

@media (max-width: 48rem) {
  #about .about-banner__bg {
    padding: 0 !important;
  }
}
#about .about-banner__bg--wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 35.313rem;
}
@supports (height: min(39.24vw, 35.313rem)) {
  #about .about-banner__bg--wrapper {
    height: min(39.24vw, 35.313rem);
  }
}
@media (max-width: 64rem) {
  #about .about-banner__bg--wrapper {
    height: 25.125rem;
  }
  @supports (height: min(39.24vw, 35.313rem)) {
    #about .about-banner__bg--wrapper {
      height: min(39.24vw, 35.313rem);
    }
  }
}
@media (max-width: 48rem) {
  #about .about-banner__bg--wrapper {
    height: 265px;
  }
}
#about .about-banner__bg--wrapper img {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}
#about .about {
  padding-bottom: 6.375rem;
}
@media (min-width: 48rem) {
  #about .about {
    padding-top: 3rem;
  }
}
@media (max-width: 48rem) {
  #about .about {
    padding-bottom: 5rem;
  }
}
#about .about__info {
  max-width: 52rem;
  margin: auto;
  line-height: 28px;
  font-size: 1rem;
  font-weight: 500;
}
#about .about__info--title {
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  font-size: 2rem;
  padding: 3.5rem 0;
}
@media (max-width: 48rem) {
  #about .about__info--title {
    font-size: 1.5rem;
    padding: 2.5rem 0;
    white-space: pre-line;
  }
}
#about .about__info--desc {
  text-align: left;
  line-height: 28px;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 48rem) {
  #about .about__info--desc {
    line-height: 24px;
    font-size: 0.875rem;
  }
}
#about .card__image {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 48rem) {
  #about .card__image {
    max-width: 48.35%;
  }
}
#about .card__image img {
  opacity: 0;
}
@media (min-width: 48rem) {
  #about .card__content {
    max-width: 46.5%;
  }
}
#about .card__content--header {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 48rem) {
  #about .card__content--header {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
#about .card__content--body {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 48rem) {
  #about .card__content--body {
    padding-bottom: 0;
  }
}
@media (min-width: 48rem) {
  #about .card .ie-margin-left {
    margin-left: 3.75rem;
  }
}

#locations {
  padding-top: 0;
}
#locations .page__header {
  padding-top: 3.125rem;
}
#locations .page__header--info {
  margin: auto;
  padding-bottom: 5rem;
}
@media (min-width: 48rem) {
  #locations .page__header--info {
    max-width: 83.5%;
    padding-bottom: 6rem;
  }
}
#locations .page__header--info h1 {
  font-family: "Heebo", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 48rem) {
  #locations .page__header--info h1 {
    font-size: 2rem;
    margin-bottom: 1.375rem 0;
  }
}
#locations .page__header--info p {
  line-height: 32px;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
#locations .card__image {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 23rem;
}
@media (max-width: 48rem) {
  #locations .card__image {
    height: 15rem;
  }
}
@media (min-width: 48rem) {
  #locations .card__image {
    width: 48.1%;
  }
}
#locations .card__image img {
  opacity: 0;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 48rem) {
  #locations .card__content {
    width: 45.75%;
  }
}
#locations .card__content--header {
  line-height: 40px;
}
#locations .card__content--header .en {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Heebo", "YuGothic", sans-serif;
}
@media (max-width: 48rem) {
  #locations .card__content--header .en {
    font-size: 0.875rem;
  }
}
#locations .card__content--header .jp {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 48rem) {
  #locations .card__content--header .jp {
    font-size: 1.25rem;
  }
}
#locations .card__content--body {
  font-size: 1rem;
  color: #000000;
  padding: 0;
}
#locations .card__content--body a {
  color: #000000;
}
#locations .card__content--body .address {
  line-height: 28px;
  padding: 1.5rem 0;
  font-weight: 500;
}
#locations .card__content--body .contact {
  padding-bottom: 1.25rem;
}
#locations .card__content--body span {
  display: block;
}
#locations .card__content .google-map {
  line-height: 27px;
  margin-bottom: 2.5rem;
}
#locations .card__content .google-map span {
  padding: 0 0.5rem;
}

#store {
  padding-top: 0;
}

.store__header {
  padding: 0 12.125rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 48rem) {
  .store__header {
    margin: 0 !important;
    padding: 0;
  }
}
.store__header--name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 3.8rem;
  margin-top: 3.125rem;
}
@media (max-width: 48rem) {
  .store__header--name {
    margin: 2rem 0;
    font-size: 1.5rem;
  }
}

.banner__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 29.25rem;
}
@supports (height: min(32.5vw, 29.25rem)) {
  .banner__bg {
    height: min(32.5vw, 29.25rem);
  }
  @media (max-width: 64rem) {
    .banner__bg {
      height: 20.75rem;
    }
    @supports (height: min(32.5vw, 29.25rem)) {
      .banner__bg {
        height: min(32.5vw, 29.25rem);
      }
    }
  }
}
@media (max-width: 48rem) {
  .banner__bg {
    height: 265px;
  }
}

#store .cards {
  margin-top: 8.5rem;
}
@media (max-width: 48rem) {
  #store .cards {
    margin-top: 5rem;
  }
}
#store .card {
  margin-bottom: 6.5rem;
}
@media (max-width: 48rem) {
  #store .card {
    margin-bottom: 4rem;
  }
}
#store .card__image {
  background-size: cover;
  background-position: center center;
  max-height: 22.5rem;
}
@media (min-width: 48rem) {
  #store .card__image {
    width: 49%;
  }
}
#store .card__image img {
  opacity: 0;
}
@media (min-width: 48rem) {
  #store .card__content {
    width: 45.6%;
  }
}
#store .card__content--header {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 48rem) {
  #store .card__content--header {
    font-size: 1.25rem;
  }
}
#store .card__content--body {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  padding: 2rem 0 0 0;
}
@media (max-width: 48rem) {
  #store .card__content--body {
    font-size: 0.875rem;
    padding: 1.5rem 0 0 0;
  }
}
#store .map__area {
  height: 29.25rem;
  max-width: 90rem;
}
@media (min-width: 48rem) {
  #store .map__area {
    padding: 0 12.1875rem;
    margin: auto;
  }
}
@media (max-width: 48rem) {
  #store .map__area {
    margin: 0 !important;
    height: 16.5rem;
  }
}
#store .map__area iframe {
  width: 100%;
  height: 100%;
}
#store .map__info {
  font-family: "Yu Gothic", sans-serif;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 48rem) {
  #store .map__info {
    width: 45.65%;
    margin: 3rem 0 5rem auto;
    padding-right: 12.1875rem;
  }
}
@media (max-width: 48rem) {
  #store .map__info {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
#store .map__info--name {
  line-height: 40px;
}
#store .map__info--name span {
  display: block;
}
#store .map__info--name .jp {
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 48rem) {
  #store .map__info--name .jp {
    font-size: 1.25rem;
  }
}
#store .map__info--name .en {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  #store .map__info--name .en {
    font-size: 0.875rem;
  }
}
#store .map__info--address {
  line-height: 28px;
  padding: 2rem 0;
  color: #000000;
}
@media (max-width: 48rem) {
  #store .map__info--address {
    padding: 1.875rem 0;
  }
}
#store .map__info--address span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 48rem) {
  #store .map__info--address span {
    font-size: 0.875rem;
  }
}
#store .map__info--contact {
  font-weight: 500;
  font-size: 1rem;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 48rem) {
  #store .map__info--contact {
    font-size: 0.875rem;
  }
}
#store .map__cta {
  text-align: center;
}
#store .map__cta .button {
  margin-bottom: 10rem;
  font-family: "YuGothic", "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  #store .map__cta .button {
    margin-bottom: 5rem;
  }
}

.news .title {
  color: #40220F;
}
.news .date {
  color: #707070;
}

.news .no-post {
  text-align: center;
  margin-bottom: 4rem;
}
.news .paginations {
  margin-bottom: 4rem;
}
.news__header {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 40px;
  margin-top: 3rem;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .news__header {
    margin: 1.375rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .news .grid {
    margin-top: 5rem;
  }
}
.news .grid-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.news .grid-row article {
  margin: 0 1.6%;
  width: 31.2%;
}
.news .grid-row article:nth-child(3n+1) {
  margin-left: 0;
}
.news .grid-row article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 48rem) {
  .news .grid-row article {
    width: 100%;
    width: 100%;
    margin: 0;
  }
}
.news .grid__item--image {
  background-size: cover;
  background-position: center center;
}
.news .grid__item--image img {
  height: 200px;
  width: 100%;
  opacity: 0;
}
@media (max-width: 48rem) {
  .news .grid__item--image img {
    height: 21.875rem;
  }
  @supports (height: clamp(14.875rem, 59.6vw, 21.875rem)) {
    .news .grid__item--image img {
      height: clamp(14.875rem, 59.6vw, 21.875rem);
    }
  }
}
.news .grid__item--content {
  margin-top: 1.5rem;
  margin-bottom: 4.625rem;
}
@supports (margin-top: min(1.7vw, 1.5rem)) {
  .news .grid__item--content {
    margin-top: min(1.7vw, 1.5rem);
    margin-bottom: min(5.2vw, 4.625rem);
  }
}
.news .grid__item--content span {
  display: block;
}
.news .grid__item--content .title {
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 28px;
}
@media (max-width: 48rem) {
  .news .grid__item--content .title {
    font-size: 1rem;
    line-height: 32px;
  }
}
.news .grid__item--content .date {
  font-weight: 400;
  margin-top: 2.5rem;
}
.news .grid__item--image img {
  height: 17.5rem;
  width: 100%;
}
@supports (height: min(19.4vw, 17.5rem)) {
  .news .grid__item--image img {
    height: min(19.4vw, 17.5rem);
  }
}
@media (max-width: 64rem) {
  .news .grid__item--image img {
    height: 12.375rem;
  }
  @supports (height: min(19.4vw, 17.5rem)) {
    .news .grid__item--image img {
      height: min(19.4vw, 17.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .news .grid__item--image img {
    height: 21.875rem;
  }
  @supports (height: clamp(14.875rem, 59.6vw, 21.875rem)) {
    .news .grid__item--image img {
      height: clamp(14.875rem, 59.6vw, 21.875rem);
    }
  }
}

.news-detail .news-detail__header .title {
  color: #40220F;
}
.news-detail .news-detail__header .date {
  color: #707070;
}
.news-detail .news-detail__content h1, .news-detail .news-detail__content h2, .news-detail .news-detail__content h3, .news-detail .news-detail__content h4, .news-detail .news-detail__content h5, .news-detail .news-detail__content h6, .news-detail .news-detail__content p {
  color: #000000;
}

.news-detail {
  margin-bottom: 10rem;
  margin-top: 49px;
}
@media (max-width: 48rem) {
  .news-detail {
    margin-top: 32px;
  }
}
.news-detail .container-sm {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 48rem) {
  .news-detail {
    margin-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .news-detail__header .wrapper {
    margin-top: 2rem;
  }
}
.news-detail__header .wrapper .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .news-detail__header .wrapper .title {
    font-size: 1.25rem;
    line-height: 32px;
    margin-bottom: 1.125rem;
  }
}
.news-detail__header .wrapper .date {
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .news-detail__header .wrapper .date {
    font-size: 0.875rem;
    margin-bottom: 1.56rem;
  }
}
.news-detail__header .wrapper span {
  display: block;
}
.news-detail__banner .wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 29.375rem;
}
@supports (height: min(32.5vw, 29.375rem)) {
  .news-detail__banner .wrapper {
    height: min(32.5vw, 29.375rem);
  }
}
@media (max-width: 64rem) {
  .news-detail__banner .wrapper {
    height: 20.75rem;
  }
  @supports (height: min(32.5vw, 29.375rem)) {
    .news-detail__banner .wrapper {
      height: min(32.5vw, 29.375rem);
    }
  }
}
@media (max-width: 48rem) {
  .news-detail__banner .wrapper {
    height: 16.563rem;
  }
  @supports (height: min(70.5vw, 16.563rem)) {
    .news-detail__banner .wrapper {
      height: min(70.5vw, 16.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .news-detail__banner {
    margin: 0 !important;
  }
}
.news-detail__banner img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
@media (min-width: 48rem) {
  .news-detail__content--wrapper {
    width: 80%;
    margin: auto;
  }
}
.news-detail__content--wrapper span {
  display: block;
}
.news-detail__content--wrapper .title {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .news-detail__content--wrapper .title {
    font-size: 1.25rem;
  }
}
.news-detail__content--wrapper .desc {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 48rem) {
  .news-detail__content--wrapper .desc {
    font-size: 0.875rem;
  }
}
.news-detail__content--block {
  margin: 5rem 0;
}
@media (max-width: 48rem) {
  .news-detail__content--block {
    margin: 4rem 0;
  }
}
.news-detail__content--block img {
  max-width: 100%;
}
.news-detail__content--block .split-img {
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .news-detail__content--block .split-img {
    display: flex;
  }
  .news-detail__content--block .split-img img {
    max-width: 47.5%;
  }
}
.news-detail__content--block h1, .news-detail__content--block h2, .news-detail__content--block h3 {
  padding: 1rem 0;
}
.news-detail__content--block h4, .news-detail__content--block h5, .news-detail__content--block h6 {
  padding: 0.75rem 0;
}
.news-detail__content--block p {
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 32px;
}
.news-detail__content--block figure {
  text-align: center;
  margin: 2rem 0;
}
.news-detail__content--block blockquote {
  background-color: #F4F4F4;
  padding: 1rem;
  font-style: italic;
}
.news-detail__content--block li {
  color: #000000;
  font-weight: 300;
}
.news-detail__content--cta {
  text-align: center;
}
.news-detail__content--cta .button {
  width: 16rem;
}

.banner {
  background: #FFE072;
}

#ads-badge {
  background: #40220F;
}
#ads-badge p {
  color: #FFFFFF;
}

#banner-info-title p {
  color: #40220F;
}

#view-app-cta-btn {
  color: #40220F;
}

#view-app-cta-btn a {
  color: #40220F;
  border-color: #40220F;
}

.banner {
  width: 100%;
  height: 27.5rem;
}
@supports (height: clamp(18.75rem, 35vw, 27.5rem)) {
  .banner {
    height: clamp(18.75rem, 35vw, 27.5rem);
  }
}
@media (max-width: 64rem) {
  .banner {
    height: 22.375rem;
    min-height: 18.75rem;
  }
  @supports (height: clamp(18.75rem, 35vw, 27.5rem)) {
    .banner {
      height: clamp(18.75rem, 35vw, 27.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner {
    height: 32.25rem;
  }
}
.banner .container {
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  padding-top: 2.75rem;
}
@supports (padding-top: clamp(1.7rem, 3.5vw, 2.75rem)) {
  .banner .container {
    padding-top: clamp(1.7rem, 3.5vw, 2.75rem);
  }
}
@media (max-width: 64rem) {
  .banner .container {
    padding-top: 2.125rem;
  }
  @supports (padding-top: clamp(1.7rem, 3.5vw, 2.75rem)) {
    .banner .container {
      padding-top: clamp(1.7rem, 3.5vw, 2.75rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container {
    flex-direction: row;
    text-align: center;
    padding-top: 2.5rem;
  }
}
.banner .container .flex-items-info {
  padding-left: 4rem;
}
@supports (padding-left: min(4.5vw, 4rem)) {
  .banner .container .flex-items-info {
    padding-left: min(4.5vw, 4rem);
  }
}
@media (max-width: 64rem) {
  .banner .container .flex-items-info {
    padding-left: 2.875rem;
  }
  @supports (padding-left: min(4.5vw, 4rem)) {
    .banner .container .flex-items-info {
      padding-left: min(4.5vw, 4rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container .flex-items-info {
    padding-left: 0;
  }
}
.banner .container .banner-image {
  display: flex;
  width: 50%;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 48rem) {
  .banner .container .banner-image {
    width: 100%;
    justify-content: center;
  }
}
.banner .container .banner-image #ads-badge {
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  margin: auto -2.5rem 3.75rem 0;
  width: 12.5rem;
  height: 12.5rem;
}
@supports (width: clamp(9.75rem, 13.88vw, 12.5rem)) {
  .banner .container .banner-image #ads-badge {
    width: clamp(9.75rem, 13.88vw, 12.5rem);
    height: clamp(9.75rem, 13.88vw, 12.5rem);
  }
}
@media (max-width: 64rem) {
  .banner .container .banner-image #ads-badge {
    width: 9.75rem;
    height: 9.75rem;
  }
  @supports (width: clamp(9.75rem, 13.88vw, 12.5rem)) {
    .banner .container .banner-image #ads-badge {
      width: clamp(9.75rem, 13.88vw, 12.5rem);
      height: clamp(9.75rem, 13.88vw, 12.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container .banner-image #ads-badge {
    width: 9.75rem;
    height: 9.75rem;
    z-index: 1;
    margin: auto -1rem 3.75rem 0;
  }
}
.banner .container .banner-image #ads-badge p {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 64rem) {
  .banner .container .banner-image #ads-badge p {
    font-size: 13px;
  }
}
@media (max-width: 48rem) {
  .banner .container .banner-image #ads-badge p {
    font-size: 16px;
  }
}
.banner .container .banner-image #ads-badge .title {
  font-size: 32px;
  margin: 14px 0;
}
@media (max-width: 64rem) {
  .banner .container .banner-image #ads-badge .title {
    font-size: 24px;
  }
}
.banner .container .banner-image #ads-badge .subtitle-under {
  font-size: 12px;
}
.banner .container .banner-image #app-image {
  position: relative;
  z-index: 1;
}
.banner .container .banner-image #app-image #half-image {
  height: 24.75rem;
}
@supports (height: clamp(16.875rem, 31.5vw, 24.75rem)) {
  .banner .container .banner-image #app-image #half-image {
    height: clamp(16.875rem, 31.5vw, 24.75rem);
  }
}
@media (max-width: 64rem) {
  .banner .container .banner-image #app-image #half-image {
    height: 20.125rem;
  }
  @supports (height: clamp(16.875rem, 31.5vw, 24.75rem)) {
    .banner .container .banner-image #app-image #half-image {
      height: clamp(16.875rem, 31.5vw, 24.75rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container .banner-image #app-image {
    height: 12rem;
  }
  .banner .container .banner-image #app-image #full-image {
    width: 5.875rem;
    height: 12rem;
    z-index: 2;
  }
}
.banner .container #banner-info-title {
  width: 50%;
  padding-top: 3.125rem;
}
@supports (padding-top: min(3.45vw, 3.125rem)) {
  .banner .container #banner-info-title {
    padding-top: min(3.45vw, 3.125rem);
  }
}
@media (max-width: 64rem) {
  .banner .container #banner-info-title {
    padding-top: 2.125rem;
  }
  @supports (padding-top: min(3.45vw, 3.125rem)) {
    .banner .container #banner-info-title {
      padding-top: min(3.45vw, 3.125rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container #banner-info-title {
    padding-top: 0;
  }
}
.banner .container #banner-info-title p {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 64rem) {
  .banner .container #banner-info-title p {
    font-size: 24px;
  }
}
@media (max-width: 48rem) {
  .banner .container #banner-info-title p {
    font-size: 24px;
    margin-bottom: 0.375rem;
  }
}
.banner .container #banner-info-title p.en {
  font-family: "Heebo", sans-serif;
}
.banner .container #view-app-cta-btn {
  width: 50%;
  font-weight: 700;
  font-size: 13px;
  margin: 2.857rem 0;
}
@supports (margin: min(3.175vw, 2.857rem) 0) {
  .banner .container #view-app-cta-btn {
    margin: min(3.175vw, 2.857rem) 0;
  }
  @media (max-width: 64rem) {
    .banner .container #view-app-cta-btn {
      margin: 0.875rem 0;
    }
    @supports (margin: min(3.175vw, 2.857rem) 0) {
      .banner .container #view-app-cta-btn {
        margin: min(3.175vw, 2.857rem) 0;
      }
    }
  }
}
@media (max-width: 48rem) {
  .banner .container #view-app-cta-btn {
    margin: 0;
  }
}
.banner .container #view-app-cta-btn a {
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid;
  width: 100%;
  height: auto;
  padding: 10px 55px;
}
@supports (padding: min(0.7vw, 10px) min(3.85vw, 55px)) {
  .banner .container #view-app-cta-btn a {
    padding: min(0.7vw, 10px) min(3.85vw, 55px);
  }
}
@media (max-width: 48rem) {
  .banner .container #view-app-cta-btn a {
    padding: 10px 55px;
  }
}
.banner .container #view-app-cta-btn a:hover {
  color: #FFFFFF;
}
.banner .container #download-cta {
  width: 50%;
}
.banner .container #download-cta span + span {
  margin-left: 1.5rem;
}
@media (max-width: 48rem) {
  .banner .container #download-cta {
    text-align: center;
    margin: 1.25rem 0;
  }
  .banner .container #download-cta span + span {
    margin-left: 1.25rem;
  }
}
.banner .container #download-cta img {
  margin: 1.25rem 0;
  height: 3.5rem;
}
@supports (height: min(4.45vw, 3.5rem)) {
  .banner .container #download-cta img {
    margin: min(1.4vw, 1.25rem) 0;
    height: min(4.45vw, 3.5rem);
  }
}
@media (max-width: 64rem) {
  .banner .container #download-cta img {
    height: 3rem;
  }
  @supports (height: min(4.45vw, 3.5rem)) {
    .banner .container #download-cta img {
      height: min(4.45vw, 3.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .banner .container #download-cta img {
    height: 3rem;
    margin: 0;
  }
}
@media (max-width: 48rem) {
  .banner .container .banner-image {
    order: 2;
    width: 100%;
  }
  .banner .container #banner-info-title {
    order: 1;
    width: 100%;
  }
  .banner .container #view-app-cta-btn {
    order: 3;
    width: 100%;
  }
  .banner .container #download-cta {
    order: 4;
    width: 100%;
  }
}

.menu__header .title {
  color: #40220F;
}
.menu span {
  color: #000000;
}
.menu .grid__item--content span, .menu .grid__item--content a {
  color: #000000;
}

#menu {
  padding-top: 0;
}

.menu__header {
  padding-top: 2.187rem;
  margin: auto;
  padding-bottom: 6rem;
}
@supports (padding-bottom: clamp(3.125rem, 6.67vw, 6rem)) {
  .menu__header {
    padding-bottom: clamp(3.125rem, 6.67vw, 6rem);
  }
}
@media (min-width: 48rem) {
  .menu__header {
    width: 80%;
  }
}
.menu__header .title {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .menu__header .title {
    margin-bottom: 22px;
    font-size: 32px;
  }
}
.menu__header .notice {
  font-size: 0.875rem;
}
.menu__header .desc {
  line-height: 32px;
}
@media (max-width: 48rem) {
  .menu__header .desc {
    line-height: 24px;
  }
}
.menu__header span {
  display: block;
}
.menu__nav {
  border-bottom: 1px solid #707070;
  margin-bottom: 6rem;
}
@supports (margin-bottom: min(6.7vw, 6rem)) {
  .menu__nav {
    margin-bottom: min(6.7vw, 6rem);
  }
}
.menu__nav ul {
  padding: 0;
  text-align: center;
}
.menu__nav ul li {
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 40px;
  padding: 0 2.85rem;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0.56rem;
}
@supports (margin-bottom: min(1.25vw, 0.56rem)) {
  .menu__nav ul li {
    margin-bottom: min(1.25vw, 0.56rem);
  }
}
@supports (padding: 0 min(3.1vw, 2.85rem)) {
  .menu__nav ul li {
    padding: 0 min(3.1vw, 2.85rem);
  }
}
@media (max-width: 48rem) {
  .menu__nav ul li {
    padding: 0 1rem;
    font-size: 1rem;
  }
}
.menu__nav ul li a {
  color: #000000;
}
.menu__type {
  margin-bottom: 6.875rem;
}
.menu__type--wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 48rem) {
  .menu__type--wrapper {
    justify-content: space-between;
  }
}
.menu__type--item {
  width: 30%;
  margin-bottom: 3.437rem;
}
@media (max-width: 48rem) {
  .menu__type--item {
    width: 45%;
    margin-right: 0;
  }
}
.menu__type--header {
  color: #000000;
  line-height: 40px;
}
.menu__type--header .name {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .menu__type--header .name {
    font-size: 1rem;
  }
}
.menu__type--header .label {
  font-size: 0.75rem;
  text-align: right;
  font-family: "Hiragino Kaku Gothic Std", "Heebo", sans-serif;
}
@media (min-width: 48rem) {
  .menu .grid {
    margin-top: 1.812rem;
  }
  @supports (margin-top: min(1.2vw, 1.812rem)) {
    .menu .grid {
      margin-top: min(1.2vw, 1.812rem);
    }
  }
}
.menu .grid-row {
  margin-bottom: 4rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu .grid-row article {
  margin: 0 1.9%;
  width: 30.73%;
  height: auto;
}
@media (min-width: 48rem) {
  .menu .grid-row article:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .menu .grid-row article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .menu .grid-row article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .menu .grid-row article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .menu .grid-row article {
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
    height: auto;
  }
}
.menu .grid__item--image {
  border-radius: 8px;
}
.menu .grid__item--image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.menu .grid__item--content {
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}
@supports (margin-top: min(1.11vw, 1rem)) {
  .menu .grid__item--content {
    margin-top: min(1.11vw, 1rem);
    margin-bottom: min(5vw, 4.5rem);
  }
}
@media (max-width: 48rem) {
  .menu .grid__item--content {
    margin-bottom: 0;
  }
}
.menu .grid__item--content span {
  display: block;
  padding-bottom: 0.625rem;
  font-weight: 300;
}
.menu .grid__item--content span .title {
  font-weight: 500;
}
@media (max-width: 48rem) {
  .menu .grid__item--content span {
    font-size: 13px;
  }
}
.menu .grid__item--content ul {
  padding: 0;
}
.menu .grid__item--content ul li {
  list-style-type: none;
  display: inline;
}
.menu .grid__item--content .tag {
  text-transform: uppercase;
  padding-top: 0.9375rem;
}
@media (max-width: 48rem) {
  .menu .grid__item--content .tag {
    padding-top: 0.4rem;
  }
}
.menu .grid__item--content .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu .grid__item--content .tag li {
  font-size: 12px;
  margin-right: 0.5rem;
  padding: 0.15rem 0.75rem 0.1rem 0.75rem;
}
@media (max-width: 48rem) {
  .menu .grid__item--content .tag li {
    font-size: 11px;
    margin-top: 0.15rem;
    margin-right: 0.25rem;
    padding: 0.1rem 0.5rem 0 0.7rem 0.5rem;
  }
}
.menu .grid__item--content .tag .light,
.menu .grid__item--content .tag .light2,
.menu .grid__item--content .tag .light3 {
  border: 1px solid #40220F;
}
.menu .grid__item--content .tag .dark {
  border: 1px solid #40220F;
  background: #40220F;
  color: #FFFFFF;
}

.menu-detail span {
  color: #000000;
}
.menu-detail p {
  color: #000000;
}

@media (min-width: 48rem) {
  #menu-detail {
    padding-top: 70px;
  }
}

.menu-detail__image {
  text-align: center;
}
@media (min-width: 48rem) {
  .menu-detail__image {
    width: 60%;
  }
}
.menu-detail__image img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .menu-detail__content {
    width: 35%;
  }
}
.menu-detail__content .info {
  margin-bottom: 1.5rem;
}
@media (max-width: 48rem) {
  .menu-detail__content .info {
    margin-top: 1.5rem;
  }
}
.menu-detail__content .info .title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 41px;
  font-family: "Yu Gothic", sans-serif;
}
@media (max-width: 48rem) {
  .menu-detail__content .info .title {
    margin-top: 10rem;
  }
}
.menu-detail__content .desc {
  font-size: 0.875rem;
  line-height: 24px;
}
.menu-detail__content .tag {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.menu-detail__content .tag ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-detail__content .tag ul li {
  list-style-type: none;
  display: inline;
  font-size: 16px;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
  padding: 0.4rem 0.1rem 0.2 0.5rem 0.1rem;
}
.menu-detail__content .tag .light,
.menu-detail__content .tag .light2, 
.menu-detail__content .tag .light3, {
  border: 1px solid #40220F;
  padding: 0 0.5rem;
  color: #000000;
}
.menu-detail__content .tag .dark {
  border: 1px solid #40220F;
  background: #40220F;
  color: #FFFFFF;
  padding: 0 1rem;
}
.menu-detail__content .tag span {
  display: block;
}
.menu-detail__content .block {
  margin-bottom: 3rem;
}
.menu-detail__content .block__header {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.625rem;
}
.menu-detail__content .block__header span {
  font-size: 1rem;
  font-family: "Yu Gothic", sans-serif;
  line-height: 27px;
}
.menu-detail__content .block__content {
  margin-top: 0.875rem;
}
.menu-detail__content .block__content--item {
  margin-bottom: 0.937rem;
}
.menu-detail__content .block__content--item:last-child {
  margin-bottom: 0;
}
.menu-detail__content .ingredient {
  font-size: 0.875rem;
  line-height: 24px;
}
.menu-detail__other {
  margin-top: 7.937rem;
  margin-bottom: 6rem;
}
.menu-detail__info {
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .menu-detail__info {
    display: flex;
  }
}
@media (min-width: 48rem) {
  .menu-detail .grid {
    margin-top: 1.812rem;
  }
  @supports (margin-top: min(1.2vw, 1.812rem)) {
    .menu-detail .grid {
      margin-top: min(1.2vw, 1.812rem);
    }
  }
}
.menu-detail .grid-row {
  margin-bottom: 4rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-detail .grid-row article {
  margin: 0 1.9%;
  width: 30.73%;
  height: auto;
}
@media (min-width: 48rem) {
  .menu-detail .grid-row article:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .menu-detail .grid-row article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .menu-detail .grid-row article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .menu-detail .grid-row article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .menu-detail .grid-row article {
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
    height: auto;
  }
}
.menu-detail .grid__item--image img {
  border-radius: 8px;
  width: 100%;
  height: 14.25rem;
}
@supports (height: min(15.8vw, 14.25rem)) {
  .menu-detail .grid__item--image img {
    height: min(15.8vw, 14.25rem);
  }
}
@media (max-width: 64rem) {
  .menu-detail .grid__item--image img {
    height: 10.125rem;
  }
  @supports (height: min(15.8vw, 14.25rem)) {
    .menu-detail .grid__item--image img {
      height: min(15.8vw, 14.25rem);
    }
  }
}
@media (max-width: 48rem) {
  .menu-detail .grid__item--image img {
    height: 14.4rem;
  }
  @supports (height: clamp(6.875rem, 30vw, 14.4rem)) {
    .menu-detail .grid__item--image img {
      height: clamp(6.875rem, 30vw, 14.4rem);
    }
  }
}
.menu-detail .grid__item--content {
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}
@supports (margin-top: min(1.11vw, 1rem)) {
  .menu-detail .grid__item--content {
    margin-top: min(1.11vw, 1rem);
    margin-bottom: min(5vw, 4.5rem);
  }
}
@media (max-width: 48rem) {
  .menu-detail .grid__item--content {
    margin-bottom: 0;
  }
}
.menu-detail .grid__item--content span {
  display: block;
  padding-bottom: 0.625rem;
  font-weight: 300;
}
.menu-detail .grid__item--content span .title {
  font-weight: 500;
  color: #000000;
}
@media (max-width: 48rem) {
  .menu-detail .grid__item--content span {
    font-size: 13px;
  }
}
.menu-detail .grid__item--content ul {
  padding: 0;
}
.menu-detail .grid__item--content ul li {
  list-style-type: none;
  display: inline;
}
.menu-detail .grid__item--content .tag {
  text-transform: uppercase;
  padding-top: 0.625rem;
}
@media (max-width: 48rem) {
  .menu-detail .grid__item--content .tag {
    padding-top: 0.4rem;
  }
}
.menu-detail .grid__item--content .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-detail .grid__item--content .tag li {
  font-size: 12px;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
  padding: 0.15rem 0.75rem 0.1rem 0.75rem;
}
@media (max-width: 48rem) {
  .menu-detail .grid__item--content .tag li {
    font-size: 11px;
    margin-top: 0.15rem;
    margin-right: 0.25rem;
    padding: 0.1rem 0.5rem 0 0.7rem 0.5rem;
  }
}
.menu-detail .grid__item--content .tag .light,
.menu-detail .grid__item--content .tag .light2,
.menu-detail .grid__item--content .tag .light3 {
  border: 1px solid #40220F;
}
.menu-detail .grid__item--content .tag .dark {
  border: 1px solid #40220F;
  background: #40220F;
  color: #FFFFFF;
}
.menu-detail .menu__cta {
  text-align: center;
  margin-top: 4.125rem;
  margin-bottom: 10rem;
}
@media (max-width: 48rem) {
  .menu-detail .menu__cta {
    margin-bottom: 5rem;
  }
}
.menu-detail .menu__cta .button-light {
  font-family: "YuGothic", "Heebo";
}

.onlinestore .grid__item--content span {
  color: #333333;
}

.onlinestore .menu__type {
  margin-bottom: 0;
}
.onlinestore .menu__type__wrapper {
  justify-content: flex-start;
}
.onlinestore__header {
  padding-top: 2.187rem;
  padding-bottom: 6rem;
  margin: auto;
}
@media (max-width: 48rem) {
  .onlinestore__header {
    padding-bottom: 42px;
  }
}
@media (min-width: 48rem) {
  .onlinestore__header {
    width: 80%;
  }
}
.onlinestore__header .title {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .onlinestore__header .title {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}
.onlinestore__header .desc {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 48rem) {
  .onlinestore__header .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.onlinestore__header .notice {
  font-size: 0.875rem;
}
.onlinestore__header span {
  display: block;
}
.onlinestore .grid .menu__type--wrapper {
  justify-content: flex-start;
}
.onlinestore .grid .menu__type--wrapper .menu__type--item {
  display: flex;
  flex-direction: column;
  width: 30.73%;
  margin: 0 1.9%;
  margin-bottom: 3.75rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item {
    display: block;
  }
}
@media (max-width: 48rem) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item {
    margin-bottom: 2.187rem;
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
  }
}
@media (min-width: 48rem) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .onlinestore .grid .menu__type--wrapper .menu__type--item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.onlinestore .grid-row {
  margin-bottom: 4rem;
}
.onlinestore .grid-row article {
  margin: 0 1.25rem;
}
@media (max-width: 48rem) {
  .onlinestore .grid-row article {
    margin: 0 0 3.75rem 0;
  }
}
.onlinestore .grid-row article:first-child {
  margin-left: 0;
}
.onlinestore .grid-row article:last-child {
  margin-right: 0;
}
.onlinestore .grid__item--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-top: 1.5rem;
}
@media (max-width: 48rem) {
  .onlinestore .grid__item--content {
    padding-top: 12px;
  }
}
.onlinestore .grid__item--content a span {
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 48rem) {
  .onlinestore .grid__item--content a span {
    font-size: 13px;
    line-height: 16px;
  }
}
.onlinestore .grid__item--content span {
  display: block;
}
.onlinestore .grid__item--content span.price {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-top: 12px;
  font-weight: normal;
}
@media (max-width: 48rem) {
  .onlinestore .grid__item--content span.price {
    font-size: 16px;
  }
}
.onlinestore .grid__item--content ul {
  padding: 0;
}
.onlinestore .grid__item--content ul li {
  list-style-type: none;
  display: inline;
}
.onlinestore .grid__item--image img {
  border-radius: 8px;
}

.onlinestore-detail span {
  color: #333333;
}

.onlinestore-detail input[type=select]:disabled:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.onlinestore-detail #btn-buy-now {
  position: relative;
}
.onlinestore-detail #btn-buy-now:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.onlinestore-detail #btn-buy-now:hover .txt {
  color: #40220F;
}
.onlinestore-detail #btn-buy-now .spinner {
  position: absolute;
  display: none;
  line-height: 0;
  left: 45%;
  top: 25%;
  width: 25px;
  height: 25px;
}
.onlinestore-detail #btn-buy-now .txt {
  width: 100%;
  color: #FFFFFF;
}
.onlinestore-detail #btn-add-to-cart {
  position: relative;
}
.onlinestore-detail #btn-add-to-cart:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.onlinestore-detail #btn-add-to-cart:hover .txt {
  color: #FFFFFF;
}
.onlinestore-detail #btn-add-to-cart .spinner {
  position: absolute;
  display: none;
  line-height: 0;
  left: 45%;
  top: 25%;
  width: 25px;
  height: 25px;
}
.onlinestore-detail #btn-add-to-cart .txt {
  width: 100%;
}
.onlinestore-detail .menu__type--header .name {
  color: #000000 !important;
  font-size: 1.75rem;
  line-height: 40px;
  font-weight: bold;
  font-family: "YuGothic", "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .onlinestore-detail .menu__type--header .name {
    font-size: 1.25rem;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail #btn-add-to-cart__wrapper {
    margin: auto;
  }
  .onlinestore-detail #btn-buy-now__wrapper {
    margin: auto;
  }
}
.onlinestore-detail .swiper-container {
  margin-top: 1.25rem;
  padding-bottom: 1px;
}
.onlinestore-detail .swiper-container .swiper-slide {
  padding-bottom: 1px;
}
.onlinestore-detail .swiper-container .slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  padding: 3px;
}
.onlinestore-detail .swiper-container .slide-wrapper img {
  border-radius: 4px;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.onlinestore-detail .swiper-container .slide-wrapper.active {
  border: 1px solid #000000 !important;
}
.onlinestore-detail .swiper-container .slide-wrapper:hover {
  cursor: pointer;
}
@media (min-width: 48rem) {
  .onlinestore-detail__image {
    width: 60%;
  }
}
.onlinestore-detail__image img {
  max-width: 100%;
  border-radius: 8px;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content {
    margin-top: 2rem;
  }
}
@media (min-width: 48rem) {
  .onlinestore-detail__content {
    width: 35%;
  }
}
.onlinestore-detail__content .head {
  margin-bottom: 1.875rem;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .head {
    margin-bottom: 2.625rem;
  }
}
.onlinestore-detail__content .head span {
  display: block;
  font-size: 1.5rem;
}
.onlinestore-detail__content .head .title {
  color: #000000;
  line-height: 41px;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 24px;
}
.onlinestore-detail__content .head .price {
  color: #000000;
  line-height: 35px;
  font-family: "Heebo", sans-serif;
  font-size: 24px;
}
.onlinestore-detail__content .options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .options {
    width: 68.8vw;
    margin: auto;
  }
}
.onlinestore-detail__content .options__wrapper {
  flex-grow: 1;
  margin-right: 10px;
}
.onlinestore-detail__content .options__wrapper:last-child {
  margin-right: 0;
}
.onlinestore-detail__content .options__wrapper p {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: #000000;
}
.onlinestore-detail__content .options__wrapper select {
  height: 2.5rem;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #40220F;
  color: #40220F;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin-top: 4px;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .options__wrapper select {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.onlinestore-detail__content .options__wrapper select:focus {
  outline: none;
}
.onlinestore-detail__content .action {
  padding-bottom: 1.25rem;
}
.onlinestore-detail__content .action b {
  display: none;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .action {
    margin-top: 3rem;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .action #btn-buy-now__wrapper {
    margin-top: 2rem;
  }
}
.onlinestore-detail__content .action button {
  margin-bottom: 1.25rem;
  display: block;
  width: 72%;
}
@media (max-width: 48rem) {
  .onlinestore-detail__content .action button {
    margin: auto;
  }
}
.onlinestore-detail__content .action button:hover {
  cursor: pointer;
}
.onlinestore-detail__content .desc {
  font-size: 0.875rem;
  line-height: 24px;
}
.onlinestore-detail__content .info {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 24px;
  color: #000000;
}
.onlinestore-detail__content .info span {
  display: block;
}
.onlinestore-detail__info {
  justify-content: space-between;
  margin-bottom: 9.187rem;
}
@media (max-width: 48rem) {
  .onlinestore-detail__info {
    margin-bottom: 55px;
  }
}
@media (min-width: 48rem) {
  .onlinestore-detail__info {
    display: flex;
    margin-top: 4.375rem;
  }
}
.onlinestore-detail__other .menu__cta {
  text-align: center;
}
.onlinestore-detail .grid {
  margin-top: 1.875rem;
}
.onlinestore-detail .grid .menu__type--wrapper {
  justify-content: flex-start;
}
.onlinestore-detail .grid .menu__type--wrapper .menu__type--item {
  display: flex;
  flex-direction: column;
  width: 30.73%;
  margin: 0 1.9%;
  margin-bottom: 3.75rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item {
    display: block;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item {
    margin-bottom: 2.187rem;
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
  }
}
@media (min-width: 48rem) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid .menu__type--wrapper .menu__type--item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid {
    margin-top: 1.5rem;
  }
}
.onlinestore-detail .grid-row {
  margin-bottom: 4rem;
}
.onlinestore-detail .grid-row article {
  margin: 0 1.25rem;
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid-row article {
    margin: 0 0 3.75rem 0;
  }
}
.onlinestore-detail .grid-row article:first-child {
  margin-left: 0;
}
.onlinestore-detail .grid-row article:last-child {
  margin-right: 0;
}
.onlinestore-detail .grid__item--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-top: 1.5rem;
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid__item--content {
    padding-top: 12px;
  }
}
.onlinestore-detail .grid__item--content a span {
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid__item--content a span {
    font-size: 13px;
    line-height: 16px;
  }
}
.onlinestore-detail .grid__item--content span {
  display: block;
}
.onlinestore-detail .grid__item--content span.price {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-top: 12px;
  font-weight: normal;
}
@media (max-width: 48rem) {
  .onlinestore-detail .grid__item--content span.price {
    font-size: 16px;
  }
}
.onlinestore-detail .grid__item--content ul {
  padding: 0;
}
.onlinestore-detail .grid__item--content ul li {
  list-style-type: none;
  display: inline;
}
.onlinestore-detail .grid__item--image img {
  border-radius: 8px;
}

.content-wrapper {
  display: none;
}

.loader-wrapper {
  background: #fff;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  margin-bottom: 108px;
}

.loader-wrapper-detail {
  background: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  margin-bottom: 108px;
  position: absolute;
  top: 0;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #40220F solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.blog .blog__header a {
  color: #40220F;
}
.blog .grid__item--content a {
  color: #000000;
}
.blog .hashtag a {
  color: #40220F;
}

.blog .paginations {
  margin-bottom: 4rem;
}
.blog .no-post {
  margin-bottom: 4rem;
  text-align: center;
  width: 100%;
}
.blog__header {
  text-align: center;
  padding-top: 9.125rem;
}
@supports (padding-top: clamp(6.5rem, 10.15vw,9.125rem)) {
  .blog__header {
    padding-top: clamp(6.5rem, 10.15vw,9.125rem);
  }
}
.blog__header span {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 40px;
  color: #40220F;
  font-family: "Heebo", sans-serif;
}
.blog__header ul {
  padding: 0;
  text-transform: uppercase;
  margin-top: 4.687rem;
}
@supports (margin-top: clamp(2.625rem, 5.2vw, 4.687rem)) {
  .blog__header ul {
    margin-top: clamp(2.625rem, 5.2vw, 4.687rem);
  }
}
.blog__header ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 0.875rem;
}
.blog .grid {
  margin-top: 2.125rem;
}
@media (min-width: 48rem) {
  .blog .grid {
    margin-top: 4.125rem;
  }
}
.blog .grid-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.blog .grid-row article {
  margin: 0 1.6%;
  width: 31.2%;
}
.blog .grid-row article:nth-child(3n+1) {
  margin-left: 0;
}
.blog .grid-row article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 48rem) {
  .blog .grid-row article {
    width: 100%;
    margin: 0;
  }
  @suports (height: clamp(22em, 93.6vw, 32.25rem)) {
    .blog .grid-row article {
      height: clamp(22em, 93.6vw, 32.25rem);
    }
  }
}
.blog .grid__item--content {
  margin-top: 1.375rem;
  margin-bottom: 6.5rem;
}
@supports (margin-top: min(1.52vw, 1.375rem)) {
  .blog .grid__item--content {
    margin-top: min(1.52vw, 1.375rem);
    margin-bottom: min(7.22vw, 6.5rem);
  }
}
@media (max-width: 64rem) {
  .blog .grid__item--content {
    margin-top: 1rem;
    margin-bottom: 4.625rem;
  }
  @supports (margin-top: min(1.52vw, 1.375rem)) {
    .blog .grid__item--content {
      margin-top: min(1.52vw, 1.375rem);
      margin-bottom: min(7.22vw, 6.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .blog .grid__item--content {
    margin-bottom: 2.375rem;
    margin-top: 1.375rem;
  }
}
.blog .grid__item--content span {
  display: block;
  margin-bottom: 0.375rem;
}
.blog .grid__item--content .hashtag {
  font-weight: 300;
  text-transform: uppercase;
}
.blog .grid__item--content .hashtag span {
  font-size: 0.875rem;
  line-height: 40px;
}
.blog .grid__item--content .title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 28px;
}
@media (max-width: 48rem) {
  .blog .grid__item--content .title {
    line-height: 24px;
  }
}
.blog .grid__item--content .date {
  color: #000000;
  font-weight: 400;
}
.blog .grid__item--image {
  background-size: cover;
  background-position: center center;
}
.blog .grid__item--image img {
  opacity: 0;
  width: 100%;
  height: 17.5rem;
}
@supports (height: min(19.4vw, 17.5rem)) {
  .blog .grid__item--image img {
    height: min(19.4vw, 17.5rem);
  }
}
@media (max-width: 64rem) {
  .blog .grid__item--image img {
    height: 12.375rem;
  }
  @supports (height: min(19.4vw, 17.5rem)) {
    .blog .grid__item--image img {
      height: min(19.4vw, 17.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .blog .grid__item--image img {
    height: 21.875rem;
  }
  @supports (height: clamp(14.875rem, 59.6vw, 21.875rem)) {
    .blog .grid__item--image img {
      height: clamp(14.875rem, 59.6vw, 21.875rem);
    }
  }
}

.blog-detail .desc, .blog-detail span, .blog-detail p, .blog-detail td {
  color: #333333;
}

.blog-detail .blog__header a, .blog-detail .blog__header span {
  color: #40220F;
}

.blog-detail .blog-detail__section--header span {
  color: #40220F;
}

.blog-detail__content {
  margin-top: 4.75rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .blog-detail__content {
    margin-bottom: 2.5rem;
  }
}
.blog-detail__content--header {
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .blog-detail__content--header {
    font-size: 1.5rem;
  }
}
.blog-detail__content--header p {
  padding-top: 0.625rem;
}
.blog-detail__content--header .sm {
  font-size: 1.125rem;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .blog-detail__content--header .sm {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
}
.blog-detail__banner {
  max-width: 80rem;
  margin: auto;
}
@media (max-width: 48rem) {
  .blog-detail__banner {
    margin: 0;
    height: 265px;
  }
}
.blog-detail__banner img {
  width: 100%;
}
@media (max-width: 48rem) {
  .blog-detail__banner img {
    object-fit: cover;
    height: 100%;
  }
}
.blog-detail__wrapper {
  width: 80%;
  margin: auto;
  max-width: 52.5rem;
}
@media (max-width: 48rem) {
  .blog-detail__wrapper {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.blog-detail__cta button {
  margin-bottom: 8.75rem;
}
@media (max-width: 48rem) {
  .blog-detail__cta button {
    margin-bottom: 5rem;
  }
}
.blog-detail__section {
  margin-bottom: 3rem;
  text-align: left;
  margin: 0 auto;
}
.blog-detail__section.last {
  margin-bottom: 0;
}
@media (max-width: 48rem) {
  .blog-detail__section {
    margin-bottom: 3rem;
  }
}
.blog-detail__section--header {
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
  max-width: 52.5rem;
  width: 80%;
  margin: auto;
}
@media (max-width: 48rem) {
  .blog-detail__section--header {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media (max-width: 48rem) {
  .blog-detail__section--header {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.blog-detail__section--banner {
  padding: 2.875rem 0;
  max-width: 80rem;
  margin: auto;
}
@media (max-width: 48rem) {
  .blog-detail__section--banner {
    width: 100%;
    margin: 2.875rem auto;
    height: 265px;
    padding: 0;
  }
}
.blog-detail__section--banner img {
  width: 100%;
}
@media (max-width: 48rem) {
  .blog-detail__section--banner img {
    object-fit: cover;
    height: 100%;
  }
}
.blog-detail__section--content {
  display: block;
  padding-bottom: 2.5rem;
  line-height: 27px;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
  word-break: break-word;
  color: #000000;
}
.blog-detail__section--content span {
  display: block;
  padding-bottom: 2.5rem;
  line-height: 27px;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
  word-break: break-word;
}
.blog-detail__section--content span.last {
  padding-bottom: 0;
}
@media (max-width: 48rem) {
  .blog-detail__section--content span {
    font-size: 0.875rem;
    line-height: 24px;
    padding-bottom: 1.375rem;
  }
}
.blog-detail__section--footer {
  margin-top: 4rem;
}
@media (max-width: 48rem) {
  .blog-detail__section--footer {
    margin-top: 2.5rem;
  }
}
.blog-detail__section--footer span {
  display: block;
  font-weight: 500;
  line-height: 27px;
  font-size: 1rem;
}
.blog-detail #blog-detail-header {
  margin-bottom: 3rem;
}
@media (max-width: 48rem) {
  .blog-detail #blog-detail-header {
    margin-bottom: 3rem;
  }
}
.blog-detail #bar-soul {
  margin-top: 3.5rem;
}
.blog-detail #bar-soul .avartar {
  margin-bottom: 2.312rem;
}
.blog-detail #bar-soul .avartar__item {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
@media (max-width: 48rem) {
  .blog-detail #bar-soul .avartar__item {
    width: 120px;
    height: 120px;
  }
}
.blog-detail #bar-soul .triangle {
  padding: 0 2.125rem;
}
@media (max-width: 48rem) {
  .blog-detail #bar-soul .triangle {
    padding: 0 1.25rem;
  }
}
.blog-detail #bar-soul .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1.687rem;
}
@media (max-width: 48rem) {
  .blog-detail #bar-soul .title {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.blog-detail #bar-soul .desc {
  color: #333333;
}
.blog-detail #table-of-content {
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .blog-detail #table-of-content {
    margin-bottom: 3rem;
  }
}
.blog-detail #table-of-content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .blog-detail #table-of-content p {
    font-size: 20px;
  }
}
.blog-detail #table-of-content table {
  margin: auto;
  border-spacing: 0 1.875rem;
  width: 80%;
  max-width: 52.5rem;
}
@media (max-width: 48rem) {
  .blog-detail #table-of-content table {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.blog-detail #table-of-content table tr .numbering {
  border: 1px solid #40220F;
  padding: 1.125rem 0 1.125rem 2.813rem;
  border-right: 0;
  width: 5%;
  vertical-align: text-top;
  font-size: 1.5rem;
  line-height: 40px;
  color: #40220F;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
}
@supports (padding: 1.125rem 0 1.125rem min(3.125vw, 2.813rem)) {
  .blog-detail #table-of-content table tr .numbering {
    padding: 1.125rem 0 1.125rem min(3.125vw, 2.813rem);
  }
}
@media (max-width: 48rem) {
  .blog-detail #table-of-content table tr .numbering {
    font-size: 1.25rem;
  }
}
.blog-detail #table-of-content table tr .info {
  border: 1px solid #40220F;
  padding: 1.125rem 2.225rem 1.125rem 1.375rem;
  border-left: 0;
  width: 95%;
  font-size: 1.25rem;
  line-height: 32px;
  color: #40220F;
  font-weight: bold;
}
@supports (padding: 1.125rem min(2.5vw, 2.225rem) 1.125rem 1.375rem) {
  .blog-detail #table-of-content table tr .info {
    padding: 1.125rem min(2.5vw, 2.225rem) 1.125rem 1.375rem;
  }
}
@media (max-width: 48rem) {
  .blog-detail #table-of-content table tr .info {
    font-size: 1rem;
    line-height: 24px;
  }
}
.blog-detail #visited-place {
  background: #F4F4F4;
  margin-bottom: 7.5rem;
}
@media (max-width: 48rem) {
  .blog-detail #visited-place {
    margin-bottom: 4rem;
  }
}
.blog-detail .visited-place {
  padding-top: 2.937rem;
  padding-bottom: 5rem;
}
@media (max-width: 48rem) {
  .blog-detail .visited-place {
    padding-bottom: 2.5rem;
  }
}
.blog-detail .visited-place__header {
  margin-bottom: 3.562rem;
}
.blog-detail .visited-place__header span {
  display: block;
  font-weight: bold;
}
.blog-detail .visited-place__header .title {
  font-size: 1.5rem;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .blog-detail .visited-place__header .title {
    font-size: 1rem;
  }
}
.blog-detail .visited-place__header .store {
  font-size: 2rem;
  line-height: 40px;
  margin-top: 2rem;
}
@media (max-width: 48rem) {
  .blog-detail .visited-place__header .store {
    font-size: 1.25rem;
  }
}
@media (min-width: 64rem) {
  .blog-detail .visited-place__content {
    display: flex;
    justify-content: space-between;
  }
  .blog-detail .visited-place__content--image {
    width: 49%;
  }
}
.blog-detail .visited-place__content--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-detail .visited-place__content img {
  max-width: 100%;
  opacity: 0;
}
.blog-detail .visited-place__content--body {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  padding-left: 2rem;
}
.blog-detail .visited-place__content--body table {
  width: 100%;
}
.blog-detail .visited-place__content--body table td {
  vertical-align: text-top;
}
.blog-detail .visited-place__content--body table .name {
  width: 25%;
}
.blog-detail .visited-place__content--body table .info {
  word-break: break-word;
  width: 75%;
}
.blog-detail .visited-place__content--body table .info a {
  color: #333333;
}
.blog-detail .visited-place__content--body .top {
  margin-top: 2.125rem;
}
.blog-detail .visited-place__content--body .bottom {
  margin-top: 2rem;
  margin-top: 0;
}
@media (max-width: 48rem) {
  .blog-detail .visited-place__content--body {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.blog-detail #grateful {
  color: #000000;
  margin: auto auto 5rem auto;
  max-width: 52rem;
}
@media (max-width: 48rem) {
  .blog-detail #grateful {
    margin: auto auto 3rem auto;
  }
}
.blog-detail #grateful .content-header {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 1.75rem;
}
@media (max-width: 48rem) {
  .blog-detail #grateful .content-header {
    font-size: 1rem;
  }
}
.blog-detail #grateful .content-body {
  background: #F4F4F4;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 32px;
}
.blog-detail #grateful .content-body table {
  margin: auto;
  padding: 3.5rem;
  height: auto;
}
@media (max-width: 48rem) {
  .blog-detail #grateful .content-body table {
    padding: 0.625rem 1.25rem;
  }
}
.blog-detail #grateful .content-body table tr > td {
  padding: 1rem 0;
}
@media (max-width: 48rem) {
  .blog-detail #grateful .content-body table tr > td {
    padding: 0.625rem 0;
  }
}
.blog-detail #grateful .content-body table tr .numbering {
  padding-right: 0;
  border-right: 0;
  width: 5%;
  vertical-align: text-top;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  line-height: 40px;
  padding-left: 2.813rem;
}
@supports (padding-left: min(3.125vw, 2.813rem)) {
  .blog-detail #grateful .content-body table tr .numbering {
    padding-left: min(3.125vw, 2.813rem);
  }
}
@media (max-width: 48rem) {
  .blog-detail #grateful .content-body table tr .numbering {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.blog-detail #grateful .content-body table tr .info {
  padding-left: 1.375rem;
  border-left: 0;
  width: 95%;
  padding-right: 2.225rem;
}
@supports (padding-right: min(2.5vw, 2.225rem)) {
  .blog-detail #grateful .content-body table tr .info {
    padding-right: min(2.5vw, 2.225rem);
  }
}
@media (max-width: 48rem) {
  .blog-detail #grateful .content-body table tr .info {
    font-size: 0.875rem;
  }
}
.blog-detail .gift-featuring {
  margin-top: 10rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring {
    margin-top: 4.75rem;
  }
}
.blog-detail .gift-featuring--header {
  text-align: center;
}
.blog-detail .gift-featuring--header span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--header span {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.blog-detail .gift-featuring--content {
  margin-top: 2.75rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content {
    margin-top: 1.25rem;
  }
}
.blog-detail .gift-featuring--content__card:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card:not(:last-child) {
    margin-bottom: 3.25rem;
  }
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper {
  justify-content: space-between;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper {
    flex-direction: column;
  }
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img {
  width: 48%;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img {
    width: 100%;
  }
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img img {
  width: 100%;
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info {
  width: 45.5%;
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info {
    width: 100%;
  }
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin-top: 0.625rem;
}
@media (max-width: 64rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
    font-size: 1.125rem;
    line-height: 28px;
    margin-top: 2.125rem;
  }
}
.blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 64rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 24px;
  }
}
@media (max-width: 48rem) {
  .blog-detail .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 1.125rem;
  }
}
.blog-detail .gift-how-to {
  background-color: #EFEFEF;
  margin-top: 10rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to {
    margin-top: 4.375rem;
  }
}
.blog-detail .gift-how-to--wrapper {
  padding-top: 6.25rem;
  padding-bottom: 7.625rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--wrapper {
    padding-top: 3rem;
    padding-bottom: 3.375rem;
  }
}
.blog-detail .gift-how-to--header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--header {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.blog-detail .gift-how-to--content {
  margin-top: 1.875rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content {
    margin-top: 1.375rem;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--header {
  background-color: #40220F;
  text-align: center;
}
.blog-detail .gift-how-to--content__card .ght-card--header p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 44px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--header p {
    font-size: 1rem;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content {
  margin-top: 3rem;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content img {
  width: 100%;
}
.blog-detail .gift-how-to--content__card .ght-card--content .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin-top: 1.5rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content .title {
    font-size: 1.125rem;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content .caption {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content .caption {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 21px;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content #s-caption {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content #s-caption {
    margin-top: 1.5rem;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content__step-one {
  width: 48%;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content__step-one {
    width: 100%;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content__step-one .title p::before {
  content: "1";
  display: inline-block;
  background-color: #40220F;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content__step-one .title p::before {
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content__step-two {
  width: 48%;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content__step-two {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.blog-detail .gift-how-to--content__card .ght-card--content__step-two .title p::before {
  content: "2";
  display: inline-block;
  background-color: #40220F;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card .ght-card--content__step-two .title p::before {
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
  }
}
.blog-detail .gift-how-to--content__card:not(:last-child) {
  margin-bottom: 5.625rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-how-to--content__card:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.blog-detail .gift-line-up--wrapper {
  padding-top: 7.5rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
.blog-detail .gift-line-up--header {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--header {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-detail .gift-line-up--content .grid {
  margin-top: 2.875rem;
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid {
    margin-top: 1.375rem;
  }
}
.blog-detail .gift-line-up--content .grid-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-detail .gift-line-up--content .grid-row article {
  margin: 0 1.9%;
  width: 30.73%;
  height: auto;
}
@media (min-width: 48rem) {
  .blog-detail .gift-line-up--content .grid-row article:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .blog-detail .gift-line-up--content .grid-row article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid-row article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid-row article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid-row article {
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
    height: auto;
  }
}
.blog-detail .gift-line-up--content .grid__item--content p {
  color: #000000;
}
.blog-detail .gift-line-up--content .grid__item--content .glp-title {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid__item--content .glp-title {
    margin-top: 0.875rem;
    font-size: 13px;
    line-height: 16px;
  }
}
.blog-detail .gift-line-up--content .grid__item--content .glp-price {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .blog-detail .gift-line-up--content .grid__item--content .glp-price {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 24px;
  }
}

.blog-detail-template {
  margin: 3rem 10%;
}
.blog-detail-template__content h1, .blog-detail-template__content h2, .blog-detail-template__content h3 {
  padding: 1rem 0;
  text-align: center;
}
.blog-detail-template__content h4, .blog-detail-template__content h5, .blog-detail-template__content h6 {
  padding: 0.75rem 0;
  text-align: center;
}
.blog-detail-template__content p {
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 32px;
}
.blog-detail-template__content figure {
  text-align: center;
  margin: 2rem 0;
}
.blog-detail-template__content blockquote {
  background-color: #F4F4F4;
  padding: 1rem;
  font-style: italic;
}
.blog-detail-template__content li {
  color: #000000;
  font-weight: 300;
}
.blog-detail-template__cta {
  text-align: center;
  margin-bottom: 9.375rem;
}
.blog-detail-template__cta button {
  font-family: "YuGothic", "Heebo", sans-serif;
}

@media (max-width: 48rem) {
  #recruit .recruit-banner__bg {
    padding: 0 !important;
  }
}
#recruit .recruit-banner__bg--wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 35.313rem;
}
@supports (height: min(39.24vw, 35.313rem)) {
  #recruit .recruit-banner__bg--wrapper {
    height: min(39.24vw, 35.313rem);
  }
}
@media (max-width: 64rem) {
  #recruit .recruit-banner__bg--wrapper {
    height: 25.125rem;
  }
  @supports (height: min(39.24vw, 35.313rem)) {
    #recruit .recruit-banner__bg--wrapper {
      height: min(39.24vw, 35.313rem);
    }
  }
}
@media (max-width: 48rem) {
  #recruit .recruit-banner__bg--wrapper {
    height: 265px;
  }
}

@media (max-width: 48rem) {
  .container .recruit-banner__bg {
    padding: 0 !important;
  }
}

#recruit .recruit-banner__bg--wrapper img {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}

.recruit__header {
  padding-top: 3rem;
}

.recruit__header h1 {
  font-family: "Heebo", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125rem;
}

.rec__content--header h1 {
  text-align: center;
  margin-bottom: 3rem;
}

.recruit-btn ul {
  list-style: none;
  justify-content: center;
  padding-inline-start: initial;
  flex-wrap: wrap;
}

.recruit-btn .button-light{
  width: 200px;
}

@media (max-width: 48rem){
  .recruit-btn ul {
    align-items: center;
    flex-direction: column;
  }
  }

.recruit-btn ul li {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.recruit-btn ul li:last-child {
  margin-right: 0;
}


@media (max-width: 48rem){
  .recruit-btn ul li {
      margin-bottom: 1rem;
      margin-right: inherit;
  }
  .recruit-btn ul li:last-child {
      margin-bottom: 0;
  }
}

#barista  .recruit-banner__bg--wrapper {
  background-size: 100%;
}

.rec__content--body {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.rec-table table {
  margin-bottom: 5rem;
  border: solid 1px;
  border-collapse: collapse;
}

.rec-table table td {
  border: solid 1px;
  padding: 1em;
}

.rec-table table td:first-child {
  text-align: center;
  vertical-align: middle;
  width:25%;
}

.rec-table .btn-area {
  text-align: center;
}

.rec-table .btn-area .button {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#designer .rec__content--header {
  margin-bottom: 50px;
}

#designer .recruit-banner__bg--wrapper {
  background-size: 100%;
}

footer {
  background-color: #40220F;
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
}

#footer-social-msg {
  color: #FFFFFF;
}

#footer-copyright {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #707070;
  padding-bottom: 20px;
}

footer {
  display: none;
  padding-top: 3.25rem;
}
footer .container {
  flex-wrap: wrap;
}
footer ul {
  padding: 0;
}
footer li {
  list-style-type: none;
  font-weight: 700;
}
footer #footer-logo {
  flex-grow: 4.5;
}
@media (max-width: 64rem) {
  footer #footer-logo {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer #footer-nav {
  font-family: "Heebo", sans-serif;
  flex-grow: 1.3;
}
footer #footer-nav ul {
  margin: 0;
}
footer #footer-nav li {
  padding-bottom: 1rem;
}
@media (max-width: 64rem) {
  footer #footer-nav {
    width: 50%;
    justify-content: flex-end;
  }
  footer #footer-nav ul {
    margin: 1.5rem 3.875rem 1.5rem 0;
    max-width: 9.25rem;
  }
}
footer #footer-doc {
  flex-grow: 1.5;
  font-size: 13px;
  font-weight: 300;
}
footer #footer-doc ul {
  margin: 0;
}
footer #footer-doc li {
  padding-bottom: 1rem;
}
@media (max-width: 64rem) {
  footer #footer-doc {
    width: 50%;
    padding-left: 0.25rem;
  }
  footer #footer-doc ul {
    margin: 1.5rem 0;
    max-width: 9.25rem;
  }
}
footer #footer-social {
  flex-basis: 11.25;
  font-size: 13px;
}
footer #footer-social hr {
  display: none;
}
@media (max-width: 64rem) {
  footer #footer-social hr {
    display: block;
    margin: 0 10% 2.5rem 10%;
  }
}
@media (max-width: 48rem) {
  footer #footer-social hr {
    margin: 0 10% 2.5rem 10%;
  }
  #footer-copyright{
    padding-bottom:20%;
  }
}
@media (max-width: 64rem) {
  footer #footer-social {
    width: 100%;
    text-align: center;
  }
}
footer #footer-social #footer-cta-btn {
  border: 2px solid;
  padding: 10px 75px;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
}
footer #footer-social #footer-cta-btn:hover {
  color: #40220F;
  background-color: #FFFFFF;
}
footer #footer-social #footer-social-btn {
  margin: 2.5rem 0 0.813rem 0;
}
footer #footer-social #footer-social-btn img {
  width: 2.188rem;
  height: 2.188rem;
}
footer #footer-social #footer-social-btn span + span {
  margin-left: 15px;
}
footer #footer-social #footer-social-msg {
  font-weight: 300;
  width: 16.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 64rem) {
  footer #footer-social #footer-social-msg {
    width: 13rem;
    display: inline-block;
    margin-bottom: 2rem;
  }
}
footer #footer-social #footer-copyright {
  font-size: 0.75rem;
  margin-bottom: 2rem;
  font-family: "Heebo";
}

.tos .desc, .tos p, .tos h2 {
  color: #000000;
}

.tos .container-sm {
  padding-top: 4.5rem !important;
  padding-bottom: 5.875rem !important;
}
@media (max-width: 48rem) {
  .tos .container-sm {
    padding-top: 1.875rem !important;
    padding-bottom: 2.375rem !important;
  }
}
.tos__header--wrapper {
  text-align: center;
}
.tos__header--wrapper span {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 48rem) {
  .tos__header--wrapper span {
    font-size: 28px;
  }
}
.tos__header--wrapper p, .tos__header--wrapper .desc {
  line-height: 32px;
  font-size: 16px;
  margin-top: 5.625rem;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 48rem) {
  .tos__header--wrapper p, .tos__header--wrapper .desc {
    margin-top: 2rem;
  }
}
.tos__content section {
  margin: 4rem 0;
}
@media (max-width: 48rem) {
  .tos__content section {
    margin: 2.5rem 0;
  }
}
.tos__content h2 {
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .tos__content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.tos__content .desc {
  padding-top: 1.25rem;
  font-weight: 300;
}
@media (max-width: 48rem) {
  .tos__content .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.tos__content .desc ul {
  list-style: none;
  padding-left: 0.5rem;
}
.tos__content .desc ul li p:before {
  content: "•";
  font-size: 60%;
  padding-right: 0.75rem;
}
.tos__content .foot-note {
  font-weight: 300;
}
@media (max-width: 48rem) {
  .tos__content .foot-note {
    font-size: 14px;
    line-height: 24px;
  }
}

.privacy .desc, .privacy p, .privacy h2 {
  color: #000000;
}

.privacy .container-sm {
  padding-top: 4.5rem !important;
}
@media (max-width: 48rem) {
  .privacy .container-sm {
    padding-top: 1.875rem !important;
  }
}
.privacy__header--wrapper {
  text-align: center;
}
.privacy__header--wrapper span {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 48rem) {
  .privacy__header--wrapper span {
    font-size: 28px;
  }
}
.privacy__header--wrapper p, .privacy__header--wrapper .desc {
  line-height: 32px;
  font-size: 16px;
  margin-top: 5.625rem;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 48rem) {
  .privacy__header--wrapper p, .privacy__header--wrapper .desc {
    margin-top: 2rem;
  }
}
.privacy__content section {
  margin: 5.625rem 0;
}
@media (max-width: 48rem) {
  .privacy__content section {
    margin: 4.125rem 0;
  }
}
.privacy__content h2 {
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 48rem) {
  .privacy__content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.privacy__content .desc {
  padding-top: 2rem;
  font-weight: 300;
}
@media (max-width: 48rem) {
  .privacy__content .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.privacy__content .desc ul {
  list-style: none;
  padding-left: 0.5rem;
}
.privacy__content .desc ul li p:before {
  content: "•";
  font-size: 60%;
  padding-right: 0.75rem;
}
.privacy .container-sm {
  font-size: 1.125rem;
  line-height: 27px;
}

.ctrsc .container-sm {
  padding-top: 4.5rem !important;
  padding-bottom: 5.625rem !important;
}
@media (max-width: 48rem) {
  .ctrsc .container-sm {
    padding-top: 1.875rem !important;
  }
}
.ctrsc__header--wrapper {
  text-align: center;
}
.ctrsc__header--wrapper span {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 48rem) {
  .ctrsc__header--wrapper span {
    font-size: 28px;
  }
}
.ctrsc__header--wrapper p {
  line-height: 32px;
  font-size: 16px;
  margin-top: 5.625rem;
  text-align: left;
  font-weight: 300;
}
.ctrsc__content--wrapper section {
  margin: 4.5rem 0;
}
@media (max-width: 48rem) {
  .ctrsc__content--wrapper section {
    flex-direction: column;
    margin: 2.25rem 0;
  }
}
.ctrsc__content--wrapper section .name {
  width: 22.857%;
}
@media (max-width: 48rem) {
  .ctrsc__content--wrapper section .name {
    width: 100%;
  }
}
.ctrsc__content--wrapper section .name h2 {
  font-size: 1rem;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 48rem) {
  .ctrsc__content--wrapper section .name h2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ctrsc__content--wrapper section .info {
  width: 69.52%;
  font-size: 1rem;
  line-height: 32px;
  color: #000000;
  font-weight: 300;
}
.ctrsc__content--wrapper section .info a {
  color: #000000;
}
@media (max-width: 48rem) {
  .ctrsc__content--wrapper section .info {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media (max-width: 48rem) {
  .ctrsc__content--wrapper section .info {
    font-size: 14px;
    line-height: 24px;
  }
}

.contact .contact__header p {
  color: #000000;
}

.contact .container-sm {
  padding-top: 4.5rem !important;
  padding-bottom: 5.625rem !important;
}
@media (max-width: 48rem) {
  .contact .container-sm {
    padding-top: 1.875rem !important;
  }
}
.contact__header--wrapper {
  text-align: center;
}
.contact__header--wrapper span {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 48rem) {
  .contact__header--wrapper span {
    font-size: 28px;
  }
}
.contact__header--wrapper .desc {
  line-height: 32px;
  color: #000000;
  font-size: 16px;
  margin-top: 2.625rem;
  font-weight: 900;
}
@media (max-width: 48rem) {
  .contact__header--wrapper .desc {
    margin-top: 2rem;
  }
}
.contact__content--wrapper form {
  margin: 4.5rem 0;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form {
    flex-direction: column;
    margin: 2.25rem 0;
  }
}
.contact__content--wrapper form .contact-field {
  margin: 2.1875rem 0;
  height: 4rem;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .contact-field {
    flex-direction: column;
    height: 7rem;
    margin: 0;
  }
}
.contact__content--wrapper form .name {
  width: 25.72%;
  margin-top: 1.25rem;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .name {
    width: 100%;
    height: 2.125rem;
  }
}
.contact__content--wrapper form .name label {
  font-size: 1rem;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .name label {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact__content--wrapper form .info {
  width: 74.28%;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .info {
    width: 100%;
    margin-top: 1.25rem;
    height: 3rem;
  }
}
.contact__content--wrapper form .info input {
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}
.contact__content--wrapper form .textarea {
  height: 12.25rem;
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .textarea {
    height: 11.75rem;
  }
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .textarea .info {
    height: 9.75rem;
  }
}
@media (max-width: 48rem) {
  .contact__content--wrapper form .textarea input {
    height: 7.5rem;
  }
}
.contact__content--wrapper form button {
  height: 3.5rem;
  width: 16.125rem;
  margin: 3rem auto 0 auto;
}

.wpcf7-form p {
  text-align: center;
}
.wpcf7-form p label {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 32px;
  align-items: center;
  margin-bottom: 2.1875rem;
}
@media (max-width: 48rem) {
  .wpcf7-form p label {
    display: block;
    text-align: left;
    margin-bottom: 2rem;
    line-height: 3rem;
  }
}
.wpcf7-form p label .wpcf7-form-control-wrap {
  width: 74.28%;
}
.wpcf7-form p label .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 1.415rem 10px;
  border: 1px solid #707070;
}
.wpcf7-form p label .wpcf7-form-control-wrap input:focus {
  outline: none;
}
.wpcf7-form p label .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #707070;
}
.wpcf7-form p label .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.wpcf7-form p:has(.wpcf7-submit) {
  margin: 0;
}
.wpcf7-form .wpcf7-submit {
  width: 16.125rem;
  padding: 1.125rem 0;
  background: transparent;
  font-family: "YuGothic", "Heebo";
  color: #40220F;
  border: 2px solid #40220F;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.75rem;
}
.wpcf7-form .wpcf7-submit:focus {
  outline: none;
}
.wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  background: #40220F;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-submit ~ .ajax-loader {
  display: block;
  margin: 10px auto;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}

.app-banner {
  width: 100%;
}
.app-banner__wrapper {
  margin: auto;
  width: 65.875rem;
}
@supports (width: min(73.2vw, 65.875rem)) {
  .app-banner__wrapper {
    width: min(73.2vw, 65.875rem);
  }
}
@media (max-width: 64rem) {
  .app-banner__wrapper {
    width: 43.75rem;
  }
  @supports (width: min(73.2vw, 65.875rem)) {
    .app-banner__wrapper {
      width: min(73.2vw, 65.875rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-banner__wrapper {
    padding: 0 10%;
    width: 100%;
  }
  .howtoRegistration__wrapper.app-banner__wrapper,.howtoOrder__wrapper.app-banner__wrapper,  .howtoUniPay .app-banner__wrapper, .howtoThankyouCard .app-banner__wrapper, .howtoRewards__wrapper.app-banner__wrapper,.howtouniMeguri__wrapper.app-banner__wrapper  {
    padding: initial;
  }
}

.app-header {
  background-color: #F56548;
  height: 91.75rem;
}
@media (max-width: 64rem) {
  .app-header {
    height: 137.25rem;
  }
}
@media (max-width: 48rem) {
  .app-header {
    height: 143.25rem;
  }
}
.app-header__content {
  flex-wrap: wrap;
  height: 43.75rem;
  flex-direction: column;
}
@media (max-width: 64rem) {
  .app-header__content {
    height: 40.25rem;
  }
}
@media (max-width: 48rem) {
  .app-header__content {
    height: 46.25rem;
    text-align: center;
  }
}
.app-header__content #app-header-title {
  order: 1;
  width: 60%;
  height: 13.8%;
  margin-top: 7.375rem;
}
@media (max-width: 48rem) {
  .app-header__content #app-header-title {
    order: 1;
    height: 4rem;
    width: 100%;
    margin-top: 40px;
  }
}
.app-header__content #app-header-title p {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 54px;
}
.app-header__content #app-header-title p.en {
  font-family: "Heebo", sans-serif;
}
@media (max-width: 64rem) {
  .app-header__content #app-header-title p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-title p {
    font-size: 24px;
    margin-bottom: 0.375rem;
    line-height: 35px;
  }
}
.app-header__content #app-header-title .title-small {
  font-size: 24px;
}
@media (max-width: 48rem) {
  .app-header__content #app-header-title .title-small {
    font-size: 20px;
  }
}
.app-header__content #app-header-title .title-large {
  font-size: 72px;
  font-weight: 700;
  line-height: 105px;
}
@media (max-width: 64rem) {
  .app-header__content #app-header-title .title-large {
    font-size: 60px;
    line-height: 87px;
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-title .title-large {
    font-size: 40px;
    line-height: 59px;
  }
}
.app-header__content #app-header-title span {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 64rem) {
  .app-header__content #app-header-title span {
    font-size: 26px;
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-title span {
    font-size: 20px;
  }
}
.app-header__content #app-header-image {
  order: 4;
  width: 40%;
  height: 100%;
  text-align: right;
  margin-top: calc(41.563rem - clamp(37.56rem, 50vw, 41.563rem));
}
@media (max-width: 48rem) {
  .app-header__content #app-header-image {
    order: 2;
    height: 50.5%;
    width: 100%;
    margin-top: 34px;
    text-align: center;
  }
}
.app-header__content #app-header-image img {
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-header__content #app-header-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-header__content #app-header-image img {
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-header__content #app-header-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-image img {
    height: 100%;
    width: 241px;
  }
}
.app-header__content #app-header-caption {
  order: 2;
  width: 60%;
  height: auto;
  margin-top: 4.25rem;
}
@media (max-width: 48rem) {
  .app-header__content #app-header-caption {
    order: 3;
    height: auto;
    width: 100%;
    margin-top: 12px;
  }
}
.app-header__content #app-header-caption p {
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  color: #FFFFFF;
  max-width: 31.75rem;
}
@media (max-width: 64rem) {
  .app-header__content #app-header-caption p {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-caption p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.app-header__content #app-header-cta {
  order: 3;
  width: 60%;
  height: auto;
  margin-top: 3.125rem;
}
@media (max-width: 48rem) {
  .app-header__content #app-header-cta {
    order: 4;
    height: 7.03%;
    width: 100%;
    margin-top: 38px;
  }
}
.app-header__content #app-header-cta span + span {
  margin-left: 1.5rem;
}
@supports (margin-left: min(1.67vw, 1.5rem)) {
  .app-header__content #app-header-cta span + span {
    margin-left: min(1.67vw, 1.5rem);
  }
}
@media (max-width: 64rem) {
  .app-header__content #app-header-cta span + span {
    margin-left: 1rem;
  }
  @supports (margin-left: min(1.67vw, 1.5rem)) {
    .app-header__content #app-header-cta span + span {
      margin-left: min(1.67vw, 1.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-cta {
    text-align: center;
    margin: 1.25rem 0;
  }
  .app-header__content #app-header-cta span + span {
    margin-left: 1.25rem;
  }
}
.app-header__content #app-header-cta img {
  height: 4rem;
}
@supports (height: clamp(2.7rem, 4.45vw, 4rem)) {
  .app-header__content #app-header-cta img {
    height: clamp(2.7rem, 4.45vw, 4rem);
  }
}
@media (max-width: 64rem) {
  .app-header__content #app-header-cta img {
    height: 2.875rem;
    min-height: 2.7rem;
  }
  @supports (height: clamp(2.7rem, 4.45vw, 4rem)) {
    .app-header__content #app-header-cta img {
      height: clamp(2.7rem, 4.45vw, 4rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-header__content #app-header-cta img {
    height: 3rem;
    margin: 0;
  }
}
.app-header-note {
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border-radius: 16px;
  align-items: center;
}
@media (max-width: 48rem) {
  .app-header-note {
    margin-top: 16px;
  }
}
.app-header-note-title {
  width: 22%;
  text-align: center;
  margin: auto;
}
@media (max-width: 64rem) {
  .app-header-note-title {
    width: 100%;
    padding-top: 32px;
  }
}
.app-header-note-title p {
  font-size: 32px;
  color: #F56548;
}
@media (max-width: 48rem) {
  .app-header-note-title p {
    font-size: 28px;
  }
}
.app-header-note-title span {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .app-header-note-title span {
    font-size: 20px;
  }
}
.app-header-note-body {
  width: 55%;
  margin: 0 auto;
  padding: 37px 0 39px;
}
@media (max-width: 64rem) {
  .app-header-note-body {
    width: 80%;
    padding: 19px 0 40px;
  }
}
.app-header-note-body p {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #F56548;
}
@media (max-width: 48rem) {
  .app-header-note-body p {
    font-size: 16px;
    line-height: 28px;
  }
}
.app-header-merit {
  margin-top: 94px;
}
.app-header-sub-title {
  width: 100%;
  text-align: center;
}
.app-header-sub-title p {
  font-size: 32px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .app-header-sub-title p {
    font-size: 28px;
  }
}
.app-header-sub-title span {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .app-header-sub-title span {
    font-size: 20px;
  }
}
.app-header-merit-item-wrapper {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 64rem) {
  .app-header-merit-item-wrapper {
    display: block;
  }
}
.app-header-merit-item {
  width: 29.5%;
  height: 330px;
  text-align: center;
  margin: 0 auto 20px;
  border: 3px solid #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 64rem) {
  .app-header-merit-item {
    width: 330px;
  }
}
.app-header-merit-item .number {
  font-size: 40px;
  color: #FFFFFF;
  padding-top: 20px;
}
.app-header-merit-item .note {
  font-weight: 700;
  line-height: 24px;
  max-width: 225px;
  margin: 0 auto;
  color: #FFFFFF;
}
.app-header-merit-item .note span {
  font-size: 15px;
}
.app-header-merit-item .size {
  padding: 12px 0 27px;
  width: 70%;
}
.app-header-merit-item .mobile {
  padding: 5px 0 27px;
}
.app-header-merit-item .store {
  padding: 30px 0 27px;
}

.app-giftcard p {
  color: #FFFFFF;
}

.app-giftcard {
  background-color: #5898AE;
  height: 53.75rem;
}
@media (max-width: 64rem) {
  .app-giftcard {
    height: 48.75rem;
  }
}
@media (max-width: 48rem) {
  .app-giftcard {
    height: 57.75rem;
  }
}
.app-giftcard-title-top {
  width: 100%;
  text-align: center;
  padding-top: 73px;
}
@media (max-width: 48rem) {
  .app-giftcard-title-top {
    padding-top: 42px;
  }
}
.app-giftcard-title-top .title {
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 48rem) {
  .app-giftcard-title-top .title {
    font-size: 24px;
    line-height: 35px;
  }
}
.app-giftcard-title-top .sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 48rem) {
  .app-giftcard-title-top .sub-title {
    font-size: 20px;
  }
}
.app-giftcard__content {
  flex-wrap: wrap;
  height: 43.75rem;
  flex-direction: column;
  margin-top: 44px;
}
@media (max-width: 64rem) {
  .app-giftcard__content {
    margin-top: 0;
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content {
    height: 46.25rem;
    text-align: center;
  }
}
.app-giftcard__content #app-giftcard-title, .app-giftcard__content #app-giftcard-clipart, .app-giftcard__content #app-giftcard-caption {
  margin-left: 7.25rem;
}
@supports (margin-left: min(8.05vw, 7.25rem)) {
  .app-giftcard__content #app-giftcard-title, .app-giftcard__content #app-giftcard-clipart, .app-giftcard__content #app-giftcard-caption {
    margin-left: min(8.05vw, 7.25rem);
  }
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-title, .app-giftcard__content #app-giftcard-clipart, .app-giftcard__content #app-giftcard-caption {
    margin-left: 5.125rem;
  }
  @supports (margin-left: min(8.05vw, 7.25rem)) {
    .app-giftcard__content #app-giftcard-title, .app-giftcard__content #app-giftcard-clipart, .app-giftcard__content #app-giftcard-caption {
      margin-left: min(8.05vw, 7.25rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-title, .app-giftcard__content #app-giftcard-clipart, .app-giftcard__content #app-giftcard-caption {
    margin-left: 0;
  }
}
.app-giftcard__content #app-giftcard-title {
  order: 3;
  width: 60%;
  height: auto;
  margin-top: 3rem;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-title {
    order: 1;
    width: 100%;
    margin-top: 2.75rem;
  }
}
.app-giftcard__content #app-giftcard-title p {
  font-size: 40px;
  line-height: 59px;
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-title p {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-title p {
    font-size: 28px;
    line-height: 41px;
  }
}
.app-giftcard__content #app-giftcard-clipart {
  order: 2;
  width: 60%;
  height: auto;
  margin-top: 8rem;
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-clipart {
    order: 2;
    width: 100%;
    height: 9.625rem;
    margin-top: 1.625rem;
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper {
    flex-direction: column;
  }
}
.app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart {
  margin-right: 4rem;
}
@supports (margin-right: min(4.45vw, 4rem)) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart {
    margin-right: min(4.45vw, 4rem);
  }
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart {
    margin-right: 2.75rem;
  }
  @supports (margin-right: min(4.45vw, 4rem)) {
    .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart {
      margin-right: min(4.45vw, 4rem);
    }
  }
}
.app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart img {
  height: 12.5rem;
}
@supports (height: min(13.89vw, 12.5rem)) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart img {
    height: min(13.89vw, 12.5rem);
  }
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart img {
    height: 8.875rem;
  }
  @supports (height: min(13.89vw, 12.5rem)) {
    .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart img {
      height: min(13.89vw, 12.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-clipart img {
    height: 6.5rem;
  }
}
.app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text {
  margin-top: 3.375rem;
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text {
    margin-top: 0.875rem;
  }
}
.app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text img {
  height: 4.25rem;
}
@supports (height: min(4.75vw, 4.25rem)) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text img {
    height: min(4.75vw, 4.25rem);
  }
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text img {
    height: 3rem;
  }
  @supports (height: min(4.75vw, 4.25rem)) {
    .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text img {
      height: min(4.75vw, 4.25rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-clipart .app-giftcard-clipart__wrapper .ag-text img {
    height: 2.25rem;
  }
}
.app-giftcard__content #app-giftcard-image {
  order: 1;
  width: 40%;
  height: 100%;
  text-align: left;
  margin-top: calc(41.563rem - clamp(37.56rem, 50vw, 41.563rem));
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-image {
    order: 3;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 1rem;
  }
}
.app-giftcard__content #app-giftcard-image img {
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-giftcard__content #app-giftcard-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-image img {
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-giftcard__content #app-giftcard-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-image img {
    height: 23.375rem;
    margin: auto;
  }
}
.app-giftcard__content #app-giftcard-caption {
  order: 4;
  width: 50%;
  height: auto;
  margin-top: 2.687rem;
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-caption {
    order: 4;
    width: 100%;
    margin-top: 1.5rem;
    height: auto;
  }
}
.app-giftcard__content #app-giftcard-caption p {
  font-size: 1.5rem;
  line-height: 41px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 64rem) {
  .app-giftcard__content #app-giftcard-caption p {
    font-size: 1.25rem;
    line-height: 27px;
  }
}
@media (max-width: 48rem) {
  .app-giftcard__content #app-giftcard-caption p {
    font-size: 1rem;
    line-height: 19px;
    max-width: 22.5rem;
    margin: auto;
    height: 2rem;
  }
}

.app-htu {
  background-color: #5898AE;
  height: 43.75rem;
}
@media (max-width: 48rem) {
  .app-htu {
    height: 77.75rem;
  }
}
.app-htu__header {
  width: 100%;
  padding: 1.5rem 0 4rem 0;
  text-align: center;
}
@media (max-width: 64rem) {
  .app-htu__header {
    padding-bottom: 6rem;
  }
}
@media (max-width: 48rem) {
  .app-htu__header {
    padding: 2.5rem 0 2.25rem 0;
  }
}
.app-htu__header button {
  border: 2px solid #FFFFFF;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: bold;
  padding: 0.625rem 5rem;
  background-color: Transparent;
  color: #FFFFFF;
  border-radius: 0;
}
.app-htu__content {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 48rem) {
  .app-htu__content {
    flex-direction: column;
    height: 67.5rem;
    text-align: center;
  }
}
.app-htu__content .htu-step {
  width: 29.5%;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .app-htu__content .htu-step {
    width: 100%;
  }
}
.app-htu__content .htu-step--title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 35px;
}
.app-htu__content .htu-step--img {
  text-align: center;
  margin-top: 1.875rem;
}
@media (max-width: 48rem) {
  .app-htu__content .htu-step--img {
    margin-top: 1.375rem;
  }
}
.app-htu__content .htu-step--img img {
  height: 16.75rem;
}
@supports (height: clamp(10.625rem, 18.62vw, 16.75rem)) {
  .app-htu__content .htu-step--img img {
    height: clamp(10.625rem, 18.62vw, 16.75rem);
  }
}
@media (max-width: 64rem) {
  .app-htu__content .htu-step--img img {
    height: 11.875rem;
  }
  @supports (height: clamp(10.625rem, 18.62vw, 16.75rem)) {
    .app-htu__content .htu-step--img img {
      height: clamp(10.625rem, 18.62vw, 16.75rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-htu__content .htu-step--img img {
    height: 11.75rem;
  }
}
.app-htu__content .htu-step--caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  margin-top: 2.375rem;
  text-align: left;
}
@media (max-width: 64rem) {
  .app-htu__content .htu-step--caption {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 48rem) {
  .app-htu__content .htu-step--caption {
    font-size: 0.875rem;
    line-height: 24px;
    max-width: 25.625rem;
    margin: 2rem auto 0 auto;
  }
}
/* heightを46.75remに変更 */
.app-menu {
  background-color: #FBF4E3;
  height: 46.75rem;
  color: #40220F;
}
/*  heightの変更
@media (max-width: 48rem) {
  .app-menu {
    height: 50.75rem;
    text-align: center;
  }
}*/
@media (max-width: 48rem) {
  .app-menu {
    height: 53.75rem;
    text-align: center;
  }
}
.app-menu__content {
  flex-wrap: wrap;
  height: 43.75rem;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .app-menu__content {
    height: 50.75rem;
    text-align: center;
  }
}
.app-menu #app-menu-title {
  order: 2;
  font-size: 40px;
  font-weight: 500;
  line-height: 59px;
  font-family: "Heebo", sans-serif;
  margin-top: -1rem;
}
@media (max-width: 48rem) {
  .app-menu #app-menu-title {
    order: 1;
    font-size: 28px;
    line-height: 41px;
    padding-top: 2.812rem;
    margin-top: 0;
  }
}
.app-menu #app-menu-items {
  position: relative;
  order: 1;
  width: 50%;
  flex: 0 1 auto;
  margin-top: calc(41.563rem - clamp(38.063rem, 60vw, 40.563rem));
  height: 60%;
  max-height: 527px;
}
@media (max-width: 48rem) {
  .app-menu #app-menu-items #menu2 {
    bottom: 20% !important;
    left: 8% !important;
  }
  .app-menu #app-menu-items #menu3 {
    width: 32% !important;
    left: 35% !important;
    top: 35% !important;
  }
  .app-menu #app-menu-items #menu4 {
    width: 20% !important;
  }
  .app-menu #app-menu-items #menu5 {
    right: 25% !important;
    top: 5% !important;
  }
}
.app-menu #app-menu-items #menu1 {
  width: 23%;
  left: 8%;
  top: 10%;
}
.app-menu #app-menu-items #menu2 {
  width: 18%;
  bottom: 30%;
  left: 0;
}
.app-menu #app-menu-items #menu3 {
  width: 38%;
  left: 30%;
  top: 30%;
}
.app-menu #app-menu-items #menu4 {
  width: 22%;
  right: 0;
  top: 40%;
}
.app-menu #app-menu-items #menu5 {
  width: 20%;
  right: 15%;
  top: 10%;
}
.app-menu #app-menu-items #menu6 {
  width: 15%;
  right: 15%;
  top: 75%;
}
@media (max-width: 48rem) {
  .app-menu #app-menu-items {
    order: 2;
    height: 30%;
    width: 100%;
    max-width: 375px;
    margin: 0 auto !important;
  }
}
.app-menu #app-menu-items img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.app-menu #app-menu-image {
  order: 4;
  width: auto;
  margin-top: calc(41.563rem - clamp(35rem, 50vw, 40.313rem));
}
.app-menu #app-menu-image img {
  margin-left: -6px;
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-menu #app-menu-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-menu #app-menu-image img {
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-menu #app-menu-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-menu #app-menu-image img {
    height: 23.375rem;
  }
}
@media (max-width: 48rem) {
  .app-menu #app-menu-image {
    order: 3;
    height: 45%;
    max-height: 45%;
    width: 100%;
    margin-top: -1rem;
  }
}
.app-menu #app-menu-caption {
  display: flex;
  align-content: center;
  order: 3;
  font-size: 24px;
  line-height: 41px;
  max-width: 43%;
  font-weight: bold;
  text-align: left;
  flex: 1 1 auto;
}
.app-menu #app-menu-caption .wrapper {
  margin: 0 auto;
}
@media (max-width: 64rem) {
  .app-menu #app-menu-caption {
    font-size: 1.25rem;
    line-height: 34px;
  }
}
@media (max-width: 48rem) {
  .app-menu #app-menu-caption {
    order: 4;
    max-width: 21rem;
    font-size: 16px;
    line-height: 27px;
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 48rem) {
  .app-menu #app-menu-caption, .app-menu #app-menu-title, .app-menu #app-menu-items {
    margin-left: 5rem;
  }
  @supports (margin-left: min(5.55vw, 5rem)) {
    .app-menu #app-menu-caption, .app-menu #app-menu-title, .app-menu #app-menu-items {
      margin-left: min(5.55vw, 5rem);
    }
  }
}
@media (min-width: 64rem) {
  .app-menu #app-menu-caption, .app-menu #app-menu-title, .app-menu #app-menu-items {
    margin-left: 2.5rem;
  }
  @supports (margin-left: min(2.78vw, 2.5rem)) {
    .app-menu #app-menu-caption, .app-menu #app-menu-title, .app-menu #app-menu-items {
      margin-left: min(2.78vw, 2.5rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-menu #app-menu-caption, .app-menu #app-menu-title, .app-menu #app-menu-items {
    margin-left: auto;
    margin-right: auto;
  }
}

.app-morder {
  background: linear-gradient(#FBF4E3 81.403%, #5898AE 18.597%);
  height: 43.75rem;
}
@media (max-width: 48rem) {
  .app-morder {
    background: linear-gradient(0deg, #5898AE 70.8%, #FBF4E3 29.2%);
    height: 50.75rem;
  }
}
.app-morder__content {
  flex-wrap: wrap;
  height: 43.75rem;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .app-morder__content {
    height: 60.75rem;
    text-align: center;
  }
}
.app-morder__content #app-morder-title, .app-morder__content #app-morder-clipart, .app-morder__content #app-morder-caption {
  margin-left: 2.5rem;
}
@supports (margin-left: min(2.78vw, 2.5rem)) {
  .app-morder__content #app-morder-title, .app-morder__content #app-morder-clipart, .app-morder__content #app-morder-caption {
    margin-left: min(2.78vw, 2.5rem);
  }
}
@media (max-width: 64rem) {
  .app-morder__content #app-morder-title, .app-morder__content #app-morder-clipart, .app-morder__content #app-morder-caption {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-title, .app-morder__content #app-morder-clipart, .app-morder__content #app-morder-caption {
    margin-left: 0;
  }
}
.app-morder__content #app-morder-title {
  order: 2;
  height: auto;
  margin-top: 6.875rem;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-title {
    order: 1;
    width: 100%;
    margin-top: 2.375rem;
  }
}
.app-morder__content #app-morder-title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 59px;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-title p {
    display: block;
    font-size: 1.75rem;
    line-height: 41px;
  }
}
.app-morder__content #app-morder-clipart {
  order: 4;
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-bottom: 7.875rem;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-clipart {
    order: 2;
    width: 100%;
    margin: 2.25rem 0 0 0;
  }
}
.app-morder__content #app-morder-clipart img {
  height: 11rem;
}
@supports (height: clamp(9rem, 12.2vw, 11rem)) {
  .app-morder__content #app-morder-clipart img {
    height: clamp(9rem, 12.2vw, 11rem);
  }
}
@media (max-width: 64rem) {
  .app-morder__content #app-morder-clipart img {
    height: 9rem;
  }
  @supports (height: clamp(9rem, 12.2vw, 11rem)) {
    .app-morder__content #app-morder-clipart img {
      height: clamp(9rem, 12.2vw, 11rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-clipart img {
    height: 7.625rem;
  }
}
.app-morder__content #app-morder-image {
  order: 1;
  width: auto;
  height: auto;
  margin-top: 4.125rem;
}
@supports (margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem))) {
  .app-morder__content #app-morder-image {
    margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem));
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-image {
    order: 3;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.app-morder__content #app-morder-image img {
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-morder__content #app-morder-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-morder__content #app-morder-image img {
    margin-left: -32px;
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-morder__content #app-morder-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-image img {
    height: 23.375rem;
    margin-left: 0;
  }
}
.app-morder__content #app-morder-caption {
  order: 3;
  width: 50%;
  height: auto;
  margin-top: 4.875rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-caption {
    order: 4;
    width: 100%;
    margin: 0 auto auto auto;
    color: #FFFFFF;
    max-width: 23.125rem;
  }
}
.app-morder__content #app-morder-caption h2 {
  font-size: 40px;
  line-height: 59px;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-caption h2 {
    display: none;
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-caption h2 {
    font-size: 1rem;
    line-height: 19px;
  }
}
.app-morder__content #app-morder-caption .sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0.625rem;
}
@media (max-width: 64rem) {
  .app-morder__content #app-morder-caption .sub-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-caption .sub-title {
    font-size: 1rem;
    line-height: 19px;
    margin-top: 1rem;
  }
}
.app-morder__content #app-morder-caption .note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 6px;
}
@media (max-width: 48rem) {
  .app-morder__content #app-morder-caption .note {
    font-size: 0.875rem;
    line-height: 24px;
    padding-top: 14px;
  }
}
.app-reward {
  /* background: linear-gradient(#FBF4E3 81.403%, #5898AE 18.597%); */
  background: #FBF4E3;
  height: 43.75rem;
}
@media (max-width: 48rem) {
  .app-reward {
    /* background: linear-gradient(0deg, #5898AE 70.8%, #FBF4E3 29.2%); */
    background: #FBF4E3;
    height: 50.75rem;
  }
}
.app-reward__content {
  flex-wrap: wrap;
  height: 43.75rem;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .app-reward__content {
    height: 60.75rem;
    text-align: center;
  }
}
.app-reward__content #app-reward-title, .app-reward__content #app-reward-clipart, .app-reward__content #app-reward-caption {
  margin-left: 2.5rem;
}
@supports (margin-left: min(2.78vw, 2.5rem)) {
  .app-reward__content #app-reward-title, .app-reward__content #app-reward-clipart, .app-reward__content #app-reward-caption {
    margin-left: min(2.78vw, 2.5rem);
  }
}
@media (max-width: 64rem) {
  .app-reward__content #app-reward-title, .app-reward__content #app-reward-clipart, .app-reward__content #app-reward-caption {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-title, .app-reward__content #app-reward-clipart, .app-reward__content #app-reward-caption {
    margin-left: 0;
  }
}
.app-reward__content #app-reward-title {
  order: 2;
  height: auto;
  margin-top: 6.875rem;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-title {
    order: 1;
    width: 100%;
    margin-top: 2.375rem;
  }
}
.app-reward__content #app-reward-title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 59px;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-title p {
    display: block;
    font-size: 1.75rem;
    line-height: 41px;
  }
}
.app-reward__content #app-reward-clipart {
  order: 4;
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-bottom: 7.875rem;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-clipart {
    order: 2;
    width: 100%;
    margin: 2.25rem 0 0 0;
  }
}
.app-reward__content #app-reward-clipart img {
  height: 11rem;
}
@supports (height: clamp(9rem, 12.2vw, 11rem)) {
  .app-reward__content #app-reward-clipart img {
    height: clamp(9rem, 12.2vw, 11rem);
  }
}
@media (max-width: 64rem) {
  .app-reward__content #app-reward-clipart img {
    height: 9rem;
  }
  @supports (height: clamp(9rem, 12.2vw, 11rem)) {
    .app-reward__content #app-reward-clipart img {
      height: clamp(9rem, 12.2vw, 11rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-clipart img {
    height: 7.625rem;
  }
}
.app-reward__content #app-reward-image {
  order: 1;
  width: auto;
  height: auto;
  margin-top: 4.125rem;
}
@supports (margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem))) {
  .app-reward__content #app-reward-image {
    margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem));
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-image {
    order: 3;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.app-reward__content #app-reward-image img {
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-reward__content #app-reward-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-reward__content #app-reward-image img {
    margin-left: -32px;
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-reward__content #app-reward-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-image img {
    height: 23.375rem;
    margin-left: 0;
  }
}
.app-reward__content #app-reward-caption {
  order: 3;
  width: 50%;
  height: auto;
  margin-top: 4.875rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-caption {
    order: 4;
    width: 100%;
    margin: 0 auto auto auto;
    /* color: #FFFFFF; */
    max-width: 23.125rem;
  }
}
.app-reward__content #app-reward-caption h2 {
  font-size: 40px;
  line-height: 59px;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-caption h2 {
    display: none;
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-caption h2 {
    font-size: 1rem;
    line-height: 19px;
  }
}
.app-reward__content #app-reward-caption .sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0.625rem;
}
@media (max-width: 64rem) {
  .app-reward__content #app-reward-caption .sub-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-caption .sub-title {
    font-size: 1rem;
    line-height: 19px;
    margin-top: 1rem;
  }
}
.app-reward__content #app-reward-caption .note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 6px;
}
@media (max-width: 48rem) {
  .app-reward__content #app-reward-caption .note {
    font-size: 0.875rem;
    line-height: 24px;
    padding-top: 14px;
  }
}
.app-shopping__content #app-shopping-title{
  order: 2;
  height: auto;
  margin-top: 6.875rem;
}
.app-shopping__content #app-shopping-title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 59px;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-title p {
    display: block;
    font-size: 1.75rem;
    line-height: 41px;
    color: #FFFFFF;
  }
}
.flex-shop {
  display: flex;
  align-content: space-between;
}
/* padding-top: 3rem; 追加*/
.app-shopping {
  background: linear-gradient(#5898AE 81.403%, #5898AE 18.597%);
  height: 48.75rem;
  padding-top: 3rem;
}
@media (max-width: 64rem){
  .app-shopping{
    height: 45.75rem;
    margin-top: -5rem;
  }
}
/* padding-top: 0 追加;*/
@media (max-width: 48rem) {
  .app-shopping {
    background: linear-gradient(0deg, #5898AE 70.8%, #5898AE 29.2%);
    height: 60.75rem;
    padding-top: 0;
  }
}
.app-shopping__content {
  flex-wrap: wrap-reverse;
  height: 43.75rem;
  flex-direction: column;
}
@media (max-width: 64rem) {
  .app-shopping__content {
    height: 43.75rem;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 48rem) {
  .app-shopping__content {
    height: 60.75rem;
    text-align: center;
  }
}
.app-shopping__content #app-shopping-title, .app-shopping__content #app-shopping-clipart, .app-shopping__content #app-shopping-caption {
  margin-left: 2.5rem;
}
@supports (margin-left: min(2.78vw, 2.5rem)) {
  .app-shopping__content #app-shopping-title, .app-shopping__content #app-shopping-clipart, .app-shopping__content #app-shopping-caption {
    margin-left: min(2.78vw, 2.5rem);
  }
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-title, .app-shopping__content #app-shopping-clipart, .app-shopping__content #app-shopping-caption {
    margin-left: 0;
  }
}
.app-shopping__content #app-shopping-clipart {
  order: 4;
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-bottom: 7.875rem;
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-clipart{
    margin-bottom: 4.875rem;
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-clipart {
    order: 2;
    width: 100%;
    margin: 2.25rem 0 0 0;
  }
}
.app-shopping__content #app-shopping-clipart img {
  height: 11rem;
  margin-bottom: -4rem;
}
@supports (height: clamp(9rem, 12.2vw, 11rem)) {
  .app-shopping__content #app-shopping-clipart img {
    height: clamp(9rem, 25.2vw, 19rem);
  }
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-clipart img {
    height: clamp(9rem, 27.2vw, 21rem);
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-clipart img {
    height: 13.625rem;
  }
}
.app-shopping__content #app-shopping-image {
  order: 1;
  width: auto;
  height: auto;
  margin-top: 4.125rem;
}
@supports (margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem))) {
  .app-shopping__content #app-shopping-image {
    margin-top: calc(41.563rem - clamp(35.938rem, 49vw, 41.563rem));
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-image {
    order: 3;
    width: 100%;
    margin-top: 6.5rem;
  }
}
.app-shopping__content #app-shopping-image img {
  height: 41.563rem;
}
@supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
  .app-shopping__content #app-shopping-image img {
    height: clamp(32rem, 46.2vw, 41.563rem);
  }
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-image img {
    margin-left: -32px;
    height: 32rem;
  }
  @supports (height: clamp(32rem, 46.2vw, 41.563rem)) {
    .app-shopping__content #app-shopping-image img {
      height: clamp(32rem, 46.2vw, 41.563rem);
    }
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-image img {
    height: 23.375rem;
    margin-left: 0;
  }
}
.app-shopping__content #app-shopping-caption {
  order: 3;
  width: 50%;
  height: auto;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-caption{
    margin-top: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-caption {
    order: 4;
    width: 100%;
    margin: 0 auto auto auto;
    color: #FFFFFF;
    max-width: 23.125rem;
  }
}
.app-shopping__content #app-shopping-caption h2 {
  font-size: 40px;
  line-height: 59px;
  color: #FFFFFF;
  margin-top: -3.5rem;
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-caption h2 {
    display: none;
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-caption h2 {
    font-size: 1rem;
    line-height: 19px;
  }
}
.app-shopping__content #app-shopping-caption .sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  margin-top: 2.625rem;
  color: #FFFFFF;
}
@media (max-width: 64rem) {
  .app-shopping__content #app-shopping-caption .sub-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-caption .sub-title {
    font-size: 1rem;
    line-height: 19px;
    margin-top: 2rem;
  }
}
.app-shopping__content #app-shopping-caption .note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 6px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .app-shopping__content #app-shopping-caption .note {
    font-size: 0.875rem;
    line-height: 24px;
    padding-top: 14px;
  }
}

.app-footer {
  background-color: #FFE072;
  height: 43.75rem;
}
@media (max-width: 48rem) {
  .app-footer {
    height: 46.25rem;
  }
}
.app-footer__wrapper {
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.app-footer__content {
  flex-direction: column;
  max-width: 100%;
}
.app-footer__content #app-footer-title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-title {
    font-size: 1.5rem;
  }
}
.app-footer__content #app-footer-title .t-jp {
  line-height: 38px;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-title .t-jp {
    line-height: 29px;
  }
}
.app-footer__content #app-footer-title .t-en {
  line-height: 47px;
  margin-top: 0.25rem;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-title .t-en {
    line-height: 35px;
    margin-top: 0.375rem;
  }
}
.app-footer__content #app-footer-caption {
  margin-top: 2.625rem;
}
.app-footer__content #app-footer-caption p {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0.375rem;
  }
}
.app-footer__content #app-footer-cta {
  margin-top: 4.375rem;
  justify-content: space-between;
  width: 26.25rem;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-cta {
    margin-top: 2.625rem;
    height: 8.625rem;
    flex-direction: column;
    align-content: space-between;
    width: 20rem;
    max-width: 100%;
  }
}

.app-footer__content #app-footer-cta img {
  height: 4rem;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-cta img {
    height: 3.125rem;
  }
}

.app-footer__content #app-footer-howtoApp {
  margin-top: 70px;
}
@media (max-width: 48rem) {
  .app-footer__content #app-footer-howtoApp {
    margin-top: 50px;
  }
}

.app-footer__content #app-footer-howtoApp a {
  display: block;
  width: 100%;
  max-width: 300px;
  border: solid 2px #412210;
  color: #412210;
  padding: 20px 60px;
  font-size: 20px;
  border-radius: 7px;
  margin: 0 auto;
}

@media (max-width: 48rem) {
  .app-footer__content #app-footer-howtoApp a {
    font-size: 16px;
    max-width: 260px;
  }
}

.cart p, .cart span, .cart td {
  color: #000000;
}
.cart__header {
  padding-top: 2.25rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .cart__header {
    padding-top: 2rem;
  }
}
.cart__header span {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #40220F;
}
@media (max-width: 48rem) {
  .cart__header span {
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.cart__line-item {
  padding-top: 3rem;
}
@media (max-width: 48rem) {
  .cart__line-item {
    padding-top: 0;
  }
}
.cart__line-item--wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.cart__line-item--wrapper .first {
  width: 62.13%;
}
@media (max-width: 48rem) {
  .cart__line-item--wrapper .first {
    width: calc( 100% - 4.375rem);
  }
}
.cart__line-item--wrapper .second {
  width: 18.93%;
}
@media (max-width: 48rem) {
  .cart__line-item--wrapper .second {
    width: 4.375rem;
  }
}
.cart__line-item--wrapper .third {
  width: 18.93%;
  margin: 0;
  text-align: right;
}
.cart__line-item--header td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}
.cart__line-item--header tr {
  border-bottom: 1px solid #DBDBDB;
}
.cart__line-item--content table {
  border-collapse: separate;
  border-spacing: 0 2.5rem;
  border-bottom: 1px solid #DBDBDB;
}
.cart__line-item--content tr {
  height: 7.875rem;
  border-spacing: 0 2.5rem;
}
@media (max-width: 48rem) {
  .cart__line-item--content tr {
    height: 5.5rem;
  }
}
.cart__line-item--content td {
  vertical-align: top;
}
.cart__line-item--content td img {
  height: 7.875rem;
  width: 11.125rem;
}
@supports (height: min(8.75vw, 7.875rem)) {
  .cart__line-item--content td img {
    height: min(8.75vw, 7.875rem);
    width: min(12.5vw, 11.125rem);
  }
}
@media (max-width: 48rem) {
  .cart__line-item--content td img {
    height: 4.375rem;
    width: 6.25rem;
  }
}
.cart__line-item--content td .info-wrapper {
  vertical-align: top;
  padding: 0 2.5rem;
}
@supports (padding: 0 clamp(0.875rem, 2.77vw, 2.5rem)) {
  .cart__line-item--content td .info-wrapper {
    padding: 0 clamp(0.875rem, 2.77vw, 2.5rem);
  }
}
@media (max-width: 48rem) {
  .cart__line-item--content td .info-wrapper {
    padding: 0 0.875rem;
  }
  @supports (padding: 0 clamp(0.875rem, 2.77vw, 2.5rem)) {
    .cart__line-item--content td .info-wrapper {
      padding: 0 clamp(0.875rem, 2.77vw, 2.5rem);
    }
  }
}
.cart__line-item--content td .info-wrapper .item-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 48rem) {
  .cart__line-item--content td .info-wrapper .item-name {
    font-size: 0.875rem;
    line-height: 21px;
  }
}
.cart__line-item--content td .info-wrapper .item-price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "Heebo", sans-serif;
}
.cart__line-item--content td .qty__wrapper {
  width: 4.375rem;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.cart__line-item--content td .qty__wrapper input {
  width: 100%;
  height: 3rem;
  border: 1px solid #707070;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 48rem) {
  .cart__line-item--content td .qty__wrapper input {
    width: 4.375rem;
  }
}
.cart__line-item--content td .qty__wrapper input:focus {
  outline: none;
}
.cart__line-item--content td .qty__wrapper input::-webkit-outer-spin-button, .cart__line-item--content td .qty__wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__line-item--content td .qty__wrapper input[type=number] {
  -moz-appearance: textfield;
}
.cart__line-item--content td .qty__wrapper button {
  width: 50%;
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 32px;
  margin-top: 1rem;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
.cart__line-item--content td .qty__wrapper button:hover {
  cursor: pointer;
}
.cart__line-item--content td .subtotal {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}
.cart__line-item--footer {
  text-align: right;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 48rem) {
  .cart__line-item--footer {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }
}
.cart__line-item--footer span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}
.cart__line-item--footer span + span {
  margin-left: 1.25rem;
}
.cart__line-item--footer .total-price {
  font-size: 1.25rem;
}
.cart__line-item--footer p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 48rem) {
  .cart__line-item--footer p {
    font-size: 13px;
  }
}
.cart__upper-footer {
  border-bottom: 1px solid #DBDBDB;
}
.cart__upper-footer--wrapper {
  max-width: 35.25rem;
  margin: 2.5rem auto 3rem auto;
  text-align: center;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper {
    max-width: 100%;
  }
}
.cart__upper-footer--wrapper .delivery-info {
  text-align: left;
  justify-content: space-between;
}
.cart__upper-footer--wrapper .delivery-info #timezone:focus, .cart__upper-footer--wrapper .delivery-info #delivery-date:focus {
  outline: none;
}
.cart__upper-footer--wrapper .delivery-info #timezone:disabled, .cart__upper-footer--wrapper .delivery-info #delivery-date:disabled {
  background: #EFEFEF;
  opacity: 0.7;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper .delivery-info {
    flex-direction: column;
  }
}
.cart__upper-footer--wrapper .delivery-info__date {
  width: 45.92%;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper .delivery-info__date {
    width: 100%;
  }
}
.cart__upper-footer--wrapper .delivery-info__date p, .cart__upper-footer--wrapper .delivery-info__date span, .cart__upper-footer--wrapper .delivery-info__date label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}
.cart__upper-footer--wrapper .delivery-info__date .radio {
  margin-top: 0.875rem;
}
.cart__upper-footer--wrapper .delivery-info__date .radio label:hover {
  cursor: pointer;
}
.cart__upper-footer--wrapper .delivery-info__date .radio .right-radio {
  margin-left: 1.375rem;
}
.cart__upper-footer--wrapper .delivery-info__date .radio .checkmark {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-right: 5px;
}
.cart__upper-footer--wrapper .delivery-info__date .radio .checkmark img {
  height: 20px;
  width: 20px;
}
.cart__upper-footer--wrapper .delivery-info__date input[type=date] {
  margin-top: 1.5rem;
  height: 2.5rem;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #40220F;
  color: #40220F;
  padding-left: 0.875rem;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper .delivery-info__date input[type=date] {
    width: 100%;
  }
}
.cart__upper-footer--wrapper .delivery-info__date select {
  margin-top: 1.5rem;
}
.cart__upper-footer--wrapper .delivery-info__timezone {
  width: 45.92%;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper .delivery-info__timezone {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.cart__upper-footer--wrapper .delivery-info__timezone p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
}
.cart__upper-footer--wrapper select {
  height: 2.5rem;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #40220F;
  color: #40220F;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (max-width: 48rem) {
  .cart__upper-footer--wrapper select {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.cart__upper-footer--wrapper select:focus, .cart__upper-footer--wrapper select:active {
  outline: none;
}
.cart__upper-footer--wrapper button {
  margin: 3.5rem auto 0 auto;
}
.cart__upper-footer--wrapper button:disabled {
  background: #EFEFEF;
  opacity: 0.7;
  pointer-events: none;
}
.cart__upper-footer--wrapper #checkout-btn {
  position: relative;
}
.cart__upper-footer--wrapper #checkout-btn:hover .txt {
  color: #FFFFFF;
}
.cart__upper-footer--wrapper #checkout-btn .spinner {
  position: absolute;
  display: none;
  line-height: 0;
  left: 45%;
  top: 25%;
  width: 25px;
  height: 25px;
}
.cart__upper-footer--wrapper #checkout-btn .txt {
  width: 100%;
  color: #40220F;
}
.cart__lower-footer--wrapper {
  padding-top: 2.5rem;
  padding-bottom: 9.125rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .cart__lower-footer--wrapper {
    padding-bottom: 5rem;
    padding-top: 2.375rem;
  }
}
.cart__lower-footer--wrapper p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}
.cart__lower-footer--wrapper .ewallet-payment-btn {
  max-width: 28rem;
  justify-content: space-between;
  margin: 1.375rem auto 0 auto;
}
.cart__lower-footer--wrapper .ewallet-payment-btn a:hover {
  cursor: default;
}
.cart__lower-footer--wrapper .ewallet-payment-btn a img {
  height: 100%;
}
@media (max-width: 48rem) {
  .cart__lower-footer--wrapper .ewallet-payment-btn {
    flex-direction: column;
    height: 8rem;
  }
}

.cart-popup {
  box-shadow: 1px 1px 10px 2px rgba(235, 235, 235, 0.5);
  padding: 0.2rem 1.5rem 1rem;
  display: none;
  border: 1px solid #ebebeb;
}
.cart-popup .btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
}
.cart-popup .btn--secondary-accent {
  background-color: white;
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
}
.cart-popup__close {
  padding: 0.9rem;
  margin-right: -0.9rem;
  background-color: transparent;
  border: none;
  line-height: 0;
}
.cart-popup__close:hover {
  cursor: pointer;
}
.cart-popup__close .icon-close {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.cart-popup__cta-link {
  width: 100%;
}
.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
  transform: translateY(0%);
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
@media only screen and (min-width: 750px) {
  .cart-popup-wrapper {
    width: 23rem;
    right: 0;
  }
}
.cart-popup__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.cart-popup__heading {
  flex-grow: 1;
  padding: 0.5rem 0rem;
  margin: 0;
  color: #333232;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.86667em;
  font-weight: 400;
}
.cart-popup-item {
  display: flex;
  margin: 1rem 0;
}
.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  max-height: 95px;
}
.cart-popup-item__image-wrapper {
  position: relative;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center;
}
.cart-popup-item__image--placeholder {
  position: relative;
  width: 100%;
}
.cart-popup-item__description {
  display: flex;
  color: #333232;
  justify-content: space-between;
  line-height: 1.2rem;
}
.cart-popup-item__title {
  color: #3a3a3a;
  font-size: 1.13333em;
  font-weight: 700;
  margin-bottom: 0;
}
.cart-popup-item__quantity {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: 1rem;
  text-align: right;
  font-size: 0.86667em;
}
.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center;
}
.cart-popup__dismiss:hover {
  cursor: pointer;
}
.cart-popup__dismiss-button {
  font-size: 0.86667em;
}
.cart-popup__dismiss-button:hover {
  cursor: pointer;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-weight: normal;
}
.text-link--accent {
  color: #3a3a3a;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.product-gift {
  margin-bottom: 4.75rem;
}
@media (max-width: 48rem) {
  .product-gift {
    margin-bottom: 0;
  }
}
.product-gift--header__upper {
  text-align: center;
  margin-top: 2.25rem !important;
}
@media (max-width: 48rem) {
  .product-gift--header__upper {
    margin-top: 2rem !important;
  }
}
.product-gift--header__upper span {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .product-gift--header__upper span {
    font-family: "Heebo", sans-serif;
  }
}
@media (max-width: 48rem) {
  .product-gift--header__upper span {
    font-weight: 700;
    font-size: 1.5rem;
  }
}
.product-gift--header__upper ul {
  padding: 0;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 48rem) {
  .product-gift--header__upper ul {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.product-gift--header__upper ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 0.875rem;
}
.product-gift--header__upper ul li a {
  color: #40220F;
}
@media (min-width: 48rem) {
  .product-gift--header__middle {
    max-width: 90rem;
    padding: 0 12.1875rem;
    margin: auto;
  }
}
.product-gift--header__middle img {
  width: 100%;
  height: 29.25rem;
  object-fit: cover;
}
@media (max-width: 48rem) {
  .product-gift--header__middle img {
    height: 16.625rem;
  }
}
.product-gift--header__lower .pg-h-l__title {
  text-align: center;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .product-gift--header__lower .pg-h-l__title {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.product-gift--header__lower .pg-h-l__title p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .product-gift--header__lower .pg-h-l__title p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.product-gift--header__lower .pg-h-l__desc {
  max-width: 52rem;
  margin: 1.5rem auto 0 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}
@media (max-width: 48rem) {
  .product-gift--header__lower .pg-h-l__desc {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.product-gift--header__lower .pg-h-l__desc p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}
@media (max-width: 48rem) {
  .product-gift--header__lower .pg-h-l__desc p {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
.product-gift--content .gift-featuring {
  margin-top: 10rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring {
    margin-top: 4.75rem;
  }
}
.product-gift--content .gift-featuring--header {
  text-align: center;
}
.product-gift--content .gift-featuring--header span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--header span {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.product-gift--content .gift-featuring--content {
  margin-top: 2.75rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content {
    margin-top: 1.25rem;
  }
}
.product-gift--content .gift-featuring--content__card:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card:not(:last-child) {
    margin-bottom: 3.25rem;
  }
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper {
  justify-content: space-between;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper {
    flex-direction: column;
  }
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img {
  width: 48%;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img {
    width: 100%;
  }
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__img img {
  width: 100%;
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info {
  width: 45.5%;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info {
    width: 100%;
  }
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin-top: 0.625rem;
}
@media (max-width: 64rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-title {
    font-size: 1.125rem;
    line-height: 28px;
    margin-top: 2.125rem;
  }
}
.product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 64rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 24px;
  }
}
@media (max-width: 48rem) {
  .product-gift--content .gift-featuring--content__card .gfc-card--wrapper .gfc--card__info .gfc-caption {
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 1.125rem;
  }
}
.product-gift--content .gift-how-to {
  background-color: #EFEFEF;
  margin-top: 10rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to {
    margin-top: 4.375rem;
  }
}
.product-gift--content .gift-how-to--wrapper {
  padding-top: 6.25rem;
  padding-bottom: 7.625rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--wrapper {
    padding-top: 3rem;
    padding-bottom: 3.375rem;
  }
}
.product-gift--content .gift-how-to--header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--header {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.product-gift--content .gift-how-to--content {
  margin-top: 1.875rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content {
    margin-top: 1.375rem;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--header {
  background-color: #40220F;
  text-align: center;
}
.product-gift--content .gift-how-to--content__card .ght-card--header p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 44px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--header p {
    font-size: 1rem;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content {
  margin-top: 3rem;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content img {
  width: 100%;
}
.product-gift--content .gift-how-to--content__card .ght-card--content .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin-top: 1.5rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content .title {
    font-size: 1.125rem;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content .caption {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content .caption {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 21px;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content #s-caption {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content #s-caption {
    margin-top: 1.5rem;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content__step-one {
  width: 48%;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content__step-one {
    width: 100%;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content__step-one .title p::before {
  content: "1";
  display: inline-block;
  background-color: #40220F;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content__step-one .title p::before {
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content__step-two {
  width: 48%;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content__step-two {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.product-gift--content .gift-how-to--content__card .ght-card--content__step-two .title p::before {
  content: "2";
  display: inline-block;
  background-color: #40220F;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card .ght-card--content__step-two .title p::before {
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
  }
}
.product-gift--content .gift-how-to--content__card:not(:last-child) {
  margin-bottom: 5.625rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-how-to--content__card:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.product-gift--content .gift-line-up--wrapper {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
.product-gift--content .gift-line-up--header {
  text-align: center;
}
.product-gift--content .gift-line-up--header p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 44px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--header p {
    font-size: 22px;
    line-height: 32px;
  }
}
.product-gift--content .gift-line-up--content .grid {
  margin-top: 2.875rem;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid {
    margin-top: 1.375rem;
  }
}
.product-gift--content .gift-line-up--content .grid-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.product-gift--content .gift-line-up--content .grid-row article {
  margin: 0 1.9%;
  width: 30.73%;
  height: auto;
}
@media (min-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid-row article:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid-row article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid-row article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid-row article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid-row article {
    margin: 0 3.43% 2.5rem 3.43%;
    width: 46.56%;
    height: auto;
  }
}
.product-gift--content .gift-line-up--content .grid__item--content p {
  color: #000000;
}
.product-gift--content .gift-line-up--content .grid__item--content .glp-title {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid__item--content .glp-title {
    margin-top: 0.875rem;
    font-size: 13px;
    line-height: 16px;
  }
}
.product-gift--content .gift-line-up--content .grid__item--content .glp-price {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 29px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 48rem) {
  .product-gift--content .gift-line-up--content .grid__item--content .glp-price {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 24px;
  }
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", "Heebo";
  font-weight: bold;
  color: #40220F;
  line-height: 1.3;
}
body.noscroll {
  overflow: hidden;
}

a, a:visited, a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul {
  margin: 0;
}

p {
  margin: 0;
}

span, p {
  letter-spacing: 0px;
}

figure {
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC44MjgiIGhlaWdodD0iNi40MTQiIHZpZXdCb3g9IjAgMCAxMC44MjggNi40MTQiPgogIDxwYXRoIGlkPSJQYXRoXzIxOCIgZGF0YS1uYW1lPSJQYXRoIDIxOCIgZD0iTTQsMCwwLDQsNCw4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjQxNCA1LjQxNCkgcm90YXRlKC05MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1em 1em;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border-color: blue;
  outline: 0;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS42IiBoZWlnaHQ9IjE5LjEiIHZpZXdCb3g9IjAgMCAxOS42IDE5LjEiPgogIDxnIGlkPSJpY29uX2NhbGVuZGVyIiBkYXRhLW5hbWU9Imljb24gY2FsZW5kZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOCAwLjgpIj4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfOTkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDk5IiB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgICA8bGluZSBpZD0iTGluZV8xMSIgZGF0YS1uYW1lPSJMaW5lIDExIiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0MDIyMGYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzEyIiBkYXRhLW5hbWU9IkxpbmUgMTIiIHkyPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMyIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzIiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNSAxMC41KSIgZmlsbD0iIzQwMjIwZiIvPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zMyIgZGF0YS1uYW1lPSJFbGxpcHNlIDMzIiBjeD0iMS4yIiBjeT0iMS4yIiByPSIxLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMjk5IDYuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzQiIGRhdGEtbmFtZT0iRWxsaXBzZSAzNCIgY3g9IjEuMiIgY3k9IjEuMiIgcj0iMS4yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjggNi4zKSIgZmlsbD0iIzQwMjIwZiIvPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zNSIgZGF0YS1uYW1lPSJFbGxpcHNlIDM1IiBjeD0iMS4yIiBjeT0iMS4yIiByPSIxLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjI5OSA2LjMpIiBmaWxsPSIjNDAyMjBmIi8+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzM2IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzYiIGN4PSIxLjIiIGN5PSIxLjIiIHI9IjEuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yOTkgMTEuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzciIGRhdGEtbmFtZT0iRWxsaXBzZSAzNyIgY3g9IjEuMiIgY3k9IjEuMiIgcj0iMS4yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjggMTEuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzEzIiBkYXRhLW5hbWU9IkxpbmUgMTMiIHkyPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgPC9nPgo8L3N2Zz4K") center center no-repeat;
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1em 1em;
}
input[type=date]::-moz-calendar-picker-indicator {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS42IiBoZWlnaHQ9IjE5LjEiIHZpZXdCb3g9IjAgMCAxOS42IDE5LjEiPgogIDxnIGlkPSJpY29uX2NhbGVuZGVyIiBkYXRhLW5hbWU9Imljb24gY2FsZW5kZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOCAwLjgpIj4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfOTkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDk5IiB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgICA8bGluZSBpZD0iTGluZV8xMSIgZGF0YS1uYW1lPSJMaW5lIDExIiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0MDIyMGYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzEyIiBkYXRhLW5hbWU9IkxpbmUgMTIiIHkyPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzMyIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzIiIGN4PSIyIiBjeT0iMiIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNSAxMC41KSIgZmlsbD0iIzQwMjIwZiIvPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zMyIgZGF0YS1uYW1lPSJFbGxpcHNlIDMzIiBjeD0iMS4yIiBjeT0iMS4yIiByPSIxLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMjk5IDYuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzQiIGRhdGEtbmFtZT0iRWxsaXBzZSAzNCIgY3g9IjEuMiIgY3k9IjEuMiIgcj0iMS4yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjggNi4zKSIgZmlsbD0iIzQwMjIwZiIvPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zNSIgZGF0YS1uYW1lPSJFbGxpcHNlIDM1IiBjeD0iMS4yIiBjeT0iMS4yIiByPSIxLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjI5OSA2LjMpIiBmaWxsPSIjNDAyMjBmIi8+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzM2IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzYiIGN4PSIxLjIiIGN5PSIxLjIiIHI9IjEuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yOTkgMTEuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzciIGRhdGEtbmFtZT0iRWxsaXBzZSAzNyIgY3g9IjEuMiIgY3k9IjEuMiIgcj0iMS4yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjggMTEuMykiIGZpbGw9IiM0MDIyMGYiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzEzIiBkYXRhLW5hbWU9IkxpbmUgMTMiIHkyPSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDAyMjBmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ii8+CiAgPC9nPgo8L3N2Zz4K") center center no-repeat;
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1em 1em;
}
input[type=date]:focus {
  border-color: blue;
  outline: 0;
}

#wpadminbar {
  position: fixed !important;
}

@media (min-width: 48rem) {
  .container {
    max-width: 90rem;
    padding: 0 5.25rem;
    margin: auto;
  }
}
@media (max-width: 48rem) {
  .container {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 64rem) {
  .container {
    padding: 0 3.25rem;
  }
}
@media only screen and (min-width: 68.75rem) and (max-width: 80rem) {
  .container {
    padding: 0 2.5rem;
  }
}

@media (max-width: 48rem) {
  .container-sm {
    margin: 0 1.25rem;
  }
}
@media (min-width: 48rem) {
  .container-sm {
    max-width: 90rem;
    padding: 0 12.1875rem;
    margin: auto;
  }
}
@media only screen and (min-width: ) and (max-width: 64rem) {
  .container-sm {
    padding: 0 5.25rem;
  }
}

.static-content-wrapper {
  max-width: 52.5rem;
  margin: auto;
}

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

.text-right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}

.unistraw-blog-btn {
  margin: auto;
  line-height: 54px;
  margin-top: 45px;
}

button, .button {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.9rem 0;
}
button:focus, .button:focus {
  outline: 0;
}
button-light, .button-light {
  background: transparent;
  border: 2px solid #40220F;
  color: #40220F;
}
button-light:hover, .button-light:hover {
  color: #FFFFFF !important;
  background-color: #40220F !important;
  border-color: #40220F !important;
  cursor: pointer;
}
button-dark, .button-dark {
  background: #40220F;
  color: #FFFFFF;
  border: 2px solid #40220F;
}
button-dark:hover, .button-dark:hover {
  color: #40220F;
  background-color: #FFFFFF;
}
@media (min-width: 48rem) {
  button-pc-s, .button-pc-s {
    width: 16.125rem !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
    height: 3rem !important;
  }
}
@media (min-width: 48rem) {
  button-pc-m, .button-pc-m {
    width: 16.125rem !important;
    padding: 0 !important;
    height: 3.5rem !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 48rem) {
  button-sp-s, .button-sp-s {
    width: 15rem !important;
    padding: 0 !important;
    height: 3rem !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 48rem) {
  button-sp-m, .button-sp-m {
    width: 16.125rem !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
    height: 3rem !important;
  }
}
@media (max-width: 48rem) {
  button-sp-l, .button-sp-l {
    width: 16.125rem !important;
    padding: 0 !important;
    font-size: 1rem !important;
    height: 3.5rem !important;
  }
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}
.flex-ai-baseline {
  align-items: baseline;
}

@media (max-width: 68.75rem) {
  .hide-for-mobile {
    display: none !important;
  }
}

@media (min-width: 68.75rem) {
  .hide-for-desktop {
    display: none !important;
  }
}

@media (min-width: 48rem) {
  .hide-from-medium-large {
    display: none;
  }
}

@media (max-width: 48rem) {
  .hide-from-small {
    display: none;
  }
}

.desc {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}

.hidden {
  display: none;
}

.site-content {
  opacity: 0;
}

#smart-app {
  display: none;
}

/* aboutページのstrawページへの導線追加 */
#about .card__content .txet-straw{
  margin-top: 30px;
}
#about .card__content .link-straw{
  margin-top: 20px;
  display: block;
  line-height: 3;
  text-align: center;
  border: 5px solid #6a6a6a;
  border-radius: 40px;
  width: 80%;
  font-size: 20px;
  color: #6a6a6a;
  margin-left: auto;
  margin-right: auto;
}
#about .card__content .link-straw:hover{
  background: #40220F;
  color: #fff;
}
@media (max-width: 600px){
  #about .card__content .link-straw{
    font-size: 16px;
  }
}
@media (max-width: 400px){
  #about .card__content .link-straw{
    width: 90%;
  }
}

/* howto-appページ */
*:focus {
  outline: none;
}
.howtoAppHeader .sp {
  display: none;
} 

.howtoAppHeader {
  background-color: #FFDF72;
  color: #000000;
  padding-top: 70px;
  padding-bottom: 200px;
}

.howtoAppHeader__wrapper {
  margin: auto;
  width: 100%;
  max-width: 800px;
}

.howtoAppGuideHeader__content {
  justify-content: center;
}

.howtoAppHeaderTitle h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.howtoAppHeaderTitle span {
  font-size: 32px;
}

.howtoAppGuideHeader-image {
  width: 23%;
  margin-right: 70px;
  margin-left: 50px;
}

.howtoAppGuideHeader-image img {
  width: 100%;
}

.howtoAppGuideHeader-text {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.howtoAppGuideHeader-text h2{
  font-size:27px;
  margin-bottom:43px;
}

.howtoAppGuideHeader-text p {
  text-align: center;
  font-size: 22px;
  line-height: 2;
}

.howtoAppGuideHeader-text p .pc{
  display: inline;
}

.howtoGuide {
  background-color: #FFDF72;
}

.howtoGuide__wrapper {
  background-color: #FFDF72;
  position: relative;
  top: -180px;
  left: 50%;
  bottom: 180;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  padding: 0 0 37px;
  margin-bottom: -180px;
}

.howtoGuide-title {
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 50px 0 30px;
  font-weight: bold;
}

.howtoGuidelist__content {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

#howtoGuide .miTxtBox {
  display: none;
  width: 100%;
  max-width: 600px;
}

.howtoGuidelist-box {
  margin-bottom: 13px;
  max-width: 600px;
  width: 100%;
  position:relative;
}

.howtoGuidelist-box1 {
  position: relative;
}

.howtoGuidelist-box1::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #412210;
  border-right: solid 2px #412210;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.howtoGuide-boxtitle {
  padding: 22px 55px;
  position: relative;
}

.howtoGuide-boxtitle::after {
  content: '';
  position: absolute;
	display: inline-block;
	width: 12px;
  height: 12px;
  right: 5%;
  top: 43%;
	background: url(../../../img/howto_app/btn-plus.png) no-repeat 50% 50% ; 
  background-size: contain;
  vertical-align: middle;
}
.trigger1.is-active:after {
  content:'';
  background-image: url(../../../img/howto_app/btn-maenas.png);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 5%;
  top: 43%;
  display: block;
  width: 12px;
  height: 12px;

}

.howtoGuidelist-box a,.howtoGuidelist-box>p,.howtoGuidelist-box div.howtoGuide-howtoUnipay,.howtoGuidelist-box div.howtoGuide-Rewards,.howtoGuidelist-box div.howtoGuide-ThankyouCard{
  /* display: block; */
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  border-radius: 9999px;
  height: 60px;
}

.howtoGuidelist-box span{
 font-size: 12px; 
}

.howtoGuide-Registration {
  padding: 22px 55px;
}

.howtoGuide-Registration::before {
  content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../../../img/howto_app/iconRegistration02.png) no-repeat 50% 50% ; 
  background-size: contain;
  vertical-align: middle;
  margin-right: 40px;
}

.howtoGuide-Registration .icon {
  display: inline-block;
	width: 28px; /*アイコン画像横サイズ*/
	height: 28px; /*アイコン画像縦サイズ*/
	background: url(../../../img/howto_app/iconRegistration.png) no-repeat 50% 50% ; /*アイコン画像*/
  background-size: contain;
  vertical-align: middle;
  margin-right: 40px;
	/* その他の設定でスタイル調整 */
}

.howtoGuidelist-box .howtoGuide-Order {
  padding: 22px 55px;
  display: flex;
  align-items:center;
}

.howtoGuide-Order>div {
	width: 28px;
	height: 28px;
  margin-right:40px;
}
.howtoGuide-Order>div img{
	width: 100%;
	height: auto;
}

.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-howtoUnipay,.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-ThankyouCard {
  padding: 22px 55px;
  display: flex;
  align-items:center;
}

.howtoGuide-howtoUnipay>div,.howtoGuide-ThankyouCard>div {
	width: 28px;
	height: 28px;
  margin-right: 40px;
}

.howtoGuide-howtoUnipay>div img,.howtoGuide-ThankyouCard>div img{
	width: 100%;
	height: auto;
}

.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-Rewards {
  padding: 22px 55px;
  display: flex;
  align-items:center;
}

.howtoGuide-Rewards>div {
	width: 28px; /*アイコン画像横サイズ*/
	height: 28px; /*アイコン画像縦サイズ*/
  margin-right: 40px;
	/* その他の設定でスタイル調整 */
}

.howtoGuide-Rewards>div img{
	width: 100%;
	height: auto;
}

.howtoGuidelist-boxUnder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.howtoGuidelist-boxUnder a {
  background-color: #FFF3C7;
  font-size: 16px;
  padding: 14px 25px 13px 36px;
  width: 46%;
  position: relative;
  margin: 13px 0 0;
}

.howtoGuidelist-boxUnder a:nth-child(odd) {
  margin-right: 4px;
}

.howtoGuidelist-boxUnder a:nth-child(even) {
  margin-left: 4px;
}

.boxUnder-text:after {
  content: "";
  position: absolute;
  right: 11%;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #412210;
  border-right: solid 2px #412210;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* howtoRegistration  */
#howtoRegistration,#howtoOrder {
  background-color: #FFF3C7;
  padding: 70px 0px 70px;
}
#howtoRegistration .flex,#howtoOrder .flex{
  justify-content: center;
}

.howtoRegistration__header h3,.howtoOrder__header h3,.howtoUniPay__header h3,.howtoThankyouCard__header h3,.rewards__header h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.howtoRegistration__header p,.howtoOrder__header p,.rewards__header p,.uniMeguri__header p,.howtoUniPay__header p,.howtoThankyouCard__header p  {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  color: #000;
}

.howtoThankyouCard__header p {
  margin-bottom: 60px;
}

.howtoRegistration__lists,.howtoOrder__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
}

.howtoRegistration__list::before,.howtoOrder__list::before,.howtoUniPay__list::before,.howtoSend__list::before,.howtoDonate__list::before,.howtoUse__list::before,.howtoRewards__list::before,.howtoUniMeguri__list::before {
  display: block;
  content: counter(count);
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  margin: 0 0 0 -15px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-indent: 0.02em;
  line-height: 30.5px;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
}

.howtoRegistration__list,.howtoOrder__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoRegistration__list::after,.howtoOrder__list::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 48px;
  height: 98px;
  background-image: url(../../../img/howto_app/arrow02.png);
  background-repeat: no-repeat;
  background-size: 25px 50px;
  transform: translate(50%, -50%);
}

.howtoRegistration__list:nth-child(4)::after,.howtoOrder__list:nth-child(4):after {
  display: none;
}

.howtoRegistration__list:nth-child(8)::after,.howtoOrder__list:nth-child(8):after,.howtoOrder__list:nth-child(10):after{
  display: none;
}

.howtoRegistration__list figure,.howtoOrder__list figure {
  margin: auto;
}
.howtoRegistration__list figure img,.howtoOrder__list figure img {
  display: block;
    width: 100%;
    height: auto;
}

.howtoRegistration__inner p,.howtoOrder__inner p,.howtoUniPay__inner p,.howtoSend__inner p,.howtoRewards__inner p,.howtoDonate__inner p,.howtoUse__inner p,.howtoUniMeguri__inner p {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  color: #000;
}

.howtoRegistration__inner p a,.howtoOrder__inner p a {
  color: #000;
  border-bottom: solid 1px;
}
/* howtoUniPay  */
#howtoUniPay {
  background-color: #FFF3C7;
  padding: 70px 0px 70px;
}

.howtoUniPay__header h4,.unipayComp__header h4 ,.howtoSend__tittle,.howtoDonate__tittle,.howtoUse__tittle,.rewards__tittle{
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 360px;
  padding: 10px;
  margin: 0 auto 30px;
  background-color: #fff;
}

.howtoSend__tittle{
  margin-bottom: 0px;
}

.howtoDonate__tittle,.howtoUse__tittle {
  margin: 10px auto 0px;
}

.howtoThankyouCard__header p small{
  font-size: 13px;
}

.howtoUniPay__header p .sp {
  display: none;
}

.howtoUniPay__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
}

.howtoUniPay__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoUniPay__list::after,.howtoSend__list::after,.howtoDonate__list::after,.howtoUse__list::after,.howtoRewards__list::after,.howtoUniMeguri__list::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 48px;
  height: 98px;
  background-image: url(../../../img/howto_app/arrow02.png);
  background-repeat: no-repeat;
  background-size: 25px 50px;
  transform: translate(50%, -50%);
}

.howtoUniPay__list:nth-child(4)::after {
  display: none;
}

.howtoUniPay__list figure {
  margin: auto;
}

.howtoUniPay__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

.howtoUniPay__inner small {
  font-size: 13px;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: bold;
}

/* unipayComp  */
#unipayComp {
  background-color:#FFF3C7;
  padding: 70px 0;
}

.unipayComp__content {
  justify-content: space-around;
}
.unipayComp__list {
  width: calc(33% - 25px);
}
.unipayComp__list figure {
  margin: auto;
}

.unipayComp__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

.unipayComp__inner {
  margin-top: 10px;
}

.unipayComp__inner p {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}

.unipayComp__inner p span{
  display: inline-block;
  margin-top: 9px;
}

.unipayComp__inner small {
  font-size: 13px;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: initial;
}

/* howtoThankyouCard */
#howtoThankyouCard {
  background-color: #FFF3C7;
  padding: 70px 0px;
}

#howtoSend02 {
  padding-top: 60px;
}

.howtoSend__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
  justify-content: center;
}

.howtoSend__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoSend__list:nth-child(4)::after {
  display: none;
}

.howtoSend__list:nth-child(6)::after {
  display: none;
}

.howtoSend__list figure {
  margin: auto;
}

.howtoSend__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

/* howtoDonate */

#howtoDonate{
  padding-top: 60px;
}

.howtoDonate__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
  justify-content: center;
}

.howtoDonate__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoDonate__list:nth-child(4)::after {
  display: none;
}

.howtoDonate__list:nth-child(6)::after {
  display: none;
}

.howtoDonate__list figure {
  margin: auto;
}

.howtoDonate__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

/* howtoUse */

#howtoUse{
  padding-top: 60px;
}

.howtoUse__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
  justify-content: center;
}

.howtoUse__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoUse__list:nth-child(3)::after {
  display: none;
}

.howtoUse__list figure {
  margin: auto;
}

.howtoUse__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

/* rewards */
#rewards {
  background-color: #FFF3C7;
  padding: 70px 0px 10px;
}

.howtoRewards__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
  justify-content: center;
}

.howtoRewards__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoRewards__list:nth-child(4)::after {
  display: none;
}

.howtoRewards__list figure {
  margin: auto;
}

.howtoRewards__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

/* uniMeguri */
#uniMeguri {
  padding: 60px 0px 70px;
  background-color: #FFF3C7;
}

.howtoUniMeguri__lists {
  flex-wrap: wrap;
  margin: 0 0 0 -70px;
  counter-reset: count;
  justify-content: center;
}

.howtoUniMeguri__list {
  position: relative;
  margin: 30px 0 0 70px;
  padding: 55px 0 0;
  width: calc(25% - 70px);
  z-index: 1;
  counter-increment: count;
}

.howtoUniMeguri__list:nth-child(4)::after {
  display: none;
}

.howtoUniMeguri__list figure {
  margin: auto;
}

.howtoUniMeguri__list figure img{
  display: block;
  width: 100%;
  height: auto;
}

/* 1200px */
@media (max-width: 75rem) {
  .howtoGuide__wrapper {
    width: 90%;
  }
}/* 1024px */
@media (max-width: 64rem) {
  .howtoRegistration__list::after,
  .howtoOrder__list::after
  .howtoUniPay__list::after,
  .howtoSend__list::after,
  .howtoDonate__list::after,
  .howtoUse__list::after,
  .howtoRewards__list::after,
  .howtoUniMeguri__list::after {
    top: 23vw;
  }


}
@media (max-width: 48rem) {
  .howtoAppHeader .sp {
    display: block;
  }
  .howtoAppHeader {
    padding-bottom: initial;
    /* background: linear-gradient(180deg, #F56548 0%, #F56548 70%, #FFDF72 70%, #FFDF72 100%); */
    /* background: linear-gradient(0deg, #FFDF72 0%, #FFDF72 32vw, #F56548 32vw, #F56548 100%); */
    background:#FFDF72;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .howtoAppHeaderTitle h2 {
    font-size: 24px;
    /* padding: 0 1.25rem; */
  }

  .howtoAppHeaderTitle span {
    font-size: 24px;
  }

  .howtoAppGuideHeader__content {
    width: 100%;
    flex-direction: column-reverse;
  }

  .howtoAppGuideHeader-text {
    padding: 0 6%;
    justify-content: center;
    margin: 0 auto;
  }

  .howtoAppGuideHeader-text h2{
    /* font-size: 16px; */
    font-size: 4.3vw;
    margin-bottom: 0px;
  }

  .howtoAppGuideHeader-text p {
    text-align: center;
    font-size: 13px;
    font-size: 3.47vw;
    line-height: 1.7;
    width: auto;
    margin-top: 8%;
    margin-bottom: 20px;
  }

  .howtoAppGuideHeader-image {
    width: 40%;
    margin: 0 auto;
    z-index: 1;
  }

  /* howtoGuide */
  .howtoGuide {
    height: auto;
  }
  .howtoGuide__wrapper {
    width: 100%;
    position: static;
    top: initial;
    left: initial;
    transform: initial;
    padding: 45px 0 40px;
    margin: 0 auto;
  }

  .howtoGuide-title {
    padding: 0 0 30px;
    font-size: 4.27vw;
  }
  
  .howtoGuidelist__content {
    width: 90%;
  }

  .howtoGuidelist-box {
    margin-bottom: 8px;
  }

  /* .howtoGuidelist-box1, */
  .howtoGuide-boxtitle, .howtoGuide-Registration,.howtoGuidelist-box .howtoGuide-Order,.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-howtoUnipay,.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-Rewards,.howtoGuidelist__content .howtoGuidelist-box .howtoGuide-ThankyouCard {
    padding: 21px 10px 21px 30px;
    height: 68px;
  }
  
  .howtoGuidelist-box1::after {
    right: 7%;
  }
  .howtoGuide-boxtitle::after {
    right: 7%;
  }

  .trigger1.is-active:after {
    right: 7%;
  }

  .howtoGuidelist-boxUnder {
    flex-direction: column;
  }

  .howtoGuidelist-boxUnder a {
    width: auto;
    padding: 16px 15px 15px 67px;
    margin: 8px 13px 0;
  }

  .howtoGuidelist-boxUnder a:nth-child(odd),.howtoGuidelist-boxUnder a:nth-child(even){
    margin-right: 13px;
    margin-left: 13px;
  }
  
  .howtoGuidelist-box a,.howtoGuidelist-box>p,.howtoGuidelist-box div.howtoGuide-howtoUnipay,.howtoGuidelist-box div.howtoGuide-Rewards{
    font-size: 16px;
  }

  a.boxUnder-text {
    font-size: 14px;
  }

  .boxUnder-text:after {
    right: 7%;
  }

  .howtoGuide-Registration::before,.howtoGuide-Order>div,.howtoGuide-howtoUnipay>div,.howtoGuide-ThankyouCard::before,.howtoGuide-Rewards::before, .howtoGuide-Rewards>div, .howtoGuide-ThankyouCard>div{
    width: 25px;
    height: 25px;
    margin-right: 25px;
  }

  .howtoGuide-Order>p,.howtoGuide-howtoUnipay>p, .howtoGuide-Rewards>p, .howtoGuide-ThankyouCard>p{
    font-size:16px;
  }

  .lp-flow__lists {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
  }

  .lp-flow__list {
    display: inline-block;
    margin: 0 -10px;
    padding: 20px 0 0;
    width: 260px;
    white-space: normal;
    vertical-align: top;
  }

  #howtoRegistration,#howtoOrder {
    padding: 40px 0px 40px;
  }

  .howtoRegistration__header h3,.howtoOrder__header h3 {
    /* font-size: 20px; */
    font-size: 5.3vw;
    margin-bottom: 20px;
  }

  .howtoRegistration__header p,.howtoOrder__header p {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 10%;
  }  
  .howtoOrder__header p{
    text-align: start;
  }

  .howtoRegistration__list::before,.howtoOrder__list::before, .howtoOrder__lists::before {
    display: none;
  }

  .howtoRegistration__list::after, .howtoOrder__list::after {
    top: 200px;
    left: 83%;
  }
  
  .howtoRegistration__list:nth-child(4)::after,.howtoOrder__list:nth-child(4):after {
    display: block;
  }
  
  .howtoOrder__list:nth-child(8):after{
    display: block;
  }

  .howtoRegistration__list figure , .howtoOrder__list figure{
    margin: 0 40px;
  }
  
  .howtoRegistration__inner,.howtoOrder__inner,.howtoUniPay__inner,.howtoSend__inner,.howtoDonate__inner,.howtoUse__inner,.howtoRewards__inner,  .howtoUniMeguri__inner {
    visibility: visible;
    opacity: 1;
    transition-property: visibility, opacity;
    transition-duration: 0.5s;
    transition-delay: 0.5s, 0s;
  }

  .howtoRegistration__inner p,.howtoOrder__inner p, .howtoUniPay__inner p,  .howtoSend__inner p,.howtoDonate__inner p,.howtoUse__inner p,.howtoRewards__inner p {
    font-size: 14px;
    line-height: 1.86;
  }

  /* howtoUniPay */
  #howtoUniPay {
    padding: 40px 0 40px;
  }

  .howtoUniPay__header h3 {
    /* font-size: 20px; */
    font-size: 5.3vw;
    margin-bottom: 20px;
  }

  .howtoUniPay__header h4,.unipayComp__header h4 {
    max-width:100%;
    width: 100%;
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .howtoUniPay__header p {
    margin-bottom: 20px;
    width: auto;
    text-align: inherit;
    font-size: 14px;
  }

  .howtoUniPay__header p .sp {
    display: block;
  }

  .howtoUniPay__list::before {
    display: none;
  }

  .howtoUniPay__list::after {
    left: 83%;
    top: 200px;
  }

  .howtoUniPay__list figure {
    margin: 0 40px;
  }

  .howtoUniPay__inner p span {
    font-size: 12px;
  }

  /* unipayComp */
  #unipayComp {
    padding: 40px 0;
  }

  .unipayComp__content {
    display: block;
  }

  .unipayComp__list {
    width: auto;
  }

  .unipayComp__inner {
    margin: 18px 0 30px;
  } 
  
  .unipayComp__list:last-child .unipayComp__inner {
    margin: 18px 0 0;
  }

  .unipayComp__inner p {
    text-align: center;
    color: #000000;
    font-size: 14px;
  }

  .unipayComp__inner p span {
    font-size: 13px;
    text-align: center;
    font-weight:500;
  }

  .howtoUniPay__inner small{
    font-size: 13px;
    font-weight:500;
  }

  .unipayComp__inner small {
    font-size: 12px;
  }

  #howtoThankyouCard {
    padding: 40px 0px 40px;
  }

  .howtoUniPay__header,.howtoThankyouCard__header,.rewards__header,.uniMeguri__header{
    padding: 0 10%;
  }

  .howtoThankyouCard__header h3 {
    /* font-size: 20px; */
    font-size: 5.3vw;
    margin-bottom: 20px;
  }

  .howtoThankyouCard__header p,.rewards__header p,.uniMeguri__header p {
    font-size: 14px;
    text-align: initial;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  .howtoThankyouCard__header p small{
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
  }

  .howtoOrder__header p .pc,  .howtoAppGuideHeader-text p .pc,.howtoThankyouCard__header p .pc,.howtoUniPay__header p .pc ,.rewards__header p .pc,.uniMeguri__header p .pc {
    display: none;
  }
  
  /* howtoSend */
  .howtoSend__tittle,.howtoDonate__tittle,.howtoUse__tittle,.rewards__tittle{
    font-size: 16px;
    max-width: 100%;
    width: calc(100% - 20%);
    margin: 0px auto 20px;
  }

  .howtoUse__tittle {
    margin: 50px auto 20px;
  }

  .rewards__tittle{
    width: 100%;
  }
  
  .howtoSend__list::before,.howtoDonate__list::before,.howtoUse__list::before,.howtoRewards__list::before,.howtoUniMeguri__list::before {
    display: none;
  }

  .howtoSend__list::after,.howtoDonate__list::after,.howtoUse__list::after,.howtoRewards__list::after,.howtoUniMeguri__list::after {
    left: 83%;
    top: 200px;
  }

  .howtoSend__list:nth-child(4)::after,.howtoDonate__list:nth-child(4)::after {
    display: block;
  }

  .howtoSend__list figure,.howtoDonate__list figure,.howtoUse__list figure,.howtoRewards__list figure,.howtoUniMeguri__list figure {
    margin: 0 40px;
  }

  /* howtoUse */
  #howtoUse{
    padding-top: 0px;
  }

  /* howtoRewards */
  #rewards {
    padding: 40px 0px 0px;
  }

  .rewards__header h3 {
    /* font-size: 20px; */
    font-size: 5.3vw;
    margin-bottom: 20px;
  }

  /* howtoUniMeguri */
  
  #uniMeguri {
    padding: 50px 0px 70px;
  }
  
  .howtoUniMeguri__inner p {
    font-size: 14px;
  }

}
/* 540px */
@media (max-width: 34rem) {
  
  .howtoAppGuideHeader-text {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */
