@charset "UTF-8";

/*------------------------------
カート等全ページ共通パーツ（コンテンツ部分）
------------------------------*/
:root {
  --main-blue-color: #006fc5;
  --main-green-color: #5a9f5f;
  --main-lightblue-color: #48c8ff;
  --main-btnblue-color: #0da8f8;
  --main-btnblue-hover-color: #135fc1;
  --main-gray-color: #ccc;
  --main-gray2-color: #888;
  --main-black-color: #19110b;
  --main-ulblue-color: #e8f0f2;
  --main-red-color: #ff1f34;
}

.SPitem {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .SPitem {
    display: block !important;
  }

  .PCitem {
    display: none !important;
  }
}

td.nowrap {
  white-space: nowrap;
}

#accordion_menu ul.nav {
  display: none;
}

.fs_s {
  font-size: 8pt;
}

.fs_9 {
  font-size: 9pt;
}

.fs_m {
  font-size: 10pt;
}

.fs_l {
  font-size: 12pt;
}

.fs_14 {
  font-size: 14pt;
}

.fs_18 {
  font-size: 18pt;
}

.fs_26 {
  font-size: 26pt;
}

.price-tax {
  font-size: 80%;
  margin-left: 0.2em;
}

ul.list {
  position: relative;
  left: 1em;
  margin-right: 20px;
}

ul.list li {
  list-style: none;
  text-indent: -1em;
}

ul.list li:before {
  content: "・";
}

hr {
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  border: 0;
}

.item-textarea hr {
  margin: 10px 0;
}

th {
  font-weight: bold;
}

.kome {
  color: #ff1f34;
}

.gray {
  color: #666666;
}

.minus {
  color: #f04646;
}

.star {
  color: #d2ba70;
}

.caution {
  color: #ff1f34;
}

.gold {
  color: #d2ba70;
}

.section-flow .flow {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  overflow: hidden;
  width: 100%;
}

.section-flow .flow ol {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 58px;
}

.section-flow .flow ol li {
  height: 59px;
}

.section-flow .flow ol li br {
  display: none;
}

.section-flow .flow ol li i {
  display: inline;
  font-style: normal;
}

.section-flow .flow.row-2 ol li {
  flex-basis: calc(50% + 33px);
  position: relative;
  z-index: 1;
}

.section-flow .flow.row-2 ol li:last-child {
  z-index: 2;
  margin: 0 0 0 -22px;
}

.section-flow .flow.row-3 ol li {
  flex-basis: calc(33.33% + 22px);
  position: relative;
  z-index: 1;
}

.section-flow .flow.row-3 ol li:nth-child(2) {
  flex-basis: calc(33.33% + 44px);
  z-index: 2;
  margin: 0 -22px;
}

.section-flow .flow.row-3 ol li:last-child {
  z-index: 3;
}

.section-flow .flow.row-4 ol li {
  flex-basis: calc(25% + 22px);
  position: relative;
  /* z-index: 1; */
}

.section-flow .flow.row-4 ol li:nth-child(2) {
  flex-basis: calc(25% + 22px);
  /*z-index: 2;*/
  margin: 0 -22px;
}

.section-flow .flow.row-4 ol li:nth-child(3) {
  flex-basis: calc(25% + 22px);
  /* z-index: 3; */
  margin: 0 -22px;
}

/*
.section-flow .flow.row-4 ol li:last-child {
  z-index: 4;
}
*/

.section-flow .flow span {
  padding: 23px;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url(../../img/common/flow-arrow-normal.png);
  background-position: center right;
}

.section-flow .flow ol li:first-child span {
  background-image: url(../../img/common/flow-arrow-normal.png);
  background-position: center right;
}

.section-flow .flow ol li.current:first-child span {
  background-image: url(../../img/common/flow-arrow-left-c.png);
  background-position: center right;
}

.section-flow .flow ol li.current span {
  background-image: url(../../img/common/flow-arrow-left-c.png), url(../../img/common/flow-arrow-right-c.png);
  background-position: center right, center left;
}

.section-flow .flow ol li:last-child span {
  background-image: none;
}

.section-flow .flow ol li.current:last-child span {
  background-image: url(../../img/common/flow-arrow-right-c.png);
  background-position: center left;
}

.section-flow .flow ol li.current {
  background: #006fc5;
  color: #fff;
}

.nop {
  padding: 0 !important;
}

.nobl {
  border-bottom: none !important;
}

.black-layer,
.black-layer2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.black-layer.zoom,
.black-layer.show {
  display: block;
}

.black-layer2.show {
  display: block;
}

.loaditem li:nth-child(n + 2) a:first-child {
  pointer-events: none;
}

@media screen and (max-width: 1040px) {
  .section-flow .flow ol li br {
    display: block;
  }

  .section-flow .flow ol li i {
    display: none;
  }

  .section-flow .flow.row-2 span,
  .section-flow .flow.row-3 span,
  .section-flow .flow.row-4 span {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1040px) {
  .section-flow .flow ol {
    height: 44px;
  }

  .section-flow .flow ol li {
    height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .fs_s {
    font-size: 14px;
  }
}

/*------------------------------
01
------------------------------*/
.dash {
  text-decoration: line-through;
}

.red {
  color: #ff1f34;
}

.inner-narrow {
  width: 1000px;
  margin: 0 auto;
}

.login-box .inner-narrow {
  width: auto;
}

.cart-column .inner-narrow {
  width: 100%;
  box-sizing: border-box;
}

.cart-column2 .inner-narrow {
  width: auto;
  box-sizing: border-box;
  margin: 0;
}

.cart-column2 .section-button .inner-narrow.wide {
  max-width: 600px;
}

.ui-box.login-box {
  padding: 60px 0;
}

.ui-box.login-box .wrap {
  background-color: #fff;
  font-size: 0;
}

.ui-box.login-box h3 {
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 30px;
}

.ui-box2 {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  border: solid #ccc 1px;
  background-color: #f2f2f2;
  border-radius: 10px;
  text-align: center;
}

.ui-box2 h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.login-box-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}

.login-box-left .box-wrap {
  padding: 30px 45px 30px 30px;
  border-right: solid #ddd 1px;
}

.login-box-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}

.login-box-right .box-wrap {
  padding: 30px 60px 30px 30px;
}

.ui-box.login-box .table-form table th {
  font-weight: bold;
  width: 25%;
  padding: 15px 0 15px 0;
}

.ui-box.login-box .table-form table td {
  padding: 0 0 15px 30px;
}

.login-link {
  line-height: 2;
}

.login-link a {
  text-decoration: underline;
}

.login-link a:hover {
  text-decoration: none;
}

.member-message p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 30px;
}

.ui-box {
  padding: 30px 0 30px;
}

.ui-box.section-cart {
  padding: 15px 0 0;
}

.ui-box.section-option {
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .inner-narrow {
    width: auto;
    margin: 0 30px;
  }

  .cart-column .section-cart .inner-narrow {
    margin: 0;
  }

  .all-comments .inner-narrow {
    margin: 0;
  }
}

@media screen and (max-width: 1080px) {
  .ui-box {
    padding: 30px 0;
  }

  .ui-box.login-box .table-form table {
    display: block;
  }

  .ui-box.login-box .table-form tr,
  .ui-box.login-box .table-form tbody {
    display: block;
  }

  .ui-box.login-box .table-form table th {
    display: block;
    width: auto;
    padding: 0 0 5px;
  }

  .ui-box.login-box .table-form table td {
    display: block;
    padding: 0 0 15px;
  }

  .login-box-left {
    display: block;
    width: auto;
  }

  .login-box-left .box-wrap {
    padding: 30px;
    border-right: none;
    border-bottom: solid #ddd 1px;
  }

  .login-box-right {
    display: block;
    width: auto;
  }

  .login-box-right .box-wrap {
    padding: 30px;
  }

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

  .member-message .btn-default.w70 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .ui-box {
    padding: 15px 0;
  }

  .ui-box.section-cart.section-form {
    margin-top: 15px;
  }

  .inner-narrow {
    width: auto;
    margin: 0 15px;
  }

  .cart-column .inner-narrow {
    width: auto;
  }

  .ui-box.login-box {
    padding: 15px 0 30px;
  }

  .ui-box.login-box h3 {
    margin: 0 0 15px;
  }

  .ui-box.login-box .wrap {
    border: solid #ddd 1px;
    border-radius: 10px;
  }

  .login-box-left .box-wrap {
    padding: 15px;
  }

  .login-box-right .box-wrap {
    padding: 15px;
  }

  .ui-box.login-box .table-form {
    margin: 0;
  }

  .ui-box.login-box .table-form .btn-wrap.mb_30 {
    margin-bottom: 15px !important;
  }

  .login-link {
    line-height: 3;
  }
}

@media screen and (max-width: 480px) {
  .member-message p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 8px;
  }

  .ui-box {
    padding: 8px 0;
  }

  .ui-box.login-box h3 {
    font-size: 14px;
    margin: 0 0 8px;
  }
}

/*------------------------------
 入力フォーム
------------------------------*/

.section-form small {
  font-size: 11px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
}

.section-form .table-form table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.section-form .table-form table th {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  padding: 30px 0 15px 0;
  width: 20%;
}

.section-form .table-form table td {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  padding: 15px 0 15px 30px;
}

.section-form .table-form table.review-table th {
  width: 9em;
  padding: 20px 0 0;
}

.section-form .table-form table.review-table td {
  padding: 10px 0;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="radio"],
select,
textarea {
  -webkit-appearance: none;
}

.section-form .table-form input[type="text"]:focus,
.section-form .table-form select:focus,
.section-form .table-form textarea:focus {
  border: solid 1px #000;
}

.section-form .table-form table td.checkbox label {
  margin: 1em 30px 1em 0;
  display: inline-block;
  vertical-align: middle;
}

.section-form .table-form table td.checkbox label:last-child {
  margin: 0;
}

.section-form .table-form input[type="text"],
.section-form .table-form input[type="password"] {
  box-sizing: border-box;
  border: solid #ddd 1px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
}

.section-form .table-form .required input[type="text"],
.section-form .table-form .required input[type="password"],
.section-form .table-form .required .select-box select {
  background-color: #fff5ef;
}

.section-form .table-form .required input:not(:placeholder-shown) {
  background-color: #fff;
}

.section-form .table-form input.input-text-100 {
  width: 100%;
}

.section-form .table-form input.input-text-50 {
  width: 49%;
  margin: 0 2% 0 0;
}

.input-atena {
  width: 22em !important;
}

.section-form .table-form input.input-text-50:nth-child(even) {
  margin: 0;
}

.section-form .table-form input.input-text-20 {
  width: 18.4%;
  margin: 0 2% 0 0;
}

.section-form .table-form input.input-text-20:last-child {
  margin: 0;
}

.section-form .table-form textarea {
  box-sizing: border-box;
  border: solid #ddd 1px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  height: 180px;
}

.section-form .table-form .select-box {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.table-form select {
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  padding: 15px 60px 15px 15px;
  box-sizing: border-box;
  font-size: 14px;
  border: #ddd 1px solid;
  border-radius: 0;
  background-color: #fff;
  background-image: url(../../img/common/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 13px 7px;
  background-position: right 15px center;
  border-radius: 3px;
}

.section-form .table-form select.short {
  padding: 5px 60px 5px 15px;
  margin: 10px 0;
}

.v-middle-box .table-form select {
  border: #aaa 1px solid;
}

.table-form.half {
  display: inline-block;
}

.table-form.half select {
  padding: 13px 37px 13px 13px;
}

.v-middle-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.customerList .v-middle-box .search-area {
  display: inline-block;
}

.section-form .table-form .unit {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  /*vertical-align: top;*/
  font-size: 14px;
}

.option-address label .unit,
.option-delivery-check label .unit {
  width: calc(100% - 42px);
}

.option-point-box.disabled {
  color: #ccc;
  pointer-events: none;
}
.option-point-box.disabled .option-submit {
  border-color: #ddd;
  background-color: #f0f0f0;
  color: #ccc;
}
.option-point-box.disabled input {
  color: #ccc;
  opacity: 0.4;
}
.section-form .table-form .point-have-input .unit {
  vertical-align: unset;
}
.option-point-box {
  margin: 5px 0 0 30px;
}

.section-form .table-form .unit:hover {
  opacity: 0.7;
}

.section-form .required .select-box select {
  background-color: #fff5ef;
}

.section-form .required .select-box select:valid {
  background-color: #fff;
}

.section-form input[type="radio"]:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: -2px;
  left: -2px;
  margin-right: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.section-form input[type="radio"]:checked:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
}

input:placeholder {
  color: #888;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

p.error {
  line-height: 1.5;
  font-size: 14px;
  color: #ff0000;
  background-color: #ffffa2;
  font-weight: bold;
  padding: 0 4px;
  margin-bottom: 6px;
}

input.error,
select.error,
select.error option {
  background-color: #ffffa2 !important;
  box-shadow: 0 0 3px 2px #ff0000;
}

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

.form-check label,
.form-check .text-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

input + label {
  cursor: pointer;
}

.section-form.bill-address {
  float: left;
  width: 65%;
  text-align: right;
  margin-top: 10px;
}

.url-copy {
  background: #0e45c5;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 10px 0px;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .section-form .table-form table th {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 1040px) {
  .section-form .table-form table {
    display: block;
  }

  .section-form .table-form table tr,
  .section-form .table-form table tbody {
    display: block;
  }

  .section-form .table-form table th {
    display: block;
    padding: 0 0 5px;
    width: auto;
    font-size: 14px;
    /*font-weight: normal;*/
  }

  .section-form .table-form table td {
    display: block;
    width: auto;
    line-height: 1.5;
    padding: 0 0 15px 0;
  }

  .section-form .table-form .unit {
    display: inline-block;
    margin: 0 0.2em;
  }
}

@media screen and (max-width: 800px) {
  .section-form .table-form table.review-table th {
    width: 100%;
    padding: 5px 0;
    font-weight: bold;
  }

  .section-form .table-form table.review-table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}

@media screen and (max-width: 780px) {
  .v-middle-box form > div {
    width: 100%;
  }

  .half {
    width: calc(50% - 5px);
    box-sizing: border-box;
    margin: 0 5px 10px 0;
  }

  .half select {
    width: 100%;
  }

  .section-form.bill-address {
    margin-bottom: 10px;
  }

  .section-form.bill-address input {
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .section-form .table-form table td {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-form.bill-address {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  p.error {
    line-height: 1.3;
    font-size: 14px;
  }

  .review-table .input-text-50 {
    width: 100% !important;
  }

  .review-table select {
    width: 100% !important;
  }

  .review-table .select-box {
    width: 100% !important;
  }
}

/*------------------------------
 ボタン
------------------------------*/
.webpush-btn-outer {
  position: relative;
  display: inline-block;
  margin: 5px 15px 15px;
}

.webpush-btn {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  background: var(--main-lightblue-color);
  font-size: 16px;
  font-weight: bold;
  padding: 5px 30px;
  height: 50px;
}

.webpush-btn-outer::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-delte {
  font-size: 12px;
  padding-left: 22px;
  display: inline-block;
  background: url(../../img/common/icon-delete.png) no-repeat left / 17px;
  margin-bottom: 30px;
}

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

.btn-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: 0.2s;
}

.cart-btn {
  width: 100%;
  height: 48px;
}

.cart-btn input,
.copy-to-cb {
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  border-radius: 6px;
  color: #000;
  width: 100%;
  height: 100%;
  min-width: 280px;
  min-height: 50px;
  border: none;
  background-color: #9adcff;
  cursor: pointer;
  transition: 0.2s;
}

.cart-btn input:hover {
  background-color: #006fc5;
  color: #fff;
}

.copy-to-cb:hover {
  opacity: 0.7;
}

.item-cart-btn .cart-btn::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 14px;
  margin: auto;
  background: url(../../img/common/icon-cart.png) no-repeat center / 22px;
}

.item-cart-btn {
  width: 100%;
}

.btn-normal {
  width: 100%;
  height: 50px;
  font-size: 16px;
}

.btn-normal input {
  height: 50px;
  font-size: 16px;
}

.item-cart.phase-2 .btn-normal {
  height: 40px;
}

.item-cart.phase-2 .btn-normal input {
  height: 40px;
}

.btn-small {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  font-size: 14px;
}

.btn-small input {
  height: 40px;
}

.btn-small input {
  font-size: 14px;
}

.btn-xsmall {
  width: 100%;
  height: 30px;
  margin: 10px 0;
  font-size: 13px;
}

.btn-xsmall input {
  height: 30px;
}

.btn-xsmall input {
  font-size: 13px;
}

.btn-default input {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-default.btn-round input {
  border-radius: 40px;
}

.section-accounting .accounting .btn-wrap {
  min-width: 270px;
}

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

.btn-default.w10 {
  width: 10%;
}

.btn-default.w15 {
  width: 15%;
}

.btn-default.w20 {
  width: 20%;
}

.btn-default.w25 {
  width: 25%;
}

.btn-default.w30,
.zumen-btn.w30 {
  width: 30%;
}

.btn-default.w35 {
  width: 35%;
}

.btn-default.w40 {
  width: 40%;
}

.btn-default.w45 {
  width: 45%;
}

.btn-default.w50 {
  width: 50%;
}

.btn-default.w60 {
  width: 60%;
}

.btn-default.w70 {
  width: 70%;
}

.btn-default.w80 {
  width: 80%;
}

.btn-default.w90 {
  width: 90%;
}

.btn-default.w100 {
  width: 100%;
}

.section-form .table-form input.w-auto[type="text"] {
  display: inline-block;
  width: 100%;
  padding: 7px;
}

.btn-default.white input {
  border: 1px solid #bbb;
  background-color: #eeeeee;
  color: #000;
}

.btn-default.white.mute input {
  background: #ccc;
  border: #ccc;
  color: #999;
  cursor: unset;
}

.btn-default.white.mute input:hover {
  background: #ccc;
}

.btn-default.white.fav input {
  border: 1px solid #eee;
  background-color: #ccc;
  color: #666;
}

.btn-default.white input:hover {
  background-color: #fff;
}

.btn-default.black input {
  background-color: #9adcff;
  color: #000;
}

.btn-default.customer-stop {
  max-width: 240px;
}

.btn-default.customer-stop input {
  background-color: #ddd;
  color: #000;
}

.btn-default.customer-edit {
  max-width: 240px;
}

.item-area-customer .btn-default.black input {
  background: #ff333f;
  color: #fff;
  font-weight: bold;
}

.item-area-customer .forward-btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-gray input {
  background-color: #e6e6e6;
  color: #000;
}

.btn-gray input:hover {
  opacity: 0.7;
}

.btn-default.black input:hover {
  opacity: 0.7;
}

.btn-review,
.btn-maarket {
  width: 290px;
}

.btn-review input {
  background: #0088db;
  color: #fff;
  font-weight: bold;
}

.btn-review input:hover,
.btn-market input:hover {
  opacity: 0.7;
}

.btn-review.disabled input,
.btn-market.disabled input {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}

.forward-btn.disabled:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-market input {
  background: #ff333f;
  color: #fff;
  font-weight: bold;
}

.forward-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-market::after,
.btn-review::after {
  border-color: #fff;
}

.forward-btn:hover::after {
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}

.back-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-btn:hover::after {
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
}

.forward-btn.btn-xsmall::after {
  width: 0.4em;
  height: 0.4em;
  right: 10px;
}

.back-btn.btn-xsmall::after {
  width: 0.4em;
  height: 0.4em;
  left: 10px;
}

.btn-default.icon input {
  padding: 0 0 0 1.5em;
}

.btn-default.icon-review::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: url(../../img/common/icon-review.png) no-repeat center / 10px;
}

.btn-default.icon-share::after {
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: url(../../img/common/icon-share.png) no-repeat center / 12px;
}

.btn-default.icon-fav::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 17px;
  margin: auto;
  background: url(../../img/common/fav-mark.png) no-repeat center / 18px;
}

.btn-default.icon-fav.fav:after {
  background: url(../../img/common/fav-mark2.png) no-repeat center / 18px;
}

.btn-default.icon-logout::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: url(../../img/common/icon-logout.png) no-repeat center / 16px;
}

.btn-blue input {
  background: var(--main-btnblue-color) !important;
  color: #fff !important;
  font-weight: bold;
}

.btn-blue input:hover {
  background: var(--main-btnblue-hover-color) !important;
  opacity: 1 !important;
}

.btn-blue.forward-btn::after {
  border-color: #fff;
  border-width: 2px;
}

.btn-white input {
  border: solid 2px var(--main-btnblue-color) !important;
  background: #fff !important;
  color: var(--main-btnblue-color) !important;
  font-weight: bold;
}

.btn-white input:disabled {
  border: solid 2px var(--main-gray-color) !important;
  background: #fff !important;
  color: var(--main-gray-color) !important;
  font-weight: bold;
  cursor: initial;
}

.btn-white.forward-btn::after {
  border-color: var(--main-btnblue-color);
  border-width: 2px;
}

.btn-white.forward-btn.btn-disabled::after {
  border-color: var(--main-gray-color);
}

.btn-white input:hover {
  border: solid 2px var(--main-btnblue-hover-color) !important;
  color: var(--main-btnblue-hover-color) !important;
  opacity: 1 !important;
}

.btn-white input:disabled:hover {
  color: var(--main-gray-color) !important;
  border: solid 2px var(--main-gray-color) !important;
}

.btn-white.forward-btn:hover::after {
  border-color: var(--main-btnblue-hover-color);
}

.btn-white.forward-btn.btn-disabled:hover::after {
  border-color: var(--main-gray-color);
}

.share-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-share.svg) no-repeat center / 22px;
}

.cloud-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-cloud.svg) no-repeat center / 24px;
}

.copy-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-copy.svg) no-repeat center / 18px;
}

span.icon-fav {
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.item-cart.phase-2 .icon-fav {
  bottom: -30px;
}

span.icon-fav input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

span.icon-fav::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 2px;
  margin: auto;
  background: url(../../img/common/fav-mark.png) no-repeat center / 24px;
}

span.icon-fav.fav:after {
  background: url(../../img/common/fav-mark3.png) no-repeat center / 24px;
}

.text-link a {
  text-decoration: none;
  color: #000;
}

.text-link a:hover {
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 800px) {
  .webpush-btn-outer {
    margin: 5px 0 15px;
    width: 100%;
  }

  .webpush-btn {
    font-size: 16px;
    width: 100%;
    padding: 5px 30px 5px 5px;
  }
}

@media screen and (max-width: 1040px) {
  .cart-btn,
  .item-buttons .btn-normal {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .review-item .cart-btn {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .zumen-btn.w30 {
    width: 100%;
  }

  .cart-btn {
    width: 100%;
  }

  .btn-default.w10 {
    margin: 0 0 15px !important;
  }

  .btn-default.w15 {
    width: auto;
    min-width: 130px;
    margin: 0 0 15px !important;
  }

  .btn-default.w20 {
    width: 49%;
    margin: 0 2% 15px 0 !important;
  }

  .btn-default.w20:nth-child(even) {
    margin: 0 0 15px !important;
  }

  .btn-default.w25 {
    width: 49%;
    margin: 0 2% 15px 0 !important;
  }

  .btn-default.w25:nth-child(even) {
    margin: 0 0 15px !important;
  }

  .btn-default.w30 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w35 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w40 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w45 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w50 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w20.icon-logout {
    width: 130px;
    margin: 0 2% 0 0 !important;
  }

  .cart-btn,
  .item-buttons .btn-normal {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 610px) {
  .btn-default.customer-stop {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .btn-default.customer-edit {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 365px) {
  .review-item .cart-btn input {
    font-size: 10pt;
  }
}

/*------------------------------
タブ
------------------------------*/

#ui-tabs.border {
  position: relative;
  border-bottom: solid #ccc 1px;
}

#ui-tabs .wrap {
  border: solid #ccc 1px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#ui-tabs.border .wrap {
  position: relative;
  bottom: -1px;
}

#ui-tabs .wrap ul {
  font-size: 0;
}

#ui-tabs .wrap ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 33.33%;
}

#ui-tabs .wrap ul li a {
  display: block;
}

