@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
.ff-base {
  font-family: "Shippori Mincho", "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
}

.ff-accent {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
}

:root {
  --img__bg__1: url(../../Assets/Image/bg/波紋_1.png);
  --img__bg__2: url(../../Assets/Image/bg/波紋_2.png);
  --img__bg__3: url(../../Assets/Image/bg/波紋_3.png);
  --img__icon__back-top: url(../../Assets/Image/icon/back-top.svg);
  --img__icon__button_1: url(../../Assets/Image/icon/button_1.svg);
  --img__icon__car: url(../../Assets/Image/icon/car.svg);
  --img__icon__cart_1: url(../../Assets/Image/icon/cart_1.svg);
  --img__icon__cart_2: url(../../Assets/Image/icon/cart_2.svg);
  --img__icon__heart_1: url(../../Assets/Image/icon/heart_1.svg);
  --img__icon__heart_2: url(../../Assets/Image/icon/heart_2.svg);
  --img__icon__heart_2_hover: url(../../Assets/Image/icon/heart_2_hover.svg);
  --img__icon__login: url(../../Assets/Image/icon/login.svg);
  --img__icon__search: url(../../Assets/Image/icon/search.svg);
  --img__icon-arrow__arrow_1: url(../../Assets/Image/icon-arrow/arrow_1.svg);
  --img__icon-arrow__arrow_1_white_down: url(../../Assets/Image/icon-arrow/arrow_1_white_down.svg);
  --img__icon-arrow__arrow_1_black_down: url(../../Assets/Image/icon-arrow/arrow_1_black_down.svg);
  --img__icon-arrow__arrow_2: url(../../Assets/Image/icon-arrow/arrow_2.svg);
  --img__icon-arrow__arrow_3: url(../../Assets/Image/icon-arrow/arrow_3.svg);
  --img__icon-arrow__arrow_4: url(../../Assets/Image/icon-arrow/arrow_4.svg);
  --img__icon-arrow__arrow_5: url(../../Assets/Image/icon-arrow/arrow_5.svg);
  --img__icon-social-media__fb: url(../../Assets/Image/icon-social-media/fb.svg);
  --img__icon-social-media__ig: url(../../Assets/Image/icon-social-media/ig.svg);
  --img__icon-social-media__line: url(../../Assets/Image/icon-social-media/line.svg);
  --img__icon-social-media__twitter_1: url(../../Assets/Image/icon-social-media/twitter_1.svg);
  --img__icon-social-media__twitter_2: url(../../Assets/Image/icon-social-media/twitter_2.svg);
  --img__icon-social-media__fb_gold: url(../../Assets/Image/icon-social-media/fb-gold.png);
  --img__icon-social-media__line_gold: url(../../Assets/Image/icon-social-media/line-gold.png);
  --img__icon-social-media__twitter_gold: url(../../Assets/Image/icon-social-media/twitter-gold.png);
  --img__logo__logo_1: url(../../Assets/Image/logo/logo_1.svg);
  --img__logo__logo_2: url(../../Assets/Image/logo/logo_2.svg);
  --img__photo__footer: url(../../Assets/Image/photo/footer.jpg);
  --img__photo__product_1: url(../../Assets/Image/photo/product_商品特徵1.jpg);
  --img__photo__product_2: url(../../Assets/Image/photo/product_商品特徵2.jpg);
  --img__photo__top_1: url(../../Assets/Image/photo/top_1.jpg);
  --img__photo__top_2: url(../../Assets/Image/photo/top_2.jpg);
  --img__photo__top_5: url(../../Assets/Image/photo/top_5.jpg);
  --img__photo__top_product_1: url(../../Assets/Image/photo/top_product_1.jpg);
  --img__photo__top_product_2: url(../../Assets/Image/photo/top_product_2.jpg);
  --img__photo__top_product_3: url(../../Assets/Image/photo/top_product_3.jpg);
  --img__photo__top_product_4: url(../../Assets/Image/photo/top_product_4.jpg);
  --img__photo__top_topic: url(../../Assets/Image/photo/top_topic.jpg);
  --img__photo__top_s_1: url(../../Assets/Image/photo/top_定期便.jpg);
  --img__photo__top_s_1_sp: url(../../Assets/Image/photo/top_定期便_sp.jpg);
  --img__photo__top_s_2: url(../../Assets/Image/photo/top_紅茶.jpg);
  --img__photo__top_s_3: url(../../Assets/Image/photo/top_烏龍.jpg);
  --img__photo__top_s_4-1: url(../../Assets/Image/photo/top_茶包1.jpg);
  --img__photo__top_s_4-2: url(../../Assets/Image/photo/top_茶包2.jpg);
  --img__photo__top_s_5: url(../../Assets/Image/photo/top_普洱茶.jpg);
  --img__photo__top_s_6: url(../../Assets/Image/photo/top_綠茶.jpg);
  --img__photo__story__pic_02: url(../../Assets/Image/s/story/pic_02.jpg);
  --img__photo__story__pic_06: url(../../Assets/Image/s/story/pic_06.jpg);
  --img__photo__story__pic_08: url(../../Assets/Image/s/story/pic_08.jpg);
  --img__photo__story__pic_09: url(../../Assets/Image/s/story/pic_09.jpg);
  --img__photo__story__pic_10: url(../../Assets/Image/s/story/pic_10.jpg);
  --img__photo__traceability_pic_02: url(../../Assets/Image/s/traceability/pic_02.jpg);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding and reset fonts */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a {
  color: inherit;
  text-decoration: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

:focus {
  outline: 4px solid rgba(0, 125, 250, 0.6);
  outline-offset: 1px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  border: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Shippori Mincho", "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
  min-height: 100vh;
  background: #ffffff;
  color: #505050;
}
body > form {
  min-height: 100vh;
}
body > form > .main-body {
  min-height: inherit;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
body > form > .main-body #Header,
body > form > .main-body #Wrap,
body > form > .main-body #Foot {
  border: none;
  width: 100%;
  height: 100%;
}

.g_hidden {
  display: none;
}

header {
  background-color: #000000;
}

footer {
  background-color: #000000;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select {
  border: 1px solid #505050;
  padding: 0.5em 1em;
  width: 100%;
}

a:visited {
  color: inherit;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background-color: #e4e1dc;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.5px rgba(255, 255, 255, 0.5);
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #bea069;
}

input[type=checkbox]::before,
input[type=radio]:before {
  content: "";
  color: #ffffff;
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: 700;
}
.btn-light, .btn-dark {
  min-width: 200px;
  padding: 0.5em 1em;
  font-size: inherit;
  text-align: center;
  display: inline-block;
}

.btn-dark {
  background-color: #505050;
  color: #ffffff !important;
}
.btn-dark:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(80, 80, 80, 0.5);
}

.btn-light {
  background-color: #e4e1dc;
  color: #505050 !important;
}
.btn-light:hover {
  color: rgba(80, 80, 80, 0.5) !important;
  background-color: rgba(228, 225, 220, 0.5);
}

.container {
  width: min(100% - 2rem, 60rem);
  margin-inline: auto;
}

.fw-regular {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.top-basic-button {
  background-color: #e4e1dc;
  padding: 1em 3em;
  font-size: 1.125rem;
}
.top-basic-button.icon {
  display: grid;
  grid-template-columns: 1em 1fr;
  align-items: center;
  gap: 1em;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .top-swiper {
    width: 100vw;
    height: 70vh;
  }
  .top-swiper .swiper-slide__item {
    height: inherit;
  }
  .top-swiper .swiper-slide__item img {
    height: inherit;
    object-fit: cover;
  }
}
.top-swiper .swiper-slide {
  width: 100% !important;
}
.top-swiper .swiper-button-next > button {
  background-image: var(--img__icon-arrow__arrow_1);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}
.top-swiper .swiper-button-prev > button {
  background-image: var(--img__icon-arrow__arrow_1);
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}
.top-swiper .swiper-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
@media screen and (max-width: 990px) {
  .top-swiper .swiper-nav {
    right: 20px;
  }
}
.top-swiper .swiper-nav .swiper-button-prev,
.top-swiper .swiper-nav .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.top-swiper .swiper-nav_title {
  min-width: 100px;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.75em;
  color: #bea069;
  padding: 0 0 0 1em;
  z-index: 1;
  font-weight: 700;
}

.feature-page-parts-list {
  background-image: var(--img__bg__1), var(--img__bg__2);
  background-position: 0 50%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
  padding: 7em 0;
  border: none;
}
.feature-page-parts-list::before {
  content: "";
}
.feature-page-parts-list::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
    padding: 4em 0;
    background-image: none;
    font-size: 0.875rem;
  }
  .feature-page-parts-list::before {
    content: "";
  }
  .feature-page-parts-list::after {
    content: "";
  }
}
.feature-page-parts-list .feature-page-parts-list__container {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-list__container {
    width: 100%;
  }
}
.feature-page-parts-list .feature-page-parts-items label {
  writing-mode: vertical-lr;
  font-size: 2.25rem;
  font-weight: 700;
}
.feature-page-parts-list .feature-page-parts-items__container {
  flex: 1 1 0;
  margin-left: 1em;
}
.feature-page-parts-list .feature-page-parts-item {
  width: inherit;
  border: none;
  border-bottom: 2px solid #e4e1dc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.feature-page-parts-list .feature-page-parts-item ul {
  display: grid;
  width: inherit;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-item ul {
    grid-template-columns: 1fr;
  }
}
.feature-page-parts-list .feature-page-parts-thumb {
  margin-right: 2em;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-thumb {
    margin-right: 0;
  }
}
.feature-page-parts-list .feature-page-parts-thumb a {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-thumb a {
    align-items: flex-end;
  }
}
.feature-page-parts-list .feature-page-parts-thumb img {
  width: 180px;
  height: 120px;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-thumb img {
    width: 100%;
    height: 177px;
  }
}
.feature-page-parts-list .feature-page-parts__right {
  font-size: 1rem;
  display: grid;
  grid-template-rows: 1fr 2fr;
  gap: 1em;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts__right {
    gap: 0;
    grid-template-rows: 4em 1fr;
  }
}
.feature-page-parts-list .feature-page-parts-info {
  align-self: flex-end;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-list .feature-page-parts-info {
    align-self: center;
  }
}
.feature-page-parts-list .feature-page-parts-info__category {
  padding: 0.25em 1em;
  border: 1px solid #bea069;
  color: #bea069;
  margin-left: 1em;
}
.feature-page-parts-list .feature-page-parts-title {
  align-self: flex-start;
  flex: 1 1 0;
  display: grid;
  align-items: center;
  margin: 0;
}
.feature-page-parts-list .feature-page-parts-viewmore {
  float: right;
  padding-right: 1em;
}
.feature-page-parts-list .feature-page-parts-viewmore .btn-icon-link {
  font-size: 1rem;
}

.block-imgs {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.block-imgs::before {
  content: "";
}
.block-imgs::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .block-imgs {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
    font-size: 0.875rem;
  }
  .block-imgs::before {
    content: "";
  }
  .block-imgs::after {
    content: "";
  }
}

.block-imgs-container {
  display: grid;
  gap: 0.25em;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 990px) {
  .block-imgs-container {
    grid-template-rows: repeat(3, 1fr);
  }
}
.block-imgs-container > a > img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .block-imgs-container > a > img {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.block-imgs-container > a:nth-child(1) {
  grid-column: 1/3;
}
@media screen and (max-width: 990px) {
  .block-imgs-container > a {
    grid-column: 1/3;
  }
}

#dvTopRanking {
  padding: 10em 0 5em 0;
  background-image: var(--img__bg__3);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
#dvTopRanking::before {
  content: "";
}
#dvTopRanking::after {
  content: "";
}
@media screen and (max-width: 990px) {
  #dvTopRanking {
    background-image: none;
    padding: 2em 0;
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  #dvTopRanking::before {
    content: "";
  }
  #dvTopRanking::after {
    content: "";
  }
}

.dvTopRanking-container {
  display: flex;
  grid-column: span 2;
}
.dvTopRanking-container label {
  writing-mode: vertical-lr;
  font-size: 2.25rem;
  font-weight: 700;
}
.dvTopRanking-container .dvTopRanking-content {
  width: 100px;
  flex: 1 1 0;
  margin-left: 1em;
  padding-right: 5em;
}
.dvTopRanking-container .swiper {
  height: auto;
  margin-top: 5em;
  margin-left: 0;
}
.dvTopRanking-container .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 990px) {
  .dvTopRanking-container .swiper-slide {
    width: 60%;
  }
}
.dvTopRanking-container .swiper-slide .static-link_product_detail {
  width: 100%;
}
.dvTopRanking-container .swiper-slide .static-link_product_detail img {
  width: 100%;
}
.dvTopRanking-container span.static-link_product_detail .image {
  width: initial;
}

.ranking-swiper-next {
  width: 1em;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 75.5%;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .ranking-swiper-next {
    display: none;
  }
}

.term-order {
  margin-top: 5em;
  position: relative;
}
.term-order .term-order-bg {
  width: 100%;
  min-height: 60vh;
  object-fit: cover;
}
.term-order .term-order-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}
@media screen and (max-width: 990px) {
  .term-order .term-order-content {
    width: 100%;
  }
}
.term-order .term-order-content-container {
  letter-spacing: 0.25em;
  text-align: center;
  width: 110ch;
  padding: 0 1.25em;
}
.term-order .term-order-content-container > * {
  margin-bottom: 3rem;
}
@media screen and (max-width: 990px) {
  .term-order .term-order-content-container {
    padding: 2em 0;
    width: 100%;
  }
}
.term-order .term-order-content-container > p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2em;
  font-size: 1rem;
  padding: 0 1em;
}
.term-order .term-order-content-container button {
  font-size: 1rem;
}
.term-order label {
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 990px) {
  .term-order label span:nth-child(1) {
    display: block;
    font-size: 1.25rem;
  }
  .term-order label span:nth-child(2) {
    margin-top: 0.65em;
    display: block;
    font-size: 1.75rem;
  }
}
.term-order button .btn-cart {
  background-image: var(--img__icon__car);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  display: inline-block;
  width: 1em;
  margin-right: 1em;
  height: 1.7em;
}

.top-category {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
  background-image: var(--img__photo__top_2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 160px 0 70px 0;
  grid-template-columns: 1fr 1280px 1fr;
}
.top-category::before {
  content: "";
}
.top-category::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .top-category {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .top-category::before {
    content: "";
  }
  .top-category::after {
    content: "";
  }
}
.top-category .top-category-container {
  display: grid;
  gap: 2em;
}
.top-category .top-category-container > label {
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 990px) {
  .top-category .top-category-container > label {
    margin-bottom: 0.5em;
  }
}
.top-category nav {
  background-color: #ffffff;
  padding: 2em 3em;
}
@media screen and (max-width: 990px) {
  .top-category nav {
    padding: 1.5em 0.75em;
  }
}
.top-category nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .top-category nav ul {
    display: grid;
  }
}
.top-category nav ul > li {
  flex: 1 1 30%;
  margin: 2% 0;
}
@media screen and (max-width: 990px) {
  .top-category nav ul > li {
    margin: 2% 0;
  }
}
.top-category nav ul > li:nth-child(3) {
  margin-right: 5%;
}
@media screen and (max-width: 990px) {
  .top-category nav ul > li:nth-child(3) {
    margin-right: 0;
  }
}
.top-category nav ul > li:not(:nth-child(1)) {
  margin-left: 2%;
}
@media screen and (max-width: 990px) {
  .top-category nav ul > li:not(:nth-child(1)) {
    margin-left: 0;
  }
}
.top-category nav ul > li:not(:nth-child(1)):nth-child(4) {
  margin-left: 5%;
}
@media screen and (max-width: 990px) {
  .top-category nav ul > li:not(:nth-child(1)):nth-child(4) {
    margin-left: 0;
  }
}
.top-category nav ul > li > a {
  display: flex;
}
.top-category nav ul > li > a > label {
  border-left: 2px solid #e4e1dc;
  padding: 0.2em 0.75em;
  font-size: 1.125rem;
  display: flex;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 990px) {
  .top-category nav ul > li > a > label {
    padding: 0.2em 0.5em;
  }
}
.top-category nav ul > li > a > label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: var(--img__icon__button_1);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 1em;
}
.top-category nav ul > li > a > img {
  object-fit: cover;
  width: 280px;
  height: 210px;
}

