@charset "UTF-8";
/* common */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap&text=0123456789%OFF-Copyright©TUCo.,Ltd.AllRightsReserved￥");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

html {
  font-size: 62.5%;
}

/* PC */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
  color: #333333;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
}
a img {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
a path {
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  a:hover img {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    line-height: 2.1rem;
  }

  img {
    width: 100%;
    height: auto;
  }

  .pc {
    display: none !important;
  }
}
/* base */
input,
select,
textarea {
  font-size: 1.4rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 0.4rem;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CCCCCC;
  text-align: left;
}

textarea {
  resize: vertical;
  padding: 1rem 1.5rem;
}

.error {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.35px;
  color: #DA142B;
  margin-top: 0.5rem;
}
.error th {
  white-space:nowrap;
}
.error + input:not([type=submit]) {
  margin-top: 1rem;
}

.formBody--input .form__single.corporationOnly {
  display: none;
}
.formBody--input .form__single.corporationOnly.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formBody--input .form__single.individualOnly {
  display: none;
}
.formBody--input .form__single.individualOnly.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formBody--input .form__btn--input ,
.formBody--input .form__btn--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.formBody--confirm .form__main .selectBox::before {
  content: none;
}
.formBody--confirm .form__main .name {
  display: block;
}
.formBody--confirm .form__single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem;
}
.formBody--confirm .form__single:last-child {
  margin-bottom: 0;
}
.formBody--confirm .form__single.type--radio {
  margin-bottom: 2rem;
}
.formBody--confirm .form__single dt,
.formBody--confirm .form__single dd,
.formBody--confirm .form__single .radio {
  padding: 0 !important;
}
.formBody--confirm .form__btn {
  margin-top: 4rem;
}
.formBody--confirm .form__btn--input {
  display: none;
}
.formBody--confirm .form__btn--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.formBody {
  width: 100%;
}
.formBody .colorBox {
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  margin-bottom: 2rem;
}
.formBody .colorBox.box03 .form__single:last-child {
  margin-bottom: 0;
}
.form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5rem;
}
.form__title--main {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.45px;
  white-space: nowrap;
}
.form__title--sub {
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-left: 2rem;
  letter-spacing: 0.7px;
}
.form__title--sub span {
  color: #0F4db1;
}
.form__main input, .form__main select, .form__main textarea {
  padding: 0.5rem 1.5rem;
}
.form__main input::-webkit-input-placeholder, .form__main select::-webkit-input-placeholder, .form__main textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input::-ms-input-placeholder, .form__main select::-ms-input-placeholder, .form__main textarea::-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input::-ms-input-placeholder, .form__main select::-ms-input-placeholder, .form__main textarea::-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input::-moz-placeholder, .form__main select::-moz-placeholder, .form__main textarea::-moz-placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input:-ms-input-placeholder, .form__main select:-ms-input-placeholder, .form__main textarea:-ms-input-placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input::placeholder, .form__main select::placeholder, .form__main textarea::placeholder {
  color: #CCCCCC;
  text-align: left;
}
.form__main input {
  height: 5rem;
}
.form__main input.half {
  display: inline-block;
  width: 30rem;
}
.form__main .selectBox {
  position: relative;
}
.form__main .selectBox::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_vertical_glay.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 8.7px 5.05px;
  width: 8.7px;
  height: 5.05px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
}
.form__main .selectBox::before {
  right: 1.6rem;
}
.form__main .selectBox.half {
  width: 30rem;
}
.form__main .selectBox select {
  height: 5rem;
}
.form__main .error {
  margin-top: 0;
}
.form__main .attention {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.35px;
  color: #888888;
}
.form__main .radio ,
.form__main .checkbox {
  padding-top: 0.7rem;
}
.form__main .radio__single ,
.form__main .checkbox__single {
  display: inline-block;
}
.form__main .radio__single:not(:last-of-type) ,
.form__main .checkbox__single:not(:last-of-type) {
  margin-right: 2.7rem;
}
.form__main .radio label ,
.form__main .checkbox label {
  display: inline-block;
}
.form__main .radio input ,
.form__main .checkbox input {
  display: none;
}
.form__main .radio input:checked + span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 4px;
  left: 5px;
  background: #333333;
  border-radius: 100%;
}
.form__main .checkbox input:checked + span::after {
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    content: '';
    display: block;
    height: 13px;
    left: 7px;
    margin-top: -7px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}
.form__main .radio input:checked + span::before ,
.form__main .checkbox input:checked + span::before {
  border-color: #888888;
}
.form__main .radio__text ,
.form__main .checkbox__text {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
  vertical-align: baseline;
  color: #333333;
  padding: 0.2rem 0 0 3rem;
}
.form__main .radio__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  background: #fff;
}
.form__main .checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CCCCCC;
  background: #fff;
}
.form__main .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
/*          align-items: stretch;*/
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form__main .name input {
  width: 30rem;
}
.form__main .name input:not(:last-child) {
  margin-right: 1rem;
}
.form__main .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form__main .post__input {
  width: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 2rem;
}
.form__main .post__input input {
  width: 12rem;
}
.form__main .post__link {
  text-decoration: underline;
  background: url(../img/icon_blank02_pink.svg) no-repeat right center;
  background-size: 1rem auto;
  color: #0F4db1;
  padding-right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .form__main .post__link:hover {
    text-decoration: none;
  }
}
.form__main .telFax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 42rem;
}
.form__main .telFax input {
/*  width: 12rem; */
  width: 30rem;
}
.form__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form__single:not(:last-of-type) {
  margin-bottom: 2rem;
}
.form__single dt {
  width: 22rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.35px;
  padding-top: 0.9rem;
}
.form__single dd {
  width: calc(100% - 22rem);
  font-size: 14px;
  letter-spacing: 0.35px;
}
.form__single.required dt::after {
  content: " ※";
  color: #0F4db1;
  font-weight: bold;
}
.form__single.required input, .form__single.required select, .form__single.required textarea {
  background: #FCF5F6;
  border-color: #EF99A3;
}
.form__single.type--radio {
  margin-bottom: 1.7rem;
}
.form__single.type--radio dt {
  padding-top: 0.3rem;
}
.form__single.type--radio .error {
  margin-top: 0.5rem;
}
.form__single.type--radio .attention {
  margin-top: 0.8rem;
}
.form__btn {
  margin-top: 4rem;
}
.form__btn .submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 34rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form__btn .submit:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .form__btn .submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.form__btn .return {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #DDDDDD;
  background-color: #DDDDDD;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 34rem;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .form__btn .return:hover {
    color: #DDDDDD;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .form__btn .return {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.form__btn .return:hover {
  color: #333333;
}
.form__btn--confirm {
/*  display: none;*/
}
.form__btn--confirm .submit,
.form__btn--confirm .return {
  margin: 0 1rem;
}

.modalTrigger {
  cursor: pointer;
}

.modalAreaBtnver {
  width: calc(100rem + 20px);
  max-width: 95vw;
  height: calc(64rem + 10px);
  max-height: 95vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 10px 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000001;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  display: none;
}
.modalAreaBtnver__main {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 4.5rem 1rem 5rem 6rem;
}
.modalAreaBtnver__inner {
  padding-right: 3rem;
  width: 100%;
  height: 100%;
/*  overflow-y: auto;*/
}
.modalAreaBtnver__inner>iframe{
  width: 100%;
  height: 100%;
}
.closeBtn {
  cursor: pointer;
}
.closeBtn--fixBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
}
.closeBtn--fixBtn img {
  width: 100%;
}

.overlayActive {
  height: 100%;
  overflow: hidden;
}.overlayActive .modalOverlay {
  background-color: #333333;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
.overlayActive .modalActive {
  z-index: 1000002;
  display: block;
}
.overlayActive .modalAreaBtnver {
  opacity: 1;
  pointer-events: auto;
}

.slick-arrow {
  color: transparent;
  display: block;
  width: 4rem;
  height: 4rem;
  z-index: 2;
  position: absolute;
}
.slick-arrow.slickPrev {
  background: url(../img/arrow_slide_left.svg) no-repeat;
  background-size: 40px auto;
}
.slick-arrow.slickNext {
  background: url(../img/arrow_slide_right.svg) no-repeat;
  background-size: 40px auto;
}
@media screen and (min-width: 768px) {
  .slick-arrow:hover {
    opacity: 0.7;
  }
}

.dotsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dotsNav li {
  padding: 0 0.5rem;
}
.dotsNav li.slick-active button {
  background-color: #0F4db1;
}
.dotsNav li button {
  display: block;
  padding: 0;
  color: transparent;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #F2F2F2;
}

.acdTrigger {
  cursor: pointer;
}

.acdArea {
  display: none;
}

@media screen and (min-width: 768px) {
  body,
  header {
    min-width: 106rem;
  }
  body#modalReview {
    min-width: 80rem;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 13rem;
  border-top: 1rem solid #0F4db1;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
header .headerTop {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 7rem;
  position: relative;
}
header .headerTop .headerSubtitle {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
}
header .headerTop__main {
  margin: 1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 60rem;
}
header .headerTop__main .siteLogo {
  width: 12.4rem;
}
header .headerTop__main .siteLogo a {
  display: block;
}
header .headerTop__main .searchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 2.6rem;
}
header .headerTop__main .searchArea .search--category {
  margin-right: 1rem;
  width: 14rem;
}
header .headerTop__main .searchArea .search--category .selectBox {
  position: relative;
}
header .headerTop__main .searchArea .search--category .selectBox::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_vertical_glay.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 8.7px 5.05px;
  width: 8.7px;
  height: 5.05px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  z-index: 1;
}
header .headerTop__main .searchArea .search--category .selectBox select {
  display: block !important;
  padding-right: 2rem;
}
header .headerTop__main .searchArea .search--free {
  width: 20rem;
  position: relative;
}
header .headerTop__main .searchArea .search--free input[type=text] {
  background-size: 20px auto;
  padding-right: 3rem;
}
header .headerTop__main .searchArea .search--free input[type=text]::-webkit-input-placeholder {
  text-align: left;
  padding-left: 0;
}
header .headerTop__main .searchArea .search--free input[type=text]::-webkit-input-placeholder, header .headerTop__main .searchArea .search--free input[type=text]::-ms-input-placeholder, header .headerTop__main .searchArea .search--free input[type=text]::-ms-input-placeholder, header .headerTop__main .searchArea .search--free input[type=text]::placeholder {
  text-align: left;
  padding-left: 0;
}
header .headerTop__main .searchArea .search--free input[type=image] {
  width: 20px;
  height: auto;
  position: absolute;
  top: 8px;
  right: 11px;
  border: 0;
  padding: 0;
}
header .headerTop__sub {
  width: calc(100% - 60rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--product {
    display: none;
  }
}
header .headerTop .btn--login {
  background: url(../img/icon_human_glay.svg) no-repeat left center;
  background-size: 18px auto;
  padding-left: 2.4rem;
  margin: 0 2rem 0 2.2rem;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--login {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--login:hover {
    opacity: 0.7;
  }
}
header .headerTop .btn--logout {
  background-size: 18px auto;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--logout {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--logout:hover {
    opacity: 0.7;
  }
}
header .headerTop .btn--favorite {
  background: url(../img/icon_heart_glay.svg) no-repeat left center;
  background-size: 18px auto;
  padding-left: 2.5rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--favorite {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--favorite:hover {
    opacity: 0.7;
  }
}
header .headerTop .btn--cart {
  background: url(../img/icon_cart_glay.svg) no-repeat left center;
  background-size: 19.5px auto;
  padding-left: 2.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--cart {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--cart:hover {
    opacity: 0.7;
  }
}
header .headerTop .btn--cart .cartNum {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #DA142B;
  color: #fff;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  header .headerTop .btn--guidance {
    display: none;
  }
}
header .headerBottom {
  border-top: 1px solid #F2F2F2;
}
header .headerBottom ul {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 1.4rem;
  padding-bottom: 1.5rem;
}
header .headerBottom ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% / 5);
  height: 2rem;
}
_:-ms-lang(x)::-ms-backdrop, header .headerBottom ul li {
  width: calc(100% / 5 - 1px);
}

header .headerBottom ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #F2F2F2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
header .headerBottom ul li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #F2F2F2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header .headerBottom ul li a {
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  header .headerBottom ul li a:hover {
    opacity: 0.7;
  }
}

.btnNav {
  display: none;
}

footer {
  background-color: #F2F2F2;
  padding-top: 5.5rem;
}
footer .mainBox {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .mainBox.footerTop {
  margin-bottom: 3.5rem;
}
footer .mainBox__title {
  font-weight: bold;
  width: 24rem;
}
footer .mainBox__title a {
  background: url(../img/icon_blank_black.svg) no-repeat right center;
  background-size: 14px auto;
  display: inline-block;
  padding-right: 2.3rem;
}
footer .mainBox__details {
  width: calc(100% - 24rem);
}
footer .mainBox .linkBox--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .mainBox .linkBox--default li:not(:last-child) {
  position: relative;
  padding-right: 1.7rem;
  margin-right: 1.7rem;
}
footer .mainBox .linkBox--default li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.3rem;
  background-color: #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  footer .mainBox .linkBox--default li a:hover {
    opacity: 0.7;
  }
}
footer .mainBox .linkBox--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .mainBox .linkBox--box li:not(:last-child) {
  margin-right: 2rem;
}
footer .mainBox .linkBox--box li.tel .link {
  font-size: 2rem;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
}
footer .mainBox .linkBox--box li .title {
  color: #888888;
  font-size: 1.2rem;
  font-weight: bold;
}
footer .mainBox .linkBox--box li .link {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 24rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  footer .mainBox .linkBox--box li .link:hover {
    color: rgba(51, 51, 51, 0.7);
  }
}
footer .mainBox .linkBox--box li .annotation {
  text-align: right;
  color: #888888;
  font-size: 1rem;
}
footer .copy {
  margin-top: 6.5rem;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  display: block;
  background-color: #0F4db1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5rem;
  width: 100%;
  letter-spacing: 1.2px;
}

.contentWrap {
  padding-top: 13rem;
  padding-bottom: 10rem;
  min-height: calc( 100vh - 330px );
}
.contentWrap__flex {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contentWrap__flex main {
  width: 74rem;
}
.contentWrap__flex .flexAsideMenu {
  width: 20rem;
}
.contentWrap__head .search--free {
  display: none;
}
.contentWrap__head .shortInfo {
  background-color: #eef5eb;
}
.contentWrap__head .shortInfo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
/*  height: 5rem;*/
  min-height: 5rem;
  height: auto;
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.contentWrap__head .shortInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 8rem;
  height: 2.6rem;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  background-color: #DA142B;
}
.contentWrap__head .shortInfo__details {
  padding-left: 1.5rem;
  width: calc(100% - 8rem);
}
.contentWrap__head .shortInfo__details a {
  position: relative;
/*  display: block;*/
  padding-right: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentWrap__head .shortInfo__details a::before {
  content: "";
  display: block;
  background-image: url("../img/icon_arrow_gray.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .contentWrap__head .shortInfo__details a:hover {
    text-decoration: underline;
  }
}
.contentWrap__head .pnkz,
.contentWrap__footer .pnkz {
  background-color: #eef5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 3rem;
  height: auto;
}
.contentWrap__head .pnkz__box,
.contentWrap__footer .pnkz__box {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.25px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  color: #888888;
}
.contentWrap__head .pnkz__box li,
.contentWrap__footer .pnkz__box li {
  display: inline-block;
  vertical-align: middle;
}
.contentWrap__head .pnkz__box li:not(:last-child),
.contentWrap__footer .pnkz__box li:not(:last-child) {
  position: relative;
  padding-right: 1.3rem;
}
.contentWrap__head .pnkz__box li:not(:last-child)::after,
.contentWrap__footer .pnkz__box li:not(:last-child)::after {
  content: "＞";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contentWrap__head .pnkz__box li a,
.contentWrap__footer .pnkz__box li a {
  color: #888888;
}
.contentWrap__head .pnkz__box li a:hover,
.contentWrap__footer .pnkz__box li a:hover {
  text-decoration: underline;
}

.flexAsideMenu .menuArea__title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 1.5rem;
}
.flexAsideMenu .menuArea__list {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-bottom: 3rem;
}
.flexAsideMenu .menuArea__list li {
  position: relative;
}
.flexAsideMenu .menuArea__list li:hover>.menuArea__listMore {
  opacity: 1;
  visibility: visible;
}
.flexAsideMenu .menuArea__listMore {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  right: -100%;
  top: -3px;
  min-width: 25rem;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.flexAsideMenu .menuArea__listMore li:first-child a
.flexAsideMenu .menuArea__listMore li:first-child>span {
  padding-top: 1rem;
  height: 4rem;
  background-position: right 1.5rem top calc(50% + 0.5rem);
}
.flexAsideMenu .menuArea__listMore li:last-child a,
.flexAsideMenu .menuArea__listMore li:last-child>span {
  padding-bottom: 1rem;
  height: 4rem;
  background-position: right 1.5rem top calc(50% - 0.5rem);
}
.flexAsideMenu .menuArea__listMore li a,
.flexAsideMenu .menuArea__listMore li>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 3rem;
  background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
  background-size: 4.59px auto;
  padding: 0 2.5rem 0 1rem;
  white-space: nowrap;
  padding: 0 3rem 0 1.6rem;
  background-position: right 1.5rem center;
  line-height: 1.6rem;
}
.flexAsideMenu .menuArea__listMore li>span {
  cursor: pointer;
}
.flexAsideMenu .menuArea__listMore li .menuArea__listMore {
  left: 25rem;
}
@media screen and (min-width: 768px) {
  .flexAsideMenu .menuArea__listMore li a:hover {
    text-decoration: underline;
  }
  .flexAsideMenu .menuArea__listMore li a:hover img {
    opacity: 1;
  }
}
.flexAsideMenu .menuArea .type--image > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 3rem;
  background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
  background-size: 4.59px auto;
  padding: 0 2.5rem 0 1rem;
  white-space: nowrap;
  padding-left: 0;
  height: 4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .flexAsideMenu .menuArea .type--image > li > a:hover {
    text-decoration: underline;
  }
  .flexAsideMenu .menuArea .type--image > li > a:hover img {
    opacity: 1;
  }
}
.flexAsideMenu .menuArea .type--image > li > a img {
  height: 3rem;
  width: auto;
  margin-right: 1rem;
}
.flexAsideMenu .menuArea .type--image > li > a span {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAsideMenu .menuArea .type--default > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 3rem;
  height: 100%;
  background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
  background-size: 4.59px auto;
  padding: 0 2.5rem 0 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.flexAsideMenu .menuArea .type--default > li > a img {
  height: auto;
  margin: 0.3rem 0;
}
@media screen and (min-width: 768px) {
  .flexAsideMenu .menuArea .type--default > li > a:hover {
    text-decoration: underline;
  }
  .flexAsideMenu .menuArea .type--default > li > a:hover img {
    opacity: 1;
  }
}
.flexAsideMenu .menuArea .type--logo {
  padding: 0 0 1rem;
}
.flexAsideMenu .menuArea .type--logo > li {
  margin-top: 0.5rem;
}
.flexAsideMenu .menuArea .type--logo > li > a {
  border: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #888888;
  padding: 0 1.5rem;
  text-align: right;
  letter-spacing: -1px;
}
.flexAsideMenu .menuArea .type--logo > li > a img {
  height: 3.4rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .flexAsideMenu .menuArea .type--logo > li > a:hover {
    background-color: #FAFAFA;
  }
  .flexAsideMenu .menuArea .type--logo > li > a:hover img {
    opacity: 1;
  }
}
.flexAsideMenu .menuArea .type--icon > li {
  border-top: 1px solid #F2F2F2;
}
.flexAsideMenu .menuArea .type--icon > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 5rem;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.flexAsideMenu .menuArea .type--icon > li > a img {
  width: 1.8rem;
}
.flexAsideMenu .myMenuArea__list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .flexAsideMenu .myMenuArea__list li a:hover {
    color: #0F4db1;
  }
}
.flexAsideMenu .myMenuArea__list > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.flexAsideMenu .myMenuArea__list > li > a {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
}
.flexAsideMenu .myMenuArea__list > li.now > a {
  color: #0F4db1;
}
.flexAsideMenu .myMenuArea__listMore {
  margin-top: 1.5rem;
}
.flexAsideMenu .myMenuArea__listMore > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.flexAsideMenu .myMenuArea__listMore > li > a {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
  background-size: 4.59px auto;
  padding-left: 1rem;
}