#ui-tabs .wrap ul li a:hover {
  text-decoration: none;
}

#ui-tabs .wrap ul li br {
  display: none;
}

#ui-tabs .wrap ul li a span {
  display: block;
  padding: 15px 0;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.2s ease;
  border-right: solid #ccc 1px;
}

#ui-tabs .wrap ul li:last-child a span {
  border-right: none;
}

#ui-tabs .wrap ul li a:hover span {
  background-color: #f2f2f2;
}

#ui-tabs .wrap ul li.current a span {
  background-color: #3e3f3f;
  color: #fff;
}

#ui-tabs-b .wrap {
  border: solid #ccc 1px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

#ui-tabs-b.border {
  position: relative;
  border-top: solid #ccc 1px;
}

#ui-tabs-b.border .wrap {
  position: relative;
  top: -1px;
}

#ui-tabs-b .wrap ul {
  font-size: 0;
}

#ui-tabs-b .wrap ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 33.33%;
}

#ui-tabs-b .wrap ul li a {
  display: block;
}

#ui-tabs-b .wrap ul li a:hover {
  text-decoration: none;
}

#ui-tabs-b .wrap ul li br {
  display: none;
}

#ui-tabs-b .wrap ul li a span {
  display: block;
  padding: 15px 0;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.2s ease;
  border-right: solid #ccc 1px;
}

#ui-tabs-b .wrap ul li:last-child a span {
  border-right: none;
}

#ui-tabs-b .wrap ul li a:hover {
  background-color: #f2f2f2;
}

#ui-tabs-b .wrap ul li.current a span {
  background-color: #3e3f3f;
  color: #fff;
}

@media screen and (max-width: 780px) {
  #ui-tabs .wrap ul li br {
    display: block;
  }

  #ui-tabs-b .wrap ul li br {
    display: block;
  }
}

/*------------------------------
タブ切替
------------------------------*/

.panel {
  opacity: 0;
  display: none;
}

.panel.is-show {
  display: block !important;
  animation: show 0.2s ease 0s;
  opacity: 1;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*------------------------------
ボックス
------------------------------*/

.ui-box .wrap {
  max-width: 1200px;
  margin: 0 auto;
  border: solid #ccc 1px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}

#parts .ui-box .wrap {
  margin-right: 30px;
}

.ui-box.gray {
  margin: 0 30px;
}

.ui-box .wrap .content {
  padding: 60px 30px;
  text-align: center;
}

.ui-box .wrap .content2 {
  padding: 30px;
  text-align: center;
}

.ui-box .wrap .content h1 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.ui-box .wrap .content .attention {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 40px;
  margin: 0 0 30px;
  background: url(../../img/common/icon-attention.png) no-repeat center left / 29px;
}

.ui-box .wrap .content .attention p {
  font-size: 16px;
  line-height: 1.9;
}

.ui-box .wrap .cols-2 {
  text-align: center;
  padding: 60px 30px 0;
}

.ui-box .wrap .narrow {
  width: 35%;
  margin: 0 auto;
}

.ui-box .wrap .cols-2 .col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.ui-box .wrap .col h1 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.ui-box .wrap .point {
  font-size: 40px;
  line-height: 1;
}

.ui-box .wrap .rank {
  font-size: 40px;
  line-height: 1;
  color: #ad8d66;
}

.ui-box .wrap hr {
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  border: none;
}

.ui-box .wrap-half {
  font-size: 0;
}

.ui-box .wrap-half .box {
  width: 49%;
  min-height: 220px;
  margin: 0 2% 15px 0;
  display: inline-block;
  vertical-align: top;
  border: solid #ccc 1px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ui-box .wrap-half .box:nth-child(even) {
  margin: 0;
}

.ui-box .wrap-half .box h1 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 15px;
}

.ui-box .wrap-half .box .content {
  padding: 30px 30px 80px;
}

.ui-box .wrap-half .box .setting {
  padding: 15px;
  text-align: center;
}

.ui-box .wrap-half .box .setting p {
  font-size: 14px;
  line-height: 1;
}

.ui-box .wrap-half .box .changing a {
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
  text-decoration: underline;
}

.ui-box .wrap-half .box .changing a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.ui-box .wrap-half .box .changing ul {
  font-size: 0;
}

.ui-box .wrap-half .box .changing ul li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.ui-box .wrap-half .box .changing ul li a {
  border-right: solid #ccc 1px;
}

.ui-box .wrap-half .box .changing ul li:last-child a {
  border-right: none;
}

.ui-box .wrap-half .box .changing ul li a span.close {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../../img/common/icon-close-b.png) no-repeat center left / 12px;
  text-decoration: underline;
}

.ui-box .wrap-half .box .changing ul li a:hover span.close {
  text-decoration: none;
}

.ui-box .wrap-half .box .cols-2 ul li {
  width: 50%;
}

.ui-box .wrap-half .box .cols-3 ul li {
  width: 33.33%;
}

.ui-box .wrap-half .box .content.card {
  text-align: center;
}

.ui-box .wrap-half .box .content.card p {
  font-size: 14px;
  line-height: 1;
}

.ui-box .wrap-half .box .content.card-info {
  text-align: left;
}

.ui-box .wrap-half .box .content.card-info table {
  width: auto;
  border-collapse: collapse;
}

.ui-box .wrap-half .box .content.card-info table th {
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  padding: 15px 30px 0 0;
  font-weight: normal;
}

.ui-box .wrap-half .box .content.card-info table td {
  font-size: 14px;
  vertical-align: top;
  text-align: left;
  padding: 16px 0 0 0;
}

.ui-box .wrap-half .box .content.address p {
  font-size: 14px;
  line-height: 1.8;
}

.ui-box .wrap-half hr {
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  border: none;
}

.ui-box h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1em;
  /*margin: 0 0 30px;*/
}

.section-form {
  max-width: 1200px;
  margin: 0 auto;
}

.cart-column .section-form {
  width: 70%;
  margin: 0 0;
  max-width: 100%;
  padding: 30px 10px 30px 30px;
}

.cart-column2 .sticky-inner {
  width: calc(100% - 320px);
  margin: 0 0;
  max-width: 100%;
  padding: 15px 10px 30px 30px;
}

.ui-box.section-accounting {
  box-sizing: border-box;
  padding: 30px 0 0 0;
}

.cart-column2 .ui-box.section-accounting {
  padding: 0px 0 0;
}

.ui-box.section-accounting.sticky {
  padding: 30px 10px 0 0;
  max-width: 361px;
}

.section-form .table-form table.narrow-form {
  width: 400px;
  margin: 0 auto;
}

.webpush-box {
  text-align: center;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 1040px) {
  .ui-box.gray {
    margin: 0 15px;
  }

  .cart-column .section-form {
    padding: 30px 0;
  }

  .cart-column2 .sticky-inner {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .ui-box.gray {
    margin: 0 0;
  }

  #parts .ui-box .wrap {
    margin-right: 0;
  }

  .ui-box.section-accounting {
    padding: 0px;
    margin-top: 15px;
  }

  .cart-column {
    box-sizing: border-box;
  }

  .cart-column .section-form {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ui-box .wrap-half .box .content {
    padding: 15px;
  }

  .ui-box .wrap .content .attention {
    margin: 0 0 0;
  }

  .ui-box .wrap .cols-2 {
    padding: 15px 15px 0;
  }

  .ui-box h3 {
    margin: 0 0 15px;
    font-size: 95%;
  }

  .ui-box .myorders h3 {
    margin: 0 0 0;
  }

  .ui-box .wrap-half .box {
    width: auto;
    margin: 0 0 15px;
    display: block;
  }

  .ui-box .wrap-half .box:nth-child(even) {
    margin: 0 0 15px;
  }

  .ui-box .wrap-half .box {
    margin: 0 0 15px;
  }

  .ui-box .wrap .content .attention p {
    font-size: 80%;
    line-height: 1.6;
  }

  .webpush-box {
    padding: 8px;
  }

  .webpush-box p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .ui-box h3 {
    margin: 0 0 8px;
    font-size: 13px;
  }

  .cart-column2 .myorders > h3 {
    font-size: 16px;
  }

  .ui-box h3 + p {
    font-size: 12px;
  }
}

/*------------------------------
お知らせ・コメント
------------------------------*/

.section-news,
.section-comment {
  padding: 60px;
  box-sizing: border-box;
}

.section-comment.all-comments {
  padding: 0 30px 30px;
}

.section-news.section-mypage {
  padding: 0;
}

.inner-narrow.inner-news {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.section-news .wrap,
.section-comment .wrap {
  border: solid #ccc 1px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.section-news .wrap.no-border {
  border: none !important;
}

.section-news .wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news .wrap .list table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.section-news .wrap .list table th {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  color: #7d7d7d;
  border-bottom: solid #ccc 1px;
  transition: 0.2s ease;
  /*width:15%;*/
}

.section-news .wrap .list table th.date {
  padding-left: 20px;
}

.section-news .wrap .list table th .date {
  display: block;
  padding: 15px 20px 15px 30px;
  color: #555555;
}

.section-news .wrap .list table th a:hover {
  text-decoration: none;
}

.section-news .wrap .list table td {
  text-align: left;
  vertical-align: middle;
  line-height: 1.8;
  border-bottom: solid #ccc 1px;
  background-color: #fff;
  transition: 0.2s ease;
}

.section-news .wrap .list table td a {
  display: block;
  padding: 10px 10px 10px 20px;
  line-height: 1.4;
}

.section-news .wrap .list table tr.title th,
.section-news .wrap .list table tr.title td {
  font-size: 16px;
}

.section-news .wrap .list table tr:last-child th,
.section-news .wrap .list table tr:last-child td {
  border-bottom: none;
}

.section-news .wrap .link a {
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
  text-decoration: underline;
}

.section-news .wrap .link a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.section-news .wrap hr {
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  border: none;
}

.section-news .wrap .detail {
  padding: 30px;
}

.section-news .wrap .detail p {
  font-size: 14px;
  line-height: 1.8;
}

.section-news .wrap .detail div.quote {
  border: solid 4px #eee;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 20px;
  margin: 15px 0;
}

.section-news .wrap .detail div.quote .quote-link {
  text-align: right;
}

.review-list {
  padding: 0px 30px 0;
}

.review-list .half {
  margin: 0 5px 10px 0;
}

.review-list .search-area,
.customerList .search-area {
  display: inline-block;
}

.review-list .search-area .search {
  padding-left: 0;
}

.review-list-head {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}

.review-list-head > div {
  vertical-align: top;
}

.review-list-head > div:first-child {
  padding-bottom: 20px;
}

.review-list-head > div:last-child {
  /*border-left: solid 1px #eee;
    padding-left: 30px;*/
}

.item-description .review-list-head > div:last-child {
  border: none;
}

.item-description .review-list-head {
  margin: 0 0 15px 0;
  display: inline-block;
  padding-left: 0;
}

.item-description .review-list-head > div:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.item-description .review-list-head > div:last-child {
  padding-left: 0;
}

.item-description .item-textarea {
  margin-left: 480px;
  margin-bottom: 15px;
}

.item-area .item-textarea h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

.review-list-head .gray {
  color: #006fc5;
}

.review-list-head dl {
  width: 280px;
}

.review-list-head dt {
  display: inline-block;
  width: 160px;
}

.review-list-head dd {
  display: inline-block;
  height: 16px;
  width: 100px;
}

.review-list-head dd .bar {
  background: #f0f2f2;
  box-shadow: inset 0 0 0 1px #e3e6e6;
  border-radius: 4px;
  height: 20px;
  width: 100px;
}

.review-list-head a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.review-list-head dd .bar .bar-yellow {
  background: #ffa41c;
  border-radius: 4px 0 0 4px;
  height: 20px;
}

.review-list .search input[type="text"] {
  border: solid 1px #aaa;
}

@media screen and (max-width: 1255px) {
  .review-list .page-navi-pre.PC {
    /*display: none;*/
  }

  .review-list .search-area {
    width: 100%;
  }

  .review-list .search-area .search {
    padding: 0;
  }

  .review-list .search input[type="image"] {
    margin-right: 0;
  }

  .page-navi-pre.SP {
    display: block;
  }

  .review-list .half {
    margin: 0 5px 10px 0;
  }
}

@media screen and (max-width: 1255px) {
  .item-description .item-textarea {
    margin-left: 0;
  }
}

@media screen and (max-width: 1156px) {
  .review-list-head > div:first-child {
    /*margin-bottom: 20px;*/
  }

  .review-list-head > div:last-child {
    border-left: none;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1040px) {
  .section-news,
  .section-comment {
    padding: 30px 0;
  }

  .inner-narrow.inner-news {
    width: auto;
  }

  .section-comment.all-comments .inner-narrow.inner-news {
    margin: 0;
  }

  .revew-list-header .flex-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 840px) {
  .section-news .wrap .list table th.date {
    padding-top: 20px;
  }

  .section-news .wrap .list table th .date {
    padding: 15px 15px 15px 15px;
  }

  .section-news .wrap .list table {
    display: block;
  }

  .section-news .wrap .list table tr,
  .section-news .wrap .list table tbody {
    display: block;
  }

  .section-news .wrap .list table th {
    text-align: left;
    border-bottom: none;
    width: auto;
    display: block;
  }

  .section-news .wrap .list table td {
    text-align: left;
    line-height: 1.8;
    border-bottom: solid #ddd 1px;
    display: block;
  }

  .section-news .wrap .detail {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .revew-list-header.inner-30 {
    padding: 10px;
  }

  .section-news .wrap .list table th.date {
    padding: 15px 0 0 15px;
  }

  .section-comment {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 480px) {
  .review-list {
    padding: 10px;
  }

  .section-comment {
    padding: 8px;
  }

  .section-comment.all-comments {
    padding: 8px;
  }

  .review-list-head {
    padding: 0 10px 10px;
  }

  .review-list-head > div:first-child {
    padding: 0 0 5px;
    margin-bottom: 0;
  }

  .review-list-head > div:last-child {
    border-left: none;
    padding-left: 0;
  }
}

/*------------------------------
ページナビ
------------------------------*/

.page-navi {
  text-align: center;
  padding: 30px 0 60px;
}

.page-navi span,
.page-navi a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  min-width: 38px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.page-navi a.navi {
  background-color: #fff;
  color: #006fc5;
}

.page-navi a.navi:hover {
  background-color: #d6edff;
  text-decoration: none;
}

.page-navi span.current {
  border: solid #fff 1px;
  color: #fff;
  background-color: #333;
}

.page-navi a.direct {
  width: auto;
}

.page-navi a.direct img {
  height: 16px;
}

.page-navi a.direct:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.6;
}

.page-navi a.direct i {
  height: 16px;
  min-width: 16px;
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
}

.page-navi a.direct.previous {
  margin: 0 15px 0 0;
}

.page-navi a.direct.next {
  margin: 0 0 0 15px;
}

.page-navi-sp {
  display: none;
}

.page-navi-pre {
  font-size: 13pt;
  vertical-align: middle;
}

.page-navi-pre span {
  font-size: 80%;
}

.flex-box-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clear-btn {
  margin: 0 0 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

a.close-btn {
  float: right;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}

a.close-btn2 {
  position: absolute;
  top: -40px;
  right: -14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  z-index: 100;
}

.item-slider-zoom a.close-btn2 {
  top: 10px;
  right: -20px;
}

.amazon-btn {
  min-height: 60px;
  min-width: 113px;
  max-width: 600px;
}

#AmazonPayButton {
  display: none;
}

@media screen and (max-width: 800px) {
  .item-slider-zoom a.close-btn2 {
    /*top:50px;*/
  }

  .item-slider-zoom a.close-btn2 {
    top: 10px;
    right: 0px;
  }

  .flex-box-review .table-form.half {
    width: 100%;
  }

  .page-navi span,
  .page-navi a {
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
    width: 40px;
    padding: 12px 10px;
    vertical-align: middle;
    display: inline-block;
  }

  .page-navi a.direct {
    width: auto;
    padding: 13px 5px 9px;
    font-size: 9pt;
  }

  .page-navi a.direct i {
    width: auto;
  }

  .page-navi a.direct.previous {
    margin: 0 0 0 0;
  }

  .page-navi a.direct.next {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .item-slider-zoom a.close-btn2 {
    top: 10px;
  }
}

/*------------------------------
タグ
------------------------------*/

.tags span.tag {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 3px 10px;
  border-radius: 20px;
}

.tags span.tag.tag01 {
  background-color: #e2c69b;
}

.tags span.tag.tag02 {
  background-color: #c4d98a;
}

.tags span.tag.tag03 {
  background-color: #a1a4a4;
}

.tags span.tag.tag04 {
  background-color: #94e3ea;
}

.tags span.tag.tag05 {
  background-color: #a291b8;
}

.tags span.tag.tag06 {
  background-color: #a3b0d0;
}

.tags span.tag.tag07 {
  background-color: #ffb6a2;
}

.tags span.tag.tag08 {
  background-color: #ffc7d3;
}

.section-title {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.nobg {
  background: none !important;
}

@media screen and (max-width: 640px) {
  .section-news {
    margin-top: -1px;
    padding: 0;
  }

  .section-flow .flow {
    border: none;
    /*border-top:solid #ddd 1px;*/
    border-bottom: solid #ccc 1px;
    border-radius: 0;
  }

  .section-flow .flow.row-2 ol li {
    flex-basis: calc(50% + 16px);
    position: relative;
    z-index: 1;
  }

  .section-flow .flow.row-2 ol li:last-child {
    z-index: 2;
    margin: 0 0 0 -11px;
  }

  .section-flow .flow.row-3 ol li {
    flex-basis: calc(33.33% + 11px);
    position: relative;
    z-index: 1;
  }

  .section-flow .flow.row-3 ol li:nth-child(2) {
    flex-basis: calc(33.33% + 22px);
    z-index: 2;
    margin: 0 -11px;
  }

  .section-flow .flow.row-3 ol li:last-child {
    z-index: 3;
  }

  .section-flow .flow.row-4 ol li {
    flex-basis: calc(25% + 11px);
    position: relative;
    /* z-index: 1; */
  }

  .section-flow .flow.row-4 ol li:nth-child(2) {
    flex-basis: calc(25% + 11px);
    /* z-index: 2; */
    margin: 0 -11px;
  }

  .section-flow .flow.row-4 ol li:nth-child(3) {
    flex-basis: calc(25% + 11px);
    /* z-index: 3; */
    margin: 0 -11px;
  }

/*
  .section-flow .flow.row-4 ol li:last-child {
    z-index: 4;
  }
*/

  .section-flow .flow span {
    padding: 15px;
    display: block;
    position: relative;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-size: 11px 100%;
    background-image: url(../../img/common/flow-arrow-normal.png);
    background-position: center right;
  }

  .section-form .table-form {
    margin: 0 15px;
  }

  .section-form .table-form input[type="text"] {
    box-sizing: border-box;
    border: solid #ddd 1px;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px 5px 15px 5px;
    font-size: 14px;
  }

  .section-form .table-form input.input-text-20 {
    width: 32%;
    margin: 0 2% 0 0;
  }

  .section-form .table-form input.input-text-20 {
    width: 32%;
    margin: 0 2% 0 0;
  }

  .section-form .table-form input.input-text-20:nth-child(3n) {
    margin: 0;
  }

  .section-form .table-form select {
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    max-width: 100%;
    padding: 15px 27px 15px 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: #ddd 1px solid;
    border-radius: 0;
    background-color: #fff;
    border-radius: 3px;
    background-position: right 10px center;
  }

  .section-form .table-form .address-select select {
    width: 100%;
  }

  .option-payment-check-content select {
    max-width: 85% !important;
  }

  .option-payment-check-content td select {
    max-width: 100% !important;
  }

  .section-form .table-form select.short {
    padding: 5px 60px 5px 15px;
    margin: 10px 0;
  }

  .btn-area {
    font-size: 0;
    text-align: left;
  }

  .cart-btn {
    width: 100%;
  }

  .cart-btn input {
    min-width: auto;
    min-height: auto;
  }

  .btn-default.w10 {
    min-width: 40px;
    margin: 0 0 15px !important;
  }

  .btn-default.w15 {
    width: auto;
    min-width: 130px;
    margin: 0 0 15px !important;
  }

  .btn-default.w20 {
    width: 49%;
    margin: 0 2% 15px 0 !important;
  }

  .btn-default.w20:nth-child(even) {
    margin: 0 0 15px !important;
  }

  .btn-default.w25 {
    width: 49%;
    margin: 0 2% 15px 0 !important;
  }

  .btn-default.w25:nth-child(even) {
    margin: 0 0 15px !important;
  }

  .btn-default.w30 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w35 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w40 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w45 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w50,
  .btn-default.w60,
  .btn-default.w70,
  .btn-default.w80 {
    width: 100%;
    margin: 0 auto 15px !important;
  }

  .btn-default.w20.icon-logout {
    width: 130px;
    margin: 0 2% 0 0 !important;
  }

  #ui-tabs {
    padding: 0 15px;
    border-bottom: solid #ddd 1px;
  }

  #ui-tabs .wrap {
    position: relative;
    bottom: -1px;
  }

  #ui-tabs-b {
    padding: 0 15px;
  }

  #ui-tabs-b.border {
    position: relative;
    border-top: solid #ddd 1px;
  }

  #ui-tabs-b.border .wrap {
    position: relative;
    top: -1px;
  }

  .ui-box.gray .wrap {
    border: none;
    border-top: solid #ddd 1px;
    border-radius: 0;
  }
  .ui-box.gray.section-campaign2 .wrap,
  .ui-box.gray.section-campaign .wrap {
    border: solid 1px #ccc !important;
    border-radius: 5px;
  }

  .ui-box .wrap .content {
    padding: 15px 15px;
    text-align: center;
  }

  .ui-box .wrap .narrow {
    width: auto;
    margin: 0 auto;
  }

  .ui-box .wrap .content .attention {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    background: url(../../img/common/icon-attention.png) no-repeat top left / 29px;
    text-align: left;
  }

  .ui-box .wrap .content .attention + p {
    font-size: 70%;
  }

  .ui-box .wrap-half {
    font-size: 0;
    margin: 0 15px;
  }

  .section-news .inner-narrow {
    margin: 0;
  }

  .section-news .wrap {
    border: none;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    border-radius: 0;
  }

  .section-news .wrap .list table {
    display: block;
  }

  .section-news .wrap .list table tr,
  .section-news .wrap .list table tbody {
    display: block;
  }

  .section-news .wrap .list table tr {
    background: url(../../img/common/arrow.png) no-repeat center right 15px /7px;
  }

  .section-news .wrap .list table th {
    text-align: left;
    border-bottom: none;
    width: auto;
    display: block;
  }

  .section-news .wrap .list table td {
    text-align: left;
    line-height: 1.8;
    border-bottom: solid #ddd 1px;
    display: block;
    background-color: transparent;
    /*font-size: 90%;*/
  }

  .section-news .wrap .list table td a,
  .section-news .wrap .list table th a {
    width: 100%;
    display: block;
    padding: 5px 45px 15px 15px;
  }

  .section-news .wrap .detail {
    padding: 15px;
  }

  .tags {
    margin: 0 15px;
  }
}

@media (max-width: 480px) {
  .bank-text {
    font-size: 12px;
  }

  .section-form .table-form .required input[type="text"],
  .section-form .table-form .required input[type="password"],
  .section-form .table-form input[type="text"] {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }

  .section-form .table-form select {
    padding: 10px 25px 10px 5px;
    font-size: 12px;
  }
}

/* 確認画面 */

.check-table {
  margin-top: 60px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 10px !important;
}

.check-table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.check-table th {
  text-align: left;
  font-size: 10pt;
  padding: 15px;
}

.check-table td {
  padding: 15px !important;
}

.check-table th,
.check-table td {
  border-bottom: 1px solid #ccc;
}

.check-table th {
  padding: 15px !important;
  width: 25% !important;
}

.check-table tr:last-child th,
.check-table tr:last-child td {
  border-bottom: none;
}

.check-table tr:first-child th:first-child {
  border-radius: 10px 0 0 0 !important;
}

.check-table tr:first-child th:last-child {
  border-radius: 0 10px 0 0 !important;
}

.check-table tr:last-child th:first-child {
  border-radius: 0 0 0 10px !important;
}

.check-table tr:last-child th:last-child {
  border-radius: 0 0 10px 0 !important;
}

.check-table2 th,
.check-table2 td {
  text-align: left;
  padding: 0 60px 15px 0;
}

.no-deco {
  text-decoration: none;
  pointer-events: none;
  color: var(--main-black-color);
}

@media (max-width: 1040px) {
  .check-table {
    margin: 30px 0;
    border-radius: 0 !important;
  }

  .section-form .table-form table.check-table th {
    background-color: #eee;
    font-weight: bold;
    width: auto !important;
    padding: 5px 15px !important;
  }

  .check-table tr:last-child th:first-child {
    border-radius: 0 0 0 0 !important;
  }

  .check-table tr:first-child th:first-child {
    border-radius: 0 0 0 0 !important;
  }

  .check-table tr:first-child th:last-child {
    border-radius: 0 0 0 0 !important;
  }

  .check-table tr:last-child th:first-child {
    border-radius: 0 0 0 0 !important;
  }

  .check-table tr:last-child th:last-child {
    border-radius: 0 0 0 0 !important;
  }
}

@media (max-width: 640px) {
  .section-form .table-form table.check-table th {
    padding: 3px 8px !important;
  }

  .check-table td {
    padding: 10px 8px !important;
  }

  .check-table {
    margin: 15px 0;
  }

  .section-form .table-form.full {
    margin: 0;
  }

  .check-table2 th,
  .check-table2 td {
    text-align: left;
    padding: 0 5px 5px 0;
  }
}

/* 02パスワード */

/* white box  */

.ui-box.white-box .wrap {
  background-color: #fff;
}

.passwordbox {
  padding: 30px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1040px) {
  .passwordbox {
    padding: 15px;
  }
}

/* 47注文履歴 */

.myorders {
  padding: 30px;
  font-size: 90%;
}

.myorders .myorders-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myorders h4 {
  font-weight: normal;
}
.myorders tr th {
  font-weight: bold;
  vertical-align: top;
  padding-right: 10px;
}
.v-middle {
  vertical-align: middle !important;
}

.myorders tr td {
  vertical-align: top;
  vertical-align: middle;
}

.myorders ul.item li {
  display: table-cell;
  vertical-align: top;
}

.myorders ul.item.item2columns {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.myorders ul.item.item2columns li {
  width: 49%;
  display: inline-block;
}

.myorders ul.item.item3columns li {
  width: 37.5%;
}

.myorders ul.item.item3columns li:first-child {
  width: 25%;
}

.myorders ul.item.item3columnsb li {
  width: 33%;
}

.myorders ul.item.item4columns {
  width: 100%;
}

.myorders ul.item.item4columns li {
  width: 24.5%;
  padding-right: 10px;
}

.myorders ul.item.item4columns li.item-column {
  width: 19%;
}

.myorders ul.item.item4columns li.item-column + li {
  width: 50%;
}

.myorders ul.item.item4columns li.quantity-column {
  width: 10%;
  white-space: nowrap;
  text-align: right;
}

.myorders ul li td.btnarea {
  min-width: 120px;
}

.myorders .status b {
  font-size: 18px;
  padding-left: 10px;
}

.myorders .status .btn {
  float: right;
  width: 30%;
}

.myorders .status .btn .btn-xsmall {
  margin: 0;
}

.myorders img.itemphoto {
  width: 120px;
}

.box.add2 .btn-add {
  margin-top: 60px;
}

.box.add2 {
  height: 214px;
}

.myorders__order {
  display: flex;
  margin-bottom: 20px;
}

.myorders__order img {
  width: 70px;
  margin-right: 15px;
}

.myorders__order-title {
  margin-right: 15px;
  width: 18em;
}

@media (max-width: 1040px) {
  .ui-box.white-box .wrap {
    border: solid 1px #ccc;
    border-radius: 10px;
  }

  .myorders {
    padding: 15px;
  }

  .cart-column2 .myorders {
    padding: 30px;
  }

  .myorders .status .btn {
    float: none;
    margin-top: 10px;
    width: 100%;
  }

  .myorders tr th {
    min-width: 130px;
    font-size: 12px;
  }

  .myorders ul li table.status {
    width: 100%;
  }

  .myorders ul li b {
    text-align: center;
  }

  .noborder {
    background: #fff !important;
  }

  div.cancel {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .myorders ul.item.item2columns {
    display: block;
  }
}

@media (max-width: 640px) {
  .myorders ul.item.item4columns li:nth-child(2) {
    padding-right: 0;
  }

  .myorders ul.item.item4columns li:nth-child(3) {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }

  .myorders ul.item.item4columns li.quantity-column {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 15px;
  }

  .myorders ul.item.item4columns li.price {
    display: block;
    width: 100%;
    text-align: right;
  }

  .myorders ul.item.item2columns li {
    width: 100%;
    display: block;
  }

  .myorders ul.item.item2colums li {
    display: block;
    width: 100%;
  }

  .myorders ul.item.item2colums li:first-child img {
    display: block;
    margin: 8px auto;
  }

  .box.add2 .btn-add {
    margin-top: 20px;
  }

  .box.add2 {
    height: 100px;
  }

  .myorders {
    padding: 15px;
  }

  .cart-column2 .myorders {
    padding: 15px;
  }

  .myorders__order {
    display: block;
  }
}

@media (max-width: 480px) {
  .myorders {
    padding: 8px;
    font-size: 11px;
  }

  .myorders img.itemphoto {
    width: 80px;
  }

  .myorders ul.item.item4columns li.item-column {
    display: block;
    text-align: center;
    width: 100%;
  }

  .myorders ul.item.item4columns li.item-column + li {
    font-size: 12px;
  }

  .myorders .myorders-title {
    display: block;
  }

  .myorders .myorders-title h3 {
    font-size: 16px;
    margin: 10px 0;
  }

  .myorders .myorders-title .btn-review {
    width: 100%;
  }
}

/* point */

.timelimit {
  font-size: 20px;
}

.point-table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

.point-table tr {
  border-top: 1px solid #eee;
}

.point-table tr:last-child {
  border-bottom: 1px solid #eee;
}

.point-table th {
  text-align: left;
  font-size: 10pt;
  padding: 15px;
  font-size: 14px;
}

.point-table td {
  padding: 15px;
  font-size: 14px;
}

.point-table thead th,
.point-table tbody th,
.point-table tbody td {
  padding: 0.6em 3em;
  border-bottom: 1px solid #eee;
}

.point-table thead th {
  background-color: #eee;
}

.point-table tbody th {
  background-color: #eee;
}

.point-table tbody tr:last-child th,
.point-table tbody tr:last-child td {
  border-bottom: none;
}

.point-table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

.point-table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

.point-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}

.point-table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.narrow {
  width: 50% !important;
}

@media (max-width: 1000px) {
  .point-table {
    border-radius: 0;
  }

  .point-table tbody td,
  .point-table thead th {
    font-size: 75%;
    padding: 5px;
  }

  .point-table thead tr:first-child th:first-child {
    border-radius: 0 0 0 0;
  }

  .point-table thead tr:first-child th:last-child {
    border-radius: 0 0 0 0;
  }

  .point-table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 0;
  }

  .point-table tbody tr:last-child th:last-child {
    border-radius: 0 0 0 0;
  }

  .narrow {
    width: auto !important;
  }
}

/* 汎用追加 */

.ulink {
  text-decoration: underline;
}

.fadein-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.fadein-right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s;
}