.top-story .top-story__img {
  width: 100%;
}
.top-story .top-story__content {
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .top-story .top-story__content {
    height: auto;
    max-height: initial;
    writing-mode: initial;
    margin: 0 1em;
    text-align: center;
  }
}
.top-story .top-story__content > * {
  margin: 0 1.5em;
  line-height: 2em;
}
@media screen and (max-width: 990px) {
  .top-story .top-story__content > * {
    margin: 0;
  }
}
.top-story .top-story__content > label {
  font-size: 2rem;
  font-weight: 700;
}
.top-story .top-story__content > p {
  max-height: 370px;
  margin-top: 2em;
  font-size: 1rem;
}
.top-story .top-story__buttons {
  display: flex;
  justify-content: center;
  margin: 130px 0 170px 0;
}
@media screen and (max-width: 990px) {
  .top-story .top-story__buttons {
    display: grid;
  }
  .top-story .top-story__buttons > a {
    width: 240px;
    height: 56px;
  }
}
.top-story .top-story__buttons > a {
  font-size: 1rem;
  margin: 0;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1em;
}
.top-story .top-story__buttons > a > img {
  width: 25px;
  margin-right: 1em;
}
.top-story .top-story__buttons > a:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 990px) {
  .top-story .top-story__buttons > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.top-history {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.top-history::before {
  content: "";
}
.top-history::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .top-history {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .top-history::before {
    content: "";
  }
  .top-history::after {
    content: "";
  }
}

.btn-to-top {
  display: none;
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 2;
  cursor: pointer;
  width: 3em;
}

.header {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.header a:hover {
  color: #bea069;
}

.header__top {
  display: grid;
  grid-template-columns: 300px 1fr 210px;
  position: relative;
}

.header__main {
  display: flex;
  position: relative;
  min-height: 70px;
  font-size: 1.125rem;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .header__main {
    min-height: 50px;
  }
}

.header__top__menu {
  text-align: end;
}

.header__top__menu__link {
  height: 40px;
  font-size: 0.875rem;
}

.header-menu-nav {
  display: inline-block;
  height: 100%;
  font-size: 1.125rem;
}
.header-menu-nav > ul {
  display: flex;
  height: inherit;
  justify-content: end;
  min-width: 590px;
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul {
    justify-content: initial;
    min-width: initial;
  }
}
.header-menu-nav > ul .main-link {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-menu-nav > ul .main-link > a {
  color: #ffffff;
  padding: 0.25em 0;
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul .main-link > a {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul .main-link {
    display: block;
  }
}
.header-menu-nav > ul .main-link .header-menu-sub-container {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear, height 0.3s 0.3s linear;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  transform: translate(0%, 100%);
  background-color: #000000;
  width: 100%;
  height: 0;
  padding: 2em 0;
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul .main-link .header-menu-sub-container {
    opacity: 1;
    visibility: visible;
    background-color: #ffffff !important;
    transform: none;
    position: relative;
    color: #505050;
    width: auto;
    padding: 0;
    height: auto;
    max-height: 0;
    transition: max-height 0.3s linear;
  }
}
.header-menu-nav > ul .main-link[aria-expanded] .btn-icon-arrow {
  margin-left: 0.5em;
  margin-top: 0.1em;
  background-image: var(--img__icon-arrow__arrow_4);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-position: center;
  background-size: 70%;
  transition: all 0.3s;
}
@media screen and (min-width: 990px) {
  .header-menu-nav > ul .main-link[aria-expanded=true] > a, .header-menu-nav > ul .main-link:hover > a {
    color: #bea069;
  }
  .header-menu-nav > ul .main-link[aria-expanded=true] .btn-icon-arrow, .header-menu-nav > ul .main-link:hover .btn-icon-arrow {
    filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
    transform: rotate(180deg);
  }
  .header-menu-nav > ul .main-link[aria-expanded=true] .header-menu-sub-container, .header-menu-nav > ul .main-link:hover .header-menu-sub-container {
    opacity: 1;
    visibility: visible;
    cursor: default;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul .main-link[aria-expanded=true] {
    color: #bea069;
  }
  .header-menu-nav > ul .main-link[aria-expanded=true] .btn-icon-arrow {
    filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
    transform: rotate(180deg);
  }
  .header-menu-nav > ul .main-link[aria-expanded=true] .header-menu-sub-container {
    cursor: default;
    display: block;
    height: auto;
    max-height: 10000px;
    transition: max-height 1s linear;
  }
}
.header-menu-nav > ul > li:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 990px) {
  .header-menu-nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
}

.header-menu-sub-widget {
  font-size: 1rem;
  display: grid;
  justify-content: center;
  grid-template-columns: 0.5fr 3fr 0.5fr;
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget {
    display: block;
  }
}
.header-menu-sub-widget .sub-widget {
  display: flex;
}
.header-menu-sub-widget .sub-widget .left {
  margin-left: 10em;
}
.header-menu-sub-widget .sub-widget .right {
  margin-left: 10em;
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget .sub-widget {
    display: grid;
    margin-top: 1.5em;
  }
  .header-menu-sub-widget .sub-widget .left {
    margin-left: 0;
  }
  .header-menu-sub-widget .sub-widget .middle {
    display: none;
  }
  .header-menu-sub-widget .sub-widget .right {
    margin-left: 0;
  }
}
.header-menu-sub-widget .left > ul > li,
.header-menu-sub-widget .left-2 > ul > li,
.header-menu-sub-widget .middle > ul > li,
.header-menu-sub-widget .right > ul > li {
  list-style: none;
}
.header-menu-sub-widget .left > ul > li:not(:last-child),
.header-menu-sub-widget .left-2 > ul > li:not(:last-child),
.header-menu-sub-widget .middle > ul > li:not(:last-child),
.header-menu-sub-widget .right > ul > li:not(:last-child) {
  padding-bottom: 1em;
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .left {
  margin-right: 3em;
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget[aria-expanded=true] .sub-widget .left {
    margin-right: 0;
  }
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .middle {
  margin-top: 3em;
  margin-left: 1em;
  border-left: 3px solid #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget[aria-expanded=true] .sub-widget .middle {
    display: none;
  }
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .middle > ul {
  padding-left: 1em;
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .middle > ul > li::before {
  content: " - ";
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .middle > ul > li:hover {
  cursor: pointer;
  color: #bea069;
}
.header-menu-sub-widget[aria-expanded=true] .sub-widget .right {
  margin-left: 7em;
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget[aria-expanded=true] .sub-widget .right {
    margin-left: 0;
  }
}
.header-menu-sub-widget:before {
  content: "";
}
.header-menu-sub-widget:after {
  content: "";
}
@media screen and (max-width: 990px) {
  .header-menu-sub-widget:before {
    content: none;
  }
  .header-menu-sub-widget:after {
    content: none;
  }
}

.header-menu-sub-widget-line {
  display: flex;
  align-items: center;
}
.header-menu-sub-widget-line ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-menu-sub-widget-line ul li {
  list-style: none;
}
.header-menu-sub-widget-line ul li:not(:last-child) {
  margin-right: 4em;
}

.sub-menu-title {
  cursor: default;
  font-size: 1.25rem;
  padding-bottom: 1em;
  display: block;
}

.sub-menu-list {
  cursor: pointer;
}
.sub-menu-list .btn-icon-hover {
  margin: 0 1em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.sub-menu-list .btn-icon-hover-arrow {
  margin: 0 1em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.sub-menu-list[aria-expanded] .btn-icon-hover-arrow {
  background-image: var(--img__icon-arrow__arrow_1);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media screen and (max-width: 990px) {
  .sub-menu-list[aria-expanded] .btn-icon-hover-arrow {
    filter: none;
  }
}
.sub-menu-list[aria-expanded=true], .sub-menu-list:hover {
  color: #bea069;
}
.sub-menu-list[aria-expanded=true] .btn-icon-hover, .sub-menu-list:hover .btn-icon-hover {
  background-image: var(--img__icon__button_1);
}
.sub-menu-list[aria-expanded=true] .btn-icon-hover-arrow, .sub-menu-list:hover .btn-icon-hover-arrow {
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}
.sub-menu-list[aria-expanded=true] .left-2 {
  max-height: 600px;
  position: relative;
  color: #ffffff;
  transform: none;
  padding-top: 0;
}
.sub-menu-list[aria-expanded=true] .left-2 ul {
  border-left: none;
}
.sub-menu-list .left-2 {
  color: #ffffff;
  background-color: #000000;
  min-width: 10em;
  display: none;
  padding-top: 3.1em;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  transform: translate(100%, 0);
}
@media screen and (max-width: 990px) {
  .sub-menu-list .left-2 {
    display: block;
    max-height: 0;
    background-color: #ffffff;
  }
}
.sub-menu-list .left-2 nav {
  min-height: 100%;
  margin-left: 40px;
  background-color: #000000;
}
@media screen and (max-width: 990px) {
  .sub-menu-list .left-2 nav {
    background-color: #ffffff;
    color: #505050;
  }
}
.sub-menu-list .left-2 ul {
  border-left: 2px solid #ffffff;
  height: 100%;
}
.sub-menu-list .left-2 li {
  padding-left: 3em;
  padding-bottom: 1em;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .sub-menu-list .left-2 li {
    padding-left: 1em;
  }
}
.sub-menu-list .left-2 li .link {
  flex: 1 1 0;
}
.sub-menu-list .left-2 li:hover {
  color: #bea069;
}
.sub-menu-list .left-2 li::before {
  content: " - ";
  color: inherit;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.sub-menu-list .left-2 li:hover::before {
  color: #bea069;
}

@media screen and (max-width: 990px) {
  .header__main__logo {
    flex: 1 1 0;
  }
}

.header__main__menu {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header__main__menu > *:not(:last-child) {
  margin-right: 1em;
}
.header__main__menu__link {
  height: 70px;
}
@media screen and (max-width: 990px) {
  .header__main__menu__link {
    height: auto;
  }
}

@media screen and (max-width: 990px) {
  .primary-navigation {
    padding: 0;
  }
  .primary-navigation .primary-navigation-container {
    padding: 0.5em 0;
    position: fixed;
    bottom: 0;
    top: 50px;
    right: 50px;
    left: 0;
    background-color: #000000;
    transform: translateX(-100%);
    transition: transform 350ms ease-out;
  }
  .primary-navigation .primary-navigation-container > ul {
    flex-direction: column;
    overflow-y: overlay;
    overflow-x: hidden;
    padding-bottom: 3em;
  }
  .primary-navigation[data-visible=true] {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .primary-navigation[data-visible=true] .primary-navigation-container {
    transform: translateX(0);
  }
}

@media screen and (max-width: 990px) {
  .sp-menu > a {
    font-size: 1.375rem;
    display: block;
    padding: 1em 1.5em;
  }
  .sp-menu > .sp-sub-menu {
    background-color: #ffffff;
    color: #000000;
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  .sp-menu[aria-expanded] > a {
    pointer-events: none;
  }
  .sp-menu[aria-expanded] .btn-icon-arrow {
    margin-left: 0.5em;
    margin-top: 0.1em;
    background-image: var(--img__icon-arrow__arrow_4);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    background-position: center;
    background-size: 70%;
    transition: all 0.3s;
  }
  .sp-menu[aria-expanded=true] .btn-icon-arrow {
    filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
    transform: rotate(180deg);
  }
  .sp-menu[aria-expanded=true] > a {
    color: #bea069 !important;
  }
  .sp-menu[aria-expanded=true] > .sp-sub-menu {
    max-height: 2000px;
    transition: max-height 0.25s ease-in;
  }
  .left,
.right {
    margin-top: 0.25em;
    margin-bottom: 1em;
  }
  .left > label,
.right > label {
    display: block;
    font-size: 1.375rem;
    padding: 0.2em 2.5em 0.5em 1.5em;
  }
  .left > ul > li,
.right > ul > li {
    padding: 0.2em 2.5em 0.5em 1.5em;
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  .left > ul > li,
.right > ul > li {
    padding-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .sp-menu-2 {
    margin-left: 2em;
    position: relative;
  }
  .sp-menu-2 > .sp-sub-menu-2 {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  .sp-menu-2 > li {
    padding-left: 4em !important;
  }
  .sp-menu-2 li {
    list-style: none;
    padding-bottom: 1em;
  }
  .sp-menu-2 li:last-child {
    padding-bottom: 0;
  }
  .sp-menu-2 li::before {
    content: " - ";
    color: #000000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .sp-menu-2 .btn-icon-hover {
    position: absolute;
    left: -0.5em;
    top: 0.3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
  }
  .sp-menu-2 .btn-icon-hover-arrow {
    display: none;
  }
  .sp-menu-2[aria-expanded] > a {
    pointer-events: none;
  }
  .sp-menu-2[aria-expanded] .btn-icon-hover-arrow {
    margin: 0 1em;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: var(--img__icon-arrow__arrow_1);
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  .sp-menu-2[aria-expanded] .btn-icon-hover-arrow {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .sp-menu-2[aria-expanded=true] .btn-icon-hover {
    background-image: var(--img__icon__button_1);
  }
  .sp-menu-2[aria-expanded=true] .btn-icon-hover-arrow {
    filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
  }
  .sp-menu-2[aria-expanded=true] > a {
    color: #bea069;
  }
  .sp-menu-2[aria-expanded=true] nav {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .sp-menu-2[aria-expanded=true] > .sp-sub-menu-2 {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  .sp-menu-2[aria-expanded=true] > .sp-sub-menu-2 {
    right: 1.5em;
  }
}
.mobile-nav-toggle {
  width: 40px;
  height: 40px;
  margin-right: 0.25em;
  margin-left: 1em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.mobile-nav-toggle::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 2em;
  transform: translateY(-10px);
  transition: 0.4s;
}
.mobile-nav-toggle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 2em;
  transform: translateY(10px);
  transition: 0.4s;
  box-shadow: 0 -10px 0 0;
}
.mobile-nav-toggle[aria-expanded=true]::before {
  transform: rotate(45deg);
}
.mobile-nav-toggle[aria-expanded=true]::after {
  box-shadow: none;
  transform: rotate(-45deg);
}

.im-logo-drark {
  display: block;
  height: 70px;
  width: 225px;
  background-repeat: no-repeat;
  background-image: var(--img__logo__logo_2);
}
@media screen and (max-width: 990px) {
  .im-logo-drark {
    height: 50px;
    width: 150px;
  }
}

.im-logo-red {
  display: block;
  height: 70px;
  width: 300px;
  background-repeat: no-repeat;
  background-image: var(--img__logo__logo_1);
}
@media screen and (max-width: 990px) {
  .im-logo-red {
    background-image: var(--img__logo__logo_2);
    height: 50px;
    width: 150px;
  }
}

.login-not-container a,
.login-is-container a {
  color: #ffffff;
}
.login-not-container .link,
.login-is-container .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-not-container:hover a,
.login-is-container:hover a {
  color: #bea069;
}
.login-not-container:hover .i-login,
.login-is-container:hover .i-login {
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}

.i-login {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: transparent;
  background-image: var(--img__icon__login);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 990px) {
  .i-login {
    width: 40px;
    height: 40px;
  }
}

.header-icon-btn.i-shopcart::after, .header-icon-btn.i-favorite::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.header-icon-btn.i-shopcart:hover::after, .header-icon-btn.i-favorite:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.search-container-d {
  padding: 1em 1.5em;
}
.search-container-d .search-container {
  display: flex;
  align-items: center;
}

.search-container {
  display: flex;
  align-items: center;
}
.search-container .search-bar {
  font-size: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  caret-color: #ffffff;
  padding-left: 0.5em;
}
@media screen and (max-width: 990px) {
  .search-container .search-bar {
    width: 80%;
    font-size: 1rem;
  }
}

.i-search {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  background-image: var(--img__icon__search);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.i-search:hover {
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}
@media screen and (max-width: 990px) {
  .i-search {
    width: 40px;
  }
}

.header__main__shop {
  height: 70px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .header__main__shop {
    height: 50px;
  }
}
.header__main__shop > *:not(.header-icon-btn) {
  margin-right: 2em;
}
@media screen and (max-width: 990px) {
  .header__main__shop > *:not(.header-icon-btn) {
    margin-right: 0.5em;
  }
}

.header-icon-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .header-icon-btn {
    width: 50px;
    height: 50px;
  }
}
.header-icon-btn.i-favorite {
  background-image: var(--img__icon__heart_1);
  background-color: #bea069;
}
.header-icon-btn.i-shopcart {
  background-image: var(--img__icon__cart_1);
  background-color: #000000;
  position: relative;
}
.header-icon-btn.i-shopcart .i-shopcart__count {
  min-width: 1.25em;
  min-height: 1.25em;
  background-color: #e50012;
  color: #ffffff;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1.25em;
  border-radius: 50%;
  right: 1px;
}

.footer-top-img {
  margin-top: 170px;
}

.footer-container-2 a, .footer-container-1 a,
.footer-container-2 p,
.footer-container-1 p,
.footer-container-2 span,
.footer-container-1 span {
  color: #ffffff;
}

.footer-container-1 {
  background-color: #000000;
  display: grid;
  grid-template-columns: 1fr minmax(1300px, 70vw) 1fr;
}
.footer-container-1::after {
  content: "";
}
.footer-container-1::before {
  content: "";
}
@media screen and (max-width: 990px) {
  .footer-container-1 {
    grid-template-columns: 100vw;
  }
  .footer-container-1::after {
    content: none;
  }
  .footer-container-1::before {
    content: none;
  }
}

.footer-container-2 {
  font-size: 0.875rem;
  padding: 4em 0;
  margin-top: 4em;
  border-top: 2px solid #ffffff;
  background-color: #000000;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 990px) {
  .footer-container-2 {
    grid-template-columns: 100vw;
  }
}

.footer-top-first {
  margin-top: 5em;
  margin-bottom: 2em;
}
.footer-top-first .im-logo-drark {
  width: 190px;
  height: 60px;
}

.footer-top-second {
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .footer-top-second {
    display: block;
    padding: 0;
  }
}

.footer-top-second__left {
  display: flex;
}
.footer-top-second__left > *:not(:last-child) {
  margin-right: 5vw;
}
@media screen and (max-width: 990px) {
  .footer-top-second__left > *:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .footer-top-second__left {
    display: block;
  }
}

.footer-top-second__right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: end;
  margin-left: 3em;
}
@media screen and (max-width: 990px) {
  .footer-top-second__right {
    margin-top: 3em;
    margin-left: 0;
    display: grid;
    justify-items: center;
  }
}

.brand-website {
  display: block;
  border: 1px solid #ffffff;
  width: 280px;
  height: 64px;
  text-align: center;
  line-height: 64px;
}

.footer-list label {
  color: #ffffff;
  display: block;
  padding: 1em 0;
  font-size: 1.125rem;
}
.footer-list label .btn-icon-arrow {
  margin-left: 0.5em;
  margin-top: 0.1em;
  background-image: var(--img__icon-arrow__arrow_4);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-position: center;
  background-size: 70%;
  transition: all 0.3s;
  display: none;
}
@media screen and (max-width: 990px) {
  .footer-list label .btn-icon-arrow {
    display: inline-block;
  }
}
@media screen and (max-width: 990px) {
  .footer-list label {
    padding-left: 1em;
    border-bottom: 2px solid #ffffff;
  }
  .footer-list label[aria-expanded=true] + ul {
    max-height: 10000px;
    transition: max-height 0.5s ease-in;
  }
  .footer-list label[aria-expanded=true] .btn-icon-arrow {
    filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
    transform: rotate(180deg);
    filter: none;
  }
}
.footer-list ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1.3em 2vw;
}
@media screen and (max-width: 990px) {
  .footer-list ul {
    overflow: hidden;
    background-color: #ffffff;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    max-height: 0;
    transition: max-height 0.3s ease-out;
  }
}
.footer-list li {
  list-style: none;
}
@media screen and (max-width: 990px) {
  .footer-list li {
    padding: 1em 3em;
  }
  .footer-list li a,
.footer-list li p,
.footer-list li span {
    color: #505050;
  }
}

.social-media-container {
  margin-top: 1.5em;
  display: flex;
}
.social-media-container img {
  width: 60px;
}

.footer-bottom {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .footer-bottom {
    font-size: 0.625rem;
  }
}

.footer-rule {
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
}
.footer-rule > span:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 990px) {
  .footer-rule > span:not(:last-child) {
    margin-right: 0;
    border-right: 1px solid #ffffff;
    padding-right: 1em;
    margin-right: 1em;
  }
}

#Wrap {
  min-width: 100%;
}

@media screen and (max-width: 990px) {
  #Head {
    display: none;
  }
}
#Head > .inner {
  min-width: 100%;
}

#Contents {
  margin: 0;
}

@media screen and (max-width: 990px) {
  #Wrap {
    margin-top: 49px;
  }
}

#Foot {
  padding: 0;
  border: none;
}

#Foot .inner {
  min-width: 100%;
}

.feature-page-parts-list {
  width: 100%;
}

#primary {
  width: 100%;
  padding-left: 0;
}

label {
  cursor: initial;
}

.product-list-banner {
  background-image: var(--img__photo__footer);
  min-height: 570px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.product-list-banner::before {
  content: "";
}
.product-list-banner::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .product-list-banner {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
    min-height: 370px;
  }
  .product-list-banner::before {
    content: "";
  }
  .product-list-banner::after {
    content: "";
  }
}
.product-list-banner .product-list-banner__content {
  place-items: flex-end;
  display: grid;
  place-content: center flex-end;
}
.product-list-banner .product-list-banner__content label {
  line-height: 2;
  text-align: end;
  font-size: 1.5rem;
}
@media screen and (max-width: 990px) {
  .product-list-banner .product-list-banner__content label {
    display: grid;
    font-size: 1.25rem;
  }
}
.product-list-banner .product-list-banner__content p {
  text-align: end;
  line-height: 2;
  font-size: 1rem;
}

#sortBox .box {
  margin-right: 0;
}

.productList-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (max-width: 990px) {
  .productList-header {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.productList-header .right {
  display: flex;
}
@media screen and (max-width: 990px) {
  .productList-header .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}

.rSortList {
  background-color: #505050;
  background-image: var(--img__icon-arrow__arrow_1_white_down);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 10%;
  color: #ffffff;
  -webkit-appearance: none;
  padding: 1em 4em 1em 1em;
  width: 170px;
  margin: 0.8em;
}
.rSortList + div + div {
  display: none;
}
@media screen and (max-width: 990px) {
  .rSortList {
    width: 100%;
    margin: 0.8em 0;
  }
}

.select-btn-search-price {
  background-image: var(--img__icon-arrow__arrow_1_black_down);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 10%;
  color: #505050;
  -webkit-appearance: none;
  padding: 1em 4em 1em 1em;
  width: 170px;
  margin: 0.8em 0;
}
@media screen and (max-width: 990px) {
  .select-btn-search-price {
    width: 100%;
  }
}

#breadcrumb {
  margin-top: 2em;
}
#breadcrumb ul {
  line-height: 1.5;
}
#breadcrumb ul li {
  display: contents;
}
#breadcrumb li:not(:last-of-type) a {
  text-decoration: underline;
}
#breadcrumb li:not(:last-of-type) a:visited {
  text-decoration: underline;
}

#pagination.onlyCounts .pages,
#pagination.onlyCounts .pre,
#pagination.onlyCounts .next {
  display: none;
}
#pagination.onlyPages {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
  text-align: center;
}
#pagination.onlyPages .total {
  display: none;
}
@media screen and (max-width: 990px) {
  #pagination.onlyPages {
    margin: 4em 2em;
  }
}
#pagination .total {
  font-size: 1.25rem;
}
#pagination .total > number {
  padding: 0 0.3em;
  font-size: 1.875rem;
  font-weight: 700;
}
#pagination .pages {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  gap: 1em;
  justify-content: center;
  align-items: center;
}
#pagination .pages b {
  padding-bottom: 2px;
  text-decoration: underline;
}
#pagination .pre {
  display: block;
  background-image: var(--img__icon-arrow__arrow_1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}
