@charset "utf-8";
/* CSS Document */
/* ======================================================
  Foundation
========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, figcaption, blockquote, dl, dd {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  font-size: 1rem;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
br, hr {
  display: block;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
th, td {
  font-weight: normal;
  text-align: left;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
address {
  font-style: normal;
}
em {
  font-family: 'Yu Gothic Medium';
}
small {
  font-size: .75rem;
}
input, button, select, textarea {
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}
/* base-set
--------------------------------------------------------- */
body {
  overflow-x: clip;
  color: #000;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: #fff;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  overflow-wrap: break-word;
}
body.open {
  overflow: clip;
}
/* -------------------------------------
	link
------------------------------------- */
a {
  color: #00f;
  text-decoration: none;
}
a:is(:hover, :focus) {
  color: #f00;
}
a:is(:hover, :focus) img {
  opacity: .8;
}
a.underline {
  text-decoration: underline;
}
.page-top {
  position: fixed;
  right: clamp(0rem, -.284rem + 1.21vw, .625rem);
  bottom: 0;
}
.page-top a {
  display: block;
  height: clamp(3.75rem, 2.017rem + 7.39vw, 7.563rem);
  width: clamp(3.75rem, 2.017rem + 7.39vw, 7.563rem);
  font-size: 0;
  background: url("../images/common/page-top.svg") no-repeat 50% 50% / cover;
}
/* ======================================================
  Layout
========================================================= */
/* blockskip
--------------------------------------------------------- */
.blockskip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 1;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  text-decoration: none;
  transform: translateX(-50%);
}
.blockskip a:focus {
  top: 5px;
}
/* wrapper
--------------------------------------------------------- */
.l-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* header
--------------------------------------------------------- */
.l-header {
  color: #fff;
  background: #00a0e9;
}
/* -------------------------------------
  hdr-news
------------------------------------- */
.hdr-news {
  display: flex;
  padding: 5px 10px 5px clamp(.375rem, .29rem + .36vw, .563rem);
}
/* headline
-------------------------------- */
.hdr-news h1 {
  flex-shrink: 0;
  font-family: "Kosugi", sans-serif;
  font-size: clamp(.75rem, .636rem + .48vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
/* paragraph
-------------------------------- */
.hdr-news p {
  margin-left: clamp(1.125rem, .699rem + 1.82vw, 2.063rem);
  font-family: "Kosugi", sans-serif;
  font-size: clamp(.75rem, .636rem + .48vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.hdr-news p span {
  margin-right: 1em;
}
/* -------------------------------------
  hdr-main
------------------------------------- */
.hdr-main {
  display: flex;
}
/* bx-logo
-------------------------------- */
.bx-logo {
  display: flex;
  flex-direction: column;
  width: min(14%, 105px);
}
.bx-logo a img:is(:hover, :focus) {
  opacity: .8;
}
@media only screen and (min-width: 950px) {
  .bx-logo {
    flex-direction: row;
    width: min(30vw, 210px);
  }
}
/* bx-header
-------------------------------- */
.bx-header {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #000;
  background: #fff;
}
@media only screen and (min-width: 950px) {
  .bx-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1075px) {
  .bx-header {
    padding-top: .6em;
  }
}
/*---- bx-customer ----*/
.bx-customer {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-right: 10px;
}
@media only screen and (min-width: 950px) {
  .bx-customer {
    order: 1;
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .bx-customer {
    width: 30%;
  }
}
/*customer-name*/
.customer-name {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (min-width: 950px) {
  .customer-name {
    justify-content: flex-start;
  }
}
/*list*/
.customer-name > ul {
  display: flex;
  align-items: center;
  margin: 5px 0;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  border-bottom: 1px solid #000;
  line-height: 1.5;
}
@media only screen and (min-width: 950px) {
  .customer-name > ul {
    font-size: clamp(.75rem, .275rem + .8vw, .875rem);
  }
}
.customer-name > ul > li {
  white-space: nowrap;
}
.customer-name > ul > li:nth-child(2) {
  margin-right: 1em;
}
.customer-name > ul > li:first-child {
  white-space: nowrap;
}
.customer-name > ul > .hov {
  position: relative;
  white-space: normal;
}
.customer-name > ul > .hov button {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.customer-name > ul > .hov button:is(:hover, :focus) {
  color: #f00;
}
.customer-name > ul > .hov .mypege-nav {
  position: absolute;
  top: 100%;
  left: -.5em;
  opacity: 0;
  z-index: 5;
  width: auto;
  visibility: hidden;
  transition: .3s;
}
.customer-name > ul > .hov:hover .mypege-nav, .customer-name > ul > .hov .mypege-nav.focused {
  opacity: 1;
  visibility: visible;
}
.mypege-nav ul {
  margin-top: 6px;
  font-size: .75rem;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, .4);
  white-space: nowrap;
}
.mypege-nav ul li a {
  display: block;
  padding: 6px 12px;
  color: #000;
}
.mypege-nav ul li:first-child a {
  padding-top: 12px;
}
.mypege-nav ul li a:is(:hover, :focus) {
  background: #eeeeef;
  text-decoration: underline;
}
/*btn-toggle*/
.btn-toggle {
  position: relative;
  z-index: 1;
  height: 46px;
  width: 45px;
  padding: 0;
  margin-top: 10px;
  color: #00a0e9;
  font-size: .875rem;
  background: #fff;
  border: none;
  line-height: 1.5;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .btn-toggle {
    display: none;
  }
}
.open .btn-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: none;
}
.btn-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #00a0e9;
  border-radius: 5px;
  transition: all .3s;
}
.btn-toggle span:nth-child(1) {
  top: 0;
}
.btn-toggle span:nth-child(2) {
  top: 10px;
}
.btn-toggle span:nth-child(3) {
  top: 20px;
}
.btn-toggle span:nth-child(4) {
  top: 25px;
  height: auto;
  background: #fff;
  border-radius: 0;
}
.open .btn-toggle span:nth-child(1) {
  background: #fff;
  transform: translateY(6px)rotate(-33deg);
}
.open .btn-toggle span:nth-child(2) {
  display: none;
}
.open .btn-toggle span:nth-child(3) {
  top: 12px;
  background: #fff;
  transform: translateY(-6px)rotate(33deg);
}
.open .btn-toggle span:nth-child(4) {
  color: #fff;
  background: none;
}
/*---- other-nav ----*/
.other-nav {
  display: none;
}
@media only screen and (min-width: 950px) {
  .other-nav {
    display: block;
    order: 2;
    padding: 0 clamp(.625rem, -6.5rem + 12vw, 2.5rem);
    margin: 5px 0;
  }
  .other-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    font-size: clamp(.75rem, .275rem + .8vw, .875rem);
    line-height: 1.5;
  }
  .other-nav ul li a {
    color: #000;
  }
  .other-nav ul li a:is(:hover, :focus) {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1200px) {
  .other-nav {
    width: calc(100% - 30%);
  }
}
/*---- global-nav ----*/
.global-nav {
  display: none;
}
@media only screen and (min-width: 950px) {
  .global-nav {
    display: block;
    order: 3;
    width: calc(100% - 36.6%);
    margin-top: auto;
  }
}
.open .global-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  color: #fff;
  background: #00a0e9;
}
/*list*/
.global-nav ul {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 80px 0 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 950px) {
  .global-nav ul {
    flex-direction: row;
    justify-content: space-between;
    height: clamp(2.5rem, -2.25rem + 8vw, 3.75rem);
    padding: 0;
    font-size: clamp(.875rem, .4rem + .8vw, 1rem);
    background: #00a0e9;
    line-height: 1.2;
  }
  .global-nav ul li:nth-child(n+6) {
    display: none;
  }
  .global-nav ul li {
    width: calc(100% / 5);
  }
}
.global-nav ul li a {
  display: block;
  padding: 15px;
  color: #fff;
}
.global-nav ul li a:is(:hover, :focus, .active) {
  background: #00f;
}
@media only screen and (min-width: 950px) {
  .global-nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  .global-nav ul li a span {
    display: block;
  }
}
/*btn-close*/
.btn-close {
  padding: 5px;
  margin-top: auto;
  font-size: 1rem;
  color: #000;
  background: #fff;
  line-height: 1.5;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .btn-close {
    display: none;
  }
}
/*---- bx-search ----*/
.bx-search {
  display: flex;
  order: 4;
  margin-top: auto;
  background: #00a0e9;
}
@media only screen and (min-width: 950px) {
  .bx-search {
    height: clamp(2.5rem, -2.25rem + 8vw, 3.75rem);
    width: 36.6%;
    margin-top: auto;
  }
}
/*forms*/
.bx-search form {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px;
}
.bx-search form label {
  display: block;
  height: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  width: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  margin-right: 5px;
  background: url("../images/common/search.svg") no-repeat 50% 50% / contain;
}
.bx-search form label span {
  font-size: 0;
}
.bx-search form #search-input {
  flex: 1;
  height: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  padding: 0 5px;
  font-size: clamp(.625rem, .568rem + .24vw, .75rem);
  background: #fff;
  line-height: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
}
.bx-search form #search-input::placeholder {
  color: #969696;
}
.bx-search form .search-btn {
  height: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  padding: 0 5px;
  color: #fff;
  font-size: clamp(.625rem, .568rem + .24vw, .75rem);
  background: #000;
  line-height: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  cursor: pointer;
}
.bx-search .bx-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(clamp(1.25rem, .966rem + 1.21vw, 1.875rem) + 20px);
  width: calc(clamp(1.25rem, .966rem + 1.21vw, 1.875rem) + 20px);
  background: #000;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .bx-search .bx-cart {
    display: none;
  }
}
.bx-search .bx-cart img {
  width: clamp(1.563rem, 1.42rem + .61vw, 1.875rem);
}
/* main
--------------------------------------------------------- */
.l-main {
  flex: 1;
}
/* -------------------------------------
  contents
------------------------------------- */
.l-contents {
  padding: 7px 10px clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
@media only screen and (min-width: 600px) {
  .l-contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
  }
}
.bx-slider ~ .l-contents {
  padding-top: 0;
}
/* footer
--------------------------------------------------------- */
.l-footer {
  padding: clamp(.938rem, .795rem + .61vw, 1.25rem) clamp(.625rem, .54rem + .36vw, .813rem) .8em clamp(.625rem, .341rem + 1.21vw, 1.25rem);
  color: #fff;
  background: #00a0e9;
}
/* -------------------------------------
  list
------------------------------------- */
.l-footer ul {
  font-size: .75rem;
  line-height: 1.5;
}
.l-footer > ul {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.l-footer > ul > li:not(:last-child) a {
  color: #fff;
}
.l-footer > ul > li:not(:last-child) a:is(:hover, :focus) {
  color: #f00;
}
@media only screen and (min-width: 600px) {
  .l-footer > ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .l-footer > ul > li {
    width: calc((100% - 15px * 3) / 4);
  }
  .l-footer > ul > li:last-child {
    width: 100%;
  }
  .l-footer > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
}
@media only screen and (min-width: 950px) {
  .l-footer > ul {
    flex-wrap: nowrap;
    gap: 45px;
    line-height: 1.66;
  }
  .l-footer > ul > li {
    width: auto;
    white-space: nowrap;
  }
  .l-footer > ul > li:nth-child(4) {
    width: 18em;
    white-space: normal;
  }
  .l-footer > ul > li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 -.5em auto;
    width: auto;
    white-space: normal;
  }
}
/* ======================================================
	Object
========================================================= */
/* Component
--------------------------------------------------------- */
/* -------------------------------------
  headline
------------------------------------- */
h2 {
  /* font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem); */
  font-size: clamp(1rem, 1.1rem + 0.5vw, 1.25rem);
}
.headline1 {
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
}
/* -------------------------------------
  paragraph
------------------------------------- */
p {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
/* -------------------------------------
  list
------------------------------------- */
ul, ol {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
/* -------------------------------------
  table
------------------------------------- */
table {
  width: 100%;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  line-height: 1.5;
}
/* -------------------------------------
  forms
------------------------------------- */
/* checkbox
-------------------------------- */
.checkbox {
  height: clamp(.625rem, .398rem + .97vw, 1.125rem);
  width: clamp(.625rem, .398rem + .97vw, 1.125rem);
  border: 1px solid #000;
  cursor: pointer;
}
.checkbox:checked {
  background: #00a0e9;
}
.checkbox:checked::before {
  display: grid;
  place-content: center;
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: 900;
}
label.check {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
/* p-country-name
-------------------------------- */
.p-country-name {
  display: none;
}
/* Project
--------------------------------------------------------- */
/* -------------------------------------
  breadcrumb
------------------------------------- */
.breadcrumb {
  margin: 6px 10px 4px;
}
@media only screen and (min-width: 600px) {
  .breadcrumb {
    margin: 6px 3px 4px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(.75rem, .636rem + .48vw, 1rem);
  line-height: 1.5;
}
.breadcrumb ul li {
  margin-right: 1em;
}
.breadcrumb ul li:not(:first-child)::before {
  content: '>';
  margin-right: 1em;
}
/* -------------------------------------
  bx-main
------------------------------------- */
.bx-main {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .bx-main {
    width: 78.33%;
    max-width: 940px;
  }
}
/* bx-ttl
-------------------------------- */
.bx-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* pagination
-------------------------------- */
.pagination {
  margin-top: clamp(.438rem, .381rem + .24vw, .563rem);
}
/*---- paragraph ----*/
.pagination p {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
  font-size: .75rem;
}
@media only screen and (min-width: 600px) {
  .pagination p {
    padding-right: clamp(.438rem, .381rem + .24vw, .563rem);
  }
}
.pagination.under > p {
  color: transparent;
}
/*---- pagination-list ----*/
.pagination-list {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: clamp(.438rem, .381rem + .24vw, .563rem);
  font-weight: bold;
}
.pagination-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  width: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  color: #000;
  font-size: clamp(0.8rem, 0.618rem + 0.776vw, 1.2rem);
  border: 1px solid #000;
}
.pagination-list a:is(:hover, :focus), .pagination-list .is-current {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  width: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  color: #fff;
  font-size: clamp(0.8rem, 0.618rem + 0.776vw, 1.2rem);
  background: #000;
  border: 1px solid #000;
}
/* list
-------------------------------- */
/*---- lst-item ----*/
.lst-item {
  display: flex;
  flex-direction: column;
  gap: clamp(.768rem, -.465rem + 3.29vw, 2rem);
  width: 100%;
  font-size: .688rem;
  line-height: 1.2;
}
.lst-item img {
  width: 100%;
  border: 1px solid #231815;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .lst-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(1.001rem, .002rem + 2.66vw, 2rem);
  }
  .lst-item li {
    width: calc((100% - clamp(1.001rem, .002rem + 2.66vw, 2rem)) / 2);
  }
}
@media only screen and (min-width: 950px) {
  .lst-item li {
    width: calc((100% - clamp(1.001rem, .002rem + 2.66vw, 2rem) * 2) / 3);
  }
}
@media only screen and (min-width: 1200px) {
  .lst-item li {
    width: calc((100% - clamp(1.001rem, .002rem + 2.66vw, 2rem) * 3) / 4);
  }
}
.lst-item a {
  display: flex;
  justify-content: center;
}
/*---- part-number ----*/
.lst-item .part-number {
  margin-top: 10px;
}
/*---- price ----*/
.lst-item .price {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  font-size: .625rem;
  margin-top: 7px;
}
.lst-item .price .trade-price {
  color: #f00;
  font-size: .938rem;
  font-weight: bold;
}
/*---- quantity ----*/
.lst-item .quantity {
  margin-top: 8px;
  font-size: .75rem;
  line-height: 1;
  white-space: nowrap;
}
.lst-item .quantity form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lst-item .quantity form div {
  display: flex;
  align-items: baseline;
}
.lst-item .quantity .inp-quantity {
  height: 1.499em;
  width: 2.65em;
  background: #fff;
  box-shadow: inset .059em .059em 1px rgba(58, 58, 58, .2), inset -.059em -.059em 3px rgba(58, 58, 58, .2);
  text-align: center;
}
.lst-item .quantity .btn-plus {
  height: 1.499em;
  width: 1.499em;
  margin-left: .25em;
  background: #e6e6e6;
  border: 1px solid #000;
  cursor: pointer;
}
.lst-item .quantity .btn-minus {
  height: 1.499em;
  width: 1.499em;
  margin-right: .25em;
  background: #e6e6e6;
  border: 1px solid #000;
  cursor: pointer;
}
.lst-item .quantity .btn-cart {
  height: 2.214em;
  width: 7.083em;
  margin-left: .25em;
  background: url("../images/cart/cart.png") no-repeat 50% 50% / contain;
  text-indent: -9999px;
  cursor: pointer;
}
/*---- stockout ----*/
.lst-item .stockout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.214em;
  width: 7.083em;
  margin: 8px 0 0 auto;
  color: #fff;
  font-size: .75rem;
  background: #f29600;
  line-height: 1;
}
/*---- end ----*/
.lst-item .end {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.214em;
  width: 7.083em;
  margin: 8px 0 0 auto;
  color: #fff;
  font-size: .75rem;
  background: #e50012;
  line-height: 1;
}
/*---- end ----*/
.lst-item .end {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.214em;
  width: 7.083em;
  margin: 8px 0 0 auto;
  color: #fff;
  font-size: .75rem;
  background: #e50012;
  line-height: 1;
}
/*---- waiting ----*/
.lst-item .waiting {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.214em;
  width: 7.083em;
  margin: 8px 0 0 auto;
  color: #fff;
  font-size: .75rem;
  background: #0000ff;
  line-height: 1;
}
/* -------------------------------------
  bx-side
------------------------------------- */
.bx-side {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .bx-side {
    width: 20.67%;
    max-width: 248px;
  }
}
/* bx-cart
-------------------------------- */
.bx-cart {
  display: none;
}
@media only screen and (min-width: 600px) {
  .bx-cart {
    display: block;
    margin-bottom: 14px;
  }
}
/*---- headline ----*/
.bx-cart h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: 0 .5em;
  color: #fff;
  font-size: clamp(.75rem, .5rem + .67vw, 1rem);
  font-weight: bold;
  background: #000;
  letter-spacing: .1em;
}
.bx-cart h2 a:is(:hover, :focus) {
  background: #f00;
}
.bx-cart h2 a::before {
  content: '';
  height: 2.1875em;
  width: 1.8125em;
  margin: -.2em .5625em 0 0;
  background: url("../images/common/cart.svg") no-repeat 50% 50% / contain;
}
.bx-cart h3 {
  width: 100%;
  margin-top: .875em;
  /* font-size: clamp(.875rem, .25rem + 1.67vw, 1.5rem); */
  font-size: clamp(1rem, 0.5rem + 1vw, 1.375rem);
  font-weight: bold;
  text-align: center;
}
/*---- list ----*/
.bx-cart ul {
  font-size: clamp(.625rem, .5rem + .33vw, .75rem);
  line-height: 1.25;
}
.bx-cart ul li {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  margin-top: 6px;
  border-bottom: 1px solid #000;
}
.bx-cart ul li.empty {
  border-bottom: none;
}
.bx-cart ul li > div:first-child {
  width: 1.5em;
  text-align: center;
}
.bx-cart ul li > div:last-child {
  width: calc(100% - 1.5em);
}
.bx-cart ul li > div:last-child .product-name {
  width: 100%;
  padding-left: 4.1em;
  margin-bottom: 5px;
  text-indent: -4.1em;
}
.bx-cart ul li > div:last-child .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 0;
}
.bx-cart ul li > div:last-child .trade-price {
  color: #f00;
  font-weight: bold;
}
.bx-cart ul li > div:last-child .quantity {
  margin-left: auto;
}
.bx-cart ul li > div:last-child .quantity {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1px;
  border-bottom: 1px solid #bfbfbf;
}
.bx-cart ul li > div:last-child .quantity span {
  display: block;
}
.bx-cart ul li > div:last-child .quantity span:nth-child(2) {
  width: clamp(1.406rem, 3.75vw, 2.813rem);
  text-align: center;
}
.bx-cart > ul > li:nth-child(n+7) {
  display: none;
}
/*button*/
.bx-cart button.cart-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 100%;
  background: #ebebec;
  cursor: pointer;
}
.bx-cart button.cart-toggle::before {
  content: '';
  height: 13px;
  width: 17px;
  background: url("../images/common/arrow2.svg") no-repeat 50% 50% / contain;
  transition: .3s;
}
.bx-cart.open button.cart-toggle::before {
  transform: rotate(180deg);
}
/* bx-category
-------------------------------- */
.bx-category {
  margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .bx-category {
    margin-top: 0;
  }
}
/*---- headline ----*/
.bx-category h2 button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 1.917em;
  width: 100%;
  color: #fff;
  font-family: "Kosugi", sans-serif;
  font-weight: 500;
  background: #000;
  cursor: pointer;
  letter-spacing: .1em;
}
.bx-category h2 button::after {
  content: '\f107';
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: .3s;
}
.bx-category.acc-open h2 button::after {
  top: 10px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 600px) {
  .bx-category h2 button {
    pointer-events: none;
  }
  .bx-category h2 button::after {
    content: none;
  }
}
/*---- list ----*/
.bx-category ul {
  display: none;
}
.bx-category > ul > .acc-child-open ul {
  display: block;
}
.bx-category > ul > li > button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .273em .2em .136em 16px;
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  text-align: left;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .bx-category > ul > li > button {
    padding: .273em .2em .136em clamp(.438rem, -.125rem + 1.5vw, 1rem);
    font-size: clamp(.875rem, .625rem + .67vw, 1.125rem);
  }
}
.bx-category > ul > li > button::before {
  flex-shrink: 0;
  content: '';
  height: 1.545em;
  width: .273em;
  margin: -.2em .7em 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.bx-category > ul > li:nth-child(1) > button::before {
  background-image: url("../images/common/category01.svg");
}
.bx-category > ul > li:nth-child(2) > button::before {
  background-image: url("../images/common/category02.svg");
}
.bx-category > ul > li:nth-child(3) > button::before {
  background-image: url("../images/common/category03.svg");
}
.bx-category > ul > li:nth-child(4) > button::before {
  background-image: url("../images/common/category04.svg");
}
.bx-category > ul > li:nth-child(5) > button::before {
  background-image: url("../images/common/category05.svg");
}
.bx-category > ul > li:nth-child(6) > button::before {
  background-image: url("../images/common/category06.svg");
}
.bx-category > ul > li:nth-child(7) > button::before {
  background-image: url("../images/common/category07.svg");
}
.bx-category > ul > li:nth-child(8) > button::before {
  background-image: url("../images/common/category08.svg");
}
.bx-category > ul > li:nth-child(9) > button::before {
  background-image: url("../images/common/category09.svg");
}
.bx-category > ul > li:nth-child(10) > button::before {
  background-image: url("../images/common/category10.svg");
}
.bx-category > ul > li:nth-child(11) > button::before {
  background-image: url("../images/common/category11.svg");
}
.bx-category > ul > li:nth-child(12) > button::before {
  background-image: url("../images/common/category12.svg");
}
.bx-category > ul > li:nth-child(13) > button::before {
  background-image: url("../images/common/category13.svg");
}
.bx-category > ul > li:nth-child(14) > button::before {
  background-image: url("../images/common/category14.svg");
}
.bx-category > ul > li:nth-child(15) > button::before {
  background-image: url("../images/common/category15.svg");
}
.bx-category > ul > li:nth-child(16) > button::before {
  background-image: url("../images/common/category16.svg");
}
.bx-category > ul > li:nth-child(17) > button::before {
  background-image: url("../images/common/category17.svg");
}
.bx-category > ul > li:nth-child(18) > button::before {
  background-image: url("../images/common/category18.svg");
}
.bx-category > ul > li:nth-child(19) > button::before {
  background-image: url("../images/common/category19.svg");
}
.bx-category > ul > li:nth-child(20) > button::before {
  background-image: url("../images/common/category20.svg");
}
.bx-category > ul > li:nth-child(21) > button::before {
  background-image: url("../images/common/category21.svg");
}
.bx-category > ul > li:nth-child(22) > button::before {
  background-image: url("../images/common/category22.svg");
}
.bx-category > ul > li:nth-child(23) > button::before {
  background-image: url("../images/common/category23.svg");
}
.bx-category > ul > li:nth-child(24) > button::before {
  background-image: url("../images/common/category24.svg");
}
.bx-category > ul > li > button::after {
  content: '';
  height: .591em;
  width: .773em;
  margin: 0 .2em 0 auto;
  background: url("../images/common/arrow2.svg") no-repeat 50% 50% / contain;
  transition: .3s;
}
.bx-category > ul > li.acc-child-open > button::after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 600px) {
  .bx-category > ul {
    display: block;
  }
}
.bx-category > ul > li > ul {
  position: relative;
  padding-left: 28px;
  font-size: .875rem;
  border-bottom: 1px solid #000;
  line-height: 1.5;
}
@media only screen and (min-width: 600px) {
  .bx-category > ul > li > ul {
    padding-left: clamp(.875rem, 2.33vw, 1.75rem);
    font-size: clamp(.75rem, .625rem + .33vw, .875rem);
  }
}
.bx-category > ul > li > ul::before {
  position: absolute;
  content: '';
  top: .583em;
  left: 1.3em;
  height: 12px;
  width: 12px;
  background: url("../images/common/arrow3.svg") no-repeat 50% 50% / contain;
}
@media only screen and (min-width: 600px) {
  .bx-category > ul > li > ul::before {
    top: clamp(.188rem, -.063rem + .67vw, .438rem);
    left: clamp(.375rem, -.188rem + 1.5vw, .938rem);
    height: clamp(.375rem, 1vw, .75rem);
    width: clamp(.375rem, 1vw, .75rem);
  }
}
.bx-category > ul > li > ul > li:nth-child(odd) {
  background: #e2f3fd;
}
.bx-category > ul > li > ul > li:nth-child(even) {
  background: #f5fafd;
}
.bx-category > ul > li > ul > li a {
  display: block;
  padding: 10px 30px 8px;
  color: #000;
}
@media only screen and (min-width: 600px) {
  .bx-category > ul > li > ul > li a {
    padding: clamp(.313rem, .83vw, .625rem) clamp(.938rem, 2.5vw, 1.875rem) clamp(.25rem, .67vw, .5rem);
  }
}
.bx-category > ul > li > ul > li a:is(:hover, :focus) {
  background: #e6e6e6;
  text-decoration: underline;
}
/* -------------------------------------
  bx-list
------------------------------------- */
.bx-main .bx-list {
  display: none;
  margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .bx-main .bx-list {
    display: block;
  }
}
/* list
-------------------------------- */
.bx-main .bx-list ul {
  display: flex;
  line-height: 1.2;
}
.bx-main .bx-list ul li {
  display: flex;
  width: calc(100% / 5);
}
.bx-side .bx-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
  line-height: 1.2;
}
/* link
-------------------------------- */
.bx-main .bx-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 8px 6px;
  color: #fff;
  font-size: clamp(.875rem, .5rem + 1vw, 1.25rem);
  font-weight: bold;
  letter-spacing: -.05em;
}
.bx-main .bx-list a.price-revision {
  gap: 0;
  margin-top: 0;
  border-top: none;
}
.bx-side .bx-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 2px 6px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -.05em;
}
.bx-side .bx-list a.price-revision {
  gap: 0;
  margin-top: 0;
  border-top: none;
}
@media only screen and (min-width: 600px) {
  .bx-side .bx-list a {
    font-size: clamp(.875rem, .25rem + 1.67vw, 1.5rem);
  }
}
.bx-list a.new-product {
  background: #00f;
}
.bx-list a.stock-updating {
  background: #00b500;
}
.bx-list a.out-of-stock-product {
  background: #ff8300;
}
.bx-list a.end-product {
  background: #f00;
}
.bx-list a.price-revision {
  background: #000;
}
.bx-list a:is(:hover, :focus) {
  background: #00a0e9;
}
.bx-list a.bnr {
  padding: 0;
}
.bx-list a.bnr img {
  width: 100%;
  object-fit: contain;
}
.bx-list a.bnr:is(:hover, :focus) {
  background: none;
}
.bx-list a.bnr:is(:hover, :focus) img {
  opacity: .8;
}
/* Utility
--------------------------------------------------------- */
/* -------------------------------------
  margin
------------------------------------- */
/* top
-------------------------------- */
.mt45 {
  margin-top: clamp(1.563rem, .994rem + 2.42vw, 2.813rem) !important;
}
/* left
-------------------------------- */
.ml1em {
  margin-left: 1em;
}
.ml3em {
  margin-left: 3em;
}
/* -------------------------------------
  text
------------------------------------- */
/* text-align
-------------------------------- */
.txt-center {
  text-align: center;
}
.note {
  margin-left: 1em;
  text-indent: -1em;
}
.note-center {
  display: flex;
  justify-content: center;
  margin-left: 1em;
  text-indent: -1em;
}
/* text color
-------------------------------- */
.txt-red {
  color: #e50012;
}
/* -------------------------------------
  err
------------------------------------- */
.err {
  color: #e50012;
  text-align: center;
}
/* -------------------------------------
  non
------------------------------------- */
.non {
  font-size: 0;
}
/* -------------------------------------
  asterisk
------------------------------------- */
.asterisk {
  color: #e50012;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
}
/* -------------------------------------
  example
------------------------------------- */
.example {
  padding-left: 2em;
  color: #000;
  font-size: clamp(.75rem, .636rem + .48vw, 1rem);
  text-indent: -2em;
}
/* ======================================================
	Individual
========================================================= */
/* login page
--------------------------------------------------------- */
.login {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
/* -------------------------------------
  header
------------------------------------- */
.login-header {
  width: clamp(22.188rem, .17rem + 93.94vw, 70.625rem);
  padding-top: 2.67%;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .login-header {
    padding-top: 0;
  }
}
.login-header section {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .login-header section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: clamp(.563rem, 1.5vw, 1.125rem) auto 0;
  }
}
/* headline
-------------------------------- */
.login-header h1 {
  width: 100%;
  padding: 0 2.67%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 600px) {
  .login-header h1 {
    width: 25.04%;
    padding: 0;
    margin-bottom: 0;
  }
}
.login-header h1 img {
  width: 100%;
}
/* description
-------------------------------- */
.login-header .description {
  width: 100%;
  padding: .889em clamp(.758rem, -.091rem + 3.62vw, 2.625rem) .889em;
  color: #fff;
  background: #00a0e9;
}
@media only screen and (min-width: 600px) {
  .login-header .description {
    width: 71.11%;
  }
}
/*---- paragraph ----*/
.login-header .description p {
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  .login-header .description p span {
    display: block;
  }
}
/* -------------------------------------
  login-main
------------------------------------- */
.login-main {
  flex: 1;
  padding-bottom: clamp(2.5rem, 1.278rem + 5.21vw, 5.188rem);
  margin-top: 4%;
}
@media only screen and (min-width: 600px) {
  .login-main {
    margin-top: clamp(.592rem, .002rem + 1.57vw, 1.182rem);
  }
}
/* -------------------------------------
  bx-merit
------------------------------------- */
.bx-merit {
  margin: clamp(1.563rem, .001rem + 6.67vw, 5rem) clamp(1.172rem, .344rem + 2.21vw, 2rem);
}
/* list
-------------------------------- */
.bx-merit ul {
  display: flex;
  flex-direction: column;
  gap: clamp(.802rem, .001rem + 3.42vw, 2.563rem);
  font-size: clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (min-width: 600px) {
  .bx-merit ul {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(1.061rem, -.002rem + 2.84vw, 2.125rem);
    font-size: clamp(.875rem, -.25rem + 3vw, 2rem);
  }
  .bx-merit ul li {
    width: calc((100% - clamp(1.061rem, -.002rem + 2.84vw, 2.125rem) * 2) / 3);
  }
}
.bx-merit ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(.802rem, .001rem + 3.42vw, 2.563rem);
  text-align: center;
}
.bx-merit ul li div:first-child img {
  width: clamp(5.684rem, .001rem + 24.24vw, 18.185rem);
}
@media only screen and (min-width: 600px) {
  .bx-merit ul li div:first-child img {
    width: clamp(8.195rem, -1.794rem + 26.64vw, 18.185rem);
  }
}
.bx-merit ul li div:last-child span {
  display: block;
  white-space: nowrap;
}
.bx-merit ul li div:last-child .attention {
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
}
@media only screen and (min-width: 600px) {
  .bx-merit ul li div:last-child .attention {
    font-size: clamp(.75rem, 2vw, 1.5rem);
  }
}
/* -------------------------------------
  login
------------------------------------- */
/* headline
-------------------------------- */
.login-headline1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.032em;
  padding: .2em 10px 0;
  color: #fff;
  font-size: clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-weight: bold;
  background: #00a0e9;
  text-align: center;
  line-height: 1.05;
  letter-spacing: .05em;
}
.login-headline2 {
  margin: 0 0 clamp(1.542rem, -.001rem + 6.58vw, 4.938rem) 0;
  color: #f00;
  font-size: clamp(.875rem, .42rem + 1.94vw, 1.875rem);
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: .05em;
}
.login-headline3 {
  color: #00a0e9;
  font-size: clamp(1.25rem, .625rem + 2.67vw, 2.625rem);
  font-weight: bold;
  letter-spacing: .05em;
}
.login-headline3 strong {
  display: inline-flex;
  flex-direction: column;
  color: #e50012;
}
.login-headline3 strong::after {
  content: '';
  height: clamp(.125rem, .068rem + .24vw, .25rem);
  width: calc(100% + 2px);
  margin-top: clamp(.391rem, .001rem + 1.67vw, 1.25rem);
  background: #00a0e9;
}
/* paragraph
-------------------------------- */
.login-main p {
  width: min(88.69vw, 66.516rem);
  margin: 0 auto;
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
}
.lst-login p.note {
  width: 100%;
  margin: .3em 0 0 1em;
  font-size: clamp(.75rem, .551rem + .85vw, 1.188rem);
  font-weight: bold;
}
/* list
-------------------------------- */
/*---- lst-login ----*/
.lst-login {
  width: min(88.69vw, 66.516rem);
  margin: 1.542em auto 1em;
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
  border: 1px solid #e6e6e6;
}
@media only screen and (min-width: 600px) {
  .lst-login li {
    display: flex;
  }
}
.lst-login li:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.lst-login li div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: .833em .417em .375em; */
  background: #e2f3fd;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.875;
}
@media only screen and (min-width: 600px) {
  .lst-login li div:first-child {
    width: 10.375em;
    padding-bottom: .2em;
    border-bottom: none;
  }
}
.lst-login li div:last-child {
  padding: .333em;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .lst-login li div:last-child {
    width: calc(100% - 10.375em);
    padding-bottom: .2em;
  }
}
/*---- lst-btn ----*/
.lst-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.333em;
  margin: 1.625em 0 2.167em;
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
}
/* forms
-------------------------------- */
/*---- input ----*/
.lst-login input, .lst-login input {
  width: 100%;
  padding: .333em .875em;
  background: #e2f3fd;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
/*---- textarea ----*/
.lst-login textarea {
  height: 3.571em;
  width: 100%;
  padding: .333em .875em;
  background: #e2f3fd;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
/*---- checkbox ----*/
.lst-btn label {
  height: 2.44em;
  width: 11.364em;
  border: 1px solid #00a0e9;
  border-radius: 5px;
}
.lst-btn .checkbox {
  margin-right: .542em;
}
/*---- buttons ----*/
.lst-btn .btn-submit {
  height: 2.091em;
  width: 10.825em;
  /* padding-top: .25em; */
  color: #fff;
  font-size: clamp(1.125rem, .841rem + 1.21vw, 1.75rem);
  background: #00a0e9;
  cursor: pointer;
}
.lst-btn .btn-submit:is(:hover, :focus) {
  background: #f00;
}
/* contact
-------------------------------- */
.login-main .contact {
  width: min(88.69vw, 66.516rem);
  margin: 0 auto clamp(1.366rem, -1.642rem + 8.02vw, 4.375rem);
}
/*---- list ----*/
.login-main .contact ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .login-main .contact ul {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .login-main .contact ul li:nth-child(2) {
    position: relative;
    margin: 0 2.084em;
  }
  .login-main .contact ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1.042em;
    height: calc(100% + 2px);
    width: 1px;
    background: #000;
  }
  .login-main .contact ul li:nth-child(2)::after {
    content: '';
    height: calc(100% + 2px);
    width: 1px;
    position: absolute;
    top: -1px;
    right: -1.042em;
    background: #000;
  }
}
/*---- link ----*/
.login-main .contact li a {
  color: #000;
}
.login-main .contact li a:is(:hover, :focus) {
  color: #f00;
}
.login-main a.btn-contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.091em;
  width: 10.825em;
  /* padding-top: .2em; */
  margin: 1.786em 0 2.536em;
  color: #fff;
  font-size: clamp(1.125rem, .841rem + 1.21vw, 1.75rem);
  background: #00a0e9;
}
.login-main a.btn-contact:is(:hover, :focus) {
  background: #f00;
}
/* -------------------------------------
  before-login
------------------------------------- */
.before-main {
  margin-top: clamp(.991rem, -1.189rem + 5.81vw, 3.172rem);
}
.before-main .inner {
  width: 97.5vw;
  margin: 0 auto clamp(.879rem, 3.75vw, 2.813rem);
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .before-main .inner {
    width: 90vw;
  }
}
@media only screen and (min-width: 950px) {
  .before-main .inner {
    width: min(80vw, 890px);
  }
}
/* paragraph
-------------------------------- */
.before-main .inner p {
  color: #e50012;
  font-size: clamp(.75rem, .295rem + 1.94vw, 1.75rem);
  font-weight: bold;
}
/* age-limit
-------------------------------- */
.age-limit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.622rem, .001rem + 6.92vw, 5.188rem);
  margin: clamp(.663rem, -.001rem + 2.83vw, 2.125rem) 0 clamp(1.23rem, 5.25vw, 3.938rem);
}
.age-limit li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Kosugi", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.age-limit li button:is(:hover, :focus) {
  color: #fff;
  background: #f00;
}
.age-limit .btn-yes {
  height: clamp(5.684rem, .001rem + 24.24vw, 18.185rem);
  width: clamp(5.684rem, .001rem + 24.24vw, 18.185rem);
  color: #fff;
  font-size: clamp(1.563rem, .284rem + 5.45vw, 4.375rem);
  background: #00a0e9;
  border-radius: 50%;
}
.age-limit .btn-no {
  height: clamp(2.608rem, 11.13vw, 8.347rem);
  width: clamp(5.965rem, -.001rem + 25.45vw, 19.089rem);
  font-size: clamp(1.25rem, .114rem + 4.85vw, 3.75rem);
  background: #e2f3fd;
}
/* forget
--------------------------------------------------------- */
.forget {
  width: 91.45%;
  padding-top: clamp(1.348rem, 5.75vw, 4.313rem);
  margin: 0 auto;
}
/* -------------------------------------
  paragraph
------------------------------------- */
.forget p {
  width: 88%;
  margin: 0 auto;
  font-weight: normal;
}
/* -------------------------------------
  list
------------------------------------- */
.forget .lst-note {
  display: flex;
  flex-direction: column;
  gap: .417em;
  width: 88%;
  margin: 1.875em auto 0;
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  line-height: 1.5;
}
.forget .lst-note li {
  margin-left: 1em;
  text-indent: -1em;
}
.forget .lst-login {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .forget .lst-login li div:first-child {
    width: 12.375em;
  }
}
/* top page
--------------------------------------------------------- */
/* -------------------------------------
  bx-info
------------------------------------- */
/* list
-------------------------------- */
.bx-info ul {
  overflow-y: auto;
  height: 272px;
  margin-top: 5px;
  border: 1px solid #000;
  line-height: 1.5;
}
.bx-info ul li {
  padding: 5px 10px;
}
@media only screen and (min-width: 600px) {
  .bx-info ul li {
    display: flex;
  }
  .bx-info ul li div:first-child {
    white-space: nowrap;
  }
}
.bx-info ul li:nth-child(odd) {
  background: #e2f3fd;
}
.bx-info ul li:nth-child(even) {
  background: #f5fafd;
}
.bx-info ul li div:first-child::after {
  content: '：';
}
/* -------------------------------------
  bx-delivery
------------------------------------- */
.bx-delivery {
  margin-top: 16px;
}
@media only screen and (min-width: 950px) {
  .bx-delivery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
/* headline
-------------------------------- */
.bx-delivery h2 {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  line-height: 1.5;
}
/* list
-------------------------------- */
.bx-delivery ul {
  line-height: 1.5;
}
@media only screen and (min-width: 950px) {
  .bx-delivery ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.bx-delivery ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (min-width: 950px) {
  .bx-delivery ul li {
    margin-top: 0;
  }
}
.bx-delivery ul li::before {
  content: '';
  height: 41px;
  width: 77px;
  margin-right: 14px;
}
.bx-delivery ul li.sagawa::before {
  background: url("../images/common/sagawa.svg") no-repeat 50% 50% / contain;
}
.bx-delivery ul li.yamato::before {
  background: url("../images/common/yamato.svg") no-repeat 50% 50% / contain;
}
.bx-delivery ul li a::before {
  content: '>>>';
}
/* -------------------------------------
  bx-banner
------------------------------------- */
.bx-banner {
  margin-top: 16px;
  background: #000;
}
/* list
-------------------------------- */
.bx-banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  border: 1px solid #000;
}
.bx-banner ul li {
  width: calc((100% - 1px) / 2);
}
.bx-banner ul li img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 950px) {
  .bx-banner ul li {
    width: calc((100% - 1px * 3) / 4);
  }
}
/* -------------------------------------
  bx-new-arrivals
------------------------------------- */
.bx-new-arrivals {
  margin-top: 24px;
}
/* list
-------------------------------- */
.bx-new-arrivals ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  padding: 30px 0 16px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.2;
}
.bx-new-arrivals ul li {
  width: calc((100% - 8px) / 2);
}
@media only screen and (min-width: 600px) {
  .bx-new-arrivals ul li {
    width: calc((100% - 8px * 3) / 4);
  }
}
@media only screen and (min-width: 950px) {
  .bx-new-arrivals ul li {
    width: calc((100% - 8px * 5) / 6);
  }
}
.bx-new-arrivals ul li a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bx-new-arrivals ul li a img {
  width: 100%;
  object-fit: cover;
}
.bx-new-arrivals ul li a span {
  color: #000;
}
.bx-new-arrivals ul li a:is(:hover, :focus) span {
  color: #f00;
}
.bx-new-arrivals .part-number {
  font-family: "Kosugi", sans-serif;
  font-weight: bold;
  letter-spacing: .05em;
}
.bx-new-arrivals .product-name {
  font-size: clamp(.625rem, .568rem + .24vw, .75rem);
}
.bx-new-arrivals .trade-price {
  /* font-family: "Kosugi", sans-serif; */
  color: #f00;
  font-weight: bold;
  letter-spacing: .05em;
}
/* -------------------------------------
  bx-brand
------------------------------------- */
.bx-brand {
  display: none;
  margin: 24px 0;
}
@media only screen and (min-width: 600px) {
  .bx-brand {
    display: block;
  }
}
/* bnr-brand
-------------------------------- */
.bnr-brand {
  display: flex;
  flex-direction: column;
}
.bnr-brand li {
  border: 1px solid #000;
}
.bnr-brand a, .bnr-brand a img {
  display: block;
  height: 100%;
}
.bnr-brand a img {
  object-fit: cover;
}
.brand {
  display: flex;
  gap: 3px 5px;
}
.brand:not(:first-child) {
  margin-top: 3px;
}
.brand > .inr-box1 {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 5px;
  width: 76.6%;
}
.brand > div:first-child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 5px;
}
.col1 li {
  width: calc((100% - 5px) / 2);
}
.col2 li {
  width: calc((100% - 5px * 2) / 3);
}
.brand > .inr-box2 {
  width: 23.4%;
  border: 1px solid #000;
}
.brand > .inr-box3 {
  width: calc(100% - 23.4% - 1px - calc(5px / 2));
}
/* -------------------------------------
  bx-pickup
------------------------------------- */
.bx-pickup {
  display: none;
}
@media only screen and (min-width: 600px) {
  .bx-pickup {
    display: block;
  }
}
/* bnr-pickup
-------------------------------- */
.bnr-pickup {
  display: grid;
  grid-template-columns: repeat(3, 25%) 23.4%;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.bnr-pickup img {
  object-fit: cover;
}
/* list
-------------------------------- */
.bnr-pickup ul {
  grid-area: 1 / 1 / 2 / 4;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 5px;
}
.bnr-pickup ul li {
  width: calc((100% - 5px) / 2);
  border: 1px solid #000;
}
/* cart page
--------------------------------------------------------- */
.cart {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .cart {
    width: clamp(28.248rem, -.027rem + 75.4vw, 56.523rem);
    margin: 0 auto;
  }
}
/* -------------------------------------
  headline
------------------------------------- */
.cart h1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  color: #fff;
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
  font-weight: bold;
  background: #000;
  line-height: 1.2;
}
.cart h1 span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 75.56%);
  padding-top: .2em;
}
.cart h1 span:first-child::before {
  content: '';
  height: clamp(1.375rem, .75rem + 2.67vw, 2.75rem);
  width: clamp(1.156rem, .574rem + 2.48vw, 2.438rem);
  margin: -.4em .333em 0 0;
  background: url("../images/common/cart.svg") no-repeat 50% 50% / contain;
}
.cart h1 span:last-child {
  display: flex;
  align-items: center;
  width: 75.56%;
  padding: .542em .417em .333em clamp(1.895rem, .562rem + 5.68vw, 4.826rem);
  background: #00a0e9;
}
.cart.transition h1 {
  justify-content: center;
  align-items: center;
  height: 2.099em;
  /* padding-top: .2em; */
  margin-top: -5px;
}
.cart.transition h2 {
  margin-bottom: clamp(.391rem, .001rem + 1.67vw, 1.25rem);
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
/* -------------------------------------
  list
------------------------------------- */
/* cart lst-cart
-------------------------------- */
.cart .lst-cart {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: clamp(.75rem, .58rem + .73vw, 1.125rem);
  line-height: 1.3;
}
.cart .lst-cart li:first-child {
  display: none;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart {
    gap: 0;
  }
  .cart .lst-cart li:first-child {
    display: flex;
    align-items: center;
    height: 1.778em;
    /* padding-top: .3em; */
    background: #c8c9ca;
  }
  .cart .lst-cart li:first-child div {
    justify-content: center;
  }
  .cart .lst-cart li:first-child div:nth-child(1) {
    width: 30%;
  }
  .cart .lst-cart li:first-child div:nth-child(2) {
    width: 15%;
  }
  .cart .lst-cart li:first-child div:nth-child(3) {
    width: 30%;
  }
  .cart .lst-cart li:first-child div:nth-child(4) {
    width: 25%;
  }
}
@media only screen and (min-width: 950px) {
  .cart .lst-cart li:first-child div:nth-child(1) {
    width: 45%;
  }
  .cart .lst-cart li:first-child div:nth-child(2) {
    width: 10%;
  }
  .cart .lst-cart li:first-child div:nth-child(3) {
    width: 25%;
  }
  .cart .lst-cart li:first-child div:nth-child(4) {
    width: 20%;
  }
}
.cart .lst-cart li:not(:first-child) {
  border-top: 1px solid #000;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li:not(:first-child) {
    border-top: none;
    border-bottom: 1px solid #c8c9ca;
  }
}
.cart .lst-cart li form > div {
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li form {
    display: flex;
    align-items: center;
  }
  .cart .lst-cart li form > div {
    display: flex;
    padding: 9px 3px;
    border: none;
  }
  .cart .lst-cart li form > div:nth-child(1) {
    width: 30%;
  }
  .cart .lst-cart li form > div:nth-child(2) {
    justify-content: flex-end;
    width: 15%;
  }
  .cart .lst-cart li form > div:nth-child(3) {
    justify-content: center;
    width: 30%;
  }
  .cart .lst-cart li form > div:nth-child(4) {
    justify-content: flex-end;
    width: 25%;
  }
}
@media only screen and (min-width: 950px) {
  .cart .lst-cart li form > div:nth-child(1) {
    width: 45%;
  }
  .cart .lst-cart li form > div:nth-child(2) {
    width: 10%;
  }
  .cart .lst-cart li form > div:nth-child(3) {
    width: 25%;
  }
  .cart .lst-cart li form > div:nth-child(4) {
    width: 20%;
    padding-right: 7px;
  }
}
/*---- ttl ----*/
.cart .lst-cart li .ttl {
  display: table-cell;
  width: 7em;
  padding: 8px 5px 5px;
  background: #c8c9ca;
}
.cart .lst-cart li .ttl + div {
  padding: 8px 5px 5px;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li .ttl {
    display: none;
  }
  .cart .lst-cart li .ttl + div {
    padding: 0;
  }
}
/*---- detail ----*/
.cart .lst-cart li .detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cart .lst-cart li .detail span {
  display: block;
}
.cart .lst-cart li .detail .number {
  width: 2em;
  font-weight: normal;
  text-align: center;
}
.cart .lst-cart li .detail .photo {
  width: 50px;
}
.cart .lst-cart li .detail .part-number {
  width: 4em;
}
.cart .lst-cart li .detail .product-name {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li .detail {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 950px) {
  .cart .lst-cart li .detail {
    flex-direction: row;
    gap: 1em;
  }
  .cart .lst-cart li .detail .product-name {
    width: calc(100% - 6em - 50px);
  }
}
/*---- price ----*/
.cart .lst-cart li .price {
  text-align: right;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li .price {
    display: flex;
    justify-content: flex-end;
  }
}
/*---- quantity ----*/
.cart .lst-cart li .quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cart .lst-cart li .quantity span {
  display: block;
  white-space: nowrap;
}
.cart .lst-cart li .quantity button {
  height: 1.179em;
  width: 1.179em;
  background: #e6e6e6;
  box-shadow: inset .059em .059em 1px rgba(58, 58, 58, .2), inset -.059em -.059em 3px rgba(58, 58, 58, .2);
  cursor: pointer;
}
.cart .lst-cart li .quantity .btn-plus {
  margin-left: 3px;
}
.cart .lst-cart li .quantity .btn-minus {
  margin-right: 3px;
}
.cart .lst-cart li .quantity input.quantity {
  height: 1.179em;
  width: 2.5em;
  /* padding-top: .1em; */
  margin: 0 1px;
  box-shadow: inset .059em .059em 3px rgba(58, 58, 58, .2), inset -.059em -.059em 3px rgba(58, 58, 58, .2);
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .cart .lst-cart li .quantity input.quantity {
    height: 1.25em;
    font-size: 1rem;
  }
}
/*---- subtotal ----*/
.cart .lst-cart li .subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
.cart .lst-cart li .btn-subtotal {
  display: flex;
  gap: 1em;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li .btn-subtotal {
    flex-direction: column;
  }
}
.cart .lst-cart li .btn-subtotal button {
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}
.cart .lst-cart li .btn-subtotal button:is(:hover, :focus) {
  color: #f00;
}
/* transition lst-cart
-------------------------------- */
.cart .lst-cart li > div {
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 600px) {
  .cart .lst-cart li > div {
    display: flex;
    align-items: center;
    border: none;
  }
}
@media only screen and (min-width: 600px) {
  .cart.transition .lst-cart li:first-child > div {
    padding: 9px 3px;
    border: none;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(1) {
    justify-content: center;
    width: 30%;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(2) {
    justify-content: center;
    width: 15%;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(3) {
    justify-content: center;
    width: 30%;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(4) {
    justify-content: center;
    width: 25%;
    padding-right: 0;
  }
  .cart.transition .lst-cart li:not(:first-child) {
    display: flex;
    align-items: center;
    padding: 9px 3px;
  }
}
@media only screen and (min-width: 950px) {
  .cart.transition .lst-cart li:first-child > div:nth-child(1) {
    width: 45%;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(2) {
    width: 10%;
    padding-left: 1.8em;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(3) {
    width: 25%;
  }
  .cart.transition .lst-cart li:first-child > div:nth-child(4) {
    width: 20%;
  }
}
@media only screen and (min-width: 600px) {
  .cart.transition .lst-cart li > div:nth-child(1) {
    width: 30%;
  }
  .cart.transition .lst-cart li > div:nth-child(2) {
    justify-content: flex-end;
    width: 15%;
  }
  .cart.transition .lst-cart li > div:nth-child(3) {
    justify-content: center;
    width: 30%;
  }
  .cart.transition .lst-cart li > div:nth-child(4) {
    justify-content: flex-end;
    width: 25%;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 950px) {
  .cart.transition .lst-cart li > div:nth-child(1) {
    width: 45%;
  }
  .cart.transition .lst-cart li > div:nth-child(2) {
    width: 10%;
  }
  .cart.transition .lst-cart li > div:nth-child(3) {
    width: 25%;
  }
  .cart.transition .lst-cart li > div:nth-child(4) {
    width: 20%;
    padding-right: 2.5em;
  }
}
/*---- quantity ----*/
.cart.transition .lst-cart li .quantity span:nth-child(2) {
  width: clamp(2.813rem, 1.534rem + 5.45vw, 5.625rem);
  text-align: center;
}
/* empty
-------------------------------- */
.cart .lst-cart.empty li:nth-child(2) {
  padding: 1.111em 0;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  border-top: none;
  text-align: center;
  line-height: 1.722;
}
/* -------------------------------------
  bx-accounting
------------------------------------- */
.bx-accounting {
  display: flex;
  flex-direction: column;
  margin-top: clamp(.589rem, .321rem + 1.14vw, 1.178rem);
  gap: 1em;
}
@media only screen and (min-width: 600px) {
  .bx-accounting {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: clamp(27.532rem, .002rem + 73.41vw, 55.062rem);
    margin: 1.063em auto 0;
  }
  .bx-accounting > div:first-child {
    width: 50%;
  }
}
@media only screen and (min-width: 950px) {
  .bx-accounting > div:first-child {
    width: clamp(19.077rem, 14.055rem + 13.39vw, 24.099rem);
  }
}
/* list
-------------------------------- */
.bx-accounting dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .542em 0;
  font-size: clamp(1.25rem, 1.136rem + .48vw, 1.5rem);
  line-height: 1.3;
}
@media only screen and (min-width: 600px) {
  .bx-accounting dl {
    font-size: clamp(.875rem, .25rem + 1.67vw, 1.5rem);
  }
}
.bx-accounting dl dt {
  width: 9em;
}
.bx-accounting dl dd {
  width: calc(100% - 10em);
  text-align: right;
  white-space: nowrap;
}
.bx-accounting dl .total {
  color: #f00;
  font-size: clamp(1.375rem, 1.261rem + .48vw, 1.625rem);
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .bx-accounting dl .total {
    font-size: clamp(1rem, .375rem + 1.67vw, 1.625rem);
  }
}
.bx-accounting dl dt.total {
  width: 3em;
}
.bx-accounting dl dd.total {
  width: calc(100% - 3em);
}
.bx-accounting ul {
  display: flex;
  flex-direction: column;
  gap: .667em;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.3;
}
@media only screen and (min-width: 600px) {
  .bx-accounting ul {
    font-size: clamp(.75rem, .375rem + 1vw, 1.125rem);
  }
  .bx-accounting ul li:last-child {
    margin-bottom: clamp(.75rem, .375rem + 1vw, 1.125rem);
  }
}
.bx-accounting ul a {
  display: inline-flex;
}
.bx-accounting ul a::before {
  flex-shrink: 0;
  content: '';
  height: clamp(1rem, .943rem + .24vw, 1.125rem);
  width: clamp(.625rem, .568rem + .24vw, .75rem);
  margin-right: 2px;
  background: #0000ff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media only screen and (min-width: 600px) {
  .bx-accounting ul a::before {
    height: clamp(.75rem, .375rem + 1vw, 1.125rem);
    width: clamp(.375rem, 1vw, .75rem);
  }
}
.bx-accounting ul a:is(:hover, :focus)::before {
  background: #f00;
}
/* paragraph
-------------------------------- */
.bx-accounting p {
  margin-top: .778em;
  color: #f00;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.3;
}
@media only screen and (min-width: 600px) {
  .bx-accounting p {
    font-size: clamp(.875rem, .625rem + .67vw, 1.125rem);
  }
}
/* -------------------------------------
  order-procedure
------------------------------------- */
.order-procedure {
  margin-top: clamp(.589rem, .321rem + 1.14vw, 1.178rem);
}
/* list
-------------------------------- */
.order-procedure ul {
  display: flex;
  flex-direction: column;
  gap: clamp(.41rem, 1.75vw, 1.313rem);
}
@media only screen and (min-width: 600px) {
  .order-procedure ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .order-procedure ul li {
    width: calc((100% - clamp(.41rem, 1.75vw, 1.313rem)) / 2);
  }
  .order-procedure ul li:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 950px) {
  .order-procedure ul {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .order-procedure ul li {
    width: 13.867em;
  }
  .order-procedure ul li:last-child {
    width: 25.614em;
  }
}
.order-procedure button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* padding-top: .2em; */
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.order-procedure button:is(:hover, :focus) {
  background: #f00;
}
/*---- btn-shopping ----*/
.order-procedure .btn-shopping {
  height: 3.685em;
  font-size: 1rem;
  background: #00a0e9;
}
@media only screen and (min-width: 600px) {
  .order-procedure .btn-shopping {
    font-size: clamp(.875rem, .75rem + .33vw, 1rem);
  }
}
@media only screen and (min-width: 950px) {
  .order-procedure .btn-shopping {
    font-size: clamp(.875rem, .4rem + .8vw, 1rem);
  }
}
.order-procedure .btn-shopping::before {
  content: '';
  height: 2.562em;
  width: 2.702em;
  margin-right: 2px;
  background: url("../images/cart/shopping.svg") no-repeat 50% 50% / contain;
}
/*---- btn-empty ----*/
.order-procedure .btn-empty {
  height: 3.685em;
  font-size: 1rem;
  background: #00a0e9;
}
@media only screen and (min-width: 600px) {
  .order-procedure .btn-empty {
    font-size: clamp(.875rem, .75rem + .33vw, 1rem);
  }
}
@media only screen and (min-width: 950px) {
  .order-procedure .btn-empty {
    font-size: clamp(.875rem, .4rem + .8vw, 1rem);
  }
}
.order-procedure .btn-empty::before {
  content: '';
  height: 2.603em;
  width: 1.929em;
  margin-right: 2px;
  background: url("../images/cart/empty.svg") no-repeat 50% 50% / contain;
}
/*---- btn-advance ----*/
.order-procedure .btn-advance {
  height: 2.191em;
  font-size: clamp(1.5rem, .972rem + 2.25vw, 2.663rem);
  background: #000;
}
@media only screen and (min-width: 600px) {
  .order-procedure .btn-advance {
    font-size: clamp(1.125rem, -.413rem + 4.1vw, 2.663rem);
  }
}
/* -------------------------------------
  cart-banner
------------------------------------- */
.cart-banner {
  width: 100%;
  margin: clamp(.626rem, .001rem + 2.67vw, 2rem) auto 0;
}
.cart-banner img {
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .cart-banner {
    width: clamp(28.125rem, 75vw, 56.25rem);
  }
}
/* -------------------------------------
  item-check
------------------------------------- */
.item-check {
  margin-top: clamp(.626rem, .001rem + 2.67vw, 2rem);
}
@media only screen and (min-width: 950px) {
  .item-check {
    width: clamp(41.989rem, -.013rem + 70.74vw, 53.042rem);
  }
}
/* headline
-------------------------------- */
.item-check h2 {
  display: flex;
  margin-bottom: clamp(.595rem, -.001rem + 2.55vw, 1.908rem);
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
}
.item-check h2::before {
  content: '';
  width: clamp(.526rem, .469rem + .24vw, .651rem);
  height: clamp(.629rem, .572rem + .24vw, .754rem);
  margin-right: clamp(.352rem, .295rem + .24vw, .477rem);
  background: #000000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
/* list
-------------------------------- */
/* cart-confirmation
--------------------------------------------------------- */
/* -------------------------------------
  modification
------------------------------------- */
.modification {
  margin-top: clamp(.663rem, -.001rem + 2.83vw, 2.125rem);
}
/* forms
-------------------------------- */
.modification input[type="text"] {
  height: 2.931em;
  width: 100%;
  padding: .444em;
  border: 2px solid #000;
}
.modification input[type="tel"] {
  height: 2.931em;
  width: 100%;
  padding: .444em;
  border: 2px solid #000;
}
/*---- radio ----*/
.radio label {
  cursor: pointer;
}
.radio input[type="radio"] {
  flex-shrink: 0;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  cursor: pointer;
}
.radio input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 9px;
  width: 9px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.radio input[type="radio"]:disabled {
  color: #b4b4b5;
  border: 1px solid #b4b4b5;
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled ~ label {
  color: #b4b4b5;
  cursor: not-allowed;
}
/*---- buttons ----*/
.modification .btn-fixed {
  height: 2.798em;
  width: 100%;
  margin-top: 2.444em;
  color: #fff;
  background: #000;
  cursor: pointer;
}
.modification .btn-fixed:is(:hover, :focus) {
  background: #e6e6e6;
}
/* list
-------------------------------- */
/*---- lst-modification ----*/
.lst-modification {
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.lst-modification li {
  border-top: 1px solid #000;
}
.lst-modification li form, .lst-modification li .complete {
  display: flex;
  align-items: center;
  min-height: clamp(.663rem, -2.363rem + 12.91vw, 7.322rem);
  padding: 1.111em 0;
}
.lst-modification li:last-child form, .lst-modification li:last-child .complete {
  flex-wrap: wrap;
}
.lst-modification li:last-child form > div:nth-child(n+2) {
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.lst-modification li form > div:first-child, .lst-modification li .complete > div:first-child {
  width: 8.16em;
  text-align: center;
}
.lst-modification li form > div:nth-child(2) {
  flex: 1;
}
.lst-modification li form > div:last-child {
  width: 6.556em;
  margin-left: auto;
  text-align: right;
}
.lst-modification .delivery-target {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
  text-align: left !important;
}
.lst-modification .hide {
  background: #ccc;
}
.lst-modification *.contact {
  display: flex;
  flex-wrap: wrap;
  gap: .3em 1em;
  width: calc(100% - 8.16em);
}
/*---- radio ----*/
@media only screen and (min-width: 950px) {
  .delivery-reservation {
    display: flex;
    gap: 6.222em;
  }
}
.radio-label-alteration span {
  display: block;
}
.radio-label-alteration.default {
  display: flex;
  gap: 1.667em;
  width: 100%;
}
.radio-label-alteration.default .bx-default {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* padding: 3px 22px 0; */
  padding: 3px 22px;
  color: #fff;
  background: #019fe8;
}
.radio-label-alteration.default .bx-default.right {
  margin: 0 clamp(.663rem, -.001rem + 2.83vw, 2.125rem) 0 auto;
}
/*---- buttons ----*/
.lst-modification .btn-change {
  height: 2.778em;
  width: 5.556em;
  color: #fff;
  background: #00a0e9;
  cursor: pointer;
}
.lst-modification .btn-change:is(:hover, :focus) {
  background: #f00;
}
.lst-modification .btn-change:disabled {
  background: #aaa;
  cursor: not-allowed;
}
/*---- textarea ----*/
.lst-modification textarea {
  min-height: 10.17em;
  width: 100%;
  padding: .444em;
  margin-top: 1.269em;
  border: 2px solid #000;
}
.complete .bx-textarea {
  min-height: 10.17em;
  width: 100%;
  padding: .444em;
  margin-top: 1.269em;
  border: 2px solid #000;
}
/*---- lst-alteration ----*/
.lst-alteration {
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.lst-alteration li:not(:last-child) {
  border-top: 1px solid #000;
}
.lst-alteration li > div {
  display: flex;
  align-items: center;
  min-height: clamp(.663rem, -2.363rem + 12.91vw, 7.322rem);
  padding: 1.111em 0 1.111em 3.444em;
}
.lst-alteration li > .radio {
  gap: 5.056em;
}
.lst-alteration li > .specification {
  align-items: flex-start;
  gap: clamp(1.348rem, 5.75vw, 4.313rem);
  padding: 1.111em 0 1.111em clamp(.583rem, -.049rem + 2.69vw, 1.972rem);
}
.lst-alteration li > .specification > div:first-child {
  width: 4em;
  white-space: nowrap;
}
.lst-alteration li > .specification > div:last-child {
  display: flex;
  flex-direction: column;
  gap: clamp(.586rem, 2.5vw, 1.875rem);
  width: auto;
}
.lst-alteration li > .specification > div:last-child .bx-default {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 22px 0;
  color: #fff;
  background: #019fe8;
}
@media only screen and (min-width: 600px) {
  .lst-alteration li > .specification > div:last-child .bx-default {
    margin-left: clamp(1.759rem, -.002rem + 4.7vw, 3.519rem);
  }
}
/*form-change*/
.lst-alteration .form-change {
  flex-direction: column;
  padding: 0;
}
.form-change ul {
  display: flex;
  flex-direction: column;
  gap: 1.111em;
  width: 100%;
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.lst-alteration .form-change ul li:not(:last-child) {
  border-top: none;
}
.form-change label {
  display: block;
  margin: 0 0 .611em .778em;
}
.form-change .zip-code {
  display: flex;
  align-items: center;
  gap: .722em;
  line-height: 1;
}
.form-change .zip-code {
  width: 200px;
}
.form-change .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-change .address label {
  width: 100%;
}
.form-change .address div {
  flex-wrap: wrap;
  gap: .722em;
  min-height: initial;
  padding: 0;
}
.form-change .address .prefectures {
  width: clamp(5.034rem, -2.172rem + 19.21vw, 12.239rem);
}
.form-change .address .municipal {
  width: clamp(12.178rem, -2.17rem + 38.26vw, 26.526rem);
}
.form-change .phone-number fieldset {
  display: flex;
  align-items: center;
  gap: .722em;
  padding: 0 0 0 .778em;
  border: none;
  line-height: 1;
}
.form-change .phone-number legend {
  margin: 0 0 .611em;
}
.form-change .phone-number label {
  margin: 0;
}
.form-change .phone-number input[type="tel"] {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .form-change .phone-number input[type="tel"] {
    width: 250px;
  }
}
.form-change .register {
  display: flex;
  align-items: center;
  gap: .722em;
  cursor: pointer;
}
.form-change .register label {
  margin-bottom: 0;
}
.form-change .register .checkbox {
  height: 1.5em;
  width: 1.5em;
}
/* detailed-list-image
--------------------------------------------------------- */
/* -------------------------------------
  item
------------------------------------- */
@media only screen and (min-width: 600px) {
  .item {
    width: clamp(28.939rem, .002rem + 77.16vw, 57.875rem);
    margin: 0 auto;
  }
}
/* bx-headline
-------------------------------- */
.bx-headline {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .bx-headline {
    flex-direction: row;
    justify-content: space-between;
    margin-top: clamp(-.244rem, .002rem + -.65vw, -.486rem);
  }
}
/*---- headline ----*/
.bx-headline h1 {
  font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem);
  font-weight: bold;
  line-height: 1.094;
}
@media only screen and (min-width: 600px) {
  .bx-headline h1 {
    padding: 0 .375em;
  }
}
.bx-headline h1 span {
  display: block;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.944;
}
/*---- list ----*/
.bx-headline ul {
  display: flex;
  flex-wrap: wrap;
  width: clamp(12.203rem, -1.033rem + 56.48vw, 41.323rem);
  margin-bottom: clamp(.938rem, .54rem + 1.7vw, 1.813rem);
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 600px) {
  .bx-headline ul {
    justify-content: flex-end;
  }
}
/* bx-display
-------------------------------- */
.bx-display {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 600px) {
  .bx-display {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: clamp(.938rem, .824rem + .48vw, 1.188rem);
  }
}
/*---- headline ----*/
.bx-display h2 {
  /* font-family: "Kosugi", sans-serif; */
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  line-height: 1.5;
}
.bx-display h2 span {
  font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem);
}
/*---- list ----*/
.bx-display > .switch > ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 20px;
  position: relative;
  margin-bottom: clamp(.313rem, .256rem + .24vw, .438rem);
  font-size: .75rem;
  font-weight: bold;
}
/*buttons*/
.bx-display ul > li > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: .3s;
  cursor: pointer;
}
.bx-display ul > li > button:is(:hover, :focus) {
  color: #f00;
}
.bx-display ul > li > button::before {
  content: '';
}
.btn-switch::before {
  height: 2rem;
  width: 2rem;
  background: url("../images/detailed/switch.svg") no-repeat 50% 50% / contain;
}
.btn-switch.list-style::before {
  background: url("../images/detailed/list.svg") no-repeat 50% 50% / contain;
}
.btn-display-order {
  position: relative;
}
.btn-display-order::before {
  height: 2rem;
  width: 1.125rem;
  background: url("../images/detailed/order.svg") no-repeat 50% 50% / contain;
}
.btn-filtering {
  position: relative;
}
.btn-filtering::before {
  height: 1.75rem;
  width: 2.4375rem;
  background: url("../images/detailed/filtering.svg") no-repeat 50% 50% / contain;
}
/*display-order*/
.display-order {
  display: none;
  position: absolute;
  top: 100%;
  right: 55px;
  z-index: 2;
  padding-top: 3px;
  background: #f5fafd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .35);
}
.display-order ul {
  display: flex;
  flex-direction: column;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  font-weight: bold;
  border: 1px solid #231815;
  white-space: nowrap;
}
.display-order li {
  display: flex;
  height: 1.625rem;
}
.display-order li:not(:first-child) {
  border-top: 1px solid #dbdcdc;
}
.display-order label {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: .75rem .625rem .625rem;
  cursor: pointer;
}
.display-order input[type="radio"] {
  cursor: pointer;
}
.display-order input[type="radio"]::before {
  display: block;
  content: '\f00c';
  height: .875rem;
  width: .875rem;
  margin: -.3em .3em 0 0;
  color: #f5fafd;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: .3s;
}
.display-order input[type="radio"]:checked::before {
  color: #000;
}
/* filtering modal
-------------------------------- */
.modal-box {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0px;
  z-index: 4;
  max-width: 355px;
  background: #f5fafd;
  border: 1px solid #000;
}
@media only screen and (min-width: 600px) {
  .modal-box {
    right: -5px;
  }
}
/*---- list ----*/
.modal-box ul {
  position: relative;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  font-weight: bold;
}
.modal-box ul li {
  display: flex;
}
.modal-box ul li:not(:first-child) {
  border-top: 1px solid #dbdcdc;
}
/*---- maker ----*/
.modal-box .maker {
  align-items: center;
  gap: 1em;
}
.modal-box .maker div:first-child {
  width: calc(4em + 1rem);
  margin-left: 1rem;
}
.modal-box .maker div:last-child {
  width: calc(100% - 5em - 1rem);
}
/*---- original ----*/
.modal-box .original {
  align-items: center;
  gap: 1em;
}
.modal-box .original div:first-child {
  width: calc(8em + 1rem);
  margin-left: 1rem;
}
.modal-box .original div:last-child {
  margin-left: auto;
  display: block;
  padding: .4rem .438rem .4rem 1rem;
 }
.modal-box .original label[for="selection"] {
  display: flex;
  align-items: center;
  gap: 0.5em;
  min-height: 1.5em;
  line-height: 1.5;
}
/*---- sales-status ----*/
.modal-box .sales-status {
  flex-direction: column;
}
.modal-box .sales-status div:first-child {
  padding: .5rem .438rem .5rem 1rem;
}
.modal-box .sales-status div:last-child {
  display: flex;
  gap: .5rem;
  padding: 0 .438rem .5rem 1rem;
}
/*---- price ----*/
.modal-box .price {
  align-items: center;
}
.modal-box .price div:first-child {
  width: calc(4em + 1rem);
  margin-left: 1rem;
}
.modal-box .price div:last-child {
  width: calc(100% - 5em - 1rem);
}
.modal-box .price .flex-price {
  display: flex;
  align-items: center;
}
.modal-box .price .flex-price input:first-child {
  width: 80%;
}
/*---- discount ----*/
.modal-box .discount {
  flex-direction: column;
}
.modal-box .discount div:first-child {
  padding: .5rem .438rem .5rem 1rem;
}
.modal-box .discount div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0 .438rem .5rem .4375rem;
  margin-bottom: .875rem;
}
/*---- forms ----*/
.modal-box label {
  cursor: pointer;
}
.modal-box .modal-close {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
  color: #fff;
  font-size: 1rem;
  background: #f00;
  cursor: pointer;
}
/*select*/
.maker select {
  height: 100%;
  width: 100%;
  padding: .625rem .438rem .5rem;
  text-align: right;
  cursor: pointer;
}
/*radio*/
.sales-status input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.sales-status label span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4375rem .625rem .3125rem;
  border: 1px solid #b4b4b5;
  border-radius: 9999px;
  white-space: nowrap;
}
.sales-status label input:checked + span {
  color: #009fe8;
  border-color: #009fe8;
}
/*textbox*/
.price input[type="text"] {
  height: 100%;
  width: 100%;
  padding: .625rem .438rem .5rem;
}
/*checkbox*/
.discount input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.discount label span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4375rem .625rem .3125rem;
  border: 1px solid #b4b4b5;
  border-radius: 9999px;
  white-space: nowrap;
}
.discount label input:checked + span {
  color: #009fe8;
  border-color: #009fe8;
}
/*---- overlay ----*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 120%;
  background: none;
}
/* bx-item
-------------------------------- */
.bx-item {
  margin-top: clamp(.626rem, .001rem + 2.67vw, 2rem);
}
@media only screen and (min-width: 950px) {
  .bx-item {
    width: clamp(44.376rem, -.01rem + 74.76vw, 56.057rem);
    margin: clamp(1.586rem, .014rem + 2.65vw, 2rem) auto 0;
  }
}
/* -------------------------------------
  list 詳細一覧 リスト表示
------------------------------------- */
.list .lst-item {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  line-height: 1.5;
}
.list .lst-item li {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
  padding: clamp(.313rem, -.142rem + 1.94vw, 1.313rem);
}
@media only screen and (min-width: 600px) {
  .list .lst-item li {
    width: 100%;
    padding: .1875rem clamp(.313rem, -.142rem + 1.94vw, 1.313rem);
  }
}
@media only screen and (min-width: 950px) {
  .list .lst-item li {
    padding: .1875rem .9375rem .1875rem 1.3125rem;
  }
}
.list .lst-item li:nth-child(odd) {
  background: #e2f3fd;
}
.list .lst-item li a {
  flex-shrink: 0;
  width: 100px;
}
.list .lst-item img {
  border-color: #009fe8;
}
.list .lst-item li > div {
  width: calc(100% - 100px - 1.1875rem);
}
.lst-item li > div > div {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 950px) {
  .list .lst-item li > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/* part-number
-------------------------------- */
.lst-item .part-number span {
   display: none;
}
.item .lst-item .part-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.item .lst-item .part-number span {
  display: block;
  line-height: 1.5;
}
.item .lst-item .part-number .item-number {
  display: flex;
  order: 1;
  width: 100%;
}
.item .lst-item .part-number .item-number span:first-child {
  display: block;
}
.item .lst-item .part-number .order {
  display: none;
  order: 2;
  color: #00f;
}
.item .list .lst-item .part-number .order {
  display: block;
}
.item .lst-item .part-number .order_s {
  order: 3;
  color: #00f;
}
.item .list .lst-item .part-number .order_s {
  display: none;
}
.item .lst-item .part-number .original {
  display: none;
  color: #f00;
  order: 4;
}
.item .list .lst-item .part-number .original {
  display: block;
}
.item .lst-item .part-number .original_s {
  color: #f00;
  order: 5;
}
.item .list .lst-item .part-number .original_s {
  display: none;
}
.item .lst-item .part-number .keigen {
  color: #f00;
  order: 6;
}
.item .list .lst-item .part-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.item .lst-item .product-name {
  margin-top: 2px;
}
.list .lst-item .part-number span {
  display: block;
}
.lst-item .part-number .item-number, .list .lst-item .part-number .item-number {
  display: flex;
}
.item .list .lst-item .part-number .item-number {
  width: auto;
}
.lst-item .part-number .item-number span {
  display: block;
}
.lst-item .part-number .item-number span:first-child {
  display: none;
}
.list .lst-item .item-number span:first-child {
  display: block;
}
/* product-name
-------------------------------- */
.lst-item .product-name {
  display: flex;
  flex-direction: column;
}
.lst-item .product-name span:first-child {
  display: none;
}
.list .lst-item .product-name {
  flex-direction: row;
  height: auto !important;
  font-weight: bold;
}
.list .lst-item .product-name span:first-child {
  display: block;
  white-space: nowrap;
}
/* price
-------------------------------- */
.list .lst-item .price {
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
}
.list .lst-item .price .list-price {
  margin-right: .286em;
}
.list .lst-item .price .trade-price {
  margin-right: .625em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
.lst-item .price .jan {
  display: none;
}
.list .lst-item .price .jan {
  display: block;
}
.lst-item .size {
  display: none;
}
.list .lst-item .size {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.list .lst-item .size span {
  display: block;
}
.list .lst-item .quantity {
  margin-top: 0;
}
.lst-item .quantity form {
  justify-content: flex-end;
}
/* detail page
--------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  .inr-detail {
    margin-top: clamp(.656rem, 1.75vw, 1.313rem);
  }
}
/* -------------------------------------
  product-image
------------------------------------- */
.product-image {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: clamp(1.875rem, 1.818rem + .24vw, 2rem);
}
@media only screen and (min-width: 600px) {
  .product-image {
    float: left;
    width: 53.19%;
  }
}
.product-image img {
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid #000;
  object-fit: cover;
}
/* product-slider
-------------------------------- */
.product-slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.product-slider.slick-initialized {
  opacity: 1;
}
.product-slider img {
  border-width: 2px;
}
/* product-thumnail
-------------------------------- */
.product-thumnail .slick-track {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  width: 84.8% !important;
  margin: 0 auto;
  transform: unset !important;
}
.product-thumnail .slick-slide {
  display: block !important;
  float: none !important;
  width: calc((100% - 5px * 3) / 4) !important;
}
.product-thumnail .slick-slide:first-child {
  margin-left: -5px;
}
/* -------------------------------------
  detail-r
------------------------------------- */
.detail-r {
  margin-top: 16px;
}
@media only screen and (min-width: 600px) {
  .detail-r {
    float: right;
    width: 45.74%;
    margin-top: 0;
  }
}
/* hdr-detail
-------------------------------- */
.hdr-detail {
  display: flex;
  flex-direction: column;
}
/*---- headline ----*/
.hdr-detail h1 {
  margin-top: .2em;
  font-size: clamp(1.188rem, 1.131rem + .24vw, 1.313rem);
  font-weight: bold;
  line-height: 1.19;
}
/*---- paragraph ----*/
.hdr-detail p {
  font-size: clamp(1.188rem, 1.131rem + .24vw, 1.313rem);
  line-height: 1.19;
}
.hdr-detail .item-number, .number {
  font-weight: bold;
}
.hdr-detail .order {
  color: #009fe8;
}
.hdr-detail .original {
  color: #ff678f;
}
/* detail-cart
-------------------------------- */
.detail-cart {
  margin-top: clamp(.75rem, .693rem + .24vw, .875rem);
}
/*---- paragraph ----*/
.detail-cart .list-price {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  line-height: 1.188;
}
.detail-cart .trade-price {
  margin-top: clamp(.375rem, .318rem + .24vw, .5rem);
  color: #f00;
  font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem);
  font-weight: bold;
  line-height: 1.167;
}
.detail-cart .trade-price span {
  font-size: clamp(2rem, 1.943rem + .24vw, 2.125rem);
}
.detail-cart .note {
  display: flex;
  align-items: center;
  padding: .5em 1em .5em 2em;
  margin: clamp(.75rem, .58rem + .73vw, 1.125rem) 0 0 0;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  background: #e2f3fd;
  line-height: 1.375;
}
/*---- list ----*/
.detail-cart .quantity + ul {
  margin-top: clamp(.813rem, .756rem + .24vw, .938rem);
  font-size: clamp(.688rem, .631rem + .24vw, .813rem);
  font-weight: bold;
  line-height: 1.692;
}
.detail-cart .quantity + ul li {
  display: flex;
}
.detail-cart .quantity + ul li::before {
  display: block;
  content: '';
  height: clamp(.5rem, .443rem + .24vw, .625rem);
  width: clamp(.313rem, .256rem + .24vw, .438rem);
  margin: .3em 2px 0 0;
  background: #000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
/*---- quantity ----*/
.detail-cart .quantity {
  display: flex;
  align-items: center;
  margin-top: clamp(.688rem, .631rem + .24vw, .813rem);
}
.detail-cart .quantity span {
  display: block;
  margin-top: .2em;
  font-size: clamp(1.125rem, 1.068rem + .24vw, 1.25rem);
}
.detail-cart .quantity button {
  height: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  width: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  background: #e6e6e6;
  border: 1px solid rgba(0, 0, 0, .2);
}
.detail-cart .btn-plus {
  margin-left: clamp(.375rem, .318rem + .24vw, .5rem);
}
.detail-cart .btn-minus {
  margin-right: clamp(.375rem, .318rem + .24vw, .5rem);
}
.detail-cart .inp-quantity {
  height: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  width: clamp(2.813rem, 2.756rem + .24vw, 2.938rem);
  /* padding: .2em .2em 0; */
  margin: 0 1px;
  box-shadow: inset -1px -1px 3px rgba(0, 0, 0, .5), inset 1px 1px 0 rgba(0, 0, 0, .2);
  text-align: center;
}
/*---- buttons ----*/
.detail-cart .btn-cart {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: .2em;
  margin-top: clamp(.875rem, .818rem + .24vw, 1rem);
  color: #fff;
  font-size: clamp(2.25rem, 2.193rem + .24vw, 2.375rem);
  font-weight: bold;
  background: #000;
  line-height: 1.737;
  cursor: pointer;
}
.detail-cart .btn-cart.active {
  background: #e6e6e6;
}
.detail-cart .btn-cart::before {
  display: block;
  content: '';
  height: clamp(3.875rem, 3.818rem + .24vw, 4rem);
  width: clamp(3.813rem, 3.756rem + .24vw, 3.938rem);
  margin: -.5em 0 0 clamp(1.438rem, 1.381rem + .24vw, 1.563rem);
  background: url("../images/common/cart.svg") no-repeat 50% 50% / contain;
}
.detail-cart .btn-cart-stop {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: .2em;
  margin-top: clamp(.875rem, .818rem + .24vw, 1rem);
  color: #fff;
  font-size: clamp(2.25rem, 2.193rem + .24vw, 2.375rem);
  font-weight: bold;
  background: #e6e6e6;
  line-height: 1.737;
  cursor: not-allowed;
}
.detail-cart .btn-cart-stop::before {
  display: block;
  content: '';
  height: clamp(3.875rem, 3.818rem + .24vw, 4rem);
  width: clamp(3.813rem, 3.756rem + .24vw, 3.938rem);
  margin: -.5em 0 0 clamp(1.438rem, 1.381rem + .24vw, 1.563rem);
  background: url("../images/common/cart.svg") no-repeat 50% 50% / contain;
}
/*---- news ----*/
.detail-cart .news {
  padding: clamp(.375rem, .318rem + .24vw, .5rem) clamp(.813rem, .756rem + .24vw, .938rem);
  margin-top: clamp(.875rem, .818rem + .24vw, 1rem);
  background: #e2f3fd;
}
/*headline*/
.detail-cart .news h3 {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  line-height: 1.375;
}
.detail-cart .news div {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  line-height: 1.375;
}
/*---- stockout ----*/
.detail-cart .stockout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.842em;
  /* padding-top: .3em; */
  margin-top: clamp(.688rem, .631rem + .24vw, .813rem);
  color: #fff;
  font-size: clamp(2.25rem, 2.193rem + .24vw, 2.375rem);
  font-weight: bold;
  background: #f29600;
}
.detail-cart .stockout + ul {
  margin-top: clamp(.813rem, .756rem + .24vw, .938rem);
}
/*---- end ----*/
.detail-cart .end {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.842em;
  /* padding-top: .3em; */
  margin-top: clamp(.688rem, .631rem + .24vw, .813rem);
  color: #fff;
  font-size: clamp(2.25rem, 2.193rem + .24vw, 2.375rem);
  font-weight: bold;
  background: #e50012;
}
.detail-cart .end + ul {
  margin-top: clamp(.813rem, .756rem + .24vw, .938rem);
}
/*---- waiting ----*/
.detail-cart .waiting {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.842em;
  /* padding-top: .3em; */
  margin-top: clamp(.688rem, .631rem + .24vw, .813rem);
  color: #fff;
  font-size: clamp(2.25rem, 2.193rem + .24vw, 2.375rem);
  font-weight: bold;
  background: #0000ff;
}
.detail-cart .waiting + ul {
  margin-top: clamp(.813rem, .756rem + .24vw, .938rem);
}
/* product-description
-------------------------------- */
.product-description {
  margin-top: clamp(1.875rem, 1.818rem + .24vw, 2rem);
}
/*---- headline ----*/
.product-description h2 {
  margin-bottom: clamp(1.313rem, 1.256rem + .24vw, 1.438rem);
  font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem);
  font-weight: bold;
  line-height: 1.375;
}
/*---- paragraph ----*/
.product-description p {
  margin-bottom: clamp(1.75rem, 1.693rem + .24vw, 1.875rem);
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  line-height: 1.571;
}
/*---- list ----*/
.product-description ul {
  display: flex;
  flex-direction: column;
  gap: clamp(.25rem, .193rem + .24vw, .375rem);
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  line-height: 1.571;
}
.product-description ul li {
  display: flex;
}
.product-description ul li::before {
  content: '';
  height: clamp(.5rem, .443rem + .24vw, .625rem);
  width: clamp(.5rem, .443rem + .24vw, .625rem);
  margin: .3em .2em 0 0;
  background: #000;
  border-radius: 50%;
}
.product-description .description-text {
  line-height: 1.8;
}
/* -------------------------------------
  item-detail
------------------------------------- */
@media only screen and (min-width: 600px) {
  .item-detail {
    float: none;
    width: 53.19%;
  }
}
/* headline
-------------------------------- */
.item-detail h2 {
  margin-bottom: clamp(.563rem, .506rem + .24vw, .688rem);
  font-family: "Kosugi", sans-serif;
  font-size: clamp(1.125rem, 1.068rem + .24vw, 1.25rem);
  font-weight: bold;
  line-height: 1.2;
}
/* paragraph
-------------------------------- */
.item-detail p {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  line-height: 1.188;
}
/* list
-------------------------------- */
.item-detail > ul {
  margin-bottom: clamp(.813rem, .756rem + .24vw, .938rem);
  font-family: "Kosugi", sans-serif;
  font-size: clamp(.625rem, .568rem + .24vw, .75rem);
  font-weight: bold;
  border-top: 1px solid #717071;
}
.item-detail > ul > li {
  display: flex;
  align-items: center;
  min-height: clamp(2.813rem, 2.756rem + .24vw, 2.938rem);
  padding: 0 clamp(.438rem, .381rem + .24vw, .563rem);
  border-bottom: 1px solid #717071;
}
.item-detail > ul > li div:first-child {
  flex-shrink: 0;
}
/* related-item
-------------------------------- */
.related-item {
  margin-top: clamp(1.875rem, 1.818rem + .24vw, 2rem);
}
/*---- headline ----*/
.related-item h3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.786em;
  width: 7.143em;
  padding-top: .1em;
  margin-bottom: clamp(1.875rem, 1.818rem + .24vw, 2rem);
  color: #fff;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  background: #000;
}
/*---- list ----*/
.related-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 600px) {
  .related-item ul {
    width: 84.8%;
  }
}
.related-item ul li {
  width: calc((100% - 8px * 3) / 4);
  border: 1px solid #000;
}
.related-item img {
  object-fit: cover;
}
/* -------------------------------------
  modal
------------------------------------- */
body.fix {
  height: 100vh;
  overflow-y: hidden;
}
.modal-content {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  z-index: 2;
  opacity: 0;
  overflow-y: auto;
  max-height: 95%;
  width: min(79.67vw, 956px);
  padding: clamp(2.077rem, .904rem + 3.13vw, 3.25rem) 2.5% 2.5%;
  margin: 0;
  background: #fff;
  box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, .75);
  text-align: center;
  transform: translate(-50%, -50%) !important;
}
body.fix .modal-content {
  opacity: 1;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120%;
  background: rgba(76, 76, 76, .85);
}
.modal-slider-open {
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .modal-slider-open {
    pointer-events: auto;
  }
}
.btn-modal-close {
  position: absolute;
  top: .75em;
  right: .75em;
  color: #b3b3b3;
  font-size: 1.875em;
  cursor: pointer;
}
.modal-slide {
  opacity: 0;
  height: auto;
  width: clamp(20rem, -2.563rem + 60.17vw, 42.563rem);
  margin: 0 auto clamp(1.031rem, 2.75vw, 2.063rem);
}
.modal-slide.slick-initialized {
  opacity: 1;
}
.modal-slider-item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #000;
}
.modal-thumnail {
  margin-left: 10px;
}
.modal-thumnail .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  transform: none !important;
}
@media only screen and (min-width: 950px) {
  .modal-thumnail .slick-track {
    gap: 10px;
  }
}
.modal-thumnail .slick-slide {
  display: block !important;
  float: none !important;
  width: calc((100% - 7px * 9) / 10) !important;
}
@media only screen and (min-width: 950px) {
  .modal-thumnail .slick-slide {
    width: calc((100% - 12px * 9) / 10) !important;
  }
}
.modal-thumnail .slick-slide:first-child {
  margin-left: -5px;
}
@media only screen and (min-width: 950px) {
  .modal-thumnail .slick-slide:first-child {
    margin-left: -10px;
  }
}
.modal-thumnail-item img {
  object-fit: cover;
  border: 1px solid #000;
}
/* quick-order
--------------------------------------------------------- */
/* -------------------------------------
  headline
------------------------------------- */
.quick-order h1 {
  padding: 0 0 clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: .104em 0 clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-size: clamp(1.875rem, 1.364rem + 2.18vw, 3rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
/* Add by SOTA 250501 start */
.quick-order h1 {
  display: flex;
  margin: 0 0 clamp(1.563rem, 1.42rem + .61vw, 1.875rem);
  font-size: clamp(1.75rem, 1.494rem + 1.09vw, 2.313rem);
}
/* Add by SOTA 250501 end */
.quick-order h2 {
  margin-left: clamp(.773rem, 3.3vw, 2.474rem);
  font-size: clamp(1.5rem, 1.273rem + .97vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
.quick-order h2:nth-of-type(1) {
  margin-bottom: clamp(.839rem, -.001rem + 3.58vw, 2.688rem);
}
/* -------------------------------------
  paragraph
------------------------------------- */
.quick-order p {
  margin-left: clamp(.773rem, 3.3vw, 2.474rem);
  font-size: clamp(1.188rem, 1.131rem + .24vw, 1.313rem);
  line-height: 1.5;
}
/* -------------------------------------
  list
------------------------------------- */
/* lst-input-from
-------------------------------- */
.lst-input-from {
  display: flex;
  flex-direction: column;
  gap: clamp(.567rem, .001rem + 2.42vw, 1.813rem);
  margin: clamp(.663rem, -.001rem + 2.83vw, 2.125rem) 0 clamp(.78rem, -.001rem + 3.33vw, 2.5rem) clamp(.312rem, -.001rem + 1.33vw, 1rem);
}
@media only screen and (min-width: 600px) {
  .lst-input-from {
    flex-direction: row;
    gap: 3.14%;
  }
  .lst-input-from li:nth-child(1) {
    width: 45%;
  }
  .lst-input-from li:nth-child(2) {
    width: 30%;
  }
  .lst-input-from li:nth-child(3) {
    width: 18.72%;
  }
}
@media only screen and (min-width: 950px) {
  .lst-input-from li:nth-child(1) {
    width: 42.25%;
  }
  .lst-input-from li:nth-child(2) {
    width: 18.44%;
  }
  .lst-input-from li:nth-child(3) {
    width: 32.88%;
  }
}
.lst-input-from label {
  display: flex;
  align-items: center;
  height: clamp(2.847rem, 2.716rem + .56vw, 3.135rem);
  width: 100%;
  border: 1px solid #231815;
}
.lst-input-from label span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  width: 6.267em;
  /* padding-top: .2em; */
  color: #fff;
  font-size: clamp(1.25rem, 1.193rem + .24vw, 1.375rem);
  font-weight: bold;
  background: #009fe8;
  border-right: 1px solid #231815;
}
@media only screen and (min-width: 600px) {
  .lst-input-from label span {
    font-size: clamp(1rem, .625rem + 1vw, 1.375rem);
  }
  .lst-input-from li:nth-child(2) label span {
    width: 3.288em;
  }
}
/*---- forms ----*/
.lst-input-from label input[type="text"] {
  position: relative;
  height: 100%;
  width: 100%;
  padding: .2em .3em;
  font-size: clamp(1rem, .8rem + 1vw, 2rem);
  line-height: 1;
  text-align: center;
}
.lst-input-from label input[type="text"]::placeholder {
  position: absolute;
  top: 50%;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  transform: translateY(-50%);
}
/*---- buttons ----*/
.lst-input-from input.btn-input-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(2.847rem, 2.716rem + .56vw, 3.135rem);
  width: 100%;
  color: #fff;
  font-size: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  font-weight: bold;
  background: #9e9e9f;
  cursor: pointer;
}
.lst-input-from input.btn-input-form:is(:hover, :focus) {
  background: #e50012;
}
@media only screen and (min-width: 600px) {
  .lst-input-from input.btn-input-form {
    font-size: clamp(1rem, .625rem + 1vw, 1.375rem);
  }
}
/* lst-lineup
-------------------------------- */
.lst-lineup {
  margin-top: clamp(1.563rem, 1.278rem + 1.21vw, 2.188rem);
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
}
.lst-lineup li {
  margin-top: .9375rem;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 950px) {
  .lst-lineup li {
    display: flex;
    align-items: center;
    gap: 0 .5rem;
    padding: .5rem 0 .5rem .5rem;
    margin: 0 .8rem 0 0;
    border-top: none;
    border-bottom: 1px solid #c8c9ca;
  }
}
.lst-lineup .ttl-header {
  display: none;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .ttl-header {
    display: flex;
    align-items: center;
    gap: 0 .5rem;
    padding: .5rem .8rem .5rem .5rem;
    margin-right: 0;
    font-size: clamp(1.125rem, .65rem + .8vw, 1.25rem);
    background: #c8c9ca;
  }
  .lst-lineup .ttl-header div {
    display: flex;
  }
  .lst-lineup .ttl-header div:nth-child(1) {
    width: calc(2rem + 50px);
  }
  .lst-lineup .ttl-header div:nth-child(2) {
    width: 5.3125rem;
    justify-content: center;
  }
  .lst-lineup .ttl-header div:nth-child(3) {
    width: clamp(15.688rem, -18.512rem + 57.6vw, 24.688rem);
    padding-left: 2em;
  }
  .lst-lineup .ttl-header div:nth-child(4) {
    justify-content: center;
    width: 5.625rem;
    padding-left: 1.5em;
  }
  .lst-lineup .ttl-header div:nth-child(5) {
    justify-content: center;
    width: 7.625rem;
  }
  .lst-lineup .ttl-header div:nth-child(6) {
    justify-content: center;
    width: clamp(3.344rem, -2.947rem + 10.6vw, 5rem);
  }
}
.lst-lineup .box {
  display: flex;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .box {
    border-bottom: none;
  }
}
.lst-lineup .box .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 7rem;
  padding: .8rem;
  background: #c8c9ca;
  border-bottom: none;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .box .ttl {
    display: none;
  }
}
.lst-lineup .box .txt {
  display: flex;
  align-items: center;
  width: calc(100% - 7rem);
  padding: .8em;
  border-bottom: none;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .box .txt {
    padding: 0;
    width: 100%;
  }
}
/*---- product ----*/
.lst-lineup .product .txt {
  gap: 0 1rem;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .product .txt {
    gap: 0;
    width: calc(2rem + 50px);
  }
}
.lst-lineup .product span {
  width: 2rem;
  text-align: center;
}
.lst-lineup .product img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}
/*---- no ----*/
@media only screen and (min-width: 950px) {
  .lst-lineup .no .txt {
    width: 5.3125rem;
    justify-content: center;
  }
}
/*---- name ----*/
.lst-lineup .name .txt {
  line-height: 1.5;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .name .txt {
    width: clamp(15.688rem, -18.512rem + 57.6vw, 24.688rem);
  }
}
/*---- price ----*/
.lst-lineup .price .txt {
  justify-content: flex-end;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .price .txt {
    width: 5.625rem;
  }
}
/*---- quantity ----*/
.lst-lineup .quantity .txt {
  justify-content: flex-end;
  gap: 0 1px;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .quantity .txt {
    width: 7.625rem;
  }
}
.lst-lineup .quantity .txt span {
  flex-shrink: 0;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
}
.lst-lineup .quantity .txt span:nth-child(2) {
  width: 5rem;
  font-size: clamp(1.125rem, 1.068rem + .24vw, 1.25rem);
  text-align: center;
}
/*---- selection ----*/
.lst-lineup .selection .checkbox {
  height: 1.375rem;
  width: 1.375rem;
}
@media only screen and (min-width: 950px) {
  .lst-lineup .selection {
    width: 5.3125rem;
  }
  .lst-lineup .selection .txt {
    justify-content: center;
  }
}
/* -------------------------------------
  csv-import
------------------------------------- */
.csv-import {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: clamp(.546rem, -.001rem + 2.33vw, 1.75rem) 0 clamp(.762rem, 3.25vw, 2.438rem);
  border: 1px solid #231815;
  border-right: transparent;
  border-left: transparent;
}
@media only screen and (min-width: 600px) {
  .csv-import {
    flex-direction: row;
    gap: 0 20px;
  }
}
/* headline
-------------------------------- */
.csv-import h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em .3em .3em;
  font-size: clamp(1.375rem, 1.318rem + .24vw, 1.5rem);
  font-weight: bold;
  background: #c3deee;
  border-bottom: 1px solid #231815;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .csv-import h3 {
    flex-shrink: 0;
    width: clamp(10.28rem, 7.856rem + 6.46vw, 12.704rem);
    border-bottom: none;
  }
}
/* inr-csv-import
-------------------------------- */
.inr-csv-import {
  padding: clamp(1.25rem, .909rem + 1.45vw, 2rem) 0 calc(clamp(1.25rem, .909rem + 1.45vw, 2rem) - 8px);
}
@media only screen and (min-width: 600px) {
  .inr-csv-import {
    width: calc(100% - clamp(10.28rem, 7.856rem + 6.46vw, 12.704rem) - 20px);
  }
}
/* paragraph
-------------------------------- */
.inr-csv-import p {
  margin: 0;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  line-height: 1.75;
}
.inr-csv-import p a {
  color: #009fe8;
}
.inr-csv-import p a:is(:hover, :focus) {
  color: #e50012;
}
/* list
-------------------------------- */
.inr-csv-import ul {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 1.068rem + .24vw, 1.25rem);
  margin-bottom: clamp(1.375rem, 1.205rem + .73vw, 1.75rem);
}
/* forms
-------------------------------- */
/*---- file ----*/
.inr-csv-import input[type='file'] {
  overflow: hidden;
  height: 1px;
  width: 1px;
  border: none;
  cursor: pointer;
}
.inr-csv-import .file {
  display: flex;
  align-items: center;
  gap: clamp(.625rem, .54rem + .36vw, .813rem);
  height: 3.5em;
}
.inr-csv-import .file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  width: 14.053em;
  /* padding-top: .2em; */
  color: #fff;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  background: #009fe8;
  line-height: 1.75;
  cursor: pointer;
}
.inr-csv-import .file-label:is(:hover, :focus) {
  background: #e50012;
}
.inr-csv-import .file-none {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: .333em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  border: 1px solid #231815;
}
/*---- buttons ----*/
.inr-csv-import .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 3.5em;
  width: 14.053em;
  /* padding-top: .2em; */
  color: #fff;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
  background: #000;
  line-height: 1.75;
  cursor: pointer;
}
.inr-csv-import .btn-submit:is(:hover, :focus) {
  background: #e50012;
}
/* -------------------------------------
  bx-btn
------------------------------------- */
.quick-order .bx-btn {
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
/* buttons
-------------------------------- */
.quick-order .btn-shopping {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.88em;
  width: 11.241em;
  padding: .3em .2em .2em;
  font-size: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  background: #00a0e9;
}
.quick-order .btn-shopping::before {
  content: '';
  height: 1.518em;
  width: 1.601em;
  margin-right: .593em;
  background: url("../images/cart/shopping.svg") no-repeat 50% 50% / contain;
}
.quick-order .btn-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.88em;
  width: 11.241em;
  padding: .3em .2em .2em;
  font-size: clamp(1.563rem, 1.506rem + .24vw, 1.688rem);
  background: #000;
}
.quick-order .btn-cart::before {
  content: '';
  height: 1.741em;
  width: 1.704em;
  margin: -.3em .556em 0 0;
  background: url("../images/common/cart.svg") no-repeat 50% 50% / contain;
}
.quick-order .btn-shopping:is(:hover, :focus), .quick-order .btn-cart:is(:hover, :focus) {
  background: #e50012;
}
.quick-order .btn-cart.active {
  background: #e6e6e6;
}
/* mypage
--------------------------------------------------------- */
/* -------------------------------------
  headline
------------------------------------- */
.mypage h1 {
  display: flex;
  padding: 0 0 clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: 0 0 clamp(1.563rem, 1.42rem + .61vw, 1.875rem);
  font-size: clamp(1.75rem, 1.494rem + 1.09vw, 2.313rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
.mypage h1 .attention {
  margin-left: auto;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: normal;
  line-height: 1.5;
}
.mypage h1.between {
  flex-direction: column;
}
.mypage h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.059em;
  width: 10.284em;
  padding-top: .2em;
  color: #fff;
  font-size: clamp(.75rem, .665rem + .36vw, .938rem);
  background: #009fe8;
}
.mypage h1 a:is(:hover, :focus) {
  background: #e50012;
}
@media only screen and (min-width: 950px) {
  .mypage h1.between {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/* -------------------------------------
  paragraph
------------------------------------- */
.mypage p {
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  line-height: 1.75;
}
.mypage p.ml30 {
  margin-left: 1.667em;
}
/* -------------------------------------
  forms
------------------------------------- */
.mypage input[type="text"], .mypage input[type="tel"], .mypage input[type="email"], .mypage input[type="url"] {
  height: 1.708em;
  width: 100%;
  padding: .2em .333em 0;
  border: 1px solid #000;
}
/* -------------------------------------
  list
------------------------------------- */
.lst-tbl {
  margin-top: clamp(1.875rem, 1.676rem + .85vw, 2.313rem);
  border: 1px solid #231815;
}
.h-adr:nth-of-type(2) .lst-tbl {
  margin-top: 0;
  border-top: none;
}
@media only screen and (min-width: 950px) {
  .lst-tbl {
    border-right: transparent;
    border-left: transparent;
  }
}
.lst-tbl li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.906em;
  padding: .3em .3em .1em;
  color: #fff;
  font-size: clamp(1.125rem, .955rem + .73vw, 1.5rem);
  font-weight: bold;
  background: #009fe8;
  text-align: center;
  letter-spacing: .05em;
}
@media only screen and (min-width: 950px) {
  .lst-tbl li:first-child {
    border-right: 1px solid #231815;
    border-left: 1px solid #231815;
  }
}
.lst-tbl li:not(:first-child) {
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  border-top: 1px solid #231815;
  line-height: 1;
  letter-spacing: .05em;
}
@media only screen and (min-width: 600px) {
  .lst-tbl li:not(:first-child) {
    display: flex;
  }
}
@media only screen and (min-width: 950px) {
  .lst-tbl li:not(:first-child) {
    border-left: 1px solid #231815;
  }
}
.lst-tbl li > div {
  display: flex;
  align-items: center;
}
.lst-tbl li.copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .542em;
  min-height: 4em;
  padding: .3em .3em .1em;
  color: #fff;
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
  font-weight: bold;
  background: #e50012;
  border-left: transparent;
}
@media only screen and (min-width: 600px) {
  .lst-tbl li.copy {
    flex-direction: row;
    min-height: 2.542em;
    padding: .3em .3em;
  }
}
.lst-tbl li.bill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .542em;
  min-height: 2.542em;
  padding: .3em .3em .1em;
  color: #fff;
  font-size: clamp(1.125rem, .955rem + .73vw, 1.5rem);
  font-weight: bold;
  background: #009fe8;
}
@media only screen and (min-width: 950px) {
  .lst-tbl li.bill {
    border-right: 1px solid #231815;
  }
}
/* tbl-th
-------------------------------- */
.tbl-th {
  justify-content: center;
  min-height: 2.542em;
  padding: 0 .5em 0 1em;
  color: #fff;
  font-weight: bold;
  background: #009fe8;
}
@media only screen and (min-width: 600px) {
  .tbl-th {
    justify-content: flex-start;
    flex-shrink: 0;
    width: 25.25%;
  }
}
/* tbl-td
-------------------------------- */
.tbl-td {
  min-height: 2.542em;
  width: 100%;
  padding: .3em .5em;
}
.tbl-td label {
  width: 100%;
}
.lst-tbl li div.tbl-td.email_match {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tbl-td #email_match {
  width: 100%;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
}
.tbl-td .example {
  display: flex;
  justify-content: flex-start;
}
.tbl-td .sama {
  margin-left: auto;
}
@media only screen and (min-width: 600px) {
  .tbl-td {
    width: calc(100% - 25.25%);
  }
}
/*---- flex-name ----*/
.flex-name {
  display: flex;
  gap: clamp(.813rem, .756rem + .24vw, .938rem);
}
.flex-name span {
  display: block;
  flex-shrink: 0;
  width: 2em;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 950px) {
  .flex-name {
    width: 491px;
  }
}
/*---- zip-code ----*/
.tbl-td .zip-code {
  display: flex;
  align-items: center;
  gap: 0 clamp(.563rem, .506rem + .24vw, .688rem);
  width: 100%;
}
/*---- address ----*/
.tbl-td .address {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(.625rem, .568rem + .24vw, .75rem);
}
/*---- add ----*/
.lst-tbl li > .tbl-th.add {
  align-items: flex-start;
  padding-top: .7em;
}
.lst-tbl li > .tbl-td.add {
  flex-wrap: wrap;
  gap: clamp(.938rem, .511rem + 1.82vw, 1.875rem) 0;
}
.lst-tbl li > .tbl-td.add span {
  font-weight: bold;
}
/*---- tel ----*/
.lst-tbl li > .tbl-td.tel {
  display: flex;
  align-items: center;
  gap: clamp(.625rem, .568rem + .24vw, .75rem);
}
/*---- bx-select ----*/
.bx-select {
  position: relative;
  height: 1.708em;
  width: 100%;
  border: 1px solid #000;
}
.bx-select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: .375em;
  z-index: -1;
  width: .833em;
  height: .75em;
  background: #000000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 950px) {
  .bx-select {
    width: 10em;
  }
}
/*---- radio-list ----*/
.radio-list {
  gap: .833em;
}
/*---- pay ----*/
.lst-tbl li > .tbl-td.pay {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.792em;
  padding: 1.125em 1.5em;
  font-size: .875rem;
}
/*---- delivery ----*/
.lst-tbl li > .tbl-td.delivery {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.042em;
  padding: 1.125em 0;
  font-size: .875rem;
}
.tbl-td.delivery > div {
  display: flex;
  gap: 1.042em;
  width: 100%;
  padding: 0 0 0 2em;
}
.tbl-td.delivery > div > label, .tbl-td.delivery > div > div {
  width: calc((100% - 1.042em) / 2);
}
.tbl-td.delivery > div > div {
  display: flex;
  flex-direction: column;
  gap: .8em 0;
}
@media only screen and (min-width: 600px) {
  .tbl-td.delivery > div > label {
    width: calc((100% - 1.042em * 2) / 3);
  }
  .tbl-td.delivery > div > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 2em;
    width: calc(calc((100% - 1.042em * 2) / 3) * 2);
  }
  .tbl-td.delivery > div > div label {
    width: calc((100% - 2em) / 2);
  }
}
.tbl-td.delivery > .yamato {
  padding-top: 1.125em;
  border-top: 1px solid #000;
}
/*---- contact ----*/
.lst-tbl li > .tbl-td.contact {
  flex-direction: column;
  gap: 1.042em 3.5em;
  padding: 1.125em 1.5em;
  font-size: .875rem;
}
.lst-tbl li > .tbl-td.contact div {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .lst-tbl li > .tbl-td.contact div {
    flex-direction: row;
    align-items: center;
    gap: 1em;
    white-space: nowrap;
  }
  .lst-tbl li > .tbl-td.contact div label {
    width: 25%;
  }
  .lst-tbl li > .tbl-td.contact div label:last-child {
    width: 50%;
  }
}
.lst-tbl li > .tbl-td.contact .assignee {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.lst-tbl li > .tbl-td.contact .assignee span {
  flex-shrink: 0;
}
.lst-tbl li > .tbl-td.contact .assignee input[type="text"] {
  width: 100%;
  margin-left: 0;
}
/* forms
-------------------------------- */
.tbl-td input[type="text"].characters3 {
  width: 5.666em;
}
.tbl-td input[type="text"].characters4 {
  width: 7.619em;
}
.bx-select select {
  height: 100%;
  width: 100%;
  /* padding: .2em .333em 0; */
  padding: .2em .333em;
}
.radio-list label {
  display: flex;
  align-items: center;
  height: 1.708em;
  padding: .35em .333em .208em;
  border: 1px solid #000;
  cursor: pointer;
}
.radio-list input[type="radio"] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.25em;
  width: 1.25em;
  margin: -.17em .2em 0 0;
  border: 1px solid #000;
  cursor: pointer;
}
.radio-list input[type="radio"]:checked::before {
  content: '';
  height: .417em;
  width: .417em;
  background: #000;
  border-radius: 50%;
}
.pay label, .delivery label, .contact label {
  font-weight: bold;
  cursor: pointer;
}
.pay input[type="radio"]::before, .delivery input[type="radio"]::before, .contact input[type="radio"]::before {
  display: block;
  content: '';
  height: .75em;
  width: .75em;
  margin-right: 1.333em;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.pay input[type="radio"]:checked::before, .delivery input[type="radio"]:checked::before, .contact input[type="radio"]:checked::before {
  background: #000;
}
.delivery input[type="radio"]:disabled::before {
  color: #b4b4b5;
  border: 1px solid #b4b4b5;
  cursor: not-allowed;
}
.delivery label.disabled {
  color: #b4b4b5;
  cursor: not-allowed;
}
@media only screen and (min-width: 600px) {
  .tbl-td input[type="tel"] {
    width: 6.127em;
  }
}
@media only screen and (min-width: 950px) {
  .tbl-td label {
    width: auto;
  }
  .tbl-td .address label:last-child {
    width: 100%;
    max-width: 33.327em;
  }
  .tbl-td input[type="text"].no {
    width: 7em !important;
  }
  .tbl-td input[type="text"].company-name, .tbl-td input[type="text"].company-name2, .tbl-td input[type="text"].company-name-kana, .tbl-td input[type="text"].company-name-kana2, .tbl-td input[type="text"].family-name {
    width: 22.6em;
  }
  .tbl-td .address span {
    width: 100%;
  }
  .tbl-td input[type="text"].prefectures, .tbl-td input[type="text"].prefectures2 {
    width: 7.545em;
  }
  .tbl-td input[type="text"].municipal, .tbl-td input[type="text"].municipal {
    width: 16.354em;
  }
  .tbl-td input[type="text"].after, .tbl-td input[type="text"].after2 {
    width: 100%;
  }
  .tbl-td input[type="tel"], .tbl-td input[type="email"] {
    width: 22.6em;
  }
  .tbl-td input[type="url"] {
    width: 16.673em;
  }
}
.contact input[type="text"] {
  width: calc(100% - 3em);
  margin-left: 3em;
}
@media only screen and (min-width: 950px) {
  .contact input[type="text"] {
    width: 9.919em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact input[type="text"] {
    width: 6em;
  }
}
/* buttons
-------------------------------- */
.lst-tbl .btn-paste {
  height: 1.708em;
  width: 11.554em;
  padding: .2em .333em 0;
  background: #fff;
  cursor: pointer;
}
/* -------------------------------------
  bx-btn
------------------------------------- */
.bx-btn {
  display: flex;
  justify-content: center;
  gap: clamp(1.125rem, .699rem + 1.82vw, 2.063rem);
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}
.bx-btn + .bx-btn {
  margin-top: clamp(1.25rem, .682rem + 2.42vw, 2.5rem);
}
/* buttons
-------------------------------- */
.bx-btn button, .bx-btn input {
  height: 2.625em;
  width: 12em;
  /* padding-top: .2em; */
  color: #fff;
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
  font-weight: bold;
  line-height: 2;
  letter-spacing: .05em;
  cursor: pointer;
}
.bx-btn.mypage-change button, .bx-btn.mypage-change input {
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
}
.bx-btn .btn-back {
  background: #000;
}
.bx-btn .btn-back:is(:hover, :focus) {
  background: #e50012;
}
.bx-btn .btn-submit {
  background: #009fe8;
}
.bx-btn .btn-submit:is(:hover, :focus) {
  background: #e50012;
}
.bx-btn .btn-unsubscribe {
  font-size: clamp(.688rem, .631rem + .24vw, .813rem);
  background: #e50012;
}
.bx-btn .btn-unsubscribe:is(:hover, :focus) {
  background: #000;
}
/* -------------------------------------
  unsubscribe
------------------------------------- */
.cautions {
  width: 97.26%;
  padding: clamp(1.313rem, 1.085rem + .97vw, 1.813rem) clamp(1rem, .943rem + .24vw, 1.125rem);
  margin: -2% auto clamp(1rem, .545rem + 1.94vw, 2rem);
  border: 1px solid #231815;
}
/* headline
-------------------------------- */
.unsubscribe h2 {
  margin-bottom: clamp(.875rem, .477rem + 1.7vw, 1.75rem);
  color: #e50012;
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.unsubscribe h3 {
  margin-bottom: clamp(1rem, .602rem + 1.7vw, 1.875rem);
  color: #231815;
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/* forms
-------------------------------- */
/*---- checkbox ----*/
.unsubscribe input[type="checkbox"] {
  flex-shrink: 0;
  height: 1.694em;
  width: 1.694em;
  margin-right: .943em;
  border: 1px solid #231815;
}
/*---- select ----*/
.unsubscribe select {
  padding-left: 1em;
  cursor: pointer;
}
.unsubscribe select:invalid {
  color: #9e9e9f;
}
/*---- textarea ----*/
.unsubscribe-cause-detail {
  display: block;
  height: clamp(3.063rem, -.062rem + 13.33vw, 9.937rem);
  width: 100%;
  padding: .75rem;
  margin: 0 auto;
  border: 1px solid #231815;
}
@media only screen and (min-width: 600px) {
  .unsubscribe-cause-detail {
    width: 97.25%;
  }
}
/*---- buttons ----*/
.unsubscribe .btn-back {
  background: #009fe8;
}
.unsubscribe .btn-back:is(:hover, :focus) {
  background: #e50012;
}
.unsubscribe .btn-unsubscribe {
  background: #000;
}
.unsubscribe .btn-unsubscribe:is(:hover, :focus) {
  background: #e50012;
}
/* bx-agreement
-------------------------------- */
.unsubscribe .bx-agreement {
  position: relative;
  width: 90%;
  margin: 0 auto clamp(1.75rem, 1.182rem + 2.42vw, 3rem);
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  line-height: 1;
}
@media only screen and (min-width: 600px) {
  .unsubscribe .bx-agreement {
    width: 70%;
  }
}
@media only screen and (min-width: 950px) {
  .unsubscribe .bx-agreement {
    width: 43.27%;
  }
}
.unsubscribe .bx-agreement label {
  display: flex;
  align-items: center;
  min-height: 2.371em;
  padding: .2em .2em;
  color: #e50012;
  font-weight: bold;
  border: 1px solid #231815;
  cursor: pointer;
}
.unsubscribe .bx-agreement .asterisk {
  position: absolute;
  top: 50%;
  right: -1.333em;
  transform: translateY(-50%);
}
/* bx-select
-------------------------------- */
.unsubscribe .bx-select {
  height: 2.371em;
  width: 90%;
  margin: 0 auto clamp(1.25rem, .795rem + 1.94vw, 2.25rem);
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 600px) {
  .unsubscribe .bx-select {
    width: 70%;
  }
}
@media only screen and (min-width: 950px) {
  .unsubscribe .bx-select {
    width: 43.27%;
  }
}
.unsubscribe .bx-btn {
  margin-top: clamp(1.406rem, 6vw, 4.5rem);
}
/* member
--------------------------------------------------------- */
.member form {
  padding: 0 .83vw;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .member form {
    padding: 0;
    margin: 0;
  }
}
/* -------------------------------------
  headline
------------------------------------- */
.member h1 {
  display: flex;
  padding: 0 clamp(.625rem, -.199rem + 3.52vw, 2.438rem) clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: clamp(.313rem, -.114rem + 1.82vw, 1.25rem) 0 clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-size: clamp(1.875rem, 1.364rem + 2.18vw, 3rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
.member h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.977em;
  width: 10.008em;
  padding-top: .15em;
  margin-left: auto;
  color: #fff;
  font-size: clamp(.875rem, .705rem + .73vw, 1.25rem);
  font-weight: bold;
  background: #00a0e9;
  text-align: right;
  line-height: 1.5;
}
.member h1 a:is(:hover, :focus) {
  background: #e50012;
}
.member h1.between {
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .member h1.between {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
/* -------------------------------------
  paragraph
------------------------------------- */
.member p {
  width: auto;
  margin: 0;
  font-weight: normal;
}
.member p.note {
  padding-left: 1em;
  margin-left: 1.197em;
}
/* -------------------------------------
  flow
------------------------------------- */
.lst-flow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lst-flow li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(.625rem, .483rem + .61vw, .938rem);
  font-weight: bold;
}
.lst-flow li:nth-child(1) {
  margin-left: -1.5em;
}
.lst-flow li:nth-child(2) {
  margin-left: clamp(.898rem, -.001rem + 3.83vw, 2.875rem);
}
.lst-flow li:nth-child(2) div:first-child {
  position: relative;
}
.lst-flow li div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.686em;
  width: 1.686em;
  color: #fff;
  font-family: "Kosugi", sans-serif;
  font-size: clamp(1.875rem, 1.116rem + 3.24vw, 3.544rem);
  font-weight: bold;
  background: #9e9e9f;
  border-radius: 50%;
}
.lst-flow li.current div:first-child {
  background: #000;
}
.lst-flow li:nth-child(2) div:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
  right: 100%;
  height: 4px;
  width: calc(100% + 1em);
  background: #9e9e9f;
}
.lst-flow li:nth-child(3) {
  margin-left: clamp(2.344rem, 1.023rem + 5.64vw, 5.25rem);
}
.lst-flow li:nth-child(3) div:first-child {
  position: relative;
}
.lst-flow li:nth-child(3) div:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
  right: 100%;
  height: 4px;
  width: calc(100% + 1em);
  background: #9e9e9f;
}
.lst-flow li div:last-child {
  color: #9e9e9f;
  font-size: clamp(1rem, .726rem + 1.17vw, 1.603rem);
}
.lst-flow li.current div:last-child {
  color: #000;
}
/* -------------------------------------
  agreement
------------------------------------- */
.agreement {
  overflow-y: scroll;
  height: clamp(6.814rem, -.183rem + 29.86vw, 22.21rem);
  width: clamp(22.283rem, -.183rem + 95.86vw, 71.71rem);
  padding: clamp(.368rem, -.002rem + 1.58vw, 1.181rem);
  margin: clamp(.879rem, 3.75vw, 2.813rem) auto 0;
  border: 1px solid #000;
}
/* paragraph
-------------------------------- */
.agreement p {
  width: 100%;
  font-weight: normal;
  line-height: 2;
}
.member .bx-btn {
  width: 100%;
}
.member .example {
  margin-top: clamp(.313rem, .227rem + .36vw, .5rem);
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
/* forms
-------------------------------- */
/*---- checkbox ----*/
.member input.checkbox-dis, .member input.checkbox-agr {
  position: absolute;
  opacity: 0;
}
.member label {
  display: block;
}
.member label input.checkbox-dis + span, .member label input.checkbox-agr + span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(2.425rem, 1.746rem + 2.9vw, 3.919rem);
  width: clamp(10rem, 6.65rem + 14.29vw, 17.371rem);
  padding-top: .1em;
  color: #fff;
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
  font-weight: bold;
  background: #000;
}
.member label input.checkbox-agr + span {
  background: #009fe8;
}
.member label input.checkbox-agr:disabled + span {
  background: #b4b4b5;
}
.member input.checkbox-dis:is(:hover, :focus) + span {
  background: #e50012;
}
/*---- buttons ----*/
.member .bx-btn button, .member .bx-btn input {
  height: clamp(2.425rem, 1.746rem + 2.9vw, 3.919rem);
  width: clamp(10rem, 6.65rem + 14.29vw, 17.371rem);
}
.member .bx-btn input.new-member-submit, .member .bx-btn input.submit {
  background: #009fe8;
}
.member .bx-btn button:disabled, .member .bx-btn input:disabled, member .bx-btn input.new-member-submit:disabled {
  background: #b4b4b5;
}
.bx-btn input.submit:is(:hover, :focus) {
  background: #e50012;
}
/* -------------------------------------
  member lst-tbl
------------------------------------- */
.member .p-country-name + .lst-tbl {
  margin-top: clamp(.5rem, .386rem + .48vw, .75rem);
}
.member .lst-tbl li:first-child {
  display: block;
  height: auto;
  padding: 0;
  color: #000;
  background: none;
  font-size: clamp(.875rem, .761rem + .48vw, 1.125rem);
}
@media only screen and (min-width: 600px) {
  .member .lst-tbl li:first-child {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (min-width: 950px) {
  .member .lst-tbl li:first-child {
    border-right: none;
  }
}
@media only screen and (min-width: 600px) {
  .member .lst-tbl li > div {
    align-items: stretch;
  }
  .member .tbl-th {
    width: 28%;
  }
  .member .lst-tbl li:first-child .tbl-th, .member .lst-tbl li .tbl-th {
    justify-content: space-between;
    padding: .713em .828em .713em 1.197em;
  }
}
@media only screen and (min-width: 1200px) {
  .member .lst-tbl li:first-child .tbl-th, .member .lst-tbl li .tbl-th {
    padding-top: .8em;
  }
}
.member .lst-tbl li:first-child .tbl-td {
  font-weight: normal;
  background: #fff;
}
.member .lst-tbl.confirmation li:first-child .tbl-td, .member .lst-tbl.confirmation li .tbl-td {
  justify-content: space-between;
  padding: .713em 12em .713em 1.197em;
}
.member .lst-tbl.confirmation li .tbl-td.add {
  margin-left: 2em;
  text-indent: -2em;
}
@media only screen and (min-width: 600px) {
  .member .lst-tbl.confirmation li:first-child .tbl-td, .member .lst-tbl.confirmation li .tbl-td {
    padding-top: .8em;
  }
}
@media only screen and (min-width: 600px) {
  .member .lst-tbl li:first-child .tbl-td {
    justify-content: flex-start;
  }
  .member .lst-tbl li:first-child .tbl-td.center {
    align-items: center;
  }
}
.member .lst-tbl li .tbl-td.flex-name {
  flex-direction: column;
  align-items: flex-start;
}
.member .lst-tbl li .tbl-td.flex-name div {
  display: flex;
  align-items: center;
  gap: clamp(.813rem, .756rem + .24vw, .938rem);
}
.member .tbl-td.foundation-date, .member .tbl-td.annual-sales {
  display: flex;
  align-items: center;
  gap: 0 .5em;
}
.tbl-td.foundation-date span:first-child {
  flex-shrink: 0;
  width: 2.5em;
}
.member .tbl-td.annual-sales span {
  display: block;
  white-space: nowrap;
}
.member .tbl-td.site {
  display: flex;
  flex-direction: column;
}
.member .tbl-td.site p.example {
  margin-right: auto;
}
.member .tbl-td.industries {
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.member .tbl-td.industries label {
  display: flex;
  align-items: center;
  gap: 1em;
}
.member .tbl-td.industries span {
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  white-space: nowrap;
}
.member .tbl-td.radio-list label {
  display: flex;
}
.member .tbl-td.enquete {
  flex-direction: column;
  gap: .833em;
}
.member .tbl-td.inquiry {
  flex-direction: column;
  gap: .333em;
}
.member .lst-tbl.confirmation li .tbl-td.enquete {
  padding-right: 0;
}
.member .lst-tbl.confirmation li .tbl-td.enquete div {
  line-height: 1.5;
}
.member .lst-tbl.confirmation li .tbl-td.enquete .textarea {
  padding: .333em;
  border: 1px solid #000;
}
@media only screen and (min-width: 950px) {
  .member .lst-tbl li .tbl-td.flex-name div, .member .lst-tbl li .tbl-td.tel label, .member .lst-tbl li .tbl-td.email_match label {
    width: 500px;
  }
  .member .tbl-td.foundation-date, .member .tbl-td.annual-sales {
    width: 19.042em;
  }
  .member .tbl-td.annual-sales span {
    width: 16.5em;
  }
  .member .tbl-td.site label {
    width: clamp(22.188rem, 12.45rem + 16.4vw, 24.75rem);
  }
  .member .tbl-td.industries {
    flex-direction: row;
  }
  .member .bx-select {
    width: clamp(22.188rem, 12.45rem + 16.4vw, 24.75rem)
  }
  .member .tbl-td.industries label {
    width: calc(100% - clamp(22.188rem, 12.45rem + 16.4vw, 24.75rem) - 1em);
  }
}
@media only screen and (min-width: 1200px) {
  .member .lst-tbl li:first-child .tbl-td label, .member .lst-tbl li .tbl-td label {
    display: flex;
    align-items: center;
    gap: 2.208em;
  }
  .member .lst-tbl li .tbl-td.flex-name {
    flex-direction: row;
    align-items: center;
    gap: 2.208em;
    width: 100%;
  }
  .member .lst-tbl li .tbl-td.email_match {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  .member .tbl-td.site {
    flex-direction: row;
    align-items: center;
    gap: 0 3.5em;
  }
  .member .tbl-td.industries {
    justify-content: space-between;
  }
  .member .lst-tbl li .tbl-td.industries label {
    gap: 1em;
    width: 16.7em;
  }
  .member .lst-tbl li .tbl-td.radio-list label {
    gap: 0;
  }
}
.member .lst-tbl li .tbl-td.flex {
  flex-direction: column;
}
@media only screen and (min-width: 950px) {
  .member .lst-tbl li .tbl-td.flex {
    flex-direction: row;
  }
  .member .lst-tbl li .tbl-td.flex p {
    margin-left: 3em;
  }
}
/* forms
-------------------------------- */
/*---- input ----*/
.member .lst-tbl input[type="text"], .member .lst-tbl input[type="tel"], .member .lst-tbl input[type="email"], .member .lst-tbl input[type="url"] {
  height: 1.708em;
  width: 100%;
  /* padding: .2em .333em 0; */
  padding: .2em .333em;
  border: 1px solid #000;
}
.member .lst-tbl input[type="text"].prefectures {
  width: 7.545em;
}
.member .lst-tbl input[type="text"].municipal {
  width: 16.354em;
}
.member .lst-tbl textarea {
  height: 5.933em;
  width: 100%;
  padding: .333em;
  border: 1px solid #000;
}
@media only screen and (min-width: 950px) {
  .member .lst-tbl input[type="text"].company-name, .member .lst-tbl input[type="text"].family-name {
    width: 500px;
  }
}
/* complete
--------------------------------------------------------- */
.member + .complete {
  padding: 0 3%;
  margin: clamp(1.289rem, 5.5vw, 4.125rem) auto 0;
}
@media only screen and (min-width: 600px) {
  .member + .complete {
    width: clamp(36.877rem, 15.055rem + 58.19vw, 58.7rem);
    padding: 0;
  }
}
/* -------------------------------------
  headline
------------------------------------- */
.member + .complete h2 {
  margin-bottom: clamp(1.329rem, .001rem + 5.67vw, 4.25rem);
  color: #e50012;
  font-size: clamp(1.5rem, .818rem + 2.91vw, 3rem);
  text-align: center;
}
.member + .complete h3 {
  margin: clamp(1.329rem, .001rem + 5.67vw, 4.25rem) 0;
  font-size: clamp(1.125rem, .727rem + 1.7vw, 2rem);
  text-align: center;
}
/* -------------------------------------
  paragraph
------------------------------------- */
.member + .complete p {
  width: 100%;
  margin: 0;
  font-size: clamp(1.125rem, .727rem + 1.7vw, 2rem);
  font-weight: normal;
}
/* -------------------------------------
  list
------------------------------------- */
.member + .complete ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .813em 2.063em;
  margin-top: clamp(.567rem, .001rem + 2.42vw, 1.813rem);
  font-size: clamp(1.125rem, .727rem + 1.7vw, 2rem);
}
@media only screen and (min-width: 600px) {
  .member + .complete ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.member + .complete dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5em 1em;
  width: 9.3em;
  margin: clamp(1.622rem, .001rem + 6.92vw, 5.188rem) auto 0;
  font-size: clamp(1.125rem, .727rem + 1.7vw, 2rem);
}
.member + .complete dl dt {
  width: 3em;
  text-align: center;
}
.member + .complete dl dd {
  width: calc(100% - 4em);
}
/* order-log
--------------------------------------------------------- */
/* -------------------------------------
  headline
------------------------------------- */
.order-log h1 {
  display: flex;
  padding: 0 0 clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: 0 0 clamp(1.563rem, 1.42rem + .61vw, 1.875rem);
  font-size: clamp(1.75rem, 1.494rem + 1.09vw, 2.313rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
/* -------------------------------------
  paragraph
------------------------------------- */
.order-log p {
  margin-bottom: 1em;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  line-height: 1.5;
  letter-spacing: .1em;
}
.order-log p.count {
  margin-bottom: .5em;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
/* -------------------------------------
  bx-order-log
------------------------------------- */
.bx-order-log {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 950px) {
  .bx-order-log {
    flex-direction: row;
    padding: 0 clamp(.25rem, .063rem + .5vw, .438rem);
    border-top: 1px solid #231815;
  }
}
/* order-search
-------------------------------- */
@media only screen and (min-width: 950px) {
  .order-search {
    width: clamp(8.661rem, 7.01rem + 4.4vw, 10.313rem);
    padding: clamp(.25rem, .063rem + .5vw, .438rem) clamp(.25rem, .063rem + .5vw, .438rem) 3rem 0;
    border-right: 1px solid #231815;
  }
}
/*---- headline ----*/
.order-search h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.583em;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  background: #000;
  letter-spacing: .1em;
}
/*---- list ----*/
.order-search ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5em;
  margin: 1.25em 0;
  font-size: clamp(.75rem, .693rem + .24vw, .875rem);
  font-weight: bold;
}
.order-search form ul {
  gap: 1.25em;
}
.order-search ul li {
  display: flex;
  align-items: center;
}
.order-search ul span {
  flex-shrink: 0;
  font-size: .75rem;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
}
.order-search ul a {
  text-decoration: underline;
}
/*---- forms ----*/
.order-search input[type="text"] {
  width: calc(calc(100% - 4em - 20px) / 2);
  margin: 0 5px;
  font-size: .75rem;
  font-weight: normal;
  border: 1px solid #231815;
}
@media only screen and (min-width: 950px) {
  .order-search input[type="text"].year {
    width: 36%;
  }
  .order-search input[type="text"].month {
    width: 18%;
  }
}
.order-search input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.618em;
  width: 4.485em;
  padding-top: .15em;
  color: #fff;
  font-size: .75rem;
  background: #009fe8;
  cursor: pointer;
}
.order-search input[type="submit"]:is(:hover, :focus) {
  background: #e50012;
}
/* product-log
-------------------------------- */
@media only screen and (min-width: 600px) {
  .product-log .no {
    width: 2em;
  }
  .product-log .item-number {
    width: 4.5em;
  }
  .product-log .product-name {
    width: calc(100% - 39px - 23.5em - 3.258em);
  }
  .product-log .trade-price {
    width: 6em;
  }
  .product-log .quantity {
    width: 5em;
  }
  .product-log .subtotal {
    width: 6em;
  }
  .product-log .btn {
    width: 3.258em;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 950px) {
  .product-log {
    padding: clamp(.25rem, .063rem + .5vw, .438rem) 0 3rem clamp(.25rem, .063rem + .5vw, .438rem);
  }
}
/*---- list ----*/
.product-log ul {
  line-height: 1.5;
}
/*ttl*/
.product-log .ttl {
  display: none;
}
@media only screen and (min-width: 600px) {
  .product-log .ttl {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 1.693em;
    font-size: clamp(.813rem, .688rem + .33vw, .938rem);
    background: #c8c9ca;
  }
  .product-log .ttl div {
    text-align: center;
  }
}
/*date*/
.product-log .date form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .3125rem;
  font-size: .8125rem;
  font-weight: bold;
  background: #eeeeef;
}
@media only screen and (min-width: 600px) {
  .product-log .date {
    border-bottom: 1px solid #231815;
  }
  .product-log .date form {
    justify-content: flex-start;
    gap: 6px;
  }
  .product-log .date div:first-child {
    width: 72.44%;
    text-align: center;
  }
}
/*product*/
.product-log .product {
  margin-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  .product-log .product {
    padding: .3125rem 0;
    margin-bottom: 0;
    font-size: clamp(.75rem, .625rem + .33vw, .875rem);
    border: 1px solid #231815;
    border-top: transparent;
  }
  .product-log .product form {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.product-log .product div {
  display: flex;
  padding-right: .3125rem;
  border-top: 1px solid #231815;
}
@media only screen and (min-width: 600px) {
  .product-log .product div {
    padding-right: 0;
    border-top: none;
  }
}
.product-log .product div::before {
  flex-shrink: 0;
  content: attr(data-label);
  width: 5em;
  margin-right: .5em;
  color: #000;
  font-weight: normal;
  background: #c8c9ca;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .product-log .product div::before {
    content: none;
  }
}
.product-log .product div.trade-price {
  justify-content: space-between;
}
.product-log .product div.subtotal {
  justify-content: space-between;
  color: #e50012;
  font-weight: bold;
}
.product-log .product div.btn {
  justify-content: center;
}
.product-log .product div.btn::before {
  content: none;
}
@media only screen and (min-width: 600px) {
  .product-log .product div.no {
    justify-content: center;
  }
  .product-log .product div.item-number {
    justify-content: center;
  }
  .product-log .product div.trade-price {
    justify-content: flex-end;
  }
  .product-log .product div.quantity {
    align-items: center;
    justify-content: space-between;
  }
  .product-log .product div.quantity span {
    font-size: clamp(.625rem, .563rem + .17vw, .688rem);
  }
  .product-log .product div.subtotal {
    justify-content: flex-end;
  }
}
/*---- forms ----*/
.product-log .btn-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background: #009fe8;
  cursor: pointer;
}
.product-log .btn-cart:is(:hover, :focus) {
  background: #e50012;
}
.product-log .date .btn-cart {
  height: 1.53em;
  width: 12.669em;
  /* padding-top: .2em; */
}
.product-log .product .btn-cart {
  padding: .1em .5em 0;
  margin-top: .5em;
}
@media only screen and (min-width: 600px) {
  .product-log .product .btn-cart {
    margin-top: 0;
    font-size: .625rem;
  }
}
/* common
--------------------------------------------------------- */
.common {
  width: clamp(22.188rem, .17rem + 93.94vw, 70.625rem);
  margin: 0 auto;
}
/* -------------------------------------
  bx-common
------------------------------------- */
.bx-common {
  width: 93%;
  margin: 0 auto;
}
/* -------------------------------------
  headline
------------------------------------- */
.common h1, h1.inquiry {
  display: flex;
  justify-content: center;
  padding: 0 clamp(.625rem, -.199rem + 3.52vw, 2.438rem) clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: clamp(.313rem, -.114rem + 1.82vw, 1.25rem) 0 clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
.common h2 {
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.5;
}
.common h3 {
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.5;
}
.common h4 {
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  font-size: clamp(.875rem, .591rem + 1.21vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
}
/* -------------------------------------
  paragraph
------------------------------------- */
.common p, p.inquiry {
  width: 100%;
  margin: clamp(1.125rem, .784rem + 1.45vw, 1.875rem) 0 0;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  font-weight: normal;
  line-height: 1.33;
}
/* -------------------------------------
  list
------------------------------------- */
.common ul, ol {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.33;
}
.common dl {
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  line-height: 1.33;
}
/* -------------------------------------
  disc
------------------------------------- */
.common .disc {
  gap: .3em;
  list-style: disc;
  margin-left: 1.3em;
}
/* -------------------------------------
  decimal
------------------------------------- */
.common .decimal {
  list-style: decimal;
  margin-left: 1.3em;
}
/* -------------------------------------
  lst-line-dot
------------------------------------- */
.common .lst-line-dot {
  font-weight: bold;
  border-top: 3px dotted #231815;
}
.common .lst-line-dot li {
  padding: clamp(.509rem, .001rem + 2.17vw, 1.625rem) 10px;
  border-bottom: 3px dotted #231815;
  text-align: center;
}
.common .lst-line-dot li a {
  text-decoration: underline;
}
/* -------------------------------------
  lst-note
------------------------------------- */
.common .lst-note {
  display: flex;
  flex-direction: column;
  gap: .3em;
  padding: 0 1.5em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
.common .lst-note li {
  display: flex;
}
.common .lst-note li span {
  position: relative;
  margin: -.2em 1em 0 0;
}
.common .lst-note li span::after {
  content: '...';
  position: absolute;
  top: -.1em;
  right: -1em;
}
/* -------------------------------------
  table
------------------------------------- */
.common table {
  width: 100%;
  margin-top: clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-size: clamp(.75rem, .409rem + 1.45vw, 1.5rem);
  border: 1px solid #000;
  line-height: 1.5;
}
.common table th, .common table td {
  padding: .333em;
  border: 1px solid #000;
}
.common table th {
  color: #fff;
  background: #00a0e9;
}
/* tbl-cm
-------------------------------- */
.common .tbl-cm {
  border: 1px solid #231815;
}
.common .tbl-cm th, .common .tbl-cm td {
  color: #000;
  background: #fff;
  border: 1px solid #231815;
}
.common .tbl-cm thead th {
  font-size: clamp(.75rem, .523rem + .97vw, 1.25rem);
  font-weight: bold;
  text-align: center;
}
.common .tbl-cm tbody th, .common .tbl-cm td {
  font-size: clamp(.75rem, .636rem + .48vw, 1rem);
  text-align: center;
}
/*---- fee ----*/
.common .tbl-cm.fee thead th {
  font-size: clamp(.75rem, .409rem + 1.45vw, 1.5rem);
  font-weight: normal;
}
.common .tbl-cm.fee tbody th, .common .tbl-cm td {
  font-size: clamp(.75rem, .523rem + .97vw, 1.25rem);
}
/* -------------------------------------
  indent
------------------------------------- */
.common .indent1em {
  margin-left: 1em;
  text-indent: -1em;
}
.common .indent2em {
  margin-left: 2em;
  text-indent: -2em;
}
.common .indent3em {
  margin-left: 3em;
  text-indent: -3em;
}
/* -------------------------------------
  bx-btn
------------------------------------- */
.common .bx-btn {
  margin-top: clamp(1.563rem, .001rem + 6.67vw, 5rem);
}
/* buttons
-------------------------------- */
.common .btn-reset {
  background: #000;
}
/* -------------------------------------
  cm-box
------------------------------------- */
.cm-box:nth-of-type(1) {
  margin-top: -23px;
}
@media only screen and (min-width: 600px) {
  .cm-box:nth-of-type(1) {
    margin-top: -27px;
  }
}
@media only screen and (min-width: 950px) {
  .cm-box:nth-of-type(1) {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-box:nth-of-type(1) {
    margin-top: -40px;
  }
}
.cm-box:not(:nth-of-type(1)) {
  border-top: 1px solid #231815;
}
.cm-box {
  padding-bottom: clamp(.527rem, 2.25vw, 1.688rem);
}
/* inner
-------------------------------- */
.cm-box .inner {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 clamp(.352rem, 1.5vw, 1.125rem);
}
@media only screen and (min-width: 950px) {
  .cm-box .inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 192px;
    width: 83.04%;
    margin: 0 auto;
  }
  .cm-box .inner.start {
    align-items: flex-start;
  }
}
/*---- deadline-time ----*/
@media only screen and (min-width: 950px) {
  .cm-box .deadline-time {
    justify-content: space-between;
  }
}
/* headline
-------------------------------- */
.cm-box h2 {
  margin-top: clamp(.527rem, 2.25vw, 1.688rem);
  font-weight: bold;
}
@media only screen and (min-width: 950px) {
  .cm-box .inner h2 {
    flex-shrink: 0;
    width: 7em;
    margin-left: 1em;
  }
  .cm-box .inner.deadline-time h2 {
    width: 10em;
  }
}
.cm-box .headline {
  width: calc(100% - 1em) !important;
  padding: 0 clamp(.352rem, 1.5vw, 1.125rem);
}
/* paragraph
-------------------------------- */
.cm-box p {
  margin-top: clamp(.527rem, 2.25vw, 1.688rem);
}
@media only screen and (min-width: 950px) {
  .cm-box h2 + p {
    width: calc(100% - 8em - 192px);
  }
  .cm-box .inner.deadline-time h2 + p {
    width: calc(100% - 11em - 192px);
  }
}
/* list
-------------------------------- */
.cm-box ul, .cm-box ol, .cm-box dl {
  margin-top: clamp(.527rem, 2.25vw, 1.688rem);
}
.cm-box .inner dl {
  display: flex;
  flex-direction: column;
  gap: .5em 0;
}
.cm-box .inner dl dt {
  display: flex;
}
.cm-box .inner dl dt span {
  display: block;
  width: 4em;
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (min-width: 950px) {
  .cm-box h2 + dl {
    width: calc(100% - 8em - 192px);
  }
  .cm-box .inner dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 0;
  }
  .cm-box .inner dl dt {
    flex-shrink: 0;
    width: 5em;
  }
  .cm-box .inner dl dd {
    width: calc(100% - 7em);
    margin-left: 2em;
  }
}
.cm-box .inner .return {
  display: block;
}
.cm-box .inner .return dt {
  width: auto;
}
.cm-box .inner .return dt:not(:first-child) {
  margin-top: 2.5em;
}
/*---- reception-time ----*/
.cm-box .reception-time dl {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  width: calc(100% - 13em);
  margin: clamp(.527rem, 2.25vw, 1.688rem) auto 0;
}
.cm-box .reception-time dl ul {
  gap: .5em;
  margin-top: 0;
}
@media only screen and (min-width: 950px) {
  .cm-box .reception-time {
    gap: 4em;
    width: 100%;
    padding-left: 7em;
  }
  .cm-box .reception-time dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .cm-box .reception-time dt {
    flex-shrink: 0;
    width: 11em !important;
  }
  .cm-box .reception-time dd {
    width: calc(100% - 11em) !important;
    margin: 0 0 1.5em 0 !important;
  }
  .cm-box .reception-time dl ul {
    flex-direction: row;
    gap: 0 1em;
  }
  .cm-box .reception-time dl ul li:first-child {
    width: 16em;
  }
}
/* table
-------------------------------- */
.cm-box table {
  margin-top: clamp(.527rem, 2.25vw, 1.688rem);
}
/* calendar
-------------------------------- */
.bx-calendar {
  border: 1px solid #000;
}
/* privacy-policy
--------------------------------------------------------- */
.privacy-policy {
  width: 89.33%;
}
/* -------------------------------------
  headline
------------------------------------- */
.privacy-policy h2 {
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  font-weight: bold;
}
.privacy-policy h3 {
  margin-left: 1em;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  font-weight: bold;
  text-indent: -1em;
}
/* -------------------------------------
  paragraph
------------------------------------- */
.privacy-policy p {
  margin-top: 1.5em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
.privacy-policy h3 + p {
  margin-top: 0;
}
/* -------------------------------------
  list
------------------------------------- */
.privacy-policy ul, .privacy-policy ol {
  margin-top: 1.5em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
.privacy-policy ul {
  gap: .1em;
}
.privacy-policy dl {
  margin-top: 1.5em;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
}
.privacy-policy dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.privacy-policy dl dd ul {
  margin-top: 0;
}
.privacy-policy .disc {
  gap: .1em;
}
.privacy-policy .disc.gap15 {
  gap: 1.5em;
}
/* -------------------------------------
  link
------------------------------------- */
.privacy-policy a {
  color: #009fe8;
  font-weight: bold;
}
.privacy-policy a:is(:hover, :focus) {
  color: #e50012;
}
/* company-overview
--------------------------------------------------------- */
/* -------------------------------------
  street-view
------------------------------------- */
.street-view {
  position: relative;
  height: clamp(11.463rem, 3.285rem + 34.9vw, 29.456rem);
  width: clamp(18.33rem, 78.21vw, 58.656rem);
  padding-top: 56.25%;
  margin: 0 auto;
  border: 1px solid #231815;
}
.street-view iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 1px);
  width: 100%;
}
/* -------------------------------------
  lst-company-overview
------------------------------------- */
.lst-company-overview {
  width: clamp(18.328rem, 78.2vw, 58.649rem);
  margin: clamp(.875rem, .818rem + .24vw, 1rem) auto 0;
}
.lst-company-overview li {
  display: flex;
  flex-direction: column;
  gap: .5em;
  padding: 1.083em .747em;
  border-bottom: 1px solid #231815;
}
@media only screen and (min-width: 600px) {
  .lst-company-overview li {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.lst-company-overview li div:nth-child(odd) {
  flex-shrink: 0;
  width: 12em;
  font-weight: bold;
}
.lst-company-overview li div:nth-child(even) {
  width: 100%;
}
.lst-company-overview li div:nth-child(even) span {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .lst-company-overview li div.add, .lst-company-overview li div.ctc {
    display: flex;
    gap: 0 1em;
  }
  .lst-company-overview li div.recp {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .lst-company-overview li div:nth-child(even) {
    width: calc(100% - 13em);
  }
}
.lst-company-overview a {
  color: #009fe8;
}
.lst-company-overview a:is(:hover, :focus) {
  color: #e50012;
}
/* -------------------------------------
  google-map
------------------------------------- */
.google-map {
  position: relative;
  height: clamp(11.463rem, 3.285rem + 34.9vw, 29.456rem);
  width: clamp(18.33rem, 78.21vw, 58.656rem);
  padding-top: 56.25%;
  margin: clamp(1.5rem, 1.216rem + 1.21vw, 2.125rem) auto 0;
  border: 1px solid #231815;
}
.google-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 1px);
  width: 100%;
}
/* faq
--------------------------------------------------------- */
.toc {
  display: flex;
  gap: 4%;
}
/* -------------------------------------
  headline
------------------------------------- */
.toc h2 {
  flex-shrink: 0;
  margin-top: 0;
  font-weight: bold;
}
.toc h3 {
  margin-top: 0;
  font-weight: bold;
}
.faq h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.931em;
  padding: .2em .2em 0;
  color: #fff;
  font-weight: bold;
  background: #009fe8;
}
/* -------------------------------------
  list
------------------------------------- */
/* lst-toc
-------------------------------- */
.toc .lst-toc {
  gap: .3em;
  margin-top: 0;
  font-size: clamp(1.125rem, 1.068rem + .24vw, 1.25rem);
}
.toc .lst-toc h3 > a {
  display: flex;
}
.toc .lst-toc h3 > a::before {
  content: '';
  height: clamp(.75rem, .693rem + .24vw, .875rem);
  width: clamp(.75rem, .693rem + .24vw, .875rem);
  margin: .3em .3em 0 0;
  background: #0000ff;
}
.toc .lst-toc h3 > a:is(:hover, :focus)::before {
  background: #f00;
}
.toc .lst-toc li > a {
  display: flex;
}
.toc .lst-toc li > a::before {
  content: '・';
}
/* lst-faq
-------------------------------- */
.faq .lst-faq {
  width: 97.5%;
  margin: 0 auto;
}
.faq .lst-faq dt {
  display: flex;
  margin-top: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
}
.faq .lst-faq dt::before {
  content: 'Q：';
}
.faq .lst-faq dd {
  display: flex;
  margin-top: clamp(1rem, .886rem + .48vw, 1.25rem);
}
.faq .lst-faq dd::before {
  content: 'A：';
}
.faq .lst-faq dd span.note {
  display: block;
}
.faq .lst-faq dd .lst-flex li {
  display: flex;
}
.faq .lst-faq dd .lst-flex li div:first-child {
  flex-shrink: 0;
}
.faq .lst-faq dd .lst-flex li div span {
  display: block;
}
.faq .lst-faq dd .lst-flex li div span.ind26 {
  margin-left: 2.6em;
}
.faq .lst-faq dd .lst-flex li div span.ind2 {
  margin-left: 2em;
  text-indent: -2em;
}
.faq .lst-faq dd .lst-flex li div span.ml2em {
  margin-left: 2em;
}
/* price-revision
--------------------------------------------------------- */
.price-revision {
  padding: 0 clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  margin-top: clamp(1.125rem, .784rem + 1.45vw, 1.875rem);
  border-top: 3px dotted #231815;
}
@media only screen and (min-width: 950px) {
  .price-revision {
    display: flex;
    justify-content: center;
    gap: 4em;
  }
}
/* -------------------------------------
  headline
------------------------------------- */
.price-revision h2 {
  font-size: clamp(1.25rem, .966rem + 1.21vw, 1.875rem);
  font-weight: bold;
  text-align: center;
}
/* -------------------------------------
  list
------------------------------------- */
.price-revision ul {
  font-size: clamp(1rem, .773rem + .97vw, 1.5rem);
}
.price-revision ul li {
  text-align: center;
}
.price-revision ul a {
  font-weight: bold;
  text-decoration: underline;
}
/* price-revision-individual
--------------------------------------------------------- */
.price-revision-individual {
  text-align: center;
}
/* -------------------------------------
  headline
------------------------------------- */
.price-revision-individual h2 {
  color: #00f;
  font-weight: bold;
}
/* -------------------------------------
  list
------------------------------------- */
.price-revision-individual ul a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.price-revision-individual ul a:is(:hover, :focus) {
  color: #f00;
}
/* catalog
--------------------------------------------------------- */
/* -------------------------------------
  headline
------------------------------------- */
.headline-catalog1 {
  display: flex;
  padding: 0 clamp(.625rem, -.199rem + 3.52vw, 2.438rem) clamp(.438rem, .381rem + .24vw, .563rem) clamp(.625rem, -.199rem + 3.52vw, 2.438rem);
  margin: clamp(.313rem, -.114rem + 1.82vw, 1.25rem) 0 clamp(1.375rem, .864rem + 2.18vw, 2.5rem);
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: bold;
  border-bottom: 3px solid #009fe8;
  line-height: 1.2;
  letter-spacing: .05em;
}
.headline-catalog2 {
  margin: 1.3em 0;
  color: #f00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.headline-catalog3 {
  margin: 1.3em 0;
  font-size: clamp(1rem, .943rem + .24vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
}
.headline-catalog4 {
  margin: 2em 0;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
}
.headline-catalog5 {
  margin-top: 5em;
  color: #00a0e8;
  font-size: clamp(.875rem, .818rem + .24vw, 1rem);
  font-weight: bold;
}
/* -------------------------------------
  paragraph
------------------------------------- */
/* -------------------------------------
  list
------------------------------------- */
.lst-catalog {
  max-width: 33.8em;
  margin-left: auto;
  line-height: 1.5;
}
.lst-note-catalog {
  margin: 0 0 1em .5em;
  line-height: 1.5;
}
.lst-note-catalog li {
  margin-left: 1em;
  text-indent: -1em;
}
.lst-note-catalog li::before {
  content: '※';
}
.lst-disc {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.5;
}
.lst-catalog-line {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #808080;
  line-height: 1.5;
}
/* ======================================================
	State
========================================================= */
/* -------------------------------------
  bx-slider
------------------------------------- */
.bx-slider {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.bx-slider img {
  display: block;
  height: auto;
  width: 100%;
}
/* slider
-------------------------------- */
.slider {
  opacity: 0;
  padding: 15px clamp(2.5rem, 1.648rem + 3.64vw, 4.375rem);
  transition: opacity .3s linear;
  background: #000;
}
.slider.slick-initialized {
  opacity: 1;
}
@media only screen and (min-width: 600px) {
  .slider .slick-list {
    margin: 0 -4px;
  }
  .slider .slick-slide {
    margin: 0 4px;
  }
}
/*---- slick-arrow ----*/
.slick-arrow {
  position: absolute;
  height: clamp(1.25rem, .54rem + 3.03vw, 2.813rem);
  width: clamp(.813rem, .358rem + 1.94vw, 1.813rem);
  background: url("../images/common/arrow.svg") no-repeat 50% 50% / cover;
  font-size: 0;
}
.slick-prev {
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.slick-next {
  top: 50%;
  right: 17px;
  transform: rotate(180deg) translateY(50%);
}
/* thumnail
-------------------------------- */
.thumnail {
  margin-bottom: 15px;
}
.thumnail .slick-track {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 8px;
  width: 90% !important;
  margin: 15px auto 0;
  transform: unset !important;
}
.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  height: 16px !important;
  width: 16px !important;
  background: #fff;
  border: 1px solid #00a0e9;
  border-radius: 50%;
}
.thumnail .slick-slide.slick-current {
  background: #00a0e9;
}
.thumnail .slick-slide:first-child {
  margin-left: -8px;
}
.thumnail .slick-slide img {
  display: none;
}
@media only screen and (min-width: 600px) {
  .thumnail .slick-track {
    justify-content: flex-start;
    width: clamp(30.123rem, -.004rem + 80.34vw, 60.25rem) !important;
  }
  .thumnail .slick-slide {
    height: auto !important;
    width: calc((100% - 8px * 8) / 9) !important;
    margin-bottom: -8px;
    background: none;
    border: none;
    border-radius: 0;
  }
  .thumnail .slick-slide.slick-current {
    background: none;
    border: 1px solid #000;
  }
  .thumnail .slick-slide:nth-child(n+10) {
    margin-top: 8px;
  }
  .thumnail .slick-slide img {
    display: block;
    object-fit: cover;
  }
}
