@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
  background: #fff;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.inner03 {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

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

a {
  color: #333;
  text-decoration: none;
}
.flt-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

.flt-box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.text-center {
  text-align: center;
}

.text-center02 {
  text-align: center;
}

.flex-order01 .flt-left01 {
  order: 1;
}
.flex-order01 .flt-right01 {
  order: 2;
}

button {
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

/* margin,padding ******************/
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_60 {
  margin-left: 60px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_60 {
  padding-right: 60px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_60 {
  padding-left: 60px;
}

/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #back, #submit #send, #submit #confirm {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 15px 70px;
  height: auto;
}
.btn01 span, #submit #back span, #submit #send span, #submit #confirm span {
  font-weight: bold;
}
.btn01:focus, #submit #back:focus, #submit #send:focus, #submit #confirm:focus {
  outline: none;
  box-shadow: none !important;
}

.contact-btn {
  padding: 30px 10px;
  width: 90%;
  border: solid 2px #C01134;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_mail01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 20px;
}
.contact-btn:hover {
  background: #FFDDDD;
  color: #333;
  text-decoration: none !important;
}

.contact-btn02 {
  border: solid 2px #C01134;
  background: #fff;
}
.contact-btn02::before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url(../images/common/icon_mail02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
  z-index: 100;
}
.contact-btn02:hover {
  background: #FFDDDD;
  color: #333;
  text-decoration: none !important;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 50px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
}

.btn-wrap03 {
  margin-top: 20px;
}

.btn-wrap04 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap-right {
  text-align: right;
}

/*
ボタンの色
*/
.btn-color01 {
  background: #fff;
  border: solid 1px #141618;
  color: #333 !important;
  z-index: 1;
}
.btn-color01:hover {
  background: #FFDDDD;
  color: #333;
  text-decoration: none !important;
}

.btn-color02, #submit #confirm {
  background: #333;
  border: solid 2px #333;
  color: #fff;
  z-index: 1;
}
.btn-color02:hover, #submit #confirm:hover {
  background: #fff;
  color: #333;
}

.btn-color03 {
  background: #C01134;
  color: #fff;
}
.btn-color03::before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}
.btn-color03::after {
  background: #fff !important;
}
.btn-color03:hover {
  opacity: 0.8;
}

.btn-color04 {
  background: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.btn-color04:hover {
  background: #9f3227;
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
}
.btn-arrow01::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:hover::before {
  right: 6px;
}
.btn-arrow01:hover::after {
  right: 10px;
}

@keyframes btn-arrow-hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 7px;
  }
}
.btn-arrow02 {
  position: relative;
}
.btn-arrow02::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #fff;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:hover::before {
  right: 16px;
  background: #fff;
}
.btn-arrow02:hover::after {
  right: 12px;
  border-color: transparent transparent transparent #fff;
}

.btn-arrow04 span {
  position: relative;
  padding-right: 50px;
}
.btn-arrow04 span::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #118EBF;
  right: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #118EBF;
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:hover::before {
  right: 3px;
}
.btn-arrow04 span:hover::after {
  right: 0px;
}

.btn-arrow05 {
  position: relative;
}
.btn-arrow05 span {
  position: relative;
  display: inline-block;
  padding: 20px 80px 20px 80px;
  font-weight: bold;
  width: 100%;
  height: auto;
}
.btn-arrow05 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #118EBF;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 24px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  .btn-arrow05:hover span:before {
    animation-name: btn-arrow-hover;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .btn-arrow05:hover::before {
    right: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn-arrow05:hover::after {
    right: 18px;
    background: #fff;
  }
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow01 {
  position: relative;
}
.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.arrow02 {
  position: relative;
}
.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #118EBF;
  border-right: 2px solid #118EBF;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
  border-radius: 100%;
  border: solid 2px #118EBF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  right: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #118EBF;
  border-right: 2px solid #118EBF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*
見出し
*/
.heading01, .news-single-inner h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 6px;
}

.heading02 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.heading03, .news-single-inner h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.heading04, .news-single-inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.heading04 span, .news-single-inner h3 span {
  font-weight: bold;
}

.heading05 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.heading06 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading-deco01-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.heading-deco01-wrap .heading03, .heading-deco01-wrap .news-single-inner h2, .news-single-inner .heading-deco01-wrap h2 {
  margin-bottom: 0;
}
.heading-deco01-wrap .heading-deco01-en {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  margin-right: 55px;
  position: relative;
}
.heading-deco01-wrap .heading-deco01-en::first-letter {
  color: #C01134;
}
.heading-deco01-wrap .heading-deco01-en::before {
  display: inline-block;
  content: "/";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -40px;
}

.heading-deco02 {
  padding-bottom: 20px;
  border-bottom: solid 1px #707070;
  margin-bottom: 40px;
}

.heading-deco03 {
  background: #F5F5F5;
  padding: 18px 10px 18px 15px;
  margin-bottom: 30px;
}

.heading-deco04, .news-single-inner h3 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}
.heading-deco04::after, .news-single-inner h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  background: #C01134;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue01 {
  color: #118EBF;
}

.color-blue02 {
  color: #0085CD;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #C01134;
}

.color-green {
  color: #42BAD5;
}

.color-orange {
  color: #FF8900;
}

/*
背景色
*/
.bg-color01 {
  background: #F1F3F4;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color01 + .section-contents {
  padding-top: 120px;
}

.bg-color02 {
  background: #F3FAFF;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color02 + .section-contents {
  padding-top: 120px;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.icon-num {
  position: relative;
  display: inline-block;
  padding-top: 37px;
}
.icon-num:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 0;
  width: 21px;
  height: 30px;
  background: url(../images/common/icon_num.png) no-repeat center;
  background-size: contain;
}

.icon-history {
  position: relative;
  display: inline-block;
  padding-top: 37px;
}
.icon-history:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_history.png) no-repeat center;
  background-size: contain;
}

.icon-favorite {
  position: relative;
  display: inline-block;
  padding-top: 37px;
}
.icon-favorite:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_favorite.png) no-repeat center;
  background-size: contain;
}

.icon-login01 {
  position: relative;
  display: inline-block;
  padding-top: 37px;
}
.icon-login01:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_login01.png) no-repeat center;
  background-size: contain;
}

.icon-cart01 {
  position: relative;
  display: inline-block;
  padding-top: 37px;
}
.icon-cart01:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 0;
  width: 32px;
  height: 30px;
  background: url(../images/common/icon_cart01.png) no-repeat center;
  background-size: contain;
}

.icon-nav01 {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.icon-nav01:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 24px;
  background: url(../images/common/icon_nav01.png) no-repeat center;
  background-size: contain;
}

.icon-nav02 {
  position: relative;
  display: inline-block;
  padding-left: 19px;
}
.icon-nav02:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 24px;
  background: url(../images/common/icon_nav02.png) no-repeat center;
  background-size: contain;
}

.icon-nav03 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.icon-nav03:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 24px;
  background: url(../images/common/icon_nav03.png) no-repeat center;
  background-size: contain;
}

.icon-nav04 {
  position: relative;
  display: inline-block;
  padding-left: 41px;
}
.icon-nav04:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 24px;
  background: url(../images/common/icon_nav04.png) no-repeat center;
  background-size: contain;
}

.icon-nav05 {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.icon-nav05:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 24px;
  background: url(../images/common/icon_nav05.png) no-repeat center;
  background-size: contain;
}

.icon-nav06 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.icon-nav06:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 24px;
  background: url(../images/common/icon_nav06.png) no-repeat center;
  background-size: contain;
}

.icon-nav07 {
  position: relative;
  display: inline-block;
  padding-left: 29px;
}
.icon-nav07:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 24px;
  background: url(../images/common/icon_nav07.png) no-repeat center;
  background-size: contain;
}

.icon-nav08 {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.icon-nav08:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 24px;
  background: url(../images/common/icon_nav08.png) no-repeat center;
  background-size: contain;
}

.icon-nav09 {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.icon-nav09:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 24px;
  background: url(../images/common/icon_nav09.png) no-repeat center;
  background-size: contain;
}

.icon-nav10 {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.icon-nav10:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 24px;
  background: url(../images/common/icon_nav10.png) no-repeat center;
  background-size: contain;
}

.icon-tel01 {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.icon-tel01:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  margin-top: 3px;
  left: -5px;
  width: 23px;
  height: 31px;
  background: url(../images/common/icon_tel.png) no-repeat center;
  background-size: contain;
}

.icon-fax {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.icon-fax:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  margin-top: 3px;
  left: -10px;
  width: 27px;
  height: 27px;
  background: url(../images/common/icon_fax.png) no-repeat center;
  background-size: contain;
}

