@charset "UTF-8";
/* Scss Document */
body {
  color: #5E5E5E;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.content_warp h2 {
  letter-spacing: 0.05em;
  color: #004C71;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 0 1.5em;
  margin-bottom: 1em;
  position: relative;
}
.content_warp h2::before {
  position: absolute;
  content: "";
  background: #004C71;
  height: 1px;
  width: 1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_warp h2.adjust {
  letter-spacing: 0;
}
.content_warp h3 {
  padding-left: 1.25em;
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1.8em;
}
.content_warp h3::before {
  position: absolute;
  content: "■";
  font-size: 1em;
  top: 0;
  left: 0;
}
.content_warp h4 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1.8em;
}
.content_warp .text.note {
  font-size: 12px;
  line-height: 1.6;
}
.content_warp .text a {
  text-decoration: underline;
}
.content_warp .text .red {
  color: #AD002D;
  font-weight: 700;
  font-size: 16px;
}
.content_warp .text + .text:not(.note) {
  margin-top: 1.8em;
}
.content_warp .image {
  margin: 30px 0;
}
.content_warp .image.cash_on_delivery {
  display: flex;
  gap: 30px;
} 
.content_warp .image.cash_on_delivery picture {
  width: 330px;
}
.content_warp .image.credit_card {
  width: 520px;
}
.content_warp .image.deferred_payment {
  width: 356px;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.shopping .inner {
  padding: 90px 0 80px;
}
.shopping .top_title {
  letter-spacing: 0.05em;
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 1.3em;
  font-weight: 500;
}
.shopping .anchor_link_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.shopping .anchor_link_wrap .anchor_link_btn a {
  text-align: center;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #002638;
  color: #fff;
  font-size: 12px;
  padding: 1em 0 1.9em;
  line-height: 1.3;
}
.shopping .anchor_link_wrap .anchor_link_btn a p {
  min-height: 2.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopping .anchor_link_wrap .anchor_link_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
}
.shopping .anchor_link_wrap + section {
  margin-top: 80px;
}

.delivery_method {
  background: #F0F4F9;
}

.returns_exchanges {
  background: #F0F4F9;
}
/*# sourceMappingURL=shopping.css.map */