@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800&display=swap");
@media print, (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
:root ol, :root ul {
   padding: initial;
}
:root blockquote {
  margin: 16px 0px 16px 40px;
}
.pbNestedWrapper{
  overflow: initial;
}
img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media only screen and (max-width: 767px) {
  :root {
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.5;
    font-size: 14px;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

:-webkit-any-link {
  color: #333333;
  text-decoration: none;
}

:any-link {
  color: #333333;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
input,
textarea,
select {
  font-family: inherit;
}
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
  outline: none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.icon-account, .icon-add, .icon-alert, .icon-anime, .icon-arrive, .icon-arrow, .icon-arrow-double, .icon-arrow-double-gray, .icon-arrow-gray, .icon-arrow-red, .icon-arrow-s, .icon-arrow-s-gray, .icon-arrow-s-yellow, .icon-beginner, .icon-blank, .icon-blank-white, .icon-box, .icon-calendar, .icon-cart, .icon-check, .icon-checkbox, .icon-checkbox-disabled, .icon-checkbox-on, .icon-clear, .icon-close, .icon-coupon, .icon-delete, .icon-delivery-completed, .icon-discount, .icon-display_eye_close, .icon-display_eye_open, .icon-drama, .icon-favorite, .icon-favorite-blue, .icon-favorite-on, .icon-gps, .icon-grid, .icon-grid-gray, .icon-help, .icon-help-gray, .icon-history, .icon-info, .icon-list, .icon-list-gray, .icon-lock, .icon-mail, .icon-menu, .icon-minus, .icon-minus-gray, .icon-movie, .icon-myreview, .icon-payment, .icon-pin, .icon-plus, .icon-plus-gray, .icon-point, .icon-point-calender, .icon-radiobtn, .icon-radiobtn-disabled, .icon-radiobtn-on, .icon-ranking-01, .icon-ranking-02, .icon-ranking-03, .icon-refinement, .icon-reload, .icon-search, .icon-search-clear, .icon-search-gray, .icon-search-white, .icon-select-suggest, .icon-setting-mail, .icon-shipping_address, .icon-signup, .icon-sort, .icon-star_white_large, .icon-star_white_small, .icon-star_yellow_large, .icon-star_yellow_small, .icon-yomuyomu-kun {
  background: url("../sprite/sprite-icon-bg.svg") no-repeat;
}

.icon-account {
  background-position: 16.292537313432835% 0;
}

.icon-account-dims {
  width: 24px;
  height: 24px;
}

.icon-add {
  background-position: 75.99402985074626% 42.857142857142854%;
}

.icon-add-dims {
  width: 24px;
  height: 24px;
}

.icon-alert {
  background-position: 0 14.285714285714286%;
}

.icon-alert-dims {
  width: 24px;
  height: 24px;
}

.icon-anime {
  background-position: 11.940298507462687% 14.285714285714286%;
}

.icon-anime-dims {
  width: 24px;
  height: 24px;
}

.icon-arrive {
  background-position: 28.232835820895524% 0;
}

.icon-arrive-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow {
  background-position: 28.232835820895524% 14.285714285714286%;
}

.icon-arrow-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow-double {
  background-position: 0 28.571428571428573%;
}

.icon-arrow-double-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow-double-gray {
  background-position: 11.940298507462687% 28.571428571428573%;
}

.icon-arrow-double-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow-gray {
  background-position: 23.880597014925375% 28.571428571428573%;
}

.icon-arrow-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow-red {
  background-position: 40.1731343283582% 0;
}

.icon-arrow-red-dims {
  width: 24px;
  height: 24px;
}

.icon-arrow-s {
  background-position: 94.24788732394366% 91.11111111111111%;
}

.icon-arrow-s-dims {
  width: 12px;
  height: 12px;
}

.icon-arrow-s-gray {
  background-position: 94.24788732394366% 84.44444444444444%;
}

.icon-arrow-s-gray-dims {
  width: 12px;
  height: 12px;
}

.icon-arrow-s-yellow {
  background-position: 94.24788732394366% 97.77777777777777%;
}

.icon-arrow-s-yellow-dims {
  width: 12px;
  height: 12px;
}

.icon-beginner {
  background-position: 11.940298507462687% 42.857142857142854%;
}

.icon-beginner-dims {
  width: 24px;
  height: 24px;
}

.icon-blank {
  background-position: 94.24788732394366% 77.77777777777777%;
}

.icon-blank-dims {
  width: 12px;
  height: 12px;
}

.icon-blank-white {
  background-position: 99.88169014084507% 71.11111111111111%;
}

.icon-blank-white-dims {
  width: 12px;
  height: 12px;
}

.icon-box {
  background-position: 52.113432835820895% 0;
}

.icon-box-dims {
  width: 24px;
  height: 24px;
}

.icon-calendar {
  background-position: 52.113432835820895% 14.285714285714286%;
}

.icon-calendar-dims {
  width: 24px;
  height: 24px;
}

.icon-cart {
  background-position: 52.113432835820895% 28.571428571428573%;
}

.icon-cart-dims {
  width: 24px;
  height: 24px;
}

.icon-check {
  background-position: 52.113432835820895% 42.857142857142854%;
}

.icon-check-dims {
  width: 24px;
  height: 24px;
}

.icon-checkbox {
  background-position: 0 57.142857142857146%;
}

.icon-checkbox-dims {
  width: 24px;
  height: 24px;
}

.icon-checkbox-disabled {
  background-position: 11.940298507462687% 57.142857142857146%;
}

.icon-checkbox-disabled-dims {
  width: 24px;
  height: 24px;
}

.icon-checkbox-on {
  background-position: 23.880597014925375% 57.142857142857146%;
}

.icon-checkbox-on-dims {
  width: 24px;
  height: 24px;
}

.icon-clear {
  background-position: 35.82089552238806% 57.142857142857146%;
}

.icon-clear-dims {
  width: 24px;
  height: 24px;
}

.icon-close {
  background-position: 47.76119402985075% 57.142857142857146%;
}

.icon-close-dims {
  width: 24px;
  height: 24px;
}

.icon-coupon {
  background-position: 64.05373134328357% 0;
}

.icon-coupon-dims {
  width: 24px;
  height: 24px;
}

.icon-delete {
  background-position: 64.05373134328357% 14.285714285714286%;
}

.icon-delete-dims {
  width: 24px;
  height: 24px;
}

.icon-delivery-completed {
  background-position: 64.05373134328357% 28.571428571428573%;
}

.icon-delivery-completed-dims {
  width: 24px;
  height: 24px;
}

.icon-discount {
  background-position: 64.05373134328357% 42.857142857142854%;
}

.icon-discount-dims {
  width: 24px;
  height: 24px;
}

.icon-display_eye_close {
  background-position: 64.05373134328357% 57.142857142857146%;
}

.icon-display_eye_close-dims {
  width: 24px;
  height: 24px;
}

.icon-display_eye_open {
  background-position: 0 71.42857142857143%;
}

.icon-display_eye_open-dims {
  width: 24px;
  height: 24px;
}

.icon-drama {
  background-position: 11.940298507462687% 71.42857142857143%;
}

.icon-drama-dims {
  width: 24px;
  height: 24px;
}

.icon-favorite {
  background-position: 23.880597014925375% 71.42857142857143%;
}

.icon-favorite-dims {
  width: 24px;
  height: 24px;
}

.icon-favorite-blue {
  background-position: 35.82089552238806% 71.42857142857143%;
}

.icon-favorite-blue-dims {
  width: 24px;
  height: 24px;
}

.icon-favorite-on {
  background-position: 47.76119402985075% 71.42857142857143%;
}

.icon-favorite-on-dims {
  width: 24px;
  height: 24px;
}

.icon-gps {
  background-position: 59.701492537313435% 71.42857142857143%;
}

.icon-gps-dims {
  width: 24px;
  height: 24px;
}

.icon-grid {
  background-position: 75.99402985074626% 0;
}

.icon-grid-dims {
  width: 24px;
  height: 24px;
}

.icon-grid-gray {
  background-position: 75.99402985074626% 14.285714285714286%;
}

.icon-grid-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-help {
  background-position: 75.99402985074626% 28.571428571428573%;
}

.icon-help-dims {
  width: 24px;
  height: 24px;
}

.icon-help-gray {
  background-position: 99.87462686567164% 42.857142857142854%;
}

.icon-help-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-history {
  background-position: 75.99402985074626% 57.142857142857146%;
}

.icon-history-dims {
  width: 24px;
  height: 24px;
}

.icon-info {
  background-position: 75.99402985074626% 71.42857142857143%;
}

.icon-info-dims {
  width: 24px;
  height: 24px;
}

.icon-list {
  background-position: 0 85.71428571428571%;
}

.icon-list-dims {
  width: 24px;
  height: 24px;
}

.icon-list-gray {
  background-position: 11.940298507462687% 85.71428571428571%;
}

.icon-list-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-lock {
  background-position: 23.880597014925375% 85.71428571428571%;
}

.icon-lock-dims {
  width: 24px;
  height: 24px;
}

.icon-mail {
  background-position: 35.82089552238806% 85.71428571428571%;
}

.icon-mail-dims {
  width: 24px;
  height: 24px;
}

.icon-menu {
  background-position: 47.76119402985075% 85.71428571428571%;
}

.icon-menu-dims {
  width: 24px;
  height: 24px;
}

.icon-minus {
  background-position: 94.24788732394366% 71.11111111111111%;
}

.icon-minus-dims {
  width: 12px;
  height: 12px;
}

.icon-minus-gray {
  background-position: 99.88169014084507% 91.11111111111111%;
}

.icon-minus-gray-dims {
  width: 12px;
  height: 12px;
}

.icon-movie {
  background-position: 87.93432835820896% 0;
}

.icon-movie-dims {
  width: 24px;
  height: 24px;
}

.icon-myreview {
  background-position: 87.93432835820896% 14.285714285714286%;
}

.icon-myreview-dims {
  width: 24px;
  height: 24px;
}

.icon-payment {
  background-position: 87.93432835820896% 28.571428571428573%;
}

.icon-payment-dims {
  width: 24px;
  height: 24px;
}

.icon-pin {
  background-position: 87.93432835820896% 42.857142857142854%;
}

.icon-pin-dims {
  width: 24px;
  height: 24px;
}

.icon-plus {
  background-position: 99.88169014084507% 77.77777777777777%;
}

.icon-plus-dims {
  width: 12px;
  height: 12px;
}

.icon-plus-gray {
  background-position: 99.88169014084507% 84.44444444444444%;
}

.icon-plus-gray-dims {
  width: 12px;
  height: 12px;
}

.icon-point {
  background-position: 87.93432835820896% 85.71428571428571%;
}

.icon-point-dims {
  width: 24px;
  height: 24px;
}

.icon-point-calender {
  background-position: 0 100%;
}

.icon-point-calender-dims {
  width: 24px;
  height: 24px;
}

.icon-radiobtn {
  background-position: 11.940298507462687% 100%;
}

.icon-radiobtn-dims {
  width: 24px;
  height: 24px;
}

.icon-radiobtn-disabled {
  background-position: 23.880597014925375% 100%;
}

.icon-radiobtn-disabled-dims {
  width: 24px;
  height: 24px;
}

.icon-radiobtn-on {
  background-position: 35.82089552238806% 100%;
}

.icon-radiobtn-on-dims {
  width: 24px;
  height: 24px;
}

.icon-ranking-01 {
  background-position: 47.76119402985075% 100%;
}

.icon-ranking-01-dims {
  width: 24px;
  height: 24px;
}

.icon-ranking-02 {
  background-position: 59.701492537313435% 100%;
}

.icon-ranking-02-dims {
  width: 24px;
  height: 24px;
}

.icon-ranking-03 {
  background-position: 71.64179104477611% 100%;
}

.icon-ranking-03-dims {
  width: 24px;
  height: 24px;
}

.icon-refinement {
  background-position: 83.58208955223881% 100%;
}

.icon-refinement-dims {
  width: 24px;
  height: 24px;
}

.icon-reload {
  background-position: 99.87462686567164% 0;
}

.icon-reload-dims {
  width: 24px;
  height: 24px;
}

.icon-search {
  background-position: 99.87462686567164% 14.285714285714286%;
}

.icon-search-dims {
  width: 24px;
  height: 24px;
}

.icon-search-clear {
  background-position: 99.87462686567164% 28.571428571428573%;
}

.icon-search-clear-dims {
  width: 24px;
  height: 24px;
}

.icon-search-gray {
  background-position: 87.93432835820896% 71.42857142857143%;
}

.icon-search-gray-dims {
  width: 24px;
  height: 24px;
}

.icon-search-white {
  background-position: 87.93432835820896% 57.142857142857146%;
}

.icon-search-white-dims {
  width: 24px;
  height: 24px;
}

.icon-select-suggest {
  background-position: 71.64179104477611% 85.71428571428571%;
}

.icon-select-suggest-dims {
  width: 24px;
  height: 24px;
}

.icon-setting-mail {
  background-position: 59.701492537313435% 85.71428571428571%;
}

.icon-setting-mail-dims {
  width: 24px;
  height: 24px;
}

.icon-shipping_address {
  background-position: 35.82089552238806% 42.857142857142854%;
}

.icon-shipping_address-dims {
  width: 24px;
  height: 24px;
}

.icon-signup {
  background-position: 23.880597014925375% 42.857142857142854%;
}

.icon-signup-dims {
  width: 24px;
  height: 24px;
}

.icon-sort {
  background-position: 0 42.857142857142854%;
}

.icon-sort-dims {
  width: 24px;
  height: 24px;
}

.icon-star_white_large {
  background-position: 40.1731343283582% 28.571428571428573%;
}

.icon-star_white_large-dims {
  width: 24px;
  height: 24px;
}

.icon-star_white_small {
  background-position: 96.05167464114832% 54.54545454545455%;
}

.icon-star_white_small-dims {
  width: 16px;
  height: 16px;
}

.icon-star_yellow_large {
  background-position: 40.1731343283582% 14.285714285714286%;
}

.icon-star_yellow_large-dims {
  width: 24px;
  height: 24px;
}

.icon-star_yellow_small {
  background-position: 96.05167464114832% 63.63636363636363%;
}

.icon-star_yellow_small-dims {
  width: 16px;
  height: 16px;
}

.icon-yomuyomu-kun {
  background-position: 0 0;
}

.icon-yomuyomu-kun-dims {
  width: 32.748px;
  height: 24px;
}

body {
  -webkit-transition: opacity .4s .4s ease;
  transition: opacity .4s .4s ease;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body.-hide {
  opacity: 0;
}

@media print, (min-width: 768px) {
  .container--bgGray {
    background: #F5F5F5;
  }
}

@media print, (min-width: 768px) {
  .pbPage {
    min-width: 1280px;
  }
}

.main {
  display: block;
  overflow: hidden;
}

.pbAreaWrapper1 {
  height:auto !important;
}

@media print, (min-width: 768px) {
  .main {
    min-height: calc((var(--vh, 1vh) * 100) - 441px);
  }
}

@media only screen and (max-width: 767px) {
  .main {
    min-height: calc((var(--vh, 1vh) * 100) - 779px);
  }
}

@media print, (min-width: 768px) {
  .main--mypage {
    min-height: calc(100vh - 354px);
    min-height: calc((var(--vh, 1vh) * 100) - 354px);
  }
}

@media only screen and (max-width: 767px) {
  .main--mypage {
    min-height: calc(100vh - 468px);
    min-height: calc((var(--vh, 1vh) * 100) - 468px);
  }
}

@media print, (min-width: 768px) {
  .main--simple {
    min-height: calc(100vh - 212px);
    min-height: calc((var(--vh, 1vh) * 100) - 212px);
  }
}

@media only screen and (max-width: 767px) {
  .main--simple {
    min-height: calc(100vh - 238px);
    min-height: calc((var(--vh, 1vh) * 100) - 238px);
  }
}

.mainContent__inner{
  padding: 0 84px;
}
/*.pbAreaWrapper2{
  padding: 0 84px !important;
}*/
@media print, (min-width: 768px) {
  .mainContent__inner{
    max-width: 1368px !important;
    margin: 0 auto !important;
  }
/*  .pbAreaWrapper2{
    max-width: 1368px !important;
    margin: 0 auto !important;
  }*/
}

@media only screen and (max-width: 767px) {
  .mainContent__inner{
    padding: 0;
  }
/*  .pbAreaWrapper2{
    padding: 0;
  }*/
}

@media print, (min-width: 768px) {
  .mainContent__single {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__single {
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__single:first-child {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col1--mypage {
    padding: 30px 102px 60px;
  }
}

.mainContent__col2 {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .mainContent__col2 {
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col2 .mainContent__col:nth-child(1) {
    width: calc(70% - 48px);
    margin-right: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__col2 .mainContent__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col2 .mainContent__col:nth-child(2) {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__col2 .mainContent__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%;
  }
}

.mainContent__col2 .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 18px;
}

@media print, (min-width: 768px) {
  .mainContent__col2 .mainContent__col:nth-child(2).-fixed {
    top: 149px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
  }
}

.mainContent__col2 .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 18px;
}

@media print, (min-width: 768px) {
  .main--mypage .mainContent__col2 .mainContent__col:nth-child(2).-fixed,
  body.-hideHeaderCategory .mainContent__col2 .mainContent__col:nth-child(2).-fixed {
    top: 99px;
  }
}

@media print, (min-width: 768px) {
  body.-hideHeader .mainContent__col2 .mainContent__col:nth-child(2).-fixed {
    top: 18px;
  }
}

@media print, (min-width: 768px) {
  .main--mypage .mainContent__mypage .mainContent__col:nth-child(2).-bottom {
    right: auto;
    left: 0;
  }
}

.mainContent__col2even {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .mainContent__col2even {
    display: block;
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col2even .mainContent__col {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__col2even .mainContent__col:nth-child(1) {
    margin-bottom: 16px;
  }
}

.mainContent__category {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .mainContent__category {
    display: block;
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .mainContent__col:nth-child(1) {
    width: calc(100% - 204px);
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__category .mainContent__col:nth-child(1) {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .mainContent__col:nth-child(2) {
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__category .mainContent__col:nth-child(2) {
    width: 100%;
  }
}

.mainContent__category .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 18px;
}

.mainContent__category .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 18px;
}

.mainContent__search {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .mainContent__search {
    margin: 24px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__search {
    display: block;
    margin: 0;
  }
}

@media print, (min-width: 768px) {
  .mainContent__search .mainContent__col:nth-child(1) {
    width: calc(100% - 306px);
    margin-left: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__search .mainContent__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: auto;
    background-color: #ffffff;
  }
}

@media print, (min-width: 768px) {
  .mainContent__search .mainContent__col:nth-child(2) {
    width: 258px;
  }
}

.mainContent__search .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 18px;
}

.mainContent__search .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 18px;
}

.mainContent__product {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .mainContent__product {
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col:nth-child(1) {
    width: calc(76.5% - 24px);
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__product .mainContent__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col:nth-child(2) {
    width: 23.5%;
    padding-bottom: 114px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__product .mainContent__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%;
  }
}

.mainContent__product .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 60px;
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col:nth-child(2).-fixed {
    top: 190px;
    margin-top: 0;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
  }
}

.mainContent__product .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col--bottom {
    margin-top: 119px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col--bottomNotab {
    margin-top: 76px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__product .mainContent__col--bottomNotab:nth-child(2) {
    padding-bottom: 70px;
  }
}

@media print, (min-width: 768px) {
  body.-hideHeaderCategory .mainContent__product .mainContent__col:nth-child(2).-fixed {
    top: 140px;
  }
}

@media print, (min-width: 768px) {
  body.-hideHeader .mainContent__product .mainContent__col:nth-child(2).-fixed {
    top: 60px;
  }
}

.mainContent__mypage {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .mainContent__mypage {
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__mypage .mainContent__col:nth-child(1) {
    width: calc(70% - 48px);
    margin-left: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__mypage .mainContent__col:nth-child(1) {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .mainContent__mypage .mainContent__col:nth-child(2) {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__mypage .mainContent__col:nth-child(2) {
    width: 100%;
  }
}

.mainContent__mypage .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 18px;
}

@media print, (min-width: 768px) {
  .mainContent__mypage .mainContent__col:nth-child(2).-fixed {
    top: 99px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
  }
}

.mainContent__mypage .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 18px;
}

.mainContent__mypageTop {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .mainContent__mypageTop {
    margin: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__mypageTop .mainContent__col:nth-child(1) {
    width: 32%;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__mypageTop .mainContent__col:nth-child(1) {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .mainContent__mypageTop .mainContent__col:nth-child(2) {
    width: calc(68% - 24px);
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__mypageTop .mainContent__col:nth-child(2) {
    width: 100%;
  }
}

.mainContent__mypageTop .mainContent__col:nth-child(2).-fixed {
  position: fixed;
  top: 18px;
}

@media print, (min-width: 768px) {
  .mainContent__mypageTop .mainContent__col:nth-child(2).-fixed {
    top: 99px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
  }
}

.mainContent__mypageTop .mainContent__col:nth-child(2).-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 18px;
}

@media print, (min-width: 768px) {
  body.-hideHeaderCategory .mainContent__mypage .mainContent__col:nth-child(2).-fixed {
    top: 18px;
  }
}

@media print, (min-width: 768px) {
  body.-hideHeader .mainContent__mypage .mainContent__col:nth-child(2).-fixed {
    top: 18px;
  }
}

.mainContent__complete {
  background-color: #ffffff;
  padding: 30px 0 60px;
}

@media print, (min-width: 768px) {
  .mainContent__complete {
    margin: 0 -50vw;
  }
}

.mainContent__completeBtn {
  text-align: center;
  padding: 0 20px;
}

.mainContent__complete .mainContent__completeBtn {
  padding: 0 38px;
}

.link {
  color: #003894;
}

@media print, (min-width: 768px) {
  .link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .link:hover {
    opacity: .65;
  }
}

.link[target="_blank"] {
  position: relative;
  padding-right: 16px;
}

.link[target="_blank"]::after {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/library/common/svg/blank.svg);
  background-size: 12px 12px;
}

.link--arrow {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.link--arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/library/common/svg/arrow-s.svg);
  background-size: 12px 12px;
}

.link--center {
  display: table;
  margin: 20px auto 0;
  font-size: 16px;
}

.link--underLine {
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .linkTel {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .linkTel {
    color: #003894;
    text-decoration: underline;
  }
}

.btnList {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.btnList ul {
  margin: 0 auto;
  padding: 0 20px;
}

.btnList li:nth-child(n+2) {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mainContent__single .btnList {
    margin: 0 -18px;
    padding: 0 18px 40px;
    background-color: #ffffff;
  }
}

.btnList--cartBottomBtn {
  padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .btnList--cartBottomBtn {
    margin: 0;
    padding: 24px 0;
  }
}

@media print, (min-width: 768px) {
  .btnList--cartBottomBtn ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.btnList--cartBottomBtn li {
  width: 100%;
}

@media print, (min-width: 768px) {
  .btnList--cartBottomBtn li {
    margin: 0 6px;
  }
  .btnList--cartBottomBtn li:nth-child(1) {
    max-width: 384px;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .btnList--cartBottomBtn li:nth-child(2) {
    max-width: 240px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .btnList--cartBottomBtn li:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btnList--cartBottomBtn li:nth-child(n+2) {
    margin-top: 16px;
  }
}

.mainContent__single .btnList--cartBottomBtn {
  padding-top: 0;
}

.btnList--cartFormBtn {
  padding: 0 0 40px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btnList--cartFormBtn {
    margin: 0 -18px;
    padding: 0 18px 48px;
  }
}

.btnList--settingBottomBtn {
  padding: 0 0 20px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btnList--settingBottomBtn {
    margin: 0 -18px;
    padding: 0 18px 30px;
  }
}

.btnList--settingBottomBlockBtn {
  padding: 0 0 20px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btnList--settingBottomBlockBtn {
    margin: 0 -18px;
    padding: 0 18px 30px;
  }
}

@media print, (min-width: 768px) {
  .btnList--settingBottomBlockBtn ul {
    display: block;
  }
}

@media print, (min-width: 768px) {
  .btnList--settingBottomBlockBtn li {
    margin: 0 auto;
  }
  .btnList--settingBottomBlockBtn li:nth-child(n+2) {
    max-width: 384px;
    margin-top: 16px;
  }
}

.btnList--historyBottomBtn {
  padding: 0 0 20px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .btnList--historyBottomBtn {
    margin: 0 0;
    padding: 0 18px 30px;
  }
}

.btnList__txt {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .btnList__txt {
    text-align: left;
  }
}

.btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  margin: 0;
  padding: 0 30px;
  width: 100%;
  max-width: 380px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
  border: none;
  border-radius: 60px;
  color: #003894;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .btn {
    max-width: inherit;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    padding: 0 10px;
  }
}

@media print, (min-width: 768px) {
  .btn:hover {
    opacity: .65;
  }
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #003894;
  border-radius: 60px;
  z-index: 1;
}

.btn--s {
  height: 36px;
  line-height: 36px;
  max-width: 280px;
  font-size: 14px;
  font-weight: normal;
}

@media print, (min-width: 768px) {
  .btn--s {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .btn--s {
    max-width: inherit;
  }
}

.btn--s:before {
  border-width: 1px;
}

.btn--ss {
  position: relative;
  display: block;
  width: 78px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
  color: #003894;
  text-align: center;
  border-radius: 13px;
}

@media print, (min-width: 768px) {
  .btn--ss {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .btn--ss:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .safari .btn--ss {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .btn--ss {
    font-size: 12px;
  }
}

.btn--ss:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 13px;
}

.btn--orange {
  background: #EF7000;
  color: #fff;
}

.btn--orange:before {
  border-color: #EF7000;
}

.btn--blue {
  background: #003894;
  color: #fff;
}

@media print, (min-width: 768px) {
  .btn--blue:hover {
    opacity: .65;
  }
}

.btn--gray {
  background: #F5F5F5;
  color: #003894;
}

@media print, (min-width: 768px) {
  .btn--gray:hover {
    opacity: .65;
  }
}

.btn--gray:before {
  border-color: #F5F5F5;
}

.btn--green {
  background: #00C300;
  color: #fff;
}

.btn--green:before {
  border-color: #00C300;
}

@media print, (min-width: 768px) {
  .btn--green:hover {
    opacity: .65;
  }
}

.btn--green .icon-line-old {
  position: absolute;
  width: 29px;
  height: 28px;
  top: 25%;
  left: 16px;
}

.btn--green .icon-line-old:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 38px;
  background-color: #00B300;
  position: absolute;
  bottom: -6px;
  right: -18px;
}

.btn--white {
  background: #ffffff;
  color: #003894;
}

@media print, (min-width: 768px) {
  .btn--white {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .btn--white:hover {
    opacity: .65;
  }
}

.btn--white:before {
  display: none;
}

.btn--beginner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #003894;
  color: #ffffff;
  height: 58px;
  border-radius: 35px;
}

@media print, (min-width: 768px) {
  .btn--beginner {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .btn--beginner:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .btn--beginner {
    height: 54px;
  }
}

.btn--beginner .icon-beginner-dims {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

@media only screen and (max-width: 767px) {
  .btn--beginner .icon-beginner-dims {
    left: 16px;
  }
}

@media print, (min-width: 768px) {
  [data-whatinput="keyboard"] .btn:focus {
    outline: 2px solid #003894;
  }
}

.btn.-disabled, .btn[disabled] {
  background-color: #CCC !important;
  pointer-events: none;
}

.btn.-disabled.js-anchor, .btn[disabled].js-anchor {
  pointer-events: inherit;
}

.btn.-disabled::before, .btn[disabled]::before {
  border-color: #CCC !important;
}
/* loading */
.loadingProcess {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.3);
  /* opacity: 0; */
  z-index: 1003;
  -webkit-transition: opacity .4s ease .2s;
  transition: opacity .4s ease .2s;
}
.loadingProcess-animation {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageTitle {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: bold;
  color: #003894;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .pageTitle {
    margin: 24px 18px 16px;
    font-size: 24px;
  }
  .mainContent__category .pageTitle,
  .mainContent__mypage .pageTitle {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__single .pageTitle {
    margin-left: 0;
    margin-right: 0;
  }
}

.pageTitle__item {
  max-width: 46%;
  display: inline-block;
  vertical-align: top;
}
.pageTitle__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pageTitle__text--attach {
  display: inline-block;
  vertical-align: top;
  width: 7.5em;
}

.blockTitle {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .blockTitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .blockTitle {
    margin: 0 18px 16px;
    font-size: 22px;
  }
}

@media print, (min-width: 768px) {
  .blockTitle__more {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .blockTitle__more {
    display: none;
  }
}

.pageHeading {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .pageHeading {
    font-size: 16px;
  }
}

.pageLead {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .pageLead {
    margin-right: 18px;
    margin-left: 18px;
  }
  .mainContent__col .pageLead {
    margin-right: 0;
    margin-left: 0;
  }
}

.pageLead .pageError {
  margin-top: 16px;
}

.pageLead--null {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .pageLead--null {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .pageError {
    padding: 0 18px;
  }
  .mainContent__col .pageError {
    padding: 0;
  }
}

.pageError__heading {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #E60009;
}

.pageError__heading:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/alert.svg) no-repeat;
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .mainContent__single .pageError {
    padding-left: 0;
    padding-right: 0;
  }
}

.tagList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0 !important;
}

.tag {
  position: relative;
  line-height: 1;
  margin: 6px 3px 0 0;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  background: #BACFF0;
  font-size: 12px;
  font-weight: bold;
  color: #003894;
}

.tag:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  z-index: 1;
}

.tag--used {
  background: #BACFF0;
}

.tag--new {
  background: #FFF49F;
  color: #EF7018;
}

.tag--set {
  background: #ffffff;
  color: #003894;
}

.tag--set:before {
  display: block;
}

.tag--pickedUpStore {
  background: #547FC7;
  color: #ffffff;
}

.tag--pickedUpStore:before {
  display: none;
}

.tag--discount {
  background: #E60009;
  color: #ffffff;
}

.tag--discount:before {
  display: none;
}

.tag--num {
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 6px;
  background: transparent;
  color: #003894;
}

.tag--num:before {
  display: block;
}

.checkbox {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  /* disabled */
}

.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.checkbox__item {
  display: inline-block;
  cursor: pointer;
}

.checkbox__item:before, .checkbox__item:after {
  position: absolute;
  content: '';
}

.checkbox__item:before, .checkbox__item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.checkbox__item:before {
  background: center center url(/library/common/svg/checkbox.svg) no-repeat;
  background-size: 24px 24px;
}

.checkbox__item:after {
  background: center center url(/library/common/svg/checkbox-on.svg) no-repeat;
  background-size: 24px 24px;
  display: none;
}

input[type="checkbox"]:checked + .checkbox__item::before {
  display: none;
}

input[type="checkbox"]:checked + .checkbox__item::after {
  display: block;
}

@media print, (min-width: 768px) {
  input[type="checkbox"]:focus + .checkbox__item::before,
  input[type="checkbox"]:focus + .checkbox__item::after {
    outline: 2px solid #003894;
  }
}

@media print, (min-width: 768px) {
  [data-whatintent="mouse"] input[type="checkbox"]:focus + .checkbox__item::before,
  [data-whatintent="mouse"] input[type="checkbox"]:focus + .checkbox__item::after {
    outline: none;
  }
}

input[type="checkbox"][disabled] + .checkbox__item {
  cursor: default;
}

input[type="checkbox"][disabled] + .checkbox__item:before {
  background-image: url(/library/common/svg/checkbox-disabled.svg);
}

input[type="checkbox"][disabled] + .checkbox__item .checkbox__txt {
  color: #999;
}

.radio {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  /* disabled */
}

.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.radio__item {
  display: inline-block;
  cursor: pointer;
}

.radio__item:before, .radio__item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.radio__item:before {
  background: center center url(/library/common/svg/radiobtn.svg) no-repeat;
  background-size: 24px 24px;
}

.radio__item:after {
  background: center center url(/library/common/svg/radiobtn-on.svg) no-repeat;
  background-size: 24px 24px;
  display: none;
}

input[type="radio"]:checked + .radio__item::before {
  display: none;
}

input[type="radio"]:checked + .radio__item::after {
  display: block;
}

@media print, (min-width: 768px) {
  [data-whatinput="keyboard"] input[type="radio"]:focus + .radio__item::before,
  [data-whatinput="keyboard"] input[type="radio"]:focus + .radio__item::after {
    outline: 2px solid #003894;
  }
}

input[type="radio"][disabled] + .radio__item {
  cursor: default;
}

input[type="radio"][disabled] + .radio__item:before {
  background-image: url(/library/common/svg/radiobtn-disabled.svg);
}

input[type="radio"][disabled] + .radio__item .radio__txt {
  color: #999;
}

input[type="radio"][disabled] + label .radio__item {
  cursor: default;
}

input[type="radio"][disabled] + label .radio__item:before {
  background-image: url(/library/common/svg/radiobtn-disabled.svg);
}

input[type="radio"][disabled] + label .radio__item .radio__txt,
input[type="radio"][disabled] + label .radio__item .radio__couponPeriod {
  color: #999;
}

.radio__condition {
  color: #E60009;
}

.radio__aboutCoupon {
  display: inline-block;
  font-size: 13px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .radio__aboutCoupon {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .radio__aboutCoupon:hover {
    opacity: .65;
  }
}

.radio__couponPeriod {
  display: block;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .radio__couponPeriod {
    font-size: 12px;
  }
}

.cartStep__inner {
  margin: 24px 0;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .cartStep__inner {
    margin: 16px 0;
    padding: 0 18px;
  }
}

.cartStep ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .cartStep ul {
    width: 920px;
  }
}

@media only screen and (max-width: 767px) {
  .cartStep ul {
    width: 100%;
  }
}

.cartStep__step {
  position: relative;
  width: 25%;
  padding: 42px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cartStep__step {
    padding: 34px 0 0;
  }
}

.cartStep__step:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 20px);
  width: calc(100% - 40px);
  height: 2px;
  background: #ccc;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .cartStep__step:nth-child(n+2):before {
    top: 16px;
    left: calc(50% - 16px);
    width: calc(100% - 32px);
  }
}

.cartStep__step span {
  color: #999;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .cartStep__step span {
    font-size: 12px;
  }
}

.cartStep__step.-active span {
  font-weight: bold;
  color: #003894;
}

.cartStep__step:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .cartStep__step:after {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.cartStep__step--1:after {
  background-image: url(/library/common/images/cart/img-cart-step-1.png);
}

.cartStep__step--1.-active:after {
  background-image: url(/library/common/images/cart/img-cart-step-1-active.png);
}

.cartStep__step--2:after {
  background-image: url(/library/common/images/cart/img-cart-step-2.png);
}

.cartStep__step--2.-active:after {
  background-image: url(/library/common/images/cart/img-cart-step-2-active.png);
}

.cartStep__step--3:after {
  background-image: url(/library/common/images/cart/img-cart-step-3.png);
}

.cartStep__step--3.-active:after {
  background-image: url(/library/common/images/cart/img-cart-step-3-active.png);
}

.cartStep__step--check:after {
  background-image: url(/library/common/images/cart/img-cart-step-check.png);
}

.cartStep__step--check.-active:after {
  background-image: url(/library/common/images/cart/img-cart-step-check-active.png);
}

@media only screen and (max-width: 767px) {
  .cartPurchase {
    margin: 0 -18px 16px;
    background: #fff;
  }
}

.cartPurchase__inner {
  padding: 24px 24px 30px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__inner {
    padding: 8px 18px 30px;
  }
}

@media print, (min-width: 768px) {
  .cartPurchase__inner--shadow {
    margin-bottom: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }
}

.cartPurchase__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #EBEBEB;
}

.cartPurchase__total {
  font-size: 18px;
  font-weight: bold;
}

.cartPurchase__totalPrice {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E60009;
}

.cartPurchase__list + .cartPurchase__list {
  margin-top: 12px;
}

.cartPurchase__list.-hide {
  display: none;
}

.cartPurchase__list--gray {
  background: #F5F5F5;
  padding: 10px 15px;
}

.cartPurchase__listItem {
  display: -webkit-box;
  display: flex;
}

.cartPurchase__listItem > div {
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}

.cartPurchase__listItem > div:nth-child(2) {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
}

.cartPurchase__listItem.-hide {
  display: none;
}

.cartPurchase__listItem--txtS > div {
  font-size: 12px;
  color: #666666;
}

.cartPurchase__listInfo {
  margin: 0 0 0 4px;
}

.cartPurchase__listInfo img {
  margin-top: -2px;
  vertical-align: middle;
}

.cartPurchase__coupon {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__coupon {
    margin-top: 25px;
  }
}

.cartPurchase__couponTitle {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__couponTitle {
    margin: 0 0 4px;
  }
}

.cartPurchase__couponTxt {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.6;
}

.cartPurchase__couponTerm {
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__couponTerm {
    font-size: 12px;
  }
}

.cartPurchase__link {
  margin: 24px 0 0;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__link {
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .cartPurchase__link li {
    margin: 0 20px;
  }
}

.cartPurchase__link li:nth-child(n+2) {
  margin-top: 16px;
}

.cartPurchase__notes {
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__notes {
    margin-top: 12px;
  }
}

.cartPurchase__notes a {
  color: #003894;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cartPurchase__notes a {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .cartItem {
    background: #ffffff;
  }
}

.cartItem__inner {
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .cartItem__inner {
    margin: 0 18px;
  }
}

.cartItem__inner:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.cartItem:last-child .cartItem__inner:last-of-type {
  border-bottom: none;
}

.cartItem__checkbox {
  width: 48px;
  margin: auto 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .cartItem__checkbox {
    width: 36px;
    padding-left: 0;
  }
}

.cartItem__image {
  width: 102px;
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .cartItem__image {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .cartItem__image {
    width: 28%;
  }
}

.cartItem__detail {
  -webkit-box-flex: 1;
          flex: 1;
}

@media print, (min-width: 768px) {
  .cartItem__detail {
    width: 45%;
  }
  .orderHistoryDetail .cartItem__detail,
  .cartConfirm .cartItem__detail {
    width: auto;
    position: relative;
    padding-right: 156px;
  }
}

@media only screen and (max-width: 767px) {
  .cartItem__detail {
    width: calc(100% - 156px);
  }
}

.cartItem__tagList {
  margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .cartItem__tagList {
    margin: 0 0 4px;
  }
}

@media print, (min-width: 768px) {
  .cartItem__txt {
    display: -webkit-box;
    display: flex;
  }
  .cartItem__txt > div:nth-child(1) {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .cartItem__txt > div:nth-child(2) {
    padding-left: 24px;
  }
}

.cartItem__title {
  margin: -2px 0 0;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .cartItem__title {
    margin: 0;
    font-size: 14px;
    max-height: 3em;
  }
}

.cartItem__author {
  margin: 4px 0 0;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .cartItem__author {
    font-size: 13px;
  }
}

.cartItem__quantityTxt {
  margin: 12px 0 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .cartItem__quantityTxt {
    margin: 10px 0 0;
    font-size: 12px;
  }
}

.cartItem__stock p {
  margin: 12px 0 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .cartItem__stock p {
    margin: 10px 0 0 0;
    font-size: 12px;
    text-align: left;
  }
}

.cartItem__stock p.cartItem__errorMsg {
  color: #E60009;
}

.cartItem__stock--alert p {
  color: #E60009;
}

.cartItem__errorMsg {
  display: none;
}

.cartItem__errorMsg.-active {
  display: block;
}

.cartItem__errorMsg.-active + p {
  display: none;
}

.cartItem__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #E60009;
  text-align: right;
}

@media print, (min-width: 768px) {
  .orderHistoryDetail .cartItem__price,
  .cartConfirm .cartItem__price {
    position: absolute;
    top: calc(50% - 13px);
    width: 156px;
  }
}

@media only screen and (max-width: 767px) {
  .cartItem__price {
    margin: 8px 0 0;
    font-size: 16px;
    text-align: left;
  }
}

.cartItem--cancel .cartItem__price {
  color: #999999;
}

.cartItem__point {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cartItem__point {
    text-align: left;
  }
}

.cartItem__control {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .cartItem .cartItem__controlBtn {
    margin-top: -32px;
  }
}

@media only screen and (max-width: 767px) {
  .cartItem__quantity + .cartItem__controlBtn,
  .cartItem__quantity + .cartItem__controlBtn + .cartItem__controlBtn {
    margin-top: 0;
  }
}

.cartItem__quantity ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 34px;
  background: #F5F5F5;
}

.cartItem__quantity ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  pointer-events: none;
}

.cartItem__quantity li {
  line-height: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #003894;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cartItem__quantity li {
    width: 32px;
  }
}

@media only screen and (max-width: 374px) {
  .cartItem__quantity li {
    width: 24px;
  }
}

.cartItem__quantity li span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: block;
  width: 34px;
  height: 34px;
  font-size: 14px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .cartItem__quantity li span {
    width: 32px;
  }
}

@media only screen and (max-width: 374px) {
  .cartItem__quantity li span {
    width: 24px;
  }
}

.cartItem__quantity li:nth-child(1) span, .cartItem__quantity li:nth-child(3) span {
  background: center center url(/library/common/svg/minus.svg) no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}

.cartItem__quantity li:nth-child(3) span {
  background-image: url(/library/common/svg/plus.svg);
}

.cartItem__quantity ul.-max:before {
  border-width: 2px;
  border-color: #E60009;
}

.cartItem__quantity ul.-max li:nth-child(3) {
  pointer-events: none;
}

.cartItem__quantity ul.-max li:nth-child(3) span {
  background-image: url(/library/common/svg/plus-gray.svg);
}

.cartItem__controlBtn {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
}

.cartItem__controlBtn + .cartItem__controlBtn {
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .cartItem__controlBtn + .cartItem__controlBtn {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .cartItem__controlBtn + .cartItem__controlBtn {
    margin-left: 4px;
  }
}

.cartItem__controlBtn a {
  position: relative;
  width: 24px;
  height: 24px;
}

.cartItem__controlBtn img {
  width: 24px;
  height: 24px;
}

.cartItem__controlBtn img:nth-child(2) {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cartItem__controlBtn.-active img:nth-child(2) {
  opacity: 1;
}

.cartItem__controlBtn--later {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
}

.cartItem__controlBtn--later a {
  font-size: 14px;
  color: #003894;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .cartItem__controlBtn--later a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartItem__controlBtn--later a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cartItem__controlBtn--later a {
    text-decoration: none;
  }
}

.cartSetItem {
  border-top: 1px solid #EBEBEB;
  background: #ffffff;
}

.cartSetItem__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 15px 24px 15px 0;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__inner {
    padding: 10px 15px;
  }
}

.cartSetItem__checkbox {
  width: 40px;
  margin: auto 0;
  padding-left: 24px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__checkbox {
    width: 36px;
    padding-left: 0;
  }
}

.cartSetItem__detail {
  -webkit-box-flex: 1;
          flex: 1;
}

@media print, (min-width: 768px) {
  .cartSetItem__detail {
    width: 41%;
  }
}

@media only screen and (max-width: 767px) {
  .cartSetItem__detail {
    min-width: 100px;
  }
}

.cartSetItem__tagList {
  margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__tagList {
    margin-bottom: 4px;
  }
}

.cartSetItem__image {
  width: 58px;
  margin: 0 20px 0 24px;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__image {
    width: 50px;
    margin-left: 0;
    margin-right: 12px;
  }
}

.cartSetItem__title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__title {
    width: 100%;
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.cartSetItem__stock {
  font-size: 12px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__stock {
    margin: 10px 0 0;
    font-size: 12px;
  }
}

.cartSetItem__stock--alert {
  color: #E60009;
}

.cartSetItem__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: auto 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #E60009;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cartSetItem__price {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
  }
}

.cartSetItem--cancel .cartSetItem__price {
  color: #999999;
}

.cartSetItem.-disabled .cartSetItem__inner {
  background: #F5F5F5;
}

.cartSetItem.-disabled .cartSetItem__title,
.cartSetItem.-disabled .cartSetItem__price {
  color: #999999;
}

.cartConfirm {
  font-size: 14px;
}

.cartConfirm > .cartConfirm__heading {
  margin-top: 28px;
  margin-bottom: 16px;
}

.cartConfirm__inner {
  position: relative;
}

@media print, (min-width: 768px) {
  .cartConfirm__inner {
    padding: 24px 24px 30px;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__inner {
    margin-top: 12px;
  }
}

.cartConfirm__inner + .cartConfirm__inner {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__inner + .cartConfirm__inner {
    margin-top: 24px;
  }
}

@media print, (min-width: 768px) {
  .cartConfirm__inner .cartItems {
    margin-top: -12px;
    border-top: none;
  }
}

.cartConfirm__inner .cartItem:last-child {
  border-bottom: none;
}

.cartConfirm__content {
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__content {
    padding: 24px 20px 30px;
    background: #fff;
  }
}

@media print, (min-width: 768px) {
  .cartConfirm__row {
    display: -webkit-box;
    display: flex;
    margin: 0 -12px;
  }
}

@media print, (min-width: 768px) {
  .cartConfirm__col {
    -webkit-box-flex: 1;
            flex: 1;
    margin: 0 12px;
  }
}

.cartConfirm__headingRow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.cartConfirm__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__heading {
    margin: 0 0 16px;
    font-size: 22px;
  }
}

.cartConfirm__heading2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__heading2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.cartConfirm__edit {
  position: relative;
  position: absolute;
  top: 31px;
  right: 24px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 auto;
  padding: 0 14px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .cartConfirm__edit {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartConfirm__edit:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .safari .cartConfirm__edit {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__edit {
    top: 6px;
    right: 0;
    font-size: 12px;
  }
}

.cartConfirm__edit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 24px;
}

.cartConfirm__edit--disabled {
  color: #CCCCCC;
  pointer-events: none;
}

.cartConfirm__edit--disabled:before {
  border-color: #CCCCCC;
}

.cartConfirm__address {
  margin: 0 0 12px;
}

.cartConfirm__address li {
  font-size: 14px;
  line-height: 1.6;
}

.cartConfirm__addressNotes {
  padding: 8px 24px;
  background: #F5F5F5;
  font-size: 14px;
  line-height: 1.6;
}

.cartConfirm__notes {
  margin: 12px 0 0;
}

.cartConfirm__notes li {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 13px;
  color: #666666;
}

.cartConfirm__notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.cartConfirm__notes li:nth-child(n+2) {
  margin-top: 8px;
}

@media print, (min-width: 768px) {
  .cartConfirm__creditcard {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.cartConfirm__creditcardInner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media print, (min-width: 768px) {
  .cartConfirm__creditcardInner {
    flex-basis: 258px;
    margin-right: 24px;
  }
}

.cartConfirm__creditcardImage {
  margin-right: 12px;
}

.cartConfirm__creditcardImage img {
  max-width: 49px;
}

.cartConfirm__creditcardDetail {
  -webkit-box-flex: 1;
          flex: 1;
}

.cartConfirm__creditcardDetail li {
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .cartConfirm__securityCode {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
            justify-content: flex-end;
    flex-basis: 462px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__securityCode {
    margin: 16px 0 0 61px;
  }
}

.cartConfirm__securityCodeTxt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .cartConfirm__securityCodeTxt {
    flex-basis: 180px;
    min-width: 180px;
    max-width: 180px;
    padding-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__securityCodeTxt {
    margin: 0 0 8px 0;
  }
}

@media print, (min-width: 768px) {
  .cartConfirm__securityCodeForm {
    flex-basis: 282px;
    max-width: 282px;
  }
}

.cartConfirm__securityCodeForm .formBlock__securityCode {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__securityCodeForm .formBlock__msg {
    font-size: 12px;
  }
}

.cartConfirm__coupon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.cartConfirm__coupon + .cartConfirm__heading2 {
  margin-top: 24px;
}

.cartConfirm__error {
  margin-top: 8px;
  color: #E60009;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__error {
    font-size: 12px;
  }
}

.cartConfirm__error + .cartConfirm__heading2 {
  margin-top: 24px;
}

.cartConfirm__error + .cartConfirm__creditcard {
  margin-top: 12px;
}

.cartConfirm__couponInput {
  position: relative;
  width: 282px;
  height: 42px;
  margin: 0 6px 0 0;
}

.cartConfirm__couponInput:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.cartConfirm__couponInput.-error:before {
  border: solid 2px #E60009;
}

.cartConfirm__couponInput input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  background: #F5F5F5;
  border: none;
  font-size: 16px;
}

.cartConfirm__couponInput input::-webkit-input-placeholder {
  color: #999999;
}

.cartConfirm__couponInput input:-ms-input-placeholder {
  color: #999999;
}

.cartConfirm__couponInput input::-ms-input-placeholder {
  color: #999999;
}

.cartConfirm__couponInput input::placeholder {
  color: #999999;
}

.cartConfirm__couponSubmitBtn button {
  display: block;
  width: 96px;
  height: 42px;
  line-height: 42px;
  background: #003894;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #ffffff;
  text-align: center;
}

@media print, (min-width: 768px) {
  .cartConfirm__couponSubmitBtn button {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartConfirm__couponSubmitBtn button:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__couponSubmitBtn button {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 60px;
  }
}

.cartConfirm__couponListItem {
  padding: 16px 0;
  border-top: 1px solid #EBEBEB;
}

.cartConfirm__couponListItem > input[type="radio"] {
  display: none;
}

.cartConfirm__couponListItem label {
  display: block;
  cursor: pointer;
  line-height: 1.8;
}

.cartConfirm__couponListItem:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.cartConfirm__couponListItem input[type="radio"]:checked + label .radio__item:before {
  display: none;
}

.cartConfirm__couponListItem input[type="radio"]:checked + label .radio__item:after {
  display: block;
}

.cartConfirm__couponTxt {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.cartConfirm__pointHeading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 4px;
}

.cartConfirm__pointHeading .cartConfirm__heading2 {
  margin: 0;
}

.cartConfirm__pointNotes {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__pointNotes {
    font-size: 12px;
  }
}

.cartConfirm__point {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: inline-block;
  margin: 0 0 0 180px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__point {
    margin-left: auto;
  }
}

.cartConfirm__point span {
  margin-left: 4px;
  font-size: 14px;
}

.cartConfirm__selectPointList {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #EBEBEB;
}

.cartConfirm__selectPointListItem {
  min-height: 22px;
  margin-bottom: 26px;
}

@media print, (min-width: 768px) {
  .cartConfirm__selectPointListItem:last-child {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointListItem {
    margin-bottom: 16px;
  }
}

.cartConfirm__selectPointListItem > input[type="radio"] {
  display: none;
}

.cartConfirm__selectPointListItem .radio__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointListItem .radio__item span {
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointListItem .radio__item {
    flex-wrap: wrap;
  }
}

@media print, (min-width: 768px) {
  .cartConfirm__selectPointListItem .radio__item:before, .cartConfirm__selectPointListItem .radio__item:after {
    top: calc(50% - 14px);
  }
}

.cartConfirm__selectPointListItem label {
  line-height: 1.5;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .cartConfirm__selectPointListItem--row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .cartConfirm__selectPointListItem--row label:last-child {
    margin-bottom: -10px;
  }
}

.cartConfirm__selectPointListItemPoint {
  font-size: 16px;
}

.cartConfirm__selectPointListError {
  display: none;
  width: 100%;
  margin: 8px 0 0 12px;
  color: #E60009;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointListError {
    margin-left: 30px;
  }
}

.cartConfirm__selectPointInput {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0 12px;
}

@media print, (min-width: 768px) {
  .cartConfirm__selectPointInput {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointInput {
    width: calc(100% - 30px);
    margin-top: 8px;
    margin-left: 30px;
  }
}

.cartConfirm__selectPointInput input {
  width: 204px;
  height: 42px;
  margin: 0 6px 0 0;
  padding: 0 12px;
  background: #F5F5F5;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__selectPointInput input {
    width: 100%;
  }
}

.cartConfirm__selectPointInput.-error input {
  border: 2px solid #E60009;
}

.cartConfirm__selectPointListItem input[type="radio"]:checked + label .radio__item:before {
  display: none;
}

.cartConfirm__selectPointListItem input[type="radio"]:checked + label .radio__item:after {
  display: block;
}

.cartConfirm__selectPointListItem input[type="radio"]:checked + label + label .cartConfirm__selectPointInput {
  display: -webkit-box;
  display: flex;
}

.cartConfirm__selectPointListItem input[type="radio"]:checked + label + label .cartConfirm__selectPointListError {
  display: block;
}

.cartConfirm__spSubmitBtn {
  margin: 24px 20px 30px;
}

@media print, (min-width: 768px) {
  .cartConfirm__spSubmitBtn {
    display: none;
  }
}

.cartConfirm__return {
  position: relative;
  margin: 16px 0 32px;
  padding: 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__return {
    margin: -16px -18px 0;
    padding: 0 18px;
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .cartConfirm__returnInner {
    border: 1px solid #EBEBEB;
    border-radius: 6px;
  }
}

.cartConfirm__returnHeading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  padding: 16px 24px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .cartConfirm__returnHeading {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartConfirm__returnHeading:hover {
    opacity: .65;
  }
}

.cartConfirm__returnHeading:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cartConfirm__returnHeading.-active {
  border-bottom: 1px solid #EBEBEB;
}

.cartConfirm__returnHeading.-active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.cartConfirm__returnContent {
  display: none;
  padding: 24px 24px 32px;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__returnContent {
    padding: 24px 18px 30px;
  }
}

.cartConfirm__returnContent li {
  position: relative;
  padding-left: 1.2em;
}

.cartConfirm__returnContent li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.cartConfirm__returnContent li:nth-child(n+2) {
  margin-top: 10px;
}

.cartConfirm__returnContent a {
  color: #003894;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .cartConfirm__returnContent a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartConfirm__returnContent a:hover {
    opacity: .65;
  }
}

.cartConfirm__spBottomBtn {
  margin: 0 -18px;
  padding: 24px 36px 48px;
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .cartConfirm__spBottomBtn {
    display: none;
  }
}

.cartConfirm__spBottomBtn li:nth-child(n+2) {
  margin-top: 12px;
}

.cartConfirm__inputText {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.cartConfirm__inputText.-active {
  display: none;
}

.cartConfirm__btn {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cartConfirm__btn {
    margin: 16px 9px 0;
  }
}

.cartConfirm__accordionContent {
  display: none;
  margin-bottom: 24px;
}

.-active + .cartConfirm__accordionContent {
  display: block;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem {
    background: #ffffff;
  }
}

.orderHistoryItem__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__inner {
    margin: 0 18px;
    padding: 44px 0 16px;
  }
}

.orderHistoryItem__inner:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

@media print, (min-width: 768px) {
  .orderHistoryItem:last-of-type .orderHistoryItem__inner {
    border-bottom: none;
  }
}

.orderHistoryItem__image {
  width: 78px;
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__image {
    width: 88px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .orderHistoryItem__image {
    width: 28%;
  }
}

.orderHistoryItem__detail {
  -webkit-box-flex: 1;
          flex: 1;
}

.orderHistoryItem__date {
  width: 100%;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__date {
    position: absolute;
    top: 12px;
    left: 0;
  }
}

.orderHistoryItem__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__row {
    margin-right: 18px;
  }
}

.orderHistoryItem__statusWrap {
  margin: 0 auto 0 0;
}

.orderHistoryItem__status {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: bold;
}

.orderHistoryItem__txt {
  font-size: 14px;
  line-height: 1.6;
}

.orderHistoryItem__note {
  margin: 2px 0 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__note {
    margin: 4px 0 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__note span {
    display: block;
  }
}

.orderHistoryItem__alert {
  margin: 2px 0 0;
  font-size: 13px;
  color: #E60009;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__alert {
    margin: 4px 0 0;
    font-size: 12px;
  }
}

.orderHistoryItem__priceWrap {
  padding: 0 36px 0 0;
}

@media print, (min-width: 768px) {
  .orderHistoryItem__priceWrap {
    width: calc(50% + 25px);
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__priceWrap {
    width: 100%;
    margin: 8px 0 0;
    padding: 0 18px 0 0;
  }
}

.orderHistoryItem__price span:nth-child(1) {
  margin: 0 40px 0 0;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__price span:nth-child(1) {
    font-size: 12px;
  }
}

.orderHistoryItem__price span:nth-child(2) {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #E60009;
}

.orderHistoryItem__total span:nth-child(1) {
  margin: 0 40px 0 0;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__total span:nth-child(1) {
    font-size: 12px;
  }
}

.orderHistoryItem__total span:nth-child(2) {
  font-size: 14px;
}

.orderHistoryItem__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 168px;
  height: 36px;
  line-height: 36px;
  margin: 12px 0 0 auto;
  padding: 0 18px;
  font-size: 14px;
  color: #003894;
  text-align: center;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .orderHistoryItem__btn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryItem__btn:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__btn {
    max-width: inherit;
  }
}

.orderHistoryItem__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 36px;
}

.orderHistoryItem__detailLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 24px;
}

@media print, (min-width: 768px) {
  .orderHistoryItem__detailLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryItem__detailLink:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryItem__detailLink {
    right: 0;
  }
}

.orderHistoryItem__detailLink img {
  width: 24px;
  height: 24px;
}

.deliveryStatus__inner {
  padding: 24px 24px 30px;
  border: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__inner {
    padding: 24px 18px 30px;
  }
}

.deliveryStatus__txt {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__txt {
    margin: -8px 0 12px;
  }
}

.deliveryStatus ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 16px auto 0;
}

@media print, (min-width: 768px) {
  .deliveryStatus ul {
    width: 100%;
  }
  .deliveryStatus ul:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .deliveryStatus ul {
    display: block;
    margin: -16px 6px 0;
  }
  .deliveryStatus ul:first-child {
    margin-top: -20px;
  }
}

.deliveryStatus__link {
  margin: 16px 0 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__link {
    text-align: left;
    margin-bottom: -6px;
  }
}

.deliveryStatus__link a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 16px 0 14px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .deliveryStatus__link a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .deliveryStatus__link a:hover {
    opacity: .65;
  }
}

.deliveryStatus__link a:before, .deliveryStatus__link a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  width: 12px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.deliveryStatus__link a:before {
  left: 0;
  background-image: url(/library/common/svg/arrow-s.svg);
}

.deliveryStatus__link a:after {
  right: 0;
  background-image: url(/library/common/svg/blank.svg);
}

.deliveryStatus__notes {
  line-height: 1.6;
  margin: 12px 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__notes {
    margin: 12px 0 16px;
    font-size: 12px;
  }
}

.deliveryStatus__step {
  position: relative;
}

@media print, (min-width: 768px) {
  .deliveryStatus__step {
    width: 20%;
    padding: 30px 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__step {
    line-height: 1;
    margin: 0;
    padding: 20px 0 0 30px;
    text-align: left;
  }
}

.deliveryStatus__step:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 11px;
  left: calc(50% - 6px);
  width: calc(100% - 12px);
  height: 2px;
  background: #ccc;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__step:nth-child(n+2):before {
    top: -3px;
    left: 7px;
    width: 2px;
    height: 26px;
  }
}

.deliveryStatus__step span {
  color: #999;
  font-size: 14px;
}

.deliveryStatus__step:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 2px solid #ccc;
  border-radius: 12px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__step:after {
    top: 27px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.deliveryStatus__step.-active:after {
  top: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-image: url(/library/common/svg/delivery-completed.svg);
}

@media only screen and (max-width: 767px) {
  .deliveryStatus__step.-active:after {
    top: 27px;
    left: -6px;
  }
}

.deliveryStatus__step.-active span {
  font-weight: bold;
  color: #003894;
}

.recommendItem {
  display: block;
  height: 100%;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .recommendItem {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .recommendItem:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .recommendItem {
    width: calc(100vw / 3.5 - 19.5px);
    margin: 0;
  }
}

.recommendItem__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  margin: 0 8px;
}

@media print, (min-width: 768px) {
  .mainContent__category .recommendItem__inner {
    margin: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendItem__inner {
    margin: 0;
  }
}

.recommendItem__image {
  position: relative;
  display: block;
  width: 128px;
  height: 183px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .recommendItem__image {
    width: 100%;
    height: auto;
    padding-top: calc(183 / 128 * 100%);
  }
}

.recommendItem__image img {
  position: absolute;
  /*opacity: 0;*/
}

.recommendItem__image img.-ct {
  top: 0;
  left: 50%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.recommendItem__image img.-md {
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.recommendItem__title {
  overflow: hidden;
  display: block;
  margin: 12px 0 0;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .recommendItem__title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .recommendItem__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    height: 39px;
    margin-top: 8px;
  }
}

.recommendItem__author {
  overflow: hidden;
  display: block;
  margin: 4px 0 0;
  font-size: 13px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .recommendItem__author {
    font-size: 12px;
  }
}

.recommendItem__price {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
  color: #E60009;
}

@media only screen and (max-width: 767px) {
  .recommendItem__price {
    margin: 6px 0 0;
    font-size: 14px;
  }
}

.recommendItem__ranking {
  display: block;
  width: 100%;
  max-width: 128px;
  margin: 0 auto 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .recommendItem__ranking {
    font-size: 12px;
    margin: 0 auto 4px;
  }
}

.recommendItem__ranking strong {
  font-size: 18px;
}

.recommendItem__ranking--01, .recommendItem__ranking--02, .recommendItem__ranking--03 {
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  .recommendItem__ranking--01, .recommendItem__ranking--02, .recommendItem__ranking--03 {
    padding-left: 20px;
  }
}

.recommendItem__ranking--01::before, .recommendItem__ranking--02::before, .recommendItem__ranking--03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}

@media only screen and (max-width: 767px) {
  .recommendItem__ranking--01::before, .recommendItem__ranking--02::before, .recommendItem__ranking--03::before {
    top: 6px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.recommendItem__ranking--01::before {
  background-image: url(/library/common/svg/ranking-01.svg);
}

.recommendItem__ranking--02::before {
  background-image: url(/library/common/svg/ranking-02.svg);
}

.recommendItem__ranking--03::before {
  background-image: url(/library/common/svg/ranking-03.svg);
}

.selectBlock__card {
  background: #ffffff;
  position: relative;
}

.selectBlock__card + .selectBlock__card {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .selectBlock__card + .selectBlock__card {
    margin-top: 12px;
  }
}

.selectBlock__card .link {
  display: inline-block;
  margin-top: 10px;
}

.selectBlock__card input[type="radio"] {
  display: none;
}

.selectBlock__card input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

.selectBlock__card input[type="radio"]:disabled ~ label {
  opacity: .4;
  cursor: not-allowed;
}

.selectBlock__card label {
  position: relative;
  display: block;
  height: 100%;
  padding: 24px 24px 24px 58px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .selectBlock__card label {
    padding: 24px 20px 24px 54px;
  }
}

.selectBlock__card label:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/radiobtn.svg) no-repeat;
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .selectBlock__card label:before {
    left: 20px;
  }
}

.selectBlock__card input[type="radio"]:checked + label:before {
  background-image: url(/library/common/svg/radiobtn-on.svg);
}

.selectBlock__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.selectBlock__heading span:nth-child(2) {
  margin-left: auto;
}

.selectBlock__labelName {
  font-size: 16px;
  font-weight: bold;
}

.selectBlock__labelTxt {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  color: #666;
}

.selectBlock__edit {
  position: relative;
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 auto;
  padding: 0 14px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .safari .selectBlock__edit {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .selectBlock__edit {
    font-size: 12px;
  }
}

.selectBlock__edit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 24px;
}

.selectBlock__content {
  display: block;
  padding: 10px 0 0;
}

.selectBlock__content--hide {
  display: none;
  padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .selectBlock__content--hide {
    padding: 20px 0 0;
  }
}

.selectBlock__content--hideSp {
  padding: 20px 0 24px;
}

@media only screen and (max-width: 767px) {
  .selectBlock__content--hideSp {
    display: none;
    padding: 20px 0;
  }
}

.selectBlock__card input[type="radio"] + label + .selectBlock__content--hide,
.selectBlock__card input[type="radio"] + label + .selectBlock__content--hideSp {
  padding-top: 0;
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .selectBlock__card input[type="radio"] + label + .selectBlock__content--hide,
  .selectBlock__card input[type="radio"] + label + .selectBlock__content--hideSp {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .selectBlock__card input[type="radio"]:checked + label .selectBlock__content--hideSp,
  .selectBlock__card input[type="radio"]:checked + label + .selectBlock__content--hideSp {
    display: block;
  }
}

.selectBlock__card input[type="radio"]:checked + label .selectBlock__content--hide,
.selectBlock__card input[type="radio"]:checked + label + .selectBlock__content--hide {
  display: block;
}

.selectBlock__card input[type="radio"]:disabled + label .selectBlock__heading {
  margin-right: 30px;
}

.selectBlock__address {
  display: block;
}

.selectBlock__addressTitle {
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
}

.selectBlock__addressList {
  display: block;
}

.selectBlock__addressList span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .selectBlock__addressList span.selectBlock__addressTxt {
    display: inline-block;
  }
}

.selectBlock__addressBtnLink {
  display: block;
  margin: 16px 0 6px;
}

@media only screen and (max-width: 767px) {
  .selectBlock__addressBtnLink {
    margin-bottom: 0;
  }
}

.selectBlock__add {
  position: relative;
  display: block;
  height: 100%;
  padding: 24px 24px 24px 58px;
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.selectBlock__add a {
  margin: 0 0 0 -40px;
  padding: 0 10px 0 40px;
  font-size: 16px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .selectBlock__add a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .selectBlock__add a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .selectBlock__add a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.selectBlock__add .icon-add {
  position: absolute;
  top: calc(50% - 12px);
  left: 24px;
  display: inline-block;
}

.selectBlock__checkbox {
  margin-top: 24px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .selectBlock__checkbox {
    margin-top: 20px;
  }
}

.selectBlock__info {
  position: relative;
  padding: 0 64px 0 58px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .selectBlock__info {
    padding: 0 64px 0 54px;
  }
}

.selectBlock__infoIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -14px;
}

.selectBlock__alert {
  position: absolute;
  top: 50%;
  right: 24px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.selectBlock__alertBalloon {
  display: none;
  position: absolute;
  right: -12px;
  bottom: 32px;
  z-index: 2;
  width: 270px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 13px;
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
/*登録上限数時のtooltip追加*/
/*お気に入り登録*/
.selectBlock__alertBalloon--content{
  position: absolute;
  top: -7.3em;
  right: 61.8%;
  bottom: auto;
}
/*値下げ登録*/
.selectBlock__alertBalloon--modal{
  bottom: 54px;
  right: 10px;
  width: 270px;
}
@media only screen and (min-width: 768px) {
  /*動作不安定のためopacity制御*/
  .tooltip__reachMax:hover{
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .selectBlock__alertBalloon {
    width: 218px;
    padding: 8px 13px;
    font-size: 12px;
  }
  .selectBlock__alertBalloon--content{
    top: -6.7em;
    right: 0;
    bottom: auto;
    text-align: left;
  }
  .selectBlock__alertBalloon--content::after {
    right: 8px;
    border-top: solid 5px #333;
  }
  /*値下げ登録*/
  .selectBlock__alertBalloon--modal{
    width: 217px;
    padding: 8px 12px;
  }
  .selectBlock__alertBalloon--modal::after{
    border-top: solid 5px #333;
    right: 26px;
  }
}

.selectBlock__alertBalloon::after {
  content: "";
  position: absolute;
  right: 19px;
  bottom: -5px;
  border-top: solid 6px #333333;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  opacity: .9;
}

.selectBlock__noResult {
  margin: 30px 0;
}

.formBlock {
  margin-bottom: 30px;
}

.container--bgGray .formBlock {
  margin-bottom: 0;
  padding: 30px 24px 6px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .formBlock {
    margin: 0 -18px;
    padding: 20px 18px 10px;
    background-color: #ffffff;
  }
}

.formBlock__lead {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.formBlock__creditCard {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 24px;
}

.formBlock__creditCardImg {
  max-width: 239px;
  margin-right: 10px;
}

.formBlock__formBlock__infoIcon {
  flex-basis: 24px;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}

.formBlock__table {
  width: 100%;
  max-width: 690px;
}

.container--bgGray .formBlock__table {
  max-width: 666px;
}

@media only screen and (max-width: 767px) {
  .formBlock__table {
    display: block;
    width: auto;
    max-width: none;
  }
  .container--bgGray .formBlock__table {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock tbody,
  .formBlock tr {
    display: block;
  }
}

.formBlock th {
  width: 180px;
  padding: 10px 24px 0 0;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .formBlock th {
    display: block;
    width: auto;
    margin-bottom: 8px;
    padding: 0;
  }
}

.formBlock td {
  padding-bottom: 24px;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .formBlock td {
    display: block;
    width: auto;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}

.formBlock__required {
  display: inline-block;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin-left: 2px;
  padding: 3px 10px 0;
  vertical-align: 1px;
  background-color: #E60009;
}

.ipad .formBlock__required {
  padding-top: 3px;
}

.formBlock__text {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: #333333;
  font-size: 16px;
  border: solid 1px #CCC;
  background-color: #F5F5F5;
  border-radius: 6px;
  outline: none;
}

.formBlock__text::-webkit-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.formBlock__text:-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.formBlock__text::-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.formBlock__text::placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.formBlock__text:focus {
  padding: 0 10px;
  border: solid 2px #003894;
}

.formBlock__password .formBlock__text:focus {
  padding-right: 46px;
}

.formBlock__text:disabled {
  color: #CCC;
  border-color: transparent;
  cursor: default;
}

.formBlock__text:disabled::-webkit-input-placeholder {
  color: #CCC;
}

.formBlock__text:disabled:-ms-input-placeholder {
  color: #CCC;
}

.formBlock__text:disabled::-ms-input-placeholder {
  color: #CCC;
}

.formBlock__text:disabled::placeholder {
  color: #CCC;
}

.formBlock__text.-error {
  padding: 0 10px;
  border: solid 2px #E60009;
}

.formBlock__password .formBlock__text.-error {
  padding-right: 46px;
}

.formBlock__row {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .formBlock__row {
    display: block;
  }
}

@media print, (min-width: 768px) {
  .formBlock__col {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .formBlock__col:first-child {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock__col {
    margin-bottom: 12px;
  }
}

.formBlock__tel .formBlock__col {
  flex-basis: 83px;
  max-width: 83px;
  min-width: 75px;
}

@media only screen and (max-width: 767px) {
  .formBlock__tel .formBlock__col {
    margin-bottom: 0;
  }
}

.formBlock__tel .formBlock__col:first-child {
  margin-right: 0;
}

.formBlock__expiration .formBlock__col {
  flex-basis: 102px;
  max-width: 102px;
}

.formBlock__expiration .formBlock__col:first-child {
  margin-right: 0;
}

.formBlock__birth .formBlock__col {
  flex-basis: 102px;
  max-width: 102px;
}

@media only screen and (max-width: 767px) {
  .formBlock__birth .formBlock__col {
    flex-basis: 78px;
    max-width: 78px;
    margin-bottom: 0;
  }
}

.formBlock__birth .formBlock__col:first-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .formBlock__birth .formBlock__col:first-child {
    flex-basis: 102px;
    max-width: 102px;
  }
}

@media print, (min-width: 768px) {
  .formBlock__zip {
    max-width: calc(50% - 6px);
  }
}

.formBlock__tel {
  display: -webkit-box;
  display: flex;
}

.formBlock__hyphen, .formBlock__unit {
  width: 36px;
  padding: 10px 6px 0;
  font-size: 14px;
  text-align: center;
}

.formBlock__select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.formBlock__select.-error::after {
  background-image: url(/library/common/svg/arrow-red.svg);
}

.formBlock__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.formBlock__selectTag {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding: 8px 30px 7px 13px;
  border: solid 1px #CCC;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 6px;
}

.formBlock__selectTag::-ms-expand {
  display: none;
}

.formBlock__selectTag:focus {
  padding: 7px 29px 6px 12px;
  border: solid 2px #003894;
}

.-error .formBlock__selectTag {
  border: solid 2px #E60009;
  padding: 7px 29px 6px 12px;
}

.-disabled .formBlock__selectTag {
  cursor: default;
}

.formBlock__selectTag.-empty {
  color: #999;
}

.formBlock__expiration {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .formBlock__expiration .formBlock__col {
    margin-bottom: 0;
  }
}

.formBlock__securityCode {
  width: 102px;
}

.formBlock__msg {
  display: block;
  margin-top: 8px;
  color: #E60009;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .formBlock__msg {
    font-size: 12px;
  }
}

.formBlock__checkbox {
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .formBlock__checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.formBlock__checkbox .checkbox__item {
  font-size: 14px;
  vertical-align: 1px;
}

@media print, (min-width: 768px) {
  .formBlock__radio {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock__radio li:nth-child(n+2) {
    margin-top: 16px;
  }
}

.formBlock__radio .radio__txt {
  display: inline-block;
  min-width: 48px;
  margin-right: 24px;
  font-size: 14px;
  vertical-align: 1px;
}

.formBlock__infoIcon {
  vertical-align: 1px;
}

.formBlock__passwordBlock {
  position: relative;
  width: 100%;
  max-width: 486px;
}

.formBlock__passwordBlock .link--arrow {
  margin-top: 8px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .formBlock__passwordBlock .link--arrow {
    margin-top: 8px;
  }
}

.formBlock__password {
  position: relative;
}

.formBlock__password--border {
  position: relative;
  border: solid 1px #CCC;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
}

.formBlock__password--border input{
  border: none;
}

.formBlock__password--border input::-ms-reveal{
  display: none;
}

.formBlock__img {
  margin-right: 8px;
  cursor: pointer;
}

.formBlock__img img {
  display: block;
}

.formBlock__password .formBlock__text {
  padding-right: 47px;
}

.formBlock__password .formBlock__text.-error {
  padding-right: 46px;
}

.edg .formBlock__password .formBlock__text,
.ie .formBlock__password .formBlock__text {
  padding-right: 11px;
}

.edg .formBlock__password .formBlock__text.-error,
.ie .formBlock__password .formBlock__text.-error {
  padding-right: 10px;
}

.formBlock__password__fieldIcon {
  position: absolute;
  right: 4px;
  top: 2px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 38px;
  background: url(/library/common/svg/display_eye_open.svg) no-repeat center center;
}

.formBlock__password__fieldIcon.-active {
  background-image: url(/library/common/svg/display_eye_close.svg);
}

.edg .formBlock__password__fieldIcon,
.ie .formBlock__password__fieldIcon {
  display: none;
}

@media print, (min-width: 768px) {
  [data-whatinput="keyboard"] .formBlock__password__fieldIcon:focus {
    outline: 2px solid #003894;
  }
}

.formBlock__birth {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .formBlock__birth {
    margin-right: -6px;
  }
}

.formBlock__lineSettings .btn {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 24px;
  background: #003894;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .formBlock__lineSettings .btn {
    padding: 0 16px;
    font-size: 12px;
  }
}

.formBlock__lineSettings .btn:before {
  border-width: 1px;
}

.formBlock__lineSettings .btn.-active {
  background: none;
  color: #003894;
}

@media print, (min-width: 768px) {
  .formBlock tr.formBlock__lineSettings th, .formBlock tr.formBlock__lineSettings td {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock tr.formBlock__lineSettings {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 6px;
    position: relative;
  }
  .formBlock tr.formBlock__lineSettings.-error {
    margin-bottom: 30px;
  }
  .formBlock tr.formBlock__lineSettings th, .formBlock tr.formBlock__lineSettings td {
    margin: 0;
  }
}

.formBlock tr.formBlock__lineSettings th, .formBlock tr.formBlock__lineSettings td {
  vertical-align: middle;
}

.formBlock tr.formBlock__lineSettings span {
  height: auto;
  margin: 4px 0 0;
  font-size: 13px;
  color: #666666;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .formBlock tr.formBlock__lineSettings span {
    display: block;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock tr.formBlock__lineSettings .formBlock__msg {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock--setting, .formBlock--confirm {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .formBlock--setting:last-child, .formBlock--confirm:last-child {
    margin-bottom: 0;
  }
}

@media print, (min-width: 768px) {
  .formBlock--setting th, .formBlock--confirm th {
    width: 204px;
    max-width: 204px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 24px;
    vertical-align: top;
  }
}

@media print, (min-width: 768px) {
  .formBlock--setting th span, .formBlock--confirm th span {
    display: -webkit-box;
    display: flex;
    height: 42px;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media print, (min-width: 768px) {
  .formBlock--setting tr:last-child th, .formBlock--setting tr:last-child td, .formBlock--confirm tr:last-child th, .formBlock--confirm tr:last-child td {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock--setting tr:last-child td, .formBlock--confirm tr:last-child td {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock--setting .formBlock__birth .formBlock__col, .formBlock--confirm .formBlock__birth .formBlock__col {
    margin-bottom: 0;
  }
}

.formBlock__radioEmail {
  margin-top: 24px;
}

.formBlock__radioEmailItem {
  font-size: 14px;
}

.formBlock__radioEmailItem:nth-child(n+2) {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .formBlock__radioEmailItem:last-child {
    margin-bottom: 24px;
  }
}

.formBlock__radioEmailItem > input[type="radio"] {
  display: none;
}

.formBlock__radioEmailItem > input[type="radio"]:checked + .radio .radio__item::before {
  display: none;
}

.formBlock__radioEmailItem > input[type="radio"]:checked + .radio .radio__item::after {
  display: block;
}

.formBlock__radioEmailItem label + label {
  display: block;
  margin: 12px 0 0;
  padding-left: 30px;
}

.formBlock__radioEmailItem label + label input {
  width: 100%;
  max-width: 456px;
  font-weight: normal;
}

.formBlock__radioEmailTxt {
  margin: 12px 0 0;
  padding-left: 30px;
  font-weight: bold;
}

.formBlock__current {
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .formBlock--confirm {
    margin-bottom: 60px;
  }
}

@media print, (min-width: 768px) {
  .formBlock--confirm th {
    vertical-align: middle;
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  .formBlock--confirm td {
    vertical-align: middle;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .formBlock--confirm td {
    min-height: 1em;
    margin-bottom: 24px;
  }
}

.cardSelect {
  padding: 0 24px 12px 58px;
}

@media print, (min-width: 768px) {
  .cardSelect {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .cardSelect {
    padding: 0 20px 24px 54px;
  }
}

.cardSelect__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .cardSelect__btn {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
    margin-bottom: 12px;
    padding: 16px 20px;
    border: solid 1px #EBEBEB;
    border-radius: 6px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cardSelect__btn:not(.-disabled):hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cardSelect__btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .cardSelect__btn:last-child {
    margin-bottom: 0;
  }
}

.cardSelect__btn.-selected {
  border-color: #003894;
}

.cardSelect__logo {
  flex-basis: 48px;
  max-width: 48px;
  height: 30px;
  margin-right: 10px;
}

.cardSelect__logo img {
  width: 100%;
}

.cardSelect__info {
  text-align: left;
  margin-right: 60px;
}

.cardSelect__status {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-top: -12px;
  padding-top: 5px;
  border-radius: 13px;
  line-height: 1;
  color: #003894;
  background-color: #F5F5F5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cardSelect__status {
    right: 0;
    width: 58px;
    padding-top: 6px;
    font-size: 12px;
  }
}

.-selected .cardSelect__status {
  color: #ffffff;
  background-color: #003894;
}

.-disabled .cardSelect__status {
  color: #CCCCCC;
  background-color: #ffffff;
  padding-top: 4px;
  border: solid 1px #CCCCCC;
}

@media only screen and (max-width: 767px) {
  .-disabled .cardSelect__status {
    padding-top: 5px;
  }
}

.cardSelect__error {
  color: #E60009;
  font-size: 13px;
}

.cardSelect .cardSelect__btn--add {
  color: #003894;
  padding-left: 58px;
}

@media only screen and (max-width: 767px) {
  .cardSelect .cardSelect__btn--add {
    padding: 12px 12px 12px 47px;
    border: solid 1px #EBEBEB;
    border-radius: 6px;
  }
}

.cardSelect .cardSelect__btn--add .icon-add {
  position: absolute;
  top: calc(50% - 12px);
  left: 24px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .cardSelect .cardSelect__btn--add .icon-add {
    left: 12px;
  }
}

.storeSearch {
  margin-bottom: 30px;
}

.storeSearch__row {
  display: -webkit-box;
  display: flex;
}

.storeSearch__form {
  flex-basis: calc(100% - 56px);
  max-width: calc(100% - 56px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .storeSearch__form {
    flex-basis: calc(100% - 49px);
    max-width: calc(100% - 49px);
  }
}

.storeSearch__btnWrap {
  flex-basis: 56px;
  max-width: 56px;
}

@media only screen and (max-width: 767px) {
  .storeSearch__btnWrap {
    flex-basis: 49px;
    max-width: 49px;
  }
}

.storeSearch__btn {
  width: 100%;
  height: 44px;
  text-align: center;
  background-color: #003894;
  border-radius: 0px 6px 6px 0px;
}

.storeSearch__btn .icon-search-white {
  display: inline-block;
}

.storeSearch__reset {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -12px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.storeSearch__reset .icon-clear {
  display: inline-block;
}

.storeSearch__textbox {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 16px;
  border-top: solid 1px #CCC;
  border-right: 0;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-radius: 6px 0px 0px 6px;
}

.storeSearch__textbox:not(:-ms-input-placeholder) + .storeSearch__reset {
  display: inline-block;
}

.storeSearch__textbox:not(:placeholder-shown) + .storeSearch__reset {
  display: inline-block;
}

.ie .storeSearch__textbox:not(:-ms-input-placeholder) + .storeSearch__reset {
  display: none;
}

.ie .storeSearch__textbox:not(:placeholder-shown) + .storeSearch__reset {
  display: none;
}

.storeSearch__textbox::-webkit-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.storeSearch__textbox:-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.storeSearch__textbox::-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.storeSearch__textbox::placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.storeSearch__textbox:focus {
  padding: 0 11px;
  border: solid 2px #003894;
}

.storeSearch__gpsOn {
  margin-top: 16px;
}

.storeSearch__gpsOn .icon-gps {
  display: inline-block;
  width: 23px;
  vertical-align: -7px;
}

.storeSearch__select {
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.storeSearch__select.-error {
  background-color: #F5F5F5;
  border-color: #E60009;
}

.storeSearch__select.-error::after {
  background-image: url(/library/common/svg/arrow-red.svg);
}

.storeSearch__select.-disabled {
  background-color: #FFFFFF;
  border-color: #E60009;
}

.storeSearch__select.-disabled::after {
  background-image: url(/library/common/svg/arrow-gray.svg);
}

.storeSearch__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.storeSearch__select:not(:last-child) {
  margin-bottom: 12px;
}

.storeSearch__selectTag {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding: 8px 30px 7px 13px;
  border: solid 1px #CCC;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 6px;
}

.storeSearch__selectTag::-ms-expand {
  display: none;
}

.storeSearch__selectTag:focus {
  padding: 7px 29px 6px 12px;
  border: solid 2px #003894;
}

.-error .storeSearch__selectTag {
  border: solid 2px #E60009;
  padding: 7px 29px 6px 12px;
}

.-disabled .storeSearch__selectTag {
  cursor: default;
}

.storeSearch__selectTag.-empty {
  color: #999;
}

.storeDetail {
  background-color: #ffffff;
}

.storeDetail__map {
  position: relative;
}

.storeDetail__map iframe {
  width: 100%;
  height: 250px;
  vertical-align: bottom;
}

.storeDetail__body {
  padding: 24px;
}

.storeDetail__name {
  margin-bottom: 24px;
  color: #003894;
  font-size: 20px;
  font-weight: bold;
}

.storeDetail__info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: -12px;
  font-size: 14px;
  line-height: 1.6;
}

.storeDetail__heading {
  flex-basis: 80px;
  max-width: 80px;
  min-width: 80px;
  margin-bottom: 12px;
  font-weight: bold;
}

.storeDetail__txt {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
  margin-bottom: 12px;
}

.storeDetail__txt .link {
  margin-top: 12px;
}

.breadcrumbs {
  margin: 16px 0 30px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 12px 0 -10px;
    overflow-x: auto;
    padding: 0 18px 10px;
  }
  .breadcrumbs ol{
    margin:0;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: flex;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__item:last-child {
    padding-right: 18px;
  }
}

.breadcrumbs__item .link {
  display: block;
}

.breadcrumbs__item .icon-arrow-s-gray {
  display: inline-block;
  min-width: 12px;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs.breadcrumbs--bgWhite {
    background-color: #ffffff;
    margin: -12px 0 -10px;
    padding: 12px 18px 10px;
  }
}

@media print, (min-width: 768px) {
  .settingBlock {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__inner {
    background-color: #ffffff;
    margin: 0 -18px;
    padding: 24px 18px;
  }
}

@media print, (min-width: 768px) {
  .settingBlock__inner + .settingBlock__inner {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__inner + .settingBlock__inner {
    margin-top: 16px;
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__inner + .settingBlock__inner--spNoBdr {
    margin-top: 0;
    padding-top: 26px;
  }
}

.settingBlock__ttl {
  margin: 40px 0 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .settingBlock__ttl {
    margin: 0 0 16px;
    font-size: 22px;
  }
}

.settingBlock__heading {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.settingBlock__ttl + .settingBlock__heading {
  margin-top: 0;
}

.settingBlock__lead {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.settingBlock__link {
  margin-top: 16px;
}

.settingBlock__selected {
  position: relative;
  margin-bottom: 60px;
  padding: 16px 24px;
  border: solid 1px #EBEBEB;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__selected {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.settingBlock__selected .settingBlock__heading {
  margin: 0 60px 10px 0;
}

.settingBlock__selected .settingBlock__heading:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .settingBlock__selected--later {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 68px;
  }
}

.settingBlock__credit {
  display: -webkit-box;
  display: flex;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1.6;
}

.settingBlock__logo {
  flex-basis: 48px;
  max-width: 48px;
  margin-right: 10px;
}

.settingBlock__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: -12px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__list {
    display: block;
    margin-top: 16px;
  }
}

@media print, (min-width: 768px) {
  .settingBlock__list--address {
    margin: -12px 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__list--address {
    margin: 16px 0 0;
  }
}

.settingBlock__list--address .settingBlock__btn {
  max-width: 200px;
  margin-left: 0;
}

.settingBlock__item {
  flex-basis: calc(50% - 6px);
  max-width: calc(50% - 6px);
  position: relative;
}

@media print, (min-width: 768px) {
  .settingBlock__item {
    margin-top: 12px;
    padding: 16px 24px;
    border: solid 1px #EBEBEB;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__item {
    padding: 16px 0;
    border-top: solid 1px #EBEBEB;
    max-width: none;
  }
}

.settingBlock__item:last-child {
  overflow: hidden;
  padding: 0;
}

@media print, (min-width: 768px) {
  .settingBlock__item:last-child {
    flex-basis: 100%;
    max-width: none;
    height: 72px;
  }
  .settingBlock__item:last-child:nth-child(2n) {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__item:last-child {
    height: auto;
    margin-top: 8px;
    border: solid 1px #EBEBEB;
    border-radius: 6px;
  }
}

.settingBlock__item .settingBlock__heading {
  margin: 0 60px 10px 0;
}

.settingBlock__address {
  font-size: 14px;
  line-height: 1.6;
}

.settingBlock__edit {
  position: absolute;
  top: 16px;
  right: 24px;
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 auto;
  padding: 0 14px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .safari .settingBlock__edit {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__edit {
    font-size: 12px;
    right: 0;
  }
  .settingBlock__selected .settingBlock__edit {
    top: 0;
  }
}

.settingBlock__edit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 24px;
}

.settingBlock__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 230px;
  margin: 12px 32px 0 58px;
  padding: 0 0 0 16px;
  height: 32px;
  border-radius: 17px;
  background-color: #F5F5F5;
  font-size: 14px;
  color: #003894;
  border: 0;
}

@media print, (min-width: 768px) {
  .settingBlock__btn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .settingBlock__btn:hover {
    opacity: .65;
  }
}

@media (max-width: 1260px) and (min-width: 1200px) {
  .settingBlock__btn {
    padding: 0 0 0 8px;
  }
}

@media (max-width: 1260px) and (min-width: 1200px) {
  .settingBlock__btn {
    padding: 0 0 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__btn {
    margin-top: 8px;
  }
}

.settingBlock__btn .icon-check {
  display: inline-block;
  margin-right: 6px;
}

.settingBlock__delete {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__delete {
    right: 0;
  }
}

.settingBlock__error {
  color: #E60009;
  margin: 24px 32px 0 58px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__error {
    margin-top: 12px;
  }
}

.settingBlock__add {
  display: -webkit-box;
  display: flex;
  padding: 0 24px;
  -webkit-box-align: center;
          align-items: center;
  color: #003894;
}

@media print, (min-width: 768px) {
  .settingBlock__add {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .settingBlock__add:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .settingBlock__add {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .settingBlock__add {
    height: 54px;
    padding: 0 20px;
  }
}

.settingBlock__add .icon-add {
  display: inline-block;
  margin-right: 10px;
}

.settingBlock__later {
  padding-bottom: 24px;
  border-bottom: solid 1px #EBEBEB;
}

.settingBlock__later .settingBlock__btn {
  margin: 8px 0 0;
}

.settingBlock__null {
  margin: 24px 0 40px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .settingBlock__null {
    margin: 16px 0 6px;
  }
}

.settingBlock--complete {
  font-size: 14px;
  line-height: 1.6;
}

.settingBlock__completeHeading {
  margin: 0 0 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .settingBlock__completeHeading {
    font-size: 16px;
  }
  .settingBlock__completeHeading:last-child {
    margin-bottom: 0;
  }
}

.settingBlock__completeHeading:only-child {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__completeHeading:only-child {
    margin-bottom: 36px;
  }
}

.settingBlock__completeHeading.-mailSetting {
  margin: 0 0 24px;
}

.settingBlock__check {
  font-size: 14px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .settingBlock__check:last-child {
    margin-bottom: 0;
  }
}

.settingBlock__check__checkbox {
  margin-top: 16px;
}

.settingBlock__check__lead {
  margin-bottom: 16px;
}

.topMessageBlock {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
}

.topMessageBlock__heading {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .topMessageBlock__heading {
    font-size: 14px;
  }
}

.topMessageBlock--cancel {
  margin-bottom: 24px;
  padding: 16px 24px;
  background: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .topMessageBlock--cancel {
    margin-bottom: 16px;
    padding: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .commonBnr {
    min-width: 1280px;
  }
}

@media print, (min-width: 768px) {
  .commonBnr__inner {
    padding: 0 84px;
    max-width: 1368px;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .commonBnr__fig {
    margin: 12px auto;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .commonBnr__fig {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .commonBnr__fig:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .commonBnr__fig {
    margin-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .mainPromotion {
    min-width: 1280px;
  }
  .mainContent__category .mainPromotion {
    min-width: 0;
  }
}

@media print, (min-width: 768px) {
  .mainPromotion__inner {
    padding: 0 84px;
    max-width: 1368px;
    margin: 0 auto;
  }
  .mainContent__category .mainPromotion__inner {
    padding: 0;
  }
  .mainContent__col1 .mainPromotion__inner {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__category .mainPromotion__inner {
    margin: 0 -18px;
  }
}

@media print, (min-width: 768px) {
  .mainPromotion__fig {
    margin: 0 auto 16px;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .mainPromotion__fig {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .mainPromotion__fig:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .mainPromotion__fig {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainPromotion__fig {
    margin-bottom: 0;
  }
}

.topNews {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 84px 24px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .topNews {
    padding: 12px 0 16px;
  }
}

.topNews__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 12px 0;
}

.topNews__content:last-child {
  margin: 0 0 0 0;
}

@media print, (min-width: 768px) {
  .topNews__content {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topNews__content:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .topNews__content:hover .topNews__txt,
  .topNews__content:hover .topNews__date {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .topNews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 0 18px;
  }
}

.topNews__date {
  color: #666666;
  font-size: 13px;
  width: 16%;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .topNews__date {
    width: 110px;
  }
}

.topNews__txt {
  font-size: 14px;
  width: 84%;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .topNews__txt {
    width: 100%;
  }
}

.topNews__txt a {
  color: #003894;
}

.feature {
  background: #F5F5F5;
}

@media print, (min-width: 768px) {
  .feature {
    padding-bottom: 16px;
  }
}

.mainContent__category .feature {
  background: #ffffff;
  margin: 0 -18px;
}

@media print, (min-width: 768px) {
  .mainContent__category .feature {
    padding-bottom: 0;
  }
}

.feature__inner {
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1368px;
  margin: 0 auto;
  padding: 30px 84px 0;
}

@media only screen and (max-width: 767px) {
  .feature__inner {
    padding: 0;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .feature__inner {
    padding: 30px 18px 0;
  }
}

.feature__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mainContent__category .feature__list {
  padding: 0;
  margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .mainContent__category .feature__list {
    padding: 24px 18px 18px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0;
    padding: 24px 18px 18px;
  }
}

.featureItem {
  display: block;
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}

@media print, (min-width: 768px) {
  .featureItem {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .featureItem:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .featureItem {
    margin: 0 12px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .featureItem {
    max-width: 768px;
    width: 100%;
    margin: 0 0 12px;
  }
}

.featureItem__inner {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .featureItem__inner {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .featureItem__image {
    width: 136px;
    min-width: 136px;
  }
}

@media only screen and (max-width: 767px) {
  .featureItem__content {
    width: 652px;
  }
}

.featureItem__content .tag--yellow {
  color: #003894;
  background-color: #FFF100;
}

.featureItem__tag {
  font-size: 12px;
  display: inline-block;
  padding: 2px 9px;
  position: relative;
  top: -3px;
}

@media print, (min-width: 768px) {
  .featureItem__tag {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

.featureItem__lead {
  padding: 8px 16px 24px;
}

@media only screen and (max-width: 767px) {
  .featureItem__lead {
    padding: 8px 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .information {
    padding: 24px 18px 0;
    background-color: #ffffff;
  }
}

.information__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1368px;
  margin: 0 auto 60px;
  padding: 40px 84px 0;
}

@media only screen and (max-width: 767px) {
  .information__inner {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.information__col {
  flex-basis: calc(50% - 12px);
  max-width: calc(50% - 12px);
}

@media only screen and (max-width: 767px) {
  .information__col {
    max-width: none;
  }
  .information__inner .information__col:nth-child(n+2) {
    padding-top: 40px;
  }
}

.information__ttl {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  line-height: 1.385;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .information__ttl {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

.information__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 4px;
  background-color: #003894;
}

@media only screen and (max-width: 767px) {
  .information__ttl::before {
    width: 5px;
  }
}

.information__list {
  border-top: solid 1px #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .information__list {
    margin: 0 -18px 40px;
  }
  .information__list:last-child {
    margin-bottom: 0;
  }
}

.information__item {
  border-bottom: solid 1px #EBEBEB;
}

.information__link {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 16px 24px 16px 0;
  font-size: 16px;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .information__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .information__link:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .information__link {
    padding: 16px 42px 16px 18px;
  }
}

.information__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .information__link::after {
    right: 18px;
  }
}

.information__txt {
  margin-left: 9px;
}

.information__notes {
  color: #666;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .refinement {
    margin: 16px -18px 0;
    padding: 20px 18px 30px;
    background-color: #ffffff;
  }
}

.refinement__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 2px #003894;
}

.refinement__ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .refinement__ttl {
    font-size: 18px;
  }
}

.refinement__ttlLink {
  display: inline-block;
  color: #003894;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .refinement__ttlLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .refinement__ttlLink:hover {
    opacity: .65;
  }
}

.refinement__heading {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .refinement__heading {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.refinement__note {
  font-size: 14px;
  margin: 4px 0 12px;
  line-height: 1.6;
}

.refinement__list {
  margin: 0 0 30px !important;
}

@media only screen and (max-width: 767px) {
  .refinement__list {
    border-top: solid 1px #EBEBEB;
  }
}

.refinement__list--category {
  margin-left: 14px !important;
}

@media only screen and (max-width: 767px) {
  .refinement__list--category {
    margin-left: 0 !important;
  }
}

.refinement__list--more li:nth-of-type(n+6) {
  display: none;
}

.-active .refinement__list--more li:nth-of-type(n+6) {
  display: inherit;
}

.refinement__item {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .refinement__item {
    margin: 0;
    border-bottom: solid 1px #EBEBEB;
  }
}

@media print, (min-width: 768px) {
  .refinement__link:hover .refinement__linkTxt {
    color: #003894;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .refinement__link {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 16px 24px 16px 0;
  }
  .refinement__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/library/common/svg/arrow.svg) no-repeat right center;
  }
}

.refinement__current {
  color: #003894;
  font-weight: bold;
}

.refinement__hit {
  color: #666;
  font-size: 13px;
  font-weight: normal;
}

.refinement__text {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: #333333;
  font-size: 16px;
  border: solid 1px #CCC;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.refinement__text::-webkit-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.refinement__text:-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.refinement__text::-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.refinement__text::placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.refinement__text:focus {
  padding: 0 10px;
  border: solid 2px #003894;
}

.refinement__select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.refinement__select.-disabled::after {
  background-image: url(/library/common/svg/arrow-gray.svg);
}

.refinement__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.refinement__selectTag {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding: 8px 30px 7px 13px;
  border: solid 1px #CCC;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 6px;
}

.refinement__selectTag::-ms-expand {
  display: none;
}

.refinement__selectTag:focus {
  padding: 7px 29px 6px 12px;
  border: solid 2px #003894;
}

.refinement__selectTag.-empty {
  color: #999;
}

.-disabled .refinement__selectTag {
  color: #CCC;
  border-color: transparent;
  cursor: not-allowed;
}

.refinement__keyword {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.refinement__keywordBox {
  display: inline-block;
  max-width: 190px;
}

.refinement__keywordTxt {
  margin-left: 6px;
}

.refinement__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.refinement__priceRange {
  margin: 0 6px;
}

.refinement__priceYen {
  margin-left: 6px;
}

.refinement__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.refinement__dateYear {
  margin: 0 6px;
}

.refinement__dateYearBox {
  flex-basis: 102px;
}

.refinement__dateMonth {
  flex-basis: 3em;
  margin-left: 6px;
}

.refinement__dateMonthBox {
  flex-basis: 81px;
}

.refinement__more {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .refinement__more {
    margin-top: -8px;
  }
}

.refinement__moreLink {
  color: #003894;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .refinement__moreLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .refinement__moreLink:hover {
    opacity: .65;
  }
}

.refinement__form {
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}

.refinement__categoryMore {
  margin: -16px 0 24px 14px;
  font-size: 14px;
}

.refinement__categoryMore .link--arrow::before {
  top: .4em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.-active .refinement__categoryMore {
  display: none;
}

.refinement .btn {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}

.refinement .link--center {
  margin-top: 12px;
}

.topCategory {
  position: relative;
}

.topCategory__wrap {
  background: #003894;
}

.topCategory__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1368px;
  margin: 0 auto;
  padding: 24px 72px;
}

@media only screen and (max-width: 767px) {
  .topCategory__inner {
    flex-wrap: wrap;
    padding: 20px 14px 24px;
  }
}

.topCategoryItem {
  width: 180px;
  height: 140px;
  margin: 0 12px;
}

@media only screen and (max-width: 767px) {
  .topCategoryItem {
    width: calc(50% - 9px);
    height: 72px;
    margin: 4px 4.5px;
  }
}

.topCategoryItem__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

@media print, (min-width: 768px) {
  .topCategoryItem__inner {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
}

@media only screen and (max-width: 767px) {
  .topCategoryItem__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__inner,
  .-active .topCategoryItem__inner {
    background-color: #002b81;
    color: #ffffff;
  }
}

.topCategoryItem__image {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px;
}

@media print, (min-width: 768px) {
  .topCategoryItem__image {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .topCategoryItem__image {
    flex-basis: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 9px 0 0;
    background-size: 40px;
  }
}

.topCategoryItem__image--books {
  background-image: url(/library/common/images/sell/category_books.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--books,
  .-active .topCategoryItem__image--books {
    background-image: url(/library/common/images/sell/category_books_active.svg);
  }
}

.topCategoryItem__image--comics {
  background-image: url(/library/common/images/sell/category_comics.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--comics,
  .-active .topCategoryItem__image--comics {
    background-image: url(/library/common/images/sell/category_comics_active.svg);
  }
}

.topCategoryItem__image--cd {
  background-image: url(/library/common/images/sell/category_cd.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--cd,
  .-active .topCategoryItem__image--cd {
    background-image: url(/library/common/images/sell/category_cd_active.svg);
  }
}

.topCategoryItem__image--movie {
  background-image: url(/library/common/images/sell/category_dvd.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--movie,
  .-active .topCategoryItem__image--movie {
    background-image: url(/library/common/images/sell/category_dvd_active.svg);
  }
}

.topCategoryItem__image--games {
  background-image: url(/library/common/images/sell/category_game.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--games,
  .-active .topCategoryItem__image--games {
    background-image: url(/library/common/images/sell/category_game_active.svg);
  }
}

.topCategoryItem__image--set {
  background-image: url(/library/common/images/sell/category_set.svg);
}

@media print, (min-width: 768px) {
  .topCategoryItem:hover .topCategoryItem__image--set,
  .-active .topCategoryItem__image--set {
    background-image: url(/library/common/images/sell/category_set_active.svg);
  }
}

.topCategoryItem__tag {
  display: inline-block;
  padding: 2px 9px;
}

.topCategoryItem__tag.tag--red {
  color: #ffffff;
  background-color: #E60009;
}

.topCategoryItem__tag.tag--yellow {
  color: #003894;
  background-color: #FFF100;
}

.topCategoryItem__lead {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .topCategoryItem__lead {
    font-size: 16px;
  }
}

.topCategory__nav {
  background-color: #F5F5F5;
  overflow: hidden;
}

.topCategory__nav__category {
  max-width: 1368px;
  margin: 0 auto;
  padding: 30px 84px 40px;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  opacity: 0;
}

.topCategory__nav__category.-hide {
  display: none;
}

.topCategory__nav__category.-show {
  opacity: 1;
}

.-open .topCategory__nav__category {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topCategory__nav__list {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin-right: -24px;
}

.topCategory__nav__list--col4 .topCategory__nav__category-lv2:first-child .topCategory__nav__category-lv3 {
  display: block;
  margin-right: 0;
}

.topCategory__nav__list--col4 .topCategory__nav__category-lv2:first-child .topCategory__nav__item {
  max-width: none;
  padding-right: 0;
}

.topCategory__nav__category-lv2 {
  flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
  padding-right: 24px;
}

.topCategory__nav__category-lv2:first-child, .topCategory__nav__category-lv2:nth-child(2):last-child {
  flex-basis: 50%;
  max-width: 50%;
}

.topCategory__nav__category-lv2:first-child .topCategory__nav__category-lv3, .topCategory__nav__category-lv2:nth-child(2):last-child .topCategory__nav__category-lv3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
}

.topCategory__nav__category-lv2:first-child .topCategory__nav__category-lv3.-col, .topCategory__nav__category-lv2:nth-child(2):last-child .topCategory__nav__category-lv3.-col {
  margin-right: -24px;
  flex-wrap: wrap;
}

.topCategory__nav__category-lv2:first-child .topCategory__nav__category-lv3.-col .topCategory__nav__item, .topCategory__nav__category-lv2:nth-child(2):last-child .topCategory__nav__category-lv3.-col .topCategory__nav__item {
  width: 50%;
  max-width: 50%;
  padding-right: 24px;
}

.topCategory__nav__category-lv2:only-child {
  flex-basis: 100%;
  max-width: none;
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3 {
  margin-right: -24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col1 {
  display: block;
  width: calc(25% + 6px);
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col2 {
  width: calc(50% + 12px);
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col2 .topCategory__nav__item {
  width: 50%;
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col3 {
  width: calc(75% + 18px);
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col3 .topCategory__nav__item {
  width: calc(100% / 3);
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col4 {
  width: calc(100% + 24px);
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__category-lv3.-col4 .topCategory__nav__item {
  width: 25%;
}

.topCategory__nav__category-lv2:only-child .topCategory__nav__item {
  padding-right: 24px;
}

.topCategory__nav__ttl {
  margin-bottom: 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.topCategory__nav__ttl .icon-arrow-dims {
  display: inline-block;
  margin-left: 6px;
}

.topCategory__nav__ttl .topCategory__nav__link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  color: #003894;
}

@media print, (min-width: 768px) {
  .topCategory__nav__ttl .topCategory__nav__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topCategory__nav__ttl .topCategory__nav__link:hover {
    opacity: .65;
  }
}

.topCategory__nav__ttl .topCategory__nav__link:hover {
  text-decoration: none;
}

.topCategory__nav__heading {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.topCategory__nav__item {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.topCategory__nav__link:hover {
  color: #003894;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .campaign {
    min-width: 1280px;
  }
}

@media print, (min-width: 768px) {
  .campaign__inner {
    padding: 0 84px;
    max-width: 1368px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .campaign__inner .campaign__items:nth-of-type(2n - 1) {
    margin-right: 4.5px;
  }
  .campaign__inner .campaign__items:nth-of-type(2n) {
    margin-left: 4.5px;
  }
}

.campaign--for2col .campaign__inner {
  margin-bottom: 0;
}

.campaign__items {
  cursor: pointer;
  cursor: hand;
  display: -webkit-box;
  display: flex;
  flex-basis: calc(50% - 4.5px);
}

@media print, (min-width: 768px) {
  .campaign__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .campaign__items:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .campaign__items:hover .campaign__item__ttl,
  .campaign__items:hover .campaign__item__date {
    text-decoration: none;
  }
}

.campaign .campaign__items:only-child {
  flex-basis: 100%;
  margin-right: 0;
}

.campaign__items .campaign__item:first-child {
  flex-basis: 84px;
  text-align: center;
}

.campaign__items .campaign__item:nth-of-type(2n) {
  padding-left: 9px;
  -webkit-box-flex: 1;
          flex: 1;
}

@media print, (min-width: 768px) {
  .campaign__item__tag {
    width: 84px;
    height: 18px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px 0;
    vertical-align: 1px;
    background-color: #E60009;
  }
  .campaign__item__tag.infoicon-new {
    background-color: #E60009;
  }
  .campaign__item__tag.infoicon-coupon {
    background-color: #E60009;
  }
  .campaign__item__tag.infoicon-sale {
    background-color: #E60009;
  }
  .campaign__item__tag.infoicon-campaign {
    background-color: #E60009;
  }
  .campaign__item__tag.infoicon-feature {
    background-color: #FFBE00;
  }
  .campaign__item__tag.infoicon-corner {
    background-color: #FFBE00;
  }
  .campaign__item__tag.infoicon-ranking {
    background-color: #FFBE00;
  }
  .campaign__item__tag.infoicon-contents {
    background-color: #FFBE00;
  }
  .campaign__item__tag.infoicon-shop {
    background-color: #FFBE00;
  }
  .campaign__item__tag.infoicon-shopsale {
    background-color: #ED6935;
  }
  .campaign__item__tag.infoicon-shopcampaign {
    background-color: #ED6935;
  }
  .campaign__item__ttl {
    font-size: 14px;
    color: #003894;
    text-decoration: underline;
  }
  .campaign__item__date {
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
  }
}

@media print, (min-width: 768px) {
  .recommendFeature {
    min-width: 1280px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendFeature {
    background: #ffffff;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .recommendFeature {
    max-width: 1020px;
    min-width: inherit;
  }
}

@media print, (min-width: 768px) {
  .recommendFeature__inner {
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 84px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendFeature__inner {
    padding: 50px 0 2px;
  }
}

.mainContent__category .recommendFeature__inner {
  max-width: 996px;
  margin: 0;
  padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .mainContent__category .recommendFeature__inner {
    background-color: #ffffff;
    margin: 0 -18px;
    padding-top: 24px;
  }
}

.recommendFeature__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .recommendFeature__list {
    margin: 0 -12px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendFeature__list {
    margin: 0 13px;
  }
}

.recommendFeature__items {
  display: block;
  height: 100%;
}

@media print, (min-width: 768px) {
  .recommendFeature__items {
    cursor: pointer;
    margin: 0 12px 50px;
    width: calc(16.6% - 24px);
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .recommendFeature__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .recommendFeature__items:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .recommendFeature__items {
    width: calc(100% / 3 - 9px);
    margin: 0 4.5px 24px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .recommendFeature__items {
    margin: 0 12px 30px;
  }
}

.recommendFeature__items__image {
  display: block;
}

.recommendFeature__items__image img {
  width: 100%;
}

.recommendFeature__items__title {
  display: block;
  font-size: 14px;
  margin: 12px 0 0;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .recommendFeature__items__title {
    margin: 8px 0 0;
    max-height: 63px;
    -webkit-line-clamp: 3;
  }
}

.recommendFeature__more {
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .recommendFeature__more {
    margin: 0 18px;
  }
}

.contents {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .contents {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767px) {
  .contents + .contents {
    padding-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .contents__inner {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .contents__inner {
    padding: 0 0 8px;
  }
}

.contents__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .contents__inner .contents__list {
    padding: 0 16px;
  }
}

.contents a {
  color: #003894;
}

.contents__tag {
  box-sizing: border-box;
  height: 36px;
  margin: 0 6px 12px 0;
  padding: 7px 16px 0;
  display: block;
  position: relative;
  color: #003894;
  border: solid 1px #003894;
  font-size: 14px;
  border-radius: 20px;
  background-color: #fff;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .contents__tag {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .contents__tag:hover {
    opacity: .65;
  }
}

.contents__new {
  color: #EF7018;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 9px;
  background-color: #FFF49F;
  position: relative;
  top: -2px;
}

@media print, (min-width: 768px) {
  .contents__new {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .categoryList {
    background: #ffffff;
    margin-top: 16px;
    padding-top: 24px;
  }
}

.categoryList__lead {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .categoryList__lead {
    padding: 0 84px;
  }
}

@media only screen and (max-width: 767px) {
  .categoryList__lead {
    margin: 0 0 16px 0;
    padding: 0 18px;
  }
}

.categoryList__leadList {
  padding-bottom: 48px !important;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .categoryList__leadList {
    margin: 0 -6px;
  }
}

@media only screen and (max-width: 767px) {
  .categoryList__leadList {
    margin: 0;
    padding-bottom: 30px;
  }
}

.categoryList__listItem {
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
}

@media only screen and (max-width: 767px) {
  .categoryList__listItem {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.categoryList__link {
  margin: 0 6px 12px;
  padding: 20px 12px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.categoryList__link:hover {
  background-color: #F5F5F5;
  color: #003894;
  border: 2px solid #F5F5F5;
}

@media print, (min-width: 768px) {
  .categoryList__link {
    border: 2px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .categoryList__link {
    margin: auto;
    padding: 16px 12px;
    min-width: 187px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
  }
  .categoryList__link:hover {
    border: 1px solid #F5F5F5;
  }
}

@media only screen and (max-width: 767px) {
  .categoryList li:nth-child(odd) {
    border-right: 1px solid #EBEBEB;
  }
  .categoryList li:nth-child(n+3) {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .genreList {
    background-color: #ffffff;
    padding-top: 26px;
  }
}

.genreList__inner {
  margin: 0 -12px 34px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .genreList__inner {
    display: block;
    margin: 0 18px;
  }
}

.genreList__col {
  margin: 0 12px;
  width: calc(100%/3 - 24px);
}

@media only screen and (max-width: 767px) {
  .genreList__col {
    margin: 0;
    width: 100%;
    padding-bottom: 40px;
  }
  .genreList__col:last-child {
    padding-bottom: 30px;
  }
}

.genreList__ttl {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 2px #003894;
}

@media print, (min-width: 768px) {
  .genreList__ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .genreList__ttl {
    font-size: 18px;
  }
}

.genreList__item {
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 15px;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .genreList__item {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .genreList__item:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .genreList__item {
    margin-bottom: 12px;
  }
  .genreList__item:last-child {
    margin-bottom: 0;
  }
}

.genreList__link {
  position: relative;
}

.genreList__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/library/common/svg/arrow-s.svg) no-repeat right center/cover;
}

.genreList__txt {
  color: #003894;
}

@media only screen and (max-width: 767px) {
  .productSearch {
    margin-top: 18px;
  }
}

@media print, (min-width: 768px) {
  .productSearch__inner {
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
  }
}

@media print, (min-width: 768px) {
  .productSearch--review {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--review {
    margin: 18px -18px 0;
    background-color: #ffffff;
  }
}

.productSearch--review .productSearch__inner {
  border-bottom: none;
}

.productSearch--reviewNull {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .productSearch--reviewNull {
    margin: 18px -18px 0;
    background-color: #ffffff;
    padding-bottom: 24px;
  }
}

.productSearch--reviewNull .productSearch__inner,
.productSearch--reviewNull .productSearch__txt__inner {
  padding-bottom: 0;
}

.productSearch--reviewNull .productSearch__inner {
  border-bottom: none;
}

.productSearch__ttl {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productSearch__ttl {
    margin-bottom: 0;
    padding: 6px 18px 16px;
    font-size: 14px;
    background-color: #F5F5F5;
  }
}

@media print, (min-width: 768px) {
  .productSearch__txt__inner {
    padding: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__txt__inner {
    padding: 24px 18px 0;
  }
}

.productSearch__txt--message {
  font-size: 14px;
  line-height: 1.6;
}

.productSearch__txt--message:first-child {
  margin-bottom: 16px;
}

.productSearch__ttlInner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
}

.productSearch__word::before {
  content: "\201c";
}

.productSearch__word::after {
  content: "\201d";
}

@media print, (min-width: 768px) {
  .productSearch__null {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__null {
    padding: 24px 18px 30px;
  }
}

.productSearch__null__lead {
  margin: 30px 0 60px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .productSearch__null__lead {
    margin: 0 0 40px;
  }
}

.productSearch__enclosure {
  background-color: #F5F5F5;
  padding: 30px 24px;
}

@media only screen and (max-width: 767px) {
  .productSearch__enclosure {
    padding: 24px 18px 30px;
  }
}

.productSearch__enclosure__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productSearch__enclosure__ttl {
    font-size: 16px;
  }
}

.productSearch__enclosure__ttl .icon-help-gray {
  height: 23px;
  margin-right: 6px;
}

.productSearch__enclosure__heading {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productSearch__enclosure__heading {
    margin-top: 16px;
    font-size: 14px;
  }
}

.productSearch__enclosure__heading:first-of-type {
  margin-top: 12px;
}

.productSearch__enclosure__txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.productSearch__enclosure__link {
  color: #003894;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .productSearch__enclosure__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productSearch__enclosure__link:hover {
    opacity: .65;
  }
}

.productSearch__control {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .productSearch__control {
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}

@media print, (min-width: 768px) {
  .productSearch--review .productSearch__control {
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
  }
}

.productSearch__num {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .productSearch__refinement {
    width: calc(100% - 91px);
  }
  .productSearch--review .productSearch__refinement {
    width: 100%;
  }
}

.productSearch__refinementBtn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  color: #003894;
}

.productSearch__refinementBtn .icon-refinement {
  margin-right: 9px;
}

@media only screen and (max-width: 767px) {
  .productSearch__item {
    padding: 16px 0;
    border-bottom: 1px solid #EBEBEB;
  }
  .productSearch__item--refinement {
    height: 56px;
    padding-left: 18px;
  }
  .productSearch__item--num {
    height: 54px;
    padding-left: 18px;
  }
  .productSearch__item--sort {
    height: 56px;
    width: 24px;
  }
  .productSearch--review .productSearch__item--sort {
    height: 54px;
    width: 42px;
  }
  .productSearch--mail .productSearch__item--sort {
    height: 54px;
  }
  .productSearch__item--toggle {
    width: 67px;
    height: 56px;
    padding-right: 18px;
  }
  .productSearch__item--displayNum {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 91px;
    height: 54px;
    padding-right: 18px;
  }
}

.productSearch__sortGroup {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .productSearch__sortGroup {
    flex-wrap: wrap;
    flex-basis: 91px;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .productSearch--review .productSearch__sortGroup {
    flex-basis: inherit;
  }
}

.productSearch__toggle {
  display: -webkit-box;
  display: flex;
  height: 24px;
  margin: 0 16px !important;
  padding: 0 16px !important;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
  .productSearch__toggle {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-right: 0;
  }
}

.productSearch__toggleBtn {
  display: inline-block;
  width: 24px;
  height: 24px;
}

@media print, (min-width: 768px) {
  .productSearch__toggleBtn:not(.-active) {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productSearch__toggleBtn:not(.-active):hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .productSearch__toggleBtn--list {
    margin-right: 12px;
    background: url(/library/common/svg/list-gray.svg) no-repeat;
    background-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__toggleBtn--list {
    background-image: url(/library/common/svg/list.svg);
  }
}

.productSearch__toggleBtn--list.-active {
  background-image: url(/library/common/svg/list.svg);
}

@media print, (min-width: 768px) {
  .productSearch__toggleBtn--list.-active {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__toggleBtn--list.-active {
    display: none;
  }
}

.productSearch__toggleBtn--grid {
  background: url(/library/common/svg/grid-gray.svg);
  background-size: 24px;
}

@media only screen and (max-width: 767px) {
  .productSearch__toggleBtn--grid {
    background-image: url(/library/common/svg/grid.svg);
  }
}

.productSearch__toggleBtn--grid.-active {
  background-image: url(/library/common/svg/grid.svg);
}

@media print, (min-width: 768px) {
  .productSearch__toggleBtn--grid.-active {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__toggleBtn--grid.-active {
    display: none;
  }
}

.productSearch__status {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
}

.productSearch__statusList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
}

.productSearch__statusItem:not(:last-child) {
  margin-right: 48px;
}

.productSearch__statusItem .checkbox__txt {
  display: inline-block;
  padding-top: 2px;
}

@media print, (min-width: 768px) {
  .productSearch__btn {
    text-align: center;
    margin: 34px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__btn {
    margin-top: -16px;
    padding: 0 38px 30px;
  }
}

.productSearch__btn .btn {
  margin-top: 16px;
}

.productSearch__tabList {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}

@media print, (min-width: 768px) {
  .productSearch__tabList {
    margin-bottom: 16px;
  }
}

@media print, (min-width: 768px) {
  .productSearch__tabItem {
    margin-left: 32px;
  }
  .productSearch__tabItem:first-child {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__tabItem {
    flex-basis: calc(100% / 3);
  }
}

.productSearch__tabLink {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  color: #666666;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}

@media print, (min-width: 768px) {
  .productSearch__tabLink {
    height: 35px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch__tabLink {
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 43px;
  }
}

.productSearch__tabLink.-current {
  color: #003894;
  border-bottom-color: #003894;
}

@media only screen and (max-width: 767px) {
  .productSearch--mail {
    background-color: #ffffff;
    margin: 0 -18px;
  }
}

.productSearch--mail .pageLead {
  margin: 24px 0 44px;
}

@media print, (min-width: 768px) {
  .productSearch--mail .pageLead--single {
    font-size: 14px;
    padding: 8px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .pageLead--single {
    padding: 24px 20px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productSearch__item--category {
    padding-left: 18px;
  }
}

@media print, (min-width: 768px) {
  .productSearch--mail .productSearch__item--sort {
    margin: 0 16px;
    padding: 0 16px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productSearch__item--sort {
    width: 91px;
    padding: 16px 18px 16px 49px;
  }
}

.productSearch__tabContent {
  display: none;
  opacity: 0;
  -webkit-transition: ease-in-out .4s;
  transition: ease-in-out .4s;
}

.productSearch__tabContent.-current {
  display: block;
}

.productSearch__tabContent.-show {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .productSearch--favorite {
    background-color: #ffffff;
    margin: 0 -18px;
  }
}

.productSearch--favorite .pageLead {
  margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .productSearch--favorite .pageLead {
    padding: 24px 18px 0;
    margin-bottom: 60px;
  }
}

@media print, (min-width: 768px) {
  .productSearch--favorite .productSearch__item--sort {
    margin: 0 16px;
    padding: 0 16px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--favorite .productSearch__item--sort {
    width: 91px;
    padding: 16px 18px 16px 49px;
  }
}

.productItems.-grid {
  margin-top: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .productItems.-grid {
    padding: 0 18px;
  }
}

.-grid .productItems__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  border-bottom: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .-grid .productItems__inner {
    margin: 0 -8px;
  }
}

.-grid .productItems__inner .tag--pickedUpStore {
  display: none;
}

.-grid .productItem {
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
  margin: 0 0 30px;
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .-grid .productItem {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 24px;
    padding: 0 8px;
  }
}

.productItem__inner {
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
}

.productSearch--review .productItem__inner {
  padding: 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .productItem__inner {
    margin: 0 18px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.productSearch--review .productItem__inner {
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 0;
}

.productItem__inner:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.productSearch--review .productItem__inner:last-of-type {
  border-bottom: none;
}

.-grid .productItem__inner {
  display: block;
  margin: 0;
  padding: 0;
}

.-grid .productItem__inner:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .productItem--btns3col .productItem__inner {
    position: relative;
  }
}

.productSearch--mail .productItem__inner {
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__inner {
    padding-top: 12px;
  }
}

.productItem__checkbox {
  width: 48px;
  margin: auto 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .productItem__checkbox {
    width: 36px;
    padding-left: 0;
  }
}

.productItem__image {
  display: block;
  flex-basis: 126px;
  max-width: 126px;
  padding-right: 24px;
}

@media print, (min-width: 768px) {
  .productItem__image {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media only screen and (max-width: 767px) {
  .productItem__image {
    flex-basis: calc(25.67% + 16px);
    max-width: calc(25.67% + 16px);
    padding-right: 16px;
  }
}

.productSearch--mail .productItem__image {
  flex-basis: 102px;
  max-width: 102px;
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__image {
    flex-basis: calc(20.94% + 16px);
    max-width: calc(20.94% + 16px);
  }
}

.productSearch--review .productItem__image {
  flex-basis: 82px;
  max-width: 82px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .productSearch--review .productItem__image {
    flex-basis: calc(20.94% + 16px);
    max-width: calc(20.94% + 16px);
  }
}

.-hover .productItem__image {
  opacity: 0.65;
}

.-grid .productItem__image {
  position: relative;
  max-width: none;
  padding: 143.75% 0 0;
  margin: 0;
}

.-grid .productItem__image img {
  position: absolute;
  opacity: 0;
}

.-grid .productItem__image img.-ct {
  top: 0;
  left: 50%;
  height: 183px;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.-grid .productItem__image img.-md {
  top: 50%;
  right: 0;
  left: 0;
  width: auto;
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .productItem--btns3col .productItem__image {
    margin-bottom: 56px;
  }
}

.-grid .productItem--btns3col .productItem__image {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .productItem__detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-basis: calc(100% - 126px);
    max-width: calc(100% - 126px);
  }
}

@media only screen and (max-width: 767px) {
  .productItem__detail {
    flex-basis: calc(74.33% - 16px);
    max-width: calc(74.33% - 16px);
  }
}

.-grid .productItem__detail {
  display: block;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .productItem--btns3col .productItem__detail {
    margin-bottom: 56px;
  }
  .-grid .productItem--btns3col .productItem__detail {
    margin-bottom: 0;
  }
}

.productSearch--mail .productItem__detail {
  flex-basis: calc(100% - 102px);
  max-width: calc(100% - 102px);
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__detail {
    flex-basis: calc(79.05% - 16px);
    max-width: calc(79.05% - 16px);
  }
}

.productItem__link {
  display: block;
}

@media print, (min-width: 768px) {
  .productItem__link {
    flex-basis: calc(100% - 228px);
    max-width: calc(100% - 228px);
  }
  .productItem__link:hover .productItem__title {
    color: #003894;
    text-decoration: underline;
  }
  .productSearch--review .productItem__link {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media print, (min-width: 768px) {
  .productSearch--mail .productItem__link {
    flex-basis: 100%;
    max-width: 100%;
  }
/*  .productSearch--mail .productItem__link:hover .productItem__title {
    color: inherit;
    text-decoration: none;
  }*/
}

.-grid .productItem__link {
  max-width: none;
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .-grid .productItem__link {
    padding-top: 12px;
  }
}

.productItem__tagList {
  margin: 0 0 8px;
}

.-grid .productItem__tagList {
  margin-bottom: 4px;
}

.productItem .productItem__genre {
  display: -webkit-box;
  display: flex;
  /* margin-bottom: 4px; */
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width: 767px) {
  .productItem .productItem__genre {
    font-size: 12px;
  }
}

.-grid .productItem__genre {
  display: none;
}

.productItem__genreItem:first-child {
  position: relative;
  margin-right: 12px;
  padding-right: 13px;
  font-weight: bold;
  color: #003894;
}

.productItem__genreItem:first-child::before {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  bottom: 0.25em;
  border-right: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
  .productItem__genreItem:first-child {
    margin-right: 6px;
    padding-right: 7px;
  }
}

.productItem__genreItem--category {
  font-weight: bold;
  color: #003894;
}

.productItem__title {
  margin: 0 0 8px;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productSearch--mail .productItem__title {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .productItem__title {
    margin: 0 0 4px;
    font-size: 14px;
    max-height: 63px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
  }
}

.-hover .productItem__title {
  color: #003894;
  text-decoration: underline;
}

.-grid .productItem__title {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productItem__author {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .productItem__author {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.-grid .productItem__author {
  margin: 0;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .-grid .productItem__author {
    font-size: 12px;
  }
}

.productItem--demachi .productItem__author {
  margin-bottom: 0;
}

.productSearch--mail .productItem__author {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__author {
    font-size: 12px;
  }
}

.productItem__stock {
  margin: 0 0 8px;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productItem__stock {
    margin: 0 0 4px;
    font-size: 12px;
  }
}

.productItem__stock--alert {
  color: #E60009;
}
.productItem__stock--none{
  color: #666;
}
.productItem__stock--part{
  color: #E60009;
}
.mainContent__search .productItem__stock--alert + .productItem__stock__info{
  padding: 0 0 0 10px;
}

.-grid .productItem__stock {
  display: none;
}

.productItem--set .productItem__stock {
  margin-bottom: 0;
  display: block;
}

.productSearch--mail .productItem__stock {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .productSearch--mail .productItem__stock {
    margin-right: 174px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__stock {
    margin-right: 87px;
  }
}

@media only screen and (max-width: 767px) {
  .productItem--btns2col .productItem__stock {
    margin-right: 0;
  }
}

.productItem__date {
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productItem__date {
    font-size: 12px;
  }
}

.-grid .productItem__date {
  display: none;
}

.productItem__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #E60009;
}

@media only screen and (max-width: 767px) {
  .productItem__price {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.productItem__price small {
  font-size: 13px;
  font-weight: normal;
}

@media print, (min-width: 768px) {
  .productItem__price small {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .productItem__price small {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
  }
}

@media print, (min-width: 768px) {
  .productSearch--mail .productItem__price {
    margin-right: 174px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--mail .productItem__price {
    margin-right: 87px;
    margin-bottom: 4px;
  }
}

.productItem--btns2col .productItem__price {
  margin-right: 0;
}

.-grid .productItem__price {
  display: none;
}

.productItem__point {
  font-size: 13px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .productItem__point {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.-grid .productItem__point {
  display: none;
}

.productItem__btns {
  flex-basis: 204px;
  max-width: 204px;
}

@media only screen and (max-width: 767px) {
  .productItem__btns {
    display: -webkit-box;
    display: flex;
    flex-basis: 100%;
    max-width: none;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    margin-top: 12px;
  }
  .productItem--btns3col .productItem__btns {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .productItem--btns3col .productItem__btns .btn {
    margin-right: 9px;
    flex-basis: 55%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .productItem--btns3col .productItem__btns .btn {
    flex-basis: 166px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 359px) {
  .productItem--btns3col .productItem__btns .btn {
    flex-basis: 147px;
  }
}

@media only screen and (max-width: 767px) {
  .productItem--btns3col .productItem__btns .btn.btn--blue {
    margin-right: 12px;
    flex-basis: 40%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .productItem--btns3col .productItem__btns .btn.btn--blue {
    flex-basis: 128px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 359px) {
  .productItem--btns3col .productItem__btns .btn.btn--blue {
    flex-basis: 147px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .productItem--set .productItem__btns {
    display: block;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .productItem--set .productItem__btns.productItem__btns .btn {
    margin: 12px 0 0;
  }
}

.productSearch--mail .productItem__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  max-width: none;
  position: absolute;
  right: 0;
  bottom: 16px;
}

.productSearch--mail .productItem__btns .btn--ss:nth-child(n+2) {
  margin-left: 9px;
}

@media only screen and (max-width: 767px) {
  .productItem--demachi .productItem__btns,
  .productItem--btns2col .productItem__btns {
    position: static;
  }
}

@media print, (min-width: 768px) {
  .productItem--demachi.-imgLs .productItem__btns {
    top: 50%;
    margin-top: -12px;
  }
}

.productItem__btns .btn {
  height: 44px;
  padding: 0;
  line-height: 44px;
  font-size: 16px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .productItem__btns .btn {
    margin: 0 16px 0 0;
  }
}

.productItem__btns .btn--2l {
  padding-top: 2px;
  line-height: 1.2;
}

.productItem__btns .btn.-added {
  color: #CCC;
}

.productItem__btns .btn.-added::before {
  border-color: #CCC;
}

.productItem__btns .btn.-added.btn--orange {
  color: #EF7000;
  background-color: #ffffff;
}

.productItem__btns .btn.-added.btn--orange::before {
  border-color: #EF7000;
}

.-grid .productItem__btns {
  display: none;
}

.productItem__favorite {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 4px 0 0;
  font-size: 13px;
}

@media print, (min-width: 768px) {
  .productItem__favorite {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productItem__favorite:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .productItem__favorite {
    margin: 0;
  }
}

.productItem__favorite .icon-favorite-dims,
.productItem__favorite .icon-favorite-on-dims {
  margin-right: 9px;
}

@media only screen and (max-width: 767px) {
  .productItem__favorite .icon-favorite-dims,
  .productItem__favorite .icon-favorite-on-dims {
    min-width: 24px;
    flex-basis: 24px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .productItem__favoriteTxt {
    display: none;
  }
}

.productSetItem {
  border-top: 1px solid #EBEBEB;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .productSetItem {
    padding: 0 18px;
    border-top: 0;
  }
  .productSetItem.-disabled {
    background-color: #F5F5F5;
  }
}

.productSetItem:last-child .productSetItem__inner {
  border-bottom: 1px solid #EBEBEB;
}

.productSetItem__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 15px 24px;
}

@media only screen and (max-width: 767px) {
  .productSetItem__inner {
    border-top: 1px solid #EBEBEB;
    padding: 12px 0;
  }
}

.productSetItem__checkbox {
  width: 24px;
  margin: auto 0;
  padding-left: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .productSetItem__checkbox {
    width: 36px;
    padding-left: 0;
  }
}

.productSetItem__detail {
  -webkit-box-flex: 1;
          flex: 1;
}

@media print, (min-width: 768px) {
  .productSetItem__detail {
    width: 41%;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItem__detail {
    min-width: 100px;
  }
}

.productSetItem__tagList {
  margin: 0 0 8px;
}

@media print, (min-width: 768px) {
  .productSetItem__tagList {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

.productSetItem__image {
  width: 58px;
  margin: 0 20px 0 21px;
}

@media only screen and (max-width: 767px) {
  .productSetItem__image {
    width: 50px;
    margin-left: 0;
    margin-right: 12px;
  }
}

.productSetItem__title {
  margin: 0 0 12px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .productSetItem__title {
    width: 100%;
    font-size: 13px;
    margin: -2px 0 10px;
  }
}

.productSetItem__stock {
  font-size: 12px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productSetItem__stock {
    margin: 10px 0 0;
    font-size: 12px;
  }
}

.productSetItem__stock--alert {
  color: #E60009;
}
.productSetItem__stock--none{
  color: #666;
}
.productSetItem__stock__info{
  color: #666;
}

.productSetItem__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: auto 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #E60009;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .productSetItem__price {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
  }
}

.productSetItem--cancel .productSetItem__price {
  color: #999999;
}

@media print, (min-width: 768px) {
  .productSetItem__link:hover {
    color: #003894;
    text-decoration: underline;
  }
}

.productSetItem.-disabled .productSetItem__inner {
  background: #F5F5F5;
}

.productSetItem.-disabled .productSetItem__title,
.productSetItem.-disabled .productSetItem__price {
  color: #999999;
}

@media print, (min-width: 768px) {
  .useful {
    min-width: 1280px;
  }
}

@media print, (min-width: 768px) {
  .useful__inner {
    max-width: 1368px;
    margin: 0 auto;
    padding: 40px 84px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .useful__inner {
    padding: 24px 0 0;
    background-color: #ffffff;
  }
}

.useful__btn {
  padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .useful__btn {
    margin: 0 38px;
    padding: 24px 0 30px;
  }
}

@media print, (min-width: 768px) {
  .useful__btn ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.useful__btn li {
  width: 100%;
}

@media print, (min-width: 768px) {
  .useful__btn li {
    max-width: 384px;
    margin: 0 6px;
  }
}

.usefulItemWrap {
  display: -webkit-box;
  display: flex;
  margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .usefulItemWrap {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.usefulItem {
  width: calc(100% / 3 - 24px);
  max-width: 384px;
  margin: 0 12px;
}

@media only screen and (max-width: 767px) {
  .usefulItem {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .usefulItem:last-child {
    margin: 0 0 0 0;
  }
}

.usefulItem__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}

.usefulItem__image {
  flex-basis: 30%;
  max-width: 70%;
  min-width: 30%;
}

@media only screen and (max-width: 767px) {
  .usefulItem__image {
    flex-basis: 23%;
    max-width: 23%;
    min-width: 23%;
  }
}

.usefulItem__lead {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 16px;
  flex-basis: 232px;
  max-width: calc(70% - 16px);
}

@media only screen and (max-width: 767px) {
  .usefulItem__lead {
    flex-basis: inherit;
    max-width: 100%;
    font-size: 16px;
  }
}

.banner {
  background-color: #F5F5F5;
}

.banner__inner {
  max-width: 1368px;
  margin: 0 auto;
  padding: 30px 72px 60px;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 24px 48px 28px;
  }
}

.banner__items {
  margin: 0 12px;
  width: calc(100% / 4 - 24px);
}

@media print, (min-width: 768px) {
  .banner__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .banner__items:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .banner__items {
    width: auto;
    margin: 0 0 12px;
  }
}

@media print, (min-width: 768px) {
  .bannerMaximum {
    min-width: 1280px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .bannerMaximum {
    background: #ffffff;
    margin-bottom: 0;
  }
}

.bannerMaximum__inner {
  text-align: center;
}

@media print, (min-width: 768px) {
  .bannerMaximum__inner {
    padding: 0 84px;
    max-width: 1368px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .bannerMaximum__inner {
    margin: 0;
    padding: 24px 18px 40px;
  }
}

@media print, (min-width: 768px) {
  .bannerMaximum__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .bannerMaximum__items:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .bannerMaximum__items {
    width: auto;
  }
}

.bannerMaximum__link {
  width: auto;
}

.review {
  margin: 0 0 50px;
  background-color: #ffffff;
}

@media print, (min-width: 768px) {
  .productSearch--review .review {
    margin: 0 0 16px;
    padding: 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .productSearch--review .review {
    padding: 0 18px 0;
  }
}

.review--pagination {
  margin: 0 0 50px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .review--pagination {
    margin: 0 -18px 0;
    padding: 24px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .review {
    margin: 0 -18px 0;
    padding: 24px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .review__inner {
    margin: 0 18px 0;
  }
}

.review .icon-star-4 {
  display: block;
}

.review__star {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .review__star {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.review__star--wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

.review__star--wrap .review__totalEvaluation__number {
  padding: 8px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .review__star--wrap .review__totalEvaluation__number {
    padding: 0 0 0 0;
  }
}

.review__star--timestamp {
  color: #666666;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .review__star--timestamp {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .review__totalEvaluation .review__star {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 16px 0;
    padding: 24px 0;
    border: 1px solid #EBEBEB;
  }
}

.review__individual .review__star {
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0 16px 0;
}

.productSearch--review .review__star {
  padding: 0 0 8px 0;
}

.review__star__inner {
  display: -webkit-inline-box;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .review__star__inner {
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

.review__star__list {
  display: -webkit-box;
  display: flex;
  margin: auto 0!important;
}

.review__star__list li {
  margin: 0 3px;
}

.review__star__list--small {
  display: -webkit-box;
  display: flex;
  margin: 0 -2px!important;
}

.review__star__list--small li {
  margin: 0 2px;
}

.review__totalEvaluation, .review__individual {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 24px 0;
}

@media only screen and (max-width: 767px) {
  .review__totalEvaluation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 0 24px 0;
  }
}

.review__totalEvaluation .btnWrap, .review__totalEvaluation .btnWrap--bottom {
  width: 180px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .review__totalEvaluation .btnWrap .btn--s, .review__totalEvaluation .btnWrap--bottom .btn--s {
    max-width: 280px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .review__totalEvaluation .btnWrap, .review__totalEvaluation .btnWrap--bottom {
    width: 100%;
    max-width: 223px;
    margin: 0 auto;
  }
}

.review__totalEvaluation .btnWrap--bottom {
  text-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

.review__totalEvaluation__score {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 9px;
}

.review__totalEvaluation__number {
  color: #666666;
  font-size: 13px;
  padding: 0 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .review__totalEvaluation__number {
    font-size: 12px;
    padding: 8px 0 0 0;
  }
}

.review__productData__bar {
  max-width: 174px;
  -webkit-box-flex: 2;
          flex-grow: 2;
  height: 8px;
  border-radius: 10px;
  background-color: #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .review__productData__bar {
    max-width: 100%;
  }
}

.review__productData__graphs {
  width: 100%;
  max-width: 290px;
}

@media only screen and (max-width: 767px) {
  .review__productData__graphs {
    max-width: 100%;
    margin: 16px 0 24px;
  }
}

.review__productData__star {
  font-size: 14px;
  padding: 0 16px 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.review__productData__star span {
  margin: 0 3px 0 0;
}

.review__productData__graphNum {
  min-width: 54px;
  max-width: 54px;
  text-align: right;
  font-size: 14px;
  padding: 0 0 0 18px;
}

.review__productData__graphs ol li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 4px 0;
}

.review__productData__graphs ol li:last-child {
  padding: 0 0 0 0;
}

.review__productData__barInner {
  height: 8px;
  background-color: #FAC002;
  border-radius: 10px;
}

.review__productData__allshowLink {
  font-size: 16px;
  text-align: center;
  padding: 16px 0 12px;
}

.review__productData__allshowLink a {
  color: #003894;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .review__productData__allshowLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .review__productData__allshowLink a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .review__productData__allshowLink {
    padding: 16px 0 0;
  }
}

.review__individual {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 16px 0 0 0;
  padding: 0 0 16px 0;
}

@media only screen and (max-width: 767px) {
  .review__individual {
    padding: 0 0 16px 0;
  }
}

.review__individual__title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 8px 0;
}

.review__individual__text {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .review__individual__text {
    max-height: 66px;
    -webkit-line-clamp: 3;
  }
}

@media only screen and (max-width: 767px) {
  .review__individual__text {
    -webkit-line-clamp: 4;
    max-height: 88px;
  }
}

.review__individual__text-active {
  display: none;
}

.review__individual__text--hide {
  display: none;
  font-size: 14px;
  padding: 0 0 8px 0;
}

.review__individual__text--hide-active {
  display: block;
}

.review__individual__textWrap .tagList {
  padding: 0 0 8px 0;
}

.review__individual__textWrap .tagList .tag--spoiler {
  color: #E60009;
  border: 1px solid #E60009;
  background-color: #ffffff;
  line-height: 16px;
}

.review__individual__textWrap .tagList .tag--spoiler-active {
  display: none;
}

.review__individual__text.text--spoiler {
  margin-bottom: 0;
}

.review__individual__posted, .review__individual__reviewerName {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.review__individual__posted {
  color: #666666;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .review__individual__posted {
    font-size: 12px;
  }
}

.review__individual__posted img {
  margin: 0 0 0 3px;
}

.review__individual__reviewerName {
  color: #666666;
  font-size: 13px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .review__individual__reviewerName {
    font-size: 12px;
  }
}

.review__individual__continueLink-active {
  display: none;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .review__individual__continueLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .review__individual__continueLink:hover {
    opacity: .65;
  }
}

.review__individual__continueLink a {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0 0 0 17px;
  font-size: 14px;
  color: #003894;
  cursor: pointer;
}

.review__individual__continueLink a:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  background: center center url(/library/common/svg/arrow-s.svg) no-repeat;
  background-size: 12px 12px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

@media only screen and (max-width: 767px) {
  .review__individual__continueLink a:before {
    top: calc(50% - 5px);
  }
}

.review__allshowLink {
  font-size: 16px;
  text-align: center;
  padding: 16px 0 0;
}

.review__allshowLink a {
  color: #003894;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .review__allshowLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .review__allshowLink a:hover {
    opacity: .65;
  }
}

.review .review__individual__textWrap.-active .review__individual__text,
.review .review__individual__textWrap.-active .review__individual__continueLink,
.review .review__individual__textWrap.-active .review__individual__text,
.review--pagination .review__individual__textWrap.-active .review__individual__text,
.review--pagination .review__individual__textWrap.-active .review__individual__continueLink,
.review--pagination .review__individual__textWrap.-active .review__individual__text {
  display: none;
}

.review .review__individual__textWrap.-active .review__individual__text--hide,
.review--pagination .review__individual__textWrap.-active .review__individual__text--hide {
  display: block;
}

.productDetail {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .productDetail {
    margin: 0 -18px 16px;
    padding: 24px 18px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .productDetail--set {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

.productDetail__productDetail__tableWrap {
  width: 100%;
}

.productDetail__table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .productDetail__table * {
    display: block;
  }
}

.productDetail__table > tbody tr,
.productDetail__table > tbody tr:first-of-type {
  border-top: 1px solid #EBEBEB;
}

.productDetail__table > tbody tr:last-of-type {
  border-bottom: none;
}

.productDetail__table > tbody th {
  font-weight: bold;
  vertical-align: top;
  padding: 12px 24px 8px 0;
}

@media only screen and (max-width: 767px) {
  .productDetail__table > tbody th {
    padding: 8px 0 0;
  }
}

.productDetail__table > tbody td {
  padding: 12px 0;
}

@media only screen and (max-width: 767px) {
  .productDetail__table > tbody td {
    padding: 8px 0 16px 0;
  }
}

.productDetail__table > tbody td:nth-child(2) {
  width: 77.6%;
}

@media only screen and (max-width: 767px) {
  .productDetail__table > tbody td:nth-child(2) {
    width: 100%;
  }
}

.productDetail__table .tbody__hide {
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .productDetail__table .tbody__hide {
    display: none;
  }
  .productDetail__table .tbody__hide tr:first-of-type {
    border-top: 1px solid #EBEBEB;
  }
  .productDetail__table .tbody__hide.-active {
    display: block;
  }
}

.productDetail__ttl {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  line-height: 1.385;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productDetail__ttl {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

.productDetail__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 4px;
  background-color: #003894;
}

@media only screen and (max-width: 767px) {
  .productDetail__ttl::before {
    width: 5px;
  }
}

.productDetail__link {
  margin: 8px 0 0;
}

@media print, (min-width: 768px) {
  .productDetail__link {
    cursor: pointer;
  }
}

.productDetail__link a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 14px;
  color: #003894;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productDetail__link a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productDetail__link a:hover {
    opacity: .65;
  }
}

.productDetail__link a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  background-image: url(/library/common/svg/arrow-s.svg);
  width: 12px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.productDetail__allshowLink {
  font-size: 16px;
  text-align: center;
  padding: 18px 0;
}

@media print, (min-width: 768px) {
  .productDetail__allshowLink {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .productDetail__allshowLink {
    display: block;
    border-top: 1px solid #EBEBEB;
  }
}

.productDetail__allshowLink a {
  color: #003894;
}

.productDetail__boldTxt {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productDetail__boldTxt {
    display: inline;
    padding-bottom: 4px;
  }
}

.productDetail__txt {
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .recommendCorner {
    max-width: 1020px;
    min-width: inherit;
  }
  .mainContent__col1 .recommendCorner {
    max-width: 1368px;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .recommendCorner__inner {
    max-width: 996px;
    margin: 0;
    padding: 30px 0;
  }
  .mainContent__col1 .recommendCorner__inner {
    max-width: 100%;
    margin: 10px auto 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .recommendCorner__inner {
    margin: 0 -18px;
    padding: 30px 0 26px;
    background-color: #ffffff;
  }
  .mainContent__col1 .recommendCorner__inner {
    margin: 0 auto;
    padding: 22px 0 2px;
  }
}

.recommendCorner__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .recommendCorner__list {
    margin: 0 -12px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendCorner__list {
    margin: 0 13.5px;
  }
}

.recommendCorner__items {
  display: block;
  height: 100%;
}

@media print, (min-width: 768px) {
  .recommendCorner__items {
    margin: 0 12px 30px;
    width: calc(100% / 3 - 24px);
    max-width: 316px;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .recommendCorner__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .recommendCorner__items:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col1 .recommendCorner__items {
    margin: 0 12px 20px;
    width: calc(100% / 4 - 24px);
    max-width: 282px;
  }
}

@media only screen and (max-width: 767px) {
  .recommendCorner__items {
    width: calc(100% / 2 - 9px);
    max-width: 346px;
    margin: 0 4.5px 24px;
  }
}

.recommendCorner__items__image {
  display: block;
}

.recommendCorner__items__image img {
  width: 100%;
}

.recommendCorner__items__title {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0 0;
}

@media only screen and (max-width: 767px) {
  .recommendCorner__items__title {
    margin: 8px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .pagination {
    padding-bottom: 30px;
  }
}

.pagination__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 16px;
  padding: 0 72px;
}

@media only screen and (max-width: 767px) {
  .pagination__list {
    margin: 16px 18px 0 !important;
    padding: 0 54px !important;
  }
}

@media print, (min-width: 768px) {
  .productInquiry_history .pagination__list {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .productInquiry_history .pagination__list {
    padding: 0 54px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .review--pagination .pagination__list {
    margin: 16px 0 0;
    padding: 0 54px;
  }
}

@media only screen and (max-width: 767px) {
/*  .pagination__item:nth-child(3), .pagination__item:nth-child(7) {
    display: none;
  }
  .-first .pagination__item:nth-child(3) {
    display: inherit;
  }
  .-first .pagination__item:nth-child(6), .-first .pagination__item:nth-child(7) {
    display: none;
  }
  .-last .pagination__item:nth-child(3), .-last .pagination__item:nth-child(4) {
    display: none;
  }
  .-last .pagination__item:nth-child(7) {
    display: inherit;
  }*/
  .-first .pagination__item:nth-child(6), .-first .pagination__item:nth-child(7) {
    display: none;
  }
  .-middle .pagination__item:nth-child(3), .-middle .pagination__item:nth-child(7) {
    display: none;
  }
  .-last .pagination__item:nth-last-child(6), .-last .pagination__item:nth-last-child(7) {
    display: none;
  }

  .pagination__list > .pagination__item:nth-child(1),
  .pagination__list > .pagination__item:nth-child(2),
  .pagination__list > .pagination__item:nth-last-child(1),
  .pagination__list > .pagination__item:nth-last-child(2) {
    display: block;
  }
}

.pagination__item--first {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.pagination__item--prev {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.pagination__item--next {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.pagination__item--last {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.pagination__first {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/library/common/svg/arrow-double.svg) no-repeat;
  background-size: 24px;
}

.pagination__first.-disabled {
  background-image: url(/library/common/svg/arrow-double-gray.svg);
}

.pagination__prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__prev.-disabled {
  background-image: url(/library/common/svg/arrow-gray.svg);
}

.pagination__page {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: fit-content;
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.pagination__page:not(.pagination__page--current):hover {
  background-color: #F5F5F5;
  border-radius: 51%;
}

.pagination__page--current {
  color: #ffffff;
  background-color: #003894;
  border-radius: 51%;
}

.pagination__next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.pagination__next.-disabled {
  background-image: url(/library/common/svg/arrow-gray.svg);
}

.pagination__last {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/library/common/svg/arrow-double.svg) no-repeat;
  background-size: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__last.-disabled {
  background-image: url(/library/common/svg/arrow-double-gray.svg);
}

.listDropDown {
  position: relative;
}

.listDropDown__heading {
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
          align-items: center;
}

@media print, (min-width: 768px) {
  .listDropDown__heading {
    height: 24px;
  }
}

.listDropDown__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .listDropDown__btn {
    width: 24px;
  }
}

.listDropDown--category .listDropDown__btn {
  width: auto;
}

.listDropDown--category .listDropDown__btn .icon-arrow-s {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .listDropDown--category .listDropDown__btn {
    height: 21px;
  }
  .listDropDown--category .listDropDown__btn .icon-arrow-s {
    margin-left: 6px;
  }
}

.listDropDown--num .listDropDown__btn {
  width: 66px;
}

@media only screen and (max-width: 767px) {
  .listDropDown--num .listDropDown__btn {
    height: 21px;
  }
}

@media print, (min-width: 768px) {
  .listDropDown__btn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .listDropDown__btn:hover {
    opacity: .65;
  }
}

.listDropDown__btn .icon-arrow-s {
  position: relative;
  right: -3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .listDropDown__btnTxt {
    width: 48px;
    text-align: right;
  }
}

.listDropDown__contents {
  display: none;
  position: absolute;
  top: 30px;
  right: -16px;
  z-index: 9;
}

.productSearch--favorite .listDropDown__contents {
  right: 2px;
}

.productSearch--mail .listDropDown__contents {
  right: 2px;
}

.productSearch--mail .listDropDown--category .listDropDown__contents {
  right: auto;
  left: 0;
}

.productSearch--review .listDropDown__contents {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .productSearch--review .listDropDown__contents {
    right: 18px;
  }
}

.listDropDown--num .listDropDown__contents {
  right: 2px;
}

.listDropDown__contents.-selected {
  display: block;
}

.listDropDown__list {
  overflow: hidden;
  width: 180px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.listDropDown--num .listDropDown__list {
  width: 102px;
}

.listDropDown__item {
  border-top: solid 1px #EBEBEB;
}

.listDropDown__item:first-child {
  border-top: none;
}

.listDropDown__link {
  display: block;
  padding: 12px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  background-color: #FFF;
}

.listDropDown__link:hover {
  background-color: #F5F5F5;
}

.listDropDown__link.-active {
  padding-right: 36px;
  position: relative;
}

.listDropDown__link.-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/check.svg) no-repeat;
  background-size: 24px;
}

@media only screen and (max-width: 767px) {
  .productInformation {
    margin: 0 -18px 16px;
    padding: 24px 18px;
    background-color: #ffffff;
  }
}

.productInformation__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .productInformation__inner {
    display: block;
    padding: 0 0 6px 0;
  }
}

.productInformation:last-child .productInformation__inner:last-of-type {
  border-bottom: none;
}

.productInformation__checkbox {
  width: 48px;
  margin: auto 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 767px) {
  .productInformation__checkbox {
    width: 36px;
    padding-left: 0;
  }
}

.productInformation__image {
  position: relative;
  flex-basis: 31.47%;
  padding-top: 31.47%;
}

@media only screen and (max-width: 767px) {
  .productInformation__image {
    width: 59.4%;
    margin: 0 auto 16px;
    padding-top: 59.4%;
  }
}

@media only screen and (max-width: 767px) {
  .productInformation--set .productInformation__image {
    margin: 12px auto 16px;
  }
}

.productInformation__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.productInformation__image img.-ls {
  opacity: 1;
  width: 100%;
}

.productInformation__image img.-pt {
  opacity: 1;
  max-height: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .productInformation__detail {
    flex-basis: calc(68.53% - 24px);
    max-width: calc(68.53% - 24px);
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .productInformation__detail {
    display: block;
    flex-basis: calc(100%);
  }
}

.productInformation__link {
  display: block;
}

@media print, (min-width: 768px) {
  .productInformation__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productInformation__link:hover {
    opacity: .65;
  }
}

.productInformation__tagList {
  margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .productInformation__tagList {
    margin: 0 0 8px;
  }
}

.productInformation__genre {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .productInformation__genre {
    margin: 0 0 4px;
    font-size: 12px;
  }
}

.productInformation__genreItem--category {
  position: relative;
  margin-right: 12px;
  padding-right: 13px;
  font-weight: bold;
  color: #003894;
}

.productInformation__genreItem--category::before {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  bottom: 0.25em;
  border-right: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
  .productInformation__genreItem--category {
    margin-right: 9px;
    padding-right: 9px;
  }
}

.productInformation__title {
  margin: -2px 0 0;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productInformation__title {
    margin: 0;
    font-size: 18px;
  }
}

.productInformation__author {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.productInformation__author a {
  color: #003894;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productInformation__author a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productInformation__author a:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .productInformation--set .productInformation__author {
    margin-bottom: 24px;
  }
}

.productInformation__Btn {
  display: -webkit-box;
  display: flex;
  max-width: 384px;
  padding: 0 0 4px 0;
}

@media only screen and (max-width: 767px) {
  .productInformation__Btn {
    max-width: 750px;
  }
}

.productInformation__Btn a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 14px;
  width: 50%;
  height: 28px;
  color: #999999;
  background-color: #EBEBEB;
}

.productInformation__Btn a.-active {
  color: #003894;
  background-color: #ffffff;
  border: 1px solid #003894;
}

.productInformation__Btn__used {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.productInformation__Btn__new {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.productInformation .review {
  margin: 0;
  padding: 0;
  background: none;
}

.productInformation .review__individual {
  border-bottom: none;
}

.productInformation .review__star {
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 0 0;
}

.productInformation .review__counter {
  padding: 0 0 0 10px;
  font-size: 13px;
}

.productInformation .review__counter a {
  color: #003894;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productInformation .review__counter a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productInformation .review__counter a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .productInformation .review__counter {
    font-size: 12px;
  }
}

.productInformation__stock {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 8px 0 0;
  font-size: 14px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productInformation__stock {
    margin-top: 4px;
    font-size: 14px;
  }
}

.productInformation__stock__alert {
  color: #E60009;
}
.productInformation__stock__none{
  color: #666;
}
.productInformation__stock__part{
  color: #E60009;
}
.productInformation__stock--none{
  color: #666;
}

.productInformation__stock__info {
  margin-left: 9px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .productInformation__stock__info {
    font-size: 12px;
  }
}

.productInformation--set .productInformation__stock {
  display: block;
}

@media print, (min-width: 768px) {
  .productInformation--set .productInformation__stock {
    margin-top: 12px;
  }
}

.productInformation__stockDetail {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .productInformation__stockDetail {
    font-size: 16px;
  }
}

.productInformation__date {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productInformation__date {
    margin-top: 4px;
    font-size: 12px;
  }
}

.productInformation__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #E60009;
}

@media only screen and (max-width: 767px) {
  .productInformation__price {
    font-size: 16px;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.productInformation__price--large {
  font-size: 24px;
  padding: 0 9px 0 0;
}

.productInformation__price__tag {
  display: inline-block;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 3px;
  padding: 4px 6px 0;
  vertical-align: 2px;
  background-color: #E60009;
}

.productInformation__price small {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .productInformation__price small {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .productInformation__price small {
    display: block;
    font-size: 14px;
  }
}

.productInformation__discountThrough {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}

.productInformation__point {
  font-size: 13px;
  margin: 4px 0 0;
}

@media only screen and (max-width: 767px) {
  .productInformation__point {
    font-size: 12px;
  }
}

.productInformation__point span {
  padding: 0 0 0 4px;
}

.productInformation__regularPrice {
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 4px;
}

@media only screen and (max-width: 767px) {
  .productInformation__regularPrice {
    margin: 12px 0 4px;
  }
}

.productInformation__favorite {
  margin: -36px 0 7px;
  text-align: right;
}

.productInformation__favorite .icon-favorite-dims,
.productInformation__favorite .icon-favorite-on-dims {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .productInformation__favorite.forSp{
    position: relative;
  }

}

.productInformation__btns {
  margin: 16px 20px 0;
}

.productInformation__btns li {
  margin-bottom: 16px;
}

.productInformation__discount {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 24px -18px -1px;
  padding: 16px 42px 16px 18px;
  font-size: 16px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.productInformation__discount .icon-mail {
  margin-right: 9px;
}

.productInformation__discount::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 18px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.productInformation__list {
  margin: 20px 0 0 0;
  border-top: solid 1px #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .productInformation__list {
    margin: 0 -18px 0 !important;
  }
  .productInformation__list:last-child {
    margin-bottom: 0;
  }
}

.productInformation__list__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 16px 24px 16px 0;
  font-size: 16px;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productInformation__list__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productInformation__list__link:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .productInformation__list__link {
    padding: 16px 42px 16px 18px;
  }

  .productSearch--favorite .productInformation__list__link {
    padding: 0;
    display: inline-flex;
  }
}

.productInformation__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .productInformation__list__link::after {
    right: 18px;
  }

  .productSearch--favorite .productInformation__list__link::after {
    display: none;
  }
}

.productInformation__list__item {
  margin: 0 0 0 0;
  border-bottom: solid 1px #EBEBEB;
}

.productInformation__list__stores {
  color: #666666;
  font-size: 14px;
}

.productInformation__list__txt {
  margin-left: 9px;
}

.productInformation__list__iconWrap {
  display: -webkit-inline-box;
  display: inline-flex;
}

.productInformation__list__notes {
  color: #666;
  font-size: 13px;
}

.productInformation__list .icon-arrive-dims {
  display: block;
}

.productInformation__supplement {
  color: #003894;
  font-size: 14px;
  padding: 16px 0 0 0;
}

.productInformation__supplement li {
  padding: 0 0 12px 0;
}

.productInformation__supplement li:last-child {
  padding: 0 0 0 0;
}

.productInformation__supplement li .link[target="_blank"]::after {
  content: none;
}

.productInformation--set .productInformation__supplement {
  padding-top: 0;
  margin-top: 24px;
}

.productInformation__spCart .btn.-added {
  color: #CCC;
}

.productInformation__spCart .btn.-added::before {
  border-color: #CCC;
}

.productInformation__spCart .btn.-added.btn--orange {
  color: #EF7000;
  background-color: #ffffff;
}

.productInformation__spCart .btn.-added.btn--orange::before {
  border-color: #EF7000;
}

.productInformation__spCartBtn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: 165px;
  height: 165px;
  margin: 0 auto 16px;
  background-color: #EF7000;
  border-radius: 51%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.productInformation__spCartBtn.-added {
  color: #EF7000;
  background-color: #ffffff;
}

.productInformation__spCartBtn.-added:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #EF7000;
  border-radius: 51%;
  z-index: 1;
}

.productInformation__spCartBtnTxt {
  display: block;
  margin-top: 16px;
}

.productPurchase__btns .btn {
  margin-bottom: 16px;
  padding: 0 20px;
}

.productPurchase__btns .btn.-added {
  color: #CCC;
}

.productPurchase__btns .btn.-added::before {
  border-color: #CCC;
}

.productPurchase__btns .btn.-added.btn--orange {
  color: #EF7000;
  background-color: #ffffff;
}

.productPurchase__btns .btn.-added.btn--orange::before {
  border-color: #EF7000;
}

.productPurchase__favorite {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 16px;
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .productPurchase__favorite {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    position: relative;

  }
  .productPurchase__favorite:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .productPurchase__favorite {
    margin: 0;
  }
}

.productPurchase__favorite .icon-favorite-dims,
.productPurchase__favorite .icon-favorite-on-dims {
  margin-right: 9px;
}

@media only screen and (max-width: 767px) {
  .productPurchase__favorite .icon-favorite-dims,
  .productPurchase__favorite .icon-favorite-on-dims {
    min-width: 24px;
    flex-basis: 24px;
    margin-right: 0;
  }
}

.productPurchase__discount {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 57px;
  padding: 0 24px 0 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productPurchase__discount {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productPurchase__discount:hover {
    opacity: .65;
  }
}

.productPurchase__discount .icon-mail {
  margin-right: 9px;
}

.productPurchase__discount::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.productPurchase__new {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 57px;
  padding: 0 24px 0 0;
  border-bottom: 1px solid #EBEBEB;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productPurchase__new {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productPurchase__new:hover {
    opacity: .65;
  }
}

.productPurchase__new .icon-calendar {
  margin-right: 9px;
}

.productPurchase__new::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.productPurchase__total {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #EBEBEB;
}

.productPurchase__totalHeading {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.productPurchase__totalPrice {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #E60009;
  text-align: right;
}

.productPurchase__list {
  padding-top: 4px;
  border-top: 1px solid #EBEBEB;
}

.productPurchase__listItem {
  display: -webkit-box;
  display: flex;
}

.productPurchase__listItem dt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
}

.productPurchase__listItem dd {
  -webkit-box-flex: 1;
          flex: 1;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}

.cartFloat {
  position: fixed;
  z-index: 20;
  background-color: #ffffff;
}

@media print, (min-width: 768px) {
  .cartFloat {
    right: -224px;
    bottom: 40px;
    width: 212px;
    min-height: 180px;
    padding: 16px 16px 68px;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: ease-in-out right .3s;
    transition: ease-in-out right .3s;
  }
  .cartFloat.-show {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cartFloat {
    right: 0;
    bottom: -72px;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 0 18px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.12);
    -webkit-transition: ease-in-out bottom .3s;
    transition: ease-in-out bottom .3s;
  }
  .cartFloat.-show {
    bottom: 0;
  }
}

.cartFloat .btn {
  padding: 0;
}

@media print, (min-width: 768px) {
  .cartFloat .btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .cartFloat .btn {
    height: 48px;
    line-height: 48px;
  }
}

.cartFloat .btn.-added {
  color: #CCC;
}

.cartFloat .btn.-added::before {
  border-color: #CCC;
}

.cartFloat .btn.-added.btn--orange {
  color: #EF7000;
  background-color: #ffffff;
}

.cartFloat .btn.-added.btn--orange::before {
  border-color: #EF7000;
}

@media only screen and (max-width: 767px) {
  .cartFloat__head {
    display: none;
  }
}

.cartFloat__name {
  display: -webkit-box;
  overflow: hidden;
  max-height: 39px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  margin-bottom: 4px;
}

.cartFloat__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cartFloat__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height: 64px;
  }
}

.cartFloat__stock {
  color: #666;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .cartFloat__stock {
    flex-basis: 40%;
    padding-right: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .cartFloat__stock {
    flex-basis: 40%;
    padding-right: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .cartFloat__btn {
    flex-basis: 60%;
  }
}

.cartFloat__alert {
  color: #E60009;
}

.cartFloat__info {
  color: #666;
  font-size: 12px;
}

.storeService {
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  margin: 24px 0 0;
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .storeService {
    border: none;
    margin: 0 -18px 16px;
    padding: 24px 18px;
  }
}

.storeService__compatible {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 0 16px 0;
}

@media print, (min-width: 768px) {
  .storeService__compatible {
    -webkit-box-align: center;
            align-items: center;
  }
}

.storeService__compatible__image {
  max-width: 74px;
}

.storeService__compatible__text {
  margin: 0 0 0 12px;
}

.storeService__compatible__text--title {
  color: #003894;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 12px 0;
}

@media print, (min-width: 768px) {
  .storeService__compatible__text--title {
    padding: 0 0 0 0;
  }
}

.storeService__compatible__text--read {
  font-size: 14px;
  line-height: 1.6;
}

.storeService__compatible__text--read span {
  font-weight: bold;
  color: #E60009;
}

.storeService__plan {
  background-color: #F5F5F5;
  padding: 8px 20px 12px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .storeService__plan {
    margin: 20px 0 0 0;
    padding: 10px;
  }
}

.storeService__plan--title {
  font-weight: bold;
}

.storeService__plan--date {
  padding-top: 8px;
}

.recommendIndex {
  margin: 0 -3px;
}

@media only screen and (max-width: 767px) {
  .recommendIndex {
    margin: 0 15px;
  }
}

.recommendIndex__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.recommendIndex__item {
  width: 78px;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  margin: 0 3px;
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
}

.recommendIndex__item:hover {
  background-color: #F5F5F5;
  color: #003894;
  border: 1px solid #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .recommendIndex__item {
    width: calc(100%/5 - 6px);
    margin: 4px 3px;
  }
}

.productInformationReview {
  border-bottom: 1px solid #EBEBEB;
  margin: 0 0 24px 0;
}

@media only screen and (max-width: 767px) {
  .productInformationReview {
    margin: 0 -18px 0;
    padding: 16px 18px;
    background-color: #ffffff;
  }
}

.productInformationReview:hover .productInformationReview__title,
.productInformationReview:hover .productInformationReview__author {
  color: #003894;
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .productInformationReview:hover .productInformationReview__image,
  .productInformationReview:hover .icon-arrow {
    opacity: .65;
  }
}

.productInformationReview .icon-arrow {
  content: "";
  position: absolute;
  top: 2.0em;
  left: -2.5em;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .productInformationReview .icon-arrow {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media only screen and (max-width: 767px) {
  .productInformationReview .icon-arrow {
    top: 1.8em;
  }
}

.productInformationReview__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 0 16px 36px;
}

@media only screen and (max-width: 767px) {
  .productInformationReview__inner {
    padding-bottom: 0;
  }
}

.productInformationReview__image {
  position: relative;
  flex-basis: 7.934%;
}

@media print, (min-width: 768px) {
  .productInformationReview__image {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media only screen and (max-width: 767px) {
  .productInformationReview__image {
    flex-basis: 16.5%;
    min-width: 16.5%;
  }
}

.productInformationReview__detail {
  flex-basis: calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .productInformationReview__detail {
    margin-left: 9px;
  }
}

.productInformationReview__title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .productInformationReview__title {
    font-size: 14px;
  }
}

.productInformationReview__author {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .productInformationReview__author {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .productSpecial__lead {
    padding: 0 18px 0;
  }
}

.productSpecial__inner {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .productSpecial__inner {
    margin: 0 0 0 0;
  }
}

.productSpecial__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1212px;
  margin: 0 -6px;
  padding: 24px 0 40px;
}

@media only screen and (max-width: 767px) {
  .productSpecial__btn {
    flex-wrap: wrap;
    margin: 0;
    padding: 24px 0 16px;
  }
}

.productSpecialItem {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(25% - 6px);
  height: 60px;
  margin: 0 6px;
  font-size: 16px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .productSpecialItem:hover {
    background-color: #F5F5F5;
    color: #003894;
    border: 2px solid #F5F5F5;
  }
}

@media print, (min-width: 768px) {
  .productSpecialItem {
    border: 2px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .productSpecialItem {
    width: 50%;
    height: 56px;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #EBEBEB;
    background-color: #ffffff;
  }
  .productSpecialItem:nth-child(odd) {
    border-right: 1px solid #EBEBEB;
  }
  .productSpecialItem:nth-child(-n+2) {
    border-top: 0;
  }
}

.productSpecialItem__inner {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .productSpecialItem__inner {
    text-align: center;
    white-space: normal;
  }
}

.productSpecialItem .icon-arrow-s {
  display: block;
  margin: 4px 0 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.productSpecialItem--icon {
  -webkit-box-align: end;
          align-items: flex-end;
}

.productSpecialItem--icon .icon-arrow-s {
  margin: 4px 0 4px 0;
}

@media only screen and (max-width: 767px) {
  .productSpecialItem--icon .icon-arrow-s {
    margin: 2px 0 4px 0;
  }
}

.productSpecialGenre {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre {
    margin: 0 0 16px 0;
    padding: 24px 18px 30px;
  }
}

.productSpecialGenre__inner {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__inner {
    margin: 0 0 0 0;
  }
}

.productSpecialGenre__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  padding: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__heading {
    padding: 0 0 16px;
    font-size: 22px;
  }
}

.productSpecialGenre__content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__content {
    margin: 0 0;
    width: auto;
  }
}

.productSpecialGenre__item {
  display: block;
}

@media print, (min-width: 768px) {
  .productSpecialGenre__item {
    width: calc(100% / 3 - 24px);
    margin: 0 12px 40px;
  }
  .productSpecialGenre__item:hover .productSpecialGenre__item__title {
    color: #003894;
    text-decoration: underline;
  }
  .productSpecialGenre__item:hover .productSpecialGenre__item__image {
    opacity: 0.65;
  }
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__item.--last {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 18px 0;
  }
  .productSpecialGenre__content .productSpecialGenre__item:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
  }
}

.productSpecialGenre__item__inner {
  display: -webkit-box;
  display: flex;
}

.productSpecialGenre__item__image {
  width: 32.81%;
  min-width: 32.81%;
}

@media print, (min-width: 768px) {
  .productSpecialGenre__item__image {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__item__image {
    width: 31.56%;
    min-width: 31.56%;
  }
  .productSpecialGenre__item__image img {
    width: 100%;
  }
}

.productSpecialGenre__item__text {
  margin: 0 0 0 16px;
}

.productSpecialGenre__item__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__item__title {
    font-size: 14px;
  }
}

.productSpecialGenre__item__lead {
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .productSpecialGenre__item__lead {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .productSpecial .btnList--cartFormBtn {
    margin: -22px 0 0;
    padding: 0 20px 48px;
  }
}

.logIn {
  background-color: #ffffff;
}

@media print, (min-width: 768px) {
  .logIn {
    padding: 30px 78px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .logIn {
    min-height: inherit;
    height: 100%;
    margin: 0 -18px;
    padding: 24px 18px 30px;
  }
}

.logIn__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .logIn__heading {
    margin: 0 0 16px;
    font-size: 22px;
  }
}

.logIn__heading2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .logIn__heading2 {
    font-size: 14px;
  }
}

.logIn__email, .logIn__pass {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.logIn__email + .logIn__heading2, .logIn__pass + .logIn__heading2 {
  margin-top: 24px;
}

.logIn__emailInput, .logIn__passInput {
  width: 100%;
}

.logIn__passInput {
  position: relative;
  margin-bottom: 24px;
}

.logIn__passInput__fieldIcon {
  position: absolute;
  right: 4px;
  top: 2px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 38px;
  background: url(/library/common/svg/display_eye_open.svg) no-repeat center center;
}

.logIn__passInput__fieldIcon.-active {
  background-image: url(/library/common/svg/display_eye_close.svg);
}

.edg .logIn__passInput__fieldIcon,
.ie .logIn__passInput__fieldIcon {
  display: none;
}

@media print, (min-width: 768px) {
  [data-whatinput="keyboard"] .logIn__passInput__fieldIcon:focus {
    outline: 2px solid #003894;
  }
}

.logIn__passInput .logIn__form {
  padding-right: 47px;
}

.logIn__passInput .logIn__form.-error {
  padding-right: 46px;
}

.edg .logIn__passInput .logIn__form,
.ie .logIn__passInput .logIn__form {
  padding-right: 11px;
}

.edg .logIn__passInput .logIn__form.-error,
.ie .logIn__passInput .logIn__form.-error {
  padding-right: 10px;
}

.logIn__form {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: #333333;
  font-size: 16px;
  border: solid 1px #CCC;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.logIn__form::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.logIn__form:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.logIn__form::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.logIn__form::placeholder {
  font-size: 16px;
  color: #999;
}

.logIn__form.-error {
  padding: 0 10px;
  border: solid 2px #E60009;
}

.logIn__Error__heading {
  color: #E60009;
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  font-size: 13px;
}

.logIn__Error__heading:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/alert.svg) no-repeat;
  background-size: 24px 24px;
}

.logIn__linkApps {
  color: #666666;
  font-size: 13px;
  margin: 16px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .logIn__linkApps {
    font-size: 12px;
  }
}

.logIn__forgetPass {
  margin: 24px 0 0 0;
}

.logIn__forgetPass a,
.logIn__textLink a {
  color: #003894;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .logIn__forgetPass a,
  .logIn__textLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .logIn__forgetPass a:hover,
  .logIn__textLink a:hover {
    opacity: .65;
  }
}

.logIn .text--regist {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .logIn .text--regist {
    margin: 0 0 24px 0;
  }
}

.logIn .icon-display_eye_close-dims,
.logIn .icon-display_eye_open-dims {
  display: block;
}

.service__inner {
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .service__inner {
    margin: 0 -18px 24px;
  }
}

.service__list {
  background-color: #ffffff;
}

.service__item:not(:first-child) {
  border-top: solid 1px #EBEBEB;
}

.service__item:last-child {
  border-bottom: solid 1px #EBEBEB;
}

.service__link {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 16px 24px;
  font-size: 16px;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .service__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .service__link:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .service__link {
    padding: 16px 42px 16px 18px;
  }
}

.service__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .service__link::after {
    right: 18px;
  }
}

@media print, (min-width: 768px) {
  .service__txt {
    padding-right: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .service__txt {
    padding-right: 12px;
  }
}

.service__badge {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 6px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 18px;
}

.service__badge::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #E60009;
  border-radius: 9px;
  z-index: -1;
}

.menberInfo__inner {
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .menberInfo__inner {
    margin: 0 -18px;
  }
}

.menberInfo__list {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .menberInfo__list {
    padding-bottom: 40px;
  }
}

.menberInfo__item:not(:first-child) {
  border-top: solid 1px #EBEBEB;
}

.menberInfo__item:last-child {
  border-bottom: solid 1px #EBEBEB;
}

.menberInfo__link {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 16px 24px;
  font-size: 16px;
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .menberInfo__link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .menberInfo__link:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .menberInfo__link {
    padding: 16px 42px 16px 18px;
  }
}

.menberInfo__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .menberInfo__link::after {
    right: 18px;
  }
}

@media print, (min-width: 768px) {
  .menberInfo__txt {
    padding-right: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .menberInfo__txt {
    padding-right: 12px;
  }
}

.menberInfo__badge {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 6px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 18px;
}

.menberInfo__badge::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #E60009;
  border-radius: 9px;
  z-index: -1;
}

.topMenuPoint__inner {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media print, (min-width: 768px) {
  .topMenuPoint__inner {
    min-height: 342px;
  }
}

.topMenuPoint__nameBlock {
  padding: 24px 24px 16px;
  background-color: #003894;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
}

@media print, (min-width: 768px) {
  .topMenuPoint__nameBlock {
    cursor: pointer;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .topMenuPoint__nameBlock {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topMenuPoint__nameBlock:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__nameBlock {
    padding: 16px 20px;
  }
}

.topMenuPoint__name {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 22px;
  font-weight: bold;
  padding-right: 35px;
}

.topMenuPoint__name > small {
  font-size: 14px;
  padding-left: 6px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__name > small {
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .topMenuPoint__name {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__name {
    font-size: 18px;
  }
}

.topMenuPoint__logout {
  font-size: 14px;
  padding: 5px 0;
  min-width: 53px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__logout {
    font-size: 12px;
  }
}

.topMenuPoint__listWrap {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__listWrap {
    padding: 12px 20px 24px;
  }
}

.topMenuPoint__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: solid 1px #EBEBEB;
}

@media print, (min-width: 768px) {
  .topMenuPoint__heading {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    cursor: pointer;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .topMenuPoint__heading {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topMenuPoint__heading:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__heading {
    padding-bottom: 8px;
  }
}

.topMenuPoint__available {
  font-size: 14px;
  line-height: 1.6;
}

.topMenuPoint__available span {
  display: inline-block;
}

.topMenuPoint__availableNum {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
  color: #E60009;
  padding-right: 18px;
  position: relative;
  font-size: 24px;
  line-height: 1.6;
}

.topMenuPoint__availableNum > small {
  padding-left: 3px;
  font-size: 16px;
}

.topMenuPoint__availableNum::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 12px;
  height: 12px;
  background: url(/library/common/svg/arrow-s.svg) no-repeat right center;
}

.topMenuPoint__detail {
  padding-top: 12px;
}

@media print, (min-width: 768px) {
  .topMenuPoint__detail {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

.topMenuPoint__listItem:not(:first-child) {
  padding-top: 16px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__listItem:not(:first-child) {
    padding-top: 12px;
  }
}

.topMenuPoint__listItem__txtBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.topMenuPoint__listItem__txt {
  font-size: 14px;
  line-height: 1.6;
}

.topMenuPoint__listItem__num {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: bold;
  line-height: 1.7;
}

.topMenuPoint__listItem__num > small {
  padding-left: 3px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__listItem__num > small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__listItem__num {
    font-size: 16px;
  }
}

.topMenuPoint__listItem__term {
  color: #666666;
  font-size: 13px;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .topMenuPoint__listItem__term {
    font-size: 12px;
  }
}

.topMenuContents__historyWrap {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media print, (min-width: 768px) {
  .topMenuContents__historyWrap {
    display: -webkit-box;
    display: flex;
    padding: 16px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__historyWrap {
    margin-top: 16px;
    padding: 16px 0 24px;
  }
}

.topMenuContents__allHistory {
  padding-right: 24px;
}

@media print, (min-width: 768px) {
  .topMenuContents__allHistory {
    width: 32%;
    border-right: solid 1px #EBEBEB;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .topMenuContents__allHistory {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topMenuContents__allHistory:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__allHistory {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 20px;
    padding-bottom: 12px;
    border-bottom: solid 1px #EBEBEB;
  }
  .topMenuContents__allHistory::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    margin-top: -6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/library/common/svg/arrow.svg) no-repeat right center;
  }
}

.topMenuContents__allHistory__txt {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .topMenuContents__allHistory__txt {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__allHistory__txt {
    display: inline-block;
    padding: 0 12px 0 16px;
  }
}

@media print, (min-width: 768px) {
  .topMenuContents__allHistory__img {
    display: block;
    margin: 8px auto;
    width: 36px;
    height: 36px;
  }
}

.topMenuContents__lateHistory {
  position: relative;
}

@media print, (min-width: 768px) {
  .topMenuContents__lateHistory {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 24px;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .topMenuContents__lateHistory {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topMenuContents__lateHistory:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__lateHistory {
    display: block;
    padding: 0 20px;
  }
}

.topMenuContents__lateHistory::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .topMenuContents__lateHistory::after {
    right: 20px;
  }
}

@media print, (min-width: 768px) {
  .topMenuContents__lateHistory--false {
    -webkit-box-align: inherit;
            align-items: inherit;
    padding-top: 8px;
  }
}

.topMenuContents__lateHistory--false::after {
  content: none;
}

.topMenuContents__lateHistory__detail {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .topMenuContents__lateHistory__detail {
    padding-top: 16px;
    width: 88%;
  }
}

.topMenuContents__lateHistory__num {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  padding-top: 8px;
}

.topMenuContents__lateHistory__date {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  padding-top: 4px;
}

.topMenuContents__lateHistory__status {
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .topMenuContents__lateHistory__status {
    -webkit-box-flex: 1;
            flex: 1;
    text-align: right;
    padding-right: 36px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__lateHistory__status {
    padding-top: 4px;
  }
}

.topMenuContents__itemWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .topMenuContents__itemWrap {
    margin: 0 -6px;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__itemWrap {
    margin: 0 -4.5px 40px;
  }
}

.topMenuContents__items {
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media print, (min-width: 768px) {
  .topMenuContents__items {
    width: calc(100%/3 - 12px);
    margin: 16px 6px 0;
    padding: 16px 24px;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .topMenuContents__items {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .topMenuContents__items:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .topMenuContents__items {
    width: calc(100%/2 - 9px);
    margin: 16px 4.5px 0;
    padding: 12px 8px;
  }
}

.topMenuContents__items__iconWrap {
  display: inline-block;
}

.topMenuContents__items__iconWrap.-badge {
  position: relative;
}

.topMenuContents__items__iconWrap.-badge::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #E60009;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .topMenuContents__items__iconWrap.-badge::after {
    right: -6px;
  }
}

@media print, (min-width: 768px) {
  .topMenuContents__items__icon {
    width: 36px;
    height: 36px;
  }
}

.topMenuContents__items__txt {
  padding-top: 8px;
  font-weight: bold;
}

.productPoint_classification {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #EBEBEB;
  margin-bottom: 60px;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 -18px 16px;
    background-color: #ffffff;
    border: none;
    padding: 16px 18px 24px;
  }
}

.productPoint_classification__col {
  width: calc(50%);
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__col {
    width: 100%;
    margin-bottom: 4px;
  }
}

.productPoint_classification__col.-borderBottom {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.productPoint_classification__history {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__history {
    padding-left: 0;
    margin-bottom: 12px;
  }
}

.productPoint_classification__history .history__item:first-child {
  margin-right: 20px;
}

.productPoint_classification__history .history__txt {
  font-size: 14px;
}

.productPoint_classification__history .history__couponPeriod {
  color: #666666;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__history .history__couponPeriod {
    font-size: 12px;
  }
}

.productPoint_classification__history .history__num {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__history .history__num {
    font-size: 16px;
    font-weight: bold;
  }
}

.productPoint_classification__history .history__abbrev {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__history .history__abbrev {
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
  }
}

.productPoint_classification__available {
  padding-right: 24px;
  border-right: 1px solid #EBEBEB;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available {
    padding-right: 0;
    border-right: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

.productPoint_classification__available:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 40px;
  border-color: rgba(235, 235, 235, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-top: -12px;
  margin-right: 1px;
  border-right-color: #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available:before {
    display: none;
  }
}

.productPoint_classification__available:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 40px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-top: -12px;
  border-right-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available:after {
    display: none;
  }
}

.productPoint_classification__available .available__total {
  text-align: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__total {
    text-align: left;
    margin-bottom: 0;
  }
}

.productPoint_classification__available .available__info {
  color: #666666;
  font-size: 13px;
}

.productPoint_classification__available .available__title {
  display: table;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__title {
    display: block;
    font-size: 14px;
    text-align: left;
    max-width: inherit;
    margin: 0;
    padding-left: 30px;
  }
}

.productPoint_classification__available .available__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/point.svg) no-repeat;
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__title:before {
    top: -2px;
  }
}

.productPoint_classification__available .available__scheduled {
  padding: 12px 16px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__scheduled {
    width: 100%;
    padding: 12px 20px;
  }
}

.productPoint_classification__available .available__txt {
  font-weight: bold;
  font-size: 14px;
}

.productPoint_classification__available .available__couponPeriod {
  color: #666666;
  font-size: 13px;
}

.productPoint_classification__available .available__num {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__num {
    font-size: 24px;
    font-weight: bold;
  }
}

.productPoint_classification__available .available__abbrev {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  font-size: 20px;
  font-weight: bold;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__abbrev {
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
  }
}

.productPoint_classification__available .available__acquired {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.productPoint_classification__available .available__acquired__txt {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
}

.productPoint_classification__available .available__acquired__txt:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/point-calender.svg) no-repeat;
  background-size: 24px 24px;
}

.productPoint_classification__available .available__acquired__txt--message {
  font-size: 14px;
}

.productPoint_classification__available .available__acquired__num {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__acquired__num {
    font-size: 16px;
    font-weight: bold;
  }
}

.productPoint_classification__available .available__acquired__abbrev {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #E60009;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .productPoint_classification__available .available__acquired__abbrev {
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .productPoint .btnList {
    margin-right: 18px;
    margin-left: 18px;
  }
}

@media print, (min-width: 768px) {
  .Point__tab {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .Point__tab {
    position: relative;
    background-color: #ffffff;
    margin: 0 -18px;
    padding-bottom: 6px;
  }
}

.Point__tab__link {
  text-align: center;
}

.Point__tab__link a {
  padding-left: 16px;
  font-size: 16px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .Point__tab__link a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .Point__tab__link a:hover {
    opacity: .65;
  }
}

.Point__tabList {
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
  padding: 0 8px;
  border-bottom: solid 1px #EBEBEB;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  .Point__tabList {
    padding: 0 0 0 0;
  }
}

.Point__tabListItem {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .Point__tabListItem {
    width: 50%;
    white-space: normal;
    margin-right: 0;
  }
}

.Point__tabListLink {
  display: inline-block;
  color: #666666;
  font-weight: bold;
  padding: 0 8px 8px;
  border-bottom: solid 3px transparent;
}

@media only screen and (max-width: 767px) {
  .Point__tabListLink {
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
  }
}

.Point__tabListLink.-current {
  color: #003894;
  border-bottom-color: #003894;
}

.Point__tabContent {
  display: none;
  opacity: 0;
  -webkit-transition: ease-in-out .4s;
  transition: ease-in-out .4s;
}

.Point__tabContent.-current {
  display: block;
}

.Point__tabContent.-show {
  opacity: 1;
}

.Point__more {
  font-size: 14px;
  text-align: right;
}

@media print, (min-width: 768px) {
  .Point__more .link {
    position: relative;
    display: inline-block;
    top: -8px;
    z-index: 12;
  }
}

@media only screen and (max-width: 767px) {
  .Point__more {
    margin: 6px 18px;
  }
}

.pointIndex {
  margin: 0 0;
}

@media only screen and (max-width: 767px) {
  .pointIndex {
    margin: 0 18px;
  }
}

.pointIndexWrap {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 100%;
}

.pointIndex__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 16px;
  padding-bottom: 11px;
}

.pointIndexWrap {
  display: -webkit-inline-box;
  display: inline-flex;
}

.pointIndex__icon {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .pointIndex__icon {
    margin-right: 9px;
    min-width: 58px;
  }
}

.pointIndex__txt {
  color: #666666;
  font-size: 13px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .pointIndex__txt {
    font-size: 12px;
  }
}

.pointIndex__txt--message {
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .pointIndex__txt--message {
    padding: 8px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pointIndex__txt--message {
    padding: 8px 0 36px;
  }
}

.pointIndex__txtWrap {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.pointIndex__txtWrap--inner {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.pointIndex__txt--large {
  font-size: 16px;
  margin: 4px 4px 4px 0;
}

@media only screen and (max-width: 767px) {
  .pointIndex__txt--large {
    font-size: 14px;
  }
}

.pointIndex__acquired__item {
  color: #E60009;
  font-weight: bold;
  margin: 4px 0;
}

.pointIndex__acquired__item-minus {
  color: #333333;
  font-weight: bold;
  margin: 4px 0;
}

.pointIndex__acquired__num {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
}

.pointIndex__acquired__abbrev {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .pointIndex__acquired__abbrev {
    font-size: 12px;
  }
}

.entry {
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .entry {
    padding: 40px 78px 50px;
  }
  .memDelete .entry {
    padding: 40px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .entry {
    margin: 0 -18px;
    padding: 24px 18px 40px;
  }
}

.entry .formBlock {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .entry .formBlock {
    padding: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .entry .formBlock th {
    width: 228px;
    max-width: 228px;
    padding: 0 24px 24px 0;
    vertical-align: middle;
  }
  .entry .formBlock th.-error {
    padding-bottom: 48px;
  }
}

.entry .formBlock__table {
  max-width: 714px;
}

.entry__check {
  font-size: 14px;
  margin-bottom: 30px;
}

.memDelete .entry__check {
  text-align: center;
}

.entry__check__checkbox {
  margin-top: 16px;
}

.entry__check__lead {
  margin-bottom: 16px;
}

.entry__check__link {
  margin-bottom: 12px;
}

@media print, (min-width: 768px) {
  .entry__check__memDelete {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .entry__check__memDelete {
    margin-top: 8px;
  }
}

.entry__check .checkbox__txt {
  vertical-align: -1px;
}

@media print, (min-width: 768px) {
  .entry__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .entry__btns .btn {
    flex-basis: 240px;
    margin: 0 6px;
  }
  .entry__btns .btn--orange {
    flex-basis: 384px;
  }
  .entry__btns .btn--blue {
    flex-basis: 384px;
  }
}

@media only screen and (max-width: 767px) {
  .entry__btns {
    margin: 0 20px;
  }
  .entry__btns .btn--orange,
  .entry__btns .btn--blue {
    margin-bottom: 16px;
  }
}

.entry {
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .entry {
    padding: 40px 78px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .entry {
    margin: 0 -18px;
    padding: 24px 36px 40px;
  }
}

.entryFinish__ttl {
  margin-bottom: 16px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .entryFinish__ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
  }
}

.entryFinish__txt {
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .entryFinish__txt {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .entryFinish__txt {
    margin-bottom: 24px;
  }
}

.entryFinish__btn {
  text-align: center;
  margin: 0 20px;
}

.entryFinish__btn + .entryFinish__btn {
  padding-top: 16px;
}

.entryCheck__wrap {
  margin-bottom: 24px;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .entryCheck__wrap {
    display: -webkit-box;
    display: flex;
  }
}

.entryCheck__label {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .entryCheck__label {
    width: 24%;
    margin-right: 24px;
  }
}

@media print, (min-width: 768px) {
  .entryCheck__txt {
    width: calc(100% - 24% - 24px);
  }
}

@media only screen and (max-width: 767px) {
  .entryCheck__txt {
    padding-top: 8px;
  }
}

.entryCheck__btnWrap {
  margin: 30px auto 0;
  padding: 0 20px;
}

@media print, (min-width: 768px) {
  .entryCheck__btnWrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.entryCheck__btn {
  width: 100%;
}

@media print, (min-width: 768px) {
  .entryCheck__btn {
    margin: 0 6px;
  }
  .entryCheck__btn:nth-child(1) {
    max-width: 384px;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .entryCheck__btn:nth-child(2) {
    max-width: 240px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .entryCheck__btn + .entryCheck__btn {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon {
    margin: 0 -18px;
    padding: 0 18px 30px;
    background: #ffffff;
  }
}

.myCoupon__total {
  font-size: 14px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .myCoupon__total {
    padding-top: 16px;
  }
}

.myCoupon__list {
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
  border-top: solid 1px #EBEBEB;
}

.myCoupon__list:last-child {
  border-bottom: solid 1px #EBEBEB;
}

@media print, (min-width: 768px) {
  .myCoupon__imgBlock {
    width: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__imgBlock {
    width: 31.5%;
  }
}

.myCoupon__imgBlock__img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .myCoupon__txtBlock {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-basis: calc(100% - 16% - 24px);
    max-width: calc(100% - 16% - 24px);
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__txtBlock {
    margin-left: 16px;
    flex-basis: calc(100% - 31.5% - 16px);
    max-width: calc(100% - 31.5% - 16px);
  }
}

@media print, (min-width: 768px) {
  .myCoupon__linkBox {
    max-width: 414px;
  }
}

.myCoupon__linkBox__txt {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .myCoupon__linkBox__txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__linkBox__txt {
    font-size: 16px;
  }
}

.myCoupon__linkBox__term {
  color: #666666;
}

@media print, (min-width: 768px) {
  .myCoupon__linkBox__term {
    margin-top: 8px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__linkBox__term {
    margin-top: 4px;
    font-size: 12px;
  }
}

.myCoupon__linkBox__detail {
  margin-top: 12px;
  font-size: 14px;
}

.myCoupon__btnBox {
  flex-basis: 168px;
  max-width: 168px;
}

@media only screen and (max-width: 767px) {
  .myCoupon__btnBox {
    margin-top: 16px;
    flex-basis: 100%;
    max-width: none;
  }
}

.myCoupon__btnBox__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  font-size: 14px;
  color: #003894;
  text-align: center;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .myCoupon__btnBox__btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .myCoupon__btnBox__btn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .myCoupon__btnBox__btn:hover {
    opacity: .65;
  }
}

.myCoupon__btnBox__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 36px;
}

.myCoupon__txt {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .myCoupon__txt {
    padding-top: 24px;
  }
}

@media print, (min-width: 768px) {
  .myCoupon__btnList {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__btnList {
    margin-top: 24px;
  }
}

@media print, (min-width: 768px) {
  .myCoupon__btnList--noCoupon {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .myCoupon__btnList--noCoupon {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .memDelete__inner {
    background-color: #ffffff;
    margin: 0 -18px 0;
    padding: 20px 18px 0;
  }
}

.memDelete__bg--note {
  margin-top: 24px;
  padding: 16px 30px 24px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .memDelete__bg--note {
    padding: 16px 20px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .memDelete__pageError {
    padding: 0 18px;
  }
}

.memDelete__pageError__heading {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #E60009;
}

.memDelete__pageError__heading:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/alert.svg) no-repeat;
  background-size: 24px 24px;
}

.memDelete__txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.memDelete__txt--bold {
  font-size: 14px;
  font-weight: bold;
}

.memDelete__list, .memDelete__list--note {
  margin: 16px 0 0;
}

.memDelete__list li, .memDelete__list--note li {
  font-size: 14px;
  position: relative;
  padding-left: 12px;
  padding-bottom: 12px;
}

.memDelete__list li:last-child, .memDelete__list--note li:last-child {
  padding-bottom: 0;
}

.memDelete__list li:before, .memDelete__list--note li:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 9px;
}

.memDelete__list--note {
  color: #666666;
}

.memDelete__list--note li {
  padding-bottom: 8px;
}

@media print, (min-width: 768px) {
  .memDelete__list--note li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .memDelete__list--note li {
    font-size: 12px;
  }
}

.memDelete__list--note li:before {
  color: #666666;
}

.memDelete__entry {
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .memDelete__entry {
    margin: 0 -18px 0;
    padding: 24px 18px 0;
  }
}

@media only screen and (max-width: 767px) {
  .memDelete__entry {
    margin: 0 -18px;
    padding: 24px 18px 30px;
  }
}

.withdrawal {
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .withdrawal {
    padding: 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .withdrawal {
    margin: 0 -18px;
    padding: 24px 18px 0;
  }
}

.withdrawalFinish__ttl {
  margin: 0 0 16px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .withdrawalFinish__ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .withdrawalFinish__ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
  }
}

.withdrawalFinish__txt {
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .withdrawalFinish__txt {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .withdrawalFinish__txt {
    margin-bottom: 24px;
  }
}

.withdrawalFinish__btn {
  text-align: center;
}

.withdrawalFinish__btn + .withdrawalFinish__btn {
  padding-top: 16px;
}

.productInquiry_history {
  background-color: #ffffff;
  margin: 16px 0 0;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history {
    margin: 16px -18px 0;
  }
}

.productInquiry_history__txt {
  font-size: 14px;
  line-height: 1.6;
}

.productInquiry_history__Index {
  margin: 0 0;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index {
    margin: 0 0;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .productInquiry_history__Index a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productInquiry_history__Index a:hover {
    opacity: .65;
  }
}

.productInquiry_history__Index__inner {
  display: block;
  position: relative;
  border-top: solid 1px #EBEBEB;
  padding: 16px 0;
}

@media print, (min-width: 768px) {
  .productInquiry_history__Index__inner {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__inner {
    padding: 16px 60px 16px 18px;
  }
}

.productInquiry_history__Index__inner:last-child {
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 16px;
}

.productInquiry_history__Index__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__inner:after {
    right: 18px;
  }
}

.productInquiry_history__Index__inner .txtWrap {
  padding-left: 1em;
}

.productInquiry_history__Index__txt {
  color: #666666;
  font-size: 13px;
  margin-bottom: 4px;
}

.productInquiry_history__Index__txt:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__txt {
    font-size: 12px;
  }
}

.productInquiry_history__Index__txt--large {
  font-size: 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .productInquiry_history__Index__txt--large {
    max-height: 66px;
    -webkit-line-clamp: 1;
  }
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__txt--large {
    font-size: 16px;
    -webkit-line-clamp: 1;
    max-height: 86px;
  }
}

.productInquiry_history__Index__txt--large--txt-bold {
  font-weight: bold;
  margin-bottom: 8px;
}

@media print, (min-width: 768px) {
  .productInquiry_history__Index__txt--large--txt-bold {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__txt--large--txt-bold {
    font-size: 16px;
  }
}

.productInquiry_history__Index__list {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.productInquiry_history__Index__list.--listcolumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.productInquiry_history__Index__list.--listcolumn > li:not(:last-child) {
  margin-bottom: 4px;
}

.productInquiry_history__Index__list li {
  min-width: 204px;
}

.productInquiry_history__Index__list li:first-child {
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history__Index__list li:first-child {
    margin-right: 0;
  }
}

.productInquiry_history--details {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history--details {
    margin: 16px -18px 0;
  }
}

@media print, (min-width: 768px) {
  .productInquiry_history--details .productInquiry_history__Index__inner {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .productInquiry_history--details .productInquiry_history__Index__inner {
    padding: 16px 18px 16px 18px;
  }
}

.productInquiry_history--details .productInquiry_history__Index__inner:after {
  display: none;
}

.productInquiry_history--details .productInquiry_history__Index__inner:first-child {
  padding: 0 0 24px;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history--details .productInquiry_history__Index__inner:first-child {
    padding: 16px 18px;
  }
}

.productInquiry_history--details .productInquiry_history__Index__inner:last-child {
  border-bottom: none;
  padding: 24px 0 16px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .productInquiry_history--details .productInquiry_history__Index__inner:last-child {
    padding: 16px 18px 16px;
    margin-bottom: 8px;
  }
}

@media print, (min-width: 768px) {
  .cartItems {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .cartItems {
    margin: 0 -18px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .cartEmpty {
    background: #ffffff;
    margin: 0 -18px;
    padding: 24px 18px 0;
  }
}

.cartEmpty__heading {
  margin: 0 0 24px;
  font-size: 16px;
}

.cartEmpty__list {
  margin: 0;
  padding: 0 0 48px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .cartEmpty__list {
    padding-bottom: 32px;
  }
}

.cartEmpty__list li {
  font-size: 13px;
  color: #666;
}

@media only screen and (max-width: 767px) {
  .cartError {
    padding: 0 18px;
  }
}

.cartError__heading {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  font-size: 14px;
}

.cartError__heading:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/info.svg) no-repeat;
  background-size: 24px 24px;
}

.cartError--info .cartError__heading {
  color: #666666;
  font-size: 13px;
}

.cartError--info .cartError__heading:before {
  background-image: url(/library/common/svg/info.svg);
}

@media only screen and (max-width: 767px) {
  .cartError--info .cartError__heading:before {
    top: -3px;
  }
}

.cartError--alert .cartError__heading {
  color: #E60009;
}

.cartError--alert .cartError__heading:before {
  top: -1px;
  background-image: url(/library/common/svg/alert.svg);
}

.cartError--coupon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.cartError--coupon a {
  display: block;
  margin: 0 0 16px 8px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .cartError--coupon a {
    font-size: 13px;
    text-decoration: underline;
  }
}

@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .cartError--coupon a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartError--coupon a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cartError--coupon a {
    margin-left: auto;
    font-size: 12px;
  }
}

.cartError--coupon .cartError__heading {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .cartError--coupon .cartError__heading {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .cartError--coupon .cartError__heading:before {
    top: -2px;
  }
}

.cartSetItems {
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .cartSetItems {
    margin: 0 18px;
  }
}

@media only screen and (max-width: 767px) {
  .cartSetItems + .cartItem .cartItem__inner {
    border-top: none;
  }
}

.cartSetItems__heading {
  position: relative;
  padding: 16px 24px;
  background: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .cartSetItems__heading {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartSetItems__heading:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cartSetItems__heading {
    padding: 15px 18px;
  }
}

.cartSetItems__heading:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .cartSetItems__heading:before {
    right: 18px;
  }
}

.cartSetItems__heading.-active:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.cartSetItems__list {
  display: none;
}

@media print, (min-width: 768px) {
  .cartTopBottom {
    margin: 0 0 10px;
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .cartTopBottom {
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px;
    background: #ffffff;
  }
}

.cartTopBottom .cartPurchase {
  margin-bottom: 0;
}

.cartTopBottom .cartPurchase__inner {
  padding-bottom: 0;
}

.cartTopBottom__deleteLink {
  padding: 16px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cartTopBottom__deleteLink {
    padding: 24px 0;
    text-align: center;
  }
}

.cartTopBottom__deleteLink a {
  font-size: 16px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .cartTopBottom__deleteLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartTopBottom__deleteLink a:hover {
    opacity: .65;
  }
}

.cartTopBottom__notes {
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .cartTopBottom__notes {
    margin: 0 0 32px;
  }
}

.cartTopBottom__notes li {
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .cartTopBottom .cartBuyLater {
    padding-top: 42px;
  }
}

.cartTopBottom__notesInfo {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 28px;
  font-size: 13px;
  color: #666666;
}

.cartTopBottom__notesInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/info.svg) no-repeat;
  background-size: 24px 24px;
}

.cartTopBottom__backLink {
  display: block;
  border-top: 1px solid #EBEBEB;
}

@media print, (min-width: 768px) {
  .cartTopBottom__backLink:first-child {
    border-top: none;
  }
}

@media print, (min-width: 768px) {
  .cartTopBottom__backLink {
    padding: 12px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .cartTopBottom__backLink {
    margin: 0 -18px;
    padding: 0 18px;
  }
}

.cartTopBottom__backLink a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .cartTopBottom__backLink a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cartTopBottom__backLink a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .cartTopBottom__backLink a {
    padding: 16px 0 16px 32px;
  }
}

.cartTopBottom__backLink a:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cartBuyLater__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  padding: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cartBuyLater__heading {
    padding: 0 0 16px;
    font-size: 22px;
  }
  .cartBuyLater__heading:before {
    content: "";
    position: absolute;
    top: -42px;
    left: -18px;
    right: -18px;
    height: 16px;
    background: #F5F5F5;
  }
  .mainContent__complete .cartBuyLater__heading:before {
    content: none;
  }
}

.cartBuyLater__btn {
  padding: 24px 20px 0;
  text-align: center;
}

.cartBuyLater .cartItem:first-of-type .cartItem__inner {
  border-top: 1px solid #EBEBEB;
}

.cartBuyLater .cartItem:last-child .cartItem__inner {
  border-bottom: none;
}

.cartBuyLater .cartItem:last-child .cartSetItems {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .cartBuyLater .cartSetItems {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cartBuyLater .cartItem__inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.mainContent__complete .cartBuyLater {
  max-width: 792px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .mainContent__complete .cartBuyLater {
    margin-bottom: 50px;
    padding: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryItems {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryItems {
    margin: 0 -18px;
    padding-top: 12px;
    background: #ffffff;
  }
}

.orderHistoryEmpty {
  margin: 0 0 24px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .orderHistoryEmpty {
    margin: 0 -18px;
    padding: 24px 18px 16px;
    background: #ffffff;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryEmpty + .orderHistoryBottom {
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock {
    margin: 0 -18px;
    background: #ffffff;
  }
}

.orderHistoryBlock__inner {
  padding: 0 0 24px;
  border-bottom: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__inner {
    margin: 0 18px;
    padding: 16px 0;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryBlock:first-child .orderHistoryBlock__inner {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock:first-child .orderHistoryBlock__inner {
    padding-top: 24px;
  }
}

.orderHistoryBlock li {
  font-size: 14px;
  line-height: 1.6;
}

.orderHistoryBlock__help {
  display: inline-block;
  margin: -2px 0 0 4px;
  vertical-align: top;
}

.orderHistoryBlock__number {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.orderHistoryBlock__date {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__date {
    margin-bottom: 12px;
  }
}

.orderHistoryBlock__date:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__date:last-child {
    margin-bottom: 0;
  }
}

.orderHistoryBlock__cancel {
  font-size: 14px;
  font-weight: bold;
}

.orderHistoryBlock__heading {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__heading {
    font-size: 14px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryBlock__row {
    display: -webkit-box;
    display: flex;
  }
}

.orderHistoryBlock__row > div {
  position: relative;
}

@media print, (min-width: 768px) {
  .orderHistoryBlock__row > div {
    width: calc(50% - 12px);
  }
  .orderHistoryBlock__row > div:first-child {
    margin-right: 12px;
  }
  .orderHistoryBlock__row > div:last-child {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__row > div:nth-child(n+2) {
    margin-top: 16px;
  }
}

.orderHistoryBlock__edit {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 auto;
  padding: 0 14px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .orderHistoryBlock__edit {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryBlock__edit:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .safari .orderHistoryBlock__edit {
    line-height: 22px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__edit {
    font-size: 12px;
  }
}

.orderHistoryBlock__edit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003894;
  border-radius: 24px;
}

@media print, (min-width: 768px) {
  .orderHistoryBlock--address .orderHistoryBlock__inner {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--address .orderHistoryBlock__inner {
    padding-bottom: 30px;
    border-bottom: none;
  }
}

.orderHistoryBlock--storeAddress .orderHistoryBlock__inner {
  border-bottom: none;
}

@media print, (min-width: 768px) {
  .orderHistoryBlock--storeAddress .orderHistoryBlock__inner {
    padding-top: 16px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryBlock--cancel .orderHistoryBlock__inner {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--cancel .orderHistoryBlock__inner {
    border-bottom: none;
  }
}

.orderHistoryBlock + .orderHistoryBlock--deliveryStatus .orderHistoryBlock__inner {
  padding-top: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock + .orderHistoryBlock--deliveryStatus .orderHistoryBlock__inner {
    padding-bottom: 32px;
  }
}

.orderHistoryDetail .orderHistoryBlock--deliveryStatus .orderHistoryBlock__inner {
  border-bottom: none;
  padding-bottom: 16px;
}

.orderHistoryBlock--deliveryStatus + .orderHistoryDetail__inner {
  border-top: none;
}

.orderHistoryBlock--btnList {
  margin: 24px 0 30px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--btnList {
    margin: 0 -18px;
  }
  .orderHistoryBlock--address + .orderHistoryBlock--btnList {
    margin-top: -6px;
  }
}

.orderHistoryBlock--btnList .orderHistoryBlock__inner {
  padding: 0 20px;
  border-bottom: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--btnList .orderHistoryBlock__inner {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

.orderHistoryBlock--btnList .orderHistoryBlock__inner ul + p {
  margin: 24px -20px 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock + .orderHistoryBlock--btnList .orderHistoryBlock__inner {
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock + .orderHistoryBlock--btnList .orderHistoryBlock__inner {
    padding-top: 0;
  }
}

.orderHistoryBlock__txt {
  font-size: 14px;
  line-height: 1.6;
}

.orderHistoryBlock__partTxt {
  margin: 24px 0 -14px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock__partTxt {
    margin: 0 18px;
    padding-bottom: 16px;
  }
}

.orderHistoryDetail {
  margin: 50px 0 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail {
    margin: 24px 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail .orderHistoryBlock--btnList .orderHistoryBlock__inner {
    padding-bottom: 24px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryDetail__inner {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__inner {
    margin: 0 -18px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--btnList + .orderHistoryDetail__inner .cartItem:first-child {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBlock--btnList + .orderHistoryDetail__inner .cartItem:first-child .cartItem__inner {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading2 + .orderHistoryDetail__inner .cartItem:first-child {
    padding-top: 0;
  }
  .orderHistoryDetail__heading2 + .orderHistoryDetail__inner .cartItem:first-child .cartItem__inner {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__inner--spBorderBottom {
    padding-bottom: 24px;
    margin-bottom: 16px;
    background: #ffffff;
  }
  .orderHistoryDetail__inner--spBorderBottom .cartItem__inner:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__inner .cartItem:first-child {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__inner .cartItem:last-child {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__inner--spBorderBottom + .orderHistoryDetail__heading2 {
    padding-top: 24px;
  }
}

.orderHistoryDetail__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading {
    margin: 0 0 16px;
    font-size: 22px;
  }
}

.orderHistoryDetail__heading2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.385;
  margin: 40px 0 16px;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading2 {
    line-height: 27px;
    margin: 0 -18px;
    padding: 32px 18px 16px;
    background: #ffffff;
    font-size: 20px;
  }
}

.orderHistoryDetail__heading2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 14px;
}

.orderHistoryDetail__heading2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 3px;
  background-color: #003894;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading2 span:before {
    width: 5px;
  }
}

.orderHistoryDetail__heading2 + .orderHistoryBlock--deliveryStatus .orderHistoryBlock__inner {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading2 + .orderHistoryBlock--deliveryStatus .orderHistoryBlock__inner {
    padding-bottom: 0;
  }
}

.orderHistoryDetail__heading + .orderHistoryDetail__heading2 {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryDetail__heading + .orderHistoryDetail__heading2 {
    margin-top: 0;
    padding-top: 24px;
  }
}

.orderHistoryBottom {
  margin: 0 0 24px;
  padding: 0;
}

@media print, (min-width: 768px) {
  .orderHistoryBottom {
    border-top: 1px solid #EBEBEB;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBottom {
    margin: 0 -18px;
    padding: 16px 18px 40px;
    background: #ffffff;
  }
}

.orderHistoryBottom__viewNext {
  margin: 0;
  padding: 16px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBottom__viewNext {
    padding-top: 0;
  }
}

.orderHistoryBottom__viewNext a {
  font-size: 16px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .orderHistoryBottom__viewNext a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryBottom__viewNext a:hover {
    opacity: .65;
  }
}

.orderHistoryBottom__viewMore {
  margin: 0 0 30px;
  padding: 16px 0 0;
}

@media only screen and (max-width: 767px) {
  .orderHistoryBottom__viewMore {
    margin-bottom: 24px;
  }
}

.orderHistoryBottom__viewMore:first-child {
  padding-top: 0;
}

.orderHistoryBottom__viewMore a {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .orderHistoryBottom__viewMore a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryBottom__viewMore a:hover {
    opacity: .65;
  }
}

.orderHistoryBottom__viewMore a:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 12px;
  height: 12px;
  background: center center url(/library/common/svg/arrow-s.svg) no-repeat;
  background-size: 12px 12px;
}

.orderHistoryBottom__viewNext + .orderHistoryBottom__viewMore {
  border-top: 1px solid #EBEBEB;
}

.orderHistoryBottom__linkList {
  margin: 24px 0 0;
  padding: 0 20px;
  text-align: center;
}

.orderHistoryBottom__linkList:first-child {
  margin-top: 0;
}

@media print, (min-width: 768px) {
  .orderHistoryBottom__linkList:first-child {
    margin-top: 30px;
  }
}

.orderHistoryBottom__linkList li + li {
  margin-top: 16px;
}

.orderHistoryPurchase + .orderHistoryBottom__linkList {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryPurchase + .orderHistoryBottom__linkList {
    margin-top: 24px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryBottom .orderHistoryPurchase {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryBottom--simple {
    margin-top: -16px;
    padding-top: 0;
  }
  .orderHistoryBottom--simple .orderHistoryPurchase {
    border-top: solid 1px #EBEBEB;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .orderHistoryPurchase {
    position: relative;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryPurchase__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.orderHistoryPurchase__inner .orderHistoryPurchase__block:nth-child(1) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.orderHistoryPurchase__inner .orderHistoryPurchase__block:nth-child(2) {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media only screen and (max-width: 767px) {
  .orderHistoryPurchase__inner .orderHistoryPurchase__block:nth-child(2) {
    margin-top: 16px;
  }
}

@media print, (min-width: 768px) {
  .orderHistoryPurchase__block {
    width: calc(50% - 14px);
  }
}

.orderHistoryPurchase__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 1px solid #EBEBEB;
}

.orderHistoryPurchase__total {
  font-size: 18px;
  font-weight: bold;
}

.orderHistoryPurchase__totalPrice {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E60009;
}

.orderHistoryPurchase__list + .orderHistoryPurchase__list {
  margin-top: 12px;
}

.orderHistoryPurchase__list--gray {
  background: #F5F5F5;
  padding: 10px 15px;
}

.orderHistoryPurchase__listItem {
  display: -webkit-box;
  display: flex;
}

.orderHistoryPurchase__listItem > div {
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}

.orderHistoryPurchase__listItem > div:nth-child(2) {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: right;
}

.orderHistoryPurchase__listItem--txtS > div {
  font-size: 12px;
  color: #666666;
}

.orderHistoryPurchase__listInfo {
  margin: 0 0 0 4px;
}

.orderHistoryPurchase__listInfo img {
  margin-top: -2px;
  vertical-align: middle;
}

.orderHistoryPurchase__link {
  margin: 16px 0;
}

.orderHistoryPurchase__link:first-child {
  margin-top: 0;
}

.orderHistoryPurchase__link:last-child {
  margin-bottom: 0;
}

.orderHistoryPurchase__link a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  font-size: 14px;
  color: #003894;
}

@media print, (min-width: 768px) {
  .orderHistoryPurchase__link a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .orderHistoryPurchase__link a:hover {
    opacity: .65;
  }
}

.orderHistoryPurchase__link a:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 12px;
  height: 12px;
  background: center center url(/library/common/svg/arrow-s.svg) no-repeat;
  background-size: 12px 12px;
}

@media only screen and (max-width: 767px) {
  .orderHistoryPurchase__link a:before {
    top: 2px;
  }
}

.recommend {
  background: #F5F5F5;
}

@media print, (min-width: 768px) {
  .recommend {
    min-width: 1280px;
  }
}

.recommend:last-of-type {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .recommend:last-of-type {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__category .recommend:last-of-type {
    padding-bottom: 0;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col1 .recommend {
    min-width: inherit;
    position: relative;
  }
  .mainContent__col1 .recommend::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    z-index: 0;
    margin-left: -50vw;
    background: #F5F5F5;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .mainContent__col1 .recommend {
    left: -84px;
    width: 1280px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__col1 .recommend {
    margin: 0;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .recommend {
    min-width: inherit;
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__category .recommend {
    margin: 0 -18px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContent__mypage .recommend {
    margin: 0 -18px;
  }
}

.recommend--bgWhite {
  background: #ffffff;
}

.mainContent__col1 .recommend--bgWhite {
  margin-bottom: 0;
}

.mainContent__col1 .recommend--bgWhite::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  .mainContent__col1 .recommend--bgWhite .recommend__inner {
    padding-top: 24px;
  }
}

@media print, (min-width: 768px) {
  .mainContent__col1 .recommend--bgWhite:first-of-type .recommend__inner {
    padding-top: 0;
  }
}

.recommend__inner {
  padding: 40px 84px 60px;
}

.recommend--first .recommend__inner {
  padding: 0px 84px 60px;
}

.mainContent__col1 .recommend__inner {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .mainContent__col1 .recommend__inner {
    margin-right: 84px;
    margin-left: 84px;
  }
}

.mainContent__category .recommend__inner {
  padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .mainContent__category .recommend__inner {
    padding: 24px 0 30px;
  }
}

@media print, (min-width: 768px) {
  .recommend__inner {
    max-width: 1368px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .recommend__inner {
    padding: 24px 0 !important;
  }
}

.recommend__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .recommend__heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .recommend__heading {
    margin: 0 18px 16px;
    font-size: 22px;
  }
}

@media print, (min-width: 768px) {
  .recommend__headingMore {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .recommend__headingMore {
    display: none;
  }
}

.recommend__lead {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .recommend__lead {
    margin: 0 18px 24px;
  }
}

.recommend__sliderWrap {
  position: relative;
  padding: 0 84px;
}

@media only screen and (max-width: 767px) {
  .recommend__sliderWrap {
    display: -webkit-box;
    display: flex;
    padding: 0;
  }
}

@media print, (min-width: 768px) {
  .mainContent__category .recommend__sliderWrap {
    padding: 0 53px;
  }
}

@media print, (min-width: 768px) {
  .recommend__slider {
    display: none;
  }
  .recommend__slider.slick-initialized {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .recommend__slider {
    overflow-x: auto;
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 2px 10px;
  }
}

.recommend__slider .slick-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recommend__slider .slick-dots {
  bottom: -45px;
  z-index: 11;
}

.recommend__slider .slick-dotted.slick-slider {
  margin: 0;
}

.recommend__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.recommend__slider .slick-dots li button:before {
  content: "";
  background: #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 1;
}

.recommend__slider .slick-dots li.slick-active button:before {
  background: #003894;
}

.recommend__slider .slick-track {
  display: -webkit-box;
  display: flex;
}

.recommend__slider .slick-slide {
  display: -webkit-box;
  display: flex;
  height: auto;
}

.recommend__slider .slick-slide > div {
  width: 100%;
  max-width: 100%;
}

.recommend__list {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .recommend__list {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding: 0 16px;
  }
  .recommend__list:nth-child(n+2) {
    padding-left: 0;
  }
}

.recommend__control {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .recommend__control {
    display: none;
  }
}

.recommend__prevBtn, .recommend__nextBtn {
  position: absolute;
  top: 50px;
  width: 78px;
  height: 78px;
  background: center center url(/library/common/images/img-recommend-arrow-blue.png) no-repeat;
  background-size: 78px 78px;
  pointer-events: auto;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .recommend__prevBtn, .recommend__nextBtn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .recommend__prevBtn:hover, .recommend__nextBtn:hover {
    opacity: .65;
  }
}

.recommend__sliderWrap--ranking .recommend__prevBtn, .recommend__sliderWrap--ranking .recommend__nextBtn {
  top: 77px;
}

.recommend__prevBtn.-end, .recommend__nextBtn.-end {
  background-image: url(/library/common/images/img-recommend-arrow.png);
  pointer-events: none;
}

.recommend__prevBtn.-hide, .recommend__nextBtn.-hide {
  display: none;
}

.recommend__prevBtn {
  left: 0;
}

.recommend__nextBtn {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .recommend__tab {
    position: relative;
  }
  .recommend__tab::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 39px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  }
  .recommend__tab::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: url(/library/common/svg/arrow-s-gray.svg) center center no-repeat;
  }
  .recommend__tab.-scroll::before, .recommend__tab.-scroll::after {
    content: none;
  }
}

.recommend__tabList {
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
  padding: 0 8px;
  border-bottom: solid 1px #EBEBEB;
  overflow-x: auto;
}
ul.recommend__tabList {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .recommend__tabList {
    padding: 0 0 0 18px !important;
  }
}

.recommend__tabListItem {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .recommend__tabListItem {
    white-space: nowrap;
  }
  .recommend__tabListItem:last-child {
    padding-right: 18px;
  }
}

.recommend__tabListLink {
  display: inline-block;
  color: #666666;
  font-weight: bold;
  padding: 0 8px 8px;
  border-bottom: solid 3px transparent;
}

@media only screen and (max-width: 767px) {
  .recommend__tabListLink {
    padding: 8px 0;
    font-size: 14px;
  }
}

.recommend__tabListLink.-current {
  color: #003894;
  border-bottom-color: #003894;
}

.recommend__tabContent {
  display: none;
  opacity: 0;
  -webkit-transition: ease-in-out .4s;
  transition: ease-in-out .4s;
}

.recommend__tabContent.-current {
  display: block;
}

.recommend__tabContent.-show {
  opacity: 1;
}

.recommend__more {
  font-size: 14px;
  text-align: right;
}

@media print, (min-width: 768px) {
  .recommend__more .link {
    position: relative;
    display: inline-block;
    top: -8px;
    z-index: 12;
  }
}

@media only screen and (max-width: 767px) {
  .recommend__more {
    margin: 6px 18px;
  }
}

.complete {
  text-align: center;
}

.mainContent__complete .complete {
  max-width: 792px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .mainContent__complete .complete {
    margin-bottom: 50px;
    padding: 0 18px;
  }
}

.complete__ttl {
  margin-bottom: 16px;
  color: #003894;
  font-size: 32px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .complete__ttl {
    font-size: 20px;
  }
}

.complete__fig {
  max-width: 618px;
  margin: 0 auto 30px;
}

.complete__num {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .complete__num {
    font-size: 14px;
  }
}

.complete__txt {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .complete__txt {
    text-align: left;
  }
}

.complete__btn {
  margin: 0 20px;
}

.mainContent__complete .storeFlow {
  max-width: 832px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .mainContent__complete .storeFlow {
    margin-bottom: 30px;
  }
}

.storeFlow__ttl {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  line-height: 1.385;
  font-weight: bold;
}

.storeFlow__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 4px;
  background-color: #003894;
}

@media only screen and (max-width: 767px) {
  .storeFlow__ttl::before {
    width: 5px;
  }
}

.storeFlow__fig {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .storeFlow__fig img {
    max-width: 339px;
  }
}

.storeFlow__text {
  font-size: 14px;
  line-height: 1.6;
}

.storeFlow__heading {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .storeFlow__store .storeFlow__heading {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .storeFlow__heading {
    font-size: 14px;
  }
}

.storeFlow__store {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #EBEBEB;
}

@media print, (min-width: 768px) {
  .storeFlow__store {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .storeFlow__store {
    margin: 24px 0 0;
    padding: 16px 0 0;
  }
}

.storeFlow__storeTtl {
  margin-bottom: 12px;
}

@media print, (min-width: 768px) {
  .storeFlow__storeTtl {
    flex-basis: 282px;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .storeFlow__storeTtl {
    font-size: 16px;
  }
}

.storeFlow__storeInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .storeFlow__storeInfo {
    flex-basis: calc(100% - 306px);
  }
}

.storeFlow__storeHeading {
  flex-basis: 78px;
  max-width: 78px;
  margin: 0 24px 10px 0;
  font-weight: bold;
}

.storeFlow__storeHeading:last-of-type {
  margin-bottom: 0;
}

.storeFlow__storeTxt {
  flex-basis: calc(100% - 102px);
  margin-bottom: 10px;
}

.storeFlow__storeTxt:last-of-type {
  margin-bottom: 0;
}

.mainContent__complete .demachiMail {
  max-width: 792px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .mainContent__complete .demachiMail {
    padding: 0 18px;
  }
}

.demachiMail__inner {
  padding: 24px 30px 30px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .demachiMail__inner {
    padding: 24px 20px;
  }
}

.demachiMail__ttl {
  margin-bottom: 10px;
  color: #003894;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

.demachiMail__lead {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.demachiMail__list {
  font-size: 14px;
}

.demachiMail__item {
  margin-bottom: 16px;
}

.demachiMail__item .checkbox {
  line-height: 1.8;
}

.demachiMail__btn {
  margin: 24px 38px 0;
  text-align: center;
}

body.-modalOpenFixed {
  overscroll-behavior-y: none;
}

body.-modalOpenFixed #container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1003;
  -webkit-transition: opacity .4s ease .2s;
  transition: opacity .4s ease .2s;
}

.modal.-visible {
  display: block;
}

.modal.-show {
  opacity: 1;
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal__inner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  background: rgba(80, 80, 80, 0.95);
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333333;
}
.modal__inner#modalCartAddStock0 {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .modal__inner {
    padding-top: 30px;
  }
}

.modal__inner.-show {
  display: block;
}

@media only screen and (max-width: 767px) {
  .modal__inner.-move {
    -webkit-transition: none;
    transition: none;
  }
}

.modal__inner.-onFocus {
  top: 24px;
  bottom: inherit;
  min-height: 100vh;
}

@media print, (min-width: 768px) {
  .modal__inner {
    border-radius: 12px;
    width: 49%;
    min-width: 588px;
    max-height: 85vh;
    max-height: calc(var(--vh, 1vh) * 85);
  }
}

@media only screen and (max-width: 767px) {
  .modal__inner {
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: inherit;
    height: 50vh;
    border-radius: 12px 12px 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: height .4s ease, -webkit-transform .4s ease;
    transition: height .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, height .4s ease;
    transition: transform .4s ease, height .4s ease, -webkit-transform .4s ease;
  }
}

.modal__inner .modalContent {
  padding: 30px 48px 0;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .modal__inner .modalContent {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  .modal.-show .modal__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.modal .modal__dialog {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  background: rgba(80, 80, 80, 0.95);
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333333;
  border-radius: 12px;
  max-height: 85vh;
  max-height: calc(var(--vh, 1vh) * 85);
}

.modal .modal__dialog.-show {
  display: block;
}

.modal .modal__dialog .modalContent {
  padding: 24px 24px 44px;
}

@media only screen and (max-width: 767px) {
  .modal .modal__dialog .modalContent {
    padding: 24px 20px 44px;
  }
}
.modal__trigger {
  cursor: pointer;
}
.modal__headingBlock--borderBottom {
  border-bottom: 1px solid #EBEBEB;
}

.modal__title {
  margin: 0 36px 24px 0;
  font-size: 24px;
  font-weight: bold;
  color: #003894;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (max-width: 767px) {
  .modal__title {
    margin: 0 18px 16px;
    font-size: 20px;
  }
}

.modal__titleLink {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #003894;
}

.modal__titleLink--category {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.modal .icon-arrow-dims {
  min-width: 24px;
}

.modal .icon-arrow--back {
  margin-right: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal__note {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 16px;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .modal__note {
    margin: -8px 18px 16px;
  }
}

.modal__note .icon-info-dims {
  display: inline-block;
  min-width: 24px;
  margin-right: 3px;
}

.modal__close {
  position: absolute;
  top: 36px;
  right: 48px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .modal__close {
    display: none;
  }
}

.modal__closeRefineSp {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  z-index: 12;
}

@media print, (min-width: 768px) {
  .modal__closeRefineSp {
    display: none;
  }
}

.modal__closeSp {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print, (min-width: 768px) {
  .modal__closeSp {
    display: none;
  }
}

.modal__closeSp span {
  position: absolute;
  top: 12px;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  background: #999999;
  border-radius: 3px;
}

.modal__confirm {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

@media print, (min-width: 768px) {
  .modal__confirm {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    height: 68px;
    padding: 0 48px !important;
    border-radius: 0 0 12px 12px;
  }
}

.modal__confirmBtn {
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (max-width: 767px) {
  .modal__confirmBtn {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.modal__yes {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #003894;
}

@media print, (min-width: 768px) {
  .modal__yes {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .modal__yes:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .modal__yes {
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin-left: 24px;
    border-radius: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__yes {
    height: 48px;
    padding-top: 17px;
    font-size: 16px;
    line-height: 1;
  }
}

.modal__no {
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #003894;
}

@media print, (min-width: 768px) {
  .modal__no {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .modal__no:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .modal__no {
    height: 48px;
    padding-top: 17px;
    font-size: 16px;
    line-height: 1;
  }
}

.modalAboutPoints, .modalAboutCoupon, .modalAboutPayment, .modalAboutCreditCard, .modalAboutSecurityCode, .modalStorePayment, .modalStoreDetail, .modalSearchRefinement, .modalSetAddCart, .modalStoreInformation, .modalTerms,
.modalPrivacypolicy, .modalCoupon {
  position: relative;
}

@media print, (min-width: 768px) {
  .modalAboutPoints, .modalAboutCoupon, .modalAboutPayment, .modalAboutCreditCard, .modalAboutSecurityCode, .modalStorePayment, .modalStoreDetail, .modalSearchRefinement, .modalSetAddCart, .modalStoreInformation, .modalTerms,
  .modalPrivacypolicy, .modalCoupon, .modalItems {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .modalAboutPoints, .modalAboutCoupon, .modalAboutPayment, .modalAboutCreditCard, .modalAboutSecurityCode, .modalStorePayment, .modalStoreDetail, .modalSearchRefinement, .modalSetAddCart, .modalStoreInformation, .modalTerms,
  .modalPrivacypolicy, .modalCoupon, .modalItems  {
    padding: 0 18px;
  }
}

@media print, (min-width: 768px) {
  .modalConfirm {
    width: 336px;
    min-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .modalConfirm {
    width: 240px;
    min-height: 70px;
  }
}

.modalConfirm__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.modalConfirm__txt {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.modalConfirm__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.modalConfirm__col {
  flex-basis: 258px;
  max-width: 258px;
}

@media only screen and (max-width: 767px) {
  .modalConfirm__col {
    flex-basis: 174px;
    max-width: 258px;
  }
}

.modalConfirm__textbox {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: #333333;
  font-size: 16px;
  border: solid 1px #CCC;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.modalConfirm__textbox::-webkit-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalConfirm__textbox:-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalConfirm__textbox::-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalConfirm__textbox::placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalConfirm__textbox:focus {
  padding: 0 10px;
  border: solid 2px #003894;
}

.modalConfirm__textbox:disabled {
  color: #CCC;
  border-color: transparent;
  cursor: not-allowed;
}

.modalConfirm__textbox:disabled::-webkit-input-placeholder {
  color: #CCC;
}

.modalConfirm__textbox:disabled:-ms-input-placeholder {
  color: #CCC;
}

.modalConfirm__textbox:disabled::-ms-input-placeholder {
  color: #CCC;
}

.modalConfirm__textbox:disabled::placeholder {
  color: #CCC;
}

.modalConfirm__textbox.-error {
  padding: 0 10px;
  border: solid 2px #E60009;
}

.modalConfirm__unit {
  margin-left: 6px;
}

.modalConfirm__error {
  flex-basis: 100%;
  margin-top: 8px;
  font-size: 12px;
  color: #E60009;
}

.modalConfirm__btnWrap {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 12px 12px;
  border-top: solid 1px #EBEBEB;
}

.modalConfirm__btn {
  flex-basis: 50%;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.modalConfirm__yes {
  display: block;
  height: 44px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #003894;
}

@media print, (min-width: 768px) {
  .modalConfirm__yes {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .modalConfirm__yes:hover {
    opacity: .65;
  }
}

.modalConfirm__no {
  display: block;
  height: 44px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #003894;
}

@media print, (min-width: 768px) {
  .modalConfirm__no {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .modalConfirm__no:hover {
    opacity: .65;
  }
}

.modalConfirm__price {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .modalConfirm__price dt {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .modalConfirm__price {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.modalAboutPoints__inner {
  padding-bottom: 50px;
}

.modalAboutPoints__heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (max-width: 767px) {
  .modalAboutPoints__heading {
    font-size: 16px;
  }
}

.modalAboutPoints__image {
  margin: 0 0 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modalAboutPoints__image {
    margin: 0 0 30px;
  }
}

.modalAboutPoints__image img {
  width: 100%;
  max-width: 492px;
  margin: 0 auto;
}

.modalAboutPoints__txt {
  font-size: 14px;
  line-height: 1.6;
}

.modalAboutCoupon__inner {
  padding-bottom: 50px;
}

.modalAboutCoupon__heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media only screen and (max-width: 767px) {
  .modalAboutCoupon__heading {
    font-size: 16px;
  }
}

.modalAboutCoupon__txt {
  font-size: 14px;
  line-height: 1.6;
}

.modalAboutPayment__inner {
  padding-bottom: 50px;
}

.modalAboutPayment__notes li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 0 1.2em;
  font-size: 13px;
  color: #666666;
}

.modalAboutPayment__notes li:last-child {
  margin-bottom: 0;
}

.modalAboutPayment__notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.modalAboutCreditCard__inner {
  padding-bottom: 50px;
}

.modalAboutCreditCard__list li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 1em;
  font-size: 14px;
  line-height: 1.6;
}

.modalAboutCreditCard__list li:last-child {
  margin-bottom: 0;
}

.modalAboutCreditCard__list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.modalAboutSecurityCode__inner {
  padding-bottom: 50px;
}

.modalAboutSecurityCode__list li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 1em;
  font-size: 14px;
  line-height: 1.6;
}

.modalAboutSecurityCode__list li:last-child {
  margin-bottom: 0;
}

.modalAboutSecurityCode__list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.modalAboutSecurityCode__image {
  margin: 24px 0 0 14px;
}

@media only screen and (max-width: 767px) {
  .modalAboutSecurityCode__image {
    margin: 16px 0 0 14px;
  }
}

.modalStorePayment__inner {
  padding-bottom: 50px;
}

.modalStorePayment__heading {
  margin: 32px 0 10px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__heading {
    margin-top: 24px;
    font-size: 16px;
  }
}

.modalStorePayment__image {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-right: -16px;
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__image {
    margin-right: -8px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.modalStorePayment__image + .modalStorePayment__image {
  margin-top: 0;
}

.modalStorePayment__image--qr li {
  max-width: calc(25% - 16px);
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__image--qr li {
    max-width: calc(100% / 3 - 8px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
  .modalStorePayment__image--qr {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .modalStorePayment__image--qr li {
    max-width: calc(100% / 5 - 8px);
  }
}

.modalStorePayment__image--eMoney::after {
  content: "";
  display: block;
  width: 86px;
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
  .modalStorePayment__image--eMoney::after {
    width: 200px;
  }
}

.modalStorePayment__image li {
  margin-top: 16px;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__image li {
    margin-right: 8px;
  }
}

.modalStorePayment__txt {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__txt {
    margin-bottom: 16px;
  }
}

.modalStorePayment__notes {
  margin: 16px 0 0;
}

.modalStorePayment__notes li {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .modalStorePayment__notes li {
    font-size: 12px;
  }
}

.modalStorePayment__notes li:nth-child(n+2) {
  margin-top: 8px;
}

.modalStorePayment__notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.modalStoreDetail__inner {
  padding-bottom: 50px;
}

.modalStoreDetail__map {
  position: relative;
  margin: 0 -18px;
}

.modalStoreDetail__map iframe {
  width: 100%;
  height: 250px;
}

.modalStoreDetail__name {
  margin: 24px 0;
  color: #003894;
  font-size: 20px;
  font-weight: bold;
}

.modalStoreDetail__info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: -12px;
  font-size: 14px;
  line-height: 1.6;
}

.modalStoreDetail__heading {
  flex-basis: 80px;
  max-width: 80px;
  min-width: 80px;
  margin-bottom: 12px;
  font-weight: bold;
}

.modalStoreDetail__txt {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
  margin-bottom: 12px;
}

.modalStoreDetail__txt .link {
  display: inline-block;
  margin-top: 12px;
}

.modalStoreDetail__btn {
  margin-top: 24px;
}

#modalSearchRefinement .modalContent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px 0 0;
  padding: 0;
}

#modalSearchRefinement .modal__title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 6px;
  background: #fff;
  z-index: 11;
}

#modalSearchRefinement .modalRefinementWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

@media only screen and (max-width: 767px) {
  #modalSearchRefinement .modalRefinementWrap.-left {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: .4;
  }
}

@media only screen and (max-width: 767px) {
  #modalSearchRefinement .modalRefinementWrap.-right {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: .4;
  }
}

@media only screen and (max-width: 767px) {
  #modalSearchRefinement .modalRefinementWrap.-top {
    -webkit-transform: translate(0, -110%);
            transform: translate(0, -110%);
    opacity: .4;
  }
}

@media only screen and (max-width: 767px) {
  #modalSearchRefinement .modalRefinementWrap.-bottom {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: .4;
  }
}

#modalSearchRefinement .modalRefinementWrap.-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  #modalSearchRefinement .modalRefinementWrap.-active {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}

@media only screen and (max-width: 767px) {
  .modalSearchRefinement {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.modalSearchRefinement__list--checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.modalSearchRefinement__list--checkbox .modalSearchRefinement__item {
  flex-basis: calc(50% - 4.5px);
  margin-bottom: 0;
}

.modalSearchRefinement__list--checkbox .modalSearchRefinement__item .checkbox {
  margin-bottom: 0;
}

.modalSearchRefinement__list--status {
  margin-bottom: 24px;
}

.modalSearchRefinement__heading {
  font-weight: bold;
  margin: 24px 0 8px;
}

.modalSearchRefinement__note {
  margin-bottom: 8px;
  line-height: 1.6;
}

.modalSearchRefinement__item {
  margin-bottom: 12px;
}

.modalSearchRefinement__item .checkbox,
.modalSearchRefinement__item .radio {
  margin-bottom: 4px;
}

.modalSearchRefinement__item .checkbox__txt,
.modalSearchRefinement__item .radio__txt {
  vertical-align: -1px;
}

.modalSearchRefinement__item:last-child .checkbox,
.modalSearchRefinement__item:last-child .radio {
  margin-bottom: 0;
}

.modalSearchRefinement__category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin: 0 -18px;
  padding: 16px 42px 16px 18px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.modalSearchRefinement__category .icon-arrow-s-gray {
  margin: 0 4px;
}

.modalSearchRefinement__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.modalSearchRefinement__categoryList {
  margin: 0 -18px;
  border-top: 1px solid #EBEBEB;
}

.modalSearchRefinement__categoryItem {
  border-bottom: 1px solid #EBEBEB;
}

.modalSearchRefinement__categoryLink {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 16px 46px 16px 18px;
  font-size: 16px;
}

.modalSearchRefinement__categoryLink .icon-arrow-s-gray {
  margin: 0 4px;
}

.modalSearchRefinement__categoryLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.modalSearchRefinement__categoryLink--lv4 {
  padding-right: 18px;
}

.modalSearchRefinement__categoryLink--lv4::after {
  content: none;
}

.modalSearchRefinement__categoryLink--noArrow::after {
  content: none;
}

.modalSearchRefinement__hit {
  font-size: 14px;
  color: #666;
}

.modalSearchRefinement__text {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: #333333;
  font-size: 16px;
  border: solid 1px #CCC;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.modalSearchRefinement__text::-webkit-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalSearchRefinement__text:-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalSearchRefinement__text::-ms-input-placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalSearchRefinement__text::placeholder {
  line-height: 1.286;
  color: #999;
  opacity: 1;
}

.modalSearchRefinement__text:focus {
  padding: 0 10px;
  border: solid 2px #003894;
}

.modalSearchRefinement__select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.modalSearchRefinement__select.-disabled::after {
  background-image: url(/library/common/svg/arrow-gray.svg);
}

.modalSearchRefinement__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modalSearchRefinement__selectTag {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding: 12px 30px 12px 12px;
  border: solid 1px #CCC;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 6px;
}

.modalSearchRefinement__selectTag::-ms-expand {
  display: none;
}

.modalSearchRefinement__selectTag:focus {
  padding: 7px 29px 6px 12px;
  border: solid 2px #003894;
}

.modalSearchRefinement__selectTag.-empty {
  color: #999;
}

.-disabled .modalSearchRefinement__selectTag {
  color: #CCC;
  border-color: transparent;
  cursor: not-allowed;
}

.modalSearchRefinement__keyword {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.modalSearchRefinement__keywordBox {
  width: 100%;
}

.modalSearchRefinement__keywordTxt {
  min-width: 3em;
  flex-basis: 50px;
  margin-left: 6px;
}

.modalSearchRefinement__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.modalSearchRefinement__priceRange {
  margin: 0 6px;
}

.modalSearchRefinement__priceYen {
  margin-left: 6px;
}

.modalSearchRefinement__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.modalSearchRefinement__dateYear {
  margin: 0 6px;
}

.modalSearchRefinement__dateYearBox {
  flex-basis: 102px;
}

.modalSearchRefinement__dateMonth {
  flex-basis: 3em;
  margin-left: 6px;
}

.modalSearchRefinement__dateMonthBox {
  flex-basis: 81px;
}

.modalSearchRefinement__more {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .modalSearchRefinement__more {
    margin-top: -8px;
  }
}

.modalSearchRefinement__moreLink {
  color: #003894;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .modalSearchRefinement__moreLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .modalSearchRefinement__moreLink:hover {
    opacity: .65;
  }
}

.modalSearchRefinement .btn {
  width: calc(100% - 40px);
  margin: 12px 20px 0;
}

.modalSearchRefinement .link--center {
  margin: 12px auto 50px;
}

@media print, (min-width: 768px) {
  .modalSetAddCart {
    margin-bottom: 68px;
  }
}

@media only screen and (max-width: 767px) {
  .modalSetAddCart {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 48px;
  }
}

.modalSetAddCart__list {
  padding-bottom: 24px;
  border-top: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .modalSetAddCart__list {
    margin: 0 -18px;
    padding-bottom: 0;
  }
}

.modalSetAddCart__item {
  padding: 16px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .modalSetAddCart__item {
    padding: 16px 18px;
  }
  .modalSetAddCart__item:last-child {
    margin-bottom: 24px;
  }
}

.modalSetAddCart__note {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 16px;
  font-size: 19px;
  color: #666666;
}

.modalSetAddCart__note .icon-info-dims {
  display: inline-block;
  min-width: 24px;
  margin-right: 3px;
}

@media print, (min-width: 768px) {
  #modalStoreInformation .modal__close {
    top: 28px;
  }
}

.modalStoreInformation {
  overflow: visible;
}

.modalStoreInformation__genre {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}

@media print, (min-width: 768px) {
  .modalStoreInformation__genre {
    padding-right: 36px;
  }
}

.modalStoreInformation__genreItem--category {
  position: relative;
  margin-right: 12px;
  padding-right: 13px;
  font-weight: bold;
  color: #003894;
}

.modalStoreInformation__genreItem--category::before {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  bottom: 0.25em;
  border-right: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__genreItem--category {
    margin-right: 12px;
    padding-right: 13px;
  }
}

.modalStoreInformation__title {
  padding-right: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__title {
    padding-right: 0;
    padding-bottom: 16px;
  }
}

.modalStoreInformation__body {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 16px;
}

.modalStoreInformation__heading {
  margin-bottom: 12px;
  font-weight: bold;
}

.modalStoreInformation__txt {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__txt {
    font-size: 12px;
  }
}

.modalStoreInformation__note {
  position: relative;
  padding-left: 16px;
  color: #ff0000;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__note {
    padding-left: 15px;
    font-size: 12px;
  }
}

.modalStoreInformation__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.modalStoreInformation__storeSearch {
  margin: 24px 0;
}

.modalStoreInformation__select {
  position: relative;
  width: 100%;
  height: 42px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.modalStoreInformation__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 10px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modalStoreInformation__select:not(:last-child) {
  margin-bottom: 12px;
}

.modalStoreInformation__selectTag {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding: 8px 30px 7px 13px;
  border: solid 1px #CCC;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  line-height: 1.286;
  border-radius: 6px;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.modalStoreInformation__selectTag::-ms-expand {
  display: none;
}

.modalStoreInformation__selectTag:focus {
  padding: 7px 29px 6px 12px;
  border: solid 2px #003894;
}

.-error .modalStoreInformation__selectTag {
  border: solid 2px #E60009;
  padding: 7px 29px 6px 12px;
}

.-disabled .modalStoreInformation__selectTag {
  cursor: default;
}

.modalStoreInformation__selectTag.-empty {
  color: #999;
}

.modalStoreInformation__list {
  margin-bottom: 50px !important;
  border-top: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__list {
    margin: 0 -18px 50px;
  }
}

.modalStoreInformation__item {
  border-bottom: 1px solid #EBEBEB;
}

.modalStoreInformation__link {
  display: block;
  position: relative;
  padding: 16px 24px 16px 0;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__link {
    font-size: 16px;
    padding: 16px 54px 16px 18px;
  }
}

.modalStoreInformation__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: -6px;
  margin-top: -12px;
  background-image: url(/library/common/svg/arrow.svg);
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__link::after {
    right: 18px;
  }
}

.modalStoreInformation__address {
  display: block;
  color: #666666;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .modalStoreInformation__address {
    font-size: 12px;
  }
}

.modalTerms__inner,
.modalPrivacypolicy__inner {
  padding-bottom: 50px;
}

.modalTerms__txt,
.modalPrivacypolicy__txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .modalCoupon {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.modalCoupon__inner {
  padding-bottom: 50px;
}

.modalCoupon__list {
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid #EBEBEB;
}

.modalCoupon__item {
  padding: 12px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media print, (min-width: 768px) {
  .modalCoupon__item {
    display: -webkit-box;
    display: flex;
  }
}

.modalCoupon__heading {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .modalCoupon__heading {
    flex-basis: 132px;
    max-width: 132px;
    min-width: 132px;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .modalCoupon__heading {
    margin-bottom: 8px;
  }
}

.modalCoupon__note {
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .modalCoupon__note {
    font-size: 12px;
  }
}

.modalCategory__list {
  padding-bottom: 50px;
}

.modalCategory__heading {
  margin-top: 30px;
  padding: 0 18px 8px;
  border-bottom: 1px solid #EBEBEB;
  font-weight: bold;
  line-height: 1.6;
}

.modalCategory__heading:first-of-type {
  margin-top: 0;
}

.modalCategory__item {
  border-bottom: 1px solid #EBEBEB;
}

.modalCategory__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 16px 18px;
  font-size: 16px;
}

.collectable {
  margin-top: 16px;
  padding: 24px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .collectable {
    margin: 16px -18px 0;
    padding: 24px 18px;
  }
}

.collectable:first-child {
  margin-top: 0;
}

.collectable__heading {
  margin-bottom: 12px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.collectable__lead {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
}

.collectable .cartItems {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .collectable .cartItems {
    margin-bottom: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .collectable .cartItem:first-child .cartItem__inner {
    border-top: 1px solid #EBEBEB;
  }
}

.collectable .cartItem:last-child .cartItem__inner:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.collectable .cartBuyLater .cartItem:last-child .cartItem__inner:last-of-type {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .collectable .btnList {
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .collectableError {
    padding: 0 18px;
  }
}

.collectableError__heading {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 30px;
  color: #E60009;
  font-size: 14px;
}

.collectableError__heading:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/library/common/svg/alert.svg);
  background-size: 24px 24px;
}

.productSetItems {
  overflow: hidden;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .productSetItems {
    margin: -16px -18px 16px;
    padding-bottom: 30px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__content {
    display: none;
    border-bottom: 1px solid #EBEBEB;
  }
}

.productSetItems__heading {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .productSetItems__heading {
    margin-bottom: 12px;
    font-weight: bold;
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__heading {
    position: relative;
    padding: 16px 42px 16px 18px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
  }
  .productSetItems__heading:before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: 24px;
    width: 24px;
    height: 24px;
    background: center center url(/library/common/svg/arrow.svg) no-repeat;
    background-size: 24px 24px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .productSetItems__heading:before {
    right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__heading.-active:before {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.productSetItems__all {
  margin: 12px 0 16px;
}

@media only screen and (max-width: 767px) {
  .productSetItems__all {
    margin: 12px 18px 16px;
  }
}

@media print, (min-width: 768px) {
  .productSetItems__all--bottom {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__all--bottom {
    margin-bottom: 24px;
  }
}

.productSetItems__total {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .productSetItems__total {
    margin: 16px 18px 24px;
    padding: 16px 20px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__totalTitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
  }
}

.productSetItems__totalHeading {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .productSetItems__totalHeading {
    margin: 0 9px 0 0;
  }
}

.productSetItems__totalPrice {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #E60009;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .productSetItems__totalPrice {
    margin-bottom: 0;
  }
}

.productSetItems__list {
  padding-top: 4px;
  border-top: 1px solid #EBEBEB;
}

.productSetItems__listItem {
  display: -webkit-box;
  display: flex;
}

.productSetItems__listItem dt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
}

.productSetItems__listItem dd {
  -webkit-box-flex: 1;
          flex: 1;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}

.productSetItems__tabList {
  display: -webkit-box;
  display: flex;
  padding: 0 8px;
  overflow-x: auto;
}

@media print, (min-width: 768px) {
  .productSetItems__tabList {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .productSetItems__tabList::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .productSetItems__tabList .slick-arrow::before {
    font-family: inherit;
    content: "";
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabList {
    position: relative;
    margin-bottom: -1px;
    padding: 0 0 0 18px;
    border-bottom: 1px solid #EBEBEB;
  }
  .productSetItems__tabList::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 42px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  }
  .productSetItems__tabList::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: url(/library/common/svg/arrow-s-gray.svg) center center no-repeat;
  }
  .productSetItems__tabList.-scroll::before, .productSetItems__tabList.-scroll::after {
    content: none;
  }
}

.productSetItems__tabList--bottom {
  margin: -1px 0 0;
  border-top: 1px solid #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabList--bottom {
    border-bottom: 0;
  }
}

.productSetItems__tabListItem {
  margin-right: 24px;
}

@media print, (min-width: 768px) {
  .productSetItems__tabListItem:last-child {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabListItem {
    white-space: nowrap;
  }
  .productSetItems__tabListItem:last-child {
    padding-right: 18px;
  }
}

.productSetItems__tabListLink {
  display: inline-block;
  color: #666666;
  font-weight: bold;
  padding: 8px;
  border-bottom: solid 3px transparent;
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabListLink {
    font-size: 14px;
  }
}

.productSetItems__tabListLink.-current {
  color: #003894;
  border-bottom-color: #003894;
}

.productSetItems__tabList--bottom .productSetItems__tabListLink {
  border-top: solid 3px transparent;
  border-bottom: 0;
}

.productSetItems__tabList--bottom .productSetItems__tabListLink.-current {
  border-top-color: #003894;
}

.productSetItems__tabContent {
  display: none;
  opacity: 0;
  -webkit-transition: ease-in-out .4s;
  transition: ease-in-out .4s;
}

.productSetItems__tabContent.-current {
  display: block;
}

.productSetItems__tabContent.-show {
  opacity: 1;
}

.productSetItems__tabControl {
  position: relative;
}

.productSetItems__tabControl::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 24px;
  height: 40px;
  left: 0;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabControl::before {
    content: none;
  }
}

.productSetItems__tabControl.-hide::before, .productSetItems__tabControl.-start::before {
  content: none;
}

.productSetItems__tabControl::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 24px;
  height: 40px;
  right: 0;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .productSetItems__tabControl::after {
    content: none;
  }
}

.productSetItems__tabControl.-hide::after, .productSetItems__tabControl.-end::after {
  content: none;
}

.productSetItems__tabPrev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .productSetItems__tabPrev {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productSetItems__tabPrev:hover {
    opacity: .65;
  }
}

.-hide .productSetItems__tabPrev,
.-start .productSetItems__tabPrev {
  display: none;
}

.productSetItems__tabNext {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

@media print, (min-width: 768px) {
  .productSetItems__tabNext {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .productSetItems__tabNext:hover {
    opacity: .65;
  }
}

.-hide .productSetItems__tabNext,
.-end .productSetItems__tabNext {
  display: none;
}

.productSetItems__discount {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin: 24px 0 0;
  padding: 16px 42px 16px 18px;
  font-size: 16px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.productSetItems__discount .icon-mail {
  margin-right: 9px;
}

.productSetItems__discount::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 18px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.productSetItems__new {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-top: -1px;
  padding: 16px 42px 16px 18px;
  font-size: 16px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.productSetItems__new .icon-calendar {
  margin-right: 9px;
}

.productSetItems__new::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 18px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: center center url(/library/common/svg/arrow.svg) no-repeat;
  background-size: 24px;
}

.productSetItems__supplement {
  color: #003894;
  font-size: 14px;
  margin: 16px 18px 0 !important;
}

.productSetItems__supplement li {
  padding: 0 0 12px 0;
}

.productSetItems__supplement li:last-child {
  padding: 0 0 0 0;
}

.productSetItems__supplement li .link[target="_blank"]::after {
  content: none;
}

.productSetItems__spCart {
  margin: 24px 0 0;
}

.productSetItems__spCart .btn.-added {
  color: #CCC;
}

.productSetItems__spCart .btn.-added::before {
  border-color: #CCC;
}

.productSetItems__spCart .btn.-added.btn--orange {
  color: #EF7000;
  background-color: #ffffff;
}

.productSetItems__spCart .btn.-added.btn--orange::before {
  border-color: #EF7000;
}

.productSetItems__btns {
  margin: 0 38px 24px !important;
}

.productSetItems__btns li {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .mypageMenu {
    margin: 16px -18px 0;
    padding: 24px 18px 40px;
    background: #fff;
  }

  .mypageMenu.pbNested {
    margin: 0;
    padding: 0;
  }
}

.mypageMenu__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 27px 0 0;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #003894;
}

@media only screen and (max-width: 767px) {
  .mypageMenu__heading {
    margin-top: 40px;
    font-size: 18px;
  }
}

.mypageMenu__heading:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .mypageMenu__heading:first-child {
    margin-top: 0;
  }
}

.mypageMenu__list {
  margin: 12px 0;
}

@media only screen and (max-width: 767px) {
  .mypageMenu__list {
    margin: 0;
  }
}

.mypageMenu__list li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mypageMenu__list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -18px;
    right: -18px;
    bottom: 0;
    height: 1px;
    background: #F5F5F5;
  }
}

.mypageMenu__list a {
  padding: 12px 0;
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .mypageMenu__list a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .mypageMenu__list a:hover {
    opacity: .65;
  }
}

@media print, (min-width: 768px) {
  .mypageMenu__list a {
    display: inline-block;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mypageMenu__list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 16px 0;
  }
}

.mypageMenu__list img {
  margin-right: 10px;
}

@media print, (min-width: 768px) {
  .mypageMenu__list--service a {
    line-height: 24px;
  }
}

.mypageMenu__badge {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 6px 0 0 8px;
  padding: 2px 5px 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.mypageMenu__badge:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 1px;
  background: #E60009;
  border-radius: 9px;
  z-index: -1;
}
/*----tool-tips----*/
.tipsBalloonArea {
  position: relative;
}
.tipsBalloon {
  display: block;
  position: absolute;
  bottom: 68px;
  z-index: 2;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 13px;
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  line-height: 1;
  text-align: center;
}
.tipsBalloon--favorite {
  bottom: 36px;
}
.tipsBalloon::after {
  content: "";
  position: absolute;
  border-top: solid 6px #333333;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  opacity: .9;
}
.tipsBalloon--tail-center::after {
  bottom: -6px;
  left: 50%;
  /* transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}
.tipsBalloon--favorite::after {
  bottom: -6px;
  right: 142px;
}

.tipsBalloonFavoriteProductPage::after {
  right: 123px;
}

.tipsBalloonTxt {
  line-height: 1.4;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  word-break: break-all;
}

@media print, (min-width: 768px) {
  .tipsBalloon {
    min-width: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .tipsBalloonArea {
    display: contents;
  }
  .tipsBalloonAreaProductPage {
    display: block;
  }
  .tipsBalloon {
    bottom: 56px;
  }
  .tipsBalloon--favorite {
    right: 0;
    bottom: 48px;
    max-width: 270px;
  }
  .tipsBalloon--favorite::after {
    right: 7px;
  }
}

@media print, (min-width: 768px) {
  .modalItems {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .modalItems {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 48px;
  }
}
.modalItems__list {
  padding-bottom: 24px;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 767px) {
  .modalItems__list {
    margin: 0 -18px;
    padding-bottom: 0;
  }
}
.modalItems__item {
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 1.6;
}
.modalItems__link {
  display: block;
  position: relative;
  padding: 16px 24px 16px 0;
}
@media only screen and (max-width: 767px) {
  .modalItems__link {
    font-size: 16px;
    padding: 16px 40px 16px 18px;
  }
}
@media print, (min-width: 768px) {
  .modalItems__link:hover .modalItems__title {
    color: #003894;
    text-decoration: underline;
  }
}
.modalItems__title {
  margin: 0 0 8px;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .modalItems__title {
    margin: 0 0 4px;
    font-size: 14px;
    max-height: 63px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
  }
}
.modalItems__author {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .modalItems__author {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.modalItems__price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #E60009;
}
@media only screen and (max-width: 767px) {
  .modalItems__price {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.modalItems__stock {
  margin: 0 0 8px;
  font-size: 13px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .modalItems__stock {
    margin: 0 0 4px;
    font-size: 12px;
  }
}

.toggleBtn__left {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.toggleBtn__right {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.blockTitleArea {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media print, (min-width: 768px) {
  .blockTitleArea {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.productInformation__Btn--imageDisplay {
  padding: 0 0 24px 1em;
  min-width: 13em;
  font-weight: bold;
  align-items: flex-end;
}
@media print, (max-width: 768px) {
  .productInformation__Btn--imageDisplay {
    margin: 0 18px;
    padding: 16px 0 0;
  }
}
.noImage .productItem__detail {
  flex-basis: 100%;
  max-width: 100%;
}
.noImage .productItem__price {
  display: inline-block;
}
.noImage .productItem__releaseDate {
  display: inline-block;
  padding-left: 6px;
}

.main__pageTop {
  position: fixed;
  bottom: 20px;
  right: 80px;
  margin: -74px -14px 20px auto;
  width: 54px;
  height: 54px;
  text-align: right;
  z-index: 2;
}
@media print, (max-width: 768px) {
  .main__pageTop {
    right: 20px;
    margin: -64px 16px 10px auto;
  }
}
.main__pageTopBtn {
  display: inline-block;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 2px #ddd;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}

/* 調整 */
#modal ul{
  margin: 0px;
}
.review__productData__graphNum{
  padding: 0;
}
.recommend__tabListItem {
  white-space: nowrap;
}

/* 宅配買取ボタン */
.forSp .pickupMenu {
  position: relative;
  padding: 0 0 12px;
}
.forSp .pickupMenu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 100%;
  transform: translateY(-50%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
}
.forSp .pickupMenu::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 6px;
  width: 14px;
  height: 16px;
  background: url(/library/common/svg/arrow-s-gray.svg) center center no-repeat;
  background-size: 14px 14px;
}
.forSp .pickupMenu.-scrollEnd::before, .pickupMenu.-scrollEnd::after {
  content: none;
}
.forSp .pickupMenuList {
  margin: 0;
  padding: 20px 16px 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x:scroll;
}

.forSp .pickupMenu__item {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
}
.forSp .pickupMenu__Btn {
  display: block;
  padding: 3px 20px;
  border: 1px solid #ccc;
  border-radius: 99px;
  font-size: 16px;
}
.header__menuSell.sellBtn,
.forSp .sellBtn {
  display: block;
  padding: 3px 20px;
  background-color: #fff000;
  border: 1px solid #fff000;
  border-radius: 99px;
  color: #003894;
  font-weight: bold;
  font-size: 16px;
}
.header__menuSell {
  margin-left: 8px;
}
.dlpo-hide{
  display:none;
}
/*--カテトップ　ジャンルリスト start--*/
/*全体*/
@media only screen and (max-width: 767px) {
  .sideSection__inner {
    margin: 16px -18px 0;
    padding: 20px 18px 30px;
    background-color: #ffffff;
  }
}
.sideSection .btn {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.sideSection .link--center {
  margin-top: 12px;
}
/*もっと見るリンク*/
.sideSection__more {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sideSection__more {
    margin-top: -8px;
  }
}
.sideSection__moreLink {
  color: #003894;
  font-size: 14px;
}
@media print, (min-width: 768px) {
  .sideSection__moreLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .sideSection__moreLink:hover {
    opacity: .65;
  }
}
/*見出し*/
.sideSection__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 2px #003894;
}
.sideSection__title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .sideSection__title {
    font-size: 18px;
  }
}
.sideSection__titleLink {
  display: inline-block;
  color: #003894;
  font-size: 14px;
}
@media print, (min-width: 768px) {
  .sideSection__titleLink {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .sideSection__titleLink:hover {
    opacity: .65;
  }
  .sideSection__link:hover .sideSection__txt{
    color: #003894;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .sideSection__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(/library/common/svg/arrow.svg) no-repeat right center;
  }
}
/*--新規箇所--*/
/*全体*/
.sideSection__content{
  margin: 0 0 30px;
}
/*共通*/
.sideSection__normal {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.sideSection__heading {
  font-size: 16px;
}
.sideSection__children .sideSection__txt {
  margin-left: 14px;
}
.sideSection__txt{
  display: block;
}
@media only screen and (max-width: 767px) {
  .sideSection__children .sideSection__txt {
    margin-left: 20px;
  }
  .sideSection__heading .sideSection__txt{
    padding : 20px 24px 20px 0;
  }
  .sideSection__txt{
    padding: 16px 24px 16px 0;
  }
  .sideSection__link{
    position: relative;
    display: block;
  }
  .sideSection__normal {
    margin: 0;
    border-bottom: solid 1px #EBEBEB;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .sideSection__heading {
    font-weight: bold;
  }
}
/*非表示*/
.sideSection__normal.-hide{
  display: none;
}
/*罫線*/
.sideSection__separator{
  border-bottom: 1px solid #999;
  padding: 12px 0 0;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .sideSection__separator {
    margin: 0 0 12px;
  }
}
/*空白*/
.sideSection__spacer {
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .sideSection__spacer {
    height: 12px;
  }
}
/*--カテトップ　ジャンルリスト end--*/

/* レコメンド画像 */
.recommendItem__image img.-recImg {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}