.contact-area-fax-link a {
  display: inline-block;
  color: #C01134;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-area-fax-link a::after {
  content: "";
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #C01134;
  border-right: 2px solid #C01134;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-area-fax-link a:hover {
  opacity: 0.8;
}
.contact-area-fax-link a:hover::after {
  right: -25px;
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #C01134;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}
table tr:first-of-type th {
  border-top: 0;
}
table tr:first-of-type td {
  border-top: 0;
}

table th {
  width: 25%;
  padding: 25px;
  background: #fff;
  color: #333;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

table td {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 25px;
  background: #fff;
}
table td a {
  color: #C01134;
}
button {
  position: relative;
}

/*
fadeinアニメーション用
*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.fade-in.scrollin {
  animation-name: anim-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(50px);
}

.fade-in-up.scrollin {
  animation-name: anim-fade-in-up;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-up {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(-50px);
}

.fade-in-down.scrollin {
  animation-name: anim-fade-in-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-down {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-right {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(-100px);
}

.fade-in-right.scrollin {
  animation-name: anim-fade-in-right;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-right {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(100px);
}

.fade-in-left.scrollin {
  animation-name: anim-fade-in-left;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-left {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-up-wrap {
  overflow: hidden;
}
.slide-up-wrap .heading03, .slide-up-wrap .news-single-inner h2, .news-single-inner .slide-up-wrap h2 {
  margin-bottom: 0;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(1em);
}

.slide-up.scrollin {
  animation-name: anim-slide-up;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(1em);
  }
  60% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  animation-name: anim-slide-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-zoom-wrap {
  overflow: hidden;
}

.fade-in-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fade-in-zoom.scrollin {
  animation-name: anim-fade-in-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-zoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur.scrollin {
  animation-name: anim-fade-in-blur;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-blur {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.fade-in-blur-fadein-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur-fadein-zoom.scrollin {
  animation-name: fade-in-blur-fadein-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in-blur-fadein-zoom {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in-delay-4:before {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.fade-in-delay-6 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in-delay-6:before {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.fade-in-delay-8 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in-delay-8:before {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.fade-in-delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.fade-in-delay-10:before {
  transition-delay: 1s;
  animation-delay: 1s;
}

.fade-in-delay-12 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in-delay-12:before {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in-delay-14 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in-delay-14:before {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.fade-in-delay-16 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in-delay-16:before {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

.fade-in-delay-18 {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
.fade-in-delay-18:before {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

.fade-in-delay-20 {
  transition-delay: 2s;
  animation-delay: 2s;
}
.fade-in-delay-20:before {
  transition-delay: 2s;
  animation-delay: 2s;
}

.fade-in-delay-22 {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}
.fade-in-delay-22:before {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}

.fade-in-delay-24 {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}
.fade-in-delay-24:before {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #fff;
  animation-name: anim-slide-mask02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  animation-name: anim-slide-mask02-inner;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02 {
  0% {
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.js-slide-scale.scrollin {
  animation-name: slide-scale;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}
.js-slide-scale02.scrollin {
  animation-name: slide-scale02;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    animation-name: anim-slide-mask03;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    animation-name: anim-slide-mask03-inner;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes anim-slide-mask03 {
    0% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}
.js-text-fadeIn span {
  opacity: 0;
  transform: translateY(-110%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateY(-110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-text-fadeIn02 span {
  opacity: 0;
  transform: translateX(-50%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn02.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sp-only {
  display: none;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.pagetop-position {
  position: absolute;
  top: 400px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
}

.pagetop {
  transition: 0.5s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #2C2C2C;
  border-radius: 100%;
  text-indent: -9999px;
}
.pagetop::after {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pagetop a {
  display: block;
}

.pagetop.fadeIn {
  opacity: 1 !important;
}

.pagetop i {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pagetop:hover {
  background: #5a5a5a;
}

.section-contents {
  padding: 0 0 120px;
  position: relative;
}
.section-contents:first-of-type {
  padding-top: 0;
}
.section-contents:last-of-type {
  padding-bottom: 0;
}
.section-contents:last-of-type.bg-color02 {
  padding-bottom: 120px;
}

.header {
  width: 100%;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 220;
}

.header-info-block {
  background: #141618;
  padding: 10px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header-info-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-info-item {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
.header-info-item a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-info-item a:hover {
  text-decoration: underline;
}

.header-user-list {
  display: flex !important;
  margin-left: 0;
}
.header-user-list .header-user-item {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.header-user-list .header-user-item:first-of-type {
  margin-right: 5px;
}
.header-user-list .header-user-item a {
  color: #fff;
  position: relative;
}
.header-user-list .header-user-item a::after {
  content: "";
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -15px;
  transition: 0.3s;
}
.header-user-list .header-user-item a:hover {
  text-decoration: underline;
}
.header-user-list .header-user-item a:hover::after {
  right: -18px;
}

.header-inner {
  padding: 20px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-inner-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  margin-right: 60px;
}

.header-search-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 500px;
  border-radius: 60px;
  border: solid 1px #A3A3A3;
  overflow: hidden;
}

.header-search-category {
  width: 30%;
}
.header-search-category select {
  padding: 10px 15px 10px 15px;
  border: none;
  background: #141618;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-search-input {
  width: 100%;
  position: relative;
}
.header-search-input input {
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  height: 100%;
}

.search-submit-wrap {
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 16px;
}
.search-submit-wrap input {
  background: url(../images/common/icon_search.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.sp-nav {
  display: none;
  opacity: 0;
}

.other-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.other-nav-item {
  margin-right: 20px;
}
.other-nav-item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.other-nav-item a:hover {
  opacity: 0.6;
}
.other-nav-item:last-child {
  margin-right: 0;
}

.header-nav {
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  padding: 0px 40px;
}
.header-nav nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.header-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-nav-item a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  height: 80px;
}
.header-nav-item a span {
  font-weight: bold;
}

.sub-nav-list-wrap {
  display: none;
  position: absolute;
  top: 70px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
  width: 100%;
  max-width: 1300px;
}

.sub-nav-list-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
}
.sub-nav-list-inner:last-of-type {
  margin-bottom: 0;
}

.sub-nav-list-block {
  width: 100%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.sub-nav-list-block:last-child {
  margin-right: 0;
}

.sub-nav-list {
  width: 100%;
  padding-top: 5px;
}

.sub-nav-item a {
  height: auto;
  padding: 7px 40px 7px 7px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  font-weight: normal;
}
.sub-nav-item a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-nav-item a:hover {
  opacity: 0.8;
  color: #C01134;
}
.sub-nav-item a:hover::after {
  right: 17px;
}

.sub-nav-list-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 5px;
}
.sub-nav-list-block-inner .sub-nav-list {
  margin-right: 40px;
}
.sub-nav-list-block-inner .sub-nav-list:last-child {
  margin-right: 0;
}

.sub-nav-list-heading {
  border-bottom: solid 1px #ccc;
  padding: 0 0 15px;
  font-weight: bold;
}
.sub-nav-list-heading a {
  display: block;
  height: auto;
  padding: 0;
}
.sub-nav-list-heading a::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #333;
}
.sub-nav-list-heading a::after {
  content: "";
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 19px;
}
.sub-nav-list-heading a:hover {
  opacity: 0.8;
  color: #C01134;
}
.sub-nav-list-heading a:hover::before {
  right: 0px;
}
.sub-nav-list-heading a:hover::after {
  right: 9px;
}

.header-contact-item-mail {
  margin-left: 40px;
}
.header-contact-item-mail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #fff;
  border-radius: 60px;
  padding: 10px 40px;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
}
.header-contact-item-mail a:hover {
  color: #118EBF;
  background: #fff;
}

.nav-control {
  display: none;
}

.sp-header-block {
  display: none;
}

.product-single-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sp-product-name-block {
  display: none;
}

.product-img-block {
  width: 48%;
}

.product-img-l {
  margin-bottom: 30px;
  border: solid 1px #ccc;
}

.product-img-s-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-img-s {
  margin-bottom: 15px;
  width: 23%;
  margin-right: 2.666%;
  border: solid 1px #ccc;
  cursor: pointer;
}
.product-img-s:nth-of-type(4n) {
  margin-right: 0;
}

.product-info-block {
  width: 48%;
}

.maker-name a {
  display: inline-block;
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
.maker-name a:hover {
  text-decoration: underline;
}

.product-name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.product-price-block {
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

.product-salon-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-price {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #C01134;
}
.product-price span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 5px;
}
.product-price span:last-of-type {
  margin-right: 0;
  margin-left: 5px;
}

.product-point {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.product-select-block {
  margin-bottom: 20px;
}

.product-select-text {
  font-weight: bold;
  margin-bottom: 5px;
}

.product-select select {
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.product-select.select-num select,
.product-select.select-num input {
  width: 20%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
}

.product-cart-btn,
.ec-productRole__btn {
  margin-bottom: 40px;
}
.product-cart-btn .btn01, .product-cart-btn #submit #back, #submit .product-cart-btn #back, .product-cart-btn #submit #send, #submit .product-cart-btn #send, .product-cart-btn #submit #confirm, #submit .product-cart-btn #confirm,
.ec-productRole__btn .btn01,
.ec-productRole__btn #submit #back,
#submit .ec-productRole__btn #back,
.ec-productRole__btn #submit #send,
#submit .ec-productRole__btn #send,
.ec-productRole__btn #submit #confirm,
#submit .ec-productRole__btn #confirm {
  padding: 15px 10px;
}

.btn-cart {
  width: 100%;
  background: #141618;
  color: #fff;
  padding: 20px 10px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-cart::before {
  content: "";
  display: block;
  width: 32px;
  height: 29px;
  background: url(../images/common/icon_cart02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 20px;
}
.btn-cart:hover {
  opacity: 0.8;
}
.btn-cart.btn-cart-l {
  width: auto;
  padding: 20px 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-cart.btn-cart-l:hover {
  background-color: #bd4f44;
}

.passport-link-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.passport-link-text a {
  color: #C01134;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.passport-link-text a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C01134;
  position: absolute;
  left: 0;
  bottom: 0;
}
.passport-link-text a::after {
  content: "";
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #C01134;
  border-right: 2px solid #C01134;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.passport-link-text a:hover {
  opacity: 0.8;
}
.passport-link-text a:hover::after {
  right: 5px;
}

.product-other-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.product-other-link-item {
  width: 49%;
}
.product-other-link-item .btn01, .product-other-link-item #submit #back, #submit .product-other-link-item #back, .product-other-link-item #submit #send, #submit .product-other-link-item #send, .product-other-link-item #submit #confirm, #submit .product-other-link-item #confirm {
  width: 100%;
  padding: 20px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn-favorite::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_favorite.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
  z-index: 100;
}
.btn-favorite:disabled {
  background-color: #fff;
}

.btn-contact::before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background: url(../images/common/icon_mail02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
  z-index: 100;
}

.sub-section .inner {
  border-bottom: solid 1px #707070;
  padding-bottom: 80px;
}
.sub-section:last-of-type .inner {
  border-bottom: none;
  padding-bottom: 0;
}

.product-information-item {
  background: #FAFAFA;
  padding: 40px;
}

.swiper-container {
  overflow: visible;
}

.product-contents-item .product-contents-img {
  border: solid 1px #ccc;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-contents-item .product-contents-img img {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.product-contents-item .product-contents-img:hover {
  opacity: 0.7;
}
.product-contents-item .product-contents-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.product-contents-item .product-price {
  font-size: 24px;
  font-size: 2.4rem;
}

.product-contents-price-block {
  margin-bottom: 10px;
}

.product-contents-btn {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product-contents-btn button {
  padding: 15px 10px;
  width: 100%;
  font-weight: bold;
}
.product-contents-btn .product-contents-btn-favorite::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_favorite.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
}

.btn-cart-s {
  background: #141618;
  color: #fff;
  font-weight: bold;
  border: none;
}
.btn-cart-s::before {
  content: "";
  display: block;
  width: 26px;
  height: 22px;
  background: url(../images/common/icon_cart02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
}
.btn-cart-s:hover {
  opacity: 0.8;
}

.ranking-product .product-contents-item {
  position: relative;
}

.contact-area {
  margin-top: 150px;
  border-top: solid 1px #808080;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact-item {
  width: 33.3333333333%;
  position: relative;
}
.contact-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 0;
}

.contact-area-tel,
.contact-area-fax {
  text-align: center;
}

.contact-item-comment {
  font-weight: bold;
}

.contact-item-num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.contact-item-num span {
  font-weight: bold;
}

.contact-item-annotation {
  margin-top: 5px;
  font-weight: bold;
}

.news-item {
  position: relative;
}
.news-item a {
  padding-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news-item a time {
  font-weight: bold;
  margin-right: 50px;
}
.news-item a .news-text {
  padding-left: 30px;
}
.news-item a:hover {
  color: #C01134;
}
.news-item a:hover::before {
  right: 5px;
}
.news-item a:hover::after {
  right: 11px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #F5F5F5;
}

.footer-copy {
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-logo-block {
  width: 30%;
}

.footer-nav-block {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-nav {
  width: 48%;
}

.footer-nav-heading {
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #333;
  margin-bottom: 15px;
}

.footer-nav-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-nav-list {
  margin-right: 40px;
}
.footer-nav-list:last-of-type {
  margin-right: 0;
}

.footer-nav-item {
  margin-bottom: 5px;
}
.footer-nav-item a {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-nav-item a:hover {
  color: #C01134;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-login-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-login-item {
  width: 49%;
}

.btn-login {
  width: 100%;
  padding: 15px 10px;
  background: #141618;
  border: solid 2px #141618;
  color: #fff !important;
}
.btn-login::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_login02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
  z-index: 100;
}
.btn-login:hover {
  opacity: 0.8;
}

.btn-beginner {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  border: solid 2px #2C2C2C;
  color: #333 !important;
}
.btn-beginner::before {
  content: "";
  display: block;
  width: 11px;
  height: 22px;
  background: url(../images/common/icon_beginner.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 10px;
  z-index: 100;
}
.btn-beginner:hover {
  background: #FFDDDD;
  text-decoration: none !important;
}

.footer-copy-sns-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-sns-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-sns-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 40px;
}

.footer-sns-item {
  margin-right: 20px;
}
.footer-sns-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-sns-item a:hover {
  opacity: 0.8;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.bread-crumb {
  padding: 50px 0;
}

.bread-crumb-inner span {
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.bread-crumb-inner a {
  position: relative;
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.bread-crumb-inner a:hover {
  text-decoration: none;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.bread-crumb-inner a:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #333;
  content: "/";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -22px;
  margin-right: 1px;
}

.bread-crumb-inner .bread-keyword,
.bread-crumb-inner .bread-cat-name {
  margin-right: 0;
}

.cycle-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.cycle-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

.cycle-list02 li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.cycle-list02 li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.img-center {
  text-align: center;
}

.table-layout01 table tr th {
  background: #f0f0f0;
  padding: 20px;
}
.table-layout01 table tr td {
  background: none;
  padding: 20px;
}
.table-layout01 table tr:first-of-type {
  border-top: solid 1px #ccc;
}

.table-layout02 table {
  border: solid 1px #ccc;
}
.table-layout02 table tr th {
  background: #f0f0f0;
  padding: 15px;
  border-right: solid 1px #ccc;
}
.table-layout02 table tr td {
  background: none;
  padding: 15px;
  border: solid 1px #ccc;
}
.table-layout02 table tr:first-of-type {
  border-top: solid 1px #ccc;
}

.lead-text01 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.lead-text02 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

/*WPのシングルページ調整CSS*/
.news-inner {
  width: 1000px;
  margin: 0 auto;
}

.news-single-heading {
  margin-bottom: 50px;
}
.news-single-heading h1 {
  margin-bottom: 20px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #707070;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-single-inner a {
  color: #118EBF;
}
.news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner h1 {
  font-weight: bold;
  margin-bottom: 40px;
}

.news-single-inner h2 {
  margin-top: 60px;
  padding: 10px 20px;
  border-left: solid 4px #118EBF;
}
.news-single-inner h2 strong {
  color: #333;
}

.news-single-inner h3 {
  margin-top: 50px;
}

.news-single-inner h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  color: #118EBF;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.news-single-inner .pickup-item-cat {
  padding: 0;
}
.news-single-inner .pickup-item-cat a {
  display: block;
  padding: 5px 15px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-single-inner .pickup-item-cat a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news-single-inner .pickup-item-cat.diary a {
  color: #fff;
}
.news-single-inner .pickup-item-cat.column a {
  color: #fff;
}

.blog-single .news-single-inner h2 {
  margin-top: 20px;
}
.blog-single .news-single-inner h3 {
  margin-top: 20px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}
.blog-single .news-single-inner p {
  margin-bottom: 10px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #118EBF;
  border-right: 2px solid #118EBF;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #118EBF;
  border-right: 2px solid #118EBF;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #118EBF;
  background: #118EBF;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #118EBF;
  background: #118EBF;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*form調整CSS*/
table input, table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus, table textarea:focus,
select:focus, input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

.form, .wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}
#check p a {
  color: #C01134;
}
#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}
#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

.privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-text {
  margin-bottom: 20px;
}

.privacy-company-profile {
  margin: 20px 0;
}

.privacy-indent {
  margin-left: 20px;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  padding: 20px 100px;
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #118EBF;
  border: solid 2px #118EBF;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  padding: 20px 100px;
  background: #42BAD5;
  color: #fff;
  border: solid 2px #42BAD5;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

#submit #back {
  background: #ccc;
  padding: 20px 100px;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}

table input, table textarea,
select, input.wpcf7-validates-as-required {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=checkbox] {
  border: 1px #CCC solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form, .wpcf7-textarea {
  width: 100%;
}

input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type=checkbox] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: rgb(250, 204, 208);
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}
.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item,
.checkbox-item02 .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-time select {
  padding: 5px 15px;
}