.fadein-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s;
}

.fadein-zoom {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 1s;
}

.fadein-1 {
  opacity: 0;
  transition: all 1s;
}

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

.btn-top {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.btn-top a {
  display: block;
  padding: 15px 30px;
  border: 1px solid #000;
}

.btn-top a:hover {
  background: #eee;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.delivery-box {
  margin: 10px 0 0 35px;
}

.delivery-box-title {
  font-size: 10pt;
  padding-bottom: 3px;
  display: inline-block;
}

.btn-default.out-of-stock input {
  color: #999;
  cursor: default;
  pointer-events: none;
}

.input-text-75 {
  width: 50%;
}

.input-text-18 {
  width: 18%;
  min-width: 4.1em;
  margin-right: 5px;
}

.cols-3 {
  width: 100%;
  text-align: center;
  padding: 60px 10px 0;
  position: relative;
}

.changing {
  width: 100%;
  padding: 0;
  bottom: 0;
  position: absolute;
  border-top: solid 1px #ccc;
}

.cols-3 .col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.form-white-box {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 10px !important;
  padding: 30px;
}

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

.specialindex h2 {
  font-weight: normal;
}

#page-title.nobold h1,
#page-title-pc.nobold h1,
.nobold {
  font-weight: normal;
}

.table-form .select-option {
  display: none;
}

@media (max-width: 1040px) {
  .delivery-box {
    padding-left: 0;
    margin-top: 0;
  }

  .form-white-box {
    padding: 0;
    border: none;
  }

  .delivery-box {
    margin: 10px 0 0 15px;
  }
}

@media (max-width: 780px) {
  .input-text-75 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .passwordbox {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .btn-top {
    width: 60%;
    font-size: 85%;
  }

  .btn-top a {
    padding: 10px 30px;
  }

  .delivery-box {
    padding: 0;
    margin: 0 0 0 17px;
  }

  .specialindex h2,
  .specialindex p {
    padding-left: 15px;
  }

  .cols-3 {
    padding: 30px 0 0;
  }

  .cols-3 .col {
    width: 100%;
  }

  .cols-3 .col h1 {
    margin: 0 !important;
  }

  .cols-3 .col h1 + div {
    margin: 0 0 20px 0 !important;
  }
}

@media (max-width: 320px) {
  .btn-top {
    width: 60%;
    font-size: 80%;
  }

  .btn-top a {
    padding: 8px 30px;
  }
}

.couponphoto {
  width: 160px;
  padding-right: 30px;
}

.reviewtitle {
  font-weight: bold;
  padding: 10px 0;
}

.section-form .table-form .required textarea {
  background-color: #fff5ef;
}

.section-form .table-form .required textarea:not(:placeholder-shown) {
  background-color: #fff;
}

.date {
  white-space: nowrap;
}

.date span {
  font-size: 80%;
  padding-right: 2px;
}

/*------------------------------
レビュー
------------------------------*/
.review-photo img {
  max-width: 100%;
  margin: 10px 0;
}

.section-item {
  margin: 0 0 60px;
}

.section-item.section-item-review {
  margin-bottom: 0;
}

.section-item .item {
  font-size: 0;
}

.section-item .item figure {
  margin: 0;
  width: 300px;
  height: 380px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.section-item .item figure img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 380px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-item .item .text {
  width: 580px;
  margin: 0 0 0 60px;
  display: inline-block;
  vertical-align: middle;
}

.section-item.section-item-review .item .text {
  width: auto;
}

.section-item .item .text h2 {
  font-size: 18px;
  margin: 0 0 15px;
}

.section-item .item .text p.price {
  font-size: 20px;
  margin: 0 0 15px;
}

.section-item .item .text p.price small {
  margin: 0 0 0 10px;
  font-size: 12px;
}

.section-item .item .text .meta {
  line-height: 1.8;
  font-size: 14px;
}

.section-item .item .text .meta .eval .stars i {
  color: #ba9f64;
  font-style: normal;
  margin: 0 0.2em 0 0;
}

.section-item .item .text .meta .eval .comment {
  margin: 0 0 0 15px;
}

.section-comment .wrap {
  background-color: #fff;
  padding: 30px;
}

.section-comment article {
  margin: 0 0 30px;
}

.section-comment .meta {
  line-height: 1.8;
  display: inline-block;
  margin-right: 1em;
}

.review-list .stars i,
.section-comment .meta .eval .stars i {
  color: #ffa41c;
  font-style: normal;
  margin: 0 0 0 0;
}

.review-list .stars2 i {
  color: #d5d5d5;
}

.stars--cover i {
  color: #ffa41c;
  font-style: normal;
}

.stars--cover {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.cmn-stars {
  position: relative;
  display: inline-block;
}

.section-comment .meta .eval .date {
  margin: 0 0 0 15px;
  color: #868686;
}

.section-comment .nickname {
  font-size: 14px;
  margin: 0 1em 8px 0;
  display: inline;
}

.section-comment .nickname::after {
  /*content: "\A";
    white-space: pre;*/
}

.section-comment .title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 0;
  margin-bottom: 5px;
}

.section-comment .body {
  margin-top: 0.3em;
}

.section-comment .body p {
  font-size: 90%;
  line-height: 1.8;
}

.btn-area .btn-wrap {
  /*display:block;*/
  margin: 0 auto;
}

.btn-area .btn-normal {
  width: 30%;
}

@media screen and (max-width: 1080px) {
  .inner-narrow {
    width: auto;
    margin: 0 30px;
  }

  .section-comment .inner-narrow.inner-news {
    width: auto;
    margin: 0 0;
  }

  .cart-column .inner-narrow {
    margin: 0;
  }

  .cart-column2 .inner-narrow {
    margin: 0;
  }

  .section-item .item figure {
    width: 30%;
    height: 300px;
  }

  .section-item .item figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .section-item .item .text {
    width: 65%;
    margin: 0 0 0 5%;
  }

  .btn-area .btn-normal {
    width: 60%;
  }
}

@media screen and (max-width: 1040px) {
  .cart-column .inner-narrow {
    margin: 0 30px;
  }

  .cart-column2 .inner-narrow {
    margin: 0 30px;
  }
}

@media screen and (max-width: 800px) {
  .inner-narrow {
    width: auto;
    margin: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .section-comment article .body p {
    font-size: 100%;
    line-height: 1.7;
  }

  .cart-column .inner-narrow {
    margin: 0 15px;
  }

  .cart-column2 .inner-narrow {
    margin: 0 15px;
  }

  .section-comment article {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .section-comment article .eval {
    font-size: 15px;
  }

  .default-pagetitle + .ui-box.gray {
    padding: 0;
  }

  .default-pagetitle + .ui-box.gray .wrap {
    border-top: none;
  }

  .section-comment .wrap {
    padding: 15px;
  }

  .inner-narrow {
    width: auto;
    margin: 0 15px;
  }

  .inner-narrow.wide {
    margin: 0 0;
  }

  .section-item .item figure {
    width: 40%;
    height: 200px;
  }

  .section-item .item .text {
    width: 55%;
  }

  .section-comment .inner-narrow {
    margin: 0;
  }

  .btn-area .btn-normal {
    width: 100%;
  }

  .section-item.mb_60 {
    margin: 0 0 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .cart-column .inner-narrow {
    margin: 0 8px;
  }

  .cart-column2 .inner-narrow {
    margin: 0 8px;
  }
}

/*------------------------------
注文情報入力
------------------------------*/

.note-text {
  text-align: right;
  color: #ff0000;
  margin: 0 0 15px;
  font-size: 14px;
}

.ui-box.gray.section-campaign {
  max-width: 1000px;
  margin: 0 auto;
}

.ui-box.section-campaign body {
  font-size: 80%;
}

.section-campaign .body {
  padding: 15px;
}

.section-campaign .body h2 {
  font-size: 140%;
  margin: 0 0 15px;
}

.section-campaign .body p {
  font-size: 90%;
  line-height: 1.8;
}

.section-cart .table-form table tr.active td {
  background-color: #fff;
}

.section-cart .table-form table tr td {
  padding: 30px 15px;
  vertical-align: top;
  border-bottom: solid #ddd 1px;
}

.section-cart .table-form table tr:last-child td {
  border-bottom: none;
}

.section-cart .table-form table tr td.image {
  width: 15%;
  text-align: center;
  padding: 30px 0 30px 30px;
}

.section-cart .table-form table tr td.image figure {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  height: 127px;
}

.section-cart .table-form table tr td.image figure img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 127px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-cart .table-form table tr td.item {
  width: 70%;
  font-size: 0;
}

.section-cart .table-form table tr td.item .item-group01 {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  margin: 0 6% 0 0;
}

.cart-column .section-cart .table-form table tr td.item .item-group01 {
  width: 52%;
}

.section-cart .table-form table tr td.item .item-group02 {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}

.item-group02__point {
  font-size: 14px;
  line-height: 2;
}

.section-cart .table-form table tr td.item .item-name {
  font-size: 14px;
  line-height: 2;
}

.section-cart .table-form table tr td.item .item-type dl dt {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 7em;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2;
}

.section-cart .table-form table tr td.item .item-type dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 57%;
}

.section-cart .table-form table tr td.item .item-type dl dd span.type-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
}

.section-cart .table-form table tr td.item .item-type dl dd span.edit {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 27%;
  margin: 0 0 0 3%;
  height: auto;
}

.section-cart .table-form table tr td.item .price {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  white-space: nowrap;
}

.section-cart .table-form table tr td.item .price .price-tax {
  margin: 0 0 0 0.3em;
}

.section-cart .table-form table tr td.item .quantity {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.section-cart .table-form table tr td.item .quantity-text {
  font-size: 14px;
  /*font-weight:bold;*/
}

.section-cart .table-form table tr td.setting {
  width: 15%;
  padding: 30px 30px 30px 0;
}

.section-cart .table-form table tr td.setting .btn-xsmall {
  margin: 10px 0 0;
}

.section-cart .table-form table tr td.item .noitem-text {
  color: #ff0000;
  font-size: 14px;
}

.ui-box.section-accounting .wrap {
  border: solid #ddd 3px;
  background-color: #fff;
}

.ui-box.section-accounting.sticky .wrap {
  border: solid #ccc 3px;
}

.ui-box.section-accounting .accounting {
  padding: 20px 20px;
}

.ui-box.section-accounting .accounting img {
  max-width: 100%;
}

.ui-box.section-accounting .accounting table {
  width: 100%;
  min-width: 237px;
  border-collapse: collapse;
  font-size: 14px;
}

.ui-box.section-accounting .accounting table th {
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}

.ui-box.section-accounting .accounting table tr.total th {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 0;
}

.ui-box.section-accounting .accounting table td {
  text-align: right;
  vertical-align: middle;
  line-height: 1.5;
}

.ui-box.section-accounting .accounting table td small {
  font-size: 10px;
}

.ui-box.section-accounting .accounting table td .point-tag {
  display: inline-block;
  color: #fff;
  background-color: #ff1f34;
  border-radius: 20px;
  padding: 1px 10px;
  margin: 5px 0;
}
.ui-box.section-accounting .accounting table td {
  white-space: nowrap;
}
.ui-box.section-accounting .accounting table tr.total td {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 10px;
  white-space: nowrap;
}

.ui-box.section-accounting h3 {
  font-size: 16px;
  line-height: 2;
}

.ui-box.section-accounting .point-use {
  padding: 30px;
  border-top: solid #ddd 1px;
}

.ui-box.section-accounting .point-have {
  font-size: 14px;
  line-height: 2;
}

.ui-box.section-accounting .point-have-note {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 8px;
}

.ui-box.section-accounting .point-have-input {
  font-size: 14px;
  line-height: 2;
  padding: 5px 0;
}

.ui-box.section-accounting .coupon-use {
  padding: 30px;
  border-top: solid #ddd 1px;
}

.ui-box.section-accounting .coupon-select .select-box {
  width: 35%;
}

.ui-box.section-accounting .coupon-select .select-box select {
  width: 100%;
}

.ui-box.section-accounting .coupon-select-note {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

.ui-box.section-accounting .coupon-input {
  margin: 10px 0 5px;
  /*display:inline-block;*/
  min-width: 500px;
}

.ui-box.section-accounting .coupon-input input[type="text"] {
  width: 50%;
}

.ui-box.section-option .wrap {
  background-color: #fff;
}

.ui-box.section-option h3 {
  font-size: 16px;
  margin: 0 0 15px;
}

.ui-box.section-option .myorders h3,
#link-03 .myorders h3 {
  margin: 0;
}

.ui-box.section-option h3.nom {
  margin: 0 0 0;
}

.ui-box.section-option .option-gift {
  padding: 30px;
  border-bottom: solid #ddd 1px;
  font-size: 0;
}

.ui-box.section-option .option-gift .option-gift-check {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}

.ui-box.section-option .option-gift .option-gift-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}

.ui-box.section-option .option-gift .option-gift-content .select-box {
  width: 100%;
}

.ui-box.section-option .option-gift .option-gift-content .select-box select {
  width: 100%;
  margin: 0;
}

.ui-box.section-option .option-gift .option-gift-content .message-select {
  margin: 0 0 15px;
}

.ui-box.section-option .option-gift.table-form table.nest {
  margin: 15px 0 0;
}

.ui-box.section-option .option-gift.table-form table.nest tr td.image {
  padding: 0;
  width: 28%;
}

.ui-box.section-option .option-gift.table-form table.nest tr td.item {
  padding: 0;
  width: 72%;
}

.ui-box.section-option .option-gift.table-form table.nest tr td.item .item-group01 {
  padding: 0 0 0 30px;
  width: auto;
}

.message-select-variety ul {
  font-size: 0;
}

.message-select-variety ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.message-select-variety ul li figure img {
  width: 60%;
}

.message-select-variety ul li figcaption {
  padding: 0;
}

.gift-note-text {
  font-size: 14px;
}

.ui-box.section-option .option-bag label {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 14px;
}

.ui-box.section-option .option-bag {
  padding: 30px;
}

.ui-box.section-option .option-bag table th {
  width: 25%;
}

.ui-box.section-option .option-bag table td {
  padding: 15px 0;
  border-bottom: none;
}

.ui-box.section-option .option-bag table td.checkbox label {
  width: auto;
}

.ui-box.section-option .option-bag table td label {
  width: auto;
}

.ui-box.section-option .option-bag .btn-area {
  text-align: left;
  padding: 0 0 0 17%;
}

.ui-box.section-option .option-address {
  padding: 30px;
  border-bottom: solid #ddd 1px;
}

.ui-box.section-option .option-address:last-child {
  border-bottom: none;
}

.ui-box.section-option .option-address table th {
  width: 25%;
}

.ui-box.section-option .option-address table td {
  padding: 15px 0;
  border-bottom: none;
}

.ui-box.section-option .option-address table td.checkbox label {
  width: auto;
}

.address-select {
  margin: 0 0 15px;
  vertical-align: top;
}

.address-select .unit,
.option-delivery-check .unit {
  vertical-align: top;
}

.address-select-text {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0;
}

.address-select-box {
  display: inline-block;
  vertical-align: top;
}

.address-select-text h4 {
  font-size: 16px;
  margin: 0 0 15px;
}

.address-select-text p {
  font-size: 14px;
}

.ui-box.section-option .option-delivery {
  padding: 30px;
}

.option-delivery-check ul li label {
  display: inline-block;
  vertical-align: middle;
  /*width: 12em;*/
  width: 100%;
}

.ui-box.section-option .option-delivery-check ul li .select-box {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.ui-box.section-option .option-delivery-check ul li .select-box select {
  width: 100%;
}

.ui-box.section-option .option-payment {
  padding: 30px;
}

.ui-box.section-option .option-payment-check {
  padding: 0 0 15px;
  font-size: 0;
}

.ui-box.section-option .option-payment-check:first-child .option-payment-check-text {
  padding-top: 1em;
}

.ui-box.section-option .option-payment-check .receipt {
  font-size: 14px;
}

.ui-box.section-option .option-payment-check .kome {
  font-size: 11px;
}

.option-payment-check.option-payment-check-disabled {
  padding-top: 10px !important;
}

.option-payment-check.option-payment-check-disabled a,
.option-payment-check.option-payment-check-disabled,
.option-payment-check.option-payment-check-disabled .red {
  background: #eee;
  color: #aaa;
}

.section-form .option-payment-check.option-payment-check-disabled input[type="radio"]:before,
.section-form .table-form .option-payment-check.option-payment-check-disabled .unit,
.option-payment-check.option-payment-check-disabled input {
  cursor: not-allowed;
}

.ui-box.section-option .option-payment-check:last-child {
  padding: 0;
}

.option-payment-check-text {
  display: inline-block;
  vertical-align: top;
  width: 13em;
  font-size: 14px;
}

.option-payment-check-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 13.5em);
  font-size: 14px;
}

.ui-box.section-option .option-payment .option-payment-check-content table tr th {
  width: 20%;
  vertical-align: middle;
  padding: 15px 0;
}

.ui-box.section-option .option-payment .option-payment-check-content table tr td {
  padding: 0;
  vertical-align: middle;
  border-bottom: none;
  padding: 5px 0;
}

.ui-box.section-option .option-payment .option-payment-check-content table tr td picture {
  vertical-align: middle;
}

.amazon-pay img {
  width: 200px;
  vertical-align: middle;
}

.amazon-pay small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  font-size: 12px;
  line-height: 2;
}

.ui-box.section-option .option-etc {
  padding: 30px;
}

.section-button {
  font-size: 0;
}

.section-button ul li {
  margin: 0 0 15px;
}

.section-button ul li:last-child {
  margin: 0;
}

.section-button ul li.amazon {
  min-height: 80px;
  margin-bottom: 20px;
}

.section-button ul li.amazon p {
  font-size: 12px;
}

.section-button .button-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}

.section-button .button-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
}

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

