﻿@charset "UTF-8";

:root {
  --ja-txt: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --en-txt: 'Poppins', "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --txt-color: #262626;
  --link-color: #3D74CC;
  --main-color: #004EA2;v
  --sub-color: #616466;
  --line-color: #E6E6E6;
  --red-color: #E6171E;
}

body {
  font-family: var(--ja-txt);
  font-weight: 400;
  color: var(--txt-color);
}

a {
  transition: .3s all;
}

a:hover img {
  opacity: .7;
}

input[type="checkbox"] {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

input[name="pwd_display"] {
  margin-top: -5px;
}

h1,
.h1 {
  margin: 0 0 20px;
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  border: 0;
}

h2,
.h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #111;
  border-bottom: 1px solid #111;
}

h3,
.h3 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #dedede;
}

h4,
.h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.price,
.default-price,
.net-price {
  font-family: var(--en-txt);
}

.price {
  color: var(--txt-color);
}

.net,
.net-price,
.default-net {
  font-weight: 600;
  font-size: 15px;
}

.price,
.default-price {
  font-weight: normal!important;
  font-size: 12px;
}

.net::after,
.net-price::after,
.default-net::after {
  content: "（税別）";
  font-family: var(--ja-txt);
  font-weight: normal;
  font-size: 12px;
}

.price::after,
.default-price::after {
  content: "（税込）";
  font-family: var(--ja-txt);
  font-size: 10px;
}

.pager {
  margin: 0;
  border-top: 0;
}

.block-purchase-history--pager-top,
.block-favorite--pager-top,
.block-inquiry-history--pager-top,
.block-coupon-list--pager-top,
.block-point-history-list--pager-top {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-goods-list--pager-bottom,
.block-topic-details--pager-bottom.pager,
.block-purchase-history--pager-bottom.pager,
.block-favorite--pager-bottom.pager,
.block-inquiry-history--pager-bottom.pager,
.block-coupon-list--pager-bottom.pager,
.block-point-history-list--pager-bottom.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.block-favorite--form .block-favorite--pager-bottom li {
  border-top: 0;
}

.pager-total {
  padding: 0;
  margin-right: 0;
}

.pager-count {
  font-size: 16px;
  letter-spacing: .09em;
}

.pager-count span {
  font-family: var(--en-txt);
  font-size: 24px;
  font-weight: 600;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination + .pagination {
  margin-left: 10px;
}

.pagination > * {
  float: none;
}

.pagination > li {
  min-width: auto;
  border: 0;
  padding: 0;
  margin-right: 0;
}

.pagination > li + li {
  margin-left: 10px;
}

.pagination > li.pager-current {
  background: transparent;
}

.pagination > li.pager-current {
  background: transparent;
}

.pagination > li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid var(--line-color);
  font-family: var(--en-txt);
  font-size: 12px;
}

.pagination > li.pager-current > span {
  font-weight: bold;
  color: var(--txt-color);
}

.block-icon-image-page-navigation {
  width: auto;
  height: auto;
  background-size: contain;
  background-position: 0 0;
}

.pager-previous a,
.pager-next a,
.pager-first a,
.pager-last a {
  font-size: 0;
}

.pager-previous a::before,
.pager-next a::before,
.pager-first a::before,
.pager-last a::before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.pager-previous a::before,
.pager-next a::before {
  width: 7px;
  height: 11px;
}

.pager-first a::before,
.pager-last a::before {
  width: 12px;
  height: 11px;
}

.pager-previous a::before {
  background-image: url(../../img/sys/icon/black/angle-left_sp.png);
}

.pager-next a::before {
  background-image: url(../../img/sys/icon/black/angle-right_sp.png);
}

.pager-first a::before {
  background-image: url(../../img/sys/icon/black/angle-double-left_sp.png);
}

.pager-last a::before {
  background-image: url(../../img/sys/icon/black/angle-double-right_sp.png);
}

.action-buttons {
  margin-left: auto;
  margin-right: auto;
}

.action {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.action-buttons .action + .action {
  margin-left: 8px;
}

.btn {
  border-radius: 4px;
}

.action .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 159px;
  height: 39px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.action .btn[class*="back"],
.block-order-gift-confirmation--customer-registration-form .action-buttons .action:first-of-type .btn {
  border: 1px solid #3D74CC;
  background: #fff;
  color: var(--main-color);
  font-size: 14px;
}

.action-buttons .action:only-child .btn {
  min-width: 490px;
  height: 60px;
  font-size: 18px;
}

.action-buttons .action:only-child .btn[class*="back"] {
  border-radius: 3px;
  font-size: 16px;
}

.action-buttons .action > .action:only-child .btn {
  min-width: 159px;
  height: 39px;
  font-size: 13px;
}

.btn-default {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.btn-primary {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}

.alert,
.form-error,
.block-birth-message {
  font-size: 14px;
  color: var(--red-color);
}