.productBox.typeSlide .slick-arrow {
  top: 10rem;
}
.productBox.typeSlide .slick-arrow.slickPrev {
  left: -2rem;
}
.productBox.typeSlide .slick-arrow.slickNext {
  right: -2rem;
}
.productBox__single {
  padding: 0 1.5rem 1rem 0;
}
.productBox__body {
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .productBox__body:hover {
    background-color: #FAFAFA;
  }
  .productBox__body:hover .productBox__photo img {
    height: 110%;
    max-width: none;
    opacity: 1;
  }
  .productBox__body:hover .productBox__details .name {
    color: #0F4db1;
  }
  .productBox__body:hover .productBox__details .sub {
    color: #0F4db1;
  }
  .productBox__body:hover .productDelete img {
    opacity: 1;
  }
}
.productBox__photo {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  padding-top: 120%;
}
.productBox__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: height ease 0.5s, opacity ease 0.3s;
  transition: height ease 0.5s, opacity ease 0.3s;
}
.productBox__photo .priceOff {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 1.1rem;
  border-radius: 0 10px 0 0;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #FFF;
  background-color: #DA142B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2rem;
  margin: 0 !important;
}
.productBox__details {
  padding: 1.5rem 1.5rem 1rem;
}
.productBox__details .name {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 0.6rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.productBox__details .sub {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #888888;
  margin-bottom: 1rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.productBox__details .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 2rem;
  padding-bottom: 2px;
}
.productBox__details .price {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}
.productBox__details .price span {
  font-size: 1.2rem;
}
.productBox__details .price.pick {
  color: #DA142B;
}
.productBox__details .favoriteMark {
  display: none;
}
.productBox__details .favoriteMark:checked + label {
  background-image: url(../img/icon_favorite_red.svg);
}
.productBox__details .favoriteMark + label {
  cursor: pointer;
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  padding: 0;
  background: url(../img/icon_favorite_glay.svg) no-repeat;
  background-size: 14px auto;
}
.productBox__details .num {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #888888;
  letter-spacing: -0.5px;
}
.productBox__details .num span {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  word-break: break-word;
}
.productBox__rank {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 10px 0 10px 0;
  text-align: center;
  line-height: 3rem;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.productBox__rank.rank1 {
  background-color: #edd04e;
}
.productBox__rank.rank2 {
  background-color: #778899;
}
.productBox__rank.rank3 {
  background-color: #993333;
}
.productBox .productDelete {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  width: 3rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .productBox .productDelete:hover img {
    opacity: 0.7;
  }
}

.titleHead {
  position: relative;
}
.titleHead__title--big {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #000;
}
.titleHead__title--big span {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: 0.3px;
}
.titleHead__title--normal {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
}
.titleHead__title--color {
  padding: 0.5em;
  color: #494949;
  background: #f5f5f5;
  border-left: solid 5px #0F4db1;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 2.5rem;
}
.titleHead__moreLink {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  position: relative;
  right: 0;
  top: 0;
  background: url(../img/arrow_beside_glay.svg) no-repeat right center;
  background-size: 4.59px auto;
  padding-right: 1.3rem;
}
@media screen and (min-width: 768px) {
  .titleHead__moreLink:hover {
    opacity: 0.7;
  }
}

.title--centerHead {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  margin: 5.5rem 0 3.5rem;
}

.title--leftHead {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  color: #000;
  margin: 5.5rem auto 3.5rem;
}

.categoryLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.8rem;
  min-height: 1.6rem;
}
.categoryLabel li {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #FFF;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 1.6rem;
  width: 4rem;
}
.categoryLabel li:not(:last-child) {
  margin-right: 0.4rem;
}
.categoryLabel li.label--new {
  background-color: #DA142B;
}
.categoryLabel li.label--sale {
  background-color: #DA142B;
}
.categoryLabel li.label--all {
  background-color: #57a800;
  width: 8rem;
}
.categoryLabel li.label--warm {
  background-color: #338feb;
}
.categoryLabel li.label--cold {
  background-color: #cc6500;
}

.categoryItemColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.3rem;
}
.categoryItemColor li {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 2px;
  margin-bottom: 2px;
}
.categoryItemColor li:not(:last-child) {
  margin-right: 2px;
}
.categoryItemColor .color--white {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.categoryItemColor .color--gray {
  background-color: #AAAAAA;
}
.categoryItemColor .color--brown {
  background-color: #AA6622;
}
.categoryItemColor .color--green {
  background-color: #82BE41;
}
.categoryItemColor .color--purple {
  background-color: #BB77EE;
}
.categoryItemColor .color--pink {
  background-color: #FF99CC;
}
.categoryItemColor .color--orange {
  background-color: #EE8833;
}
.categoryItemColor .color--turquoise {
  background-color: #48BEBE;
}
.categoryItemColor .color--black {
  background-color: #000000;
}
.categoryItemColor .color--navy {
  background-color: #334880;
}
.categoryItemColor .color--beige {
  background-color: #EDDDAE;
}
.categoryItemColor .color--blue {
  background-color: #66AAEE;
}
.categoryItemColor .color--yellow {
  background-color: #FBEC66;
}
.categoryItemColor .color--red {
  background-color: #EE3333;
}
.categoryItemColor .color--wine {
  background-color: #993333;
}

.tabArea .tabChoice li {
  cursor: pointer;
}
.bannerArea--bottom .titleHead {
  margin-bottom: 2.5rem;
}
.bannerArea--bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bannerArea--bottom ul li {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.bannerArea--bottom ul li.col3 {
  width: calc(33% - 1rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bannerArea--bottom ul li.col3 {
    width: calc(50% - 1rem);
  }
}
.bannerArea--bottom ul li.col3 a span em {
  display: block;
}
.bannerArea--bottom ul li.center {
  text-align: center;
}
.bannerArea--bottom ul li.center img {
  margin: auto;
}
.bannerArea--bottom ul li a {
  display: block;
}
.bannerArea--bottom ul li a.inline {
  display: inline-block;
}

.pageing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  margin: 1.5rem auto 8.5rem;
}
.pageing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  width: 100%;
}
.pageing ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.pageing ul li a:not(.prev):not(.next),
.pageing ul li .current {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1;
  color: #CCCCCC;
  background-color: #fff;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.35px;
  border: 1px solid #F2F2F2;
}
.pageing ul li .current {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
@media screen and (min-width: 768px) {
  .pageing ul li a:not(.prev):not(.next):hover {
    opacity: 0.7;
  }
}
.pageing ul li a.prev, .pageing ul li a.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pageing ul li a.prev:hover, .pageing ul li a.next:hover {
    opacity: 0.4;
  }
}
.pageing ul li a.prev::before, .pageing ul li a.next::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_beside_glay.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4.59px 7.77px;
  width: 4.59px;
  height: 7.77px;
  position: absolute;
  top: 50%;
}
.pageing ul li a.prev {
  left: 0;
  padding-left: 1.5rem;
}
.pageing ul li a.prev::before {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.pageing ul li a.next {
  right: 0;
  padding-right: 1.5rem;
}
.pageing ul li a.next::before {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.freeTextArea .freeTextSpace {
  margin: 1.5rem auto 4.5rem;
}
.freeTextArea .freeTextSpace .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  color: #000;
  margin: 1rem auto;
}
.freeTextArea .freeTextSpace .title::before,
.freeTextArea .freeTextSpace .title::after {
  content: "";
  width: 3em;
  border-top: 1px solid #d4d4d4;
  flex-grow: 1;
}
.freeTextArea .freeTextSpace .title::before {
  margin-right: 2rem;
}
.freeTextArea .freeTextSpace .title::after {
  margin-left: 2rem;
}
.freeTextArea .freeTextSpace .text {
  font-size: 1.3rem;
  background-color: #e5e5e5;
  padding: 1.5rem 2rem;
  line-height: 2.3rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .freeTextArea .freeTextSpace {
    width: 89.3%;
    margin: 5rem auto;
  }
  .freeTextArea .freeTextSpace:first-of-type {
    margin-top: 7rem;
  }
  .freeTextArea .freeTextSpace .title {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    margin: 0.8rem auto;
  }
  .freeTextArea .freeTextSpace .title::before {
    margin-right: 1.2rem;
  }
  .freeTextArea .freeTextSpace .title::after {
    margin-left: 1.2rem;
  }
  .freeTextArea .freeTextSpace .text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.searchChoose {
  margin-bottom: 4.5rem;
}
.searchChoose .title--head {
  display: none;
}
.searchChoose .closeBtn {
  display: none;
}

.searchMoreDetail__title--big {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.searchMoreDetail__title--normal {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-bottom: 0.4rem;
}
.searchMoreDetail__single:not(:last-child) {
  margin-bottom: 1.6rem;
}
.searchMoreDetail__single.price {
  padding-top: 0.8rem;
}
.searchMoreDetail__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.searchMoreDetail__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.35px;
  border-radius: 5px;
  color: #AAAAAA;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  white-space: nowrap;
}
.searchMoreDetail__list li a:hover {
  color: #fff;
  background-color: #888888;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail__list li a.searchOn {
  color: #fff;
  background: #888888 url(../img/icon_check_white.svg) no-repeat left 0.8rem center;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail__list li a.search_btn {
  color: #AAAAAA !important;
  background-color: #fff !important;
  border: 1px solid #B2B2B2 !important;
}
@media screen and (min-width: 768px) {
  .searchMoreDetail__list li a.searchBrand {
    font-size: 1.4rem;
  }
  .searchMoreDetail__list li a.searchSmallBrand {
    font-size: 0.6em;
  }
}
.searchMoreDetail__list--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.searchMoreDetail__list--color li {
  width: calc(50% - 2px);
  margin-bottom: 4px;
}
.searchMoreDetail__list--color li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.25px;
  border-radius: 5px;
  color: #AAAAAA;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  padding-left: 0.8rem;
}
.searchMoreDetail__list--color li a:hover {
  color: #fff;
  background: #888888;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail__list--color li a.search_btn {
  color: #AAAAAA !important;
  background-color: #fff !important;
  border: 1px solid #B2B2B2 !important;
}
.searchMoreDetail__list--color li a .color--white {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.searchMoreDetail__list--color li a .color--gray {
  background-color: #AAAAAA;
}
.searchMoreDetail__list--color li a .color--brown {
  background-color: #AA6622;
}
.searchMoreDetail__list--color li a .color--green {
  background-color: #82BE41;
}
.searchMoreDetail__list--color li a .color--purple {
  background-color: #BB77EE;
}
.searchMoreDetail__list--color li a .color--pink {
  background-color: #FF99CC;
}
.searchMoreDetail__list--color li a .color--orange {
  background-color: #EE8833;
}
.searchMoreDetail__list--color li a .color--turquoise {
  background-color: #48BEBE;
}
.searchMoreDetail__list--color li a .color--black {
  background-color: #000000;
}
.searchMoreDetail__list--color li a .color--navy {
  background-color: #334880;
}
.searchMoreDetail__list--color li a .color--beige {
  background-color: #EDDDAE;
}
.searchMoreDetail__list--color li a .color--blue {
  background-color: #66AAEE;
}
.searchMoreDetail__list--color li a .color--yellow {
  background-color: #FBEC66;
}
.searchMoreDetail__list--color li a .color--red {
  background-color: #EE3333;
}
.searchMoreDetail__list--color li a .color--wine {
  background-color: #993333;
}
.searchMoreDetail__list--color li a span {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 4px;
  margin-right: 7px;
  position: relative;
}
.searchMoreDetail__list--color li a.searchOn {
  color: #fff;
  background: #888888;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail__list--color li a.searchOn span::before {
  content: "";
  display: block;
  background-image: url("../img/icon_check_glay.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 12px 8.45px;
  width: 12px;
  height: 8.45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.searchMoreDetail__list--size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
}
.searchMoreDetail__list--size li {
  width: calc(25% - 2px);
  margin-bottom: 4px;
}
.searchMoreDetail__list--size li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.25px;
  border-radius: 5px;
  color: #AAAAAA;
  background-color: #fff;
  border: 1px solid #B2B2B2;
}
.searchMoreDetail__list--size li a:hover {
  color: #fff;
  background: #888888;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail__list--size li a.search_btn {
  color: #AAAAAA !important;
  background-color: #fff !important;
  border: 1px solid #B2B2B2 !important;
}
.searchMoreDetail .priceSearchArea {
  margin-bottom: 2.5rem;
}
.searchMoreDetail .priceSearchArea #range {
  width: 100%;
  margin-top: 1rem;
}
.searchMoreDetail__list--size li a.searchOn {
  color: #fff;
  background: #888888;
  background-size: 12px auto;
  border-color: #888888;
}
.searchMoreDetail .priceSearchArea .noUi-target, .searchMoreDetail .priceSearchArea .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchMoreDetail .priceSearchArea .noUi-target {
  position: relative;
}
.searchMoreDetail .priceSearchArea .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.searchMoreDetail .priceSearchArea .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.searchMoreDetail .priceSearchArea .noUi-handle {
  position: relative;
  z-index: 1;
}
.searchMoreDetail .priceSearchArea .noUi-stacking .noUi-handle {
  z-index: 5;
}
.searchMoreDetail .priceSearchArea .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.searchMoreDetail .priceSearchArea .noUi-state-drag * {
  cursor: inherit !important;
}
.searchMoreDetail .priceSearchArea .noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.searchMoreDetail .priceSearchArea .noUi-horizontal {
  height: 1rem;
}
.searchMoreDetail .priceSearchArea .noUi-horizontal .noUi-handle {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  left: -10px;
  top: -5px;
}
.searchMoreDetail .priceSearchArea .noUi-vertical {
  width: 18px;
}
.searchMoreDetail .priceSearchArea .noUi-vertical .noUi-handle {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  left: -10px;
  top: -5px;
}
.searchMoreDetail .priceSearchArea .noUi-background {
  background: #F2F2F2;
}
.searchMoreDetail .priceSearchArea .noUi-connect {
  background: #DDDDDD;
}
.searchMoreDetail .priceSearchArea .noUi-dragable {
  cursor: w-resize;
}
.searchMoreDetail .priceSearchArea .noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.searchMoreDetail .priceSearchArea .noUi-handle {
  background: #888888;
  cursor: pointer;
}
.searchMoreDetail .priceSearchArea [disabled] .noUi-handle {
  cursor: not-allowed;
}
.searchMoreDetail .priceSearchArea .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.35px;
  margin-top: 1.5rem;
}
.searchMoreDetail .priceSearchArea .price input[type=number],
.searchMoreDetail .priceSearchArea .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 7rem;
  height: 3rem;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 0 1rem;
  -moz-appearance: textfield;
}
.searchMoreDetail .priceSearchArea .price input[type=number]::-webkit-outer-spin-button,
.searchMoreDetail .priceSearchArea .price input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.searchMoreDetail .priceSearchArea .price input[type=number].lower,
.searchMoreDetail .priceSearchArea .price span.lower {
  margin-right: 6px;
}
.searchMoreDetail .priceSearchArea .price input[type=number].upper,
.searchMoreDetail .priceSearchArea .price span.upper {
  margin: 0 5px;
}
.searchMoreDetail .priceSearchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.searchMoreDetail .priceSearchBtn input[type=submit],
.searchMoreDetail .priceSearchBtn a {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.35px;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.searchMoreDetail .priceSearchBtn a.cancel {
  background-color: #DDDDDD;
}
.searchMoreDetail .priceSearchBtn input[type=submit].submit,
.searchMoreDetail .priceSearchBtn a.submit {
  background-color: #0F4db1;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .searchMoreDetail .priceSearchBtn input[type=submit]:hover,
  .searchMoreDetail .priceSearchBtn a:hover {
    opacity: 0.7;
  }
}

.colorBox {
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 2.5rem 4rem;
}
.colorBox__title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 2rem;
}
.colorBox__text {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
}
.colorBox__input {
  height: 5rem;
}
.colorBox__password {
  margin-top: 1rem;
  height: 5rem;
}
.colorBox__submit {
  margin-top: 2rem;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .colorBox__submit:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .colorBox__submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.colorBox__return {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #DDDDDD;
  background-color: #DDDDDD;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .colorBox__return:hover {
    color: #DDDDDD;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .colorBox__return {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .colorBox__return:hover {
    color: #333333;
  }
}
.colorBox__link {
  text-align: right;
  margin-top: 1rem;
}
.colorBox__link a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.33px;
  color: #0F4db1;
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
@media screen and (min-width: 768px) {
  .colorBox__link a:hover {
    text-decoration: none;
  }
}
.colorBox__link a::after {
  content: " >";
}

.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.spinner input[type=number] {
  -moz-appearance: textfield;
}
.spinner input[type=number]::-webkit-outer-spin-button, .spinner input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner input[type=button] {
  cursor: pointer;
}
.spinner .btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #888888;
  color: #fff;
  border-radius: 4px;
  border-color: #888888;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0;
  text-align: center;
  line-height: 3rem;
}
_:-ms-lang(x)::-ms-backdrop, .spinner .btnspinner {
  line-height: 3.5rem;
}

.spinner .spinnerCounter {
  height: 3rem;
  width: 6rem;
  color: #333333;
  background-color: #fff;
  border-radius: 4px;
  border-color: #CCCCCC;
  margin: 0 1rem;
  text-align: center;
}