.section-button .button-center.rev {
  direction: rtl;
}

.section-button .button-center ul {
  font-size: 0;
}

.section-button .button-center ul li {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 5% 0 0;
}

.section-button .button-center ul li:last-child {
  margin: 0;
}

.section-button .button-center.rev ul li {
  margin: 0 0 0 5%;
}

.section-button .button-center.rev ul li:last-child {
  margin: 0;
}

.address-select--list {
  margin: 10px 0;
}

.address-select--list dt {
  display: inline-block;
  width: 8em;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 0.6em;
}

.address-select--list dd {
  display: inline-block;
  width: calc(100% - 9em);
  font-size: 15px;
  margin-bottom: 0.6em;
}

/* カートイン時 */

.popup {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 20009;
}

.popup > div {
  background: #fff;
  color: #000;
  max-width: 500px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  padding: 15px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#popup-amazon > div {
  height: 410px;
}

.popup-zumen-save__text {
  font-size: 10pt;
  text-align: left;
  display: block;
  margin-top: 6px;
}

#popup-zumen-save > div,
#popup-zumen-name-edit > div {
  height: 410px;
}

#popup-regist > div {
  height: 290px;
  text-align: center;
}

#popup-regist p {
  padding: 20px 0;
}

.popup-regist__text {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 10pt;
}

.popup-title {
  margin: 0 0 20px;
  display: inline-block;
}

.popup-download > div {
  height: 330px;
}

.popup-download input.zumen-name[type="text"] {
  margin-bottom: 0;
}

#popup-zumen-save.popup-size-flex > div {
  height: auto;
  margin: 40px auto 40px;
}

#popup-smallsize > div {
  height: 480px;
  animation: webpush 0.3s;
  animation-timing-function: ease-in-out;
}

#popup-smallsize .popup-title {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0 10px;
}

#popup-smallsize p {
  padding: 0 0 20px;
}

#popup-zumen-save .zumen-name-box,
#popup-zumen-name-edit .zumen-name-box,
.popup-download .zumen-name-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 10px;
}

#popup-zumen-save .zumen-name-btn,
#popup-zumen-name-edit .zumen-name-btn,
.popup-download .zumen-name-btn {
  margin-left: 7px;
}

#popup-zumen-save .zumen-name,
#popup-zumen-name-edit .zumen-name,
.popup-download .zumen-name {
  margin-bottom: 0;
}

#popup-zumen-save .zumen-outer-box,
#popup-zumen-name-edit .zumen-outer-box,
.popup-download .zumen-outer-box {
  height: calc(100% - 222px);
  overflow-y: scroll;
  margin-bottom: 15px;
}

.popup p {
  padding: 40px 0 30px;
}

#popup-zumen-save.popup p {
  padding: 10px 0 10px;
}

.popup div.btn-area {
  padding-bottom: 15px !important;
}

.zumen-save {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #9adcff;
  color: #333;
  padding: 0 10px;
  min-height: 50px;
  width: 100%;
  vertical-align: top;
  position: relative;
  display: block;
}

.zumen-save--next::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-webpush {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #9adcff;
  color: #333;
  padding: 0 20px 0 10px;
  min-height: 50px;
  width: 100%;
  vertical-align: top;
  position: relative;
  display: block;
}

.btn-webpush::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.coupon-use.table-form .btn-default.w20,
.point-use.table-form .btn-default.w20 {
  margin-top: 5px !important;
  width: 200px;
}

.popup input[type="text"] {
  box-sizing: border-box;
  border: solid #ddd 1px;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  width: calc(100% - 5em);
}

input[type="text"].zumen-url {
  box-sizing: border-box;
  border: solid #ddd 1px;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fefefe;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px rgb(0 0 0 / 5%);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.drawer-txt {
  display: none;
}

.drawer-btn {
  cursor: pointer;
}

.drawer-btn::after {
  content: "+";
  font-size: 16px;
  color: var(--main-blue-color);
  border: solid 1px var(--main-blue-color);
  border-radius: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}

.drawer-btn.active::after {
  content: "-";
}

@media screen and (max-width: 1280px) {
  .ui-box.gray.section-campaign {
    width: calc(100% - 60px);
    max-width: unset;
    margin: 0 30px;
  }
  .section-cart .table-form table tr td.setting {
    padding: 20px 10px 10px 0;
  }

  .section-cart .table-form table tr td.item {
    padding: 20px 10px;
  }

  .section-cart .table-form table tr td.image {
    padding: 10px 10px;
  }

  .section-cart .table-form table tr {
    border-bottom: solid #ddd 1px;
    display: block;
  }

  .cart-column2 .section-cart .table-form.option-bag table tr {
    border: none;
  }

  .section-cart .table-form .option-payment-check-content table tr {
    border-bottom: none;
  }

  .section-cart .table-form table tr:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .section-cart .table-form table tr:last-child {
    border-bottom: none;
  }

  .section-cart .table-form table tr.active {
    background-color: #fff;
  }

  .section-cart .table-form table tr td {
    border-bottom: none;
  }

  .section-cart .table-form table tr td.image {
    width: calc(25% - 30px);
    text-align: center;
    float: left;
    padding: 30px 0 30px 30px;
    text-align: center;
  }

  .section-cart .table-form table tr td.image figure img {
    width: 100%;
    max-width: 100px;
  }

  .section-cart .table-form table tr td.item {
    width: calc(75% - 60px);
    padding: 30px;
    float: right;
  }

  .section-cart .table-form table tr td.setting {
    width: auto;
    padding: 0 30px 30px;
    text-align: right;
  }

  .section-cart .table-form table tr td.setting.setting-74 {
    width: calc(75% - 60px);
    text-align: left;
    float: right;
    padding: 0 0 30px 15px;
  }

  .section-cart .table-form table tr td.setting ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: 30%;
  }

  .section-cart .table-form table tr td.item .item-group01 {
    display: block;
    width: auto !important;
    margin: 0 0 5px;
  }

  .section-cart .table-form table tr td.item .item-group02 {
    display: block;
    width: auto;
    margin: 0;
    direction: rtl;
  }

  table tr td.item .item-type dl dd span.edit {
    margin: 0 0 0 3% !important;
  }

  .section-cart .table-form table tr td.item .price {
    text-align: left;
    width: auto;
    direction: ltr;
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-weight: bold;
  }

  .section-cart .table-form table tr td.item .price .price-tax {
    margin: 0 1em;
  }

  .section-cart .table-form table tr td.item .price div {
    display: inline-block;
    padding: 0 !important;
  }

  .section-cart .table-form table tr td.item .quantity {
    width: auto;
    text-align: left;
    direction: ltr;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }

  .section-cart .table-form table tr td.item .price .pc {
    display: none;
  }

  .section-cart .table-form table tr td.item .price .sp {
    display: block !important;
  }

  .section-cart .table-form table tr td.image figure img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .section-form .table-form table td {
    display: block;
    width: auto;
    line-height: 1.5;
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 1040px) {
  .option-payment-check-text {
    width: 11em;
  }

  .option-payment-check-content {
    width: calc(100% - 11.5em);
  }

  .ui-box.section-accounting .point-have-input input[type="text"] {
    width: 60%;
  }

  .ui-box.section-accounting .point-have-input label {
    display: inline-block;
    width: auto;
  }

  .ui-box.section-accounting .point-have-input label.mr_30 {
    margin-right: 15px !important;
  }

  .section-button .button-left {
    display: block;
    width: auto;
    text-align: center;
  }

  .section-button .button-left .btn-default.w50 {
    width: 50%;
    display: inline-block;
  }

  .section-cart .option-bag.table-form table tr,
  .section-cart .option-address.table-form table tr {
    border-bottom: none;
  }

  .cart-column .section-cart .table-form table tr {
    border-bottom: solid 1px #ccc;
  }

  .ui-box.section-option .option-bag table th {
    width: auto;
  }

  .ui-box.section-option .option-bag table td {
    padding: 0 0 15px 0;
  }

  .option-delivery-check ul li label {
    display: block;
    width: auto;
  }

  .ui-box.section-option .option-delivery-check ul li .select-box {
    display: block;
    width: auto;
    padding: 10px 0 0 1em;
  }

  .ui-box.section-option .option-payment-check.block .option-payment-check-text {
    display: block;
    width: auto;
  }

  .ui-box.section-option .option-payment-check.block .option-payment-check-content {
    display: block;
    width: auto;
    padding: 15px 0 0;
  }

  .ui-box.section-option .option-payment {
    padding: 0 0 0 0;
  }

  .ui-box.section-option h3 {
    padding: 0 0;
  }

  .ui-box.section-option .option-payment .option-payment-check-content table tr {
    font-size: 0;
  }

  .ui-box.section-option .option-payment .option-payment-check-content table tr th {
    width: 20%;
    vertical-align: middle;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
    margin: 0 2% 0 0;
  }

  .ui-box.section-option .option-payment .option-payment-check-content table tr td {
    width: 78%;
    vertical-align: middle;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
  }

  .ui-box.section-option .option-payment-check {
    padding: 30px !important;
    border-bottom: solid #ddd 1px;
  }

  .ui-box.section-option .option-payment-check:last-child {
    border-bottom: none;
  }

  .option-payment-check-text {
    vertical-align: top;
  }

  .option-payment-check-content {
    vertical-align: top;
  }

  .amazon-pay small {
    display: block;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 800px) {
  .ui-box.gray.section-campaign {
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  #popup-amazon > div p {
    font-size: 14px;
  }

  #popup > div {
    margin: auto 15px;
  }

  #popup > div {
    max-width: 300px;
  }

  .ui-box.section-accounting .point-have-input .btn-wrap {
    padding: 0;
    margin: 5px 0 0;
    /*width:40%;*/
  }

  .ui-box.section-accounting .coupon-select .select-box {
    width: 100%;
  }

  .ui-box.section-accounting .coupon-select-note {
    display: none;
  }

  .ui-box.section-accounting .coupon-input input[type="text"] {
    width: 100%;
  }

  .ui-box.section-option .option-gift .option-gift-check {
    display: block;
    width: auto;
  }

  .ui-box.section-option .option-gift .option-gift-content {
    display: block;
    width: auto;
    padding: 15px 0 0;
  }

  .message-select-variety ul li {
    font-size: 0;
    display: block;
    width: auto;
  }

  .message-select-variety ul li figcaption {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-size: 14px;
  }

  .message-select-variety ul li figure img {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin: 0 2% 0 0;
  }

  .section-button .button-center ul li {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 0 10px;
  }

  .section-button .button-center.rev ul li {
    margin: 0 0 10px;
  }

  .ui-box.section-accounting .coupon-input {
    padding-top: 5px;
    display: block;
    min-width: auto;
    width: 100%;
  }

  #popup-zumen-save .zumen-name-box {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  #popup-smallsize > div {
    height: 480px;
  }

  .ui-box.section-option .option-address table th {
    width: 100%;
  }
  .section-campaign2 .body,
  .section-campaign .body {
    padding: 15px;
  }
  .section-campaign2 .body h2,
  .section-campaign .body h2 {
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .section-campaign2 .body p,
  .section-campaign .body p {
    font-size: 50%;
    line-height: 1.5;
  }

  small {
    line-height: 1.5;
    display: inline-block;
  }

  .section-cart .table-form table tr td.image {
    width: calc(20% - 15px);
    padding: 15px 0 15px 15px;
  }

  .section-cart .table-form table tr td.image figure img {
    width: 100%;
    max-width: 100px;
  }

  .section-cart .table-form table tr td.item {
    width: calc(80% - 30px);
    padding: 15px;
  }

  .section-cart .table-form table tr td.setting {
    padding: 0 15px 15px;
  }

  .section-cart .table-form table tr td.item .item-type dl dd span.type-name {
    width: 70%;
  }

  .ui-box.section-accounting .point-use {
    padding: 15px;
  }

  .ui-box.section-accounting .coupon-use {
    padding: 15px;
  }

  .ui-box.section-option .option-gift {
    padding: 15px;
  }

  .ui-box.section-option .option-bag {
    padding: 15px;
  }

  .ui-box.section-option .option-bag label {
    width: 48%;
  }

  .ui-box.section-option .option-bag table td label {
    width: auto;
  }

  .ui-box.section-option .option-address {
    padding: 15px;
  }

  .address-select-text {
    width: auto;
    display: block;
    padding: 0;
  }

  .address-select-box {
    padding: 15px 0 0;
    width: auto;
    display: block;
  }

  .ui-box.section-option .option-address table td {
    padding: 0 0 15px;
  }

  .ui-box.section-option .option-delivery {
    padding: 15px;
  }

  .ui-box.section-option .option-payment {
    padding: 0 0 0;
  }

  .ui-box.section-option h3 {
    padding: 0 15px 0 0;
  }

  .ui-box.section-option .option-payment h3 {
    padding: 0 15px 0 15px;
  }

  .cart-column2 .ui-box.section-option .option-payment h3 {
    padding: 0 15px 0 0;
    margin: 0;
  }

  .ui-box.section-option .option-payment-check {
    padding: 15px !important;
  }

  .ui-box.section-option .option-payment .option-payment-check-content table tr th {
    width: 100%;
  }

  .ui-box.section-option .option-payment .option-payment-check-content table tr td {
    width: 100%;
  }

  .option-payment-check-text.w100 {
    width: 100%;
  }

  .mb_60 {
    margin-bottom: 30px !important;
  }

  .pr_15 {
    padding-right: 8px !important;
  }

  .pl_15 {
    padding-left: 8px !important;
  }

  .inner-narrow {
    padding: 0;
  }

  .section-form .table-form {
    margin: 0;
  }

  .section-cart .table-form table tr td.item .item-name {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.item .item-type dl dt {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.item .item-type dl dd span.type-name {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.item .price {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.item .noitem-text {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.setting ul li {
    margin: 0 0 0 5%;
    width: 36%;
  }

  .section-cart .table-form table tr td.setting .btn-xsmall {
    margin: 0;
  }

  .ui-box.section-accounting .wrap {
    border-radius: 10px;
    margin: 0;
  }

  .ui-box.section-accounting .accounting {
    padding: 15px;
  }

  .ui-box.section-accounting .accounting table {
    font-size: 12px;
  }

  .ui-box.section-accounting .accounting table th,
  .ui-box.section-accounting .accounting table td {
    line-height: 2;
  }

  .ui-box.section-accounting .accounting table tr.total th,
  .ui-box.section-accounting .accounting table tr.total td {
    font-size: 14px;
  }

  .section-button {
    margin: 0 15px;
  }

  .section-button .button-right,
  .section-button .button-left {
    display: block;
    width: auto;
    text-align: center;
  }

  .section-button ul li {
    margin: 0;
  }

  .section-button .button ul li {
    margin: 0 0 15px;
  }

  .item-list.recommend-item-list ul li {
    width: 49%;
    margin: 0 2% 30px 0;
  }

  .item-list.recommend-item-list ul li:nth-child(even) {
    margin: 0 0 30px 0 !important;
  }

  .item-list.recommend-item-list ul li:nth-child(3n) {
    margin: 0 2% 30px 0;
  }

  .ui-box.section-accounting .point-have-input .btn-wrap {
    padding: 0;
  }

  .section-form .table-form .unit {
    margin: 0 0.2em;
  }

  .ui-box.section-option .option-etc {
    padding: 15px;
  }

  .btn-area.pb_30 {
    padding-bottom: 5px !important;
  }

  .section-cart .table-form table tr td.item .quantity select {
    width: 10em;
  }

  .section-cart .table-form table tr td.setting.setting-74 {
    width: calc(80% - 30px);
    padding: 0 0 30px 0;
  }

  .section-cart .table-form table tr td.setting.setting-74 ul li {
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .ui-box.gray.section-campaign {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #popup-regist > div {
    height: 300px;
  }

  .ui-box.section-option .option-payment-check,
  .ui-box.section-option .option-delivery,
  .ui-box.section-option .option-address,
  .ui-box.section-accounting .point-use,
  .ui-box.section-accounting .coupon-use,
  .ui-box.section-option .option-bag {
    padding: 15px 5px !important;
  }

  .section-cart .table-form table tr td.image {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0 8px 8px;
  }

  .section-cart .table-form table tr td.item {
    width: 100%;
    padding: 8px;
  }

  .ui-box.section-accounting .accounting {
    padding: 8px;
    font-size: 100%;
  }

  .section-cart .table-form table tr td.item .item-type dl dd {
    width: 70%;
  }

  .section-cart .table-form table tr td.item .item-type dl dd span.type-name {
    width: 100%;
  }

  .option-payment-check-content p {
    font-size: 12px;
  }

  .section-cart .table-form table tr td.item .quantity {
    width: 100%;
    margin: 0;
  }

  .section-cart .table-form table tr td.item .quantity .select-box {
    width: 100%;
  }

  .section-cart .table-form table tr td.item .quantity select {
    width: 100%;
  }

  .address-select--list dt {
    font-size: 12px;
  }

  .address-select--list dd {
    font-size: 13px;
  }

  #popup-zumen-save.popup p {
    font-size: 14px;
  }

  #popup-zumen-save.popup-size-flex > div {
    margin: 10px auto 10px;
    width: calc(100% - 20px);
  }

  .popup-zumen-save__text {
    font-size: 10px;
  }

  #popup-smallsize > div {
    height: 500px;
    font-size: 15px;
  }
}

.cautionbox {
  color: #ff0000;
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
}

/* error */

.errorpage {
  padding: 30px;
}

.errorpage h3 {
  padding-bottom: 30px;
}

/* 詳細ページ */

.slick-arrow {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  /*background-image: url(../../img/common/slide-arrow.png);*/
  /* background-image: url(../../img/common/slide-arrow2.png); */
  background-size: cover;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin-top: -25px;
  z-index: 101;
  mix-blend-mode: difference;
}

.slick-arrow:hover {
  opacity: 0.8;
}

.slick-arrow.slick-prev {
  left: 0;
  background-position: -20px 0;
  background-image: url(../../img/common/slide-arrow2.png);
}

.slick-arrow.slick-next {
  right: 0;
  background-position: -50px 0;
  background-image: url(../../img/common/slide-arrow2.png);
}

.item-photo .slick-arrow.slick-prev,
.item-photo .slick-arrow.slick-next {
  display: none !important;
}

.item-photo.item-photo.item-photo-customer .slick-arrow.slick-prev,
.item-photo.item-photo.item-photo-customer .slick-arrow.slick-next {
  display: block !important;
}

.item-slider-zoom .slick-arrow.slick-prev,
.item-slider-zoom .slick-arrow.slick-next {
}

.item-cart .item-measure {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
}

.item-cart .item-measure img {
  width: 80px;
}

.item-photo {
  width: 40%;
  position: relative;
  display: block;
}

.item-slider-zoom {
  width: calc(100% - 4vw);
  max-width: 1000px;
  height: 90vh;
  margin: 0 auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20000;
}

.item-slider-zoom.zoom {
  display: block;
}

/*商品詳細 section.item-area */

section.measure img,
section.care img {
  max-width: 100%;
}

section.item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.item-area .item-description {
  margin: 0 30px 0 15px;
}

section.item-area .item-cart {
  min-width: 300px;
}

section.item-area h1.item-title {
  font-size: 160%;
}

section.item-area .item-recommend {
  font-size: 110%;
  color: #c6a04d;
  padding-bottom: 15px;
}

section.item-area .item-recommend span {
  font-size: 60%;
  color: #19110b;
}

section.item-area .item-textarea img {
  max-width: 100%;
}

section.item-area .item-price {
  font-size: 17pt;
}

section.item-area .item-price strong,
section.item-area .sale-price strong {
  font-weight: normal;
}

section.item-area .item-price.sale {
  font-size: 17pt;
}
.item-price.dash strong,
section.item-area .item-price.sale strong,
section.item-area .sale-price.sale strong {
  text-decoration: line-through;
}

section.item-area .sale-price {
  color: #ff1f34;
  font-size: 17pt;
}

section.item-area .item-price small {
  padding-left: 5px;
  font-size: 50%;
}

section.item-area .sale-price small {
  font-size: 50%;
  padding-left: 5px;
}

span.tax {
  font-size: 50%;
}

section.item-area small span.tax {
  font-size: 100%;
}

.item-delivery div {
  font-weight: 700;
  font-size: 70%;
  padding: 3px 6px;
  background: #eee;
  margin: 5px 5px 10px 0;
  display: inline-block;
}

.item-types label,
.customize-body label {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 11pt;
  width: 5em;
  float: left;
}

.item-cart.phase-2 .item-types label {
  width: 6em;
}

label.zumen-check {
  width: auto;
}

.item-types select,
.customize-body select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  background-image: url(../../img/common/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 13px 7px;
  background-position: right 5px center;
  width: calc(100% - 7em);
  font-size: 13pt;
  padding: 8px 15px 8px 10px;
  border-radius: 5px;
  border: solid 1px #c5c5c5;
}

.item-types select {
  margin: 3px 0;
}

.item-types .item-types-quantity select {
  width: 5em;
}

.sns-icons {
  margin-top: 30px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.sns-icons2 {
  background: #f4f4f4;
  border: none;
  border-radius: 5px;
  padding: 10px 15px 5px;
}

.sns-icons .cart-sns-link {
  font-size: 13px;
  font-weight: bold;
}

.sns-icons .cart-sns-link + .cart-sns-link {
  margin-left: 30px;
}

.sns-icons .sns-mail {
  display: inline-block;
  background: #555;
  border-radius: 3px;
  color: #fff;
  height: 20px;
  width: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  vertical-align: top;
}

.sns-icons .sns-mail img {
  vertical-align: top;
  height: 10px;
  margin-top: 5px;
  width: auto;
}

section.item-detail-sub table th {
  padding: 10px 10px;
  background: #f1f1f1;
  white-space: nowrap;
}

section.item-detail-sub table td {
  padding: 10px 10px;
  white-space: normal;/*250918*/
}

section.item-detail-sub table th,
section.item-detail-sub table td {
  border: solid 1px #cccccc;
}

section.item-detail-sub table td div {/*250918*/
  width: auto;
  white-space: normal;
}

section.item-detail-sub,
section.measure,
section.care,
section.others {
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
}

.default-pagetitle {
  font-size: 120%;
  font-weight: bold;
  color: #19110b;
  border-bottom: solid 1px #ccc;
  display: block;
  padding: 15px 30px;
}

.mypage-title {
  font-size: 120%;
  font-weight: bold;
  color: #19110b;
}

.cart-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-column2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-slider-thumb .slick-current img {
  border: solid 2px #00b4ff;
}

.item-slider-thumb:active {
  border: none;
}

.features-box {
  text-align: center;
  margin: 30px 0;
}

.features-box img {
  max-width: 100%;
}

.features-detail {
  margin: 30px;
}

.features-detail h3 {
  margin: 15px 0;
}

.features-detail img {
  max-width: 100%;
}

/* LP */

ul.size li,
ul.measure li {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  float: left;
  padding: 0 30px 30px 0;
}

ul.size li h3,
ul.measure li h3 {
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 15px;
}

ul.size li img,
ul.measure li img {
  max-width: 100%;
}

.key-visual li {
  position: relative;
  width: 100%;
}

.key-visual li h3 {
  border-radius: 6px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4vw;
  color: #222;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.key-visual li h3 span {
  background-size: auto 1.2em;
  padding: 6px;
}

.key-visual li h4.budge {
  height: 230px;
  width: 230px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 63px 0 0 30px;
  font-size: 160%;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.03em;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #5ba2d4;
}

.key-visual li h4.budge i {
  display: block;
  padding-left: 10px;
  border-left: solid 1px #fff;
  font-style: normal;
}

.key-visual li h4.budge span {
  display: block;
  font-weight: 400;
  font-size: 50%;
}

/*.key-visual li.lp2 h3 span,*/

.key-visual li.lp2 h4.budge {
  background: #f6a54d;
}

/*.key-visual li.lp3 h3 span,*/

.key-visual li.lp3 h4.budge {
  background: #f23a10;
}

/*.key-visual li.lp4 h3 span,*/

.key-visual li.lp4 h4.budge {
  background: #666666;
}

/*.key-visual li.lp5 h3 span,*/

.key-visual li.lp5 h4.budge {
  background: #ce9d72;
}

/*.key-visual li.lp6 h3 span,*/

.key-visual li.lp6 h4.budge {
  background: #59b0c9;
}

/*.key-visual li.lp7 h3 span,*/

.key-visual li.lp7 h4.budge {
  background: #a06b6f;
}

/*.key-visual li.lp8 h3 span,*/

.key-visual li.lp8 h4.budge {
  background: #eb98bb;
}

/*.key-visual li.lp9 h3 span,*/

.key-visual li.lp9 h4.budge {
  background: #006837;
}

/*.key-visual li.lp10 h3 span,*/

.key-visual li.lp10 h4.budge {
  background: #a7d74b;
}

/* Dots */

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

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

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

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

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

#video1 {
  width: 100%;
  position: relative;
  aspect-ratio: 1188/464;
  top: 50%;
  transform: translate(0, -50%);
}

#video1::before {
  content: "";
  display: block;
  padding-top: 60%;
}

#video2 {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  top: 50%;
  transform: translate(0, -50%);
}

#video2::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.slick-slide video {
  width: 100%;
}