#pagination .pre:not([href]) {
  display: none;
}
#pagination .next {
  display: block;
  background-image: var(--img__icon-arrow__arrow_1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
#pagination .next:not([href]) {
  display: none;
}

.ga_product_list {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.ga_product_list::before {
  content: "";
}
.ga_product_list::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .ga_product_list {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .ga_product_list::before {
    content: "";
  }
  .ga_product_list::after {
    content: "";
  }
}

.heightLineParent {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  justify-items: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 990px) {
  .heightLineParent {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1rem;
  }
}
.heightLineParent ul {
  width: 100%;
}

.link_product_detail:hover {
  text-decoration: none;
}

.link_product_detail {
  color: inherit;
  text-decoration: none;
}

.link_product_detail:hover {
  text-decoration: none;
  opacity: 0.8;
}

.link_product_detail:visited {
  color: inherit;
  text-decoration: none;
}

.link_product_detail:active {
  color: inherit;
  text-decoration: none;
}

span.static-link_product_detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #505050;
  text-decoration: none;
}
span.static-link_product_detail:visited {
  color: #505050;
}
span.static-link_product_detail .image {
  position: relative;
  width: 296px;
}
@media screen and (max-width: 990px) {
  span.static-link_product_detail .image {
    width: initial;
  }
}
span.static-link_product_detail .image img {
  width: 100%;
  aspect-ratio: 1/1;
}
span.static-link_product_detail .image .soldout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.static-product-category {
  color: #bea069;
  padding: 0.5em 0;
  font-size: 1rem;
}

.static-product-name {
  font-size: 1.25rem;
  padding: 0.5em 0 0.25em 0;
  flex: 1 1 0;
}

.static-product-price {
  text-align: right;
  color: #8c8c8c;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

.ga_ProductDetail {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.ga_ProductDetail::before {
  content: "";
}
.ga_ProductDetail::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .ga_ProductDetail::before {
    content: "";
  }
  .ga_ProductDetail::after {
    content: "";
  }
}
.ga_ProductDetail .breadcrumb {
  margin-top: 3em;
}
.ga_ProductDetail .main-info {
  display: grid;
  grid-template-columns: 1fr 456px;
  gap: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .main-info {
    grid-template-columns: 1fr;
  }
}
.ga_ProductDetail .main-image img {
  width: 80%;
  margin: 0 auto;
}
.ga_ProductDetail .sub-images {
  display: grid;
  grid-template-columns: auto 250px auto;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .sub-images {
    gap: 0;
  }
}
.ga_ProductDetail .sub-images .myImageSwiper {
  width: 250px;
}
.ga_ProductDetail .sub-images .album-slider__button-next {
  background-image: var(--img__icon-arrow__arrow_1);
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .sub-images .album-slider__button-next {
    width: 1em;
    height: 1em;
  }
}
.ga_ProductDetail .sub-images .album-slider__button-prev {
  background-image: var(--img__icon-arrow__arrow_1);
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  justify-self: flex-end;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .sub-images .album-slider__button-prev {
    width: 1em;
    height: 1em;
  }
}
.ga_ProductDetail .main-info__product-right {
  line-height: 1.5;
  color: #505050;
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .main-info__product-right {
    padding-top: 0;
  }
}
.ga_ProductDetail .main-info__product-right__group-1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px 3em;
  margin-bottom: 2em;
  margin-top: 2em;
  line-height: 1.5;
}
.ga_ProductDetail .main-info__product-right__group-1 .icon_favorite a {
  width: 4em;
  height: 4em;
  background-image: var(--img__icon__heart_2);
  background-repeat: none;
  background-size: cover;
  border-radius: 50%;
  display: block;
}
.ga_ProductDetail .main-info__product-right__group-1 .icon_favorite a:hover, .ga_ProductDetail .main-info__product-right__group-1 .icon_favorite a.added {
  background-image: var(--img__icon__heart_2_hover);
  background-color: #bea069;
}
.ga_ProductDetail .main-info__product-right__group-1 .title-container {
  align-self: center;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .main-info__product-right__group-1 .title-container {
    grid-column: span 2;
  }
  .ga_ProductDetail .main-info__product-right__group-1 .icon_favorite {
    order: 3;
  }
}
.ga_ProductDetail .title-container__product-name {
  font-size: 1.5rem;
  font-weight: 700;
  cursor: initial;
}
.ga_ProductDetail .price-container {
  display: grid;
  gap: 1.25em;
}
.ga_ProductDetail .productPrice {
  font-weight: 700;
}
.ga_ProductDetail .productPrice number {
  font-size: 1.375rem;
}
.ga_ProductDetail .productPrice .tax-include-string {
  font-size: 0.875rem;
}
.ga_ProductDetail .product-summary p {
  margin: 0 !important;
  color: #8c8c8c;
  font-size: 1rem;
  line-height: 1.5;
}
.ga_ProductDetail .order-action {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .order-action {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}
.ga_ProductDetail .order-action__right {
  flex: 1 1 0;
  display: grid;
  gap: 1.5em;
}
.ga_ProductDetail .order-action__right > * {
  justify-self: self-end;
}
.ga_ProductDetail .order-amount {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.ga_ProductDetail .ipt-amount {
  text-align: left !important;
  width: 80px;
  padding: 0.2em 1em;
  border: 1px solid #e4e1dc;
  margin-left: 1em;
}
.ga_ProductDetail .share-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #8c8c8c;
  margin-top: 1em;
}
.ga_ProductDetail .share-container > * {
  font-size: 0.875rem;
}
.ga_ProductDetail .share-container p {
  margin-right: 1em;
}
.ga_ProductDetail .share-container a[class^=icon] {
  display: block;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  background-size: cover;
}
.ga_ProductDetail .share-container a[class^=icon].icon-line {
  background-image: var(--img__icon-social-media__line);
}
.ga_ProductDetail .share-container a[class^=icon].icon-facebook {
  background-image: var(--img__icon-social-media__fb);
}
.ga_ProductDetail .share-container a[class^=icon].icon-twitter {
  background-image: var(--img__icon-social-media__twitter_2);
}
.ga_ProductDetail .sub-info .sub-info__title {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  border-bottom: 2px solid #e4e1dc;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.ga_ProductDetail .sub-info .sub-info__content {
  margin-bottom: 3.5em;
  display: grid;
  gap: 1.5em;
}
.ga_ProductDetail .sub-info__product-table {
  display: grid;
  grid-template-columns: 180px minmax(auto, 450px);
  margin: 0 auto;
  justify-content: center;
}
.ga_ProductDetail .sub-info__product-table .row {
  display: contents;
}
.ga_ProductDetail .sub-info__product-table .row > * {
  padding: 0.75em 1em;
  font-size: 1rem;
}
.ga_ProductDetail .sub-info__product-table .row__title {
  background-color: #e4e1dc;
  border-bottom: 1.5px solid #ffffff;
}
.ga_ProductDetail .sub-info__product-table .row__content {
  border-bottom: 1.5px solid #e4e1dc;
}
.ga_ProductDetail.related-product-parent {
  padding: 6em 0;
  margin: 2em 0 6em 0;
  background-color: rgba(228, 225, 220, 0.5);
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail.related-product-parent {
    margin: 2em 0 4em 0;
  }
}
.ga_ProductDetail.related-product-parent > .ga_ProductDetail-conatiner {
  grid-column: span 2;
  padding-right: 5em;
}
.ga_ProductDetail.related-product-parent span.static-link_product_detail .image {
  width: initial;
}
.ga_ProductDetail.related-product-parent .related-product {
  display: flex;
}
.ga_ProductDetail.related-product-parent .related-product > label {
  writing-mode: vertical-lr;
  font-size: 1.875rem;
  font-weight: 700;
  margin-right: 1em;
}
.ga_ProductDetail.related-product-parent .related-product .related-product-content {
  width: 100px;
  flex: 1 1 0;
  margin-left: 1em;
}
.ga_ProductDetail.related-product-parent .related-product .swiper {
  width: 100%;
  height: auto;
  margin-top: 5em;
}
.ga_ProductDetail.related-product-parent .related-product .swiper-slide {
  width: 300px;
  display: flex;
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail.related-product-parent .related-product .swiper-slide {
    width: 60%;
  }
}
.ga_ProductDetail.related-product-parent .related-product .swiper-slide .static-link_product_detail {
  width: 100%;
}
.ga_ProductDetail.related-product-parent .related-product .swiper-slide .static-link_product_detail img {
  width: 100%;
}
.ga_ProductDetail .othert-product-container {
  display: flex;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .othert-product-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}
.ga_ProductDetail .othert-product-container > label {
  writing-mode: vertical-lr;
  font-size: 1.875rem;
  font-weight: 700;
  margin-right: 1em;
}
@media screen and (max-width: 990px) {
  .ga_ProductDetail .othert-product-container > label {
    writing-mode: initial;
    margin-right: 0px;
    text-align: center;
  }
}

.btn-order {
  min-width: 250px;
  padding: 1em 3em;
  font-size: 1.125rem;
  text-align: center;
}
.btn-order > img {
  width: 1.5em;
  display: initial;
  margin-right: 1em;
}
@media screen and (max-width: 990px) {
  .btn-order {
    width: 100%;
  }
}

#dvCheckList label {
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.875rem;
  margin: 2.5em 0;
}