.company-table th {
  overflow: hidden;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  background: transparent;
}

.company-table th {
  width: 25%;
  padding: 40px 30px;
}

.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #C01134;
}
.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.address-block-item {
  width: 49%;
}

.grecaptcha-badge {
  bottom: 150px !important;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #C01134;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  float: right;
}

/*
確認画面の調整
*/
.contact-attention {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 10px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
.contents,
.contents-sub {
  opacity: 0;
}

form.wpcf7-form {
  margin-top: -160px;
  padding-top: 160px;
}

.wpcf7c-elm-step2 {
  border: solid 1px #42BAD5;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

table a {
  color: #118EBF;
}
table a:hover {
  text-decoration: underline;
}

.ec-topicRole .ec-topicRole__list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.ec-topicRole .ec-topicRole__listItem {
  width: 48%;
  margin-right: 0;
}

.ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
  margin-right: 0;
}

.special-list {
  display: flex;
  flex-wrap: wrap;
}

.special-item {
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 3%;
}

.special-item:nth-of-type(4n) {
  margin-right: 0;
}

.special-item a {
  display: block;
  padding: 10px;
  border: solid 1px #ccc;
}

.special-item a img {
  max-width: 100%;
}

.ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
  font-size: 100%;
}

.ec-headerSearch .ec-headerSearch__keyword {
  float: none;
  width: auto;
  border: none;
  height: 100%;
  border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_search.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.ec-cartNavi {
  display: block;
  justify-content: space-between;
  border: none;
  box-sizing: border-box;
  padding: 0;
  width: auto;
  min-width: auto;
  height: auto;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  position: relative;
}

.ec-cartNavi .ec-cartNavi__badge {
  left: -10px;
  top: -6px;
}

.order_catalog table tr {
  border-bottom: solid 1px #ccc;
}
.order_catalog table th {
  padding: 20px 10px;
  text-align: center;
}
.order_catalog table th:nth-of-type(1) {
  width: 5%;
}
.order_catalog table th:nth-of-type(2) {
  width: 15%;
}
.order_catalog table th:nth-of-type(3) {
  width: 30%;
}
.order_catalog table th:nth-of-type(4) {
  width: 12%;
}
.order_catalog table th:nth-of-type(5) {
  width: 11%;
}
.order_catalog table th:nth-of-type(6) {
  width: 20%;
}
.order_catalog table th:nth-of-type(7) {
  width: 7%;
}
.order_catalog table input,
.order_catalog table select {
  width: 100%;
  padding: 10px 5px;
  border: none;
}
.order_catalog table td {
  padding: 20px 10px;
}
.order_catalog table td:nth-of-type(3) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: none;
  vertical-align: top;
}
.order_catalog table td:nth-of-type(3) .order-img {
  width: 60%;
}
.order_catalog table td:nth-of-type(5) {
  text-align: center;
}
.order_catalog table td:nth-of-type(6) {
  text-align: center;
}

.order-cat-btn-wrap {
  width: 300px;
  margin: 50px auto;
}

.terms-of-servie-list {
  margin-bottom: 50px;
}
.terms-of-servie-list .terms-of-servie-item {
  margin-bottom: 5px;
}
.terms-of-servie-list .terms-of-servie-item a {
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.terms-of-servie-list .terms-of-servie-item a:hover {
  text-decoration: underline;
}

.section-inner {
  margin-bottom: 60px;
}
.section-inner:last-of-type {
  margin-bottom: 0;
}

.terms-list {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.terms-list dd {
  margin-left: 10px;
}
.terms-list dd a {
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.terms-list dd a:hover {
  text-decoration: underline;
}

.fwb {
  font-weight: bold;
}

.box-block01 {
  padding: 30px;
  background: #FAFAFA;
  text-align: center;
}
.box-block01 a {
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-block01 a:hover {
  text-decoration: underline;
}
.box-block01 .btn01, .box-block01 #submit #confirm, #submit .box-block01 #confirm, .box-block01 #submit #send, #submit .box-block01 #send, .box-block01 #submit #back, #submit .box-block01 #back {
  color: #333;
}

.btn-list-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.btn-list-center-item {
  width: 40%;
}
.btn-list-center-item a {
  width: 90%;
  margin-bottom: 10px;
}
.btn-list-center-item:first-of-type {
  margin-right: 20px;
}

.storelayout-heading .storelayout-logo {
  text-align: center;
  margin-bottom: 20px;
}

.storelayout-nav {
  margin-bottom: 40px;
}
.storelayout-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.storelayout-nav ul li {
  border-right: solid 1px #333;
}
.storelayout-nav ul li .storelayout-nav-item {
  height: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.storelayout-nav ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.storelayout-nav ul li a:hover {
  text-decoration: underline;
}
.storelayout-nav ul li:nth-of-type(4) .storelayout-nav-item {
  display: block;
}
.storelayout-nav ul li:first-of-type {
  border-left: solid 1px #333;
}

.storelayout-main-img img {
  width: 100%;
}

.storelayout-heading01 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  padding-top: 5px;
}
.storelayout-heading01::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/storelayout/cpo_icon01.gif) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.storelayout-heading02 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  padding-top: 5px;
}
.storelayout-heading02::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/storelayout/cpo_icon02.gif) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.storelayout-heading03 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  padding-top: 5px;
}
.storelayout-heading03::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/storelayout/cpo_icon03.gif) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.storelayout-heading04 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  padding-top: 5px;
}
.storelayout-heading04::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/storelayout/cpo_icon04.gif) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.cpo-support-img {
  text-align: center;
}

.cpo-support-point-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpo-support-point-item {
  width: 48%;
  margin-right: 4%;
  padding: 20px;
  margin-bottom: 3%;
}
.cpo-support-point-item:nth-of-type(2n) {
  margin-right: 0;
}
.cpo-support-point-item:nth-of-type(1) {
  border: solid 2px #ff9985;
}
.cpo-support-point-item:nth-of-type(1) .cpo-support-point-num,
.cpo-support-point-item:nth-of-type(1) .cpo-support-point-heading {
  color: #ff9985;
}
.cpo-support-point-item:nth-of-type(2) {
  border: solid 2px #0CA391;
}
.cpo-support-point-item:nth-of-type(2) .cpo-support-point-num,
.cpo-support-point-item:nth-of-type(2) .cpo-support-point-heading {
  color: #0CA391;
}
.cpo-support-point-item:nth-of-type(3) {
  border: solid 2px #F5CF18;
}
.cpo-support-point-item:nth-of-type(3) .cpo-support-point-num,
.cpo-support-point-item:nth-of-type(3) .cpo-support-point-heading {
  color: #F5CF18;
}
.cpo-support-point-item:nth-of-type(4) {
  border: solid 2px #F7AF1B;
}
.cpo-support-point-item:nth-of-type(4) .cpo-support-point-num,
.cpo-support-point-item:nth-of-type(4) .cpo-support-point-heading {
  color: #F7AF1B;
}
.cpo-support-point-item:nth-of-type(5) {
  border: none;
  padding: 0;
}
.cpo-support-point-item:nth-of-type(5) a {
  display: block;
  padding: 20px;
  border: solid 2px #F85539;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cpo-support-point-item:nth-of-type(5) a:hover {
  background: #fff2ef;
}
.cpo-support-point-item:nth-of-type(5) .cpo-support-point-num,
.cpo-support-point-item:nth-of-type(5) .cpo-support-point-heading {
  color: #F85539;
}