/* slick Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* TOP */
.top-section-00 ul,
.top-section-01 ul,
.top-section-02 ul,
.top-section-03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-section-00 ul li {
  width: 50%;
}

.top-section-00 ul li a {
  height: 100%;
  display: block;
  padding: 30px;
  border: solid 1px #ccc;
  margin: 0 10px;
  text-align: center;
}

.top-section-01 ul li {
  width: 33%;
}

.top-section-01 ul li a {
  display: block;
  padding: 30px;
  border: solid 1px #ccc;
  margin: 0 10px;
  text-align: center;
}

.top-section-01 ul li a b {
  display: inline-block;
  padding-top: 10px;
  font-size: 120%;
}

.top-section-02 ul li {
  width: 25%;
}

.top-section-02 ul li a {
  display: block;
  padding: 30px;
  height: 100%;
  border: solid 1px #ccc;
  margin: 0 10px;
  text-align: center;
}

.top-section ul li a img {
  max-width: 400px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}

.top-section ul li a span {
  padding-bottom: 5px;
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
  color: #333333;
}

.top-section-03 ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-section-ordercut {
  justify-content: space-between;
}

.top-section-ordercut li:nth-child(1) {
  width: 400px;
}

.top-section-ordercut li:nth-child(2) {
  width: calc(100% - 450px);
}

.top-section-03 ul li {
  margin-bottom: 20px;
}

.top-section-03 ul.others {
}

.top-section-03 ul.others li {
  width: 315px;
}

.top-section-03 ul li > a {
  display: block;
  padding: 0;
  /*border: solid 1px #ccc;*/
  margin: 0 20px 0 0;
}

.top-section-03 .top-section-ordercut li > a {
  margin: 0;
}

.top-section-03 ul li table a {
  display: inline-block;
  margin: 0;
}

section.visual-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -30px 0 0;
}

section.visual-list ul li {
  display: inline-block;
  text-align: center;
  padding: 0 30px 30px 0;
}

section.visual-list ul li img {
  border: solid 1px #e5e5e5;
  width: 234px;
  height: 223px;
}

section.visual-list ul li a:hover img {
  border: solid 1px #3ab7db;
}

section.visual-list ul li h2 {
  padding-top: 10px;
  font-size: 130%;
}

.section-news-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-news-inner .news-box-left {
  width: 150px;
}

.section-news-inner .news-box-right {
  border-left: solid 1px #ccc;
  width: 100%;
}

.section-news-inner .news-title h2 {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.review-link {
  padding-bottom: 10px !important;
  font-size: 12pt !important;
  background: #006fc5;
  padding: 7px 15px 3px 0 !important;
  border-radius: 5px;
  color: #fff;
  width: 20em;
  text-align: center;
  margin-bottom: 15px !important;
  font-weight: bold;
  position: relative;
}

.review-link::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-link span {
  color: #ffa41c;
  font-size: 100% !important;
}

.review-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 1040px) {
  section.top-section {
    padding: 15px !important;
  }

  .top-section ul li > a {
    padding: 0 0;
    margin: 0 4px;
  }

  .key-visual li h4.budge {
    width: 150px;
    height: 150px;
    padding: 40px 0 0 20px;
  }

  .key-visual li h4.budge i {
    font-size: 12pt;
  }

  section.item-area .item-description {
    margin: 20px 0 0;
  }

  .section-news-inner {
    display: block;
  }

  .section-news-inner .news-box-left {
    text-align: left;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #ccc;
  }

  .section-news-inner .news-title h2 {
    text-align: left;
    margin-bottom: 0;
  }

  .section-news-inner .news-box-right {
    border-left: none;
  }

  .key-visual li h3 {
    bottom: -20px;
  }

  .item-photo {
    margin: 0 auto;
    width: 80%;
    position: relative;
    display: block;
  }

  section.item-area {
    display: block;
  }

  .cart-column {
    display: block;
  }

  .cart-column2 {
    display: block;
  }

  .cart-column .section-cart.section-form,
  .cart-column2 .section-cart.section-form {
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }

  .cart-column .section-cart.section-form .inner-narrow,
  .cart-column2 .section-cart.section-form .inner-narrow {
    width: auto;
  }

  .ui-box.section-accounting {
    padding: 0px;
    width: auto;
    box-sizing: border-box;
  }

  .ui-box.section-accounting.sticky {
    margin: 0 30px;
    max-width: 100%;
  }

  .ui-box.section-accounting .inner-narrow {
    margin: 15px auto;
    width: auto;
  }

  .ui-box.section-accounting .inner-narrow .wrap .accounting {
    max-width: 600px;
    margin: 0 auto;
  }

  .section-point {
    margin: 0 30px;
  }

  .top-section-ordercut {
    display: block !important;
  }

  .top-section-ordercut li:nth-child(1) {
    width: 100%;
  }

  .top-section-ordercut li:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .item-slider-zoom.zoom {
    height: 90vh;
    top: 50%;
  }

  .top-section ul li a img {
    width: 100%;
  }

  h3.subtitle {
    padding: 15px 0 15px 7px;
    font-size: 12pt;
    font-weight: bold;
    border-top: solid 1px #ccc;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  section.top-section {
    padding: 5px 5px 30px !important;
  }

  section.visual-list ul {
    margin: 15px 0;
  }

  section.visual-list ul + p {
    padding: 0 10px;
  }

  section.visual-list ul li {
    padding: 0 10px 20px 0;
    width: 50%;
  }

  section.visual-list ul li:nth-child(odd) {
    padding: 0 7px 20px 0;
  }

  section.visual-list ul li:nth-child(even) {
    padding: 0 0 20px 7px;
  }

  section.visual-list ul li h2 {
    font-size: 100%;
    font-weight: bold;
    padding-top: 5px;
  }

  section.visual-list ul li img {
    width: 100%;
    height: auto;
  }

  .toppageTitle {
    text-align: center;
    color: #fff;
    background: #006fc5;
    font-size: 10pt;
    padding: 8px 5px 8px;
    display: block;
  }

  .key-visual li.lp2 h3,
  .key-visual li.lp4 h3,
  .key-visual li.lp6 h3,
  .key-visual li.lp8 h3,
  .key-visual li.lp10 h3 {
    display: none;
  }

  .key-visual.key-visual-top li h3 {
    display: block;
  }

  .key-visual li h3 {
    border-radius: 6px;
    font-size: 4vw;
    bottom: 10px;
    text-align: center;
    margin: 0 20px;
    width: 87%;
    box-sizing: border-box;
    padding: 5px 0;
    line-height: 1.8;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    color: #19110b;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .key-visual.key-visual-top li h3 {
    line-height: 1.4;
  }

  .key-visual li h3 span {
    background: #fff !important;
    padding: 0;
  }

  .key-visual.key-visual-top li h3 span {
    background: none !important;
  }

  .key-visual li img {
    width: 100%;
  }

  .key-visual li h4.budge {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 0 5px 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .key-visual.key-visual-top li h4.budge {
    bottom: 0;
    top: auto;
  }

  .key-visual li h4.budge i {
    font-style: normal;
    font-size: 11pt;
    display: block;
    padding-left: 10px;
    border-left: solid 1px #fff;
  }

  .item-cart .item-measure {
    display: none;
    position: relative;
    float: right;
    right: 0;
    top: 10px;
  }

  ul.size li {
    width: 50%;
  }

  .top-section ul li > a {
    padding: 0px 0 15px;
    margin: 0 5px;
    text-align: left;
  }

  .top-section-00 ul li a {
    min-height: 70px;
    line-height: 70px;
  }

  .top-section-00 ul li.row2 a {
    line-height: 1.5;
    padding-top: 18px;
  }

  .top-section-02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-section-02 ul li {
    width: 50%;
    padding: 0 0 10px;
  }

  .top-section-03 ul li {
    width: 50%;
    padding: 0 0 0;
    margin-bottom: 10px;
  }

  .item-youtube {
    aspect-ratio: unset;
  }
}

@media screen and (max-width: 640px) {
  .section-campaign > .right > .cautionbox {
    margin-top: 10px;
  }
  #video1 {
    aspect-ratio: 1;
  }

  .top-section .others h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .item-delivery div {
    font-size: 14px;
  }

  .sns-icons {
    padding: 15px;
  }

  .sns-icons .sns-mail {
    width: 75px;
  }

  .sns-icons .cart-sns-link {
    margin-top: 15px;
    display: inline-block;
  }

  .top-section-03 ul li {
    width: 100%;
  }

  .top-section-03 ul li img {
    width: 100%;
    max-width: unset !important;
  }

  .top-section-03 ul.others li {
    width: 50%;
  }

  ul.size li,
  ul.measure li {
    padding: 0 10px 10px 0;
  }

  .ui-box.section-accounting.sticky {
    margin: 0 15px;
  }

  .features-detail {
    margin: 8px;
  }

  .features-detail p {
    font-size: 70%;
  }

  .features-detail h3 {
    font-size: 90%;
  }

  section.item-area .item-textarea {
    font-size: 15px;
    line-height: 1.7;
  }

  .item-photo {
    width: 100%;
  }

  .default-pagetitle {
    padding: 15px;
  }

  section.item-area .item-description {
    margin: 15px 0;
  }

  .inner-narrow.table-form {
    padding: 0;
    margin: 0 15px;
  }

  .section-point {
    margin: 0 15px;
  }

  .review-link {
    padding: 7px 10px 3px 10px !important;
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .ui-box.section-accounting.sticky {
    margin: 0 8px;
    padding: 0;
  }

  .errorpage {
    padding: 15px;
  }

  .item.item4columns,
  .item.item3columns {
    font-size: 90%;
  }

  .default-pagetitle {
    padding: 8px;
    font-size: 14px;
  }

  .inner-narrow,
  .inner-narrow.table-form {
    padding: 0;
    margin: 0 8px;
  }

  .section-flow .flow span {
    font-size: 10px;
  }

  .section-flow .flow ol li {
    height: 40px;
  }

  .section-flow .flow ol {
    height: 40px;
  }

  .ui-box.section-accounting .inner-narrow .wrap .accounting .section-button {
    margin: 0;
  }

  .section-point {
    margin: 0 5px;
  }
}

.coupontitle {
  font-weight: bold;
  font-size: 115%;
}

/* 領収書・請求書 */

#ryoshusho {
  font-size: 14px;
  width: 780px;
  margin: 10px auto;
  overflow-x: visible;
}

#ryoshusho h1 {
  text-align: center;
  padding: 25px 0 50px;
}

#ryoshusho table {
  width: 100%;
}

#ryoshusho h2 span.sama {
  font-size: 14px;
}

#ryoshusho #date {
  text-align: left;
  width: 21em;
  float: right;
}

#ryoshusho #date .billdate {
  display: block;
  margin-top: -30px;
  text-align: right;
}

#ryoshusho #price {
  display: inline-block;
  font-size: 28px;
  border-bottom: solid 1px #000;
  margin: 10px 0s;
}

#ryoshusho #price span.tax {
  font-size: 12px;
}

#ryoshusho #uchiwake {
  border-bottom: solid 1px #000;
}

#ryoshusho td {
  position: relative;
}

#ryoshusho .detail td {
  font-size: 13px;
}

#ryoshusho td.address {
  position: relative;
  text-align: right;
}

#ryoshusho .stamp,
#ryoshusho .stamp-cover {
  position: absolute;
  top: 7px;
  right: 0;
}

#ryoshusho .stamp img {
  width: 90px;
  height: 90px;
}

#ryoshusho .stamp-cover img {
  width: 90px;
  height: 90px;
}

#ryoshusho .detail th {
  padding: 7px;
}

#ryoshusho .detail td:first-child {
  font-size: 12px;
}

#ryoshusho .detail .bikou {
  font-size: 7pt;
}

#ryoshusho .detail td:nth-child(4),
#ryoshusho .detail td:nth-child(5) {
  /*padding: 0 20px;*/
}

#ryoshusho .detail td:nth-child(6) {
  /*padding: 0 10px;*/
}

#ryoshusho .detail td:nth-child(3),
#ryoshusho .detail td:nth-child(6) {
  text-align: center;
}

#ryoshusho .detail2 td:nth-child(3),
#ryoshusho .detail2 td:nth-child(6) {
  text-align: right;
}

#ryoshusho .detail2 td:nth-child(2) {
  text-align: center;
}

#ryoshusho .detail tr.total,
#ryoshusho .detail tr.sum {
  border-top: solid 1px #000;
}

#ryoshusho .detail tr.total td {
  padding-top: 5px;
}

#ryoshusho .detail td {
  text-align: right;
}

#ryoshusho .detail th {
  white-space: nowrap;
  text-align: center;
  font-size: 10pt;
}

#ryoshusho .detail td:first-child,
#ryoshusho .detail th:first-child {
  text-align: left;
}

#ryoshusho .detail td:last-child,
#ryoshusho .detail th:last-child {
  text-align: right;
}

#ryoshusho .detail td.total-c {
  text-align: right;
  vertical-align: bottom;
}

td.total-c ~ td {
  text-align: right !important;
}

td.total-c + td {
  text-align: center !important;
}

#ryoshusho .detail td.total-c2 {
  text-align: right;
  vertical-align: bottom;
  font-size: 14px;
}

#ryoshusho .detail tr.sum td {
  font-weight: bold;
  padding: 10px 0 10px;
}

#ryoshusho tr.sub td {
  font-size: 12px;
}

#ryoshusho td.total-price {
  border-bottom: solid 1px #000;
}

#ryoshusho td.total-price #price {
  border: none;
}

#ryoshusho td.total-price {
  display: inline-block;
  margin-bottom: 15px;
}

#ryoshusho .account {
  border: solid 3px #ccc;
  padding: 10px;
}

#ryoshusho .account h3 {
  display: block;
  width: 6em;
  float: left;
}

#ryoshusho .account p {
  display: block;
  margin-left: 10em;
}

#ryoshusho .color {
  width: 70px;
}

/* form */

.initial-unvisible-form {
  display: none;
}

.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
  align-self: baseline;
}

.sticky .inner-narrow {
  margin: 0;
}

.cart-column2 .btn-default.w10 {
  min-width: 10em;
  margin: 10px 0 10px 0 !important;
}

.option-payment > h3 {
  margin-left: 30px !important;
}

.itemList li.show,
.itemList li.show2,
.itemList li.show3 {
  display: block;
}

.itemList li.hide,
.itemList li.hide2,
.itemList li.hide3 {
  display: none;
}

@media screen and (max-width: 1040px) {
  .sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .option-payment > h3 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .ui-box.section-option .option-payment .option-payment-check-content table tr th {
    padding: 5px 0 0 0;
  }

  .ui-box.section-option .option-bag table td {
    padding-bottom: 5px;
  }

  .option-payment > h3 {
    margin-left: 8px !important;
  }

  .table-form,
  .section-form .table-form table,
  .ui-box.section-option .option-bag label,
  .option-payment-check-text,
  .ui-box.section-option .option-payment .option-payment-check-content table tr th {
    font-size: 12px;
  }
}

/*2nd phase追加*/
.key-visual-fixed {
  aspect-ratio: 964 / 377;
}

.key-slider {
  /*display: none;*/
}

.key-slider .slick-initialized {
  display: block;
}

.key-slider img {
  max-width: 100%;
}

.key-slider .key-slider01 {
  color: #ff1f34;
  font-weight: bold;
  position: relative;
}

.key-slider .key-slider01 .title {
  font-size: 2.5vw;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 1px 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  white-space: nowrap;
}

.key-slider .key-slider01.key-slide-hiromi-noborder .title {
  text-shadow: none;
}

.key-slider01.key-slider-hiromi {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.key-slider01.key-slider-hiromi .title {
  font-size: 3.4vw;
  left: 32%;
  top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #314caa;
}

.key-slider .key-slider01 .copy01 {
  display: block;
  font-size: 1.2vw;
  position: absolute;
  right: 10px;
  bottom: 50px;
  text-align: left;
  white-space: nowrap;
}

.key-slider .key-slider01 .copy02 {
  display: block;
  color: #fff;
  white-space: nowrap;
  font-size: 1.3vw;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 0px 0 3px #006fc5, 0 0 3px #006fc5, 0 0 3px #006fc5, 0 0 3px #006fc5, 0 0 3px #006fc5, 0 0 3px #006fc5;
}

.key-slider .key-slider01.key-slider-hiromi .copy02 {
  left: 32%;
  text-shadow: 0px 0 3px #314caa, 0 0 3px #314caa, 0 0 3px #314caa, 0 0 3px #314caa, 0 0 3px #314caa, 0 0 3px #314caa;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8vw;
}

.key-slider .key-slider01.key-slider-hiromi.key-slide-hiromi-noborder .copy02 {
  text-shadow: none;
  color: #314caa;
}

.key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .copy02 {
  left: 50%;
}

.key-slider .key-slider01 .copy04 {
  position: absolute;
  bottom: 5vw;
  left: 17vw;
  width: 6vw;
}

.key-slider .key-slider01.key-slider-hiromi .credit {
  position: absolute;
  font-size: 0.4vw;
  color: #fff;
  bottom: 1em;
  right: 2vw;
  width: 43em;
}

.key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .credit {
  display: none;
}

.key-slider .key-slider02 {
  color: #000;
  font-weight: bold;
  position: relative;
}

.key-slider .key-slider02 h1 {
  font-size: 2.4vw;
  position: absolute;
  top: 1vw;
  left: 10px;
  text-align: left;
  color: #00b4ff;
}

.key-slider .key-slider02.key-slider02b h1 {
  top: 3vw;
  font-size: 2.6vw;
}

.key-slider .key-slider02 .copy01 {
  display: block;
  font-size: 1.4vw;
  position: absolute;
  left: 10px;
  bottom: 3vw;
  text-align: left;
  color: #00b4ff;
}

.key-slider .key-slider02.key-slider02b .copy01 {
  left: 20px;
}

.key-slider .key-slider02 .copy02 {
  display: block;
  color: #fff;
  white-space: nowrap;
  font-size: 1.5vw;
  position: absolute;
  bottom: 0.5vw;
  left: 10px;
  text-shadow: 0px 0 2px #00b4ff, 0 0 3px #00b4ff, 0 0 3px #00b4ff, 0 0 3px #00b4ff, 0 0 3px #00b4ff, 0 0 3px #00b4ff;
}

.key-slider .key-slider02.key-slider02b .copy02 {
  left: 20px;
}

.key-slider .key-slider02 .copy03 {
  font-size: 1.6vw;
  position: absolute;
  bottom: 6vw;
  left: 10px;
  color: #fff;
  padding: 1px 20px;
  background: #00b4ff;
  border-radius: 30px;
}

.key-slider .key-slider02 .copy04 {
  position: absolute;
  bottom: 7vw;
  left: 28vw;
  width: 6vw;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.review-photo img {
  max-width: 150px;
  margin: 10px 0;
}

.item-detail-sub.phase-2 {
  font-size: 10pt;
}

section.item-area.phase-2 .item-description {
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

section.item-area.phase-2 .item-cart {
  width: 340px;
  min-width: 340px;
}

section.item-area.item-area.item-area-customer .item-cart {
  width: auto;
  padding-left: 20px;
}

section.item-area.phase-2 .item-title {
  font-size: 15pt;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}

section.item-area.phase-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: unset !important;
  padding: 30px 30px 60px 30px !important;
}

section.item-area.phase-2 .item-cart dt {
  vertical-align: top;
  font-weight: bold;
  padding-top: 9px;
  display: inline-block;
  font-size: 11pt;
  width: 6em;
}

section.item-area.phase-2 .item-cart dd {
  display: inline-block;
  vertical-align: top;
}

.customize {
  display: block;
  clear: both;
  margin: 20px 20px 30px 0;
  border: solid 2px #ebebeb;
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  box-sizing: border-box;
}

.customize .cutomize-title {
  padding: 10px;
  background: #ebebeb;
  border-bottom: solid 1px #ddd;
  font-size: 15pt;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.customize .cutomize-title span {
  background: #006fc5;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 10.5pt;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 8px;
}

.customize .customize-body {
  background: #fff;
  padding: 20px;
  font-size: 10.5pt;
  border-radius: 0 0 8px 8px;
}

.customize .customize-body.white {
  background: #fff;
}

.customize .customize-step0-box {
  display: flex;
  justify-content: space-between;
}

.customize .customize-step0-box .item-zumen-btn {
  width: calc(50% - 5px);
}

.customize .drawer-title,
.customize .drawer-title2 {
  color: #006fc5;
  font-weight: bold;
  font-size: 12pt;
}

.customize .drawer {
  padding: 10px;
  background: #fff;
  border-top: solid 1px #ddd;
  border-radius: 0 0 8px 8px;
}

.customize .drawer-title,
.customize .drawer-title2 {
  text-decoration: underline;
  cursor: pointer;
}

.customize .drawer-title::before,
.customize .drawer-title2.show::before {
  content: "＋";
}

.customize .drawer-title.show::before,
.customize .drawer-title2::before {
  content: "－";
}

.customize .drawer-body {
  display: none;
  font-size: 10.5pt;
  padding-top: 8px;
}

.customize .drawer-body2 {
  font-size: 10.5pt;
  padding-top: 8px;
}

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

.customize .customize-flex > div {
  width: 50%;
}

.customize .customize-add {
  margin: 10px 0;
}

.customize .customize-add-title {
  color: #006fc5;
  font-weight: bold;
  font-size: 13pt;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.customize .customize-add-title img {
  padding-right: 6px;
  vertical-align: middle;
}

.customize .customize-add-title.click {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.customize .customize-add-title + div {
  display: none;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.customize .customize-add-title.click + div {
  border-radius: 0 0 5px 5px;
}

.customize .customze-add-subtitle {
  font-size: 12pt;
  font-weight: bold;
  border: solid 1px #ddd;
  border-radius: 5px 5px 0 0;
  background: #fff;
  padding: 10px;
}

.customize .customize-add-body .customize-fig {
  text-align: center;
  padding-bottom: 10px;
}

.customize .customze-add-2column {
  display: flex;
}

.customize .customze-add-innerbox {
  border-radius: 5px;
  margin: 5px;
  background: #fff;
}

.customize input[type="number"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 12pt;
  padding: 8px 0 8px 15px;
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  margin: 3px 5px;
  width: 10em;
}

.customize select {
  background-color: #fff;
  width: 12em;
  margin: 3px 5px;
  font-size: 12pt;
}

.customize select#customize-color {
  width: 16em;
}

.customize input[type="reset"],
.customize-all-reset button {
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  margin: 15px 0 0;
  cursor: pointer;
}

.customize-all-reset button {
  padding: 5px 15px;
}

.customize .customize-add-body {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
  font-size: 10.5pt;
}

.customize button,
.item-zumen-btn button {
  box-sizing: border-box;
  font-size: 12pt;
  padding: 3px 15px;
  margin: 10px 0 5px;
  border-radius: 5px;
  width: 100%;
  border: solid 1px #c5c5c5;
  cursor: pointer;
  font-weight: bold;
}

.customize button {
  padding: 5px 15px;
}

.zumen-btn {
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: solid 1px #c5c5c5;
  cursor: pointer;
  background: #92c432;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0 10px;
  height: 48px;
  font-weight: bold;
}

.zumen-btn2 {
  background: var(--main-green-color);
  position: relative;
}

.zumen-load-btn {
  position: relative;
}

.zumen-load-btn::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 21px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-load-white2.svg) no-repeat center / 24px;
  pointer-events: none;
}

.zumen-btn-outer {
  position: relative;
}

.zumen-btn-outer::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 21px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-zumen2.svg) no-repeat center / 22px;
  pointer-events: none;
}

.btn-quote {
  position: relative;
}

.btn-quote input {
  background: var(--main-btnblue-color) !important;
  color: #fff !important;
  font-weight: bold;
}

.btn-quote input:hover {
  background: var(--main-btnblue-hover-color) !important;
  opacity: 1 !important;
}

.btn-quote::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-quote-white.svg) no-repeat center / 22px;
  pointer-events: none;
}