.dvCheckList-container {
  display: flex;
}
.dvCheckList-container .dvCheckList-content {
  width: 100px;
  flex: 1 1 0;
  margin-left: 2em;
}
.dvCheckList-container .swiper {
  width: 100%;
  height: auto;
}
.dvCheckList-container .swiper-slide {
  width: 25%;
  display: flex;
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 990px) {
  .dvCheckList-container .swiper-slide {
    width: 60%;
  }
}
.dvCheckList-container .swiper-slide > a {
  width: 100%;
}
.dvCheckList-container .swiper-slide > a img {
  width: 100%;
}

.desc_detail4 img, .desc_detail1 > span img,
.desc_detail2 > span img, .desc_detail1 > span,
.desc_detail2 > span {
  width: 460px;
}
@media screen and (max-width: 990px) {
  .desc_detail4 img, .desc_detail1 > span img,
.desc_detail2 > span img, .desc_detail1 > span,
.desc_detail2 > span {
    width: 100%;
  }
}

.desc_detail1,
.desc_detail2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
}
.desc_detail1 > span img,
.desc_detail2 > span img {
  margin: auto;
}
.desc_detail1 > span label,
.desc_detail2 > span label {
  padding: 1em 0;
  font-size: 1.25rem;
  display: block;
}
.desc_detail1 > span p,
.desc_detail2 > span p {
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .desc_detail1,
.desc_detail2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 990px) {
  .desc_detail2 > span:nth-child(1) {
    order: 1;
  }
}

.desc_detail3 img {
  width: 936px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .desc_detail3 img {
    width: 100%;
  }
}

.desc_detail4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.desc_detail4 img {
  margin: auto;
}
@media screen and (max-width: 990px) {
  .desc_detail4 {
    grid-template-columns: 1fr;
  }
}

.desc_detail5 {
  width: 936px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .desc_detail5 {
    width: 100%;
    display: initial;
  }
}
.desc_detail5 label {
  padding: 1em 0;
  font-size: 1.25rem;
  display: block;
}
.desc_detail5 p {
  line-height: 1.5;
}