.cpo-support-point-num {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.cpo-support-point-heading {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.cpo-description {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}

.cpo-tenant {
  text-align: center;
}

.cpo-num-list li {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.ec-shelfGrid__item-image {
  border: solid 1px #ccc;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  font-size: 16px;
  font-size: 1.6rem;
}

.ec-login {
  background: #FAFAFA;
}
.ec-login a {
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ec-login a:hover {
  color: #C01134;
  text-decoration: underline;
}
.ec-login .ec-login__input {
  margin-bottom: 10px;
}
.ec-login input {
  margin-bottom: 0 !important;
}

.login-message {
  margin-top: 5px;
  margin-bottom: 10px;
}

.login-btn-wrap {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.login-forgot {
  text-align: center;
  margin-top: 20px;
}

.main-img-wrap {
  margin-bottom: 80px;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 1px #141618;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #141618;
}

.main-img-slide-img {
  max-width: 1200px;
}
.main-img-slide-img img {
  width: 100%;
  height: auto;
}

.top-news {
  margin-bottom: 80px !important;
}
.top-news.ec-role {
  margin: 0;
  padding: 0;
}

.ec-newsRole .ec-newsRole__news {
  border: none;
  padding: 0;
}

.top-news-inner {
  background: #FAFAFA;
  padding: 30px;
}
.top-news-inner .heading-deco01-wrap {
  margin-bottom: 0;
  display: block;
}
.top-news-inner .heading-deco01-wrap .heading-deco01-en::before {
  display: none;
}

.top-news-btn-more {
  margin-top: 30px;
  margin-left: auto;
}
.top-news-btn-more a {
  padding-right: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.top-news-btn-more a::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #333;
}
.top-news-btn-more a::after {
  content: "";
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 19px;
}
.top-news-btn-more a:hover {
  opacity: 0.8;
}
.top-news-btn-more a:hover::before {
  right: 5px;
}
.top-news-btn-more a:hover::after {
  right: 14px;
}

.top-special-bnr-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-special-bnr-item {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.top-special-bnr-item:nth-of-type(5n) {
  margin-right: 0;
}
.top-special-bnr-item a {
  display: block;
  padding: 10px;
  border: solid 1px #8C8C8C;
}

.top-welcome-bitsuhan {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.welcome-bitsuhan-en {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 80px;
  font-size: 8rem;
  opacity: 0.4;
}
.welcome-bitsuhan-en::first-letter {
  color: #C01134;
}

.top-welcome-bitsuhan-inner {
  background: url(../images/common/bg_welocome.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.top-welcome-bitsuhan-heading {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.top-welcome-bitsuhan-heading::before {
  content: "";
  display: block;
  width: 46px;
  height: 86px;
  background: url(../images/common/icon_beginner_l.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.top-welcome-bitsuhan-heading h2 {
  margin-bottom: 5px;
}
.top-welcome-bitsuhan-heading p {
  color: #C01134;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.welcome-bitsuhan-feature-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.welcome-bitsuhan-feature-list li {
  width: 33.3333333333%;
  position: relative;
  padding: 10px 20px;
  text-align: center;
}
.welcome-bitsuhan-feature-list li .welcome-bitsuhan-feature-img {
  margin-bottom: 20px;
}
.welcome-bitsuhan-feature-list li h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.welcome-bitsuhan-feature-list li h3 span {
  font-weight: bold;
  color: #C01134;
}
.welcome-bitsuhan-feature-list li p {
  font-weight: bold;
}
.welcome-bitsuhan-feature-list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #9A9A9A;
  position: absolute;
  right: 0;
  top: 0;
}
.welcome-bitsuhan-feature-list li:last-of-type::after {
  display: none;
}

.top-welcome-bitsuhan-btn {
  padding: 20px 120px;
  font-size: 24px;
  font-size: 2.4rem;
}
.top-welcome-bitsuhan-btn span {
  margin-top: 5px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.top-recommend-item a {
  display: block;
  padding: 10px;
  border: solid 1px #8C8C8C;
}

.slide-contents-wrap {
  position: relative;
}

.swiper-button-prev {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #707070;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -25px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev:after {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(225deg);
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 19px;
}

.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-prev:focus {
  border: none;
}

.swiper-button-next {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #707070;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -25px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next:after {
  content: "";
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 21px;
}

.swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-next:focus {
  border: none;
}

.top-catalog {
  padding: 80px 0;
  background: #F7F7F7;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 120px;
}

.top-catalog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-catalog-item {
  width: 49%;
  background: #fff;
  padding: 30px;
}

.top-catalog-heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.top-catalog-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-catalog-img {
  width: 48%;
}
.top-catalog-img img {
  width: 100%;
}

.top-catalog-item-text-block {
  width: 48%;
}

.top-catalog-btn-wrap a {
  display: inline-block;
  width: 100%;
  padding: 15px 50px 10px 10px;
  border-bottom: solid 1px #333;
  position: relative;
}
.top-catalog-btn-wrap a::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #333;
}
.top-catalog-btn-wrap a::after {
  content: "";
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 19px;
}
.top-catalog-btn-wrap a:hover {
  opacity: 0.8;
}
.top-catalog-btn-wrap a:hover::before {
  right: 5px;
}
.top-catalog-btn-wrap a:hover::after {
  right: 14px;
}

.viewed-item-section {
  margin-top: 120px;
}

.top-focus-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-focus-item {
  width: 49%;
  margin-bottom: 20px;
  border: solid 1px #8C8C8C;
  text-align: center;
}
.top-focus-item a {
  display: block;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-focus-item a:hover {
  opacity: 0.8;
}
.top-focus-item p {
  margin-top: 10px;
  font-weight: bold;
}

.top-special-swiper-btn {
  display: none !important;
}

.box-block02 {
  background: #FAFAFA;
  padding: 30px;
}

.mypage-user-name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.mypage-user-detail {
  background: #fff;
  padding: 20px;
}
.mypage-user-detail:last-of-type {
  margin-top: 20px;
}
.mypage-user-detail dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mypage-user-detail dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 200px;
  position: relative;
}
.mypage-user-detail dl dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 0;
}
.mypage-user-detail dl dd {
  padding-left: 50px;
  font-size: 20px;
  font-size: 2rem;
}

.mypage-user-point dl dd span {
  color: #C01134;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-right: 10px;
}

.passport-state {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.passport-state p {
  margin-right: 20px;
}

.mypage-menu-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mypage-menu-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.mypage-menu-item:nth-of-type(3n) {
  margin-right: 0;
}
.mypage-menu-item a {
  display: block;
  height: 100%;
  border: solid 1px #8C8C8C;
  padding: 40px 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mypage-menu-item a:hover {
  background: #fafafa;
}
.mypage-menu-item a:hover .mypage-menu-heading {
  text-decoration: underline;
}

.mypage-menu-icon {
  margin-bottom: 20px;
}

.mypage-menu-heading {
  color: #C01134;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.kaimasu-form-link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.kaimasu-form-link-list li {
  margin-right: 30px;
}
.kaimasu-form-link-list li:last-child {
  margin-right: 0;
}

.border-layout01 {
  border: solid 1px #ccc;
  padding: 20px;
}

.spot_transaction {
  margin-bottom: 10px;
}

.company-abroad-wrap {
  max-width: 580px;
}

.company-abroad-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}

.company-abroad-cat-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.company-abroad-cat-item {
  width: 33%;
  margin-bottom: 20px;
}

.company-abroad-cat-item-img {
  text-align: center;
}

.company-abroad-cat-item-title {
  font-size: 12px;
  font-size: 1.2rem;
}

.company-abroad-cat-item-num {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.ec-layoutRole__main .main {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

.ec-layoutRole {
  background: none;
}

.payment-item h3 a {
  color: #C01134;
}
.payment-item h3 a:hover {
  text-decoration: underline;
}

.payment-contetns ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-contetns ul li {
  margin-right: 20px;
}
.payment-contetns ul li a {
  color: #C01134;
}
.payment-contetns ul li a:hover {
  text-decoration: underline;
}

.contents-link {
  color: #C01134;
}
.contents-link:hover {
  text-decoration: underline;
}

.link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link-list .link-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.link-list .link-item a {
  color: #C01134;
}
.link-list .link-item a:hover {
  text-decoration: underline;
}
.link-list .link-item:nth-of-type(4n) {
  margin-right: 0;
}

.regular-holidays {
  margin-top: 50px;
}
.regular-holidays .flex {
  justify-content: space-between;
}
.regular-holidays .block {
  width: 48%;
  margin: 0;
  margin-bottom: 30px;
}
.regular-holidays table td {
  padding: 5px;
  border: solid 1px #ccc;
}
.regular-holidays table tr {
  border: solid 1px #ccc;
}
.regular-holidays table tr:nth-of-type(2) td {
  background: #f0f0f0 !important;
}

.holiday-color {
  background: #FF6666;
}

.howto-img {
  text-align: center;
  border: solid 1px #ccc;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.has-fs-12-font-size {
  font-size: 12px;
}

.has-fs-14-font-size {
  font-size: 14px;
}

.has-fs-16-font-size {
  font-size: 16px;
}

.has-fs-18-font-size {
  font-size: 18px;
}

.has-fs-20-font-size {
  font-size: 20px;
}

.has-fs-24-font-size {
  font-size: 24px;
}

.has-fs-28-font-size {
  font-size: 28px;
}

.has-fs-32-font-size {
  font-size: 32px;
}

.has-fs-36-font-size {
  font-size: 36px;
}

.has-fs-40-font-size {
  font-size: 40px;
}

.caution-box {
  padding: 5px 10px;
  background: #C01134;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.wrapping-wrap {
  background: url(../images/bsystem/wrapping_bg.jpg) repeat;
}

.wrapping-inner {
  width: 90%;
  margin: 0 auto;
}

.wrapping-img img {
  width: 100%;
}

.img-100 img {
  width: 100%;
}

.border-bottom {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

.border-layout-inline {
  display: inline-block;
}

.loan-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #C01134;
}

.loan-text-sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.loan-table {
  margin-bottom: 40px;
}
.loan-table table th {
  padding: 15px;
  background: #f0f0f0;
}
.loan-table table td {
  padding: 15px;
}
.loan-table table tr:first-of-type th,
.loan-table table tr:first-of-type td {
  border-top: solid 1px #ccc;
}

.loan-flow-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loan-flow-list li {
  width: 48%;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 4%;
}

.delyvery-point-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #C01134;
  margin-bottom: 30px;
}

.price-area-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.price-area-img li {
  margin-right: 15px;
}

.price-area {
  margin-bottom: 30px;
}

.delyvery-area-table {
  border: solid 1px #ccc;
  margin-bottom: 30px;
}
.delyvery-area-table th {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
}
.delyvery-area-table td {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0;
  border-right: solid 1px #ccc;
  text-align: center;
}
.delyvery-area-table td.gray {
  background: #f0f0f0;
}
.delyvery-area-table .price td {
  text-align: center;
  font-weight: bold;
}

.delivery-service-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}

.Date-and-time-specification-table {
  width: 70%;
}
.Date-and-time-specification-table table {
  border: solid 1px #ccc;
}
.Date-and-time-specification-table table th {
  background: #f0f0f0;
}
.Date-and-time-specification-table table tr:first-of-type th,
.Date-and-time-specification-table table tr:first-of-type td {
  border-top: solid 1px #ccc;
}

.Date-and-time-specification-table02 {
  width: 70%;
}
.Date-and-time-specification-table02 table {
  border: solid 1px #ccc;
}
.Date-and-time-specification-table02 table th {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
}
.Date-and-time-specification-table02 table td {
  border-right: solid 1px #ccc;
  text-align: center;
}
.Date-and-time-specification-table02 table tr:first-of-type th,
.Date-and-time-specification-table02 table tr:first-of-type td {
  border-top: solid 1px #ccc;
}

.card-payment-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.card-payment-list li {
  margin-right: 10px;
}

.card-payment-img {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.card-payment-img img {
  max-height: 60px;
}

.num-flow-list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.num-flow-list li .num-flow-item-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #333;
}
.num-flow-list li .num-flow-item-block .num-flow-item-inner {
  color: #fff;
}
.num-flow-list li .num-flow-item-text {
  margin-left: 15px;
  width: calc(100% - 30px);
  margin-top: 9px;
}

.link-list-vertical {
  display: block;
}
.link-list-vertical .link-item {
  width: 100%;
  margin-bottom: 15px;
}

.box-color-blue {
  background: #EFF9FE;
}

.browser-download-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.browser-download-item {
  margin-right: 30px;
  text-align: center;
}
.browser-download-item a {
  padding: 10px;
  display: block;
  color: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.browser-download-item a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.setting-flow-list .num-flow-item {
  margin-bottom: 40px;
}

.help-lp-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.help-lp-main .help-lp-main-img {
  margin-right: 40px;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
}
.ec-layoutRole .ec-layoutRole__contents:has(+ .sub-section) {
  padding-bottom: 60px;
  border-bottom: solid 1px #707070;
  margin-bottom: 60px;
}

#page_product_detail .sub-section .inner {
  padding-bottom: 60px;
}
#page_product_detail .sub-section:last-of-type .inner {
  padding-bottom: 0;
}
#page_product_detail .section-contents {
  padding-bottom: 60px;
}
#page_product_detail .section-contents:last-of-type {
  padding-bottom: 0;
}

.old-page {
  font-size: 14px;
}
.old-page b {
  font-weight: bold;
}
.old-page b span {
  font-weight: bold;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.point-step-wrap .point-step-heading {
  text-align: center;
}

.point-step-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.point-step-list .point-step-item {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  border-right: solid 1px #ccc;
}
.point-step-list .point-step-item:first-of-type {
  padding-left: 0;
}
.point-step-list .point-step-item:first-of-type .point-step-item-btn {
  border: solid 2px #DF6854;
}
.point-step-list .point-step-item:first-of-type .point-step-item-btn:hover {
  background: #DF6854;
  color: #fff;
}
.point-step-list .point-step-item:nth-of-type(2) .point-step-item-btn {
  border: solid 2px #53A3C6;
}
.point-step-list .point-step-item:nth-of-type(2) .point-step-item-btn:hover {
  background: #53A3C6;
  color: #fff;
}
.point-step-list .point-step-item:nth-of-type(3) .point-step-item-btn {
  border: solid 2px #25B395;
}
.point-step-list .point-step-item:nth-of-type(3) .point-step-item-btn:hover {
  background: #25B395;
  color: #fff;
}
.point-step-list .point-step-item:last-of-type {
  border-right: none;
  padding-right: 0;
}
.point-step-list .point-step-item:last-of-type .point-step-item-btn {
  border: solid 2px #F19C2C;
}
.point-step-list .point-step-item:last-of-type .point-step-item-btn:hover {
  background: #F19C2C;
  color: #fff;
}
.point-step-list .point-step-item-img {
  text-align: center;
  margin-bottom: 20px;
}
.point-step-list h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.point-step-item-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  width: 100%;
  border: solid 2px #333;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.point-step-item-btn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.img-border {
  border: solid 1px #ccc;
}

.img-w80 {
  width: 80%;
}

.shoppning-pont-nav-wrap {
  margin-bottom: 60px;
}

.shopping-piont-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid 1px #ccc;
}
.shopping-piont-nav ul li {
  width: 25%;
  border-right: solid 1px #ccc;
}
.shopping-piont-nav ul li:last-of-type {
  border-right: none;
}
.shopping-piont-nav ul li a {
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shopping-piont-nav ul li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.shopping-piont-nav ul li a:hover {
  background: #FFDDDD;
}
.shopping-piont-nav ul li a:hover::after {
  margin-top: 0px;
}

.ec-layoutRole__main .main {
  margin: 0 auto;
  width: auto;
  max-width: 1000px !important;
  text-align: left;
}

.ec-borderedDefs dl {
  padding: 30px 0 30px;
}
.ec-borderedDefs dl dt {
  padding-top: 0;
  padding-left: 20px;
  width: 25%;
  padding-right: 10px;
}
.ec-borderedDefs dl dd {
  width: 75%;
}

.ec-input input {
  margin-bottom: 20px;
}
.ec-input:last-of-type input {
  margin-bottom: 0;
}

.ec-link {
  color: #C01134;
}
.ec-link:hover {
  color: #C01134;
  text-decoration: underline;
}

.entry-message {
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
}
.entry-message p {
  font-weight: bold;
}

.ec-registerRole__actions {
  padding-top: 20px;
  text-align: center;
}

.ec-welcomeMsg {
  padding: 30px;
  background: #FAFAFA;
  text-align: left;
  border-bottom: none;
  margin-bottom: 30px;
}
.ec-welcomeMsg p:first-of-type {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ec-navlistRole .active a {
  color: #C01134;
}

.ec-navlistRole__navlist .ec-navlistRole__item {
  position: relative;
}
.ec-navlistRole__navlist .ec-navlistRole__item:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/mypage/icon_mypage02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
.ec-navlistRole__navlist .ec-navlistRole__item:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/mypage/icon_mypage03.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
.ec-navlistRole__navlist .ec-navlistRole__item:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  background: url(../images/mypage/icon_mypage12.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
.ec-navlistRole__navlist .ec-navlistRole__item:nth-of-type(4)::before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background: url(../images/mypage/icon_mypage04.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
.ec-navlistRole__navlist .ec-navlistRole__item:nth-of-type(5)::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background: url(../images/mypage/icon_mypage11.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: 15px;
  z-index: 10;
}
.ec-navlistRole__navlist .ec-navlistRole__item a {
  padding: 50px 10px 10px;
}

.ec-topicpath {
  color: #C01134;
}
.ec-topicpath a:hover {
  text-decoration: underline;
}

.ec-cartRole {
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartRow .ec-cartRow__contentColumn,
.ec-cartRow .ec-cartRow__amountColumn,
.ec-cartRow .ec-cartRow__subtotalColumn,
.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: solid 1px #ccc;
}

.ec-progress {
  max-width: 70%;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
  text-align: center;
}

.ec-cartHeader .ec-cartHeader__label {
  background: #FAFAFA;
}

.ec-cartRole .ec-cartRole__actions {
  width: 100%;
  margin-right: 0;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
  background: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  height: 73px;
  line-height: 73px;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action:hover {
  background: #9f3227;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--cancel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ec-cartRole .ec-cartRole__total {
  padding: 20px 10px;
  background: #FAFAFA;
  margin-bottom: 30px;
  margin-top: 40px;
}

.ec-cartRole .ec-cartRole__totalAmount {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  color: #C01134;
}

.ec-blockBtn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.ec-blockBtn-wrap-inner {
  width: 30%;
}

.ec-progress .is-complete .ec-progress__number {
  background: #C01134;
}

.ec-progress .is-complete .ec-progress__label {
  color: #C01134;
}

.ec-progress .ec-progress__number {
  background: #333;
}

.ec-orderRole {
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
  color: #333;
}

.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  font-size: 13px;
  font-size: 1.3rem;
}

.ec-totalBox {
  border: solid 1px #ccc;
  background: #fff;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #C01134;
}

.ec-totalBox__btn .ec-blockBtn--action {
  background: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 73px;
  line-height: 73px;
  margin-bottom: 20px;
}
.ec-totalBox__btn .ec-blockBtn--action:hover {
  background: #9f3227;
}

.ec-borderedList li {
  border-bottom: solid 1px #f0f0f0;
}

.ec-imageGrid {
  border-top: none;
}

.ec-selects {
  border-bottom: solid 1px #ccc;
}

.ec-orderDelivery .ec-orderDelivery__address {
  margin: 30px 0 20px;
}
.ec-orderDelivery .ec-orderDelivery__address p {
  margin-bottom: 5px;
}

.ec-orderDelivery-item {
  border: solid 1px #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
}
.ec-orderDelivery-item .ec-selects {
  border: none;
  margin-bottom: 0;
}
.ec-orderDelivery-item:last-of-type {
  margin-bottom: 0;
}

.ec-totalBox .ec-totalBox__total {
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}

.ec-totalBox .ec-totalBox__paymentTotal {
  border-top: none;
}

.ec-orderRole .ec-borderedList {
  border-top: none;
}

.ec-shipping-btn-wrap {
  margin-top: 30px;
}
.ec-shipping-btn-wrap .ec-blockBtn--action {
  background: #C01134;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}
.ec-shipping-btn-wrap .ec-blockBtn--action:hover {
  background: #9f3227;
}

.ec-addressList .ec-addressList__item {
  border: solid 1px #ccc;
  margin-bottom: 20px;
}

.ec-addressRole .ec-addressRole__actions {
  border-bottom: none;
}

.ec-addressList .ec-addressList__address {
  padding-left: 0;
  width: 90%;
}

.ec-addressList__remove .ec-icon {
  padding: 0 30px;
}

.ec-AddAddress {
  margin: 0;
}

.ec-AddAddress__add {
  border-top: none;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.ec-AddAddress .ec-AddAddress__add {
  border-top: none;
  border: solid 1px #ccc;
}

.ec-AddAddress .ec-AddAddress__item {
  background: #fff;
  padding: 0;
}

.ec-role {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-customerRole {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-registerRole {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-searchnavRole {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-shelfRole {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}

.ec-orderDelivery .ec-orderDelivery__title {
  border-bottom: solid 1px #e5e5e5;
}

.old-page-main-img {
  text-align: center;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.deferred-img {
  text-align: center;
}
.deferred-img img {
  width: 100%;
}

.deferred-point {
  margin-bottom: 50px;
}
.deferred-point ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.deferred-point ul li {
  width: 48%;
  border: solid 1px #333;
  margin-bottom: 30px;
  padding: 30px;
}
.deferred-point ul li h2 {
  font-weight: bold;
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}
.deferred-point ul li p {
  text-align: center;
}

.delay-info-table table th:nth-of-type(1) {
  width: 10%;
}
.delay-info-table table th:nth-of-type(2) {
  width: 20%;
}
.delay-info-table table th:nth-of-type(3) {
  width: 10%;
}
.delay-info-table table th:nth-of-type(4) {
  width: 15%;
}
.delay-info-table table th:nth-of-type(5) {
  width: 60%;
}

.all-category-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-category-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  border: solid 1px #ccc;
  padding: 30px;
}
.all-category-item:nth-of-type(3n) {
  margin-right: 0;
}

.all-category-item-heading {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.all-category-item-heading a {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
}
.all-category-item-heading a::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #333;
}
.all-category-item-heading a::after {
  content: "";
  display: block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 19px;
}
.all-category-item-heading a:hover {
  opacity: 0.8;
}
.all-category-item-heading a:hover::before {
  right: 0px;
}
.all-category-item-heading a:hover::after {
  right: 9px;
}

.category-list-inner-list li {
  width: 100%;
  margin-bottom: 10px;
}
.category-list-inner-list li a {
  color: #C01134;
  display: block;
}
.category-list-inner-list li a:hover {
  text-decoration: underline;
}

.color-chata-block {
  margin-top: 40px;
}

.ec-productRole__actions .required {
  color: #333;
}
.ec-productRole__actions .ec-select .form-label {
  display: block;
}
.ec-productRole__actions .ec-select select {
  width: 100%;
  padding: 15px 8px;
}

.color-chart-table {
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}
.color-chart-table table th {
  padding: 15px;
  text-align: center;
  border: solid 1px #ccc;
  vertical-align: middle;
}
.color-chart-table table td {
  padding: 15px;
  text-align: center;
  border: solid 1px #ccc;
}
.color-chart-table table tbody th {
  background: #f0f0f0;
}

.color-chart-add-num {
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.color-chart-add-num span {
  width: 55%;
}
.color-chart-add-num input {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.ec-searchnavRole {
  margin-top: 30px;
}

.delivery-news-inner {
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.delivery-news-inner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #C01134;
  font-weight: bold;
}
.delivery-news-inner a span {
  font-weight: bold;
}
.delivery-news-inner a:hover {
  text-decoration: underline;
}

.campain-main-img {
  text-align: center;
  margin-bottom: 40px;
}
.campain-main-img img {
  width: 100%;
}

.replacement-product {
  padding: 20px;
  background: #FAFAFA;
  margin-top: 30px;
}

.replacement-product-item {
  margin-bottom: 10px;
}
.replacement-product-item a {
  color: #C01134;
}
.replacement-product-item a:hover {
  text-decoration: underline;
}

.campain-cat-block {
  margin-bottom: 40px;
  background: #fafafa;
  padding: 20px;
}

.campain-cat-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.campain-cat-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.campain-cat-item a {
  display: block;
  border: solid 1px #333;
  border-radius: 60px;
  padding: 15px 20px;
  padding-right: 40px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campain-cat-item a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campain-cat-item a:hover {
  background: #333;
  color: #fff;
}
.campain-cat-item a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.faq-cat-block {
  margin-bottom: 30px;
}

.faq-cat-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-cat-list li {
  border: solid 1px #333;
  width: 31%;
  margin-bottom: 2%;
  margin-right: 3.5%;
}
.faq-cat-list li a {
  display: block;
  padding: 20px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.faq-cat-list li a::after {
  display: block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.faq-cat-list li a:hover {
  background: #FFDDDD;
}
.faq-cat-list li a:hover::after {
  margin-top: 0;
}
.faq-cat-list li:nth-of-type(3n) {
  margin-right: 0;
}

.faq-item {
  margin-bottom: 20px;
  position: relative;
  /*＋、－切り替え*/
}

.faq-item .accordion_icon-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
}

.faq-item .accordion_icon,
.faq-item .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-item .accordion_icon {
  position: relative;
  width: 50px;
  height: 100%;
  float: right;
  cursor: pointer;
}

.faq-item .accordion_icon span {
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.faq-item .accordion_icon span:nth-of-type(1) {
  top: 49%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq-item .accordion_icon span:nth-of-type(2) {
  top: 49%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq-item .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.faq-item .accordion_icon.active span:nth-of-type(2) {
  top: 49%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq-item-heading {
  position: relative;
  background: #F5F5F5;
  padding: 25px;
  cursor: pointer;
}

.faq-item-heading h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding: 0px 30px 0 30px;
}

.faq-item-heading h4 span {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
}

.question-answer-wrap {
  display: none;
  padding: 30px;
  border-top: none;
}

.question-answer {
  position: relative;
  padding: 0px 0 0px 30px;
}

.question-answer .answer-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  color: #C01134;
}

.question-answer a:hover {
  text-decoration: underline;
}

.order-select-block {
  border: solid 1px #ebebeb;
  margin-bottom: 20px;
  padding: 20px;
}

.order-select-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-select-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.order-select-item:nth-of-type(3n) {
  margin-right: 0;
}

.order-select-item-img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.order-select-item-input {
  text-align: center;
}

.order-select-text-annotation {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7c7c7c;
}

.prodcut-list-btn-wrap {
  margin-bottom: 15px;
}
.prodcut-list-btn-wrap .btn-beginner {
  border: solid 1px #C01134;
}

.member-price-text {
  padding: 15px 10px;
  background: #fafafa;
}
.member-price-text span {
  font-weight: bold;
}
.member-price-text span:nth-of-type(2) {
  color: #C01134;
}

.not-purchas-text {
  margin-bottom: 15px;
}
.not-purchas-text p {
  font-weight: bold;
  color: #606060;
  text-align: center;
  background: #efefef;
  padding: 15px;
}

.option-choice-text {
  margin-bottom: 15px;
}
.option-choice-text p {
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background: #141618;
}

.prodcut-detail-btn-wrap {
  margin-bottom: 20px;
}
.prodcut-detail-btn-wrap .btn01, .prodcut-detail-btn-wrap #submit #confirm, #submit .prodcut-detail-btn-wrap #confirm, .prodcut-detail-btn-wrap #submit #send, #submit .prodcut-detail-btn-wrap #send, .prodcut-detail-btn-wrap #submit #back, #submit .prodcut-detail-btn-wrap #back {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 10px;
}
.prodcut-detail-btn-wrap .btn-login::before {
  width: 32px;
  height: 32px;
  left: 20px;
}
.prodcut-detail-btn-wrap .btn-beginner::before {
  width: 16px;
  height: 32px;
  left: 20px;
}

.product-detail-member-price-wrap {
  margin-bottom: 30px;
}

.ec-imageGrid .ec-imageGrid__content {
  padding: 10px;
}

.date-controlled-hidden {
  display: none;
}

.ranking-product .product-contents-item .ec-productRole__btn {
  margin-bottom: 15px;
}

.large-items-caution-wrap {
  border: solid 2px #C01134;
  padding: 20px;
  line-height: 1.6;
}

.large-items-caution-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #C01134;
  margin-bottom: 20px;
}

.large-items-caution-block {
  margin-bottom: 30px;
}
.large-items-caution-block dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.large-items-caution-block dd {
  margin-left: 10px;
}

.large-items-caution-check-list {
  margin-bottom: 20px;
}
.large-items-caution-check-list li {
  padding-left: 20px;
  position: relative;
  border-bottom: none;
}
.large-items-caution-check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #C01134;
  border-bottom: 2px solid #C01134;
  transform: rotate(-45deg);
}

.large-items-caution-img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.large-items-caution-img-list li {
  width: 23%;
  padding: 10px;
  border: solid 1px #e5e5e5;
}
.large-items-caution-img-list li p {
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.large-items-caution-img-list li .large-items-caution-img {
  text-align: center;
}
.large-items-caution-img-list li:nth-of-type(4n) {
  margin-right: 0;
}

.delivery-service-check {
  background: #FAFAFA;
  padding: 15px;
}

.delivery-service-check-list {
  margin-bottom: 20px;
}
.delivery-service-check-list li {
  margin-bottom: 5px;
  border-bottom: none;
}

.large-items-caution-text {
  font-weight: bold;
  background: #fafafa;
  padding: 10px;
  margin-bottom: 15px;
}

.cart-not-purchas-text {
  margin-top: 15px;
  margin-bottom: 25px;
}
.cart-not-purchas-text p {
  background: #fff1f1 !important;
  padding: 20px;
  color: #C01134;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 1500px) {
  .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 1400px) {
  .header-nav {
    max-width: 1400px;
    padding: 0 2%;
  }
  .header-nav-item > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-nav-item > a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .logo {
    width: 18%;
  }
  .pc-nav {
    margin-left: 15px;
  }
  .nav-item a {
    padding: 0 10px;
  }
  .header-search-block-inner {
    width: 360px;
  }
  .logo {
    margin-right: 30px;
  }
  .contact-item-num {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .icon-tel01:before {
    margin-top: 0;
  }
  .storelayout-nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-nav {
    padding: 0 1%;
  }
  .header-nav-item > a {
    padding: 0 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m1024-none {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02,
  .inner03,
  .ec-shelfRole,
  .ec-searchnavRole {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .m992 {
    display: block !important;
  }
  .m992-767 {
    display: block !important;
  }
  .m992-none {
    display: none !important;
  }
  .m1024-none {
    display: none;
  }
  .nav-control {
    display: block;
  }
  .pc-nav {
    display: none;
  }
  .logo {
    width: auto;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-nav-list {
    border-top: solid 1px #ccc;
    margin-bottom: 30px;
  }
  .sp-nav-item > a {
    font-weight: bold;
    padding: 16px 20px;
    display: block;
    position: relative;
    border-bottom: solid 1px #ccc;
  }
  .sp-nav-item .accordion_icon span {
    background-color: #333;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-sub-nav-item-parent {
    font-weight: bold;
  }
  .sp-sub-nav-item-parent a {
    padding: 14px 20px 7px;
    display: block;
    position: relative;
  }
  .sp-sub-nav-item-parent a::before {
    display: block;
    content: "";
    position: absolute;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .sp-sub-nav-item-parent.sp-plus a::before {
    display: none;
  }
  .sub-nav-item-child {
    margin-left: 10px;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
  }
  .sp-contact-mail {
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    background: #42BAD5;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 60px;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: 20px;
  }
  .sp-plus .accordion_icon-wrap {
    width: 100%;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 1px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #118EBF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  /*
  ハンバーガーメニュー
  */
  .nav-control {
    display: none;
    height: 60px;
    cursor: pointer;
    z-index: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-menu-name {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-top: -3px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 29px;
    height: 30px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 6px;
    transition: all 0.4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 7px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #333 !important;
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .nav-control .active span {
    background-color: #333 !important;
  }
  .menu-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sp-nav {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
    padding: 120px 0px;
    display: block;
    pointer-events: none;
  }
  .sp-nav.active {
    pointer-events: auto;
  }
  .sp-nav.active a {
    pointer-events: auto;
  }
  .sp-nav-item .arrow03::before {
    right: 13px;
  }
  .sp-nav-item .arrow03::after {
    right: 20px;
  }
  .product-select.select-num select,
  .product-select.select-num input {
    width: 40%;
  }
  .product-other-link {
    display: block;
  }
  .product-other-link-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-other-link-item .ec-productRole__btn {
    margin-bottom: 0;
  }
  .contact-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-list .contact-item {
    width: 100%;
  }
  .contact-list .contact-item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .contact-list .contact-item:nth-of-type(1)::after {
    content: "";
    display: none;
  }
  .contact-list .contact-item:nth-of-type(2) {
    width: 50%;
  }
  .contact-list .contact-item:nth-of-type(3) {
    width: 50%;
  }
  .contact-btn {
    width: 100%;
  }
  .footer-logo-block {
    width: 37%;
  }
  .footer-nav-list {
    margin-right: 20px;
  }
  .footer-copy-sns-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-copy-sns-block .copyright {
    order: 2;
    width: 100%;
  }
  .footer-copy-sns-block .footer-sns-block {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-contents-item .product-price {
    font-size: 20px;
    font-size: 2rem;
  }
  .product-price span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-logo-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-contents-btn {
    width: 100%;
  }
  .footer-inner {
    display: block;
  }
  .footer-nav-block {
    width: 100%;
  }
  .header-nav {
    display: none;
  }
  .sp-other-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header-inner {
    padding: 20px 20px;
  }
  .ec-headerNaviRole__search {
    display: none;
  }
  .sp-header-block {
    display: block;
    padding: 0 20px;
  }
  .header-search-block-inner {
    width: 100%;
  }
  .header-inner-left {
    display: block;
  }
  .header-inner-left .logo {
    margin-right: 0;
  }
  .other-nav {
    margin-right: 20px;
  }
  .other-nav .other-nav-item:nth-of-type(1), .other-nav .other-nav-item:nth-of-type(2) {
    display: none;
  }
  .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sp-header-search-block {
    margin-bottom: 20px;
  }
  .sp-other-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sp-other-nav .other-nav-item {
    width: 49%;
    border: solid 1px #808080;
  }
  .sp-other-nav .other-nav-item a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sp-other-nav .icon-num {
    padding-top: 0;
    display: block;
  }
  .sp-other-nav .icon-num::before {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    left: 0;
  }
  .sp-other-nav .icon-history {
    padding-top: 0;
    display: block;
  }
  .sp-other-nav .icon-history::before {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    left: 0;
  }
  .ec-headerNaviRole__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ec-headerNavSP {
    border-radius: 0;
    background: none;
    width: auto;
    position: static;
    padding: 0;
  }
  .ec-drawerRole {
    width: 80%;
    transform: translateX(-100%);
    display: block;
  }
  .ec-drawerRoleClose {
    left: 84%;
  }
  .ec-drawerRoleClose.is_active,
  .ec-drawerRole.is_active,
  .have_curtain .ec-overlayRole {
    display: block;
  }
  .order_catalog .order-thead {
    display: none;
  }
  .order_catalog table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
  }
  .storelayout-nav ul li {
    margin-bottom: 10px;
  }
  .storelayout-nav ul li:nth-of-type(4) .storelayout-nav-item {
    border-left: solid 1px #333;
  }
  .header {
    padding-bottom: 20px;
  }
  .top-news-inner {
    display: block;
  }
  .top-news-btn-more {
    width: 100%;
    margin-top: 10px;
    text-align: right;
  }
  .top-welcome-bitsuhan-inner {
    background: #FBFBFB;
  }
  .welcome-bitsuhan-en {
    font-size: 50px;
    font-size: 5rem;
  }
  .welcome-bitsuhan-feature-list {
    display: block;
  }
  .welcome-bitsuhan-feature-list li {
    width: 100%;
    border-bottom: solid 1px #9A9A9A;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .welcome-bitsuhan-feature-list li::after {
    display: none;
  }
  .welcome-bitsuhan-feature-list li .welcome-bitsuhan-feature-img {
    margin-right: 30px;
  }
  .top-catalog-item-inner {
    display: block;
  }
  .top-catalog-img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .top-catalog-item-text-block {
    width: 100%;
  }
  .mypage-menu-item {
    width: 48%;
    margin-right: 4%;
  }
  .mypage-menu-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .mypage-menu-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .btn-list-center-item {
    width: 50%;
  }
  .Date-and-time-specification-table,
  .Date-and-time-specification-table02 {
    width: 100%;
  }
  .point-step-list {
    display: block;
  }
  .point-step-list .point-step-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px;
    padding: 0;
    border-right: none;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
  }
  .point-step-list .point-step-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .point-step-list .point-step-item-img {
    margin-bottom: 0;
    width: 30%;
  }
  .point-step-item-text-block {
    width: 67%;
  }
  .point-step-list h4 {
    text-align: left;
    margin-bottom: 10px;
  }
  .deferred-point ul li {
    padding: 20px;
  }
  div.outer {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2em;
  }
  div.outer::-webkit-scrollbar {
    height: 5px;
  }
  div.outer::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  div.outer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .delay-info-table {
    width: 1000px;
  }
  .all-category-item {
    width: 48%;
    margin-right: 4%;
  }
  .all-category-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .all-category-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .member-price-text span {
    display: block;
  }
  .ec-shelfGrid__item .btn-cart-s,
  .ec-shelfGrid__item .btn-favorite,
  .ec-shelfGrid__item .btn-login {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-cart-s::before {
    width: 20px;
    height: 18px;
  }
  .btn-favorite::before {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only02 {
    display: block !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .flt-box,
  .flt-box02 {
    display: block;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-left07,
  .flt-right08 {
    margin-bottom: 15px;
  }
  .flt-box {
    margin-bottom: 20px;
  }
  .mb_15 {
    margin-bottom: 10px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02,
  .inner03,
  .news-inner,
  .ec-searchnavRole {
    width: 94%;
    margin: 0 auto;
  }
  .btn-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .btn-wrap01 {
    margin-top: 30px;
  }
  .btn-wrap02 {
    margin-top: 20px;
    text-align: center;
  }
  .btn-wrap04 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn02 {
    width: 100%;
  }
  .btn03 {
    width: 80%;
  }
  .heading01, .news-single-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .heading03, .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .heading04, .news-single-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single .heading03, .news-single .news-single-inner h2, .news-single-inner .news-single h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner ol li {
    margin-left: 10px;
  }
  .news-single-inner ul,
  .news-single-inner ol {
    margin-left: 10px;
  }
  .news-single-inner ul li {
    margin-left: 10px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .post-link {
    margin-top: 40px;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-bottom: none;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em;
    border-bottom: none;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input, table textarea, select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    padding: 5px;
  }
  .pagetop {
    bottom: 60px;
    right: 10px;
  }
  .pagetop img {
    width: 74px;
    height: 66px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type=radio] {
    margin-bottom: 10px;
  }
  input[type=radio]:last-child {
    margin-bottom: 0px;
  }
  .header {
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #333;
  }
  .logo a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
  .header-left,
  .header-left-inner {
    height: 60px;
  }
  .header-inner {
    padding: 15px 3% 10px;
  }
  .sp-header-block {
    padding: 0 3%;
  }
  .header-info-block {
    padding: 5px 3%;
  }
  .sp-header-search-block {
    margin-bottom: 15px;
  }
  .section-contents {
    padding: 0 0 70px;
  }
  .copyright {
    margin-top: 20px;
  }
  .nav-control,
  .sp-header-tel {
    height: 58px;
  }
  #menu-trigger {
    height: 29px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 5px;
  }
  .pc-nav-control {
    height: 60px;
    width: 60px;
  }
  .main-img-inner {
    height: auto;
  }
  .news-item a {
    display: block;
  }
  .news-item a time {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .news-text {
    padding-left: 0;
  }
  .fade-in-delay-6,
  .fade-in-delay-8,
  .fade-in-delay-10,
  .fade-in-delay-12,
  .fade-in-delay-14,
  .fade-in-delay-16 {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }
  .bg-color01 + .section-contents {
    padding-top: 60px;
  }
  .pagetop {
    width: 50px;
    height: 50px;
  }
  .sub-title-wrap {
    padding-top: 60px;
  }
  .sub-title-inner {
    padding: 50px 10px 50px;
  }
  .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .sub-title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .sub-title-en {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .bread-crumb {
    padding: 0;
    background: #FAFAFA;
    margin-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .bread-crumb .bread-crumb-inner {
    margin: 12px 0;
  }
  .side-logo-scroll {
    position: absolute;
    left: 6%;
  }
  .side-logo-scroll a {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .main-img-text-en {
    font-size: 40px;
    font-size: 4rem;
  }
  .main-img-text {
    left: 14%;
    bottom: 15%;
  }
  .main-img-text-jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .top-concept-text-block::before {
    width: 250px;
    height: 250px;
  }
  .heading-deco01-wrap::before {
    left: -10px;
  }
  .news-item a .news-text {
    padding-left: 0;
  }
  .news-item a::after {
    right: 2px;
  }
  .news-item a:hover::after {
    right: -2px;
  }
  .product-single-detail {
    display: block;
  }
  .sp-product-name-block {
    display: block;
  }
  .sp-other-nav .other-nav-item {
    margin-right: 0;
  }
  .maker-name a {
    margin-bottom: 15px;
  }
  .product-img-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-info-block {
    width: 100%;
  }
  .product-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .pc-product-name-block {
    display: none;
  }
  .product-code {
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 30px;
    font-size: 3rem;
  }
  .product-other-link:last-of-type {
    margin-bottom: 0px;
  }
  .product-information-item {
    padding: 20px;
  }
  .heading-deco01-wrap {
    margin-bottom: 30px;
    display: block;
  }
  .heading-deco01-wrap .heading-deco01-en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .heading-deco01-wrap .heading-deco01-en::before {
    display: none;
  }
  .sub-section .inner {
    padding-bottom: 60px;
  }
  .contact-list {
    display: block;
  }
  .contact-list .contact-item:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .contact-list .contact-item:nth-of-type(2),
  .contact-list .contact-item:nth-of-type(3) {
    width: 100%;
  }
  .contact-item::after {
    display: none;
  }
  .contact-area {
    margin-top: 70px;
  }
  .contact-item-num {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .other-nav-item a {
    font-size: 10px;
    font-size: 1rem;
  }
  .menu-name {
    font-size: 10px;
    font-size: 1rem;
    margin-top: -2px;
  }
  .header-search-category select {
    border-radius: 0;
  }
  .pc-header-info-list {
    display: none !important;
  }
  .header-info-item:first-of-type {
    margin-right: 15px;
  }
  .footer-nav-block {
    display: block;
  }
  .footer-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-nav-list-wrap {
    display: block;
  }
  .footer-nav-list {
    margin-right: 0;
  }
  .footer-nav-item {
    margin-bottom: 0;
  }
  .footer-nav-item a {
    display: block;
    padding: 5px 10px 5px 15px;
    position: relative;
  }
  .footer-nav-item a::after {
    content: "";
    display: block;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 0px;
    transition: 0.3s;
  }
  .footer-copy-sns-block {
    margin-top: 40px;
  }
  .footer-sns-block {
    display: block;
  }
  .footer-sns-list {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .product-img-l {
    margin-bottom: 60px !important;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    left: 25px;
    top: -5px;
  }
  .heading-deco02 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .heading-deco03 {
    margin-bottom: 15px !important;
  }
  .section-inner {
    margin-bottom: 30px;
  }
  .terms-list dd {
    margin-left: 5px;
  }
  table tr:first-of-type td {
    border-top: solid 1px #ccc;
  }
  .box-block01 {
    padding: 15px;
  }
  .heading06 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .btn-list-center {
    display: block;
  }
  .btn-list-center-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .storelayout-nav ul {
    display: block;
  }
  .storelayout-nav ul li {
    border-bottom: solid 1px #333;
    border-right: none;
    border-left: none;
    height: auto;
    padding: 15px 5px;
    margin-bottom: 0;
  }
  .storelayout-nav ul li .storelayout-nav-item {
    padding: 0;
    height: auto;
  }
  .storelayout-nav ul li:first-of-type {
    border-left: none;
  }
  .storelayout-nav ul li:nth-of-type(4) .storelayout-nav-item {
    border-left: none;
  }
  .cpo-support-point-list {
    display: block;
  }
  .cpo-support-point-item {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
  .cpo-support-point-num {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cpo-support-point-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .cpo-support-point-item:nth-of-type(5) a {
    padding: 15px;
  }
  .cpo-description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .cpo-num-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .swiper-pagination {
    bottom: -30px !important;
  }
  .main-img-wrap {
    margin-bottom: 50px;
  }
  .top-news-inner {
    padding: 15px;
  }
  .top-news-block {
    margin-top: 0;
    margin-right: 0;
  }
  .top-news {
    margin-bottom: 40px !important;
  }
  .welcome-bitsuhan-en {
    position: static;
    font-size: 24px;
    font-size: 2.4rem;
    opacity: 1;
    margin-bottom: 10px;
    padding: 0 3%;
  }
  .top-welcome-bitsuhan-inner {
    padding: 50px 0;
  }
  .top-welcome-bitsuhan-heading {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .top-welcome-bitsuhan-heading::before {
    width: 23px;
    height: 43px;
    top: 8px;
  }
  .top-welcome-bitsuhan-heading p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .welcome-bitsuhan-feature-list li .welcome-bitsuhan-feature-img {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .welcome-bitsuhan-feature-list li h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .top-welcome-bitsuhan-btn {
    width: 100%;
    padding: 15px 10px;
  }
  .top-welcome-bitsuhan-btn span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    right: inherit;
  }
  .swiper-button-prev {
    margin-right: 15px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    width: 8px;
    height: 8px;
  }
  .swiper-button-prev:after {
    right: 9px;
  }
  .swiper-button-next:after {
    right: 11px;
  }
  .swiper-button-wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .top-catalog {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  .top-catalog-list {
    display: block;
  }
  .top-catalog-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .top-catalog-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-catalog-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-focus-list {
    display: block;
  }
  .top-focus-item {
    width: 100%;
  }
  .top-focus-item p {
    text-align: left;
  }
  .top-special-bnr-list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-special-swiper-btn {
    display: block !important;
  }
  .box-block02 {
    padding: 15px;
  }
  .mypage-user-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mypage-user-detail {
    padding: 15px;
  }
  .mypage-user-detail dl {
    display: block;
  }
  .mypage-user-detail dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 5px;
  }
  .mypage-user-detail dl dt::after {
    display: none;
  }
  .mypage-user-detail dl dd {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mypage-user-detail:last-of-type {
    margin-top: 10px;
  }
  .passport-state {
    display: block;
  }
  .passport-state p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mypage-menu-list {
    margin-top: 40px;
    display: block;
  }
  .mypage-menu-item {
    width: 100%;
    margin-right: 0;
  }
  .mypage-menu-item a {
    padding: 20px;
    text-align: left;
  }
  .mypage-menu-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .mypage-menu-icon {
    width: 20%;
    margin-bottom: 0;
    text-align: center;
  }
  .mypage-menu-icon img {
    width: 70%;
  }
  .mypage-menu-item-text-block {
    width: 75%;
  }
  .mypage-menu-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .kaimasu-form-link-list {
    display: block;
    margin-bottom: 20px;
  }
  .kaimasu-form-link-list li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .payment-contetns ul {
    display: block;
  }
  .link-list {
    display: block;
  }
  .link-list .link-item {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .regular-holidays {
    margin-top: 0;
  }
  .regular-holidays .flex {
    display: block;
  }
  .regular-holidays .flex .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .regular-holidays .block {
    width: 100%;
  }
  .regular-holidays .block table td {
    display: table-cell;
  }
  .howto-img {
    width: 100%;
  }
  .has-fs-12-font-size {
    font-size: 12px;
  }
  .has-fs-14-font-size {
    font-size: 12px;
  }
  .has-fs-16-font-size {
    font-size: 16px;
  }
  .has-fs-18-font-size {
    font-size: 16px;
  }
  .has-fs-20-font-size {
    font-size: 18px;
  }
  .has-fs-24-font-size {
    font-size: 18px;
  }
  .has-fs-28-font-size {
    font-size: 20px;
  }
  .has-fs-32-font-size {
    font-size: 24px;
  }
  .has-fs-36-font-size {
    font-size: 28px;
  }
  .has-fs-40-font-size {
    font-size: 32px;
  }
  .loan-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .loan-text-sub {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .loan-table {
    margin-bottom: 20px;
  }
  .loan-table table th,
  .loan-table table td {
    padding: 0.7em;
  }
  .loan-flow-list {
    display: block;
  }
  .loan-flow-list li {
    width: 100%;
  }
  .delyvery-point-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .delyvery-area-table td {
    display: table-cell;
    padding: 5px 0;
  }
  .delyvery-area-table {
    margin-bottom: 20px;
  }
  .delivery-service-img {
    display: block;
    text-align: center;
  }
  .btn-list-center-item:first-of-type {
    margin-right: 0;
  }
  .Date-and-time-specification-table table tr:first-of-type th {
    border-top: none;
  }
  .Date-and-time-specification-table02 table tr:first-of-type th {
    border-top: none;
  }
  .table-layout01 table tr th, .table-layout01 table tr td {
    padding: 0.7em;
  }
  .btn-list-center-item a {
    width: 100%;
  }
  .heading04::after, .news-single-inner h3::after {
    height: 1.4em;
  }
  .heading-deco04, .news-single-inner h3 {
    margin-bottom: 10px;
  }
  .table-layout-sp-table-cell table {
    border: solid 1px #ccc;
  }
  .table-layout-sp-table-cell table tr th {
    display: table-cell;
    border-right: solid 1px #ccc;
  }
  .table-layout-sp-table-cell table tr td {
    display: table-cell;
    border-right: solid 1px #ccc;
  }
  .help-lp-main {
    display: block;
    text-align: center;
  }
  .help-lp-main .help-lp-main-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .setting-flow-list .num-flow-item {
    margin-bottom: 30px;
  }
  .border-bottom {
    padding-bottom: 20px;
  }
  .point-step-list .point-step-item-img {
    width: 18%;
  }
  .point-step-item-text-block {
    width: 78%;
  }
  .point-step-list h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shoppning-pont-nav-wrap {
    margin-bottom: 40px;
  }
  .shopping-piont-nav ul {
    display: block;
  }
  .shopping-piont-nav ul li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  .shopping-piont-nav ul li a {
    padding: 15px;
  }
  .shopping-piont-nav ul li:last-of-type {
    border-bottom: none;
  }
  .ec-borderedDefs dl dt {
    padding-left: 0;
  }
  .ec-welcomeMsg {
    padding: 15px;
  }
  .ec-welcomeMsg p:first-of-type {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ec-navlistRole__navlist .ec-navlistRole__item::before {
    top: 10px !important;
  }
  .ec-navlistRole__navlist .ec-navlistRole__item a {
    padding-top: 40px;
  }
  .ec-borderedDefs dl {
    display: block;
    padding: 20px 0;
  }
  .ec-borderedDefs dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .ec-borderedDefs dl dd {
    width: 100%;
  }
  .ec-select {
    margin-bottom: 10px;
  }
  .ec-input input {
    margin-bottom: 10px;
  }
  .ec-shelfRole {
    padding: 0 3%;
  }
  .ec-progress {
    max-width: 100%;
  }
  .ec-cartTable {
    border-top: none;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 5%;
  }
  .ec-cartRow .ec-cartRow__img {
    width: 30%;
    padding-left: 10px;
  }
  .ec-blockBtn-wrap-inner {
    width: 100%;
  }
  .deferred-point ul {
    display: block;
  }
  .deferred-point ul li {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .deferred-point ul li h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .deferred-point ul li p {
    text-align: left;
  }
  .table-layout02 table tr th {
    display: table-cell;
    padding: 0.7em;
  }
  .table-layout02 table tr th:nth-of-type(1) {
    width: 15%;
  }
  .table-layout02 table tr th:nth-of-type(2) {
    width: 20%;
  }
  .table-layout02 table tr th:nth-of-type(3) {
    width: 15%;
  }
  .table-layout02 table tr th:nth-of-type(4) {
    width: 15%;
  }
  .table-layout02 table tr th:nth-of-type(5) {
    width: 50%;
  }
  .table-layout02 table tr td {
    display: table-cell;
    padding: 0.7em;
  }
  .delay-info-table {
    width: 700px;
  }
  .all-category-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 15px;
  }
  .all-category-item-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .ec-login {
    padding: 30px 2% 20px;
  }
  .login-btn-wrap {
    width: 100%;
  }
  .color-chata-block {
    display: none;
  }
  .viewed-item-section {
    margin-top: 70px !important;
  }
  .viewed-item-section .swiper-button-wrap {
    margin-top: 0;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .ec-topicpath {
    border-top: none;
  }
  .campain-cat-block {
    padding: 15px;
  }
  .campain-cat-list {
    margin-bottom: 0;
  }
  .campain-cat-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .campain-cat-item a {
    padding: 10px 15px;
    padding-right: 30px;
  }
  .pc-search-block {
    display: none;
  }
  .sp-other-nav .other-nav-item a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 13px 10px;
  }
  .delivery-news-inner {
    padding: 13px 10px;
  }
  .ec-layoutRole .ec-layoutRole__contents:has(+ .sub-section) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #page_product_detail .sub-section .inner {
    padding-bottom: 30px;
  }
  #page_product_detail .section-contents {
    padding-bottom: 30px;
  }
  .faq-item {
    margin-bottom: 10px;
  }
  .faq-item-heading {
    padding: 15px 30px 15px 15px;
  }
  .faq-item-heading h4 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 25px;
    padding-right: 0;
  }
  .faq-item-heading h4 span {
    font-size: 20px;
    font-size: 2rem;
  }
  .question-answer-wrap {
    padding: 15px;
  }
  .question-answer {
    padding: 0px 0 0px 25px;
  }
  .faq-item .accordion_icon {
    margin-right: 0;
    width: 30px;
  }
  .faq-cat-list li {
    width: 49%;
    margin-right: 2%;
  }
  .faq-cat-list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .faq-cat-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .faq-cat-list li a {
    padding: 15px 10px;
  }
  .replacement-product {
    margin-top: 20px;
  }
  .bread-crumb-inner span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .order-select-item {
    width: 49%;
    margin-right: 2%;
  }
  .order-select-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .order-select-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .prodcut-detail-btn-wrap {
    margin-bottom: 15px;
  }
  .prodcut-detail-btn-wrap .btn01, .prodcut-detail-btn-wrap #submit #confirm, #submit .prodcut-detail-btn-wrap #confirm, .prodcut-detail-btn-wrap #submit #send, #submit .prodcut-detail-btn-wrap #send, .prodcut-detail-btn-wrap #submit #back, #submit .prodcut-detail-btn-wrap #back {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  .product-other-link-item .btn01, .product-other-link-item #submit #confirm, #submit .product-other-link-item #confirm, .product-other-link-item #submit #send, #submit .product-other-link-item #send, .product-other-link-item #submit #back, #submit .product-other-link-item #back {
    padding: 15px 10px;
  }
  .product-detail-member-price-wrap {
    margin-bottom: 15px;
  }
  .product-detail-member-price-wrap span {
    display: inline;
  }
  .ec-orderDelivery-item {
    padding: 10px;
  }
  .large-items-caution-wrap {
    padding: 15px;
  }
  .large-items-caution-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .large-items-caution-text {
    margin-bottom: 10px;
  }
  .large-items-caution-img-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-items-caution-img-list li {
    width: 49%;
    margin-bottom: 2%;
  }
  .cart-not-purchas-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}
@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6,
  section {
    page-break-after: avoid !important; /* 直前で改ページさせる */
    page-break-before: avoid !important; /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}
@media (min-width: 1199px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 3em !important;
  }
  .is-style-columns-margin-normal .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
  .is-style-columns-margin-small .wp-block-column:not(:first-child) {
    margin-left: 1em !important;
  }
  .is-style-columns-margin-none .wp-block-column:not(:first-child) {
    margin-left: 0em !important;
  }
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 3em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-normal .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-small .wp-block-column:not(:first-child) {
    margin-right: 1em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-none .wp-block-column:not(:first-child) {
    margin-right: 0em;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 781px) and (min-width: 768px) {
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
}/*# sourceMappingURL=style.css.map */