.btn-dl-narrow {
  position: relative;
}

.btn-dl-narrow::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 7px;
  margin: auto;
  background: url(../../img/common/icon-download.svg) no-repeat center / 15px;
  pointer-events: none;
}

.btn-dl::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-download.svg) no-repeat center / 22px;
  pointer-events: none;
}

.btn-login::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
  background: url(../../img/common/icon-login.svg) no-repeat center / 26px;
  pointer-events: none;
}

.btn-login:hover::after {
  opacity: 0.5;
}

.btn-regist::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-regist.svg) no-repeat center / 24px;
  pointer-events: none;
}

.btn-regist:hover::after {
  opacity: 0.5;
}

.myorders .zumen-btn {
  margin: 10px 0;
}

.zumen-btn:hover {
  background: #6da500;
}

.zumen-btn2:hover {
  background: #325b54;
}

.customize .red {
  color: #ff0000;
}

.customize hr {
  margin: 10px 0;
}

.customize .customize-add-body input[type="number"] {
  width: 4em;
  padding: 8px 4px;
  font-size: 16px;
}

.customize .customize-add-body input:disabled {
  background: #ddd;
  color: #aaa;
}

.item-area.phase-2 > div:first-child {
  width: calc(100% - 340px);
}

.item-area.item-area-customer > div:first-child {
  width: calc(100% - 300px);
  max-width: 700px;
}

.item-photo.phase-2 {
  padding-right: 20px;
  width: 100%;
  max-width: 480px;
  float: left;
  margin-bottom: 10px;
  position: sticky;
  top: 60px;
  left: 0;
}

.item-photo.item-photo-customer {
  max-width: 1200px;
}

.review-item .cart-btn input,
.item-cart.phase-2 .cart-btn input {
  background: var(--main-btnblue-color);
  color: #fff;
  min-width: 200px;
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  font-weight: bold;
}

.item-cart.phase-2 .cart-btn::after {
  background: url(../../img/common/icon-cart-white.png) no-repeat center / 22px;
  top: 0px;
}

.review-item .cart-btn::after {
  background: url(../../img/common/icon-cart-white.png) no-repeat center / 22px;
  top: 10px;
}

.item-cart.phase-2 .cart-btn input:hover {
  background: var(--main-btnblue-hover-color);
}

.customize img.customize-fig,
.customize-fig img {
  max-width: 100%;
}

.customize img.customize-fig {
  /* max-width: 300px;*/
}

section.item-area.phase-2 section.item-detail-sub {
  border: none;
  padding: 0px 20px 0 0 !important;
}

.customize ul.kome2 li::before {
  content: "※";
  text-indent: 1em;
}

.customize ul.kome2 li {
  font-size: 10pt;
  margin: 10px 0;
}

.customize .read-only {
  background: none;
  border: none !important;
}

.customize .customize-hole-selector {
  display: none;
}

.customize-hole-box div {
  display: flex;
  align-items: center;
}

.item-cart.phase-2 .item-types2 #item-quantity,
.item-cart.phase-2 .item-types .item-types-quantity select {
  background-color: #fff;
  padding: 8px;
  font-size: 12pt;
  margin-top: 5px;
}

.item-cart.phase-2 .item-delivery {
  font-size: 10pt;
}

.color-img li:nth-of-type(n + 2) {
  display: none;
}

.customize-body label {
  font-size: 11pt;
}

.customize .add-customize-btn {
  background: #006fc5;
  color: #fff;
}

.customize .add-customize-btn:hover {
  opacity: 0.7;
}

.customize .add-customize-btn.end:hover {
  opacity: 1;
}

.customize .photo-list li {
  max-width: 220px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  text-align: left;
}

.customize .cutomize-2 {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customize .cutomize-2 > div:first-child {
  white-space: nowrap;
  padding-top: 8px;
  padding-right: 5px;
}

.customize .cutomize-2 > div select {
  margin-left: 0;
}

.customize .dn {
  display: none;
}

.customize .end {
  background: #ccc;
  cursor: unset;
}

.customize .hole-fig dt {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}

.customize .hole-fig dd {
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
  width: calc(100% - 260px);
}

.customize .hole-fig table {
  margin: 10px 0;
}

.customize .hole-fig tr th {
  background: #f0f0f0;
}

.customize .hole-fig tr th,
.customize .hole-fig tr td {
  text-align: center;
  border: solid 1px #ccc;
  padding: 2px 5px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  border: solid #000 1px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px #3d64b8;
}

table.table-normal th {
  padding: 5px 10px;
  text-align: center;
  background: #f1f1f1;
}

table.table-normal td {
  padding: 5px 10px;
}

table.table-normal th,
table.table-normal td {
  border: solid 1px #cccccc;
}

table.table-normal h3 span {
  color: #e9cd51;
}

.tag {
  margin: 20px 0 30px;
}

.tag li {
  display: inline-block !important;
  padding: 0 15px;
  min-width: 80px;
  background-color: #777;
  border-radius: 15px;
  font-size: 10pt;
  color: #fff;
}

.tag li a {
  color: #4abcfa;
}

.tag li a::before {
  content: "×";
  margin-right: 5px;
  font-size: 14pt;
  vertical-align: middle;
  position: relative;
  top: 0;
}

.tag li span {
  position: relative;
  top: 2px;
}

.form-comment {
  margin: 0;
  padding: 0;
}

.section-form .table-form .form-comment textarea,
.form-comment textarea {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  padding: 5px;
  height: 4em;
  border: solid 1px #c5c5c5;
  border-radius: 5px;
}

.qr {
  float: right;
  width: 120px;
  text-align: center;
}

.review-item {
  margin: 30px;
  width: 360px;
}

.review-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-item figure img {
  max-width: 100px;
}

.review-item h2 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.review-item h3 {
  font-size: 10pt;
  font-weight: bold;
  padding: 10px 0;
}

.review-item table tr {
  font-size: 9pt;
}

.review-item table td:first-child {
  width: 7em;
}

.review-item input {
  height: 45px;
}

.section-comment-detail h2.title {
  font-size: 14pt;
}

.section-comment.section-comment-detail {
  padding: 40px 20px 0;
}

.section-comment-detail h3 {
  font-size: 12pt;
  font-weight: bold;
}

.youto {
  font-size: 10pt;
  margin: 5px 0 10px;
  display: block;
}

.youto span {
  background-color: #3d64b8;
  color: #fff;
  border-radius: 5px;
  font-size: 9pt;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 7px;
}

.item-detail-table {
  width: 100%;
}

.item-detail-table th {
  width: 11em;
  transition: all 0.5s;
}

.item-detail-table tr:nth-of-type(n + 3) {
  display: none;
}

.item-detail-sub-outer .item-detail-table tr:nth-of-type(n + 3) {
  display: table-row;
}

.item-detail-table tr:nth-of-type(n + 3) div {
  display: none;
}

.item-detail-sub-outer .item-detail-table tr:nth-of-type(n + 3) div {
  display: block;
}

.item-detail-table tr:last-child {
  display: table-row;
}

.table-more {
  color: var(--main-blue-color);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.item-detail-sub-outer .table-more {
  display: none;
}
.item-detail-table.active .table-more {
  font-size: 0;
}

.item-detail-table.active .table-more::before {
  font-size: 10.5pt;
  content: "ー 表示を減らす";
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  color: #006fc5;
  top: auto;
  left: auto;
}

.tag-more {
  color: var(--main-blue-color);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.review-tag li:nth-of-type(n + 16) {
  display: none;
}

.review-tag li:last-child {
  display: block;
}

.review-tag.active li {
  display: inline-block;
}

.review-tag.active li:last-child {
  display: block;
}

.review-tag.active .tag-more {
  font-size: 0;
}

.review-tag.active .tag-more::before {
  font-size: 10.5pt;
  content: "ー 表示を減らす";
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  color: #006fc5;
  top: auto;
  left: auto;
}

@media screen and (min-width: 1580px) {
  .key-slider .key-slider01.key-slider-hiromi .credit {
    right: 10em;
    font-size: 10px;
    width: auto;
  }

  .key-slider .key-slider02.key-slider02b h1 {
    font-size: 42px;
  }

  .key-slider .key-slider01 .title {
    font-size: 40px;
  }

  .key-slider .key-slider01.key-slider-hiromi .title {
    font-size: 50px;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .title {
    font-size: 1.2em;
  }

  .key-slider .key-slider01 .copy01 {
    font-size: 20px;
  }

  .key-slider .key-slider01 .copy02 {
    font-size: 20px;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy02 {
    font-size: 28px;
  }

  .key-slider .key-slider01 .copy04 {
    width: 100px;
    left: 270px;
  }

  .key-slider .key-slider02 h1 {
    font-size: 36px;
  }

  .key-slider .key-slider02 .copy01 {
    font-size: 20px;
  }

  .key-slider .key-slider02 .copy02 {
    font-size: 22px;
  }

  .key-slider .key-slider02 .copy03 {
    font-size: 25px;
  }

  .key-slider .key-slider02 .copy04 {
    width: 100px;
    left: 400px;
  }
}
@media screen and (max-width: 1255px) {
  .item-photo.phase-2 {
    position: relative;
    top: unset;
    margin-bottom: 15px;
    float: unset;
  }
}

@media screen and (max-width: 1150px) {
  .key-slider .key-slider01 .title {
    top: 20px;
  }

  .key-slider .key-slider01.key-slider-hiromi .title {
    top: 30px;
    font-size: 3vw;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .title {
    top: unset;
    font-size: 1rem;
  }

  .key-slider .key-slider01 .copy03 {
    bottom: 40px;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy03 {
    bottom: 7.5vw;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy02 {
    font-size: 1.5vw;
  }

  .key-slider .key-slider01 .copy04 {
    left: 10vw;
  }
}

@media screen and (max-width: 1208px) {
  .item-photo.phase-2 {
    float: none;
    margin: 0 auto;
  }

  .review-item {
    margin: 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
  }

  .review-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-comment.section-comment-detail {
    padding-top: 0;
  }

  .section-comment .inner-narrow.inner-news {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1040px) {
  .customize .customize-step0-box {
    display: block;
  }

  .customize .customize-step0-box .item-zumen-btn {
    width: 100%;
  }

  .customize .hole-fig dt {
    display: block;
    width: 100%;
  }

  .customize .hole-fig dd {
    display: block;
    padding-top: 10px;
    width: 100%;
  }

  .customize .hole-fig table {
    margin: 5px 0;
  }

  .customize .hole-fig table tr th,
  .customize .hole-fig table tr td {
    padding: 2px 5px;
    font-size: 10pt;
  }

  .item-cart.phase-2 .cart-btn,
  .item-cart.phase-2 .btn-normal {
    width: 100%;
  }

  .customize .customze-add-2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    align-self: baseline;
  }

  .customize .customize-flex > div {
    width: 100%;
    order: 1;
  }

  .customize .customize-flex .customize-fig {
    order: 0;
    padding: 0 0 20px;
    text-align: center;
  }

  .customize .customize-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  .key-slider .key-slider01 .title {
    font-size: 20px;
    top: 10px;
  }

  .key-slider .key-slider01 .copy02 {
    bottom: 5px;
  }

  .key-slider .key-slider01 .copy03 {
    bottom: 30px;
    font-size: 14px;
    padding: 2px 10px;
  }

  .key-slider .key-slider02 h1 {
    font-size: 2vw;
  }

  .key-slider .key-slider01.key-slider-hiromi .credit br {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  .customize-hole-box {
    display: block;
  }

  .key-slider .key-slider02.key-slider02b h1 {
    font-size: 6vw;
  }

  .section-comment.section-comment-detail {
    padding: 10px 6px 0;
  }

  .inner-narrow.inner-news {
    margin: 0;
  }

  .review-item {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .review-item .wrap {
    box-sizing: border-box;
    width: auto;
  }

  .review-photo img {
    max-width: 100%;
  }

  .item-photo.phase-2 {
    padding-right: 0px;
  }

  .customize .hole-fig dt {
    display: block;
    width: 100%;
  }

  .customize .hole-fig dd {
    display: block;
    padding-top: 10px;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .customize .hole-fig dt b {
    font-size: 18px;
  }

  .customize .hole-fig table {
    width: 100%;
    margin: 5px 0;
  }

  .customize .hole-fig table tr th,
  .customize .hole-fig table tr td {
    padding: 2px;
    font-size: 7pt;
  }

  .customize select#customize-color {
    /*width: 100%;*/
  }

  .top-section .flex-box {
    display: block;
  }

  .tag li {
    padding: 0 10px;
    min-width: auto;
    font-size: 8pt;
    margin-bottom: 5px;
  }

  .item-area.phase-2 .item-detail-sub table {
    width: 100%;
  }

  .sp-fixed-area {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 35px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0 3px #aaa;
    padding: 3px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-fixed-area .item-price {
  }

  .sp-fixed-area strong {
    font-size: 15pt;
  }

  .sp-fixed-area a {
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    background: #4abcfa;
    border-radius: 5px;
    font-weight: bold;
  }

  section.item-area.phase-2 h1.item-title {
    margin-top: 15px;
  }

  section.item-area.phase-2 .item-cart {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  section.item-area.phase-2 .item-cart.hide {
    display: none;
  }

  section.item-area.item-area.item-area-customer .item-cart {
    padding: 0 20px;
  }

  section.item-area.phase-2 {
    display: block;
    padding: 10px 10px !important;
  }

  .item-area.phase-2 > div:first-child {
    width: 100%;
    box-sizing: border-box;
  }

  .customize {
    margin: 5px 0 15px;
  }

  .customize .customize-body {
    padding: 10px;
  }

  .customize-all-reset {
    margin-bottom: 30px;
  }

  .customize .drawer-title {
    font-size: 14px;
  }

  .key-slider .key-slider01 .title {
    font-size: 7vw;
    top: 10vw;
  }

  .key-slider .key-slider01.key-slider-hiromi .title {
    left: 50%;
    top: 3vw;
    font-size: 6.3vw;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .title {
    top: unset;
    bottom: -34vw;
    font-size: 4vw;
    color: #fff;
    z-index: 100;
    text-align: center;
    background: none;
  }

  .key-slider .key-slider01 .copy01 {
    width: 100%;
    font-size: 4vw;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider01 .copy01 {
    bottom: 2vw;
    font-size: 2.5vw;
  }

  .key-slider .key-slider01 .copy02 {
    font-size: 4vw;
    bottom: 24vw;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy02 {
    left: 50%;
    top: 33vw;
    font-size: 4vw;
  }

  .key-slider .key-slider01 .copy03 {
    font-size: 3.5vw;
    bottom: 15vw;
    padding: 3px 20px;
    white-space: nowrap;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy03 {
    border-radius: 50%;
    width: 28%;
    height: 28%;
    left: unset;
    right: -12%;
    white-space: initial;
    padding: 5vw 12px 4vw 6px;
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .key-slider .key-slider01.key-slider-hiromi .copy03::after {
    right: 0.7em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .copy03 {
    font-size: 3vw;
    top: unset;
    bottom: -27vw;
    right: -10vw;
    width: 25%;
    height: 25%;
    padding: 4vw;
    padding-top: 5vw;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .copy03::after {
    right: 8px;
    width: 0.8em;
    height: 0.8em;
  }

  .key-slider .key-slider01 .copy04 {
    left: 10px;
    bottom: 5vw;
    width: 16vw;
  }

  .key-slider .key-slider02 h1 {
    font-size: 6vw;
    top: 10vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider02 .copy01 {
    font-size: 2.8vw;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider02.key-slider02b .copy01,
  .key-slider .key-slider02.key-slider02b .copy02 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider02 .copy02 {
    font-size: 3.5vw;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider02 .copy03 {
    font-size: 3.5vw;
    bottom: 15vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }

  .key-slider .key-slider02 .copy04 {
    left: 10px;
    bottom: 15vw;
    width: 16vw;
  }

  .key-slider .key-slider01.key-slider-hiromi .credit {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    font-size: 9px;
    width: 12em;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie {
    margin-bottom: 40vw;
    /*width:100vw;*/
    height: 100vw;
  }

  .key-slider .key-slider01.key-slider-hiromi.key-slider-hiromi-movie .hiromi {
    width: 50%;
    position: absolute;
    bottom: -40vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .key-visual-movie {
    background: #409fd3;
    padding: 0 0 1px 0 !important;
    margin-bottom: 10px !important;
  }

  .customize-hole-box div {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  section.item-area.item-area.item-area-customer .item-cart {
    padding: 0 8px;
  }

  section.item-area.phase-2 section.item-detail-sub {
    padding: 0 !important;
    margin-top: 20px;
  }

  .item-detail-sub.phase-2 {
    font-size: 14px;
  }

  .customize .photo-list li {
    max-width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }

  .customize .photo-list li a {
    margin-top: 20px;
    display: inline-block;
  }

  section.item-area.phase-2 h1.item-title {
    font-size: 13pt;
  }

  .customize .customize-add-body {
    padding: 8px;
  }

  .customize .label-auto {
    width: 100%;
    padding: 9px 8px 0 0;
  }

  .customize .label-1em {
    width: 1em;
  }

  .item-types label,
  .customize-body label {
    font-size: 16px;
    padding-top: 9px;
  }

  #step01 .customize-body label {
    width: 2em;
  }

  .customize input[type="number"] {
    font-size: 16px;
  }

  .customize .cutomize-title {
    font-size: 16px;
  }

  .customize .customize-add-title {
    font-size: 16px;
  }

  .customize select {
    width: 100%;
    margin: 5px 5px;
    font-size: 16px;
  }

  .customize input {
    font-size: 16px;
  }

  .customize input.clear-btn {
    font-size: 14px;
    font-weight: normal;
    padding: 3px 10px;
  }

  .sp-fixed-area a {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 7px;
  }

  .sp-fixed-area small {
    font-size: 12px;
  }

  .customize .cutomize-title span {
    font-size: 8pt;
    padding: 5px;
  }

  .customize .customize-flex .customize-fig {
    padding: 5px 0 10px;
  }

  .item-types select,
  .customize-body select {
    width: calc(100% - 8em);
  }

  .customize-body .cutomize-2 div select {
    width: 100%;
  }

  section.item-area.phase-2 .item-description {
    margin: 0 00 0;
  }

  section.item-area.phase-2 .item-description {
    font-size: 15px;
  }

  .item-detail-table th {
    width: 6em;
  }
}

/*20220308*/
.zumen-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zumen-tab li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.zumen-tab li:first-child {
  margin-right: 5px;
}

.zumen-tab li a {
  padding: 10px 20px;
  background: #006fc5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.zumen-tab a:hover {
  opacity: 0.7;
}

.zumen-tab li span {
  font-size: 70%;
  font-weight: normal;
  margin-left: 5px;
}

.zumen-tab a.current {
  pointer-events: none;
  background: #555;
}

.zumen-list {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
}

.zumen-list td:nth-child(1) {
  width: 40px;
}

.zumen-list td:nth-child(2) {
  padding-right: 5px;
}

.zumen-list td:nth-child(3) {
  width: 70px;
}

.zumen-list td:nth-child(4) {
  width: 8em;
}

.zumen-list td:nth-child(5) {
  width: 90px;
}

.zumen-list td:nth-child(6) {
  width: 120px;
}

.zumen-list th {
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  font-weight: normal;
}

.zumen-list th a.current {
  font-weight: bold;
}

.zumen-list > tbody > tr:nth-child(odd) td {
  /*background: #f4f4f4;*/
}

.zumen-list td {
  vertical-align: middle;
  padding: 5px 0;
}

.zumen-list td .fs_s {
  color: #555;
}

.zumen-list img {
  max-width: 30px;
}

.zumen-list .zumen-chumonzumi {
  color: #fff;
  background: #222;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 5px;
  white-space: nowrap;
}

.zumen-list .zumen-morebtn {
  font-size: 12px;
  padding-left: 1em;
}

.zumen-delete {
  font-size: 12px;
  padding-left: 22px;
  display: block;
  background: url(../../img/common/icon-delete.png) no-repeat left / 17px;
}

.zumen-load {
  font-size: 14px;
  display: inline-block;
  background: var(--main-green-color);
  color: #fff;
  font-weight: bold;
  padding: 6px 30px 6px 15px;
  border-radius: 5px;
  position: relative;
}

.zumen-load:hover {
  background: #004c86;
  color: #fff;
}

.zumen-load::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 6px;
  margin: auto;
  background: url("../../img/common/icon-load-white2.svg") no-repeat center / 18px;
}

.zumen-list a:active {
  vertical-align: middle;
}

.zumen-name-editbtn {
  margin-left: 5px;
}

.review-vote p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.review-vote input {
  width: auto;
  padding-left: 30px;
  background: url("../../img/common/icon-nice.svg") left 5px center no-repeat;
  background-size: 20px;
}

.review-vote input:disabled {
  background: #fff;
  color: #4e7559;
  border: solid 1px #fff;
}

.review-vote input:disabled {
  padding-left: 20px;
  background: url("../../img/common/icon-checked.svg") left center no-repeat;
  background-size: 16px;
}

.review-vote input:disabled:hover {
  pointer-events: none;
  cursor: default;
}

.review-vote .btn-default input:disabled {
  cursor: default;
}

.review-vote .btn-xsmall {
  margin-bottom: 0;
}

.popup-cart-in {
  display: none;
}

#link-07 {
  padding-top: 80px;
  margin-top: -80px;
}

.sns-link {
  border-top: solid 1px #2c2c2c;
}

.sns-link ul li {
  display: inline-block;
  padding: 20px;
}

.review-tag li {
  display: inline-block;
  margin: 10px 10px 5px 0 !important;
  width: auto !important;
}

.review-more-btn {
  color: var(--main-blue-color);
  font-size: 15px;
  border: none;
  background: #fff;
  text-decoration: underline;
  margin: 10px;
  padding: 0;
  cursor: pointer;
}

.review-tag li a {
  display: initial !important;
  padding: 6px 15px !important;
  margin: 0 !important;
  color: #000;
  background: var(--main-ulblue-color);
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px #82909b;
  box-shadow: 0px 1px 0px #82909b;
}

.review-tag li a::before {
  content: "#";
}

.review-tag li a:hover {
  opacity: 0.6;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.subtitle .review-btn {
  letter-spacing: 0;
  font-size: 15px;
  margin-left: 20px;
  border: 1px solid #bbb;
  background-color: #eeeeee;
  border-radius: 6px;
  padding: 5px 15px;
  font-weight: normal;
}

h2.subtitle .review-btn a {
  color: #000;
}

.inner-30 {
  padding: 10px 30px;
}

.revew-list-header .item img {
  width: 112px;
}

.revew-list-header h2 {
  font-size: 13px;
  padding-top: 0.5em;
}

@media screen and (max-width: 640px) {
  .revew-list-header .item img {
    max-width: 100%;
    width: 100%;
  }

  h2.subtitle .review-btn {
    display: block;
    text-align: center;
    margin: 5px 5px;
  }

  .review-tag li a {
    padding: 10px 15px;
  }

  .zumen-list {
    width: 100%;
    margin-top: 0;
  }

  .zumen-list > tbody > tr {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ccc;
  }

  .zumen-list th {
    display: none;
  }

  .zumen-list tr:nth-child(odd) td {
    background: none;
  }

  .zumen-list tr:not(:first-child):hover,
  .zumen-list tr:not(:first-child):hover td {
    background: none;
  }

  .zumen-list td {
    padding: 3px 0;
  }

  .zumen-list td:nth-child(1) {
    display: inline-block;
    width: 40px;
  }

  .zumen-list td:nth-child(2) {
    display: inline-block;
    width: calc(98% - 40px);
  }

  .zumen-list td:nth-child(3) {
    display: inline-block;
    width: 70px;
  }

  .zumen-list td:nth-child(4) {
    display: inline-block;
    width: calc(100% - 110px);
  }

  .zumen-list td:nth-child(5) {
    display: inline-block;
    width: 30px;
    text-align: right;
  }

  .zumen-list td:nth-child(6) {
    width: 100%;
    display: inline-block;
  }

  .zumen-list {
    font-size: 13px;
  }

  .zumen-list img {
    margin-right: 5px;
  }

  .zumen-tab li a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 15px 15px 0 0;
  }

  .zumen-delete {
    font-size: 0;
    width: 15px;
    height: 20px;
    margin-left: 10px;
  }

  .zumen-load {
    font-size: 12px;
    padding: 8px;
    max-width: unset;
    width: 100%;
    text-align: center;
  }

  .zumen-list td .fs_s {
    font-size: 12px;
    min-width: 37px;
  }

  .zumen-list > tbody > tr:nth-child(odd) td {
    background: none;
  }
}

@media screen and (max-width: 320px) {
  .zumen-load {
    min-width: 60px;
  }

  .zumen-load2 {
    display: none;
  }
}

.new-key-visual,
.new-key-visual2 {
  max-width: 1188px;
  margin: 0 auto;
}

.new-key-visual li {
  width: calc(50% - 3px);
  max-width: 590px;
  display: inline-block;
  margin-bottom: 3px;
  box-sizing: border-box;
  line-height: 1;
}

.new-key-visual li:nth-child(odd) {
  margin-right: 0;
  margin-left: 0;
}

.new-key-visual li:nth-child(even) {
  margin-right: 0;
  margin-left: 2px;
}

.new-key-visual li img {
  max-width: 100%;
}

.new-key-visual2 li {
  margin-bottom: 10px;
}

.new-key-visual2 li img {
  max-width: 100%;
}

.key-visual-fixed img {
  max-width: 100%;
  cursor: default;
}

.top-page section {
  max-width: 1300px;
  margin: 0 auto;
}

.top-page section.key-visual-movie {
  max-width: none;
}

.top-page section.itemList {
  max-width: 100%;
}

.top-page section.itemList h2,
.top-page section.itemList ul {
  max-width: 1300px;
  margin: 0 auto;
}

.line-through {
  text-decoration: line-through;
}

.top-page h2 {
  position: relative;
}

.top-page h4.subtitle {
  font-weight: bold;
  border-top: solid 1px var(--main-gray-color);
  padding-top: 20px;
}

.top-page h2 .ranking {
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 5px;
}

.top-page h2 .ranking2 {
  background: #00b4ff;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 5px;
}

.top-page .hints {
  background: #ffff32;
  line-height: 1.8;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative;
}

.top-page .hints b {
  display: block;
  border-bottom: solid 1px #202020;
}

.top-page .hints.hints2 {
  background: #eee;
  max-width: 600px;
}

.top-page .hints:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -22px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffff32;
  border-left: 15px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: rotate(-90deg);
}

.top-page .hints.hints2:before {
  border-bottom: 15px solid #eee;
}

.template-banner {
  margin: 30px 20px 30px 0;
  clear: both;
}

.template-banner a {
  color: #fff;
  background: #777;
  font-weight: bold;
  font-size: 13pt;
  padding: 15px 15px;
  display: block;
  border-radius: 10px;
  color: #ffff00;
  text-decoration: underline;
  text-align: center;
  position: relative;
}

.template-banner a:hover {
  color: #ffff00;
  opacity: 0.7;
  text-decoration: none;
}

.template-banner a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #ffff00;
  border-right: 2px solid #ffff00;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.option-corporate-check-box {
  display: none;
}

.option-corporate-check-box.show {
  display: block;
}

td.image small,
li.item-column small {
  text-align: left;
  line-height: 1.3;
  font-size: 10px;
  display: inline-block;
}

.rank-icon {
  width: 100px;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}

header .rank-icon {
  width: 50px;
}

.rank-icon + h2 {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0;
}

.rank-area {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 15px;
  padding: 2px 10px;
}

.rank-area-gold {
  background: #d1ad40;
}

.rank-area-bronze {
  background: #a05335;
}

.rank-area-silver {
  background: #888;
}

.rank-area-god {
  background: #d7993b;
}

.discount-rate {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #006fc5;
  text-decoration: underline;
  text-align: center;
  padding: 1px 6px;
  vertical-align: middle;
}

.review-slider-zoom {
  display: none;
  width: 90%;
  max-width: 1000px;
  z-index: 20000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review-slider-zoom .review-slider li img {
  max-height: 60vh;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.review-slider-zoom .review-slider li {
  text-align: center;
}

.review-slider-zoom .review-slider .slick-slide {
  background: #333;
}

.review-slider-zoom.zoom {
  display: block;
}

.review-slider-thumb li {
  margin: 5px 5px 0 0;
  border: solid 2px #fff;
  width: 60px;
}

.review-slider-thumb li.slick-current {
  border: solid 2px #00b4ff;
}

.review-slider-zoom .slick-dots li button:before {
  color: #fff;
  font-size: 17px;
  opacity: 1;
}

.review-slider-zoom .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00b4ff;
}

.review-slider-zoom .slick-arrow {
  background-image: url(../../img/common/slide-arrow2.png);
}

.dl-option dt {
  display: inline-block;
  vertical-align: top;
  width: 8em;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2;
}

.dl-option dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 2;
  width: calc(100% - 8.3em);
  text-align: left;
}

table.detail .dl-option dt {
  font-size: 12px;
  line-height: 1.1;
}

table.detail .dl-option dd {
  font-size: 12px;
  line-height: 1.1;
}

.top-section ul.top-sns,
ul.detail-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

ul.detail-sns {
  margin-top: 3px;
}

ul.detail-sns li:nth-child(2) {
  text-align: center;
}

.top-section ul.top-sns li,
ul.detail-sns li {
  width: auto;
  margin: 0 15px 0 0;
}

ul.detail-sns li {
  font-size: 13px;
}

.top-section ul.top-sns li a,
ul.detail-sns li a {
  text-align: center;
}

ul.detail-sns li img {
  width: 18px;
  vertical-align: middle;
}

section.item-area.phase-2 .item-cart dt.discount {
  color: red;
  font-size: 10.8pt;
}

.top-section-03 ul li a.kotsu {
  background: var(--main-blue-color);
  color: #ffff32;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 28px 8px;
  text-decoration: underline;
  position: relative;
  margin: 0;
  transition: all 0.3s;
  display: block;
}

.top-section-03 ul li a.kotsu:hover {
  opacity: 0.7;
}

.top-section-03 ul li a.kotsu::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #ffff32;
  border-right: 2px solid #ffff32;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detail-table {
  height: 132px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 10px;
  border: solid 1px #ccc;
  padding: 10px;
}

.myorders .detail-table {
  width: 100%;
}

/*
.detail-table::-webkit-scrollbar {
    background:#fff;
    width:8px;
  }
.detail-table::-webkit-scrollbar-thumb {
    background:#bbb;
    border-radius: 50px;
    height: 50px;
}
*/
#comments {
  margin-top: -60px;
  padding-top: 60px;
}

.all-comments a.fs_m {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 8px;
  position: relative;
}

.all-comments a.fs_m ::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #006fc5;
  border-right: 2px solid #006fc5;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.all-comments .fs_m.review-cart-btn {
  display: inline-block;
  border: none;
  width: auto;
}

.review-cart-btn {
  margin-top: 20px;
  padding: 5px 0;
  display: block;
  font-size: 10pt !important;
  display: inline-block;
  padding: 5px 10px 5px 32px !important;
  border-radius: 5px;
  background: #4abcfa;
  color: #fff;
  position: relative;
}

.review-cart-btn b::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 8px;
  margin: auto;
  background: url(../../img/common/icon-cart-white.png) no-repeat center / 18px;
  top: -1px;
}

.review-cart-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.snapwidget-widget {
  pointer-events: none;
  height: 50vw;
  max-width: 900px;
  max-height: 600px;
}

.sns-cover {
  display: block;
}

.color-btn {
  background: #006fc5;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 25px 3px 10px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.color-btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.color-btn:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.bg-yellow-block {
  display: inline-block;
  background: var(--main-btnblue-color);
  padding: 5px 5px;
  text-align: center;
  color: #ffff00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -20px -20px 0 -20px;
  width: calc(100% + 40px);
}

.bg-yellow-block span {
  font-size: 18px;
  color: #fff;
}

.bg-yellow-block .color-btn {
  color: #006fc5;
  background: #fff;
  padding: 3px 15px;
}

#popup-shippingfree {
  display: block;
}

#popup-shippingfree a.close-btn {
  color: #fff;
}

#popup-shippingfree > div {
  background: #006fc5;
  height: 450px;
  max-width: 580px;
  width: calc(100% - 12px);
}

#popup-shippingfree > div .lead {
  color: #ffffff;
}

#popup-shippingfree > div .lead-1 {
  font-size: 44px;
  display: inline-block;
  padding-bottom: 20px;
}

#popup-shippingfree > div .lead-2 {
  color: #ffff00;
  border: solid 2px #ffff00;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 20px;
}

#popup-shippingfree p {
  padding: 30px 0 20px;
}

#popup-shippingfree p.body {
  padding-top: 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

#popup-webpush > div {
  width: calc(100% - 20px);
  height: 420px;
  text-align: left;
  background: #cfe3eb;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

#popup-webpush p {
  padding: 10px 0;
}

#popup-webpush > div img {
  border-radius: 5px;
}

#popup-webpush2 {
  background: none;
  animation: webpush 0.3s;
  animation-timing-function: ease-in-out;
}

@keyframes webpush {
  0% {
    scale: 130%;
    opacity: 0.3;
  }

  35% {
    scale: 95%;
    opacity: 1;
  }

  60% {
    scale: 106%;
  }

  100% {
    scale: 100%;
  }
}

#popup-webpush2 > div {
  width: calc(100% - 20px);
  height: 260px;
  background: #cfe3eb;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

#popup-webpush2 > div img {
  border-radius: 5px;
}

#popup-webpush2 p {
  padding: 10px 0;
}

#popup-webpush .btn-webpush,
#popup-webpush2 .btn-webpush {
  background: var(--main-blue-color);
  color: #fff;
  font-weight: bold;
}

#popup-webpush .btn-webpush::after,
#popup-webpush2 .btn-webpush::after {
  border-color: #fff;
}

#popup-webpush .btn-webpush:hover,
#popup-webpush2 .btn-webpush:hover {
  background: #00b4ff;
}

.webpush-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#content #mainContent section.detail-faq {
  padding: 0 20px 40px 0;
  margin-bottom: 60px;
  overflow-x: auto;
}