.login-page {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
  grid-template-columns: 1fr 1200px 1fr;
  margin: 3em 0;
}
.login-page::before {
  content: "";
}
.login-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .login-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .login-page::before {
    content: "";
  }
  .login-page::after {
    content: "";
  }
}
.login-page .login-page-main-title {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5em;
}
.login-page .login-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 990px) {
  .login-page .login-page-content {
    grid-template-columns: 1fr;
  }
}
.login-page .login-page-left {
  border-right: 1px solid #505050;
}
@media screen and (max-width: 990px) {
  .login-page .login-page-left {
    border-right: none;
    border-bottom: 1px solid #505050;
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
  }
}
.login-page .sub-title {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  margin: 1.5em 0;
}
@media screen and (max-width: 990px) {
  .login-page .sub-title {
    text-align: left;
  }
}
.login-page .login-form {
  display: grid;
  gap: 1.5em;
  justify-content: center;
  width: 400px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .login-page .login-form {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.login-page .login-form-inputs {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5em;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .login-page .login-form-inputs {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.login-page .login-form-inputs > input {
  height: 2.5em;
}
@media screen and (max-width: 990px) {
  .login-page .login-form-inputs > input {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.login-page .login-form-title {
  margin: 0 !important;
}
.login-page .login-form-others {
  display: flex;
  align-items: flex-start;
  margin-left: 0.5em !important;
}
.login-page .login-form-others > p {
  margin-left: 0.5em !important;
  flex: 1 1 0;
}
.login-page .login-form-others + p {
  text-align: center;
}
.login-page .login-form-submit {
  width: 400px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .login-page .login-form-submit {
    width: 100%;
  }
}
.login-page .login-form-footer-action-container {
  text-align: center;
  display: grid;
  gap: 1em;
}
.login-page .login-form-footer-action-container a {
  text-decoration: underline;
}
.login-page .login-form-footer-action-container a > span {
  margin-left: 2em;
}
.login-page .login-page-right {
  text-align: center !important;
}
.login-page .register-text {
  line-height: 2;
  text-align: center;
  margin-bottom: 2em !important;
}
@media screen and (max-width: 990px) {
  .login-page .register-text {
    text-align: left;
  }
}
.login-page .register-submit {
  color: inherit;
  width: 400px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .login-page .register-submit {
    width: 100%;
  }
}

.register-step {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
  margin: 3em 0;
}
.register-step::before {
  content: "";
}
.register-step::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .register-step {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .register-step::before {
    content: "";
  }
  .register-step::after {
    content: "";
  }
}
.register-step .register-rule-container {
  border: 1px solid #505050;
  height: 25vw;
  padding: 2em;
  font-size: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 990px) {
  .register-step .register-rule-container {
    height: 80vw;
  }
}
.register-step .register-rule-container h4 {
  margin-bottom: 0.5em;
}
.register-step .register-rule-container p {
  margin-bottom: 1.5em;
}
.register-step .register-input-form {
  display: grid;
  gap: 0 1.75em;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .register-step .register-input-form {
    width: 100%;
  }
}
.register-step .register-input-form .row-full:empty {
  display: contents;
}
.register-step .register-input-form .row-full span:empty {
  display: contents;
}
.register-step .register-input-form .row-full {
  grid-column: span 2;
}
.register-step .register-input-form .row-full > hr {
  margin: 3em 0;
}
.register-step .register-input-form .group-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: end;
  line-height: 1.5;
}
.register-step .register-input-form .group-title > label {
  position: relative;
}
.register-step .register-input-form .group-title > label > label {
  position: absolute;
  min-width: 50px;
  top: -23px;
}
.register-step .register-input-form .group-error {
  margin: 0.5em 0;
}
.register-step .register-input-form .group-checkbox-grid-3 {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}
.register-step .register-confirm-form {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 2em;
  font-size: 1rem;
  margin: 4em 0;
}
@media screen and (max-width: 990px) {
  .register-step .register-confirm-form {
    font-size: 0.875rem;
  }
}

.register-main-title {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 2em 0 1em 0;
}

.register-content-title {
  line-height: 2;
  font-size: 1rem;
  text-align: center;
  margin: 2.25em 0 3em 0;
}

.register-content-footer.btns {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}
@media screen and (max-width: 990px) {
  .register-content-footer.btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.register-content-footer.btns > * {
  font-size: 1rem;
  padding: 0;
  width: 220px;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 990px) {
  .register-content-footer.btns > * {
    width: 100%;
  }
}
.register-content-footer.btns > *:not(:nth-child(1)) {
  margin-left: 2em;
}
@media screen and (max-width: 990px) {
  .register-content-footer.btns > *:not(:nth-child(1)) {
    margin-left: 0;
  }
}

.top-menu-step-bar {
  padding: 5em 10em;
}
@media screen and (max-width: 990px) {
  .top-menu-step-bar {
    padding: 5em 1em;
    font-size: 0.75rem;
  }
}
.top-menu-step-bar .top-menu-step-container {
  position: relative;
}
.top-menu-step-bar .line {
  display: flex;
  justify-content: space-between;
  background-color: #e4e1dc;
  height: 1px;
}
.top-menu-step-bar .menu {
  top: -0.5em;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #bea069;
}
.top-menu-step-bar .text {
  color: #505050;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: 2em;
  left: 50%;
  transform: translate(-50%, 0);
}

.step-4 .menu:nth-child(1),
.step-4 .menu:nth-child(2),
.step-4 .menu:nth-child(3), .step-3 .menu:nth-child(1),
.step-3 .menu:nth-child(2), .step-2 .top-menu-step-bar .menu:nth-child(1) {
  background-color: #505050;
}

.step-3 .top-menu-step-bar .menu:nth-child(3) ~ *, .step-2 .top-menu-step-bar .menu:nth-child(2) ~ *, .step-1 .top-menu-step-bar .menu:nth-child(1) ~ * {
  background-color: #e4e1dc;
}

.user-infor-form .group-input__zip {
  display: flex;
}
.user-infor-form .group-input__zip input {
  flex: 1 1 0;
}
.user-infor-form .group-input__zip a {
  margin-left: 1em;
  min-width: 120px;
  padding: 0;
  line-height: 2.5;
}
.user-infor-form .group-input__birthday {
  display: flex;
  align-items: center;
}
.user-infor-form .group-input__birthday > select {
  width: 100%;
  margin-right: 1em;
}
.user-infor-form .group-input__birthday > select:not(:first-child) {
  margin-left: 1em;
}
.user-infor-form .check-box-whith-info > span {
  display: grid;
  grid-auto-flow: column;
}
.user-infor-form select {
  border: 1px solid #505050;
  padding: 0.5em 1em;
  width: 100%;
}
.user-infor-form input[type=checkbox] {
  margin-right: 0.5em;
}
.user-infor-form input[type=checkbox] + * {
  padding-right: 1em;
}
.user-infor-form .group-checkbox-flex-2,
.user-infor-form .group-checkbox-flex-2 .radioBtn {
  display: flex;
  align-items: flex-start;
}
.user-infor-form .group-checkbox-flex-2 > *:not(:nth-child(1)),
.user-infor-form .group-checkbox-flex-2 .radioBtn > *:not(:nth-child(1)) {
  margin-left: 1em;
}

.group-interested > span {
  display: grid;
  grid-template-columns: 2em 1fr 2em 1fr 2em 1fr;
  gap: 1em 0;
}
.group-interested > span > br {
  display: none;
}

.user-page-title {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 2em 0 1em 0;
}

.user-page-menu {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.user-page-menu::before {
  content: "";
}
.user-page-menu::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .user-page-menu {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .user-page-menu::before {
    content: "";
  }
  .user-page-menu::after {
    content: "";
  }
}
.user-page-menu-widget {
  margin: 2em;
}
@media screen and (max-width: 990px) {
  .user-page-menu-widget {
    margin: 2em 0;
  }
}
.user-page-menu-widget ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
@media screen and (max-width: 990px) {
  .user-page-menu-widget ul {
    flex-wrap: wrap;
  }
}
.user-page-menu-widget li {
  flex: 1 1 0;
  border-bottom: 1px solid #e4e1dc;
}
.user-page-menu-widget li.active {
  border-bottom: 1px solid #bea069;
}
.user-page-menu-widget li.active a {
  color: #505050;
}
@media screen and (max-width: 990px) {
  .user-page-menu-widget li {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
  }
}
.user-page-menu-widget a {
  font-size: 1.125rem;
  display: block;
  line-height: 1.5;
  color: #8c8c8c;
  text-align: center;
  width: 234px;
  height: 76px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 990px) {
  .user-page-menu-widget a {
    line-height: 1.5em;
    width: initial;
    height: 50px;
    font-size: 0.875rem;
  }
}

.user-page-basic-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  font-size: 1.25rem;
  margin: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .user-page-basic-info {
    gap: 2em;
    grid-template-columns: 1fr;
    margin: 2em 0;
  }
}
.user-page-basic-info .user-page-basic-info__left {
  text-align: center;
}
.user-page-basic-info .user-page-basic-info__name {
  font-size: 1.375rem;
}
.user-page-basic-info .user-page-basic-info__rank {
  margin-top: 1.5em;
  padding: 0.5em 2em;
  display: inline-block;
  background-color: #bea069;
  color: #ffffff;
}
.user-page-basic-info .user-page-basic-info__pt-container {
  padding: 2em 3em;
  display: inline-block;
  background-color: #f0e6b4;
}
.user-page-basic-info .user-page-basic-info__pt-container *:nth-child(1) {
  font-size: 1.375rem;
}
.user-page-basic-info .user-page-basic-info__pt-container *:nth-child(2) {
  text-align: center;
  margin-top: 0.75em;
}
.user-page-basic-info .user-page-basic-info__pt-container *:nth-child(2) number {
  font-size: 1.875rem;
  font-weight: 700;
}
.user-page-basic-info .user-page-basic-warning {
  margin-top: 1em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e50012;
}

.user-modify-input {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.user-modify-input::before {
  content: "";
}
.user-modify-input::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .user-modify-input {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .user-modify-input::before {
    content: "";
  }
  .user-modify-input::after {
    content: "";
  }
}
.user-modify-input .footer-btns {
  display: flex;
  gap: 1.5em;
}
.user-modify-input .footer-btns > a {
  width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .user-modify-input .footer-btns {
    display: grid;
  }
  .user-modify-input .footer-btns > a {
    width: 100%;
  }
}

.user-modify-input-container .user-modify-body {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .user-modify-input-container .user-modify-body {
    width: 100%;
  }
}
.user-modify-input-container .page-title {
  font-size: 1.25rem;
  display: block;
  margin: 1.5em 0;
}
.user-modify-input-container .page-title_info {
  font-size: 1rem;
  line-height: 1.7;
}

.user-modify-form {
  margin: 4em 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2.5em 1em;
}
@media screen and (max-width: 990px) {
  .user-modify-form {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.user-modify-form .group-title {
  align-self: center;
}
@media screen and (max-width: 990px) {
  .user-modify-form .group-title-has-sub {
    display: none;
  }
}
.user-modify-form .group-error {
  margin-top: 1em;
}
.user-modify-form .group-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
.user-modify-form .group-sub-title {
  padding-bottom: 0.5em;
}

.user-modify-form-confirm {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 2em;
}
@media screen and (max-width: 990px) {
  .user-modify-form-confirm .footer-btns {
    grid-column: span 2;
  }
}

.user-basic-page {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.user-basic-page::before {
  content: "";
}
.user-basic-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .user-basic-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .user-basic-page::before {
    content: "";
  }
  .user-basic-page::after {
    content: "";
  }
}

.order-list-table.custom-table .custom-table-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 990px) {
  .order-list-table.custom-table .custom-table-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-list-table.custom-table .custom-table-header,
.order-list-table.custom-table .custom-table-body,
.order-list-table.custom-table .custom-table-row {
  display: contents;
}
.order-list-table.custom-table .custom-table-header {
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .order-list-table.custom-table .custom-table-header {
    display: none;
  }
}
.order-list-table.custom-table .custom-table-header .custom-table-col {
  text-align: center;
  padding: 1.5em 0.2em;
  background-color: #e4e1dc;
}
@media screen and (max-width: 990px) {
  .order-list-table.custom-table .custom-table-body .custom-table-row > :first-child {
    border-top: 1px solid #e4e1dc;
    padding-top: 1.5em;
  }
  .order-list-table.custom-table .custom-table-body .custom-table-row > :last-child {
    margin-bottom: 1.5em;
    padding-bottom: 1px solid #e4e1dc;
  }
}
.order-list-table.custom-table .custom-table-body .custom-table-col {
  padding: 1.5em 0.2em;
  text-align: center;
  border-bottom: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .order-list-table.custom-table .custom-table-body .custom-table-col {
    text-align: left;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 990px) {
  .order-list-table.custom-table .custom-table-body .custom-table-col > label {
    display: inline-block;
  }
}
.order-list-table.custom-table .custom-table-footer {
  margin-top: 4em;
}

.user-shipping-list .user-basic-page-header {
  text-align: end;
  margin: 0.5em 0;
}
@media screen and (max-width: 990px) {
  .user-shipping-list .user-basic-page-header {
    margin: 0.5em 2em;
  }
}
.user-shipping-list .user-basic-page-header > a {
  min-width: fit-content;
}

.shipping-list-table.custom-table .custom-table-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shipping-list-table.custom-table .custom-table-header,
.shipping-list-table.custom-table .custom-table-body,
.shipping-list-table.custom-table .custom-table-row {
  display: contents;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-header {
    display: none;
  }
}
.shipping-list-table.custom-table .custom-table-header .custom-table-col {
  text-align: center;
  padding: 1.5em 0.2em;
  background-color: #e4e1dc;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-row > :first-child,
.shipping-list-table.custom-table .custom-table-body .custom-table-row .sp-first {
    border-top: 1px solid #e4e1dc;
    padding-top: 1.5em;
  }
  .shipping-list-table.custom-table .custom-table-body .custom-table-row > .sp-last {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e4e1dc;
  }
}
.shipping-list-table.custom-table .custom-table-body .custom-table-col {
  padding: 1.5em 0.2em;
  text-align: center;
  border-bottom: 1px solid #e4e1dc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shipping-list-table.custom-table .custom-table-body .custom-table-col.col-address {
  text-align: left;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col.col-address {
    align-items: baseline;
    flex-direction: column;
  }
  .shipping-list-table.custom-table .custom-table-body .custom-table-col.col-address > label {
    margin-bottom: 0.5em;
  }
}
.shipping-list-table.custom-table .custom-table-body .custom-table-col.btns {
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col.btns {
    grid-row: 1/6;
    grid-column: 2/3;
    justify-content: flex-start;
    padding: 0.5em 1em;
  }
}
.shipping-list-table.custom-table .custom-table-body .custom-table-col.btns > a {
  min-width: fit-content;
  padding: 0.5em 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col.btns > a {
    padding: 0.5em 2em;
    margin: 1.25em 0 0.5em 0;
  }
}
.shipping-list-table.custom-table .custom-table-body .custom-table-col.btns > a:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 0.25em;
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col.btns > a:nth-child(2) {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col {
    grid-column: 1/2;
    justify-content: flex-start;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 990px) {
  .shipping-list-table.custom-table .custom-table-body .custom-table-col > label {
    display: inline-block;
  }
}
.shipping-list-table.custom-table .custom-table-footer {
  margin-top: 4em;
}

.shipping-input-page label.title {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin: 3em 0 1.5em 0;
}

.shipping-input-table {
  width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  gap: 0.5em 1em;
}
@media screen and (max-width: 990px) {
  .shipping-input-table {
    width: 100%;
  }
}
.shipping-input-table .col-full {
  grid-column: span 2;
}
.shipping-input-table .col-full.group-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .shipping-input-table .col-full.group-btn {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr;
  }
  .shipping-input-table .col-full.group-btn > a {
    width: 100%;
  }
}
.shipping-input-table .group-main {
  display: grid;
  gap: 1em;
}
.shipping-input-table .group-top {
  display: flex;
  justify-content: space-between;
}
.shipping-input-table .group-zip {
  display: flex;
}
.shipping-input-table .group-zip a {
  margin-left: 1em;
  min-width: fit-content;
}

.favorite-list-table.custom-table .custom-table-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-container {
    grid-template-columns: 3fr 5fr;
    padding-top: 1.5em;
    border-top: 1px solid #e4e1dc;
    border-bottom: 1px solid #e4e1dc;
  }
}
.favorite-list-table.custom-table .custom-table-header,
.favorite-list-table.custom-table .custom-table-body,
.favorite-list-table.custom-table .custom-table-row {
  display: contents;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .custom-table-row > :first-child {
    padding-top: 1.5em;
  }
  .favorite-list-table.custom-table .custom-table-body .custom-table-row > :last-child {
    margin-bottom: 1.5em;
  }
}
.favorite-list-table.custom-table .custom-table-body .custom-table-col {
  border-bottom: 1px solid #e4e1dc;
  padding: 1.5em 1em;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .custom-table-col.col-img {
    grid-row: span 5;
  }
  .favorite-list-table.custom-table .custom-table-body .custom-table-col:not(.col-img) {
    grid-column: 2/3;
    align-items: baseline;
  }
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .custom-table-col {
    text-align: left;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
.favorite-list-table.custom-table .custom-table-body .col-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .col-count {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.favorite-list-table.custom-table .custom-table-body .col-count .count-container {
  text-align: left;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .col-count .count-container > label {
    display: inline-block !important;
    margin-right: 1em;
  }
}
.favorite-list-table.custom-table .custom-table-body .col-count .count-container + a {
  font-size: 0.875rem;
}
.favorite-list-table.custom-table .custom-table-body .col-count input[type=text] {
  padding: 0 0.5em;
  width: 50px;
}
.favorite-list-table.custom-table .custom-table-body .col-count .btn-normal {
  margin-top: 1em;
  width: fit-content;
  text-decoration: underline;
}
.favorite-list-table.custom-table .custom-table-body .col-car .btns {
  flex: 1 1 0;
}
.favorite-list-table.custom-table .custom-table-body .col-car .btn-dark {
  min-width: fit-content;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 990px) {
  .favorite-list-table.custom-table .custom-table-body .col-car .btn-dark {
    padding: 0.25em 0;
  }
}
.favorite-list-table.custom-table .custom-table-footer {
  margin-top: 4em;
}

.coupon-list-table {
  margin-top: 80px;
}

.coupon-list-table.custom-table .custom-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-container {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: 1px solid #e4e1dc;
    border-top: 1px solid #e4e1dc;
    padding: 2em 1em;
  }
}
.coupon-list-table.custom-table .custom-table-header,
.coupon-list-table.custom-table .custom-table-body,
.coupon-list-table.custom-table .custom-table-row {
  display: contents;
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-header {
    display: none;
  }
}
.coupon-list-table.custom-table .custom-table-header .custom-table-col {
  text-align: center;
  padding: 1.5em 0.2em;
  background-color: #e4e1dc;
}
.coupon-list-table.custom-table .custom-table-body .custom-table-col {
  padding: 1.5em 0.2em;
  text-align: center;
  border-bottom: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-body .custom-table-col {
    text-align: left;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-body .custom-table-col > label {
    display: inline-block;
  }
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(1),
.coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(2) {
    display: flex;
  }
  .coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(1) > label,
.coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(2) > label {
    margin-right: 1em;
  }
}
@media screen and (max-width: 990px) {
  .coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(3) > p,
.coupon-list-table.custom-table .custom-table-body .custom-table-col:nth-child(4) > p {
    margin-top: 1em;
  }
}
.coupon-list-table.custom-table .custom-table-footer {
  margin-top: 4em;
}

.user-point-widget {
  width: 650px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 180px;
}
@media screen and (max-width: 990px) {
  .user-point-widget {
    width: 100%;
  }
}
.user-point-widget > * {
  padding: 2em 2em;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.user-point-widget > * > p {
  font-size: 1.25rem;
}
.user-point-widget > * > p > number {
  font-size: 1.75rem;
}
.user-point-widget > * > p:nth-child(2) {
  grid-row: span 2;
  align-self: center;
}
@media screen and (max-width: 990px) {
  .user-point-widget > * > p:nth-child(2) {
    grid-row: span 1;
  }
}
@media screen and (max-width: 990px) {
  .user-point-widget > * > p:nth-child(3) {
    grid-column: span 2;
  }
}
.user-point-widget > * .warning {
  color: #e50012;
  font-size: 1rem;
}
.user-point-widget .user-point-widget-main {
  background-color: #f0e6b4;
}
.user-point-widget .user-point-widget-main > p:first-child {
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .user-point-widget .user-point-widget-main {
    grid-template-columns: 1fr;
    gap: 1.3em;
  }
  .user-point-widget .user-point-widget-main > p {
    text-align: center;
  }
}
.user-point-widget .user-point-widget-sub {
  border-bottom: 1px solid #e4e1dc;
  gap: 1em;
}
.user-point-widget .user-point-widget-sub-min {
  border-bottom: 1px solid #e4e1dc;
}

.point-list-table.custom-table > label {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-weight: 700;
}
.point-list-table.custom-table .custom-table-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 990px) {
  .point-list-table.custom-table .custom-table-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 2em 1em;
  }
}
.point-list-table.custom-table .custom-table-header,
.point-list-table.custom-table .custom-table-body,
.point-list-table.custom-table .custom-table-row {
  display: contents;
}
@media screen and (max-width: 990px) {
  .point-list-table.custom-table .custom-table-header {
    display: none;
  }
}
.point-list-table.custom-table .custom-table-header .custom-table-col {
  text-align: center;
  padding: 1.5em 0.2em;
  background-color: #e4e1dc;
}
.point-list-table.custom-table .custom-table-body .custom-table-col {
  padding: 1.5em 0.2em;
  border-bottom: 1px solid #e4e1dc;
}
.point-list-table.custom-table .custom-table-body .custom-table-col p {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .point-list-table.custom-table .custom-table-body .custom-table-col {
    border-bottom: none;
    padding: 0.5em 1em;
    display: flex;
  }
  .point-list-table.custom-table .custom-table-body .custom-table-col > label {
    margin-right: 1em;
  }
}
@media screen and (max-width: 990px) {
  .point-list-table.custom-table .custom-table-body .custom-table-col > label {
    display: inline-block;
  }
}
@media screen and (max-width: 990px) {
  .point-list-table.custom-table .custom-table-body .custom-table-col:first-child {
    border-top: 1px solid #e4e1dc;
    padding-top: 1.5em;
  }
  .point-list-table.custom-table .custom-table-body .custom-table-col:last-child {
    border-bottom: 1px solid #e4e1dc;
    padding-bottom: 1.5em;
  }
}
.point-list-table.custom-table .custom-table-footer {
  margin-top: 4em;
}

.order-detail-page #dvUserFltContents {
  width: 100% !important;
  margin: 0 !important;
  float: initial !important;
  display: block !important;
}
.order-detail-page #dvUserFltContents .unit {
  padding: 0;
  border: none;
}
.order-detail-page .new-dvOrderHistoryInfo {
  display: grid;
  gap: 1.5em;
  font-size: 1rem;
}
.order-detail-page .new-dvOrderHistoryInfo > section {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderHistoryInfo > section {
    grid-template-columns: 2fr 3fr;
  }
}
.order-detail-page .new-dvOrderHistoryInfo > label {
  display: block;
  margin-right: 1em;
}
.order-detail-page .new-dvOrderHistoryProduct-table {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 2fr 2fr 2fr;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderHistoryProduct-table {
    grid-template-columns: repeat(3, 1fr);
  }
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .group-col {
  padding: 1.5em 0.2em;
  background-color: #e4e1dc;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row {
  display: contents;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header:is(.group-header),
.order-detail-page .new-dvOrderHistoryProduct-table .group-row:is(.group-header) {
    display: none;
  }
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header > span.group-col,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row > span.group-col {
  display: flex;
  align-items: center;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header > span.group-col a,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row > span.group-col a {
  padding: 0.2em 0;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .group-col,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .group-col {
  border-bottom: 1px solid #e4e1dc;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .group-col:not(.g-product-image),
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .group-col:not(.g-product-image) {
  padding: 1.5em 0.2em;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .group-col:not(.g-product-image) > img,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .group-col:not(.g-product-image) > img {
  width: 100%;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .group-col:not(.g-product-name),
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .group-col:not(.g-product-name) {
  justify-content: center;
}
.order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-image > img,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-image > img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-2, .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-1, .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-price, .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-count,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-2,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-1,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-price,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-image,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-image {
    order: 1;
    grid-row: span 4;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-name,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-name {
    order: 2;
    grid-column: span 2;
    border: none;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-count,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-count {
    order: 4;
    padding-left: 1em !important;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-price,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-price {
    order: 3;
    padding-right: 1em !important;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-1,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-1 {
    order: 5;
    grid-column: span 2;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-1.group-col,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-1.group-col {
    padding-top: 1em !important;
    padding: 0.5em 0.2em;
    border: none;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-2,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-2 {
    order: 6;
    grid-column: span 2;
  }
  .order-detail-page .new-dvOrderHistoryProduct-table .group-header .g-product-Subtotal-2.group-col,
.order-detail-page .new-dvOrderHistoryProduct-table .group-row .g-product-Subtotal-2.group-col {
    padding: 0.5em 0.2em;
  }
}
.order-detail-page .new-dvOrderSumWrap {
  display: grid;
  width: 350px;
  margin-left: auto;
  gap: 1em;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderSumWrap {
    width: 100%;
    margin: 0;
    padding: 1em;
    border: 1px solid #e4e1dc;
  }
}
.order-detail-page .new-dvOrderSumWrap > section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-detail-page .new-dvOrderSumWrap .warning {
  color: #e50012;
}
.order-detail-page .new-dvOrderSumWrap .large {
  margin-top: 1em;
}
.order-detail-page .new-dvOrderSumWrap .large > number {
  font-size: 1.375rem;
}
.order-detail-page .new-dvOrderHistoryShipping {
  margin-top: 3em;
  padding: 2em 4em;
  width: 70%;
  display: grid;
  margin: 3em auto;
  gap: 1em;
  background-color: rgba(228, 225, 220, 0.5);
  position: relative;
}
@media screen and (max-width: 990px) {
  .order-detail-page .new-dvOrderHistoryShipping {
    width: 100%;
    padding: 2em;
  }
}
.order-detail-page .new-dvOrderHistoryShipping > label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.order-detail-page .new-dvOrderHistoryShipping > p {
  line-height: 1.5;
}
.order-detail-page .new-dvOrderHistoryShipping .btn-normal {
  font-size: 0.875rem;
  position: absolute;
  bottom: -3em;
  left: 0;
}
.order-detail-page .new-dvOrderHistoryShipping .btn-normal > i {
  display: inline-block;
  margin-right: 1.5em;
}
.order-detail-page .dvOrderHistoryShipping {
  margin: 4em 0;
}
.order-detail-page .dvOrderHistoryProduct {
  margin: 2.5em 0;
}
.order-detail-page .dvOrderSumWrap {
  margin: 4em 0;
}

.forget-password-page {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.forget-password-page::before {
  content: "";
}
.forget-password-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .forget-password-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .forget-password-page::before {
    content: "";
  }
  .forget-password-page::after {
    content: "";
  }
}
.forget-password-page .forget-password-page-container .title {
  margin: 4em 0 1em 0;
  font-weight: 700;
  display: block;
  font-size: 1.75rem;
  text-align: center;
}
.forget-password-page .forget-password-page-container .info {
  text-align: center;
  line-height: 2;
}
.forget-password-page .forget-password-page-container .illustrate {
  background-color: #f0e6b4;
  padding: 1.25em;
  width: 85%;
  margin: 1.5em auto;
  line-height: 2;
}
@media screen and (max-width: 990px) {
  .forget-password-page .forget-password-page-container .illustrate {
    width: 100%;
  }
}
.forget-password-page .forget-password-page-container .illustrate > label {
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
}
.forget-password-page .forget-password-page-container .input-form {
  width: 350px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .forget-password-page .forget-password-page-container .input-form {
    width: 100%;
  }
}
.forget-password-page .forget-password-page-container .input-form > div {
  padding-left: 1em;
  flex: 1 1 0;
}
.forget-password-page .forget-password-page-container .error-form:not(:empty) {
  width: 350px;
  margin: 1em auto;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .forget-password-page .forget-password-page-container .error-form:not(:empty) {
    width: 100%;
  }
}
.forget-password-page .forget-password-page-container .btns-container {
  text-align: center;
  margin: 5em 0;
}
.forget-password-page .forget-password-page-container .btns-container > a {
  min-width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0 0.5em;
}
@media screen and (max-width: 990px) {
  .forget-password-page .forget-password-page-container .btns-container {
    margin: 2em 0 5em 0;
    display: grid;
  }
  .forget-password-page .forget-password-page-container .btns-container > a {
    margin: 0.5em 0;
    width: 100%;
  }
}
.forget-password-page .input-group-form {
  width: 350px;
  margin: auto;
  display: grid;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 990px) {
  .forget-password-page .input-group-form {
    width: 100%;
  }
}
.forget-password-page .input-group-form > small > span:nth-child(2) {
  color: #8c8c8c;
}
.forget-password-page .input-group-form > label {
  display: flex;
  justify-content: space-between;
}
.forget-password-page .input-group-form > label > span:nth-child(2) {
  color: #8c8c8c;
}

.single-page {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
  margin-top: 2em;
  font-size: 1rem;
}
.single-page::before {
  content: "";
}
.single-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .single-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .single-page::before {
    content: "";
  }
  .single-page::after {
    content: "";
  }
}
.single-page label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.car-basic-page {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.car-basic-page::before {
  content: "";
}
.car-basic-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .car-basic-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
    padding-top: 5em;
  }
  .car-basic-page::before {
    content: "";
  }
  .car-basic-page::after {
    content: "";
  }
}
.car-basic-page .main-title {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .car-basic-page .main-title {
    font-size: 1.75rem;
  }
}
.car-basic-page .main-sub-title {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 1em;
  font-weight: 700;
}
.car-basic-page .car-basic-page__header__menu {
  margin-bottom: 3em;
}
.car-page-1 .car-product-list-form {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 0.5fr 1fr;
}
@media screen and (max-width: 990px) {
  .car-page-1 .car-product-list-form {
    grid-template-columns: 2fr 3fr;
  }
}
.car-page-1 .car-product-list-form .group-row {
  display: contents;
}
.car-page-1 .car-product-list-form .group-header {
  font-weight: 700;
  display: contents;
}
.car-page-1 .car-product-list-form .group-header > * {
  padding: 1.5em 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .car-page-1 .car-product-list-form .group-header {
    display: none;
  }
}
.car-page-1 .car-product-list-form .cat-product-row {
  display: contents;
}
.car-page-1 .car-product-list-form .cat-product-row > * {
  display: grid;
  align-items: center;
  border-bottom: 1px solid #e4e1dc;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .car-page-1 .car-product-list-form .cat-product-row > * {
    border-bottom: none;
  }
}
.car-page-1 .car-product-list-form .cat-product-row > .p-price,
.car-page-1 .car-product-list-form .cat-product-row .p-subtotal {
  text-align: center;
}
.car-page-1 .car-product-list-form .cat-product-row > .p-price > dd,
.car-page-1 .car-product-list-form .cat-product-row .p-subtotal > dd {
  text-align: center;
}
.car-page-1 .car-product-list-form .p-quantity-2 > dd {
  display: grid;
  justify-self: center;
  gap: 0.5em;
}
@media screen and (max-width: 990px) {
  .car-page-1 .car-product-list-form .p-quantity-2 > dd {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .car-page-1 .car-product-list-form .p-quantity-2 > dd > span {
    display: flex;
    align-items: center;
  }
  .car-page-1 .car-product-list-form .p-quantity-2 > dd label {
    display: inline-block;
    margin-right: 1em;
  }
}
.car-page-1 .car-product-list-form .p-quantity-2 input[type=text] {
  padding: 0em 0.4em;
  width: 4em;
}
.car-page-1 .car-product-list-form .p-quantity-2 .delete {
  color: #8c8c8c;
}
@media screen and (max-width: 990px) {
  .car-page-1 .car-product-list-form .p-image {
    grid-row: span 4;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #e4e1dc;
  }
  .car-page-1 .car-product-list-form .p-name {
    padding: 1em 0 0.5em 0;
    line-height: 1.5;
  }
  .car-page-1 .car-product-list-form .p-price {
    display: flex;
    padding: 0.5em 0 0.5em 0;
  }
  .car-page-1 .car-product-list-form .p-price > label {
    margin-right: 1em;
  }
  .car-page-1 .car-product-list-form .p-quantity-2 {
    padding: 0.5em 0 1em 0;
  }
  .car-page-1 .car-product-list-form .p-subtotal {
    padding: 1em 0 1em 0;
    border-top: 1px solid #e4e1dc;
    border-bottom: 1px solid #e4e1dc;
  }
  .car-page-1 .car-product-list-form .p-subtotal > dd {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.car-page-1 .login-page-content {
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 990px) {
  .car-page-1 .login-page-content {
    grid-template-columns: 1fr;
  }
}
.car-page-1 .login-page-content > * {
  background-color: rgba(228, 225, 220, 0.5);
  padding: 3em;
}
@media screen and (max-width: 990px) {
  .car-page-1 .login-page-content > * {
    padding: 2.2em;
  }
}
.car-page-1 .login-page-content .sub-title {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}
.car-page-1 .login-page-content .btn-dark {
  width: 400px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .car-page-1 .login-page-content .btn-dark {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.car-page-1 .login-page-content .login-form {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .car-page-1 .login-page-content .login-form {
    width: 100%;
  }
}
.car-page-1 .login-page-content .login-form-inputs {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 1.5em;
  padding-bottom: 2em;
}
@media screen and (max-width: 990px) {
  .car-page-1 .login-page-content .login-form-inputs {
    grid-template-columns: 1fr;
  }
}
.car-page-1 .login-page-content .login-form-inputs > input {
  border: none;
}
.car-page-1 .login-page-content .login-form-footer-action-container {
  display: grid;
  gap: 0.75em;
  padding-top: 0.25em;
  text-align: center;
}
.car-page-1 .login-page-content .login-page-right {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-page-1 .login-page-content .register-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}
.car-page-1 .contniue-shop {
  margin: 1em 0;
}
.car-page-1 .contniue-shop > a {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.car-page-1 .p-total-sum {
  margin: 1em 0 3em 0;
  line-height: 2;
  display: grid;
  justify-content: end;
}
.car-page-1 .p-total-sum > .p-total-sum__value {
  font-weight: 700;
  text-align: right;
}
.car-page-1 .p-total-sum > .p-total-sum__value > label {
  margin-right: 2em;
}
.car-page-1 .p-total-sum > .p-total-sum__value > number {
  font-size: 1.75rem;
}
.car-page-1 .p-total-sum > .p-total-sum__info {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.car-page-1 .btns-container {
  text-align: center;
}
.car-page-1 .btns-container > .btn-dark {
  width: 330px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .car-page-1 .btns-container > .btn-dark {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .break-sp {
    display: block;
  }
}

#CartList > a:empty {
  display: none;
}

.car-page-2 .p-submain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 990px) {
  .car-page-2 .p-submain {
    grid-template-columns: 1fr;
    gap: 1.44em;
  }
}
.car-page-2 .p-column {
  grid-row: span 2;
  border-right: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .car-page-2 .p-column {
    border-right: none;
    border-bottom: 1px solid #e4e1dc;
    padding-bottom: 1.7em;
    margin-bottom: 0.2em;
  }
}
.car-page-2 .p-columnRight {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 990px) {
  .car-page-2 .p-columnRight {
    margin-bottom: 0em;
  }
  .car-page-2 .p-columnRight + .p-columnRight {
    margin-top: 0.5em;
    padding-top: 2em;
    border-top: 1px solid #e4e1dc;
  }
}
.car-page-2 .p-columnRight .bottom {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
}
.car-page-2 .p-userBox,
.car-page-2 .p-orderBox {
  width: 400px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .car-page-2 .p-userBox,
.car-page-2 .p-orderBox {
    width: 100%;
  }
}
.car-page-2 .btn-container {
  margin-top: 2em;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.car-page-2 .btn-container > .btn-dark {
  padding: 0;
  height: 48px;
  line-height: 48px;
  width: 220px;
  min-width: auto;
}
@media screen and (max-width: 990px) {
  .car-page-2 .btn-container {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .car-page-2 .btn-container > .btn-dark {
    width: 100%;
  }
}
.car-page-2 .block-widget {
  border: 1px solid #e4e1dc;
}
.car-page-2 .block-widget:not(:first-child) {
  margin-top: 1.5em;
}
.car-page-2 .block-title {
  padding: 0 0.75em;
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
  display: block;
  background-color: #bea069;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
}
.car-page-2 .block-widget-container {
  margin: 1em;
}
.car-page-2 .shipper-widget + .routing-block {
  margin-top: 0;
}
.car-page-2 .userProduct {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  border-bottom: 1px solid #e4e1dc;
  padding-bottom: 1em;
  margin-bottom: 1em;
  gap: 1em 0;
}
.car-page-2 .userProduct .rCart-item {
  display: contents;
}
.car-page-2 .userProduct .product-name-price {
  display: grid;
  align-items: center;
  align-content: center;
}
.car-page-2 .userProduct .product-name-price > number {
  color: #8c8c8c;
}
.car-page-2 .userProduct .product-name-count {
  display: grid;
  place-items: center;
}
.car-page-2 .userProduct .product-name-count > number {
  color: #8c8c8c;
}
.car-page-2 .userProduct .rCart-item-img {
  margin: auto;
}
.car-page-2 .userList {
  padding: 0;
}
.car-page-2 .userList > select {
  width: fit-content;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-top: 0.25em;
}
.car-page-2 .userProduct-summary > p {
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
}
.car-page-2 .userProduct-summary .total-number {
  font-weight: 700;
  font-size: 1.125rem;
}
.car-page-2 .sub-form {
  margin-top: 1em;
}
.car-page-2 .sub-form > label {
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: rgba(228, 225, 220, 0.5);
  margin-bottom: 0.5em;
}
.car-page-2 .comment-form textarea {
  width: 100%;
}
.car-page-2 .second-deliver {
  margin-bottom: 1em;
}
.car-page-2 .checkBox {
  margin-top: 1em;
  display: block;
}
.car-page-2 .checkBox > label {
  margin-left: 0.5em;
}
.car-page-2 .btn-normal {
  font-size: 0.875rem;
}

.user-info-form-in-car {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4em;
}
.user-info-form-in-car .group-row:not(.row-half) {
  grid-column: span 2;
}
.user-info-form-in-car .group-row > label {
  display: flex;
  justify-content: space-between;
  margin: 0.2em 0;
}
.user-info-form-in-car .group-row > label > span:nth-child(2) {
  color: #8c8c8c;
}
.user-info-form-in-car .group-input {
  display: flex;
  align-items: center;
}
.user-info-form-in-car .btn_add_sea {
  display: flex;
  margin-left: 1em;
}
.user-info-form-in-car .btn_add_sea > .btn-light {
  min-width: initial;
  padding: 0.5em;
  width: 100px;
}

.new-address-name-form {
  margin-top: 1em;
}
.new-address-name-form > label {
  display: flex;
  justify-content: space-between;
}

#CartList h3 {
  padding: 0.75em;
  font-size: 1rem;
  font-weight: 700;
}
#CartList h3.cartNo {
  background-color: #bea069;
}
#CartList h3 + div {
  padding: 1em;
}

.car-page-3 .btn-normal {
  font-size: 0.875rem;
}
.car-page-3 .main-sub-title.mq-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .car-page-3 .main-sub-title.mq-sp {
    display: block;
  }
}
.car-page-3 .main-sub-title.mq-pc {
  display: block;
}
@media screen and (max-width: 990px) {
  .car-page-3 .main-sub-title.mq-pc {
    display: none;
  }
}

.car-upUpdatePanel {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 990px) {
  .car-upUpdatePanel {
    grid-template-columns: 1fr;
  }
}
.car-upUpdatePanel .p-main,
.car-upUpdatePanel .p-submain {
  display: contents;
}
@media screen and (max-width: 990px) {
  .car-upUpdatePanel .p-main:nth-of-type(1) .p-column {
    order: 2;
    border-bottom: 1px solid #e4e1dc;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .car-upUpdatePanel .p-main:nth-of-type(1) .p-shoppingCart {
    order: 1;
  }
  .car-upUpdatePanel .p-main:nth-of-type(2) .p-column {
    order: 4;
  }
  .car-upUpdatePanel .p-main:nth-of-type(2) .p-shoppingCart {
    order: 3;
  }
}
.car-upUpdatePanel .p-orderBox {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
}
.car-upUpdatePanel .bottom {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
  border: 1px solid #e4e1dc;
}
.car-upUpdatePanel .p-shoppingCart .p-sumBox {
  background-color: #f0e6b4;
}
.car-upUpdatePanel .p-sumBox {
  height: 75px;
  padding: 1em;
  margin-bottom: 1em;
}
.car-upUpdatePanel .p-sumBox .p-subSumBoxB {
  padding-top: 4px;
}
.car-upUpdatePanel .p-sumBox .p-subSumBoxB > p {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car-upUpdatePanel .p-sumBox .p-subSumBoxB > p > span {
  font-size: 1.125rem;
}
.car-upUpdatePanel .p-sumBox .p-subSumBoxB > p > number {
  font-size: 1.5rem;
}
.car-upUpdatePanel .p-column {
  border-right: 1px solid #e4e1dc;
  padding-right: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 990px) {
  .car-upUpdatePanel .p-column {
    border-right: none;
    padding-right: 0;
  }
}
.car-upUpdatePanel .p-shoppingCart {
  border-left: 1px solid #e4e1dc;
  padding-left: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 990px) {
  .car-upUpdatePanel .p-shoppingCart {
    border-left: none;
    padding-left: 0;
  }
  .car-upUpdatePanel .p-shoppingCart .form-header[data-no="0"] {
    display: flex;
    flex-direction: column-reverse;
  }
  .car-upUpdatePanel .p-shoppingCart .form-header[data-no="0"] .p-sumBox {
    margin-bottom: 1em;
  }
}
.car-upUpdatePanel .group-row {
  margin: 0.75em 0;
}
.car-upUpdatePanel .group-row > label {
  margin-bottom: 0.25em;
}
.car-upUpdatePanel .group-row .group-ps {
  color: #8c8c8c;
}
.car-upUpdatePanel .group-input-split-3 {
  display: grid;
  gap: 1em;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.car-upUpdatePanel .group-input-split-3 > select {
  width: 100%;
}
.car-upUpdatePanel .single-product {
  padding-bottom: 1em;
}
.car-upUpdatePanel .single-product:last-child {
  border-bottom: 1px solid #e4e1dc;
}
.car-upUpdatePanel .single-product dd {
  display: contents;
}
.car-upUpdatePanel .single-product dl {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.car-upUpdatePanel .single-product .singleProduct__image {
  grid-row: span 3;
}
.car-upUpdatePanel .single-product .singleProduct__count {
  grid-row: span 3;
}
.car-upUpdatePanel .single-product .singleProduct__name {
  align-self: flex-end;
}
.car-upUpdatePanel .single-product .singleProduct__count {
  align-self: center;
  justify-self: center;
}
.car-upUpdatePanel .price-list {
  margin-top: 1em;
}
.car-upUpdatePanel .price-list > div > dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: center;
}
.car-upUpdatePanel .price-list .price-detail > dl:not(:first-of-type, :last-of-type) {
  color: #e50012;
}
.car-upUpdatePanel .price-list .result {
  margin-top: 1em;
  font-weight: 700;
}
.car-upUpdatePanel .price-list .result dd {
  font-size: 1.125rem;
}
.car-upUpdatePanel .pointBox input[type=radio],
.car-upUpdatePanel .couponBox input[type=radio] {
  appearance: auto;
  accent-color: #505050;
}
.car-upUpdatePanel .pointBox dd,
.car-upUpdatePanel .couponBox dd {
  margin-left: 1.5em;
}
.car-upUpdatePanel .pointBox dd input[type=text],
.car-upUpdatePanel .pointBox dd select,
.car-upUpdatePanel .couponBox dd input[type=text],
.car-upUpdatePanel .couponBox dd select {
  width: 100%;
}
.car-upUpdatePanel .pointBox dd label,
.car-upUpdatePanel .couponBox dd label {
  color: #8c8c8c;
}
.car-upUpdatePanel .btn-container {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5em;
}
.car-upUpdatePanel .btn-container > a {
  margin: 0 0.5em;
}
.car-upUpdatePanel .btn-container .btn-dark {
  width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .car-upUpdatePanel .btn-container {
    order: 5;
    display: grid;
    grid-column: span 1;
    justify-content: initial;
    text-align: center;
    padding-top: 3em;
  }
  .car-upUpdatePanel .btn-container > a {
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  .car-upUpdatePanel .btn-container .btn-dark {
    width: 100%;
  }
}
.car-upUpdatePanel .radioBtn > label,
.car-upUpdatePanel .checkBox > label {
  margin-left: 0.5em;
}

.car-page-4 .btn-normal {
  font-size: 0.875rem;
}
.car-page-4 .btmbtn {
  display: none;
}
.car-page-4 .btns-container {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .car-page-4 .btns-container {
    order: 6;
  }
}
.car-page-4 .btns-container > * {
  margin: 0 0.5em;
}
.car-page-4 .btns-container .btn-dark {
  padding: 0;
  width: 220px;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 990px) {
  .car-page-4 .btns-container {
    display: grid;
    gap: 1.5em;
    align-items: initial;
    justify-content: initial;
    text-align: center;
  }
  .car-page-4 .btns-container > * {
    width: 100%;
    margin: 0;
  }
  .car-page-4 .btns-container .btn-dark {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  #CartList {
    display: grid;
    gap: 1em;
  }
  #CartList .col-top {
    order: 6;
  }
  #CartList .sp-main-sub-title {
    order: 1;
  }
  #CartList .col-right[data-no="0"] {
    order: 2;
  }
  #CartList .col-left[data-no="0"] {
    order: 3;
  }
  #CartList .col-right[data-no="1"] {
    order: 4;
  }
  #CartList .col-left[data-no="1"] {
    order: 5;
  }
}

.new-car-4-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 990px) {
  .new-car-4-container {
    display: contents;
  }
}
.new-car-4-container .sp-main-sub-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (max-width: 990px) {
  .new-car-4-container .main-sub-title {
    display: none;
  }
}
.new-car-4-container .col-top,
.new-car-4-container .sp-title {
  grid-column: span 2;
}
@media screen and (max-width: 990px) {
  .new-car-4-container .col-top,
.new-car-4-container .sp-title {
    grid-column: span 1;
  }
}
.new-car-4-container .col-top {
  padding: 1.5em 5em;
  margin-bottom: 1.5em;
  background-color: #e4e1dc;
}
@media screen and (max-width: 990px) {
  .new-car-4-container .col-top {
    padding: 1em 2em;
  }
}
.new-car-4-container .col-top > label {
  font-size: 1.375rem;
  margin: 0.25em 0 1em 0;
  display: block;
}
.new-car-4-container .col-top > p {
  margin: 0.55em 0;
}
.new-car-4-container .name-1-group,
.new-car-4-container .name-2-group {
  display: flex;
}
.new-car-4-container .name-1-group > span:first-child,
.new-car-4-container .name-2-group > span:first-child {
  flex-basis: 4em;
}
.new-car-4-container .sp-title {
  font-size: 1.125rem;
}
.new-car-4-container .group-title {
  font-size: 1.75rem;
  display: block;
  margin: 1em 0;
}
.new-car-4-container .col-group-container {
  font-family: "Noto Sans JP", "Meiryo", "MS Gothic", sans-serif;
}
.new-car-4-container .col-group-container:nth-child(2) {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e4e1dc;
}
.new-car-4-container .col-group .block-title {
  display: block;
  padding: 0.5em;
  color: #ffffff;
  font-weight: 700;
}
.new-car-4-container .col-group .col-group-body {
  border: 1px solid #e4e1dc;
  padding: 1em;
}
.new-car-4-container .col-group .col-group-body:not(:first-of-type) {
  margin-top: 1em;
}
.new-car-4-container .col-group.col-left {
  padding-right: 2em;
  border-right: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .new-car-4-container .col-group.col-left {
    padding-right: 0;
    border-right: none;
  }
}
.new-car-4-container .col-group.col-left .block-title {
  background-color: #505050;
}
.new-car-4-container .col-group.col-right {
  padding-left: 2em;
  border-left: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .new-car-4-container .col-group.col-right {
    padding-left: 0;
    border-left: none;
  }
}
.new-car-4-container .col-group.col-right .block-title {
  background-color: #bea069;
}
.new-car-4-container .product-list-container {
  border-bottom: 1px solid #e4e1dc;
  padding-bottom: 1.5em;
}
.new-car-4-container .product-item {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.5em;
}
.new-car-4-container .product-item number {
  color: #8c8c8c;
}
.new-car-4-container .product-item .product-item__img {
  grid-row: span 3;
}
.new-car-4-container .product-item .product-item__name {
  align-self: flex-end;
}
.new-car-4-container .product-item .product-item__count {
  grid-row: span 3;
  align-self: center;
  justify-self: center;
}
.new-car-4-container .p-priceList dl {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
}
.new-car-4-container .p-priceList dl:not(:first-child) {
  color: #e50012;
}
.new-car-4-container .p-priceList .result {
  font-weight: 700;
}
.new-car-4-container .p-priceList .result dd {
  font-size: 1.25rem;
}
.new-car-4-container .shipper-container > section > label {
  display: block;
  background-color: #e4e1dc;
  padding: 0.5em;
}
.new-car-4-container .shipper-container > section > label + * {
  padding: 1em 0;
}
.new-car-4-container .shipper-container .shipper-address {
  line-height: 2;
}
.new-car-4-container .subscription-container.col-right {
  border: 1px solid #e4e1dc;
  padding: 0;
  margin-top: 0em;
}
.new-car-4-container .subscription-container.col-right .block-title {
  background-color: #f0e6b4;
  color: #505050;
}
.new-car-4-container .subscription-container.col-right .subscription-body {
  padding: 1em;
}
.new-car-4-container .subscription-container.col-right .subscription-body > * {
  margin-bottom: 1em;
}
.new-car-4-container .subscription-container.col-right section label {
  display: block;
  background-color: #e4e1dc;
  padding: 0.5em;
  margin-bottom: 1em;
}

.payment-body .payment-name {
  margin: 0.5em 0;
}
.payment-body dt {
  font-weight: 700;
}
.payment-body dd {
  margin-bottom: 0.25em;
}

.car-page-5 .info > label {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 990px) {
  .car-page-5 .info > label > span {
    display: block;
  }
}
.car-page-5 .info .summary {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4em;
}
.car-page-5 .info .btns {
  text-align: center;
}
.car-page-5 .info .btns > .btn-dark {
  width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .car-page-5 .info .btns > .btn-dark {
    width: 100%;
  }
}

.blog-page {
  display: grid;
  grid-template-columns: 1fr 930px 1fr;
  margin: 80px 0;
}
@media screen and (max-width: 990px) {
  .blog-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .blog-page::before {
    content: "";
  }
  .blog-page::after {
    content: "";
  }
}
.blog-page .blog-page-container {
  grid-column: 2/3;
}
.blog-page .blog-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .blog-category {
  color: #bea069;
  border: 1px solid;
  padding: 0.5em 1em;
}
.blog-page .blog-date {
  font-size: 1.125rem;
  color: #8c8c8c;
}
.blog-page .blog-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 35px 0;
  margin-bottom: 35px;
  border-bottom: 2px solid #bea069;
}
.blog-page .blog-banner > img {
  width: 100%;
}
.blog-page .blog-top,
.blog-page .blog-bottom {
  line-height: 1.5;
}
.blog-page .blog-top h1,
.blog-page .blog-bottom h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-page .blog-top h2,
.blog-page .blog-bottom h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-page .blog-top p,
.blog-page .blog-bottom p {
  margin-bottom: 15px;
}
.blog-page .blog-top img,
.blog-page .blog-bottom img {
  width: 520px;
}
@media screen and (max-width: 990px) {
  .blog-page .blog-top img,
.blog-page .blog-bottom img {
    width: 100%;
  }
}
.blog-page .blog-top:not(:empty),
.blog-page .blog-bottom:not(:empty) {
  padding: 40px 0;
}
.blog-page .blog-share {
  color: #bea069;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #bea069;
}
.blog-page .blog-share > a {
  margin-left: 1em;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #bea069;
  border-radius: 50%;
}
.blog-page .blog-nav {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.5em;
}
.blog-page .blog-nav > a {
  color: inherit;
  cursor: pointer;
}
.blog-page .blog-nav .blog-nav__list {
  justify-self: center;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .blog-page .blog-nav .blog-nav__list {
    order: 1;
    grid-column: span 2;
    margin-top: 2em;
  }
}
.blog-page .feature-page-parts-category-links .feature-page-parts-category-links-items {
  grid-template-columns: repeat(auto-fit, minmax(100px, 20%));
  justify-content: center;
  margin: auto;
  width: initial;
}

.swiper-line {
  display: grid;
  grid-template-columns: 1fr 930px 1fr;
}
@media screen and (max-width: 990px) {
  .swiper-line {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .swiper-line::before {
    content: "";
  }
  .swiper-line::after {
    content: "";
  }
}
.swiper-line .swiper-line-container {
  grid-column: 2/4;
}
.swiper-line .product-list-inner {
  display: flex;
}
.swiper-line .product-list-inner > label {
  writing-mode: vertical-lr;
  font-size: 1.75rem;
  font-weight: 700;
}
.swiper-line .related-product-content {
  width: 100px;
  flex: 1 1 0;
  margin-left: 1em;
}
.swiper-line span.static-link_product_detail .image {
  width: initial;
}
.swiper-line .related-product-content {
  display: flex;
}
.swiper-line .mySwiper {
  width: 1px;
  flex: 1 1 200px;
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr 930px 1fr;
  margin: 80px 0;
}
@media screen and (max-width: 990px) {
  .blog-list {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .blog-list::before {
    content: "";
  }
  .blog-list::after {
    content: "";
  }
}
.blog-list .blog-list-container {
  grid-column: 2/3;
}
.blog-list .blog-list-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
.blog-list .category-container {
  margin: 2em 0;
}
.blog-list .blog-page-list-container {
  margin: 0 2em;
}
.blog-list .blog-page-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e1dc;
}
@media screen and (max-width: 990px) {
  .blog-list .blog-page-item {
    grid-template-columns: 1fr;
  }
}
.blog-list .blog-thumb {
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 990px) {
  .blog-list .blog-thumb-container {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .blog-list .blog-thumb-container .blog-thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.blog-list .blog-info {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .blog-list .blog-info {
    justify-content: space-between;
  }
}
.blog-list .blog-category {
  color: #bea069;
  border: 1px solid currentColor;
  padding: 0.5em 1em;
  margin-left: 1em;
}
.blog-list .blog-title {
  display: block;
  line-height: 1.5;
}

.feature-page-parts-category-links .feature-page-parts-category-links-title,
.feature-page-parts-category-links .feature-page-parts-category-links-description {
  display: none;
}
.feature-page-parts-category-links .feature-page-parts-category-links-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .feature-page-parts-category-links .feature-page-parts-category-links-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-page-parts-category-links .feature-page-parts-category-links-item {
  color: #bea069;
  border: 1px solid #bea069;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
}
.feature-page-parts-category-links .feature-page-parts-category-links-item:hover {
  background-color: inherit;
}
.feature-page-parts-category-links .feature-page-parts-category-links-item-isactive {
  color: #ffffff;
  background-color: #bea069;
}
.feature-page-parts-category-links .feature-page-parts-category-links-item-isactive:hover {
  background-color: #bea069;
}

.inquiry-basic {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.inquiry-basic::before {
  content: "";
}
.inquiry-basic::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .inquiry-basic {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .inquiry-basic::before {
    content: "";
  }
  .inquiry-basic::after {
    content: "";
  }
}
.inquiry-basic h2 {
  font-size: 2.125rem;
  font-weight: 700;
  margin: 80px 0 50px 0;
  text-align: center;
}
.inquiry-basic .btns {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 30px auto;
  width: 480px;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .inquiry-basic .btns {
    width: 100%;
  }
}
.inquiry-basic .btns > * {
  height: 40px;
  width: 220px;
  line-height: 40px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .inquiry-basic .btns {
    flex-direction: column;
  }
  .inquiry-basic .btns > * {
    width: 100%;
  }
}
.inquiry-basic .summary {
  margin-bottom: 25px;
  text-align: center;
}
.inquiry-basic .summary h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.inquiry-basic .summary .normal {
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.inquiry-basic .summary .warning {
  line-height: 1.5;
  color: #e50012;
  font-size: 0.875rem;
  width: 480px;
  margin: 40px auto;
}
@media screen and (max-width: 990px) {
  .inquiry-basic .summary .warning {
    width: 100%;
  }
}
.inquiry-basic .summary .btns {
  justify-content: space-between;
}
.inquiry-basic textarea.inquirytext {
  width: 100%;
}
.inquiry-basic .inquiry-form {
  width: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 990px) {
  .inquiry-basic .inquiry-form {
    width: 100%;
  }
}
.inquiry-basic .inquiry-form .input-group label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.inquiry-basic .inquiry-form .input-group label .require {
  color: #8c8c8c;
  font-size: 0.875rem;
}
.inquiry-basic .inquiry-form .input-group .sp {
  color: #8c8c8c;
  margin: 0.5em 0;
  font-size: 0.875rem;
}
.inquiry-basic .inquiry-form .col-full {
  grid-column: span 2;
}
.inquiry-basic .inquiry-confirm-form {
  width: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2em;
}
@media screen and (max-width: 990px) {
  .inquiry-basic .inquiry-confirm-form {
    width: 100%;
  }
}
.inquiry-basic .ucCaptcha-div {
  margin-top: 30px;
}

.faq-page {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.faq-page a:hover {
  color: inherit;
  text-decoration: none;
}
.faq-page::before {
  content: "";
}
.faq-page::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .faq-page {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .faq-page::before {
    content: "";
  }
  .faq-page::after {
    content: "";
  }
}
.faq-page h2 {
  font-size: 2.125rem;
  font-weight: 700;
  margin: 80px 0 50px 0;
  text-align: center;
}
.faq-page .faq-menu ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .faq-page .faq-menu ul {
    display: block;
  }
  .faq-page .faq-menu ul a {
    padding-top: 1em;
    display: block;
  }
}
.faq-page .faq-menu ul > li {
  flex: 1 1 0;
  min-height: 60px;
  line-height: 1.5;
  padding: 0 10px 20px 10px;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid;
  border-color: #e4e1dc;
  color: #8c8c8c;
  font-weight: 700;
  font-size: 1.25rem;
}
.faq-page .faq-menu ul > li[aria-selected=true] {
  color: #505050;
  border-color: #bea069;
}
.faq-page .faq-form {
  counter-reset: number;
}
.faq-page .faq-item {
  border-bottom: 1px solid #e4e1dc;
}
.faq-page .faq-item > h3 {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1em 0;
  cursor: pointer;
  align-items: baseline;
  line-height: 1.5;
  position: relative;
  padding-right: 30px;
}
.faq-page .faq-item > h3 > i {
  position: absolute;
  right: 0;
  margin-left: 2em;
  min-width: 20px;
  vertical-align: middle;
}
.faq-page .faq-item > h3 > i::before {
  content: "+";
  font-size: 1.875rem;
  color: #bea069;
}
.faq-page .faq-item > .detail {
  line-height: 1.75;
  margin: 0 3em;
  color: #8c8c8c;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  overflow-y: hidden;
}
@media screen and (max-width: 990px) {
  .faq-page .faq-item > .detail {
    margin: 0;
  }
}
.faq-page .faq-item > .detail p {
  line-height: inherit;
}
.faq-page .faq-item > .detail strong {
  color: #505050;
  font-weight: 700;
  font-size: 1.125rem;
}
.faq-page .faq-item > h3[aria-expanded=true] + .detail {
  transition: max-height 0.5s ease-in;
  max-height: 1000px;
}
.faq-page .faq-item > h3[aria-expanded=true] > i::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #bea069;
}
.faq-page .faq-item a[href] {
  text-decoration: underline;
}
.faq-page .table-shipping {
  border-collapse: collapse;
  width: 100%;
}
.faq-page .table-shipping td,
.faq-page .table-shipping th {
  border: 1px solid #e4e1dc;
  padding: 0.5em;
}
.faq-page .table-shipping tr > td:nth-child(3) {
  vertical-align: top;
  text-align: center;
}
.faq-page .table-shipping th {
  font-weight: 700;
  text-align: center;
}

.shop-page-container h3 {
  font-size: 1.5rem;
}

.shop-block-1 {
  width: 990px;
  margin: 80px auto;
}
@media screen and (max-width: 990px) {
  .shop-block-1 {
    width: 100%;
    margin: 80px auto 40px auto;
  }
}
.shop-block-1 .shop-block-container {
  display: flex;
}
.shop-block-1 .shop-block-container span img {
  height: 85%;
  object-fit: cover;
  object-position: right;
}
.shop-block-1 .shop-block-container > h2 {
  font-size: 2.25rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 990px) {
  .shop-block-1 .shop-block-container > h2 {
    margin-right: 1em;
  }
}
.shop-block-1 .shop-block-container > h3 {
  writing-mode: vertical-rl;
  padding: 1.75em 1em 0em 2em;
}
@media screen and (max-width: 990px) {
  .shop-block-1 .shop-block-container > h3 {
    padding: 1.75em 1em 0em 1em;
  }
}

.shop-block-2 .shop-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 990px) {
  .shop-block-2 .shop-block-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.shop-block-2 .shop-block-container > p {
  width: 23ch;
  justify-self: end;
  align-self: center;
  line-height: 1.8;
}
@media screen and (max-width: 990px) {
  .shop-block-2 .shop-block-container > p {
    width: 100%;
    padding: 0 1em;
  }
}
@media screen and (max-width: 990px) {
  .shop-block-2 .shop-block-container > img {
    width: 100%;
    margin-left: 1em;
  }
}

.shop-block-3 {
  margin: 120px 0;
}
@media screen and (max-width: 990px) {
  .shop-block-3 {
    margin: 60px 0;
  }
}
.shop-block-3 .shop-category-list {
  width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 990px) {
  .shop-block-3 .shop-category-list {
    width: 100%;
    padding: 0 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}
.shop-block-3 .shop-category-list img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .shop-block-3 .shop-category-list {
    width: 100%;
  }
}

.shop-block-4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.shop-block-4 * {
  color: #ffffff;
}
.shop-block-4 .shop-block-container {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .shop-block-4 .shop-block-container {
    width: 100%;
    padding: 0 1em;
  }
}
.shop-block-4 .shop-block-container > h3 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
  padding-bottom: 1em;
  margin-bottom: 2.25em;
}
.shop-block-4 .shop-block-container > h3 > img {
  display: initial;
  margin-right: 0.5em;
  width: 1em;
}
.shop-block-4 .shop-block-4-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .shop-block-4 .shop-block-4-1 {
    grid-template-columns: 1fr;
  }
}
.shop-block-4 .shop-block-4-1 iframe {
  width: 500px !important;
  height: 400px !important;
}
@media screen and (max-width: 990px) {
  .shop-block-4 .shop-block-4-1 iframe {
    width: 100% !important;
    height: 250px !important;
  }
}
.shop-block-4 .shop-block-4-1 .shop-block-info {
  display: grid;
  place-content: center;
  gap: 10px;
}
.shop-block-4 .shop-block-4-1 .shop-block-info * {
  line-height: 2;
}
.shop-block-4 .shop-block-4-1 .shop-block-info dl {
  display: grid;
  grid-template-columns: 7ch 1fr;
}
.shop-block-4 .shop-block-train > h3,
.shop-block-4 .shop-block-taxi > h3 {
  display: flex;
  align-items: center;
  margin-top: 3em;
}
.shop-block-4 .shop-block-train > h3 > img,
.shop-block-4 .shop-block-taxi > h3 > img {
  width: 3em;
  padding-right: 0.5em;
  display: initial;
}
.shop-block-4 .shop-block-train ol,
.shop-block-4 .shop-block-taxi ol {
  padding-left: 6em;
}
@media screen and (max-width: 990px) {
  .shop-block-4 .shop-block-train ol,
.shop-block-4 .shop-block-taxi ol {
    padding-left: 2em;
    padding-top: 1.5em;
  }
}
.shop-block-4 .shop-block-train ol > li,
.shop-block-4 .shop-block-taxi ol > li {
  list-style-type: decimal;
  padding-left: 0.5em;
  line-height: 2;
}
.shop-block-4 .shop-block-train p,
.shop-block-4 .shop-block-taxi p {
  padding-left: 5em;
  line-height: 2;
}
@media screen and (max-width: 990px) {
  .shop-block-4 .shop-block-train p,
.shop-block-4 .shop-block-taxi p {
    padding-top: 1.5em;
    padding-left: 1em;
  }
}
.member-rule-page-content {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.member-rule-page-content::before {
  content: "";
}
.member-rule-page-content::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .member-rule-page-content {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
  }
  .member-rule-page-content::before {
    content: "";
  }
  .member-rule-page-content::after {
    content: "";
  }
}
.member-rule-page-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 80px 0 60px 0;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content h2 {
    font-size: 1.5rem;
  }
}
.member-rule-page-content .rule-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em 1.5em;
  margin-bottom: 80px;
}
.member-rule-page-content .rule-list * {
  text-align: center;
}
.member-rule-page-content .rule-list > li {
  display: grid;
  gap: 1em;
  background-color: #f7f7f7;
  padding-bottom: 2em;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-list > li {
    grid-column: span 2;
  }
}
.member-rule-page-content .rule-list > li.mq-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-list > li.mq-sp {
    display: grid;
  }
}
.member-rule-page-content .rule-list > li.mq-pc {
  display: grid;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-list > li.mq-pc {
    display: none;
  }
}
.member-rule-page-content .rule-list > .item-full {
  grid-column: span 2;
  gap: 0;
  padding: 0 8em 2em 8em;
}
.member-rule-page-content .rule-list > .item-full > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-rule-page-content .rule-list > .item-full > span img {
  display: initial;
}
.member-rule-page-content .rule-list > .item-full > span label {
  text-align: left;
  margin-bottom: 1em;
}
.member-rule-page-content .rule-list > .item-full > span p {
  text-align: left;
}
.member-rule-page-content .rule-list label {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
}
.member-rule-page-content .rule-list strong {
  font-size: 3rem;
  position: relative;
  top: -0.5em;
  color: #bea069;
  font-weight: 700;
}
.member-rule-page-content .rule-list img {
  width: 160px;
  margin: 0 auto;
  padding: 0.75em 0;
}
.member-rule-page-content .rule-list p {
  line-height: 1.8;
}
.member-rule-page-content .rule-list p em {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.member-rule-page-content .rule-coin * {
  line-height: 1.5;
}
.member-rule-page-content .rule-coin h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.member-rule-page-content .rule-coin .rule-coin-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em 2em;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-coin .rule-coin-container {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.member-rule-page-content .rule-coin p {
  color: #8c8c8c;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-coin p {
    padding-bottom: 2em;
  }
}
.member-rule-page-content .rule-coin img {
  margin: 0 auto;
}
.member-rule-page-content .rule-coin .img-point-1 {
  padding-top: 2em;
}
.member-rule-page-content .rule-level * {
  line-height: 1.5;
}
.member-rule-page-content .rule-level h2 + p {
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 2.2em;
}
.member-rule-page-content .rule-level .sp h3 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.member-rule-page-content .rule-level .sp h3 + p {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.member-rule-page-content .rule-table {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 990px) {
  .member-rule-page-content .rule-table {
    width: 82vw;
    overflow-y: auto;
  }
  .member-rule-page-content .rule-table > img {
    max-width: initial;
  }
}
.member-rule-page-content .rule-menu .s-page-bottom-menu li {
  flex: 1 1 0;
}
.member-rule-page-content .rule-menu .s-page-bottom-menu a {
  padding: 2em;
}
.member-rule-page-content .rule-menu .s-page-bottom-menu a > span {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.member-rule-page-content .rule-menu .s-page-bottom-menu a > span > p {
  padding: 1em 1em 0 1em;
  font-size: 1rem;
  line-height: 1.5;
}

.traceability-page .traceability-page__article-list-item, .traceability-page .traceability-page__2 > h2, .traceability-page .traceability-page__1,
.traceability-page .traceability-page__4 {
  width: 990px;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list-item, .traceability-page .traceability-page__2 > h2, .traceability-page .traceability-page__1,
.traceability-page .traceability-page__4 {
    width: 100%;
  }
}

.traceability-page p {
  line-height: 1.8;
}
.traceability-page h2 {
  font-size: 1.5rem;
  margin: 80px 0 50px 0;
  text-align: center;
}
.traceability-page .traceability-page__1,
.traceability-page .traceability-page__4 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
.traceability-page .traceability-page__1 p,
.traceability-page .traceability-page__4 p {
  width: 85%;
  margin: 0 auto;
}
.traceability-page .traceability-page__2 {
  margin-bottom: 80px;
}
.traceability-page .traceability-page__2 > h2 {
  margin: 0 auto;
  border-bottom: 1px solid #e4e1dc;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.traceability-page .traceability-page__2 > h2 img {
  width: 1em;
  display: initial;
  margin-right: 10px;
  vertical-align: bottom;
}
.traceability-page .traceability-page__2 > img {
  margin: 0 auto;
}
.traceability-page .traceability-page__3 {
  background-image: var(--img__photo__traceability_pic_02);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__3 {
    min-height: 300px;
  }
}
.traceability-page .traceability-page__3 .traceability-page__3__container {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 200px;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__3 .traceability-page__3__container {
    width: 100%;
    grid-template-columns: 3fr 2fr;
    padding: 0 1em;
  }
}
.traceability-page .traceability-page__3 .traceability-page__3__container > h2 {
  margin: 0;
  text-align: left;
  color: #ffffff;
  font-size: 1.875rem;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__3 .traceability-page__3__container > h2 {
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 1.5rem;
    text-align: center;
  }
}
.traceability-page .traceability-page__3 .traceability-page__3__container > p {
  color: #ffffff;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__3 .traceability-page__3__container > p {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.traceability-page .traceability-page__3 .traceability-page__3__container > .btn-tea-traceability {
  grid-row: 1/3;
  grid-column: 2/3;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__3 .traceability-page__3__container > .btn-tea-traceability {
    grid-row: 2/3;
    grid-column: 2/3;
    padding: 0;
    min-width: inherit;
  }
}
.traceability-page .traceability-page__3 .traceability-page__3__container > .btn-tea-traceability:hover {
  color: rgba(80, 80, 80, 0.5) !important;
  background-color: rgb(228, 225, 220);
}
.traceability-page .traceability-page__article-list {
  padding: 0 1em;
}
.traceability-page .traceability-page__article-list > article:nth-child(even) > img {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list > article:nth-child(even) > img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.traceability-page .traceability-page__article-list > article:nth-child(even) > section {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list > article:nth-child(even) > section {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list > article > img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list > article > section {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.traceability-page .traceability-page__article-list-item {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list-item {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.traceability-page .traceability-page__article-list-item > img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .traceability-page .traceability-page__article-list-item section {
    padding: 0 2em;
  }
}
.traceability-page .traceability-page__article-list-item section > label {
  color: #8c8c8c;
  font-size: 1.25rem;
}
.traceability-page .traceability-page__article-list-item section > label > .no {
  font-size: 3rem;
  padding-left: 10px;
}
.traceability-page .traceability-page__article-list-item section > h2 {
  text-align: left;
  font-size: 1.5rem;
  color: #bea069;
  margin: 20px 0 30px 0;
  line-height: 1.7;
}

.story-page h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.story-page p {
  line-height: 2;
}

.s-page-banner {
  width: 100%;
}

.story-page__1 {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .story-page__1 {
    display: grid;
  }
}
@media screen and (max-width: 990px) {
  .story-page__1 img {
    width: 80%;
    margin: auto;
    padding-bottom: 3em;
  }
}
.story-page__1 p {
  margin-left: 2em;
  width: 28ch;
}
@media screen and (max-width: 990px) {
  .story-page__1 p {
    padding: 0 1em;
    margin-left: 0;
    width: 100%;
  }
}

.story-page__2 {
  background-image: var(--img__photo__story__pic_02);
  background-repeat: no-repeat;
  padding-top: 25%;
  background-size: contain;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.story-page__2::before {
  content: "";
}
.story-page__2::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .story-page__2 {
    display: grid;
    grid-template-columns: 2em 4fr 2em;
    background-size: 120%;
    padding-top: 35%;
  }
  .story-page__2::before {
    content: "";
  }
  .story-page__2::after {
    content: "";
  }
}
.story-page__2 section {
  justify-self: baseline;
  display: inline-block;
  background-color: #ffffff;
  padding: 3em;
}
@media screen and (max-width: 990px) {
  .story-page__2 section {
    padding: 2em;
  }
}
.story-page__2 p {
  width: 32ch;
}
@media screen and (max-width: 990px) {
  .story-page__2 p {
    margin-left: 0;
    width: 100%;
  }
}

.story-page__3 {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
.story-page__3::before {
  content: "";
}
.story-page__3::after {
  content: "";
}
@media screen and (max-width: 990px) {
  .story-page__3 {
    grid-template-columns: 1fr;
  }
}
.story-page__3 section {
  display: grid;
  grid-template-columns: 720fr 80fr 576fr;
  grid-template-rows: 360fr 165fr 440fr;
}
@media screen and (max-width: 990px) {
  .story-page__3 section {
    grid-template-columns: 720fr 720fr 576fr;
    grid-template-rows: 360fr 100fr 440fr;
  }
}
.story-page__3 section > img:first-child {
  grid-column: 2/4;
  grid-row: 1/3;
  align-self: end;
}
.story-page__3 section > img:last-child {
  grid-column: 1/3;
  grid-row: 2/4;
}

.story-page__4 {
  background: linear-gradient(to bottom, white 0%, #dedede 100%);
}
.story-page__4 > img {
  margin-top: 60px;
  margin-bottom: 60px;
}
.story-page__4 > article {
  display: grid;
  grid-template-columns: 1fr 400px 560px 1fr;
}
@media screen and (max-width: 990px) {
  .story-page__4 > article {
    grid-template-columns: 1em 1fr 1em;
  }
}
.story-page__4 > article > section {
  grid-column: 2/3;
}
.story-page__4 > article > img {
  grid-column: 3/5;
  justify-self: flex-end;
}
@media screen and (max-width: 990px) {
  .story-page__4 > article > img {
    grid-column: 1/4;
  }
}

.story-page__5 {
  position: relative;
}
.story-page__5 > img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .story-page__5 > img {
    display: none;
  }
}
.story-page__5 > section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(15%, -50%);
}
@media screen and (max-width: 990px) {
  .story-page__5 > section {
    position: initial;
    background-image: var(--img__photo__story__pic_06);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: initial;
    padding: 120px 1em;
  }
}
.story-page__5 > section h2 {
  color: #ffffff;
}
.story-page__5 > section p {
  color: #ffffff;
  width: 23ch;
}
@media screen and (max-width: 990px) {
  .story-page__5 > section p {
    width: 100%;
  }
}

.s-page-bottom-menu {
  margin-top: 70px;
}
.s-page-bottom-menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .s-page-bottom-menu ul {
    display: grid;
    gap: 0.75em;
  }
}
.s-page-bottom-menu li:not(:last-child) {
  margin-right: 0.75em;
}
@media screen and (max-width: 990px) {
  .s-page-bottom-menu li:not(:last-child) {
    margin-right: 0;
  }
}
.s-page-bottom-menu a {
  min-width: 300px;
  min-height: 300px;
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 990px) {
  .s-page-bottom-menu a {
    width: 280px;
    height: 160px;
    min-width: initial;
    min-height: inherit;
  }
}
.s-page-bottom-menu a > span {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.s-page-bottom-menu a > span > img {
  height: 1.5rem;
  display: initial;
  margin-right: 0.5em;
}

@media screen and (max-width: 990px) {
  .mq-pc {
    display: none;
  }
}

.mq-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .mq-sp {
    display: block;
  }
}

.btn-icon-link {
  color: #505050;
  display: flex;
  align-items: center;
}
.btn-icon-link::before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  background-image: var(--img__icon__button_1);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.btn-icon-link::after {
  content: "";
  margin-left: 1em;
  display: inline-block;
  background-image: var(--img__icon-arrow__arrow_2);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.btn-icon-link:hover {
  color: #bea069;
}
.btn-icon-link:hover::after {
  filter: invert(67%) sepia(41%) saturate(391%) hue-rotate(0deg) brightness(92%) contrast(81%);
}

.btn-icon-link__left-only {
  color: #505050;
  display: flex;
  align-items: center;
}
.btn-icon-link__left-only::before {
  content: "";
  margin-right: 0.3em;
  display: inline-block;
  background-image: var(--img__icon__button_1);
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
}

/*# sourceMappingURL=main.css.map */