.cartArea {
  padding-right: 30rem;
  position: relative;
}
.cartArea__single:not(:last-of-type) {
  margin-bottom: 5.5rem;
}
.cartArea__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.8rem;
}
.cartArea__productPhoto {
  width: 24rem;
  padding-top: 0.3rem;
}
.cartArea__productDetails {
  width: 43rem;
}
.cartArea__productDetails .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.45px;
  margin-bottom: 1.2rem;
}
.cartArea__productDetails .num {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.3px;
  color: #888888;
  margin-bottom: 1.5rem;
}
.cartArea__productDetails .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2.3rem;
}
.cartArea__productDetails .price__quantity {
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  margin-right: 1.7rem;
}
.cartArea__productDetails .price__money {
  font-size: 2.4rem;
  letter-spacing: 0.35px;
  color: #DA142B;
}
.cartArea__productDetails .price__money span {
  font-size: 1.4rem;
}
.cartArea__productDetails .btn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 24rem;
}
@media screen and (min-width: 768px) {
  .cartArea__productDetails .btn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__productDetails .btn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.cartArea__productDetails .btn.kako {
  border: 2px solid #DA142B;
  background-color: #DA142B;
  color: #FFF;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cartArea__productDetails .btn.kako:hover {
    color: #DA142B;
    background-color: #fff;
  }
}
.cartArea__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #888888;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 1.2rem;
}
.cartArea__itemHead .cell01 {
  padding-left: 4.6rem;
  width: 24.2rem;
}
.cartArea__itemHead .cell02 {
  width: 11.6rem;
}
.cartArea__itemHead .cell03 {
  width: 15rem;
}
.cartArea__itemSingle {
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.35px;
  padding: 1rem 1rem 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartArea__itemSingle .color--white::before {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.cartArea__itemSingle .color--gray::before {
  background-color: #AAAAAA;
}
.cartArea__itemSingle .color--brown::before {
  background-color: #AA6622;
}
.cartArea__itemSingle .color--green::before {
  background-color: #82BE41;
}
.cartArea__itemSingle .color--purple::before {
  background-color: #BB77EE;
}
.cartArea__itemSingle .color--pink::before {
  background-color: #FF99CC;
}
.cartArea__itemSingle .color--orange::before {
  background-color: #EE8833;
}
.cartArea__itemSingle .color--turquoise::before {
  background-color: #48BEBE;
}
.cartArea__itemSingle .color--black::before {
  background-color: #000000;
}
.cartArea__itemSingle .color--navy::before {
  background-color: #334880;
}
.cartArea__itemSingle .color--beige::before {
  background-color: #EDDDAE;
}
.cartArea__itemSingle .color--blue::before {
  background-color: #66AAEE;
}
.cartArea__itemSingle .color--yellow::before {
  background-color: #FBEC66;
}
.cartArea__itemSingle .color--red::before {
  background-color: #EE3333;
}
.cartArea__itemSingle .color--wine::before {
  background-color: #993333;
}
.cartArea__itemSingle .cell01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 23rem;
}
.cartArea__itemSingle .cell01::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  margin-right: 1.2rem;
}
.cartArea__itemSingle .cell02 {
  width: 4rem;
  text-align: center;
  margin-right: 2rem;
}
.cartArea__itemSingle .cell04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 43rem);
}
.cartArea__itemSingle .cell04 .price {
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  margin-right: 1.5rem;
  word-break: break-all;
  text-align: right;
}
.cartArea__itemSingle .cell04 .price span {
  font-size: 1.2rem;
}
.cartArea__itemSingle .cell04 .btn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  font-size: 1.2rem;
  font-weight: normal;
  width: 8rem;
  position: relative;
  padding: 0.8rem 0 0.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .cartArea__itemSingle .cell04 .btn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__itemSingle .cell04 .btn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.cartArea__itemSingle .cell04 .btn::before {
  content: "";
  display: block;
  background-image: url("../img/icon_close_pink.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
}
@media screen and (min-width: 768px) {
  .cartArea__itemSingle .cell04 .btn:hover::before {
    background-image: url(../img/icon_close02_white.svg);
  }
}
.cartArea__item .btn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: auto;
}
@media screen and (min-width: 768px) {
  .cartArea__item .btn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__item .btn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.cartArea__message {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #DA142B;
  margin: 4rem 0 3.5rem;
}
.cartArea__shoppingBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.cartArea__shoppingBtn li {
  width: 34rem;
}
.cartArea__shoppingBtn li a,
.cartArea__shoppingBtn li button {
  display: block;
  width: 100%;
}
.cartArea__shoppingBtn li a.shopping,
.cartArea__shoppingBtn li button.shopping {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #DDDDDD;
  background-color: #DDDDDD;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .cartArea__shoppingBtn li a.shopping:hover,
.cartArea__shoppingBtn li button.shopping:hover {
    color: #DDDDDD;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__shoppingBtn li a.shopping,
.cartArea__shoppingBtn li button.shopping {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cartArea__shoppingBtn li a.shopping:hover,
.cartArea__shoppingBtn li button.shopping:hover {
    color: #333333;
  }
}
.cartArea__shoppingBtn li a.submit,
.cartArea__shoppingBtn li button.submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #DA142B;
  background-color: #DA142B;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .cartArea__shoppingBtn li a.submit:hover,
.cartArea__shoppingBtn li button.submit:hover {
    color: #DA142B;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__shoppingBtn li a.submit,
.cartArea__shoppingBtn li button.submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.cartArea__total {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  width: 24rem;
}
.cartArea__totalInner {
  position: sticky;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding: 2rem;
  background: #FAFAFA;
}
.cartArea__totalInner .shoppingBtn li a.shopping {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #DDDDDD;
  background-color: #DDDDDD;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cartArea__totalInner .shoppingBtn li a.shopping:hover {
    color: #DDDDDD;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__totalInner .shoppingBtn li a.shopping {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cartArea__totalInner .shoppingBtn li a.shopping:hover {
    color: #333333;
  }
}
.cartArea__totalInner .shoppingBtn li a.submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #DA142B;
  background-color: #DA142B;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .cartArea__totalInner .shoppingBtn li a.submit:hover {
    color: #DA142B;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__totalInner .shoppingBtn li a.submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.cartArea__totalInner .shoppingBtn li a.shopping, .cartArea__totalInner .shoppingBtn li a.submit {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  padding: 0.6rem 0 0.5rem;
}
.cartArea__totalInner .total {
  margin: 1.5rem 0 0;
}
.cartArea__totalInner .total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0.5rem;
}
.cartArea__totalInner .total dt {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}
.cartArea__totalInner .total dd {
  font-size: 1.4rem;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.cartArea__totalInner .total--all {
  border-top: 1px solid;
  margin-top: 10px;
  padding: 0.7rem 0 0.2rem !important;
}
.cartArea__totalInner .total--all dt {
  font-weight: bold;
}
.cartArea__totalInner .total--all dt span {
  font-size: 1rem;
}
.cartArea__totalInner .total--all dd {
  font-size: 1.8rem;
  color: #DA142B;
}
.cartArea__totalInner .total--input {
  display: block;
  margin: 0.3rem 0 0.9em;
}
.cartArea__totalInner .total--input dt {
  font-size: 1.2rem;
  letter-spacing: 0.25px;
}
.cartArea__totalInner .total--input dt span {
  font-size: 1rem;
}
.cartArea__totalInner .total--input dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.cartArea__totalInner .total--input dd input {
  width: 14.5rem;
  height: 3rem;
  text-align: center;
}
.cartArea__totalInner .total--input dd input::-webkit-input-placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd input::-ms-input-placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd input::-ms-input-placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd input::-moz-placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd input:-ms-input-placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd input::placeholder {
  color: #333333;
  text-align: center;
}
.cartArea__totalInner .total--input dd .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartArea__totalInner .total--input dd .inputBox input {
  width: 7.5rem;
}
.cartArea__totalInner .total--input dd .inputBox span {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  margin-left: 0.5rem;
}
.cartArea__totalInner .total--input dd .inputBtn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  width: 4rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cartArea__totalInner .total--input dd .inputBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__totalInner .total--input dd .inputBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.cartArea__totalInner .link {
  text-align: center;
  margin-top: 1rem;
}
.cartArea__totalInner .link a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.33px;
  color: #0F4db1;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .cartArea__totalInner .link a:hover {
    text-decoration: none;
  }
}
.cartArea__totalInner .link a::after {
  content: " >";
}
.cartArea__design {
  margin-top: 5.4rem;
}
.cartArea__designHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 2.5rem;
}
.cartArea__designHead .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.cartArea__designHead .title span {
  font-size: 1.4rem;
}
.cartArea__designHead .btn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 24rem;
}
@media screen and (min-width: 768px) {
  .cartArea__designHead .btn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .cartArea__designHead .btn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.cartArea__designSingle {
  border-bottom: 1px solid #F2F2F2;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  padding: 1.1rem 1rem 1.3rem;
}
.cartArea__designSingle.active {
  background: url(../img/icon_check02_black.svg) no-repeat right 1rem center;
  background-size: 20px auto;
}
.lineBtn--btn {
  width: auto;
  margin: 0.5rem auto 0;
}

@media screen and (max-width: 767px) {
  input,
select,
textarea {
    font-size: 1.2rem;
    padding: 0.4rem 1rem 0.3rem;
  }

  textarea {
    padding: 1rem 1.5rem;
  }

  .error {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.3px;
  }

  .formBody--confirm .form__single {
    margin: 0;
  }
  .formBody--confirm .form__single:not(:last-of-type) {
    margin-bottom: 1.9rem;
  }
  .formBody--confirm .form__single.type--radio {
    margin-bottom: 1.9rem;
  }
  .formBody--confirm .form__single.type--radio dt {
    margin-bottom: 0.5rem;
  }
  .formBody--confirm .form__single dt {
    margin-bottom: 0.5rem;
  }
  .formBody--confirm .form__btn {
    margin-top: 2rem;
  }
  .formBody .colorBox {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }
  .form__title {
    margin-bottom: 1rem;
  }
  .form__title--main {
    font-size: 1.6rem;
    letter-spacing: 0.28px;
  }
  .form__title--sub {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
  .form__main input {
    height: 4rem;
    padding: 0.4rem 1.8rem 0.3rem;
  }
  .form__main input.half {
    width: 100%;
  }
  .form__main .selectBox.half {
    width: 100%;
  }
  .form__main .selectBox select {
    height: 4rem;
  }
  .form__main .attention {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.3px;
    margin-top: 0.7rem;
  }
  .form__main .error {
    margin-top: 0.7rem;
  }
  .form__main .radio {
    padding-top: 0;
  }
  .form__main .name {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__main .name input {
    width: calc((100% - 5px) / 2);
  }
  .form__main .name input:not(:last-child) {
    margin-right: 0;
  }
  .form__main .post {
    display: block;
  }
  .form__main .post__input {
    width: 23rem;
    max-width: 100%;
    margin: 0 0 0.5rem;
  }
  .form__main .post__input input {
    width: calc((100% - 3rem) / 2);
    max-width: 10rem;
  }
  .form__main .post__link {
    font-size: 1.2rem;
  }
  .form__main .telFax {
/*    width: 27rem; */
    max-width: 100%;
  }
  .form__main .telFax input {
/*    width: calc((100% - 6rem) / 3);*/
/*    max-width: 7rem; */
    padding: 0.4rem 0.5rem 0.3rem;
  }
  .form__single {
    display: block;
  }
  .form__single:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
  .form__single dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.2rem;
  }
  .form__single dd {
    width: 100%;
  }
  .form__single.type--radio {
    margin-bottom: 1.7rem;
  }
  .form__single.type--radio dt {
    padding-top: 0;
    margin-bottom: 0.8rem;
  }
  .form__single.type--radio .attention {
    margin-top: 0.7rem;
  }
  .form__btn {
    margin-top: 2rem;
  }
  .form__btn .submit {
    width: 100%;
  }
  .form__btn .return {
    width: 100%;
  }
  .form__btn--confirm {
/*    display: none; */
  }
  .form__btn--confirm .submit {
    margin: 1rem auto 0;
  }
  .form__btn--confirm .return {
    margin: 0;
  }

  .modalArea {
    overflow-y: hidden;
    border-top: 0.5rem solid #0F4db1;
    padding-top: 5.5rem;
    position: relative;
  }
  .modalArea__main {
    height: calc(100vh - 5.5rem);
    overflow-y: scroll;
    padding-bottom: 4rem;
  }
  .modalArea__main.iPhone {
    padding-bottom: 10rem !important;
  }
  .modalArea .title--head {
    position: absolute;
    top: 0;
    left: 0;
    width: calc( 100% - 6rem );
    height: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    color: #0F4db1;
    padding: 0 0 0 2rem;
    white-space: nowrap;
  }

  .modalAreaBtnver {
    width: calc(34.5rem + 20px);
    height: calc(100vh - 4rem);
    max-height: calc(100vh - 4rem);
  }
  .modalAreaBtnver__main {
    padding: 3.5rem 0.5rem 4rem 2rem;
  }
  .modalAreaBtnver__inner {
    padding-right: 1.5rem;
  }

  .closeBtn--fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4.2rem;
    color: #0F4db1;
    background: url(../img/icon_close_red.svg) no-repeat center top;
    background-size: 16.5px auto;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .closeBtn--fix span {
    font-size: 1rem;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  .closeBtn--btn {
    width: calc(100% - 2rem * 2);
    height: 5rem;
    margin: 3rem auto 0;
    border-radius: 4px;
    border: 1px solid #0F4db1;
    color: #0F4db1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }

  header {
    border-width: 0.5rem;
    height: 7rem;
    left: 0 !important;
  }
  header .headerTop {
    padding: 0;
    display: block;
    position: relative;
    height: 6.5rem;
  }
  header .headerTop .headerSubtitle {
    font-size: 12px;
    position: unset;
    text-align: center;
  }  
  header .headerTop__main {
    margin: 1rem auto 0;
    display: block;
    padding-top: 0.7rem;
    width: 64%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .headerTop__main .siteLogo {
    width: 11rem;
    margin: 10px 0 0.3rem;
    display: inline-block;
  }
  header .headerTop__main .searchArea {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
  }
  header .headerTop__main .searchArea .search--category {
    margin: 0 auto 0.7rem;
    width: 11rem;
  }
  header .headerTop__main .searchArea .search--category .selectBox {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  header .headerTop__main .searchArea .search--category .selectBox::before {
    content: none;
  }
  header .headerTop__main .searchArea .search--category .selectBox select {
    display: none !important;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-select-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 2.4rem;
    border-radius: 0.4rem;
    padding: 0.2rem 0;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
    position: relative;
    background-color: #0F4db1;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-select-trigger::after {
    content: "";
    display: block;
    background-image: url("../img/arrow_vertical_white.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 7.77px 4.59px;
    width: 7.77px;
    height: 4.59px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-select.opened .custom-select-trigger:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-options {
    width: calc(100vw - 10.7%);
    position: absolute;
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: fixed;
    top: 7rem;
    display: block;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CCCCCC;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-option {
    display: block;
    padding: 0 1rem;
    padding: 0.4rem 1rem 0.3rem;
    font-size: 1.2rem;
    color: #333333;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-option:last-of-type {
    border-radius: 0 0 4px 4px;
  }
  header .headerTop__main .searchArea .search--category .selectBox .custom-option:hover, header .headerTop__main .searchArea .search--category .selectBox .custom-option.selection {
    background: #FAFAFA;
  }
  header .headerTop__main .searchArea .search--free {
    display: none;
  }
  header .headerTop__sub {
    width: auto;
    position: absolute;
    top: 1.5rem;
    right: 2%;
  }
  header .headerTop .btn--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4.2rem;
    color: #0F4db1;
    background: url(../img/icon_search02_red.svg) no-repeat center top;
    background-size: 33.98px auto;
    position: absolute;
    top: 2.3rem;
    left: 2%;
  }
  header .headerTop .btn--product span {
    font-size: 1rem;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  header .headerTop .btn--login {
    display: none;
  }
  header .headerTop .btn--logout {
    display: none;
  }
  header .headerTop .btn--favorite {
    display: none;
  }
  header .headerTop .btn--cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 3.2rem;
    background: url(../img/icon_cart_glay.svg) no-repeat center top;
    background-size: 28.58px auto;
    padding-left: 0;
  }
  header .headerTop .btn--cart span {
    font-size: 1rem;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  header .headerTop .btn--cart .cartNum {
    top: -5px;
    left: -8px;
  }
  header .headerTop .btn--guidance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4.2rem;
    color: #0F4db1;
    background: url(../img/icon_menu_red.svg) no-repeat center top 10px;
    background-size: 30px auto;
    margin-left: 1.6rem;
  }
  header .headerTop .btn--guidance span {
    font-size: 1rem;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  header .headerBottom {
    display: none;
  }

  .btnNav {
    display: block;
  }
  .btnNav.product {
    width: 89.3%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: left ease 0.3s;
    transition: left ease 0.3s;
  }
  .btnNav.product.modalActive {
    left: 0;
  }
  .btnNav.guidance {
    width: 89.3%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    -webkit-transition: right ease 0.3s;
    transition: right ease 0.3s;
  }
  .btnNav.guidance.modalActive {
    right: 0;
  }
  .btnNav .search--category {
    padding: 1rem 2rem;
    border-top: 1px solid #F2F2F2;
  }
  .btnNav .search--category .selectBox {
    position: relative;
  }
  .btnNav .search--category .selectBox::before {
    content: "";
    display: block;
    background-image: url("../img/arrow_vertical_glay.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 8.7px 5.05px;
    width: 8.7px;
    height: 5.05px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1rem;
    z-index: 1;
  }
  .btnNav .search--category .selectBox select {
    display: block !important;
    padding-right: 2rem;
  }
  .btnNav .menuArea {
    border-bottom: 1px solid #F2F2F2;
  }
  .btnNav .menuArea__title {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    padding: 1.9rem 5rem 1.9rem 2rem;
    border-top: 1px solid #F2F2F2;
  }
  .btnNav .menuArea__title.acdTrigger {
    position: relative;
  }
  .btnNav .menuArea__title.acdTrigger::before {
    content: "";
    display: block;
    background-image: url("../img/icon_acd_plus.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
  }
  .btnNav .menuArea__title.acdTrigger.accOpen::before {
    background-image: url(../img/icon_acd_minus.svg);
  }
  .btnNav .menuArea__list {
    padding: 0 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .btnNav .menuArea__listMore > li:last-child > a {
    padding-bottom: 1.5rem;
    height: 4.5rem;
    background-position: right 1rem top calc(50% - 0.75rem);
  }
  .btnNav .menuArea__listMore > li > a,
  .btnNav .menuArea__listMore > li > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 5rem;
    background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
    background-size: 4.59px auto;
    padding: 0 2rem 0 1rem;
    white-space: nowrap;
    line-height: 1;
    height: 3.6rem;
    padding: 0 2.5rem 0 5.5rem;
  }
  .btnNav .menuArea__listMore > li > a.high,
  .btnNav .menuArea__listMore > li > p.high {
    height: 4rem;
  }
  .btnNav .menuArea .type--image > li {
    border-top: 1px solid #F2F2F2;
  }
  .btnNav .menuArea .type--image > li > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 5rem;
    background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
    background-size: 4.59px auto;
    padding: 0 2rem 0 1rem;
    white-space: nowrap;
    line-height: 1;
    background: url(../img/arrow_vertical_glay.svg) no-repeat right 0.5rem center;
    background-size: 8.7px auto;
  }
  .btnNav .menuArea .type--image > li > p img {
    height: 3rem;
    width: auto;
    margin-right: 1rem;
  }
  .btnNav .menuArea .type--default > li {
    border-top: 1px solid #F2F2F2;
  }
  .btnNav .menuArea .type--default > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 5rem;
    height: 100%;
    background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
    background-size: 4.59px auto;
    padding: 0 2rem 0 1rem;
    white-space: nowrap;
    line-height: 1;
  }
  .btnNav .menuArea .type--default > li > a img {
    height: auto;
    margin: 0.3rem 0;
  }
  .btnNav .menuArea .type--default > li > p {
    line-height: 5rem;
  }
  .btnNav .menuArea .type--logo {
    padding: 0 3rem 1rem;
  }
  .btnNav .menuArea .type--logo > li {
    margin-top: 0.5rem;
  }
  .btnNav .menuArea .type--logo > li > a {
    border: 1px solid #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 5rem;
    border-radius: 5px;
    font-size: 1.2rem;
    color: #888888;
    padding: 0 1.5rem;
  }
  .btnNav .menuArea .type--logo > li > a img {
    height: 3.4rem;
    width: auto;
  }
  .btnNav .menuArea .type--logo > li > a span {
    width: 100%;
    text-align: left;
  }
  .btnNav .menuArea .type--icon > li {
    border-top: 1px solid #F2F2F2;
  }
  .btnNav .menuArea .type--icon > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 5rem;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .btnNav .menuArea .type--icon > li > a span {
    width: calc(100% - 2rem);
  }
  .btnNav .menuArea .type--icon > li > a img {
    width: 1.8rem;
  }
  .btnNav .userArea {
    background-color: #F2F2F2;
    padding: 1.8rem 2rem 0.3rem;
  }
  .btnNav .userArea .name {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
  .btnNav .userArea .name span {
    margin-right: 0.5rem;
  }
  .btnNav .userArea .data {
    padding: 1rem;
  }
  .btnNav .userArea .data--point .data__details {
    font-weight: bold;
    color: #DA142B;
  }
  .btnNav .userArea .data__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    margin-bottom: 0.3rem;
  }
  .btnNav .userArea .data__title::after {
    content: ":";
    margin-right: 0.5rem;
  }

  footer {
    padding-top: 3.2rem;
  }
  footer .mainBox {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  footer .mainBox.footerTop {
    margin-bottom: 1.8rem;
  }
  footer .mainBox__title {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .mainBox__title a {
    padding-right: 1.8rem;
    background-position: right top 2px;
  }
  footer .mainBox__details {
    width: 100%;
  }
  footer .mainBox .linkBox--default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .mainBox .linkBox--default li {
    line-height: 2.5rem;
  }
  footer .mainBox .linkBox--default li:not(:last-child)::before {
    height: 1.1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  footer .mainBox .linkBox--default li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  footer .mainBox .linkBox--box {
    display: block;
    padding-top: 0.5rem;
  }
  footer .mainBox .linkBox--box li:not(:last-child) {
    margin: 0 0 0;
  }
  footer .mainBox .linkBox--box li.mailaddress {
    margin: -1.1rem 0 1.4rem;
  }
  footer .mainBox .linkBox--box li.mailaddress .link img {
    width: 19rem;
  }
  footer .mainBox .linkBox--box li .link {
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
  }
  footer .mainBox .linkBox--box li .annotation {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  footer .copy {
    margin-top: 4.2rem;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 767px) {
  .contentWrap {
    padding-top: 7rem;
    padding-bottom: 5.5rem;
    min-height: auto;
  }
  .contentWrap__flex {
    width: 100%;
    padding: 0;
    display: block;
  }
  .contentWrap__flex main {
    width: 100%;
  }
  .contentWrap__head .search--free {
    display: block;
    width: 100%;
    border-top: 1px solid #F2F2F2;
    padding: 0.9rem 2rem 1rem;
    position: relative;
  }
  .contentWrap__head .search--free input[type=text] {
    background-position: right 6px center;
    background-size: 16px auto;
    padding-right: 3rem;
  }
  .contentWrap__head .search--free input[type=text]::-webkit-input-placeholder {
    text-align: center;
    padding-left: 3rem;
  }
  .contentWrap__head .search--free input[type=text]::-webkit-input-placeholder, .contentWrap__head .search--free input[type=text]::-ms-input-placeholder, .contentWrap__head .search--free input[type=text]::-ms-input-placeholder, .contentWrap__head .search--free input[type=text]::placeholder {
    text-align: center;
    padding-left: 3rem;
  }
  .contentWrap__head .search--free input[type=image] {
    width: 16px;
    height: auto;
    position: absolute;
    top: 16px;
    right: 27px;
    border: 0;
    padding: 0;
  }
  .contentWrap__head .shortInfo__box {
/*    height: 4rem; */
    min-height: 4rem;
    height: auto;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
  .contentWrap__head .shortInfo__title {
    width: 6rem;
    height: 2rem;
  }
  .contentWrap__head .shortInfo__details {
    padding-left: 1rem;
    width: calc(100% - 6rem);
  }
  .contentWrap__head .shortInfo__details a {
    padding-right: 0;
  }
  .contentWrap__head .shortInfo__details a::before {
    content: none;
  }
  .contentWrap__head .pnkz__box {
    padding: 0 0 0 2rem;
  }
  .contentWrap__head .pnkz__box li:last-child {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .flexAsideMenu {
    display: none;
  }
  .flexAsideMenu .myMenuArea {
    background-color: #FAFAFA;
  }
  .flexAsideMenu .myMenuArea__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 4.9rem;
  }
  .flexAsideMenu .myMenuArea__list > li {
    border-bottom: 1px solid #EEEEEE;
  }
  .flexAsideMenu .myMenuArea__list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .flexAsideMenu .myMenuArea__list > li > a {
    background: url(../img/arrow_beside_glay.svg) no-repeat right 2rem center;
    background-size: 4.59px auto;
    padding: 0 2rem;
  }
  .flexAsideMenu .myMenuArea__listMore {
    margin-top: 0;
    padding: 0 2rem;
    border-top: 1px solid #EEEEEE;
  }
  .flexAsideMenu .myMenuArea__listMore > li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
  }
}
@media screen and (max-width: 767px) {
  .productBox {
    padding: 0 0 0 2rem;
  }
  .productBox.typeSlide .slick-arrow {
    top: calc( 25vw - 2rem );
  }
  .productBox.typeSlide .slick-arrow.slickPrev {
    left: 0;
  }
  .productBox.typeSlide .slick-arrow.slickNext {
    right: 0;
  }
  .productBox__single {
    padding-right: 1rem;
  }
  .productBox__details {
    padding: 1.5rem 1rem 1rem;
  }
  .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
  }
  .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .productBox__details .price span {
    font-size: 1.2rem;
  }
  .productBox__details .favoriteMark + label {
    width: 1.8rem;
    height: 1.6rem;
    background-size: 18px auto;
  }
  .productBox__details .categoryLabel {
    min-height: auto;
    height: auto !important;
    margin-bottom: 0;
  }
  .productBox__details .categoryLabel + .name {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .titleHead__title--big {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
  .titleHead__title--big span {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.25px;
  }
  .titleHead__title--normal {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .titleHead__moreLink {
    letter-spacing: 0;
    padding-right: 1rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .title--centerHead {
    font-size: 1.8rem;
    letter-spacing: 0.45px;
    margin: 4rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title--leftHead {
    font-size: 1.8rem;
    letter-spacing: 0.45px;
    margin: 4rem auto 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bannerArea--bottom {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .bannerArea--bottom .titleHead {
    margin-bottom: 2rem;
  }
  .bannerArea--bottom ul li {
    width: calc(50% - 0.7rem);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .searchChoose {
    display: block;
    width: 89.3%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: left ease 0.3s;
    transition: left ease 0.3s;
    margin: 0;
    width: 100%;
  }
  .searchChoose.modalActive {
    left: 0;
  }
  .searchChoose .title--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #F2F2F2;
  }
  .searchChoose .modalArea__main {
    padding: 1.6rem 2rem 4rem;
  }
  .searchChoose .closeBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchChoose .closeBtn.closeBtn--btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .searchMoreDetail__title--big {
    display: none;
  }
  .searchMoreDetail__title--normal {
    margin-bottom: 0.8rem;
  }
  .searchMoreDetail__single:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .searchMoreDetail__single.price {
    padding-top: 0.8rem;
  }
  .searchMoreDetail__list {
    padding: 0 2rem;
  }
  .searchMoreDetail__list li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .searchMoreDetail__list li a.searchOn {
    background-size: left 13px center;
  }
  .searchMoreDetail__list--color {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2rem;
  }
  .searchMoreDetail__list--color li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
  }
  .searchMoreDetail__list--color li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
  .searchMoreDetail .priceSearchArea #range {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .searchMoreDetail .priceSearchArea .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.35px;
    margin-top: 2rem;
  }
  .searchMoreDetail .priceSearchArea .price span {
    height: 4rem;
  }
  .searchMoreDetail .priceSearchBtn input[type=submit],
  .searchMoreDetail .priceSearchBtn a {
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .colorBox {
    padding: 2.5rem 2rem;
  }
  .colorBox__title {
    margin-bottom: 1.5rem;
  }
  .colorBox__link a {
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: 0.33px;
    color: #0F4db1;
    text-decoration: underline;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .colorBox__link a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .colorBox__link a::after {
    content: " >";
  }
}
@media screen and (max-width: 767px) {
  .spinner .spinnerCounter {
    width: 5rem;
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cartArea {
    padding: 0;
  }
  .cartArea__single:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
  .cartArea__product {
    margin-bottom: 2rem;
  }
  .cartArea__productPhoto {
    width: 35.9%;
  }
  .cartArea__productDetails {
    width: 59.9%;
  }
  .cartArea__productDetails .name {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.35px;
    margin-bottom: 0.8rem;
  }
  .cartArea__productDetails .num {
    font-size: 1rem;
    letter-spacing: 0.25px;
    margin-bottom: 1rem;
  }
  .cartArea__productDetails .price {
    display: block;
    margin-bottom: 1.2rem;
  }
  .cartArea__productDetails .price__quantity {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    margin: 0 0 0.6rem;
  }
  .cartArea__productDetails .price__money {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
  .cartArea__productDetails .price__money span {
    font-size: 1.2rem;
  }
  .cartArea__productDetails .btn {
    width: 100%;
  }
  .cartArea__itemHead {
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding-bottom: 1rem;
  }
  .cartArea__itemHead .cell01 {
    padding-left: 6%;
    width: 30%;
  }
  .cartArea__itemHead .cell02 {
    width: 16%;
  }
  .cartArea__itemHead .cell03 {
    width: 31%;
  }
  .cartArea__itemSingle {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    padding: 1rem 0 0.9rem;
  }
  .cartArea__itemSingle .cell01 {
    width: 28.5%;
  }
  .cartArea__itemSingle .cell01::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
  }
  .cartArea__itemSingle .cell02 {
    width: 4rem;
    margin-right: 1rem;
  }
  .cartArea__itemSingle .cell03 {
    width: 4rem;
  }
  .cartArea__itemSingle .cell03.spinner .btnspinner {
    display: none;
  }
  .cartArea__itemSingle .cell03.spinner .spinnerCounter {
    width: 4rem;
    margin: 0;
  }
  .cartArea__itemSingle .cell04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - (28.5% + 9rem) );
  }
  .cartArea__itemSingle .btn_cell {
    width: auto;
  }
  .cartArea__itemSingle .price_cell {
    width: 10rem;
  }
  .cartArea__itemSingle .cell04 .price {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    letter-spacing: 0.25px;
    margin: 0;
    padding: 0 1rem;
  }
  .cartArea__itemSingle .cell04 .price span {
    font-size: 1rem;
    display: block;
    padding-top: 3px;
  }
  .cartArea__itemSingle .cell04 .btn {
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0;
  }
  .cartArea__itemSingle .cell04 .btn::before {
    content: "";
    display: block;
    background-image: url("../img/icon_close_pink.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cartArea__itemSingle .cell04 .btn span {
    display: none;
  }
  .cartArea__message {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    margin: 3.8rem 0 3rem;
  }
  .cartArea__shoppingBtn {
    display: none;
  }
  .cartArea__total {
    position: static;
    height: auto;
    width: 100%;
  }
  .cartArea__totalInner {
    position: static;
    border-radius: 10px;
    padding: 2.5rem 2rem;
  }
  .cartArea__totalInner .shoppingBtn li a.shopping, .cartArea__totalInner .shoppingBtn li a.submit {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    padding: 1.3rem 0 1.2rem;
  }
  .cartArea__totalInner .total {
    margin: 2rem 0 0;
  }
  .cartArea__totalInner .total dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.9rem;
  }
  .cartArea__totalInner .total dt {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .cartArea__totalInner .total dd {
    font-size: 1.6rem;
  }
  .cartArea__totalInner .total--all {
    margin: 1.1rem 0 0 !important;
    padding: 1.6rem 0 0 !important;
  }
  .cartArea__totalInner .total--all + .total--details {
    margin-top: 1.4rem;
  }
  .cartArea__totalInner .total--all dt span {
    font-size: 1.2rem;
  }
  .cartArea__totalInner .total--all dd {
    font-size: 2rem;
  }
  .cartArea__totalInner .total--input {
    margin: 1.3rem 0 0;
  }
  .cartArea__totalInner .total--input dt {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    margin-bottom: 0.6rem;
  }
  .cartArea__totalInner .total--input dt span {
    font-size: 1.4rem;
  }
  .cartArea__totalInner .total--input dd input {
    width: calc(100% - 7rem);
    max-width: 22rem;
    height: 4rem;
  }
  .cartArea__totalInner .total--input dd .inputBox {
    width: calc(100% - 7rem);
    max-width: 22rem;
  }
  .cartArea__totalInner .total--input dd .inputBox input {
    width: calc(100% - 7rem);
    max-width: 12rem;
  }
  .cartArea__totalInner .total--input dd .inputBox span {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    margin-left: 0;
    padding-left: 1rem;
  }
  .cartArea__totalInner .total--input dd .inputBtn {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    width: 6rem;
    height: 4rem;
    padding: 0;
  }
  .cartArea__totalInner .link {
    margin-top: 1.5rem;
  }
  .cartArea__design {
    margin-top: 3rem;
  }
  .cartArea__designHead {
    padding-bottom: 2rem;
  }
  .cartArea__designHead .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .cartArea__designHead .title span {
    font-size: 1.2rem;
  }
  .cartArea__designHead .btn {
    width: calc(100% - 15rem);
    max-width: 16rem;
    margin-top: 0.5rem;
  }
  .cartArea__designHead .btn span {
    display: none;
  }
  .cartArea__designSingle {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    padding: 0.9rem 0;
  }
  .cartArea__designSingle.active {
    background-position: right 0.5rem center;
  }
}
/* 各スタイル PC */
.topPage .mv {
  margin: 0 0 6rem;
}
.topPage .mv__slide {
  margin: 0;
  padding: 4rem 0;
}
.topPage .mv__slide .slick-slide {
  padding: 0 1rem;
}
.topPage .mv__slide .slick-slide a {
  display: block;
}
.topPage .mv__slide .slick-slide a img {
  border-radius: 10px;
}
.topPage .mv__slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topPage .mv__slide .slick-arrow.slickPrev {
  left: 2rem;
}
.topPage .mv__slide .slick-arrow.slickNext {
  right: 2rem;
}
.topPage .bannerArea {
  margin: 0 0 6rem;
}
.topPage .bannerArea ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.topPage .bannerArea ul li a {
  display: block;
}
.topPage .productSlide {
  margin: 0 0 5rem;
}
.topPage .productSlide .titleHead {
  margin-bottom: 2rem;
}
.topPage .productSlide__single:not(:last-child) {
  margin-bottom: 5.5rem;
}
.topPage .productSlide .titleHead__title--big {
  margin: 0 0 2.5rem;
}
.topPage .productSlide .titleHead__title--big + .titleHead {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.shopPage .contentWrap__flex {
  padding-top: 5.6rem;
}
.shopPage main {
  padding-top: 0.3rem;
}
.shopPage .titleHead {
  margin-bottom: 1rem;
}
.shopPage .selectItemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4rem;
}
.shopPage .selectItemArea__list {
  width: calc(100% - 17rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopPage .selectItemArea__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  height: 2.5rem;
  background: #888888 url(../img/icon_close02_white.svg) no-repeat right 1rem center;
  background-size: 10px auto;
  padding: 0 3.8rem 0 2.3rem;
  margin: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}
.shopPage .selectItemArea__showSetting {
  width: 15rem;
  position: relative;
}
.shopPage .selectItemArea__showSetting::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_vertical02_black.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4rem;
  z-index: 1;
}
.shopPage .selectItemArea__showSetting select {
  height: 4rem;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .shopPage .selectItemArea__showSetting {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .shopPage .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shopPage .productBox__single {
    padding: 0 0 1rem;
    width: 17.5rem;
    margin-bottom: 2rem;
  }
  .shopPage .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.5rem * 4) / 3);
  }
  .shopPage .typeSlide .productBox__single {
    margin-right: 0;
    padding: 0 1.5rem 1rem 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .shopPage .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.6rem * 4) / 3);
  }

  .shopPage .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .shopPage .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .shopPage .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .shopPage .productBox__details .flex {
    margin-bottom: 1rem;
  }
}
.shopPage .bannerArea--bottom .titleHead {
  margin-bottom: 2.5rem;
}
.shopPage .btn--SearchMore {
  display: none;
}
.shopPage--item main {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  padding-top: 5.8rem;
}
.shopPage--item .itemBody {
  position: relative;
  padding: 0 calc(100% - 47rem) 0 0;
  margin-bottom: 6rem;
}
.shopPage--item .itemInfoArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 47rem;
}
.shopPage--item .bottomChoose {
  display: none;
}
.shopPage--item .itemDetails__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.2rem;
}
.shopPage--item .itemDetails__head .categoryLabel li {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  height: 2rem;
  width: 5rem;
}
.shopPage--item .itemDetails__head .categoryLabel li:not(:last-child) {
  margin-right: 0.5rem;
}
.shopPage--item .itemDetails__head .categoryLabel li.label--all {
  width: 11rem;
}
.shopPage--item .itemDetails__head .itemFavorite {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  color: #888888;
  background: url(../img/icon_favorite_glay.svg) no-repeat left top 3px;
  background-size: 18px auto;
  padding-left: 2rem;
  -webkit-transition: none;
  transition: none;
}
.shopPage--item .itemDetails__head .itemFavorite.active {
  background-image: url(../img/icon_favorite_red02.svg);
  color: #DA142B;
}
.shopPage--item .itemDetails__name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 1rem;
}
.shopPage--item .itemDetails__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shopPage--item .itemDetails__detail .itemDetails__num {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.3px;
  color: #888888;
  width: 55%;
  word-wrap: break-word;
}
.shopPage--item .itemDetails__detail .itemDetails__num span {
  display: block;
  margin-top: 10px;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating,
.shopPage--item .productBox__details .itemDetails__reviews .rating,
.shopPage .productBox__details .itemDetails__reviews .rating,
.topPage .productBox__details .itemDetails__reviews .rating,
.pickupPage .productBox__details .itemDetails__reviews .rating,
.cartPage .productBox__details .itemDetails__reviews .rating,
.myPage .productBox__details .itemDetails__reviews .rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating:before, .shopPage--item .itemDetails__detail .itemDetails__reviews .rating:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating:before, .shopPage--item .productBox__details .itemDetails__reviews .rating:after,
.shopPage .productBox__details .itemDetails__reviews .rating:before, .shopPage .productBox__details .itemDetails__reviews .rating:after,
.topPage .productBox__details .itemDetails__reviews .rating:before, .topPage .productBox__details .itemDetails__reviews .rating:after,
.pickupPage .productBox__details .itemDetails__reviews .rating:before, .pickupPage .productBox__details .itemDetails__reviews .rating:after,
.cartPage .productBox__details .itemDetails__reviews .rating:before, .cartPage .productBox__details .itemDetails__reviews .rating:after,
.myPage .productBox__details .itemDetails__reviews .rating:before, .myPage .productBox__details .itemDetails__reviews .rating:after {
  content: '★★★★★';
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating:after,
.shopPage .productBox__details .itemDetails__reviews .rating:after,
.topPage .productBox__details .itemDetails__reviews .rating:after,
.pickupPage .productBox__details .itemDetails__reviews .rating:after,
.cartPage .productBox__details .itemDetails__reviews .rating:after,
.myPage .productBox__details .itemDetails__reviews .rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcc00;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.shopPage--item .productBox__details .itemDetails__reviews,
.shopPage .productBox__details .itemDetails__reviews,
.topPage .productBox__details .itemDetails__reviews,
.pickupPage .productBox__details .itemDetails__reviews,
.cartPage .productBox__details .itemDetails__reviews,
.myPage .productBox__details .itemDetails__reviews {
  font-size: 1.2rem;
}
.shopPage--item .otherItemArea .productBox__details .itemDetails__reviews {
  font-size: 1rem;
}
.shopPage--item .productBox__details .itemDetails__reviews .rating,
.shopPage--item .productBox__details .itemDetails__reviews .rating:after,
.shopPage .productBox__details .itemDetails__reviews .rating,
.shopPage .productBox__details .itemDetails__reviews .rating:after,
.topPage .productBox__details .itemDetails__reviews .rating,
.topPage .productBox__details .itemDetails__reviews .rating:after,
.pickupPage .productBox__details .itemDetails__reviews .rating,
.pickupPage .productBox__details .itemDetails__reviews .rating:after,
.cartPage .productBox__details .itemDetails__reviews .rating,
.cartPage .productBox__details .itemDetails__reviews .rating:after,
.myPage .productBox__details .itemDetails__reviews .rating,
.myPage .productBox__details .itemDetails__reviews .rating:after {
  font-size: 1.4rem;
}
.shopPage--item .otherItemArea .productBox__details .itemDetails__reviews .rating,
.shopPage--item .otherItemArea .productBox__details .itemDetails__reviews .rating:after {
  font-size: 1.2rem;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="5.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="5.0"]:after {
  width: 100%; /* 星5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.9"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.9"]:after {
  width: 98%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.8"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.8"]:after {
  width: 96%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.7"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.7"]:after {
  width: 94%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.6"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.6"]:after {
  width: 92%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.5"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.5"]:after {
  width: 90%; /* 星4.5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.4"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.4"]:after {
  width: 88%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.3"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.3"]:after {
  width: 86%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.2"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.2"]:after {
  width: 84%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.1"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.1"]:after {
  width: 82%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="4.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="4.0"]:after {
  width: 80%; /* 星4 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.9"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.9"]:after {
  width: 78%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.8"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.8"]:after {
  width: 76%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.7"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.7"]:after {
  width: 74%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.6"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.6"]:after {
  width: 72%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.5"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.5"]:after {
  width: 70%; /* 星3.5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.4"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.4"]:after {
  width: 68%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.3"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.3"]:after {
  width: 66%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.2"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.2"]:after {
  width: 64%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.1"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.1"]:after {
  width: 62%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="3.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="3.0"]:after {
  width: 60%; /* 星3 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.9"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.9"]:after {
  width: 58%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.8"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.8"]:after {
  width: 56%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.7"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.7"]:after {
  width: 54%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.6"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.6"]:after {
  width: 52%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.5"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.5"]:after {
  width: 50%; /* 星2.5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.4"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.4"]:after {
  width: 48%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.3"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.3"]:after {
  width: 46%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.2"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.2"]:after {
  width: 44%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.1"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.1"]:after {
  width: 42%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="2.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="2.0"]:after {
  width: 40%; /* 星2 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.9"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.9"]:after {
  width: 38%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.8"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.8"]:after {
  width: 36%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.7"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.7"]:after {
  width: 34%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.6"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.6"]:after {
  width: 32%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.5"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.5"]:after {
  width: 30%; /* 星1.5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.4"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.4"]:after {
  width: 28%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.3"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.3"]:after {
  width: 26%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.2"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.2"]:after {
  width: 24%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.1"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.1"]:after {
  width: 22%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="1.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="1.0"]:after {
  width: 20%; /* 星1 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.9"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.9"]:after {
  width: 18%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.8"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.8"]:after {
  width: 16%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.7"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.7"]:after {
  width: 14%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.6"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.6"]:after {
  width: 12%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.5"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.5"]:after {
  width: 10%; /* 星0.5 */
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.4"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.4"]:after {
  width: 8%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.3"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.3"]:after {
  width: 6%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.2"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.2"]:after {
  width: 4%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.1"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.1"]:after {
  width: 2%;
}
.shopPage--item .itemDetails__detail .itemDetails__reviews .rating[data-rate="0.0"]:after,
.shopPage--item .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after,
.shopPage .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after,
.topPage .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after,
.pickupPage .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after,
.cartPage .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after,
.myPage .productBox__details .itemDetails__reviews .rating[data-rate="0.0"]:after {
  width: 0%; /* 星0 */
}
.shopPage--item .itemDetails__taglist {
  margin-top: 10px;
}
.shopPage--item .itemDetails__taglist .itemDetails__tagname {
  display: inline-block;
  padding: 5px 6px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
}
.shopPage--item .itemDetails__size {
  margin: 4.3rem 0 2rem;
}
.shopPage--item .itemDetails__sizeSingle {
  border-left: 4px solid #F2F2F2;
  padding: 0 0 0 1.7rem;
}
.shopPage--item .itemDetails__sizeSingle:not(:last-child) {
  margin-bottom: 2rem;
}
.shopPage--item .itemDetails__sizeSingle .size {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-bottom: 0.2rem;
}
.shopPage--item .itemDetails__sizeSingle .pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.3rem;
}
.shopPage--item .itemDetails__sizeSingle .pick dt {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #FFF;
  background-color: #DA142B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2rem;
  border-radius: 2px;
  padding: 0 1rem;
  margin-right: 1rem;
}
.shopPage--item .itemDetails__sizeSingle .pick dd {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.shopPage--item .itemDetails__sizeSingle .pick dd span {
  text-decoration: line-through;
}
.shopPage--item .itemDetails__sizeSingle .price {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  color: #DA142B;
  font-weight: bold;
}
.shopPage--item .itemDetails__sizeSingle .price span {
  font-size: 1.6rem;
}
.shopPage--item .itemDetails .categoryItemColor li {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0;
}
.shopPage--item .itemDetails .categoryItemColor li:not(:last-child) {
  margin-right: 4px;
  margin-bottom: 4px;
}
.shopPage--item .itemDetails__anchor {
  display: none;
}
.shopPage--item .itemChoose {
  margin: 6.5rem 0 5.7rem;
}
.shopPage--item .itemChoose .title--head {
  display: none;
}
.shopPage--item .itemChoose .btn--verification {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #DA142B;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #DA142B;
  background: url(../img/icon_blank_red.svg) no-repeat left 1.8rem center;
  background-size: 20px auto;
  padding: 1.1rem 4rem;
  margin-bottom: 2.4rem;
}
.shopPage--item .itemChoose .btn--verification:hover {
  background: #DA142B url(../img/icon_blank_white.svg) no-repeat left 1.8rem center;
  color: #fff;
}
.shopPage--item .itemChoose .btn--reservation {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000080;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #000080;
  background: url(../img/preOrder_navy.svg) no-repeat left 1.8rem center;
  background-size: 60px auto;
  padding: 1.1rem 0 1.1rem 5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .shopPage--item .itemChoose .btn--reservation {
    display: none;
  }
}
.shopPage--item .itemChoose .btn--reservation span {
  font-size: 1.1rem;
  margin-left: 10px;
}
.shopPage--item .itemChoose .btn--reservation:hover {
  background: #000080 url(../img/preOrder_white.svg) no-repeat left 1.8rem center;
  color: #fff;
}
.shopPage--item .itemChoose .btn--cart,
.shopPage--item .btn--cart {
  border: 2px solid #DA142B;
  border-radius: 10px;
  background: #DA142B url(../img/icon_cart_white.svg) no-repeat left 1.8rem center;
  background-size: 20px auto;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 1.1rem 4rem;
  margin-bottom: 0.8rem;
  -webkit-transition: background-color ease 0.3s, background-image ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, background-image ease 0.3s, color ease 0.3s;
  cursor: pointer;
}
.shopPage--item .itemChoose .btn--cart:hover,
.shopPage--item .btn--cart:hover {
  background: #fff url(../img/icon_cart_red.svg) no-repeat left 1.8rem center;
  color: #DA142B;
}
.shopPage--item .itemChoose .btn--cart.btn--mail,
.shopPage--item .btn--cart.btn--mail {
  border: 2px solid #43A047;
  background: #43A047 url(../img/icon_mail_white.svg) no-repeat left 1.8rem center;
  background-size: 20px auto;
}
.shopPage--item .itemChoose .btn--cart.btn--mail:hover,
.shopPage--item .btn--cart.btn--mail:hover {
  background: #fff url(../img/icon_mail_green.svg) no-repeat left 1.8rem center;
  background-size: 20px auto;
  color: #43A047;
}
.mail {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
}

.mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
.shopPage--item .itemChoose__single .size {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  margin-bottom: 0.5rem;
}
.shopPage--item .itemChoose__single .price {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.35px;
  color: #DA142B;
  font-weight: bold;
}
.shopPage--item .itemChoose__single .price span {
  font-size: 1.4rem;
}
.shopPage--item .itemChoose__single .choose {
  margin: 0.8rem 0 1rem;
}
.shopPage--item .itemChoose__single .choose__single:not(:last-child) {
  margin-bottom: 0.5rem;
}
.shopPage--item .itemChoose__single .choose__title {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5rem;
  width: 100%;
  padding: 0 1.3rem;
  position: relative;
}
.shopPage--item .itemChoose__single .choose__title::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_vertical_glay.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 14.14px 8.2077011494px;
  width: 14.14px;
  height: 8.2077011494px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
.shopPage--item .itemChoose__single .choose__title.accOpen::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.shopPage--item .itemChoose__single .choose__title span {
  width: 25px;
  margin-right: 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.shopPage--item .itemChoose__single .choose__title span::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  margin-right: 1.2rem;
}
.shopPage--item .itemChoose__single .choose__title .color--white::before {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.shopPage--item .itemChoose__single .choose__title .color--gray::before {
  background-color: #AAAAAA;
}
.shopPage--item .itemChoose__single .choose__title .color--brown::before {
  background-color: #AA6622;
}
.shopPage--item .itemChoose__single .choose__title .color--green::before {
  background-color: #82BE41;
}
.shopPage--item .itemChoose__single .choose__title .color--purple::before {
  background-color: #BB77EE;
}
.shopPage--item .itemChoose__single .choose__title .color--pink::before {
  background-color: #FF99CC;
}
.shopPage--item .itemChoose__single .choose__title .color--orange::before {
  background-color: #EE8833;
}
.shopPage--item .itemChoose__single .choose__title .color--turquoise::before {
  background-color: #48BEBE;
}
.shopPage--item .itemChoose__single .choose__title .color--black::before {
  background-color: #000000;
}
.shopPage--item .itemChoose__single .choose__title .color--navy::before {
  background-color: #334880;
}
.shopPage--item .itemChoose__single .choose__title .color--beige::before {
  background-color: #EDDDAE;
}
.shopPage--item .itemChoose__single .choose__title .color--blue::before {
  background-color: #66AAEE;
}
.shopPage--item .itemChoose__single .choose__title .color--yellow::before {
  background-color: #FBEC66;
}
.shopPage--item .itemChoose__single .choose__title .color--red::before {
  background-color: #EE3333;
}
.shopPage--item .itemChoose__single .choose__title .color--wine::before {
  background-color: #993333;
}
.shopPage--item .itemChoose__single .choose .cellSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5rem;
  width: 100%;
  padding: 0 4rem;
}
.shopPage--item .itemChoose__single .choose .cellSingle:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
.shopPage--item .itemChoose__single .choose .cellSingle.soldOut .spinner {
  opacity: 0.2;
  pointer-events: none;
}
.shopPage--item .itemChoose__single .choose .cellSingle .size {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin: 0;
}
.shopPage--item .itemChoose__single .choose .cellSingle .size span:first-child {
  font-weight: bold;
  width: 4.5rem;
  display: inline-block;
}
.shopPage--item .itemChoose__single .total {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
}
.shopPage--item .itemChoose__single .total span {
  font-size: 2.4rem;
}
.shopPage--item .itemChoose .allTotal {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #DA142B;
  border-top: 1px solid #CCCCCC;
  margin: 0.7rem 0 2.3rem;
  padding: 1.3rem 0 0;
}
.shopPage--item .itemChoose .allTotal span {
  font-size: 2.4rem;
}
.shopPage--item .itemChoose .cartText {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
}
.shopPage--item .itemChoose .schedule {
  margin-top: 2rem;
}
.shopPage--item .itemChoose .schedule__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.shopPage--item .itemChoose .schedule__title {
  position: relative;
  width: 17.2rem;
  margin-right: 0.5rem;
}
.shopPage--item .itemChoose .schedule__title::after {
  content: ":";
  position: absolute;
  top: -1px;
  right: 0;
}
.shopPage--item .itemChoose .schedule__day {
  color: #DA142B;
  width: calc(100% - 17.7rem);
}
.shopPage--item .itemChoose .closeBtn {
  display: none;
}
.shopPage--item .itemAbout .tabChoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopPage--item .itemAbout .tabChoice li {
  border: 1px solid #F2F2F2;
  border-bottom: none;
  background-color: #F2F2F2;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 15rem;
  height: 4rem;
  border-radius: 4px 4px 0 0;
  position: relative;
  bottom: -1px;
  z-index: 0;
}
.shopPage--item .itemAbout .tabChoice li.select {
  border-color: #CCCCCC;
  background-color: #fff;
  color: #333333;
  z-index: 2;
}
.shopPage--item .itemAbout .contentArea {
  border-top: 1px solid #CCCCCC;
  position: relative;
  z-index: 1;
  padding-top: 1.7rem;
}
.shopPage--item .itemAbout__details--about p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
}
.shopPage--item .itemAbout__details--about p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.shopPage--item .itemAbout__details--about p strong {
  font-weight: bold;
}
.shopPage--item .itemAbout__details--about p.title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.4px;
  margin-bottom: 1.5rem;
}
.shopPage--item .itemAbout__details--about p.title:not(:first-child) {
  margin-top: 3.2rem;
}
.shopPage--item .itemAbout__details--about p.annotation {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
  color: #888888;
  margin-bottom: 0.7rem;
}
.shopPage--item .itemAbout__details--about p.link {
  text-align: right;
}
.shopPage--item .itemAbout__details--about p.link a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.33px;
  color: #0F4db1;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .shopPage--item .itemAbout__details--about p.link a:hover {
    text-decoration: none;
  }
}
.shopPage--item .itemAbout__details--about p.link a::after {
  content: " >";
}
.shopPage--item .itemAbout__details--size .sizeTable {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.4rem 0 0.5rem;
  margin-bottom: 0.4rem;
}
.shopPage--item .itemAbout__details--size .sizeTable::-webkit-scrollbar {
  height: 1rem;
  background: #EEE;
  border-radius: 10px;
}
.shopPage--item .itemAbout__details--size .sizeTable::-webkit-scrollbar:horizontal {
  width: 100%;
}
.shopPage--item .itemAbout__details--size .sizeTable::-webkit-scrollbar-button {
  display: none;
}
.shopPage--item .itemAbout__details--size .sizeTable::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.shopPage--item .itemAbout__details--size .sizeTable::-webkit-scrollbar-corner {
  display: none;
}
.shopPage--item .itemAbout__details--size .sizeTable table {
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  width: auto;
  background-color: #fff;
}
.shopPage--item .itemAbout__details--size .sizeTable table tr > th:first-child {
  min-width: 9rem;
}
.shopPage--item .itemAbout__details--size .sizeTable table th,
.shopPage--item .itemAbout__details--size .sizeTable table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 0.7rem 0;
  min-width: 4.8rem;
}
/*.shopPage--item .itemAbout__details--size .sizeTable table thead th {*/
.shopPage--item .itemAbout__details--size .sizeTable table th {
  background-color: #F2F2F2;
}
.shopPage--item .itemAbout__details--size .sizeTable img {
  width: 100%!important;
  padding: 10px;
}
.shopPage--item .itemAbout__details--size p.link {
  text-align: right;
}
.shopPage--item .itemAbout__details--size p.link a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.33px;
  color: #0F4db1;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .shopPage--item .itemAbout__details--size p.link a:hover {
    text-decoration: none;
  }
}
.shopPage--item .itemAbout__details--size p.link a::after {
  content: " >";
}
.shopPage--item .itemAbout__details--size .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.5rem;
}
.shopPage--item .itemAbout__details--size .banner li {
/*  width: calc(50% - 0.5rem);*/
  width: 100%
}
.shopPage--item .itemAbout__details--size .banner li a {
  display: block;
}
.shopPage .reviewBox {
  width: 100%;
  margin: 1.5rem auto 8.5rem;
}
.shopPage--item .itemAbout__details--review .review__box,
.shopPage .reviewBox__details--review .review__box,
.topPage .reviewBox__details--review .review__box {
  padding-top: 0.3rem;
  margin-bottom: 4rem;
}
.shopPage--item .itemAbout__details--review .review__single:not(:last-child),
.shopPage .reviewBox__details--review .review__single:not(:last-child),
.topPage .reviewBox__details--review .review__single:not(:last-child) {
  margin-bottom: 2.7rem;
}
.shopPage--item .itemAbout__details--review .review__evaluation,
.shopPage .reviewBox__details--review .review__evaluation,
.topPage .reviewBox__details--review .review__evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.7rem;
}
.shopPage--item .itemAbout__details--review .review__evaluation li,
.shopPage .reviewBox__details--review .review__evaluation li,
.topPage .reviewBox__details--review .review__evaluation li {
  font-size: 2rem;
  font-weight: bold;
  color: #CCCCCC;
}
.shopPage--item .itemAbout__details--review .review__evaluation li.on,
.shopPage .reviewBox__details--review .review__evaluation li.on,
.topPage .reviewBox__details--review .review__evaluation li.on {
  color: #ffcc00;
}
.shopPage--item .itemAbout__details--review .review__text,
.shopPage .reviewBox__details--review .review__text,
.topPage .reviewBox__details--review .review__text {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
  margin-bottom: 1rem;
}
.shopPage--item .itemAbout__details--review .review__data,
.shopPage .reviewBox__details--review .review__data,
.topPage .reviewBox__details--review .review__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px dotted #dddddd;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  color: #888888;
}
.shopPage--item .itemAbout__details--review .linkBtn,
.shopPage .reviewBox__details--review .linkBtn,
.topPage .reviewBox__details--review .linkBtn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .shopPage--item .itemAbout__details--review .linkBtn:hover,
  .shopPage .reviewBox__details--review .linkBtn:hover,
  .topPage .reviewBox__details--review .linkBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .shopPage .reviewBox {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 5rem;
  }
  .shopPage--item .itemAbout__details--review .linkBtn,
  .shopPage .reviewBox__details--review .linkBtn,
  .topPage .reviewBox__details--review .linkBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.shopPage--item .itemAbout__details--review .link,
.shopPage .reviewBox__details--review .link,
.topPage .reviewBox__details--review .link {
  text-align: right;
}
.shopPage--item .itemAbout__details--review .link a,
.shopPage .reviewBox__details--review .link a,
.topPage .reviewBox__details--review .link a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.33px;
  color: #0F4db1;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .shopPage--item .itemAbout__details--review .link a:hover,
  .shopPage .reviewBox__details--review .link a:hover,
  .topPage .reviewBox__details--review .link a:hover {
    text-decoration: none;
  }
}
.shopPage--item .itemAbout__details--review .link a::after,
.shopPage .reviewBox__details--review .link a::after,
.topPage .reviewBox__details--review .link a::after {
  content: " >";
}
.shopPage--item .itemPhoto {
  margin-bottom: 3.5rem;
  padding-top: 0.2rem;
}
.shopPage--item .itemPhoto__thumbBox {
  margin: 0 0 2.5rem;
}
.shopPage--item .itemPhoto__thumbBox .listAll {
  display: none;
}
.shopPage--item .itemPhoto__thumb .slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.shopPage--item .itemPhoto__thumb .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shopPage--item .itemPhoto__thumb .slick-arrow.slickPrev {
  left: -2rem;
}
.shopPage--item .itemPhoto__thumb .slick-arrow.slickNext {
  right: -2rem;
}
.shopPage--item .itemPhoto__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.shopPage--item .itemPhoto__nav li {
  width: calc((100% - 20px) / 5);
  height: 10.8rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .shopPage--item .itemPhoto__nav li:not(:nth-child(5n)) {
    margin-right: 5px;
  }
}
.shopPage--item .itemPhoto__nav li.navItem {
  cursor: pointer;
}
.shopPage--item .itemPhoto__nav li.navItem.thumbnail-current {
  border: 1px solid #0F4db1;
}
.shopPage--item .itemPhoto__nav li.navItem.thumbnail-current img {
  opacity: 1;
}
.shopPage--item .itemPhoto__nav li.navItem img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.shopPage--item .itemPhoto__nav li.listAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopPage--item .itemPhoto__nav li.listAll a {
  display: inline-block;
}
.shopPage--item .itemMovie {
  margin-bottom: 3.5rem;
}
.shopPage--item .otherItemArea#anchorSetup {
  margin-bottom: 2rem;
}
.shopPage--item .otherItemArea__title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 1.5rem;
}
.shopPage--item .otherItemArea__list {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopPage--item .otherItemArea__list:before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.shopPage--item .otherItemArea__list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.shopPage--item .otherItemArea__list li {
  position: relative;
  width: 24%;
  margin: 0 0 15px 0;
}
.shopPage--item .type--logo > li > a {
  border: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #888888;
  padding: 0 1.5rem;
  text-align: right;
  letter-spacing: -1px;
}
.shopPage--item .type--logo > li > a span {
  display: block;
  width: 100%;
  text-align: left;
}
.shopPage--item .type--logo > li > a img {
  height: 3.4rem;
  width: auto;
}
.shopPage--item .type--default > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 3rem;
  background: url(../img/arrow_beside_glay.svg) no-repeat right 1rem center;
  background-size: 4.59px auto;
  padding: 0 2.5rem 0 1rem;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .shopPage--item .type--default > li > a:hover {
    text-decoration: underline;
  }
  .shopPage--item .type--default > li > a:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .shopPage--item .otherItemArea__list {
    padding: 0 2rem;
  }
  .shopPage--item .otherItemArea__list li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .shopPage--item .otherItemArea .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shopPage--item .otherItemArea .productBox__body:hover {
    background-color: #FAFAFA;
  }
  .shopPage--item .otherItemArea .productBox__body:hover .productBox__photo img {
    width: 110%;
    max-width: none;
    opacity: 1;
  }
  .shopPage--item .otherItemArea .productBox__single {
    padding: 0 0 1rem;
    width: 15rem !important;
    margin-bottom: 1rem;
  }
  .shopPage--item .otherItemArea .productBox__single:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .shopPage--item .otherItemArea .productBox__photo {
    overflow: hidden;
    position: relative;
    padding-top: 120%;
  }
  .shopPage--item .otherItemArea .productBox__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width ease 0.5s, opacity ease 0.3s;
    transition: width ease 0.5s, opacity ease 0.3s;
  }
  .shopPage--item .otherItemArea .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .shopPage--item .otherItemArea .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .shopPage--item .otherItemArea--full .productBox.typeSlide .slick-arrow {
    top: 8.5rem;
  }
  .shopPage--item .otherItemArea--full .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .shopPage--item .otherItemArea--full .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .shopPage--item .otherItemArea--full .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .shopPage--item .otherItemArea--full .productBox__details .flex {
    margin-bottom: 0.9rem;
  }
}

.loginPage--login .loginPageLogin__body {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.loginPage--login .loginPageLogin__body span{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.35px;
  color: #DA142B;
  margin: 0.5rem;
}
.loginPage--login .loginPageLogin__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.loginPage--login .loginPageLogin__flex .colorBox {
  width: 47rem;
}

.loginPage--password .loginPagePassword__body {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.loginPage--password .loginPagePassword__body .colorBox {
  width: 47rem;
  margin: 0 auto;
  text-align: center;
}
.loginPage--password .loginPagePassword__body .colorBox__title {
  margin-bottom: 1.5rem;
}
.loginPage--password .loginPagePassword__body .colorBox__text {
  margin-bottom: 3rem;
}
.loginPage--password .loginPagePassword__body .colorBox__submit {
  margin-top: 0;
  border-radius: 5px;
}
.loginPage--password .loginPagePassword__body .colorBox .submitFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2rem 0;
}
.loginPage--password .loginPagePassword__body .colorBox .submitFlex input,
.loginPage--password .loginPagePassword__body .colorBox .submitFlex a {
  width: calc(50% - 0.5rem);
}
.loginPage--password .loginPagePassword__body .colorBox .bottomText {
  font-size: 1.4rem;
  line-height: 2.409rem;
  letter-spacing: 0.35px;
}
.loginPage--password .loginPagePassword__body .colorBox .bottomText a {
  text-decoration: underline;
  color: #0F4db1;
}
@media screen and (min-width: 768px) {
  .loginPage--password .loginPagePassword__body .colorBox .bottomText a:hover {
    text-decoration: none;
  }
}

.signUpPage__body {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.signUpPage .privacyArea {
  margin-top: 3.3rem;
}
.signUpPage .privacyArea p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
  color: #0F3333;
}
.signUpPage .privacyArea p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.signUpPage .privacyArea p .title {
  font-weight: bold;
}
.signUpPage .privacyArea p a {
  text-decoration: underline;
  color: #0F4db1;
}
@media screen and (min-width: 768px) {
  .signUpPage .privacyArea p a:hover {
    text-decoration: none;
  }
}
.signUpPage .formBody--confirm .privacyArea {
  margin-top: 5.5rem;
}
.signUpPage .title--centerHead {
  margin-bottom: 3.1rem;
}
.signUpPage .endBody p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
}
.signUpPage .endBody p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.signUpPage .endBody p a {
  text-decoration: underline;
  color: #0F4db1;
}
@media screen and (min-width: 768px) {
  .signUpPage .endBody p a:hover {
    text-decoration: none;
  }
}
.signUpPage .endBody__link {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  margin: 5.8rem auto 0;
  width: 34rem;
}
@media screen and (min-width: 768px) {
  .signUpPage .endBody__link:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .signUpPage .endBody__link {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}

.modalReview__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modalReview__photoArea {
  width: 34.1%;
  padding-top: 0.5rem;
}
.modalReview__photoArea img {
  border-radius: 10px;
}
.modalReview__detailsArea {
  width: 61.4%;
}
.modalReview__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 1rem;
}
.modalReview__sub {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.3px;
  color: #888888;
}
.modalReview__detailsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.3rem;
}
.modalReview__evaluation {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
.modalReview__evaluation .title {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-right: 3px;
}
.modalReview__evaluation .reviewCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modalReview__evaluation .reviewCheck button {
  font-size: 2.6rem;
  color: #CCCCCC;
}
.modalReview__evaluation .reviewCheck button:not(:last-child) {
  margin-right: 4px;
}
.modalReview__evaluation .reviewCheck button.active {
  color: #fc0;
}
.modalReview__name {
  width: calc(100% - 22rem);
  max-width: 30rem;
  border-radius: 4px;
  height: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 860px) and (min-width: 769px) {
  .modalReview__detailsFlex {
    display: block;
  }

  .modalReview__evaluation {
    width: 100%;
  }

  .modalReview__name {
    width: 100%;
    max-width: none;
  }
}
.modalReview__textarea {
  width: 100%;
  height: 15rem;
}
.modalReview__submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 32rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .modalReview__submit:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .modalReview__submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.modalReview__bottom {
  margin-top: 3.5rem;
}
.modalReview__bottom p {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
}
.modalReview__bottom p:not(:last-child) {
  margin-bottom: 1rem;
}
.modalReview__bottom p.sub {
  color: #888888;
}

.functionPage__function .functionPageFunction__body {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.functionPage__function .functionArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.functionPage__function .functionArea__title {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #000000;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  white-space: nowrap;
}
.functionPage__function .functionArea__title:not(:last-child) {
  margin-right: 0.2rem;
}
.functionPage__function .functionArea__title span {
  font-size: 1rem;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 768px) {
  .functionPage__function .functionArea .size--big {
    width: 11.8rem;
  }
  .functionPage__function .functionArea .size--normal {
    width: 11.8rem;
  }
  .functionPage__function .functionArea .size--short {
    width: 7.8rem;
  }
  .functionPage__function .functionArea .size--last {
    width: 8rem;
  }
}
.functionPage__function .functionArea__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #F2F2F2;
}
.functionPage__function .functionArea__single > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.functionPage__function .functionArea__itemBox01 {
  padding: 1.5rem;
  margin-right: 0.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.functionPage__function .functionArea__itemPhoto {
  width: 7.5rem;
  margin-bottom: 0.3rem;
}
.functionPage__function .functionArea__itemName {
  width: 11.4rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.3px;
}
.functionPage__function .functionArea__itemBox02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.2rem;
}
.functionPage__function .functionArea__itemPrice {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  color: #DA142B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.functionPage__function .functionArea__itemPrice span {
  display: none;
}
.functionPage__function .functionArea__itemColor {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
.functionPage__function .functionArea__itemColor li {
  width: 2rem;
  height: 2rem;
}
.functionPage__function .functionArea__itemOther {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.3px;
}
.functionPage__function .functionArea__itemOther:not(:last-child) {
  margin-right: 0.2rem;
}
.functionPage__function .functionArea__itemOther.font--big dd {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.45px;
}
.functionPage__function .functionArea__itemOther dt {
  display: none;
}
.functionPage__function .functionArea__itemOther dd {
  padding: 0 1.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cartPage .cartPageCart__body {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  padding-top: 6rem;
}
.cartPage .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #eef5eb;
  border-radius: 10px;
}
.cartPage .flow li {
  width: calc(100% / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5rem;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #888888;
  position: relative;
  overflow: hidden;
  padding-right: 0.6rem;
  white-space: nowrap;
}
_:-ms-lang(x)::-ms-backdrop, .cartPage .flow li {
  width: calc(100% / 5 - 1px);
}

.cartPage .flow li.naw {
  color: #0F4db1;
}
.cartPage .flow li:not(:last-child) {
  background: url(../img/icon_flow_white.svg) no-repeat right center;
  background-size: auto 100%;
}
.cartPage .title--leftHead {
  margin-bottom: 3.2rem;
}
.cartPage .otherItemArea {
  margin-top: 7.5rem;
}
.cartPage .otherItemArea .productSlide__single:not(:last-child) {
  margin-bottom: 5rem;
}
.cartPage .otherItemArea .titleHead__title--normal {
  margin-bottom: 1.3rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .cartPage .otherItemArea .productBox.typeSlide .slick-arrow {
    top: 8.5rem;
  }
  .cartPage .otherItemArea .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .cartPage .otherItemArea .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .cartPage .otherItemArea .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .cartPage .otherItemArea .productBox__details .flex {
    margin-bottom: 0.9rem;
  }
}

.cartPage--confirmation .title--leftHead {
  margin-bottom: 2.8rem;
}
.cartPage--confirmation .cartArea .confirmation__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartPage--confirmation .cartArea .confirmation__single:not(:last-of-type) {
  margin-bottom: 3.7rem;
}
.cartPage--confirmation .cartArea .confirmation__single.singleOther:not(:last-of-type) {
  margin-bottom: 2.6rem;
}
.cartPage--confirmation .cartArea .confirmation__single.singleOther .confirmation__details {
  padding-top: 0.3rem;
}
.cartPage--confirmation .cartArea .confirmation__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.35px;
  color: #000;
  width: calc(100% - 58rem);
}
.cartPage--confirmation .cartArea .confirmation__details {
  width: 58rem;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
}
.cartPage--confirmation .cartArea .confirmation__text--beside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartPage--confirmation .cartArea .confirmation__text--beside dt {
  font-weight: bold;
  width: 4.5rem;
}
.cartPage--confirmation .cartArea .confirmation__text--beside dd {
  color: #000;
  width: calc(100% - 4.5rem);
}
.cartPage--confirmation .cartArea .confirmation__text--vertical {
  color: #000;
  margin-top: 1rem;
}
.cartPage--confirmation .cartArea .confirmation__text--vertical dt {
  font-weight: bold;
}
.cartPage--confirmation .cartArea .confirmation__text--remarks {
  color: #000;
}
.cartPage--confirmation .cartArea__single {
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 2.2rem 2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .cartPage--confirmation .cartArea__single {
    position: relative;
    padding-left: calc(100% - (37rem + 2rem));
    min-height: 23rem;
  }
}
.cartPage--confirmation .cartArea__single:not(:last-of-type) {
  margin-bottom: 1rem;
}
.cartPage--confirmation .cartArea__product {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cartPage--confirmation .cartArea__product {
    display: block;
  }
}
.cartPage--confirmation .cartArea__productPhoto {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .cartPage--confirmation .cartArea__productPhoto {
    position: absolute;
    top: 2.2rem;
    left: 2rem;
  }
}
.cartPage--confirmation .cartArea__productDetails {
  width: 37rem;
}
.cartPage--confirmation .cartArea__productDetails .name {
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.4px;
  margin-bottom: 0.9rem;
}
.cartPage--confirmation .cartArea__productDetails .num {
  font-size: 1rem;
  letter-spacing: 0.25px;
  margin-bottom: 1rem;
}
.cartPage--confirmation .cartArea__productDetails .price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.cartPage--confirmation .cartArea__productDetails .price__quantity {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-right: 1rem;
}
.cartPage--confirmation .cartArea__productDetails .price__money {
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  color: #333333;
}
.cartPage--confirmation .cartArea__productDetails .price__money span {
  font-size: 1.2rem;
}
.cartPage--confirmation .cartArea__item {
  margin-top: 1.1rem;
}
.cartPage--confirmation .cartArea__itemHead {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1rem;
  letter-spacing: 0.25px;
  padding-bottom: 0.9rem;
  text-align: right;
  border-color: #CCCCCC;
}
.cartPage--confirmation .cartArea__itemHead .cell01 {
  padding-left: 0;
  width: auto;
}
.cartPage--confirmation .cartArea__itemHead .cell02 {
  width: 12.5rem;
}
.cartPage--confirmation .cartArea__itemHead .cell03 {
  width: 5.4rem;
}
.cartPage--confirmation .cartArea__itemHead .cell04 {
  padding-right: 5.5rem;
  width: 12.5rem;
}
.cartPage--confirmation .cartArea__itemSingle {
  border-color: #CCCCCC;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  padding: 1.1rem 0.5rem 1.2rem;
}
.cartPage--confirmation .cartArea__itemSingle .cell01 {
  width: 15.5rem;
}
.cartPage--confirmation .cartArea__itemSingle .cell01::before {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.4rem;
}
.cartPage--confirmation .cartArea__itemSingle .cell02 {
  width: 3rem;
  margin: 0;
}
.cartPage--confirmation .cartArea__itemSingle .cell03,
.cartPage--confirmation .cartArea__itemSingle .cell05 {
  width: 3rem;
  text-align: center;
}
.cartPage--confirmation .cartArea__itemSingle .cell04 {
  width: calc(100% - 24.5rem);
}
.cartPage--confirmation .cartArea__itemSingle .cell04 .price {
  font-size: 1.4rem;
  letter-spacing: 0.25px;
  margin-right: 0;
}
.cartPage--confirmation .cartArea__itemSingle .cell04 .price span {
  font-size: 1rem;
  display: inline-block;
}
.cartPage--confirmation .cartArea__shoppingBtn {
  margin-top: 6rem;
}

.cartPage--thanks .colorBox {
  padding: 3.8rem 5rem 3.6rem;
  margin-bottom: 4rem;
}
.cartPage--thanks .colorBox__title {
  font-size: 1.8rem;
  letter-spacing: 0.35px;
  line-height: 2.7rem;
  margin-bottom: 3rem;
  text-align: center;
}
.cartPage--thanks .colorBox__title span {
  font-size: 1.4rem;
  color: #0F4db1;
}
.cartPage--thanks .colorBox .point {
  background-color: #eef5eb;
  border-radius: 10px;
  padding: 2rem 0 2.2rem;
  margin-bottom: 3.5rem;
}
.cartPage--thanks .colorBox .point .colorBox__text span {
  font-weight: bold;
  color: #DA142B;
}
.cartPage--thanks .colorBox .point .colorBox__link {
  text-align: center;
  margin-top: 1.3rem;
}
.cartPage--thanks .colorBox__text {
  text-align: center;
}
.cartPage--thanks .colorBox__text + .colorBox__text {
  margin-top: 1.5rem;
}
.cartPage--thanks .cartArea__shoppingBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cartPage--thanks .cartArea__shoppingBtn li {
  margin: 0 1rem;
}
.cartPage--thanks .cartArea__shoppingBtn li a.submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .cartPage--thanks .cartArea__shoppingBtn li a.submit:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartPage--thanks .cartArea__shoppingBtn li a.submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}

.cartPage--buy .colorBox {
  padding: 2.5rem 2rem;
}
.cartPage--buy .newAddressBtn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 24rem;
  margin: 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cartPage--buy .newAddressBtn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .cartPage--buy .newAddressBtn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.cartPage--buy .newAddressBtn::before {
  content: "";
  display: block;
  background-image: url("../img/arrow_vertical_pink.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 8.7px 4.7645228635px;
  width: 8.7px;
  height: 4.7645228635px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.cartPage--buy .newAddressBtn:hover::before {
  background-image: url(../img/arrow_vertical_white.svg);
}
.cartPage--buy .newAddressBtn.accOpen::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.cartPage--buy .form__main textarea {
  padding: 0.5rem 1rem;
  height: 20rem;
}
.cartPage--buy .form__main input {
  height: 4rem;
  padding: 0.5rem 1rem;
}
.cartPage--buy .form__main input.half {
  width: 10rem;
}
.cartPage--buy .form__main .selectBox::before {
  right: 1rem;
}
.cartPage--buy .form__main .selectBox.half {
  width: 24rem;
}
.cartPage--buy .form__main .selectBox select {
  height: 4rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.cartPage--buy .form__main .radio__single {
  display: block;
}
.cartPage--buy .form__main .radio__single:not(:last-of-type) {
  margin: 0 0 0.45rem;
}
.cartPage--buy .form__main .attention {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
  margin-top: 0.5rem;
}
.cartPage--buy .form__main .attention--type02 {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
  padding-left: 3rem;
}
.cartPage--buy .form__main .name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartPage--buy .form__main .name input {
  width: calc(50% - 0.5rem);
}
.cartPage--buy .form__main .name input:not(:last-child) {
  margin-right: 0;
}
.cartPage--buy .form__main .post__input {
  width: 18rem;
  margin-right: 1.5rem;
}
.cartPage--buy .form__main .post__input input {
  width: 8rem;
}
.cartPage--buy .form__main .telFax {
  width: 34rem;
}
.cartPage--buy .form__main .telFax input {
  width: 10rem;
}
.cartPage--buy .form__main .card {
  margin-bottom: 1.2rem;
}
.cartPage--buy .form__main .card__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.8rem;
}
.cartPage--buy .form__main .card__input input {
  width: 8rem;
}
.cartPage--buy .form__main .card__img {
  width: 24rem;
}
.cartPage--buy .form__main .card + .attention {
  margin-bottom: 10px;
}
.cartPage--buy .form__main .expiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartPage--buy .form__main .expiry .selectBox {
  width: 10rem;
}
.cartPage--buy .form__main .expiry span {
  padding: 0 1.5rem 0 1rem;
}
.cartPage--buy .form__main .receipt {
  padding-top: 1.2rem;
}
.cartPage--buy .form__main .paymentSingle:not(:last-child) {
  margin-bottom: 1rem;
}
.cartPage--buy .form__main .colorBox {
  margin-bottom: 1rem;
  display: none;
}
.cartPage--buy .form__main .colorBox .radio {
  padding-top: 0;
}
.cartPage--buy .form__main .colorBox .radio__text {
  font-weight: bold;
}
.cartPage--buy .form__main .colorBox .addressList {
  padding: 0.5rem 0 0 3rem;
  margin-bottom: 1.5rem;
}
.cartPage--buy .form__main .colorBox .addressList__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
}
.cartPage--buy .form__main .colorBox .addressList__single dt {
  font-weight: bold;
  margin-right: 1rem;
}
.cartPage--buy .form__main .colorBox .formSingleBox {
  margin-top: 1rem;
}
.cartPage--buy .form__single:not(:last-of-type) {
  margin-bottom: 1rem;
}
.cartPage--buy .form__single dt {
  width: 16rem;
}
.cartPage--buy .form__single dd {
  width: calc(100% - 16rem);
}
.cartPage--buy .form__btn {
  margin-top: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cartPage--buy .form__btn .submit {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .cartPage--buy .form__btn .submit:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartPage--buy .form__btn .submit {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.cartPage--buy .form__btn .return {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #DDDDDD;
  background-color: #DDDDDD;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .cartPage--buy .form__btn .return:hover {
    color: #DDDDDD;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartPage--buy .form__btn .return {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cartPage--buy .form__btn .return:hover {
    color: #333333;
  }
}
.cartPage--buy .form__btn .submit,
.cartPage--buy .form__btn .return {
  margin: 0 0.5rem;
  padding: 0.6rem 1rem 0.5rem;
  width: 24rem;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.cartPage--buy .cartPage--confirmation .cartArea .confirmation__text--vertical {
  margin-top: 1.5rem;
}
.cartPage--buy .schedule__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
}
.cartPage--buy .schedule__title {
  position: relative;
  width: 17.2rem;
  margin-right: 0.5rem;
}
.cartPage--buy .schedule__title::after {
  content: ":";
  position: absolute;
  top: -1px;
  right: 0;
}
.cartPage--buy .schedule__day {
  color: #DA142B;
  width: calc(100% - 17.7rem);
}

.pickupPage .contentWrap__flex {
  padding-top: 5.5rem;
}
.pickupPage .pickupPage__head {
  padding-top: 0.3rem;
  margin-bottom: 6rem;
}
.pickupPage .pickupPage__head .titleHead__title--big {
  margin-bottom: 2.6rem;
}
.pickupPage .pickupPage__head .banner {
  margin-bottom: 1.3rem;
}
.pickupPage .pickupPage__head p.title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin: 1.7rem 0 1rem;
}
.pickupPage .pickupPage__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pickupPage .pickupPage__single:not(:last-child) {
  margin-bottom: 4rem;
}
.pickupPage .pickupPage__total {
  width: 24rem;
}
.pickupPage .pickupPage__total .photo {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 1.2rem;
}
.pickupPage .pickupPage__total .photo a {
  display: block;
}
.pickupPage .pickupPage__total .text p {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.3px;
}
.pickupPage .pickupPage__details {
  width: 47rem;
}
.pickupPage .pickupPage__details .categoryLabel.bigSize li {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  height: 2rem;
  width: 7rem;
}
.pickupPage .pickupPage__details .categoryLabel.bigSize li.label--all {
  width: 11rem;
}
.pickupPage .pickupPage__details .details--title {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 1.7rem;
}
.pickupPage .pickupPage__details .details--price {
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  color: #DA142B;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.pickupPage .pickupPage__details .details--price span {
  font-size: 1.6rem;
}
.pickupPage .pickupPage__details .details--coordination {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 1rem;
}
.pickupPage .pickupPage__details .details--total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 0.4px;
  margin-top: 0.5rem;
}
.pickupPage .pickupPage__details .details--total dt {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
.pickupPage .pickupPage__details .details--total dd {
  font-size: 2.4rem;
  color: #DA142B;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  margin-left: 1rem;
}
.pickupPage .pickupPage__details .details--total dd span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .pickupPage .pickupPage__details .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pickupPage .pickupPage__details .productBox__body:hover {
    background-color: #FAFAFA;
  }
  .pickupPage .pickupPage__details .productBox__body:hover .productBox__photo img {
    height: 110%;
    max-width: none;
    opacity: 1;
  }
  .pickupPage .pickupPage__details .productBox__single {
    padding: 0 0 1rem;
    width: 15rem !important;
    margin-bottom: 1rem;
  }
  .pickupPage .pickupPage__details .productBox__single:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  .pickupPage .pickupPage__details .productBox__photo {
    overflow: hidden;
    position: relative;
    padding-top: 120%;
  }
  .pickupPage .pickupPage__details .productBox__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: height ease 0.5s, opacity ease 0.3s;
    transition: height ease 0.5s, opacity ease 0.3s;
  }
  .pickupPage .pickupPage__details .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .pickupPage .pickupPage__details .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.pickupPage .pickupPage__details .productBox__single {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pickupPage .pickupPage__details .productBox__single:not(:nth-child(3n)):not(:last-child)::after {
    content: "";
    display: block;
    background-image: url("../img/icon_plus.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7.4rem;
    right: -2rem;
    z-index: 1;
  }
}
.pickupPage .pickupPage__free {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.pickupPage .pickupPage__free .banner {
  margin-bottom: 1.3rem;
}
.pickupPage .pickupPage__free a {
  display: block;
}
.pickupPage .pickupPage__free a.text {
  display: revert;
  color: #0f4db1;
  text-decoration: underline;
}
.pickupPage .pickupPage__free .link_btn {
  margin-top: 0rem;
  margin-bottom: 3rem;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0F4db1;
  background: url(../img/arrow_beside_white.svg) no-repeat right 1rem center;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.pickupPage .pickupPage__free p {
  margin-bottom: 1.3rem;
}
.pickupPage .pickupPage__free p.title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin: 1.7rem 0 1rem;
}
.pickupPage .pickupPage__free ul.bannerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pickupPage .pickupPage__free ul.bannerBox li {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.pickupPage .pickupPage__free ul.three_rows li {
  width: calc(33% - 1rem);
  margin-bottom: 2rem;
}
.pickupPage .pickupPage__free ul.four_rows li {
  width: calc(25% - 1rem);
  margin-bottom: 2rem;
}
.pickupPage .pickupPage__free ul.bannerBox li a ,
.pickupPage .pickupPage__free ul.three_rows li a ,
.pickupPage .pickupPage__free ul.four_rows li a {
  display: block;
}
.pickupPage .pickupPage__free>iframe{
  width: 100%;
  height: 418px;
  margin-bottom: 5rem;
}
.pickupPage .pickupPage__banner {
  margin-top: 5.5rem;
  margin-bottom: 6rem;
}
.pickupPage .pickupPage__banner a {
  display: block;
}
.pickupPage .pickupPage__banner .banner {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  .pickupPage--details .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pickupPage--details .productBox__single {
    padding: 0 0 1rem;
    width: 17.5rem !important;
    margin-bottom: 2rem;
  }
  .pickupPage--details .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.5rem * 4) / 3);
  }
  _:-ms-lang(x)::-ms-backdrop, .pickupPage--details .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.6rem * 4) / 3);
  }
  .pickupPage--details .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .pickupPage--details .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .pickupPage--details .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .pickupPage--details .productBox__details .flex {
    margin-bottom: 1rem;
  }
  .pickupPage .pickupPage__free .link_btn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