.detail-faq h2.subtitle {
  font-size: 14pt;
  margin: 0;
  padding-top: 0;
}
.item-detail-sub h2.subtitle {
  margin: 0;
}

.detail-faq dl {
  padding: 0;
  font-size: 14px;
  position: relative;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.detail-faq dt {
  font-size: 14px;
  cursor: pointer;
  padding: 10px 0 10px 50px;
  position: relative;
  border-top: solid 1px #ccc;
}

.detail-faq dt:first-child {
  border: none;
}

.detail-faq dt::before {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 20px;
  content: "Q";
  color: #00b4ff;
  font-size: 24px;
  font-weight: bold;
}

.detail-faq dt:nth-child(n + 6) {
  display: none;
}

.SP .detail-faq dt:nth-child(n + 6) {
  display: block;
}
.SP .faq-more {
  display: none !important;
}

.detail-faq dt::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.5s;
}

.detail-faq dt.active::after {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.detail-faq dd {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  display: none;
  font-size: 14px;
}

.detail-faq dd::before {
  position: absolute;
  left: 15px;
  top: -7px;
  width: 20px;
  content: "A";
  color: #888;
  font-size: 24px;
  font-weight: bold;
}

.detail-faq dd:last-child {
  padding: 10px 0 0;
  border-top: solid 1px #ccc;
  display: block;
  text-align: center;
  color: #006fc5;
  cursor: pointer;
}

.detail-faq--sp dd:last-child {
  border-top: none;
  display: none;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  text-align: left;
  color: var(--main-black-color);
  cursor: unset;
}

.detail-faq dd:last-child::before {
  display: none;
}

.detail-faq--sp dd:last-child::before {
  display: block;
}

.detail-faq.active dd:last-child {
  font-size: 0;
}

.detail-faq.active dd:last-child::before {
  font-size: 10.5pt;
  content: "ー 表示を減らす";
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
  color: #006fc5;
  top: auto;
  left: auto;
}

.text-btn {
  display: block;
  text-decoration: none;
  background: #3b9fed;
  color: #fff;
  font-weight: bold;
  font-size: 14pt;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px auto 20px;
  text-align: center;
  width: 400px;
  transition-duration: 300ms;
  position: relative;
}

.text-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.scroll-contents {
  display: flex;
  overflow: hidden;
}

.scroll-contents-list {
  display: flex !important;
  flex-wrap: unset !important;
  list-style: none !important;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-contents:hover .scroll-contents-list {
  animation-play-state: paused;
}

.scroll-contents-list li {
  display: inline-block !important;
  margin-right: 5px !important;
  width: calc(100vw / 7) !important;
}

.scroll-contents-list li a {
  margin: 0 !important;
}

.scroll-contents-list li img {
  border-radius: 8px;
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1040px) {
  .sticky-quotation {
    display: none;
  }

  .top-page .hints:before {
    transform: rotate(0deg);
    top: -15px;
    left: 45%;
  }

  .bg-yellow-block {
    margin: 20px 0;
    border-radius: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #content #mainContent section.detail-faq {
    margin-bottom: 30px;
  }

  .top-page h4.subtitle {
    text-align: center;
    margin: 30px 15px 15px;
  }

  .key-visual-fixed img {
    width: 100%;
  }

  .template-banner a {
    padding: 15px 35px 15px 15px;
  }

  .snapwidget-widget {
    height: 64vw !important;
  }

  .top-page .hints {
    display: block;
    margin-left: 10px;
    /*font-size: 13px;*/
    line-height: 1.8;
  }

  .template-banner {
    margin: 20px 0;
  }

  .scroll-contents-list li {
    margin-right: 5px !important;
    width: calc(100vw / 3) !important;
  }

  .top-section-03 ul li a.kotsu {
    font-size: 14px;
    width: 100%;
    display: block;
  }

  #popup-webpush2 > div {
    height: 310px;
  }
}
.quotation {
  width: 360px;
}
.quotation dt {
  display: inline-block;
  width: 13em;
  font-weight: bold;
  font-size: 14px;
}

.quotation dd {
  display: inline-block;
  width: calc(100% - 14em);
  font-size: 14px;
  text-align: right;
}

.slider-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  top: -50px;
  right: 30px;
  background: #fff;
  color: #006fc5;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 20px;
}

.return-area {
  font-size: 10.5pt;
  line-height: 1.7;
}

.return-area-box {
  background: #effbff;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  display: block;
  margin: 10px auto;
  border: solid 3px #e1c5af;
}

.btn-review-all {
  min-width: 300px;
  width: 300px;
}

.quote-banner a {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1.8vw, 20px);
  font-weight: bold;
  border: solid 2px #006fc5;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.quote-banner a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #006fc5;
  border-right: 2px solid #006fc5;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.space {
  width: 5em;
  display: inline-block;
}

.item-id {
  color: #666;
}

a.download {
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  border-radius: 6px;
  color: #000;
  min-width: 240px;
  min-height: 50px;
  padding: 13px;
  border: none;
  background-color: #9adcff;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  position: relative;
  color: #333;
  cursor: pointer;
  vertical-align: top;
}

a.download.dl-btn {
  min-width: 280px;
}

.zumen-btns a.download.dl-btn {
  min-width: 200px;
}

a.download:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}

a.download.dl-btn::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 11px;
  right: 10px;
  margin: auto;
  background: url(../../img/common/icon-download.svg) no-repeat center / 22px;
}

.w280 {
  width: 280px;
}

.zumen-share .html-area input {
  width: 100%;
}

.zumen-share .box {
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 14px;
}

.zumen-share .box dl dt {
  display: inline-block;
  width: 4em;
  vertical-align: top;
  margin-bottom: 10px;
  text-align: left;
}

.zumen-share .box dl dt img {
  margin: 0;
}

.zumen-share .box dl dd {
  display: inline-block;
  width: calc(100% - 4.5em);
  vertical-align: top;
  margin-bottom: 10px;
}

button.buy-btn {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #9adcff;
  color: #333;
  padding: 0 10px;
  min-height: 50px;
  width: 100%;
  vertical-align: top;
  position: relative;
  display: block;
  background-color: #4abcfa;
  color: #fff;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

button.buy-btn::after,
button.zumen-buy-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.zumen-buy-btn {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #9adcff;
  color: #333;
  padding: 0 10px;
  min-height: 50px;
  width: 100%;
  vertical-align: top;
  position: relative;
  display: block;
  background-color: var(--main-blue-color);
  color: #fff;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

button.point-btn {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  font-weight: bold;
  border-radius: 5px;
  width: 360px;
  border: none;
  cursor: pointer;
  background: #4abcfa;
  color: #fff;
  padding: 0 10px;
  margin: 10px auto;
  min-height: 50px;
  position: relative;
  display: block;
}

button.point-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.point-btn:hover {
  opacity: 0.7;
}

button.redesign-btn {
  font-size: 16px;
  box-sizing: border-box;
  font-size: 12pt;
  border-radius: 5px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #9adcff;
  color: #333;
  padding: 0 10px;
  min-height: 50px;
  width: 100%;
  vertical-align: top;
  position: relative;
  display: block;
}

button.redesign-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.customer-title {
  background: #fff;
  border: solid 1px #ff333f;
  color: #ff333f;
  font-size: 16px;
  border-radius: 3px;
  padding: 3px 15px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

.customer-icon {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 6px;
  background: #c59fe5;
  color: #fff;
  margin: 0 5px 1px 0;
  display: inline-block;
  border-radius: 3px;
}

#parts {
  clear: both;
}

.item-area-customer > div {
  max-width: 1200px;
  margin: 0 auto;
}

.guide-btn {
  color: #006fc5;
  font-size: 15px;
  padding: 3px;
  text-decoration: underline;
}

.guide-btn img {
  width: 20px;
}

.guide-btn span {
  padding: 0 0 0 3px;
  display: inline-block;
}

.customer-date {
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #666;
  font-size: 16px;
}

.customer-comment-title {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

.popup-zumen {
  position: fixed;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 0;
  left: 0;
  z-index: 20001;
  display: none;
  margin: 50px;
}

.popup-zumen iframe {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.popup-zumen .close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
}

.customer-zumen-list {
  background: url("../../img/common/zumenthumb.jpg");
  background-size: cover;
  color: #000;
  text-align: center;
  display: block;
  position: relative;
  margin-right: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  flex: 0 0 12%;
}

.customer-zumen-list::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.customer-zumen-list div {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 5px);
  -webkit-transform: translate(-50%, 5px);
  font-size: 14px;
}

.item-slider-thumb .none {
  height: 1px;
}

.daihyo {
  text-align: center;
  width: 3em;
}

.mw100 {
  max-width: 100%;
}

.customer-name {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}

.error-box {
  border: solid 4px #ff0000;
  padding: 20px;
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
  background-color: #ffffa2;
}

.item-area.item-area-customer {
  max-width: 1280px;
  margin: 0 auto;
}

.chumon-input:nth-child(n + 2) {
  display: none;
}

.section-form .table-form .chumon-input table.customer-regist > tbody > tr > td {
  vertical-align: middle !important;
  padding: 15px 0 15px 10px;
  display: table-cell;
}

.chumon-input table td:first-child {
  white-space: nowrap;
  padding: 15px 0 15px 0;
}

.chumon-input table.customer-regist > tbody > tr > td:last-child {
  text-align: right;
  width: auto;
  max-width: 140px;
  white-space: nowrap;
}

.add-chumon-btn {
  cursor: pointer;
}

.add-chumon-btn.disabled {
  color: #999;
  cursor: default;
}

#drop-table th {
  border: solid 1px #cccccc;
  padding: 5px 10px !important;
  background: #f1f1f1;
  text-align: center !important;
  width: auto !important;
}

#drop-table td {
  width: auto !important;
  border: solid 1px #cccccc;
  padding: 5px 10px !important;
  display: table-cell !important;
  vertical-align: middle !important;
}

.add-customer-item {
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #9adcff;
  color: #000;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  float: right;
}

#hiromi {
  position: absolute;
  left: 280px;
  top: 0;
  transition: all 0.5s;
}

#hiromi img {
  max-height: 100%;
}

header.smaller #hiromi {
  height: 50px;
  left: 240px;
}

.uploadimage {
  width: 100%;
  max-width: 200px;
}

span.akurima {
  font-size: 16px;
}

.akurima-box {
  display: block;
  border: solid 3px #ff333f;
  color: #ff333f;
  font-weight: bold;
  padding: 20px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.akurima-caution {
  display: block;
  border: solid 3px #ff333f;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.notshowagain {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.zumen-column {
  padding: 5px 0 5px 3px;
}

.zumen-column img {
  max-width: 100%;
}

.customer-number {
  font-size: 14px;
  color: #666;
}

.customer-status {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #107dd1;
  border-radius: 15px;
  display: inline-block;
  padding: 2px 10px 1px;
}

.customer-status-01 {
  background: #006837;
}

.customer-status-03 {
  background: #999;
}

.customer-regist td {
  padding: 15px 0 15px 3px !important;
}

.customer-zumen-btn {
  cursor: pointer;
}

.detail-table table td:first-child {
  width: 7em;
  font-size: 9pt;
  padding: 0 !important;
  margin: 0;
  vertical-align: top !important;
  display: table-cell;
}

.detail-table table td:last-child {
  width: auto;
  font-size: 9pt;
  text-align: left;
  padding: 0 !important;
  margin: 0;
  vertical-align: top !important;
  display: table-cell;
}

td.zumen-column {
  text-align: right !important;
  vertical-align: middle;
}

td.zumen-column img {
  margin-top: 15px;
}

.pre-customer-status {
  font-size: 13px;
}

.bgyellow {
  background: #ffffa2;
  padding: 5px 10px !important;
  display: block;
}

.review-subtitle {
  padding: 30px;
}

.guide-banner {
  display: block;
  margin: 0 0 20px;
}

.guide-banner img {
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.akurima h1.pageTitle {
  color: #ff333f;
  padding-bottom: 0;
}

.review-vote-display input {
  pointer-events: none;
}

.market-vote input {
  width: auto;
  padding-left: 30px;
  background: url("../../img/common/icon-nice.svg") left 5px center no-repeat;
  background-size: 20px;
}

.market-vote input.active {
  color: #aaa;
  border-color: #ccc;
  background-color: #fff;
}

.new-key-visual picture,
.new-key-visual2 picture {
  display: block;
  overflow: hidden;
}

.new-key-visual2 a:hover img,
.new-key-visual a:hover img {
  opacity: 1;
}

.new-key-visual2 picture {
  /* border: solid 1px #eee;*/
}

.square-visual picture img,
.new-key-visual2 picture img,
.new-key-visual picture img {
  height: auto;
  transition: transform 0.3s ease;
}

.square-visual picture:hover img,
.new-key-visual2 picture:hover img,
.new-key-visual picture:hover img {
  transform: scale(1.08);
  /* 拡大 */
}

.images-upload-title {
  font-weight: bold;
  font-size: 16px;
}

.drop-area-title {
  font-size: 16px;
}

.drop-area {
  border: 3px dashed #c8c8c8;
  background-color: #fffaf0;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.drop-area.hover {
  background: #ebffe2;
}

.drop-area label {
  display: inline-block;
}

.drop-area label:hover {
  cursor: pointer;
}

.drop-area label input {
  display: none;
}

.drop-area label svg {
  width: 50px;
  fill: currentColor;
  color: #909090;
}

.preview-area {
  min-width: 100px;
  margin: 15px auto;
  text-align: center;
}

.preview-area img {
  max-width: 100%;
  width: auto;
}

.images-upload label.images-upload-label span {
  padding: 0 5px;
}

.images-upload input[type="file"] {
  display: none;
}

.images-upload .images-clear-btn {
  display: none;
}

.images-clear-label {
  display: inline-block;
}

.images-clear-label {
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  right: 0;
  background: url(../../img/common/icon-trash.svg) no-repeat center right 0 /20px;
  cursor: pointer;
}

.images-upload {
  display: block;
  margin-top: 5px;
}

.images-upload div {
  position: relative;
  border: solid 2px #eee;
  padding: 15px;
}

.images-upload > div:nth-child(2),
.images-upload > div:nth-child(3),
.images-upload > div:nth-child(4),
.images-upload > div:nth-child(5),
.images-upload > div:nth-child(6),
.images-upload > div:nth-child(7),
.images-upload > div:nth-child(8),
.images-upload > div:nth-child(9),
.images-upload > div:nth-child(10) {
  display: none;
}

.border-box {
  margin: 5px 0;
  padding: 30px 15px;
  border: solid 1px #ccc;
  text-align: center;
}

.border-box .btn-default.w30 {
  margin: 0 auto !important;
}

.section-form .table-form #drop-table tr th {
  vertical-align: middle;
}

#drop-table {
  width: 100%;
  display: table;
  margin-top: 10px;
}

#drop-table tbody {
  width: 100%;
  display: table;
}

#drop-table img {
  width: 100%;
  max-width: 150px;
}

.section-form .table-form #drop-table tr td {
  text-align: center;
}

.uploader-label {
  border: solid 1px #666;
  border-radius: 3px;
  background: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
  padding: 4px 8px;
  font-weight: bold;
  color: var(--main-blue-color);
}

.uploader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.preview-filename {
  font-weight: bold;
}

.factory_banner2 {
  display: block;
  background: #eee;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  margin-top: 15px;
}

.images-clear-btn3 {
  display: none;
}

.top-review {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.top-review li {
  width: 22%;
  margin-right: 3%;
  overflow: hidden;
}

.top-review-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.top-review-photo {
  max-width: 100% !important;
}

.top-review-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--main-black-color);
  font-size: 12px;
}

.top-review-title2 {
  padding-bottom: 0 !important;
  font-weight: normal;
  color: #006fc5 !important;
  display: block !important;
}

.item-area-customer2 {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}

.item-area-customer2-box .review-item {
  display: inline-block;
  margin: 20px 20px 20px 0;
}

.item-area-customer2-title {
  font-size: 20px;
  border-bottom: solid 1px #ccc;
}

#cmn-product-btn {
  position: fixed;
  bottom: 127px;
  right: 10px;
  padding: 15px 25px 15px 15px;
  background: rgba(0, 60, 100, 0.8);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

#cmn-product-btn::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-badge {
  font-size: 9pt;
  font-weight: bold;
  background: #c780e5;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 6px;
  margin-bottom: 5px;
}

.flex {
  display: flex;
  align-items: center;
}

.customize-body .flex label {
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

.webpush-2tns {
  display: flex;
  gap: 5px;
}

.w100 {
  width: 100%;
}

.credit-security {
  height: 80px;
}

.credit-card {
  font-size: 16px;
  font-weight: bold;
}

.credit-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-card span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  width: 6em;
}

.credit-card li .btn {
  min-width: 100px;
}

.credit-card-add tr {
  border: none !important;
  padding-bottom: 10px;
}

.credit-card-add th {
  padding: 5px 0 !important;
  display: table-cell !important;
  width: 12em !important;
  border: none !important;
  vertical-align: middle !important;
}

.credit-card-add td {
  padding: 5px 0 !important;
  width: calc(100% - 13em) !important;
  border: none !important;
}

.credit-card-add input {
  font-size: 18px !important;
  padding: 7px 10px !important;
}

.input-text-chk {
  width: 5em;
}

.credit-card-add .credit-security {
  height: 60px;
  margin-left: 10px;
}

.credit-date {
  width: 4em !important;
  font-size: 18px !important;
  padding: 7px 10px !important;
}

.flex-box {
  display: flex;
  align-items: center;
}

.regist-box {
  text-align: center;
  padding: 30px;
}

.waribiki-selector {
  border: solid #ccc 1px;
  padding: 15px 10px 5px;
  border-radius: 10px;
  margin-top: 5px;
}

.waribiki-selector div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.waribiki-selector label {
  float: unset;
  width: unset !important;
  padding: 0 0 10px;
  font-weight: normal;
}

.waribiki-selector__red {
  font-weight: normal;
  color: var(--main-red-color);
  font-size: 10pt;
}

.waribiki-selector__price {
  font-size: 18pt;
  padding-right: 0.1em;
}

.waribiki-selector__link {
  font-size: 9pt;
  line-height: 1.3;
  padding: 3px 0;
}

.waribikigaku {
  background: var(--main-red-color);
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.discount-box {
  display: flex;
  justify-content: space-between;
}

.discount-box dd {
  display: flex !important;
  width: calc(100% - 6em);
  align-items: center;
}

.discount-box2 {
}

.discount-total {
  display: flex;
  justify-content: space-between;
}

.discount-total dd {
  display: flex !important;
  align-items: center;
  width: calc(100% - 6em);
}

.waribiki-selector__tokuten {
  margin-bottom: 5px;
  display: inline-block;
}

.waribiki-selector__tokuten span {
  background: var(--main-blue-color);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0;
  line-height: 1;
  border-radius: 5px;
}

.waribiki-selector__txt {
  display: none;
  font-size: 14px;
}

.waribiki-selector--disabled .waribiki-selector__point {
  color: var(--main-gray-color);
}

.waribiki-selector--disabled .waribiki-selector__point input,
.waribiki-selector--disabled .waribiki-selector__point label {
  cursor: default;
  pointer-events: none;
}

.waribiki-selector--disabled .waribiki-selector__point .waribiki-selector__red {
  color: var(--main-gray-color);
}

.waribiki-selector--disabled .waribiki-selector__link a {
  color: var(--main-gray-color);
}

.waribiki-selector--disabled .waribiki-selector__tokuten span {
  background-color: var(--main-gray-color);
}

.waribiki-selector--disabled .waribiki-selector__txt {
  color: var(--main-gray-color);
}

.waribiki-selector--disabled .drawer-btn {
  cursor: default;
  pointer-events: none;
}

.waribiki-selector--disabled .drawer-btn::after {
  display: none;
}

.fuyo-point {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-types2 {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 160px 87px;
}

.item-types2__quantity,
.item-types2__price,
.item-types2__discount,
.item-types2__total {
  display: contents;
}

.item-types2 #item-quantity {
  grid-column: 2 / 4;
}
.item-types2 .item-types-contents,
.item-types2 .item-types-color,
.item-types2 .item-types-width,
.item-types2 .item-types-height,
.item-types2 .item-types-width2,
.item-types2 .item-types-height2 {
  display: contents;
}
.item-types2 #item-color,
.item-types2 .item-types-contents {
  grid-column: 2 / 4;
}
.item-types2 .item-types-contents select,
.item-types2 .item-types-height select,
.item-types2 .item-types-width select {
  width: calc(100% - 5px);
}
.item-types2__discountbox {
  grid-column: 1 / 4;
}

.item-types2__quantity label,
.item-types2__price div:first-child,
.item-types2__discount div:first-child,
.item-types2__total div:first-child {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 11pt;
}

.item-types2__price div:nth-child(2) {
  text-align: right;
}

.item-types2__discount .sale-price {
  color: #ff1f34;
  font-size: 18pt;
  text-align: right;
}

.item-types2__total .item-price {
  text-align: right;
}

.item-types2__discount div:nth-child(3) {
  display: flex;
  align-items: center;
}

.item-types2__total div:nth-child(3) {
  display: flex;
  align-items: center;
}

.tab-1 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  clear: both;
}

.tab-1 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 1em 0.5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #e9f0f6;
  color: #535353;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}

.tab-1 > label:hover {
  opacity: 0.8;
}

.tab-1 input[name="tab-1"] {
  display: none;
}

.tab-1 > div {
  display: none;
  width: 100%;
  padding: 1.5em 0;
  background-color: #fff;
}

.tab-1 > label:has(:checked) {
  background-color: #fff;
  border-color: var(--main-blue-color) #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
}

.tab-1 > label:has(:checked) + div {
  display: block;
}
.icon-alert {
  margin: 0 5px 0 0;
  width: 26px;
  vertical-align: top;
}
.aleart-box {
  background: var(--main-btnblue-color);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 5px 10px 5px 0;
  border-radius: 5px;
  font-weight: bold;
}
#aleart-mm-w,
#aleart-mm-h {
  display: none;
}

#aleart-mm {
  display: none;
  padding: 10px;
  border: solid 1px var(--main-gray-color);
  border-radius: 5px;
  margin: 5px 5px 5px 0;
  background-color: #ffffa2;
}

.aleart-mm__title {
  font-size: 16px;
  text-align: center;
}

#aleart-mm .icon-alert {
  margin: 0 auto;
  display: block;
}

.s-banner {
  max-width: 80%;
  margin: 5px auto;
}
.image-overlay {
  position: fixed;
  z-index: 999;
  border: 1px solid #ccc;
  max-width: 60%;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 5px #aaa;
}

.image-overlay.invisible {
  display: none;
}

.image-overlay.visible {
  display: block !important;
}

.image-overlay img {
  width: 100%;
}
.waribiki-fig {
  margin-top: 15px;
}
.price-and-point {
  width: 45px;
  display: inline-block;
  text-align: left;
}

.sidebar--mypage {
  padding: 30px 20px 30px 30px;
  width: 320px !important;
}
.sidebar--mypage h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.sidebar--mypage ul li a {
  position: relative;
  color: var(--main-black-color);
  font-weight: normal;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 17px 0 17px 48px;
  background-color: #dbedfa;
  border-radius: 5px;
  margin-bottom: 2px;
}
.sidebar--mypage ul li a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  transition: all 0.2s;
}
.sidebar--mypage ul li a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar--mypage ul li a:hover::after {
  right: 10px;
  transition: all 0.4s;
}
.sidebar--mypage ul {
  margin-bottom: 20px;
}
.section-mypage h2 {
  margin-bottom: 0;
}
.budge-coupon {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  background-color: #333;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 20px;
  float: right;
  margin-right: 30px;
}
.taikai {
  background-color: #eee !important;
  font-weight: normal !important;
  padding: 5px 0 5px 15px !important;
  color: #666 !important;
}

.sidebar-link01 {
  background: url(../../img/common/icon-shopping-l.png) no-repeat center left 15px / 7px;
  background-size: 18px;
}
.sidebar-link02 {
  background: url(../../img/common/icon-review-l.png) no-repeat center left 15px / 7px;
  background-size: 18px;
}
.sidebar-link03 {
  background: url(../../img/common/icon-customer.svg) no-repeat center left 15px / 7px;
  background-size: 24px;
}
.sidebar-link04 {
  background: url(../../img/common/icon-point-l.png) no-repeat center left 15px / 7px;
  background-size: 24px;
}
.sidebar-link05 {
  background: url(../../img/common/icon-zumen.svg) no-repeat center left 15px / 7px;
  background-size: 24px;
}
.sidebar-link06 {
  background: url(../../img/common/fav-mark.png) no-repeat center left 15px / 7px;
  background-size: 22px;
}
.sidebar-link07 {
  background: url(../../img/common/icon-coupon-l.png) no-repeat center left 15px / 7px;
  background-size: 22px;
}
.sidebar-link08 {
  background: url(../../img/common/icon-setting.svg) no-repeat center left 15px / 7px;
  background-size: 22px;
}
.sidebar-link09 {
  background: url(../../img/common/icon_delivery_bk.svg) no-repeat center left 12px / 7px;
  background-size: 29px;
}
.sidebar-link10 {
  background: url(../../img/common/icon-credit.svg) no-repeat center left 15px / 7px;
  background-size: 25px;
}
.sidebar-link11 {
  background: url(../../img/common/icon-friends.svg) no-repeat center left 15px / 7px;
  background-size: 25px;
}
.section-campaign2 {
  width: calc(100% - 320px);
  padding-top: 10px !important;
  text-align: left;
  margin: 0 0 0 10px !important;
}
.section-campaign2 .wrap {
  padding: 20px;
}
.section-campaign2 .inner-narrow {
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  max-width: 1200px;
}
.section-order {
  max-width: 1200px;
  margin: 0 auto 30px !important;
}
.status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status__box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.status__bar {
  width: 300px;
}
.shipping-date {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-green-color);
  display: inline-block;
}

.shipping-date-title--b {
  width: 150px;
  display: inline-block;
}
.myorders .item2columns {
  margin-top: 5px;
}
.shipping-date-sub {
  margin-bottom: 5px;
  display: inline-block;
}

.shipping-date-margin2 td,
.shipping-date-margin2 th {
  padding-bottom: 10px;
}

@media screen and (max-width: 1580px) {
  .section-campaign2 .inner-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .status {
    flex-wrap: wrap;
  }
  .shipping-date-title {
    font-size: 12px;
    min-width: 120px;
    display: inline-block;
  }
  .shipping-date-title--b {
    width: 1250px;
  }
  .section-order > .bgyellow {
    margin: 0 30px;
  }
  .section-campaign2 {
    width: 100%;
    margin: 0 !important;
    padding: 0 10px;
  }

  .section-form .table-form table#drop-table tr {
    display: table-row;
  }

  #drop-table th {
    display: table-cell !important;
  }

  .credit-card-add {
    margin: 15px;
  }
}

@media screen and (max-width: 968px) {
  #hiromi {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .tab-1 > label,
  .tab-1 > label + div + label {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .myorders ul.item.item2columns li {
    width: 100%;
    display: block;
  }
  .shipping-date-margin {
    margin-top: 0;
  }
  .myorders .status b {
    padding-left: 0;
  }
  .status__bar {
    width: 100%;
    max-width: 340px;
  }
  .status__box {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .shipping-date {
    font-size: 18px;
  }
  .sidebar--mypage {
    padding: 0;
    width: 100% !important;
    margin-top: 10px;
  }
  .sidebar--mypage h2 {
    margin: 0;
    padding: 5px 15px 5px 20px;
    font-size: 12px;
  }
  .sidebar--mypage ul {
    padding: 5px;
  }
  .sidebar--mypage ul li a {
    padding: 20px 10px 20px 50px;
    font-size: 15px;
  }
  .sidebar--mypage ul li a::after {
    right: 15px;
    border-color: #666;
  }
  .sidebar--mypage ul {
    margin-bottom: 0;
  }
  .image-overlay {
    max-width: 70%;
  }
  .aleart-box {
    margin: 5px 0;
  }
  .regist-box {
    padding: 20px 0 10px;
    font-size: 14px;
  }

  .review-subtitle {
    padding: 30px 30px 0;
  }

  .drop-area {
    padding: 0;
    border: none;
    background-color: #fff;
    width: auto;
  }

  .uploader-label {
    width: 100%;
    display: block;
    padding: 4px;
  }

  .preview-area {
    width: 70px;
  }

  .new-key-visual2 picture {
    border: solid 1px #eee;
  }

  .factory_banner2 h2 {
    font-size: 14px;
  }

  .factory_banner2 span {
    font-size: 14px;
  }

  .top-review li {
    width: 47% !important;
    margin-right: 3% !important;
    margin-bottom: 15px !important;
    overflow: hidden !important;
  }

  .top-review-title {
    height: 3em;
    font-size: 13px;
    margin-top: 2em;
  }

  .top-review-title2 {
    display: none !important;
  }

  .factory_banner2 {
    margin: 20px 15px 0;
  }

  .top-review a {
    padding: 0 !important;
  }

  .item-area-customer2-box .review-item {
    margin: 0;
  }

  #content #mainContent section.item-area-customer2 {
    padding: 20px;
  }

  #cmn-product-btn {
    bottom: 5px;
  }

  .credit-card-add th {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  .credit-card-add td {
    width: 100% !important;
  }
  .tab-1 > div {
    padding-bottom: 0;
  }
  #amazon-point {
    min-width: 50%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .section-campaign2 .inner-narrow {
    padding: 0 15px;
  }
  .section-campaign2 .wrap {
    padding: 0px;
  }
  .section-order > .bgyellow {
    margin: 0 15px;
  }
  .daihyo {
    width: 1em;
  }

  .images-upload-title {
    font-size: 12px;
  }

  td.zumen-column img {
    margin-top: 0;
  }

  .detail-table table td:first-child {
    width: 7em;
  }

  .detail-table table td:last-child {
    width: auto !important;
  }

  .customer-regist > tbody > tr > td:first-child {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 !important;
  }

  .customer-regist > tbody > tr > td:nth-child(2) {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .section-form .table-form .chumon-input table.customer-regist > tbody > tr > td:nth-child(4) {
    margin: 0 !important;
    padding: 15px 0 !important;
    vertical-align: top !important;
  }

  .section-form .table-form textarea.customer-details {
    font-size: 10px;
    padding: 3px;
  }

  .zumen-column {
    width: 60px !important;
  }

  .customer-zumen-list {
    flex: 0 0 19%;
  }

  .remove-chumon-btn {
    float: right;
  }

  button.point-btn {
    width: calc(100% - 10px);
  }

  .popup-zumen {
    position: fixed;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    margin: 50px 20px 20px;
  }

  .customer-zumen-list div {
    font-size: 1vw;
  }

  section.item-area-customer .item-cart.phase-2 {
    /*margin-bottom: 60px;*/
  }

  .customer-title {
    font-size: 14px;
    margin-top: 10px;
  }

  .zumen-share .box {
    padding: 10px;
  }

  .zumen-share .qr-area img {
    display: block;
    margin: 0 auto;
  }

  .zumen-share .qr-area a.download {
    width: 100%;
  }

  .w280 {
    width: 100%;
  }

  .btn-review-all {
    min-width: auto;
    width: 100%;
    height: 40px;
  }

  .return-area {
    font-size: 12px;
  }

  .all-comments a.fs_m {
    display: block;
    width: 100% !important;
    text-align: center;
    font-size: 14px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
  }

  .review-cart-btn {
    margin-top: 0;
    padding: 10px 10px 10px 32px !important;
    border: none !important;
  }

  ul.detail-sns li img {
    width: 20px;
  }

  .item-detail-info .sns-icons {
    text-align: center;
  }

  ul.detail-sns {
    display: flex;
    justify-content: center;
  }

  .top-section ul.top-sns {
    margin-top: 30px;
  }

  .dl-option dt {
    font-size: 12px;
    line-height: 1.5 !important;
  }

  .dl-option dd {
    font-size: 12px;
    line-height: 1.5;
  }

  .review-slider-zoom .review-slider li img {
    max-height: 90vw;
  }

  .template-banner {
    margin: 20px 0;
  }

  .top-page h2 {
    text-align: initial;
  }

  .top-page h2 .ranking,
  .top-page h2 .ranking2 {
    display: inline-block;
    margin: 5px 0 5px 10px;
    font-size: 12px;
  }

  .top-page .hints {
    margin: 0 0 15px;
    padding: 5px 20px 20px;
    font-size: 13px;
  }

  .top-page .hints:before {
    transform: rotate(0deg);
    top: -15px;
    left: 45%;
  }

  .discount-rate {
    display: inline-block;
  }

  #popup-shippingfree > div .lead-1 {
    font-size: 28px;
    padding-bottom: 20px;
    display: inline-block;
  }

  #popup-shippingfree p.body {
    font-size: 14px;
  }

  .bg-yellow-block {
    width: 100%;
    margin-top: 0;
  }

  .quote-banner a {
    font-size: 14px;
  }

  .drop_zone-title {
    font-size: 14px;
  }

  #content #mainContent section.item-area-customer2 {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .section-campaign2 .inner-narrow {
    padding: 0 8px;
  }
  .section-order > .bgyellow {
    margin: 0 10px;
  }
  .quotation dt {
    width: 120px;
    font-size: 12px;
  }

  .quotation dd {
    width: calc (100% - 120px);
    font-size: 12px;
  }

  .quotation dt.total,
  .quotation dt.total + dd {
    font-size: 16px;
    padding-top: 10px;
  }

  #popup-shippingfree > div {
    height: 470px;
  }

  #popup-shippingfree > div .lead-1 {
    font-size: 23px;
    padding-bottom: 15px;
    display: inline-block;
  }

  #popup-shippingfree > div .lead-2 {
    font-size: 14px;
    padding: 3px 10px;
  }

  #content #mainContent section.detail-faq {
    padding: 0 0 40px 0;
  }

  .detail-faq dl {
    font-size: 14px;
  }

  .detail-faq dt {
    padding: 10px 30px 10px 40px;
  }

  .detail-faq dt::before {
    left: 10px;
  }

  .detail-faq dd {
    padding: 0 0 0 40px;
  }

  .detail-faq dd::before {
    left: 10px;
  }

  .detail-faq dd:last-child {
    padding: 10px 5px;
    margin-bottom: 0;
  }

  .detail-faq h2.subtitle {
    font-size: 12pt;
  }

  .rank-area {
    font-size: 13px;
  }

  .item-id {
    font-size: 16px;
  }

  .guide-btn {
    display: block;
  }

  .credit-security {
    height: 64px;
  }

  .credit-card-add tr {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .rank-icon {
    width: 60px;
    margin-right: 6px;
  }

  .rank-icon + h2 {
    margin-top: 5px;
  }
  .item-types2 {
    grid-template-columns: 80px 160px 60px;
  }
  .item-types2__total div:first-child,
  .item-types2__discount div:first-child,
  .item-types.item-types2 label {
    font-size: 13px;
    padding-top: 0.2em;
  }
}

/*250918*/
section.item-detail-sub table td .word_space {
    word-spacing: 4px;
    word-break: break-word;
}