.pickupPage--details .pageing {
  margin-bottom: 6rem;
}
.pickupPage--details .pickupPage__banner {
  margin: 0 0 6rem;
}
.pickupPage--details .bannerArea--bottom .titleHead {
  margin-bottom: 2.5rem;
}
.myPage__head {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5rem;
}
.myPage__head .name {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #000;
  line-height: 3rem;
}
.myPage__head .name span {
  font-size: 1.6rem;
}
.myPage__head .num {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.3px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 2.4rem;
  text-align: center;
  padding: 0 1.2rem;
  margin: 0 1.5rem 0 2rem;
}
.myPage__head .text {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  line-height: 4rem;
}
.myPage__point {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 4rem;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
  background-color: #eef5eb;
  border-radius: 10px;
}
.myPage__point p:not(:last-child) {
  margin-right: 2.2rem;
}
.myPage__point .point {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.45px;
  color: #000;
}
.myPage__point .color {
  font-size: 1.8rem;
  color: #DA142B;
}
.myPage__point .text {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}
.myPage--history .myPage__head {
  margin-bottom: 4.5rem;
}
.myPage .historyArea {
  padding-top: 0.3rem;
  margin-bottom: 6rem;
}
.myPage .historyArea .titleHead {
  margin-bottom: 3rem;
}
.myPage .historyArea__single {
  background-color: #FAFAFA;
  border-radius: 10px;
}
.myPage .historyArea__single:not(:last-child) {
  margin-bottom: 1rem;
}
.myPage .historyArea__single--head {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.3rem 2.5rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.myPage .historyArea__single--head .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #000000;
}
.myPage .historyArea__single--head .item:not(:last-child) {
  margin-right: 2.5rem;
}
.myPage .historyArea__single--head .item dt {
  font-size: 1.4rem;
}
.myPage .historyArea__single--head .item dd {
  font-weight: bold;
  font-size: 1.6rem;
}
.myPage .historyArea__single--head .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.myPage .historyArea__single--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2rem 2.5rem 0;
}
.myPage .historyArea__single--details {
  padding: 2.5rem 2rem 2rem 2.5rem;
}
.myPage .historyArea__single--details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.35px;
  line-height: 2.5rem;
}
.myPage .historyArea__single--details dl:not(:last-child) {
  margin-bottom: 1.3rem;
}
.myPage .historyArea__single--details dl dt {
  font-weight: bold;
  width: 12rem;
}
.myPage .historyArea__single--details dl dd {
  width: calc(100% - 12rem);
}
.myPage .historyArea__btn {
  width: 20rem;
  padding-top: 0.4rem;
}
.myPage .historyArea__btn .btnList li:not(:last-child) {
  margin-bottom: 1rem;
}
.myPage .historyArea__btn .btnList li a.type01 {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #fff;
  background-color: #0F4db1;
}
@media screen and (min-width: 768px) {
  .myPage .historyArea__btn .btnList li a.type01:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage .historyArea__btn .btnList li a.type01 {
    padding: 0.9rem 1rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .myPage .historyArea__btn .btnList li a.type01:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
.myPage .historyArea__btn .btnList li a.type02 {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .myPage .historyArea__btn .btnList li a.type02:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage .historyArea__btn .btnList li a.type02 {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage .historyArea__product {
  width: 45rem;
}
.myPage .historyArea__product .cartArea__product {
  margin-bottom: 0;
}
.myPage .historyArea__product .cartArea__product:not(:last-child) {
  margin-bottom: 2.3rem;
}
.myPage .historyArea__product .cartArea__productPhoto {
  width: 15rem;
}
.myPage .historyArea__product .cartArea__productDetails {
  width: 28rem;
}
.myPage .historyArea__product .cartArea__productDetails .name {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 0.9rem;
}
.myPage .historyArea__product .cartArea__productDetails .num {
  font-size: 1rem;
  letter-spacing: 0.25px;
  margin-bottom: 1rem;
}
.myPage .historyArea__product .cartArea__productDetails .price {
  margin-bottom: 2rem;
}
.myPage .historyArea__product .cartArea__productDetails .price__quantity {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-right: 1rem;
}
.myPage .historyArea__product .cartArea__productDetails .price__money {
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  color: #000;
}
.myPage .historyArea__product .cartArea__productDetails .price__money span {
  font-size: 1.2rem;
}
.myPage .historyArea__product .cartArea__productDetails .btn {
  width: 20rem;
}
.myPage .invoiceListArea {
  padding-top: 0.3rem;
  margin-bottom: 6rem;
}
.myPage .invoiceListArea .titleHead {
  margin-bottom: 3rem;
}
.myPage .invoiceListArea__single {
  background-color: #FAFAFA;
  border-radius: 10px;
}
.myPage .invoiceListArea__single:not(:last-child) {
  margin-bottom: 1rem;
}
.myPage .invoiceListArea__single--head {
  border-bottom: none;
  padding: 1.3rem 2.5rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.myPage .invoiceListArea__single--head .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #000000;
}
.myPage .invoiceListArea__single--head .item:not(:last-child) {
  margin-right: 1.5rem;
}
.myPage .invoiceListArea__single--head .item dt {
  font-size: 1.4rem;
}
.myPage .invoiceListArea__single--head .item dd {
  font-weight: bold;
  font-size: 1.6rem;
}
.myPage .invoiceListArea__single--head .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.myPage .invoiceListArea__single--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2rem 2.5rem 0;
}
.myPage .invoiceListArea__single--details {
  padding: 2.5rem 2rem 2rem 2.5rem;
}
.myPage .invoiceListArea__single--details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.35px;
  line-height: 2.5rem;
}
.myPage .invoiceListArea__single--details dl:not(:last-child) {
  margin-bottom: 1.3rem;
}
.myPage .invoiceListArea__single--details dl dt {
  font-weight: bold;
  width: 12rem;
}
.myPage .invoiceListArea__single--details dl dd {
  width: calc(100% - 12rem);
}
.myPage .invoiceListArea__btn {
  width: 20rem;
  padding-top: 0.4rem;
}
.myPage .invoiceListArea__btn .btnList li:not(:last-child) {
  margin-bottom: 1rem;
}
.myPage .invoiceListArea__btn .btnList li a.type01 {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  color: #fff;
  background-color: #0F4db1;
}
@media screen and (min-width: 768px) {
  .myPage .invoiceListArea__btn .btnList li a.type01:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage .invoiceListArea__btn .btnList li a.type01 {
    padding: 0.9rem 1rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .myPage .invoiceListArea__btn .btnList li a.type01:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
.myPage .invoiceListArea__btn .btnList li a.type02 {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .myPage .invoiceListArea__btn .btnList li a.type02:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage .invoiceListArea__btn .btnList li a.type02 {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage .invoiceListArea__product {
  width: 45rem;
}
.myPage .invoiceListArea__product .cartArea__product {
  margin-bottom: 0;
}
.myPage .invoiceListArea__product .cartArea__product:not(:last-child) {
  margin-bottom: 2.3rem;
}
.myPage .invoiceListArea__product .cartArea__productPhoto {
  width: 15rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails {
  width: 28rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .name {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 0.9rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .num {
  font-size: 1rem;
  letter-spacing: 0.25px;
  margin-bottom: 1rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .price {
  margin-bottom: 2rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .price__quantity {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  margin-right: 1rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .price__money {
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  color: #000;
}
.myPage .invoiceListArea__product .cartArea__productDetails .price__money span {
  font-size: 1.2rem;
}
.myPage .invoiceListArea__product .cartArea__productDetails .btn {
  width: 20rem;
}
.myPage .favoritArea .titleHead {
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .myPage .favoritArea .productBox.typeSlide .slick-arrow {
    top: 8.5rem;
  }
  .myPage .favoritArea .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .myPage .favoritArea .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .myPage .favoritArea .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .myPage .favoritArea .productBox__details .flex {
    margin-bottom: 0.9rem;
  }
}
.myPage .favoritArea .productBox__single {
  padding-top: 5px;
  border-radius: 10px;
}
.myPage .designArea {
  margin-bottom: 6rem;
}
.myPage .designArea .cartArea__designSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.9rem 0.5rem 1rem 1rem;
}
.myPage .designArea .cartArea__designSingle a {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  padding: 0.2rem 1rem 0.1rem;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .myPage .designArea .cartArea__designSingle a:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage .designArea .cartArea__designSingle a {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage .greetingArea .titleHead__title--big {
  margin-bottom: 2.5rem;
}
.myPage .greetingArea p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.35px;
  color: #000000;
}
.myPage .greetingArea p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.myPage .greetingArea p.title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
  margin-bottom: 1.7rem;
}
.myPage .greetingArea p.attention {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.myPage--favorite .myPage__head {
  margin-bottom: 4.5rem;
}
.myPage--favorite .favoritArea .titleHead {
  margin-bottom: 2.7rem;
}
.myPage--favorite .favoritArea .productBox__single {
  position: relative;
}
@media screen and (min-width: 768px) {
  .myPage--favorite .favoritArea .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .myPage--favorite .favoritArea .productBox__single {
    padding: 0 0 1rem;
    width: 17.5rem !important;
    margin-bottom: 2rem;
  }
  .myPage--favorite .favoritArea .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.5rem * 4) / 3);
  }
  _:-ms-lang(x)::-ms-backdrop, .myPage--favorite .favoritArea .productBox__single:not(:nth-child(4n)) {
    margin-right: calc((100% - 17.6rem * 4) / 3);
  }

  .myPage--favorite .favoritArea .productBox__details {
    padding: 1.5rem 1.5rem 1rem;
  }
  .myPage--favorite .favoritArea .productBox__details .name {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .myPage--favorite .favoritArea .productBox__details .sub {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .myPage--favorite .favoritArea .productBox__details .flex {
    margin-bottom: 1rem;
  }
}
.myPage--infomation .myPage__head {
  margin-bottom: 4.5rem;
}
.myPage--infomation .titleHead__title--big {
  margin-bottom: 3rem;
}
.myPage--infomation .infomationArea:not(:last-child) {
  margin-bottom: 6rem;
}
.myPage--infomation .infomationArea__main {
  padding: 2.3rem 2.5rem 3rem;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.myPage--infomation .infomationArea__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  min-height: 4rem;
  margin-bottom: 1rem;
}
.myPage--infomation .infomationArea__single:last-child {
  margin-bottom: 0;
}
.myPage--infomation .infomationArea__single--small {
  margin-bottom: 1rem;
  padding-top: 1.2rem;
}
.myPage--infomation .infomationArea__single--full {
  margin-bottom: 0;
  display: block;
  padding-top: 1.2rem;
}
.myPage--infomation .infomationArea__single--full .infomationArea__head {
  width: 100%;
}
.myPage--infomation .infomationArea__single--full .infomationArea__details {
  width: 100%;
  padding-top: 2rem;
}
.myPage--infomation .infomationArea__single--full .form__single:not(:last-of-type) {
  margin-bottom: 10px;
}
.myPage--infomation .infomationArea__single--full .form__single dt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: #888888;
  font-weight: normal;
  width: 16.5rem;
}
.myPage--infomation .infomationArea__single--full .form__single dd {
  width: calc(100% - 16.5rem);
}
.myPage--infomation .infomationArea__single--full .form__main {
  padding-left: 1rem;
}
.myPage--infomation .infomationArea__single--btn {
  margin-bottom: 2.5rem;
}
.myPage--infomation .infomationArea__single--btn .infomationArea__head {
  padding-top: 1rem;
}
.myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 24rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 24rem;
  font-size: 1.4rem;
  padding: 0.6rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.myPage--infomation .infomationArea__single--btn .form__main {
  padding-top: 2rem;
}
.myPage--infomation .infomationArea__single--flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myPage--infomation .infomationArea__single--flex .infomationArea__details {
  padding: 0;
}
.myPage--infomation .infomationArea__single--flex .infomationArea__details .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.myPage--infomation .infomationArea__single--flex .infomationArea__details .flex input {
  width: 34rem;
}
.myPage--infomation .infomationArea__single--flex .infomationArea__details .flex .infomationBtn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 15rem;
  font-size: 1.4rem;
  padding: 0.6rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__single--flex .infomationArea__details .flex .infomationBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__single--flex .infomationArea__details .flex .infomationBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.myPage--infomation .infomationArea__single.btnActive {
  padding-top: 0;
}
.myPage--infomation .infomationArea__head {
  width: 17.5rem;
}
.myPage--infomation .infomationArea__head .title {
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  line-height: 2.5rem;
  font-weight: bold;
}
.myPage--infomation .infomationArea__head .infomationBtn {
  position: absolute;
  top: 5px;
  right: 0;
}
.myPage--infomation .infomationArea__head .infomationBtn.changeBtn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__head .infomationBtn.changeBtn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__head .infomationBtn.changeBtn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage--infomation .infomationArea__head .delBtn {
  position: absolute;
  top: 48px;
  right: 0;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  color: #0F4db1;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0F4db1;
  background-color: #fff;
  padding: 0.7rem 1rem 0.6rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__head .delBtn:hover {
    color: #fff;
    background-color: #0F4db1;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__head .delBtn {
    padding: 0.9rem 1rem 0.8rem;
  }
}
.myPage--infomation .infomationArea__head .infomationBtn.keepBtn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  width: 15rem;
  font-size: 1.4rem;
  padding: 0.6rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .myPage--infomation .infomationArea__head .infomationBtn.keepBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__head .infomationBtn.keepBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.myPage--infomation .infomationArea__details {
  width: calc(100% - 17.5rem);
  padding-right: 17.5rem;
}
.myPage--infomation .infomationArea__inputArea {
  display: none;
}
.myPage--infomation .infomationArea__inputArea .form__single {
  display: block;
}
.myPage--infomation .infomationArea__inputArea .form__single.corporationOnly {
  display: none;
}
.myPage--infomation .infomationArea__inputArea .form__single.corporationOnly.active {
  display: block;
}
.myPage--infomation .infomationArea__inputArea .form__single.individualOnly {
  display: none;
}
.myPage--infomation .infomationArea__inputArea .form__single.individualOnly.active {
  display: block;
}
.myPage--infomation .infomationArea__inputArea .form__single:not(:last-of-type) {
  margin-bottom: 1rem;
}
.myPage--infomation .infomationArea__inputArea .form__single dt {
  width: 100%;
  padding-top: 0;
  line-height: 2.5rem;
}
.myPage--infomation .infomationArea__inputArea .form__single dd {
  width: 100%;
}
.myPage--infomation .infomationArea__inputArea .form__single.type--radio {
  margin-bottom: 1.5rem;
}
.myPage--infomation .infomationArea__inputArea .form__single.type--radio dt {
  padding-top: 0;
}
.myPage--infomation .infomationArea__inputArea .form__main {
  padding-bottom: 2rem;
}
.myPage--infomation .infomationArea__inputArea .form__main .attention {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.myPage--infomation .infomationArea__inputArea .form__main .name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myPage--infomation .infomationArea__inputArea .form__main .name input {
  width: calc(50% - 0.5rem);
}
.myPage--infomation .infomationArea__inputArea .form__main .name input:not(:last-child) {
  margin-right: 0;
}
.myPage--infomation .infomationArea__inputArea .form__main .post {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myPage--infomation .infomationArea__inputArea .form__main .post__input {
  width: calc(100% - 15.5rem);
  margin-right: 0;
}
.myPage--infomation .infomationArea__inputArea .form__main .post__input input {
  width: calc(50% - 1rem);
}
.myPage--infomation .infomationArea__inputArea .form__main .post__link {
  width: 15rem;
  text-align: right;
}
.myPage--infomation .infomationArea__inputArea .form__main .telFax {
  width: 100%;
}
.myPage--infomation .infomationArea__inputArea .form__main .telFax input {
/*  width: calc((100% - 4rem) / 3); */
  width: 100%;
}
.myPage--infomation .infomationArea .form__main input,
.myPage--infomation .infomationArea .form__main select {
  height: 4rem;
  padding: 0.5rem 1rem;
}

.sheet .shortInfo{
  display: none;
}

/* 各スタイル SP */
@media screen and (max-width: 767px) {
  .topPage .mv {
    margin: 0 0 2.5rem;
  }
  .topPage .mv__slide {
    padding: 1.5rem 0 2.5rem;
  }
  .topPage .mv__slide .slick-slide {
    padding: 0 0.8rem;
  }
  .topPage .mv__slide .slick-arrow {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .topPage .mv__slide .slick-arrow.slickPrev {
    left: 1rem;
  }
  .topPage .mv__slide .slick-arrow.slickNext {
    right: 1rem;
  }
  .topPage .bannerArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4.5rem;
  }
  .topPage .bannerArea ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .topPage .productSlide {
    margin: 0 0 3rem;
  }
  .topPage .productSlide .titleHead {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1rem;
    padding-right: 8rem;
  }
  .topPage .productSlide .titleHead .titleHead__title--big {
    padding: 0;
  }
  .topPage .productSlide .titleHead__title--big {
    padding: 0 2rem;
    margin: 3rem 0 2rem;
  }
  .topPage .productSlide .titleHead__title--big + .titleHead {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .topPage .productSlide .btnNav.product{
    position: unset;
    width: 100%;
  }
  .topPage .productSlide .modalArea{
    padding-top: 0;
    border-top: none;
  }
  .topPage .productSlide .modalArea__main{
    width: 89.3%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .shopPage .contentWrap__flex {
    padding-top: 4.3rem;
  }
  .shopPage main {
    padding-top: 0;
  }
  .shopPage .titleHead {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1rem;
  }
  .shopPage .selectItemArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    display: block;
    margin-bottom: 3rem;
  }
  .shopPage .selectItemArea__list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .shopPage .selectItemArea__showSetting {
    width: 15rem;
    margin-left: calc(100% - 15rem);
  }
  .shopPage .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .shopPage .productBox__single {
    padding: 0 0 1rem;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .shopPage .typeSlide .productBox__single {
    margin-right: 0;
    padding: 0 1.5rem 1rem 0;
  }
  .shopPage .pageing {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 5rem;
  }
  .shopPage .bannerArea--bottom .titleHead {
    width: 100%;
    margin-bottom: 2rem;
  }
  .shopPage .btn--SearchMore {
    display: block;
    position: fixed;
    left: 0;
    bottom: 1.2rem;
    width: 100%;
    height: 50px;
    z-index: 10;
  }
  .shopPage .btn--SearchMore div {
    line-height: 40px;
    margin: 0 10px;
    height: 50px;
    background-color: #da142b;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .shopPage .btn--SearchMore div img {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
  }
  .shopPage .btn--SearchMore div span {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .shopPage .flexAsideMenu {
    display: block;
  }
  .shopPage .flexAsideMenu .menuArea {
    display: none;
  }
  .shopPage--item main {
    padding: 0;
    padding-top: 4rem;
  }
  .shopPage--item .itemBody {
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .shopPage--item .itemInfoArea {
    position: static;
    width: 100%;
    margin-bottom: 5.2rem;
  }
  .shopPage--item .bottomChoose {
    background-color: #fff;
    padding: 1rem 1rem 1rem 2rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shopPage--item .bottomChoose .btn--choose {
    width: calc(100% - 11.0rem);
    border-radius: 10px;
    background: #DA142B url(../img/icon_menu02_white.svg) no-repeat left 2.2rem center;
    background-size: 18px auto;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 1.5rem 2rem 1.4rem 4rem;
  }
  .shopPage--item .bottomChoose .itemFavorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4.2rem;
    background: url(../img/icon_favorite_glay.svg) no-repeat center top 1.2rem;
    background-size: 18px auto;
    color: #888888;
    height: 5rem;
    -webkit-transition: none;
    transition: none;
  }
  .shopPage--item .bottomChoose .itemFavorite p {
    font-size: 1rem;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  .shopPage--item .bottomChoose .itemFavorite.active {
    background-image: url(../img/icon_favorite_red02.svg);
    background-size: 18px auto;
    color: #DA142B;
  }
  .shopPage--item .bottomChoose .itemTel {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4.2rem;
    background: url(../img/icon_tel_white.svg) no-repeat center top 1.2rem;
    background-size: 25px auto;
    background-color: #0F4db1;
    color: #888888;
    height: 5rem;
    -webkit-transition: none;
    transition: none;
    border-radius: 4px;
  }
  .shopPage--item .itemDetails {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4.5rem;
  }
  .shopPage--item .itemDetails__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shopPage--item .itemDetails__head .categoryLabel {
    width: calc(100% - 9rem);
    margin: 0;
  }
  .shopPage--item .itemDetails__head .categoryLabel li {
    margin-bottom: 0.5rem;
  }
  .shopPage--item .itemDetails__head .itemFavorite {
    background-position: left top 1px;
  }
  .shopPage--item .itemDetails__head .itemFavorite span {
    display: none;
  }
  .shopPage--item .itemDetails__name {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.45px;
    margin-bottom: 0.8rem;
  }
  .shopPage--item .itemDetails__detail .itemDetails__num span {
    margin-top: 5px;
  }
  .shopPage--item .itemDetails__detail .itemDetails__num {
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.25px;
  }
  .shopPage--item .itemDetails__detail .itemDetails__reviews .rating {
    font-size: 1.5rem;
  }
  .shopPage--item .itemDetails__detail .itemDetails__reviews .rating:after {
    font-size: 1.5rem;
  }  
  .shopPage--item .itemDetails__size {
    margin: 2.3rem 0 1.5rem;
  }
  .shopPage--item .itemDetails__sizeSingle {
    padding: 0 0 0 1.2rem;
  }
  .shopPage--item .itemDetails__sizeSingle:not(:last-child) {
    margin-bottom: 1rem;
  }
  .shopPage--item .itemDetails__sizeSingle .size {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
  .shopPage--item .itemDetails__sizeSingle .pick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .shopPage--item .itemDetails__sizeSingle .pick dd {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }
  .shopPage--item .itemDetails__anchor {
    display: block;
    margin: 3.5rem 0 0.7rem 0;
  }
  .shopPage--item .itemDetails__anchor li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .shopPage--item .itemDetails__anchor li a {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    color: #0F4db1;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #0F4db1;
    padding: 1.3rem 4rem;
    background: url(../img/arrow_vertical_pink.svg) no-repeat right 1.6rem center;
    background-size: 14.84px auto;
  }
  .shopPage--item .itemChoose {
    display: block;
    width: 89.3%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: left ease 0.3s;
    transition: left ease 0.3s;
    margin: 0;
    width: 100%;
  }
  .shopPage--item .itemChoose.modalActive {
    left: 0;
  }
  .shopPage--item .itemChoose .title--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #F2F2F2;
  }
  .shopPage--item .itemChoose .modalArea__main {
    padding: 1.6rem 2rem 4rem;
  }
  .shopPage--item .itemChoose .btn--verification {
    letter-spacing: 0;
    padding: 1.1rem 0.8rem 1.1rem 4.5rem;
    display: none;
  }
  .shopPage--item .itemChoose .btn--cart,
  .shopPage--item .btn--cart {
    border-radius: 4px;
    padding: 1.4rem 4rem 1.3rem;
  }
  .shopPage--item .itemChoose__single:not(:last-child) {
    margin-bottom: 3rem;
  }
  .shopPage--item .itemChoose__single .size {
    margin-bottom: 1rem;
  }
  .shopPage--item .itemChoose__single .choose {
    margin: 0.8rem 0 1.5rem;
  }
  .shopPage--item .itemChoose__single .choose .cellSingle {
    padding: 0 1rem 0 1.5rem;
  }
  .shopPage--item .itemChoose__single .choose .cellSingle .size span:first-child {
    width: 3.5rem;
  }
  .shopPage--item .itemChoose .allTotal {
    margin-bottom: 2.6rem;
  }
  .shopPage--item .itemChoose .cartText {
    font-size: 1rem;
    letter-spacing: 0.25px;
  }
  .shopPage--item .itemChoose .schedule {
    margin-top: 2rem;
  }
  .shopPage--item .itemChoose .schedule__single {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shopPage--item .itemChoose .schedule__single:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .shopPage--item .itemChoose .schedule__title {
    width: auto;
    padding-right: 10px;
  }
  .shopPage--item .itemChoose .schedule__day {
    width: auto;
  }
  .shopPage--item .itemChoose .closeBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shopPage--item .itemChoose .closeBtn.closeBtn--btn {
    width: 100%;
  }
  .shopPage--item .itemAbout .tabChoice li {
    width: calc((100% - 15px) / 3);
  }
  .shopPage--item .itemAbout .tabChoice li:first-child {
    border-left: none;
    border-radius: 0 4px 0 0;
  }
  .shopPage--item .itemAbout .tabChoice li:last-child {
    border-right: none;
    border-radius: 4px 0 0 0;
  }
  .shopPage--item .itemAbout .contentArea {
    padding: 1.7rem 2rem 0;
  }
  .shopPage--item .itemPhoto {
    margin-bottom: 2.3rem;
    padding-top: 0;
  }
  .shopPage--item .itemPhoto__thumbBox {
    position: relative;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto 2.3rem;
  }
  .shopPage--item .itemPhoto__thumbBox .listAll {
    display: block;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
  }
  .shopPage--item .itemPhoto__thumb .slick-arrow.slickPrev {
    left: -1.5rem;
  }
  .shopPage--item .itemPhoto__thumb .slick-arrow.slickNext {
    right: -1.5rem;
  }
  .shopPage--item .itemPhoto__nav {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2rem;
  }
  .shopPage--item .itemPhoto__nav li {
    display: inline-block;
    vertical-align: middle;
    width: 6rem;
    height: 7.2rem;
    margin-bottom: 0;
  }
  .shopPage--item .itemPhoto__nav li:not(:last-child) {
    margin-right: 5px;
  }
  .shopPage--item .itemPhoto__nav li.listAll {
    display: inline-block;
  }
  .shopPage--item .itemPhoto__nav li.listAll a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .shopPage--item .itemPhoto__nav li.listAll a img {
    width: 3.6rem;
  }
  .shopPage--item .itemMovie {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 3.5rem;
    max-width: 33.5rem;
  }
  .shopPage--item .otherItemArea {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  .shopPage--item .otherItemArea#anchorSetup {
    margin-bottom: 3rem;
  }
  .shopPage--item .otherItemArea__title {
    padding: 0 2rem;
  }
  .loginPage--login .loginPageLogin__body {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .loginPage--login .loginPageLogin__flex {
    display: block;
  }
  .loginPage--login .loginPageLogin__flex .colorBox {
    width: 100%;
  }
  .loginPage--login .loginPageLogin__flex .colorBox:not(:last-child) {
    margin-bottom: 2rem;
  }
  .loginPage--login .loginPageLogin__flex .colorBox__link a {
    letter-spacing: -0.2px;
  }
  .loginPage--password .loginPagePassword__body {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .loginPage--password .loginPagePassword__body .colorBox {
    width: 100%;
    text-align: left;
  }
  .loginPage--password .loginPagePassword__body .colorBox__title {
    margin-bottom: 1rem;
  }
  .loginPage--password .loginPagePassword__body .colorBox__text {
    margin-bottom: 2rem;
  }
  .loginPage--password .loginPagePassword__body .colorBox__submit {
    border-radius: 4px;
  }
  .loginPage--password .loginPagePassword__body .colorBox .submitFlex {
    margin: 2rem 0;
  }
  .loginPage--password .loginPagePassword__body .colorBox .submitFlex input,
  .loginPage--password .loginPagePassword__body .colorBox .submitFlex a {
    width: calc((100% - 0.5rem) / 2);
  }
  .loginPage--password .loginPagePassword__body .colorBox .bottomText {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.3px;
    text-align: center;
  }
  .signUpPage__body {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .signUpPage .privacyArea {
    margin-top: 3.7rem;
  }
  .signUpPage .privacyArea p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .signUpPage .privacyArea p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .signUpPage .formBody--confirm .privacyArea {
    margin-top: 3.6rem;
  }
  .signUpPage .title--centerHead {
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .signUpPage .endBody p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.3px;
  }
  .signUpPage .endBody p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .signUpPage .endBody__link {
    margin-top: 3.3rem;
    width: 100%;
  }
  .modalReview__flex {
    display: block;
  }
  .modalReview__photoArea {
    display: none;
  }
  .modalReview__detailsArea {
    width: 100%;
  }
  .modalReview__title {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
  }
  .modalReview__sub {
    font-size: 1rem;
    letter-spacing: 0.25px;
  }
  .modalReview__detailsFlex {
    display: block;
    margin-top: 2rem;
  }
  .modalReview__evaluation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.2rem;
  }
  .modalReview__evaluation .reviewCheck button {
    line-height: 1;
  }
  _:-ms-lang(x)::-ms-backdrop, .modalReview__evaluation .reviewCheck button {
    display: block;
    padding-top: 3px;
  }
  .modalReview__name {
    width: 100%;
    max-width: none;
    font-size: 1.4rem;
  }
  .modalReview__textarea {
    height: 26rem;
    font-size: 1.4rem;
  }
  .modalReview__submit {
    width: 100%;
    margin-top: 1rem;
  }
  .modalReview__bottom {
    margin-top: 2.2rem;
  }
  .modalReview__bottom p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.25px;
  }
  .modalReview__bottom p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .modalReview__bottom p.sub {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .functionPage__function .functionPageFunction__body {
    max-width: 103rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .functionPage__function .functionArea__head {
    display: none;
  }
  .functionPage__function .functionArea__main {
    border-top: 1px solid #F2F2F2;
  }
  .functionPage__function .functionArea__single {
    display: block;
    padding-bottom: 2rem;
  }
  .functionPage__function .functionArea__single > * {
    display: block;
  }
  .functionPage__function .functionArea__itemBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.5rem 0;
    margin-right: 0;
  }
  .functionPage__function .functionArea__itemPhoto {
    width: 5rem;
    padding-top: 0.4rem;
  }
  .functionPage__function .functionArea__itemName {
    width: calc(100% - (5rem + 1.5rem));
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
  }
  .functionPage__function .functionArea__itemBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 1rem;
    padding: 0 0.5rem;
  }
  .functionPage__function .functionArea__itemPrice {
    font-size: 2rem;
    letter-spacing: 0.5px;
    display: block;
    width: 50%;
  }
  .functionPage__function .functionArea__itemPrice span {
    display: inline;
    font-size: 1.2rem;
  }
  .functionPage__function .functionArea__itemColor {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .functionPage__function .functionArea__itemOther {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0.5rem;
  }
  .functionPage__function .functionArea__itemOther:not(:last-child) {
    margin: 0 0 0.9rem;
  }
  .functionPage__function .functionArea__itemOther dt {
    display: block;
    width: 9rem;
    font-weight: bold;
  }
  .functionPage__function .functionArea__itemOther dd {
    width: calc(100% - 9rem);
    display: block;
    padding: 0;
    height: auto;
  }
  .cartPage .cartPageCart__body {
    padding: 4.5rem 0 0;
  }
  .cartPage main {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .cartPage .flow li {
    height: 5.5rem;
    font-size: 1rem;
    letter-spacing: 0.25px;
    line-height: 1.4rem;
    padding-right: 0.6rem;
    text-align: center;
  }
  .cartPage .flow .pcText {
    display: none;
  }
  .cartPage .title--leftHead {
    margin: 3rem auto 2.2rem;
  }
  .cartPage .otherItemArea {
    margin-top: 5.7rem;
  }
  .cartPage .otherItemArea .productSlide__single:not(:last-child) {
    margin-bottom: 3rem;
  }
  .cartPage .otherItemArea .titleHead__title--normal {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1rem;
  }
  .cartPage--confirmation .title--leftHead {
    margin-bottom: 2rem;
  }
  .cartPage--confirmation .cartArea .confirmation__single {
    display: block;
  }
  .cartPage--confirmation .cartArea .confirmation__single:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .cartPage--confirmation .cartArea .confirmation__single.singleOther:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
  .cartPage--confirmation .cartArea .confirmation__single.singleOther .confirmation__title {
    margin-bottom: 0.7rem;
  }
  .cartPage--confirmation .cartArea .confirmation__single.singleOther .confirmation__details {
    padding-top: 0;
  }
  .cartPage--confirmation .cartArea .confirmation__title {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cartPage--confirmation .cartArea .confirmation__details {
    width: 100%;
  }
  .cartPage--confirmation .cartArea__single {
    padding: 1.7rem 2rem 2rem;
    margin-top: 0;
  }
  .cartPage--confirmation .cartArea__single:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .cartPage--confirmation .cartArea__product {
    margin-bottom: 0;
  }
  .cartPage--confirmation .cartArea__productPhoto {
    width: 12rem;
  }
  .cartPage--confirmation .cartArea__productDetails {
    width: calc(100% - 13.6rem);
  }
  .cartPage--confirmation .cartArea__productDetails .name {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.35px;
    margin-bottom: 0.8rem;
  }
  .cartPage--confirmation .cartArea__productDetails .num {
    margin-bottom: 0.8rem;
  }
  .cartPage--confirmation .cartArea__productDetails .price__quantity {
    margin: 0 0 0.3rem;
  }
  .cartPage--confirmation .cartArea__productDetails .price__money {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
  .cartPage--confirmation .cartArea__item {
    margin-top: 0.8rem;
  }
  .cartPage--confirmation .cartArea__itemHead {
    padding-top: 0.8rem;
  }
  .cartPage--confirmation .cartArea__itemHead .cell01 {
    padding-left: 0;
    width: auto;
  }
  .cartPage--confirmation .cartArea__itemHead .cell02 {
    width: 8rem;
  }
  .cartPage--confirmation .cartArea__itemHead .cell03 {
    width: 5.5rem;
  }
  .cartPage--confirmation .cartArea__itemHead .cell04 {
    padding-right: 3.5rem;
    width: 11rem;
  }
  .cartPage--confirmation .cartArea__itemSingle {
    padding: 1.2rem 0;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell01 {
    width: 10rem;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell01::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell02 {
    width: 3rem;
    margin: 0;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell03,
  .cartPage--confirmation .cartArea__itemSingle .cell05 {
    width: 3rem;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell04 {
    width: calc(100% - 19rem);
  }
  .cartPage--confirmation .cartArea__itemSingle .cell04 .price {
    font-size: 1.4rem;
    letter-spacing: 0.25px;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .cartPage--confirmation .cartArea__itemSingle .cell04 .price span {
    font-size: 1rem;
  }
  .cartPage--confirmation .cartArea__total {
    margin-top: 3.5rem;
  }
  .cartPage--thanks .colorBox {
    padding: 1.8rem 2rem 2.5rem;
    margin-bottom: 2rem;
  }
  .cartPage--thanks .colorBox__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .cartPage--thanks .colorBox .point {
    padding-bottom: 2.6rem;
    margin-bottom: 2.2rem;
  }
  .cartPage--thanks .colorBox .point .colorBox__text {
    text-align: center;
  }
  .cartPage--thanks .colorBox .point .colorBox__link {
    margin-top: 1rem;
  }
  .cartPage--thanks .colorBox .point .colorBox__link a {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .cartPage--thanks .colorBox__text {
    text-align: left;
  }
  .cartPage--thanks .cartArea__shoppingBtn {
    display: block;
  }
  .cartPage--thanks .cartArea__shoppingBtn li {
    margin: 0 auto 1rem;
    width: 100%;
  }
  .cartPage--buy .form__main .selectBox.half {
    width: 100%;
  }
  .cartPage--buy .form__main .name {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cartPage--buy .form__main .name input {
    width: calc((100% - 5px) / 2);
  }
  .cartPage--buy .form__main .name input:not(:last-child) {
    margin-right: 0;
  }
  .cartPage--buy .form__main .post__input {
    width: 23rem;
    margin: 0 0 0.5rem;
  }
  .cartPage--buy .form__main .post__input input {
    width: calc((100% - 3rem) / 2);
  }
  .cartPage--buy .form__main .telFax {
    width: 27rem;
  }
  .cartPage--buy .form__main .telFax input {
    width: calc((100% - 6rem) / 3);
  }
  .cartPage--buy .form__main .addressSelectBox {
    font-size: 1.4rem;
    line-height: 2.4rem;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 1rem 3rem 1.2rem 1.4rem;
    position: relative;
  }
  .cartPage--buy .form__main .addressSelectBox::before {
    content: "";
    display: block;
    background-image: url("../img/arrow_vertical_glay.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 8.7px 5.05px;
    width: 8.7px;
    height: 5.05px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1rem;
    z-index: 1;
  }
  .cartPage--buy .form__main .addressSelectBox::before {
    right: 1rem;
  }
  .cartPage--buy .form__main .addressSelectBox span {
    display: block;
  }
  .cartPage--buy .form__main .card__input input {
    width: calc((100% - 5.5rem) / 4);
    max-width: 6rem;
  }
  .cartPage--buy .form__main .expiry .selectBox {
    width: calc((100% - 8rem) / 2);
    max-width: 10rem;
  }
  .cartPage--buy .form__main .colorBox .addressList {
    padding: 0.5rem 0 0 3rem;
    margin-bottom: 1.5rem;
  }
  .cartPage--buy .form__main .colorBox .addressList__single dt {
    width: 5rem;
    margin-right: 0;
  }
  .cartPage--buy .form__main .colorBox .addressList__single dd {
    width: calc(100% - 5rem);
  }
  .cartPage--buy .form__single dt {
    width: 100%;
  }
  .cartPage--buy .form__single dd {
    width: 100%;
  }
  .cartPage--buy .form__btn {
    display: block;
  }
  .cartPage--buy .form__btn .submit,
  .cartPage--buy .form__btn .return {
    margin: 0;
    width: 100%;
  }
  .cartPage--buy .form__btn .return {
    margin-bottom: 1rem;
  }
  .pickupPage .contentWrap__flex {
    padding-top: 4rem;
  }
  .pickupPage .pickupPage__head {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
    margin-bottom: 5.2rem;
  }
  .pickupPage .pickupPage__head .titleHead__title--big {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
  }
  .pickupPage .pickupPage__head p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.35px;
  }
  .pickupPage .pickupPage__head p.title {
    margin: 0 0 1rem;
  }
  .pickupPage .pickupPage__single {
    display: block;
  }
  .pickupPage .pickupPage__single:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  .pickupPage .pickupPage__total {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2rem;
  }
  .pickupPage .pickupPage__total .photo {
    margin: 0 auto 1.2rem;
    width: 24rem;
  }
  .pickupPage .pickupPage__details {
    width: 100%;
  }
  .pickupPage .pickupPage__details .detailsBox {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .pickupPage .pickupPage__details .details--title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.45px;
    margin-bottom: 0.7rem;
  }
  .pickupPage .pickupPage__details .details--price {
    margin-bottom: 1.2rem;
  }
  .pickupPage .pickupPage__details .details--coordination {
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .pickupPage .pickupPage__details .details--total {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .pickupPage .pickupPage__details .productBox {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem 0.5rem 2rem;
    margin-bottom: 1rem;
  }
  .pickupPage .pickupPage__details .productBox__single {
    display: inline-block;
    padding-right: 1rem;
    width: 16rem !important;
    white-space: normal;
  }
  .pickupPage .pickupPage__details .productBox__single:not(:last-child)::after {
    content: "";
    display: block;
    background-image: url("../img/icon_plus.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7.4rem;
    right: -1rem;
    z-index: 1;
  }
  .pickupPage .pickupPage__free {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-top: 3rem;
  }
  .pickupPage .pickupPage__free .link_btn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
  .pickupPage .pickupPage__free p.title {
    margin: 0 0 1rem;
  }
  .pickupPage .pickupPage__free ul.bannerBox li ,
  .pickupPage .pickupPage__free ul.three_rows li ,
  .pickupPage .pickupPage__free ul.four_rows li {
    width: calc(50% - 0.7rem);
    margin-bottom: 1rem;
  }
  .pickupPage .pickupPage__free>iframe{
    height: 100%;
  }
  .pickupPage .pickupPage__banner {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-top: 5.5rem;
    margin-bottom: 4.5rem;
  }
  .pickupPage--details .pickupPage__head {
    margin-bottom: 6rem;
  }
  .pickupPage--details .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .pickupPage--details .productBox__single {
    padding: 0 0 1rem;
    width: calc(50% - 0.5rem) !important;
    margin-bottom: 1rem;
  }
  .pickupPage--details .pageing {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4.5rem;
  }
  .pickupPage--details .pickupPage__banner {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4.5rem;
  }
  .pickupPage--details .bannerArea--bottom .titleHead {
    width: 100%;
    margin-bottom: 2rem;
  }
  .myPage {
    padding-bottom: 0;
  }
  .myPage__head {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    display: block;
    padding-top: 3.5rem;
  }
  .myPage__head .name {
    font-size: 1.8rem;
  }
  .myPage__head .num {
    margin: 0.5rem 0 1rem;
    width: auto;
    display: inline-block;
  }
  .myPage__head .text {
    line-height: 2rem;
  }
  .myPage__point {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    display: block;
    height: auto;
    padding: 1.2rem 1rem;
    text-align: center;
    margin-top: 1.6rem;
    margin-bottom: 5rem;
  }
  .myPage__point p:not(:last-child) {
    margin: 0 0 0.3rem;
  }
  .myPage__point .color {
    font-size: 1.6rem;
  }
  .myPage__point .text {
    margin-top: 0.8rem;
  }
  .myPage .historyArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 5rem;
  }
  .myPage .historyArea .titleHead {
    margin-bottom: 2rem;
  }
  .myPage .historyArea .titleHead__title--big {
    font-size: 1.8rem;
  }
  .myPage .historyArea__single:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .myPage .historyArea__single--head {
    padding: 1.5rem 2rem;
    display: block;
  }
  .myPage .historyArea__single--head .item dd {
    font-size: 1.4rem;
  }
  .myPage .historyArea__single--head .flex {
    margin-top: 0.2rem;
  }
  .myPage .historyArea__single--main {
    display: block;
    padding: 1.8rem 2rem 0;
  }
  .myPage .historyArea__single--details {
    padding: 1.4rem 2rem 3rem;
  }
  .myPage .historyArea__single--details dl {
    display: block;
  }
  .myPage .historyArea__single--details dl:not(:last-child) {
    margin-bottom: 1rem;
  }
  .myPage .historyArea__single--details dl dt {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    line-height: 3rem;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .myPage .historyArea__single--details dl dd {
    width: 100%;
  }
  .myPage .historyArea__btn {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2.2rem;
  }
  .myPage .historyArea__btn .btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .myPage .historyArea__btn .btnList li {
    width: calc((100% - 2.5rem) / 3);
  }
  .myPage .historyArea__btn .btnList li:not(:last-child) {
    margin-bottom: 0;
  }
  .myPage .historyArea__btn .btnList li a span {
    display: none;
  }
  .myPage .historyArea__product {
    width: 100%;
  }
  .myPage .historyArea__product .cartArea__productPhoto {
    width: 40.7%;
  }
  .myPage .historyArea__product .cartArea__productDetails {
    width: 54.2%;
  }
  .myPage .historyArea__product .cartArea__productDetails .name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .myPage .historyArea__product .cartArea__productDetails .price {
    margin-bottom: 1rem;
  }
  .myPage .historyArea__product .cartArea__productDetails .price__quantity {
    margin: 0 0 0.5rem;
  }
  .myPage .historyArea__product .cartArea__productDetails .price__money {
    font-size: 2rem;
  }
  .myPage .historyArea__product .cartArea__productDetails .btn {
    width: 100%;
  }
  .myPage .invoiceListArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 5rem;
  }
  .myPage .invoiceListArea .titleHead {
    margin-bottom: 2rem;
  }
  .myPage .invoiceListArea .titleHead__title--big {
    font-size: 1.8rem;
  }
  .myPage .invoiceListArea__single:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .myPage .invoiceListArea__single--head {
    padding: 1.5rem 2rem;
    display: block;
  }
  .myPage .invoiceListArea__single--head .item dd {
    font-size: 1.4rem;
  }
  .myPage .invoiceListArea__single--head .flex {
    margin-top: 0.2rem;
  }
  .myPage .invoiceListArea__single--main {
    display: block;
    padding: 1.8rem 2rem 0;
  }
  .myPage .invoiceListArea__single--details {
    padding: 1.4rem 2rem 3rem;
  }
  .myPage .invoiceListArea__single--details dl {
    display: block;
  }
  .myPage .invoiceListArea__single--details dl:not(:last-child) {
    margin-bottom: 1rem;
  }
  .myPage .invoiceListArea__single--details dl dt {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    line-height: 3rem;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .myPage .invoiceListArea__single--details dl dd {
    width: 100%;
  }
  .myPage .invoiceListArea__btn {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2.2rem;
  }
  .myPage .invoiceListArea__btn .btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .myPage .invoiceListArea__btn .btnList li {
    width: calc((100% - 2.5rem) / 3);
  }
  .myPage .invoiceListArea__btn .btnList li:not(:last-child) {
    margin-bottom: 0;
  }
  .myPage .invoiceListArea__btn .btnList li a span {
    display: none;
  }
  .myPage .invoiceListArea__product {
    width: 100%;
  }
  .myPage .invoiceListArea__product .cartArea__productPhoto {
    width: 40.7%;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails {
    width: 54.2%;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails .name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails .price {
    margin-bottom: 1rem;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails .price__quantity {
    margin: 0 0 0.5rem;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails .price__money {
    font-size: 2rem;
  }
  .myPage .invoiceListArea__product .cartArea__productDetails .btn {
    width: 100%;
  }
  .myPage .favoritArea .titleHead {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .myPage .favoritArea .titleHead__title--big {
    font-size: 1.8rem;
  }
  .myPage .designArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 4.7rem;
  }
  .myPage .designArea .cartArea__designSingle {
    padding: 0.9rem 0.5rem 1rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.35px;
  }
  .myPage .designArea .cartArea__designSingle a {
    padding: 0;
    width: 3rem;
    height: 3rem;
    position: relative;
  }
  .myPage .designArea .cartArea__designSingle a::before {
    content: "";
    display: block;
    background-image: url("../img/arrow_vertical_pink.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 5.4764630615px;
    width: 10px;
    height: 5.4764630615px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg);
  }
  .myPage .designArea .cartArea__designSingle a span {
    display: none;
  }
  .myPage .greetingArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .myPage .greetingArea .titleHead__title--big {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .myPage .greetingArea p.title {
    font-size: 1.6rem;
    letter-spacing: 0.35px;
    margin-bottom: 1.2rem;
  }
  .myPage .flexAsideMenu {
    display: block;
    width: 100%;
    padding-top: 5.5rem;
  }
  .myPage--mypage {
    padding-bottom: 5rem;
  }
  .myPage--mypage .contentWrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .myPage--mypage .contentWrap__flex main .historyArea,
  .myPage--mypage .contentWrap__flex main .invoiceListArea,
  .myPage--mypage .contentWrap__flex main .favoritArea {
    display: none;
  }
  .myPage--mypage .contentWrap__flex .flexAsideMenu {
    padding-top: 0;
  }
  .myPage--mypage .contentWrap__flex .flexAsideMenu .myMenuArea__list > li.now {
    display: none;
  }
  .myPage--history {
    padding-bottom: 5rem;
  }
  .myPage--history .contentWrap__flex .flexAsideMenu {
    display: none;
  }
  .myPage--favorite {
    padding-bottom: 5rem;
  }
  .myPage--favorite .favoritArea .titleHead {
    margin-bottom: 2rem;
  }
  .myPage--favorite .favoritArea .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .myPage--favorite .favoritArea .productBox__single {
    padding: 0 0 1rem;
    width: calc(50% - 0.5rem) !important;
    margin-bottom: 1rem;
  }
  .myPage--favorite .pageing {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .myPage--favorite .contentWrap__flex .flexAsideMenu {
    display: none;
  }
  .myPage--infomation {
    padding-bottom: 5rem;
  }
  .myPage--infomation .titleHead__title--big {
    margin-bottom: 2rem;
  }
  .myPage--infomation .infomationArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  .myPage--infomation .infomationArea:not(:last-child) {
    margin-bottom: 5rem;
  }
  .myPage--infomation .infomationArea__main {
    padding: 2rem;
  }
  .myPage--infomation .infomationArea__single {
    display: block;
    margin-bottom: 1.5rem;
  }
  .myPage--infomation .infomationArea__single--small {
    margin-bottom: 2rem;
    padding-top: 0;
  }
  .myPage--infomation .infomationArea__single--full {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
  .myPage--infomation .infomationArea__single--full .infomationArea__head .title {
    width: 100%;
  }
  .myPage--infomation .infomationArea__single--full .infomationArea__head .infomationBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100% !important;
    padding: 0.8rem 1rem 0.7rem !important;
    height: 4rem;
  }
  .myPage--infomation .infomationArea__single--full .infomationArea__details {
    padding: 0;
  }
  .myPage--infomation .infomationArea__single--full .form__single:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .myPage--infomation .infomationArea__single--full .form__single dt {
    display: none;
  }
  .myPage--infomation .infomationArea__single--full .form__single dd {
    width: 100%;
  }
  .myPage--infomation .infomationArea__single--full .form__main {
    padding: 0;
  }
  .myPage--infomation .infomationArea__single--btn {
    margin-bottom: 2rem;
  }
  .myPage--infomation .infomationArea__single--btn .infomationArea__head {
    padding-top: 0;
  }
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn, .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #0F4db1;
    background-color: #0F4db1;
    padding: 1.1rem 4rem;
    cursor: pointer;
    -webkit-transition: color ease 0.3s, background-color ease 0.3s;
    transition: color ease 0.3s, background-color ease 0.3s;
    padding: 0.8rem 1rem 0.7rem !important;
    height: 4rem;
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn:hover, .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.changeBtn, .myPage--infomation .infomationArea__single--btn .infomationArea__details .infomationBtn.keepBtn {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__single--flex .infomationArea__details .flex input {
    width: calc(100% - 11rem);
  }
  .myPage--infomation .infomationArea__single--flex .infomationArea__details .flex .infomationBtn {
    width: 10rem;
    font-size: 1.4rem;
    padding: 0.8rem 1rem 0.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__single.btnActive {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1rem;
  }
  .myPage--infomation .infomationArea__head .title {
    width: calc(100% - 11rem);
  }
  .myPage--infomation .infomationArea__head .infomationBtn {
    position: static;
  }
  .myPage--infomation .infomationArea__head .infomationBtn.changeBtn {
    width: 10rem;
    padding: 0.4rem 1rem 0.3rem;
  }
  .myPage--infomation .infomationArea__head .delBtn {
    width: 10rem;
    padding: 0.4rem 1rem 0.3rem;
  }
  .myPage--infomation .infomationArea__head .infomationBtn.keepBtn {
    width: 10rem;
    padding: 0.3rem 1rem 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__details {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__textArea p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.35px;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea__inputArea {
    display: none;
  }
  .myPage--infomation .infomationArea__inputArea .form__single {
    display: block;
  }
  .myPage--infomation .infomationArea__inputArea .form__single:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .myPage--infomation .infomationArea__inputArea .form__single dt {
    width: 100%;
    padding-top: 0;
    line-height: 2.5rem;
  }
  .myPage--infomation .infomationArea__inputArea .form__single dd {
    width: 100%;
  }
  .myPage--infomation .infomationArea__inputArea .form__single.type--radio {
    margin-bottom: 1.5rem;
  }
  .myPage--infomation .infomationArea__inputArea .form__single.type--radio dt {
    padding-top: 0;
  }
  .myPage--infomation .infomationArea__inputArea .form__main {
    padding-bottom: 2rem;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .attention {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .name {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .name input {
    width: calc(50% - 0.5rem);
  }
  .myPage--infomation .infomationArea__inputArea .form__main .name input:not(:last-child) {
    margin-right: 0;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .post {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .post__input {
    width: 23rem;
    margin-right: 0;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .post__input input {
    width: calc((100% - 3rem) / 2);
  }
  .myPage--infomation .infomationArea__inputArea .form__main .post__link {
    width: 15rem;
    text-align: right;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .telFax {
    width: 100%;
  }
  .myPage--infomation .infomationArea__inputArea .form__main .telFax input {
/*    width: calc((100% - 4rem) / 3); */
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .infomationArea .form__main input,
  .myPage--infomation .infomationArea .form__main select {
    height: 4rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .myPage--infomation .contentWrap__flex .flexAsideMenu {
    display: none;
  }
}
@media (max-width: 355px) {
  .shopPage--item .itemChoose .btn--verification {
    background-position: left 1rem center;
    letter-spacing: -0.5px;
    padding: 1.1rem 0.5rem 1.1rem 3.5rem;
  }
}
label.error{
  display:block;
  white-space:nowrap;
}
#cart_area{
  max-height: 40vh;
  overflow-y: auto;
}
.loader{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 #00000010 #00000010;
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: auto;
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.processing_select #font_input .name_text {
  width: 90%;
  margin-bottom: 5px;
}

.category_description {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 10px;
  column-gap: 10px;
}

.category_description div {
  border: 1px solid gray;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 3px;
  display: block;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
}
.reviews_link {
  cursor: pointer;
}
.reviews_link .reviews_text_link {
  color: #888888;
  text-decoration: underline;
}
.searchMoreTitle {
  cursor: pointer;
  line-height: 50px;
  margin-bottom: 0;
}
.searchMoreOn {
  background: url("../img/arrow_vertical_glay.svg") no-repeat right 1rem center;
}
.searchMoreOff {
  background: url("../img/arrow_beside_glay.svg") no-repeat right 1rem center;
}
.searchMoreBody {
  display: none;
}
.CategoryNarrowArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .CategoryNarrowArea {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
  }
}
.CategoryNarrowArea div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}
.CategoryNarrowArea h3 {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #494949;
  background: #f5f5f5;
  border-left: solid 5px #0F4db1;
}
.CategoryNarrowArea a {
  border: 1px solid gray;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 3px;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
}
.categoryArea--bottom,
.resultsArea {
  margin-bottom: 2rem;
}
.resultsArea {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .categoryArea--bottom,
  .resultsArea {
    width: 89.3%;
    margin: 0 auto 2rem auto;
  }
}
.categoryArea--bottom .titleHead,
.resultsArea .titleHead {
  background: #0F4db1;
  padding: 10px;
  margin :0 !important;
}
.categoryArea--bottom .titleHead .titleHead__title--big,
.resultsArea .titleHead__title--big {
  color: #fff;
  margin :0;
  text-align: left;
}
.categoryArea--bottom ul.categoryArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f5f5f5;
  padding:15px;
}
.categoryArea--bottom ul.categoryArea__list>li {
  width: calc(33% - 1rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .categoryArea--bottom ul.categoryArea__list>li {
    width: calc(100% - 1rem);
  }
}
.categoryArea--bottom ul.categoryArea__list>li>span {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.categoryArea--bottom ul.categoryArea__list>li ul.categoryArea__listMore li {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .categoryArea--bottom ul.categoryArea__list>li ul.categoryArea__listMore li {
    width: calc(100% - 1rem);
  }
}
.categoryArea--bottom ul li.col3 a span em {
  display: block;
}
.categoryArea--bottom ul li.center {
  text-align: center;
}
.categoryArea--bottom ul li.center img {
  margin: auto;
}
.categoryArea--bottom ul li a {
  display: block;
}
.categoryArea--bottom ul li a.inline {
  display: inline-block;
}
.resultsArea ul {
  display: flex;
    align-items: flex-start; /* 上揃えを維持 */
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.resultsArea li {
  width: 23%;
  margin: 1%;
  text-align: center;
  display: flex;
    align-items: flex-start; /* 上揃えを維持 */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.resultsArea ul.text_area {
  margin: 30px 0;
}
.resultsArea ul.text_area li {
  width: 48%;
  text-align: left;
  justify-content: left;
  align-items: baseline;
  margin: 0;
}
.resultsArea li div {
  text-align: center;
}
.resultsArea ul.text_area li div {
  text-align: left;
}
.resultsArea li div img {
  width: 100%;
  margin: 0px auto 10px auto;
}
.resultsArea a {
  font-size: 2.0rem;
}
.resultsArea.sub li {
  width: 31%;
  margin: 1%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .resultsArea li,
  .resultsArea.sub li {
    width: 46%;
    margin: 0 2% 10%;
  }
  .resultsArea .titleHead {
    margin-bottom : 20px !important;
  }
  .resultsArea ul.text_area li {
    width: 100%;
    text-align: left;
    justify-content: left;
    align-items: baseline;
  }
}
#notFoundSearch {
  margin-bottom: 30px;
}
#notFoundSearch input[type="text"] {
  width: 500px;
  height: 40px;
  margin: 10px 0;
  padding: 10px 10px 10px 15px;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  color: #7e7e7e;
  font-size: 1.4rem;
  line-height: 1;
  appearance: none;
  display: inline-block;
}
#notFoundSearch input[type="submit"] {
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  vertical-align: bottom;
  display: inline-block;
  border: 1px solid #0F4db1;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: #0F4db1;
  cursor: pointer;
  font-weight: bold;
}
#notFoundArea .flexAsideMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#notFoundArea .flexAsideMenu::after {
  content:"";
  display: block;
  width: calc(33% - 0.5rem);
}
#notFoundArea .flexAsideMenu .menuArea {
  width: calc(33% - 0.5rem);
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
#notFoundArea .flexAsideMenu .menuArea__title {
  padding: 1rem;
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
}
#notFoundArea .flexAsideMenu .menuArea__title.esthe {
  background-color:  #b0778c;
}
#notFoundArea .flexAsideMenu .menuArea__title.jimufuku {
  background-color:  #cc1470;
}
#notFoundArea .flexAsideMenu .menuArea__title.medical {
  background-color:  #63bbc7;
}
#notFoundArea .flexAsideMenu .menuArea__title.restaurant {
  background-color:  #ff8c00;
}
#notFoundArea .flexAsideMenu .menuArea__title.sagyougi {
  background-color:  #000;
}
#notFoundArea .flexAsideMenu .menuArea__list {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  #notFoundSearch input[type="submit"]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #notFoundSearch {
    width: 100%;
  }
  #notFoundSearch input[type="text"] {
    width: 70%;
  }
  #notFoundSearch input[type="submit"] {
    width: 25%;
  }
  #notFoundArea .titleHead {
    width: 100%;
  }
  #notFoundArea .flexAsideMenu {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
  }
  #notFoundArea .btnNav.product {
    position: static;
    border: none;
  }
  #notFoundArea .modalArea__main {
    height: auto;
    overflow-y: inherit;
    padding-bottom: 0 !important;
  }
  #notFoundArea .modalArea {
    margin: 0 auto;
    padding: 1rem 0 3rem 0;
  }
}
.g-recaptcha div {
  margin: 0 auto;
}

.link_disabled {
  pointer-events:none;
  filter:brightness(0.8);
  cursor:not-allowed;
}

.etimate_btn {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.35px;
  padding: 0.6rem 0 0.5rem;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #4dc4ff;
  background-color: #4dc4ff;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  margin-top: 1rem;
}

.etimate_btn:hover {
  color: #4dc4ff;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .etimate_btn {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
    padding: 1.3rem 0 1.2rem;
  }
}
.attension{
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.35px;
  color: #DA142B;
}

#pageGuide {
  position: fixed;
  padding: 15px 20px;
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  z-index: 1000;
  line-height: 150%;
  opacity: 1;
  cursor: move;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  color: rgb(255, 255, 255);
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  #pageGuide {
    display: none;
  }
}
.blinking {
  -webkit-animation:blink 1.0s ease-in-out infinite alternate;
  -moz-animation:blink 1.0s ease-in-out infinite alternate;
  animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}

.icon-svg {
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
}

.icon-svg::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  mask-size:100%;
  mask-repeat: no-repeat;
  background-color: #0F4db1;
}

.icon-heart::before {
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" style="width: 32px; height: 32px; opacity: 1;" xml:space="preserve"><g><path class="st0" d="M256,0C114.609,0,0,114.625,0,256s114.609,256,256,256c141.375,0,256-114.625,256-256S397.375,0,256,0z M274.859,362.063c-5.969,2.656-17.984,7.281-17.984,7.281c-0.281,0.125-0.578,0.188-0.875,0.188s-0.594-0.063-0.875-0.188 c0,0-12.016-4.625-17.984-7.281c-94.297-41.719-110.078-105.625-110.078-139.125c0-35.594,28.859-64.469,64.469-64.469 S256,187.344,256,222.938c0-35.594,28.859-64.469,64.453-64.469c35.609,0,64.469,28.875,64.469,64.469 C384.922,256.438,369.156,320.344,274.859,362.063z" style="fill: rgb(0, 0, 0);"></path></g></svg>');
}

.icon-pencil::before {
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 32px; height: 32px; opacity: 1;" xml:space="preserve"><g><path class="st0" d="M494.56,55.774l-38.344-38.328c-23.253-23.262-60.965-23.253-84.226,0l-35.878,35.878l122.563,122.563 l35.886-35.878C517.814,116.747,517.814,79.044,494.56,55.774z" style="fill: rgb(255, 255, 255);"></path><polygon class="st0" points="0,389.435 0,511.998 122.571,511.998 425.246,209.314 302.691,86.751 " style="fill: rgb(255, 255, 255);"></polygon></g></svg>');
}

.icon-cart::before {
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 32px; height: 32px; opacity: 1;" xml:space="preserve"><g><polygon class="st0" points="236.424,416.128 271.772,416.128 273.104,348.216 235.101,348.216 	" style="fill: rgb(255, 255, 255);"></polygon><polygon class="st0" points="415.615,260.97 373.041,260.97 369.716,319.804 410.453,319.804 	" style="fill: rgb(255, 255, 255);"></polygon><path class="st0" d="M402.637,408.765l5.318-60.549h-39.849l-3.839,67.912h30.326C398.772,416.128,402.262,412.933,402.637,408.765 z" style="fill: rgb(255, 255, 255);"></path><polygon class="st0" points="344.542,260.97 303.309,260.97 302.143,319.804 341.217,319.804 " style="fill: rgb(255, 255, 255);"></polygon><polygon class="st0" points="339.616,348.216 301.594,348.216 300.262,416.128 335.777,416.128 	" style="fill: rgb(255, 255, 255);"></polygon><polygon class="st0" points="273.661,319.804 274.819,260.97 233.386,260.97 234.535,319.804 	" style="fill: rgb(255, 255, 255);"></polygon><polygon class="st0" points="172.428,416.128 207.934,416.128 206.602,348.216 168.572,348.216 	" style="fill: rgb(255, 255, 255);"></polygon><polygon class="st0" points="206.045,319.804 204.896,260.97 163.645,260.97 166.979,319.804 " style="fill: rgb(255, 255, 255);"></polygon><path class="st0" d="M105.568,408.765c0.358,4.169,3.857,7.364,8.035,7.364h30.318l-3.83-67.912h-39.84L105.568,408.765z" style="fill: rgb(255, 255, 255);"></path><polygon class="st0" points="138.48,319.804 135.155,260.97 92.581,260.97 97.752,319.804 " style="fill: rgb(255, 255, 255);"></polygon><path class="st0" d="M485.843,172.088h-52.915h-42.242h-46.169l78.314-57.658l-0.009-0.018c5.11-3.604,9.105-8.304,11.786-13.544 c2.733-5.345,4.143-11.246,4.152-17.217c0-7.382-2.202-14.92-6.711-21.431l0.009,0.008l-3.534-5.109l-0.018-0.009 c-3.62-5.249-8.426-9.34-13.779-12.073c-5.344-2.733-11.237-4.143-17.208-4.143c-7.39-0.009-14.928,2.194-21.422,6.711 l-0.148,0.087L220.39,162.226l0.017,0.009c-3.873,2.733-7.102,6.093-9.61,9.853h-89.482H79.063H26.157 C11.708,172.088,0,183.796,0,198.245v12.274c0,13.953,10.941,25.329,24.72,26.078l25.304,186.703h0.009 c1.558,13.527,8.07,25.496,17.575,34.009c9.575,8.6,22.292,13.796,36.045,13.796h300.889c13.744,0,26.471-5.196,36.046-13.796 c9.505-8.513,16.016-20.482,17.582-34.009l25.304-186.625h2.368c14.441,0,26.157-11.716,26.157-26.156v-12.274 C512,183.796,500.284,172.088,485.843,172.088z M231.418,187.46c0.888-1.697,2.141-3.186,3.865-4.387l0.174-0.112L390.72,68.644 c2.123-1.454,4.439-2.124,6.798-2.124c1.924,0,3.838,0.453,5.535,1.332c1.707,0.87,3.204,2.132,4.405,3.856l-0.018-0.009 l3.543,5.11v0.009c1.471,2.132,2.141,4.448,2.15,6.833c0,1.914-0.453,3.829-1.332,5.535c-0.888,1.707-2.141,3.203-3.865,4.396 l-0.139,0.096L252.51,208.012c-2.124,1.454-4.439,2.124-6.807,2.133c-1.915,0-3.83-0.462-5.536-1.341 c-1.706-0.871-3.186-2.142-4.387-3.856l-3.542-5.11v0.009c-1.472-2.133-2.133-4.457-2.141-6.842 C230.096,191.091,230.548,189.166,231.418,187.46z M432.754,420.045l-0.018,0.148c-0.792,7.224-4.196,13.492-9.261,18.036 c-5.075,4.535-11.664,7.242-18.933,7.251H103.654c-7.259,0-13.867-2.716-18.932-7.251c-5.058-4.543-8.47-10.811-9.262-18.036 l-0.017-0.131l-0.018-0.2l-24.442-180.28h406.232L432.754,420.045z" style="fill: rgb(255, 255, 255);"></path></g></svg>');
}

.icon-point::before {
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" style="width: 32px; height: 32px; opacity: 1;" xml:space="preserve"><g><path class="st0" d="M311.406,97.125c0,0,5.125-17.594,32.75-39.906c26.5-21.406,6.156-50.969-32.75-40.063 C284.547,24.656,293.672,0,256,0s-28.547,24.656-55.406,17.156c-38.891-10.906-59.234,18.656-32.734,40.063 c27.609,22.313,32.734,39.906,32.734,39.906H311.406z" style="fill: rgb(255, 255, 255);"></path><path class="st0" d="M323.891,123.328c0,6.297-5.109,11.406-11.391,11.406H199.516c-6.297,0-11.406-5.109-11.406-11.406l0,0 c0-6.297,5.109-11.391,11.406-11.391H312.5C318.781,111.938,323.891,117.031,323.891,123.328L323.891,123.328z" style="fill: rgb(255, 255, 255);"></path><path class="st0" d="M262.5,296.313h-23.438v47.234H262.5c14.875,0,26.953-10.594,26.953-23.609 C289.453,306.906,277.375,296.313,262.5,296.313z" style="fill: rgb(255, 255, 255);"></path><path class="st0" d="M311.406,149.531H200.594c-20.156,20.156-118.719,92.188-118.719,188.344S159.844,512,256,512 c96.172,0,174.125-77.969,174.125-174.125S331.563,169.688,311.406,149.531z M262.5,369.781h-23.438v34.391 c0,6.609-5.375,11.969-11.969,11.969h-6.016c-6.609,0-11.984-5.359-11.984-11.969V282.031c0-6.594,5.375-11.969,11.984-11.969 H262.5c31.375,0,56.906,22.375,56.906,49.875C319.406,347.406,293.875,369.781,262.5,369.781z" style="fill: rgb(255, 255, 255);"></path></g></svg>');
}

.colorBox p.attention {
  color: #da142b;
  font-size: 12px;
  margin-top: 5px;
}

.colorBox .caution {
  border: 2px solid #da142b;
  background-color: #fff;
  margin-top: 20px;
}

.colorBox .caution h3 {
  padding: 10px;
  color: #fff;
  background-color: #da142b;
  font-weight: bold;
}

.colorBox .caution section {
  padding: 10px;
}

.colorBox .caution section p span {
  font-size: 14px;
}

.colorBox .caution section section.tel {
  color: #da142b;
}

.colorBox .caution section section.tel p {
  font-size: 36px;
  line-height: 17px;
  display: block;
  margin: 20px 0 10px 0;
  font-weight: 700;
}

.colorBox .caution section section.tel p span {
  font-size: 12px;
  display: inline;
  margin: 0;
  line-height: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .colorBox .caution section section.tel p {
    font-size: 6.0vw;
  }
  .colorBox .caution section section.tel p span {
    font-size: 2.5vw;
  }
}

.colorBox .caution section section.tel i {
  float: left;
  margin: 10px 10px 0 0;
}

.colorBox .caution section section.tel i::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  mask-size:100%;
  mask-repeat: no-repeat;
  background-color: #0F4db1;
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 256px; height: 256px; opacity: 1;" xml:space="preserve"><g><path d="M256,0C114.618,0,0,114.617,0,256c0,141.382,114.618,256,256,256s256-114.618,256-256 C512,114.617,397.383,0,256,0z M375.688,364.187c-3.094,3.602-32.18,41.883-78.477,25.758 c-46.312-16.125-81.992-45.398-108.187-76.492c-26.203-31.094-49-71.218-57.047-119.586c-8.031-48.367,34.618-70.531,38.695-72.977 c4.078-2.446,21.969-6.687,30,5.258c8.008,11.946,22.313,48.344,23.578,57.126c1.273,8.781-7.922,18.5-18.492,20.507 c-10.578,2.008-10.047,7.485-10.047,7.485s5.875,21.367,40.484,62.438c34.617,41.07,54.672,50.484,54.672,50.484 s5.297,1.446,9.078-8.633c3.766-10.078,14.906-17.492,23.344-14.75c8.438,2.742,41.883,23.007,52.305,32.93 C386,343.672,378.79,360.586,375.688,364.187z" style="fill: rgb(75, 75, 75);"></path></g></svg>');
  background-color: #da142b;
}

.colorBox .caution section .colorBox__link {
  display: inline;
  margin: 0;
  font-size: 14px;
}

.colorBox .caution section .colorBox__link a::after {
  content: "";
}

.colorBox table {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.colorBox table tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.colorBox table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.colorBox table td {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #0F4db1;
  background-color: #fff;
}

.depot-area {
  position: relative;
  display: inline-block;
  margin: 2.0em 0;
  padding: 7px 10px;
  max-width: 100%;
  background: #FFF;
  border: solid 2px #555;
  border-radius: 4px;
  box-sizing: border-box;
}

.depot-area::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.depot-area::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.depot-area ul {
  padding-top: 10px;
}

.depot-area ul li {
  height: auto !important;
  padding: 0 0 10px 0;
}

.depot-area ul li img {
  width: 100%;
  margin: auto;
}

.colorBox__mail {
  display: flex;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #da142b;
  background-color: #da142b;
  padding: 1.1rem 4rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  justify-content: center;
}

.colorBox__mail::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  mask-size:100%;
  mask-repeat: no-repeat;
  background-color: #0F4db1;
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 32px; height: 32px; opacity: 1;" xml:space="preserve"><g><path d="M510.678,112.275c-2.308-11.626-7.463-22.265-14.662-31.054c-1.518-1.915-3.104-3.63-4.823-5.345 c-12.755-12.818-30.657-20.814-50.214-20.814H71.021c-19.557,0-37.395,7.996-50.21,20.814c-1.715,1.715-3.301,3.43-4.823,5.345 C8.785,90.009,3.63,100.649,1.386,112.275C0.464,116.762,0,121.399,0,126.087V385.92c0,9.968,2.114,19.55,5.884,28.203 c3.497,8.26,8.653,15.734,14.926,22.001c1.59,1.586,3.169,3.044,4.892,4.494c12.286,10.175,28.145,16.32,45.319,16.32h369.958 c17.18,0,33.108-6.145,45.323-16.384c1.718-1.386,3.305-2.844,4.891-4.43c6.27-6.267,11.425-13.741,14.994-22.001v-0.064 c3.769-8.653,5.812-18.171,5.812-28.138V126.087C512,121.399,511.543,116.762,510.678,112.275z M46.509,101.571 c6.345-6.338,14.866-10.175,24.512-10.175h369.958c9.646,0,18.242,3.837,24.512,10.175c1.122,1.129,2.179,2.387,3.112,3.637 L274.696,274.203c-5.348,4.687-11.954,7.002-18.696,7.002c-6.674,0-13.276-2.315-18.695-7.002L43.472,105.136 C44.33,103.886,45.387,102.7,46.509,101.571z M36.334,385.92V142.735L176.658,265.15L36.405,387.435 C36.334,386.971,36.334,386.449,36.334,385.92z M440.979,420.597H71.021c-6.281,0-12.158-1.651-17.174-4.552l147.978-128.959 l13.815,12.018c11.561,10.046,26.028,15.134,40.36,15.134c14.406,0,28.872-5.088,40.432-15.134l13.808-12.018l147.92,128.959 C453.137,418.946,447.26,420.597,440.979,420.597z M475.666,385.92c0,0.529,0,1.051-0.068,1.515L335.346,265.221L475.666,142.8 V385.92z" style="fill: rgb(255, 255, 255);"></path></g></svg>');
  background-color: #fff;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .colorBox__mail:hover {
    color: #da142b;
    background-color: #fff;
  }
  .colorBox__mail:hover::before {
    background-color: #da142b;
  }
}

@media screen and (max-width: 767px) {
  .colorBox__mail {
    border-radius: 4px;
    padding: 1.3rem 4rem 1.2rem;
  }
}
.spcustom {
  display: none;
}
@media screen and (max-width: 767px) {
  .spcustom {
    display: block;
  }
}
.depot_category_link {
  position: relative;
  display: flex !important;
  padding-left: 20px;
  margin-left: 40px;
}
.depot_category_link:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #00008b;
  border-right: solid 2px #00008b;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.otherItemArea__list.type--logo {
  padding: 0 0 1rem;
}
.otherItemArea__list.type--logo > li {
  margin-top: 0.5rem;
  width: 49%;
}
.otherItemArea__list.type--logo > li > a {
  border: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #888888;
  padding: 0 1.5rem;
  text-align: right;
  letter-spacing: -1px;
}
.otherItemArea__list.type--logo > li > a img {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .otherItemArea__list type--logo > li > a:hover {
    background-color: #FAFAFA;
  }
  .otherItemArea__list.type--logo > li > a:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  ul.categoryList li.center,
  ul.brandList li.center {
    width:100%;
  }
}
.ros_memo a{
  text-decoration: underline;
}
.ros_memo a:hover{
  color: #777;
}
.cartPage--buy .form__main .nonyukibonengappi {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.cartPage--buy .form__main .nonyukibonengappi input {
  width: calc(25% - 0.5rem);
  display: inline-block;
}
.cartPage--buy .form__main .nonyukibonengappi input:not(:last-child) {
  margin-right: 0;
}
.nonyu_clear{
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0F4db1;
  background-color: #0F4db1;
  padding: 0 1.1rem;
  cursor: pointer;
  -webkit-transition: color ease 0.3s, background-color ease 0.3s;
  transition: color ease 0.3s, background-color ease 0.3s;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  height: 3rem;
  width: 8.7rem;
}
@media screen and (min-width: 768px) {
  .nonyu_clear:hover {
    color: #0F4db1;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cartPage--buy .form__main .nonyukibonengappi input {
    width: calc(35% - 0.5rem);
  }
}
.lineAria{
  margin: 1rem auto 0;
  width: 200px;
  text-align: center;
}