@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hurricane&display=swap");
.en {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}

.ja_serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 100%;
    /* 16px */
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* -------------------------------
	header
-------------------------------- */
#header {
  padding: 15px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#header h1 {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin: 0;
}
#header h1 img {
  width: auto;
  height: 36px;
}
@media print, screen and (min-width: 768px) {
  #header {
    padding: 18px 0 17px;
  }
  #header h1 img {
    width: auto;
    height: 64px;
  }
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #fff;
  background-color: #111;
}

.copyright {
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼color-- */
.bg-cr-1 {
  background-color: #000;
}

.bg-cr-2 {
  background-color: #101526;
}

/* --▼text-- */
/* --▼font -- */
.fs10 {
  font-size: 0.625rem !important;
}

.fs11 {
  font-size: 0.6875rem !important;
}

.fs12 {
  font-size: 0.75rem !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs15 {
  font-size: 0.9375rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs17 {
  font-size: 1.0625rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs19 {
  font-size: 1.1875rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

/* --▼margin-- */
/* space */
.mt-50 {
  margin-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.mb-50 {
  margin-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.mtb-50 {
  margin-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  margin-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.mt-60 {
  margin-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.mb-60 {
  margin-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.mtb-60 {
  margin-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  margin-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.mt-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mb-70 {
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mtb-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mt-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mb-80 {
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mtb-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mt-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mb-90 {
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mtb-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mt-100 {
  margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.mb-100 {
  margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.mtb-100 {
  margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.mt-120 {
  margin-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

.mb-120 {
  margin-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

.mtb-120 {
  margin-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  margin-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

.pt-50 {
  padding-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.pb-50 {
  padding-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.ptb-50 {
  padding-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  padding-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

.pt-60 {
  padding-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.pb-60 {
  padding-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.ptb-60 {
  padding-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  padding-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
}

.pt-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.pb-70 {
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.ptb-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.pt-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pb-80 {
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.ptb-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pt-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.pb-90 {
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.ptb-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.pt-100 {
  padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.pb-100 {
  padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.ptb-100 {
  padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.pt-120 {
  padding-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

.pb-120 {
  padding-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

.ptb-120 {
  padding-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  padding-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .mb-lg-50 {
    margin-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .mtb-lg-50 {
    margin-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
    margin-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .mt-lg-60 {
    margin-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .mb-lg-60 {
    margin-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .mtb-lg-60 {
    margin-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
    margin-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .mt-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mb-lg-70 {
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mtb-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mt-lg-80 {
    margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mb-lg-80 {
    margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mtb-lg-80 {
    margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
    margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mt-lg-90 {
    margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mb-lg-90 {
    margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mtb-lg-90 {
    margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
    margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mt-lg-100 {
    margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .mb-lg-100 {
    margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .mtb-lg-100 {
    margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .mt-lg-120 {
    margin-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }

  .mb-lg-120 {
    margin-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }

  .mtb-lg-120 {
    margin-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
    margin-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .pb-lg-50 {
    padding-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .ptb-lg-50 {
    padding-top: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
    padding-bottom: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
  }

  .pt-lg-60 {
    padding-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .pb-lg-60 {
    padding-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .ptb-lg-60 {
    padding-top: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
    padding-bottom: min(calc(24px + 36 * (100vw - 320px) / 880), 60px);
  }

  .pt-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .pb-lg-70 {
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .ptb-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .pt-lg-80 {
    padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .pb-lg-80 {
    padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .ptb-lg-80 {
    padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
    padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .pt-lg-90 {
    padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .pb-lg-90 {
    padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .ptb-lg-90 {
    padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
    padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .pt-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .pb-lg-100 {
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .ptb-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .pt-lg-120 {
    padding-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }

  .pb-lg-120 {
    padding-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }

  .ptb-lg-120 {
    padding-top: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
    padding-bottom: min(calc(48px + 72 * (100vw - 320px) / 880), 120px);
  }
}
/* -------------------------------
	btn
-------------------------------- */
.btn-1 {
  color: #fff;
  line-height: 1.5;
  text-align: left;
  display: block;
  padding: 1.34375em 4.2em 1.34375em 0.75em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background 0.3s ease, border 0.3s ease;
}
.btn-1:before {
  content: "";
  width: 3.34375em;
  height: 1em;
  background: url("../images/common/btn-arrow-1.svg") no-repeat center center/100% auto;
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -.5em;
  transition: transform 0.3s ease;
}
.btn-1:hover {
  border: solid 1px white;
  background: black;
}
.btn-1:hover:before {
  transform: translateX(0.3em);
}

.btn-2 {
  color: #fff;
  line-height: 1.5;
  padding: 1em 2em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  min-width: 210px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.btn-2:hover {
  border: solid 1px white;
  background: black;
}
.btn-2.gray {
  color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0);
}
.btn-2.gray:hover {
  color: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: black;
}
.btn-2.blue {
  color: #0064FF;
  border-color: #0064FF;
  background: rgba(0, 0, 0, 0.2);
}
.btn-2.blue:hover {
  color: #fff;
  background: #0064ff;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1.2em;
}

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
}
.table-design-1 > tbody > tr > th {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
  padding-left: 1em;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.table-design-2 > tbody > tr > th {
  background: #131717;
}
.table-design-2 > tbody > tr > td {
  background-color: #181d1d;
}

.table-design-3 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-design-3 > tbody > tr {
  background-color: #111515;
}
.table-design-3 > tbody > tr:nth-child(even) {
  background-color: #252C2C;
}
.table-design-3 > tbody > tr > th, .table-design-3 > tbody > tr > td {
  padding: 1.25em 0;
}
.table-design-3 > tbody > tr > th {
  padding-left: 1em;
}
.table-design-3 > tbody > tr > td {
  padding-left: 2em;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
  .table-design-1.table-inline tbody > tr > th {
    padding-bottom: 0.25em;
    border-bottom: dotted 1px #777;
  }

  .table-design-3.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-3.table-inline tbody > tr > th, .table-design-3.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-3.table-inline tbody > tr > th + td, .table-design-3.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
  .table-design-3.table-inline tbody > tr > th {
    padding-bottom: 0.25em;
  }
}
/* -------------------------------
	カート内　ナビ
-------------------------------- */
.progressbar {
  font-size: min(calc(10px + 10 * (100vw - 320px) / 880), 20px);
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 30px 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.progressbar > li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #777;
}
.progressbar > li:before {
  color: #ccc;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  content: counter(step);
  counter-increment: step;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px auto;
  border-radius: 0.5em;
  background-color: #777;
}
.progressbar > li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #777;
  top: 1.5em;
  left: -50%;
  z-index: -1;
}
.progressbar > li:first-child:after {
  content: none;
}
.progressbar > li.active {
  color: #fff;
}
.progressbar > li.active:before {
  background-color: #fff;
  color: #111;
}
.progressbar > li.active + li:after {
  background-color: #fff;
}

/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-cart {
  font-size: 0.9375rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  width: 100%;
  margin: 0 0 50px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #777;
}
.table-cart > thead > tr, .table-cart > tbody > tr {
  border-bottom: 1px solid #777;
}
.table-cart > thead > tr > th, .table-cart > thead > tr > td, .table-cart > tbody > tr > th, .table-cart > tbody > tr > td {
  padding: 1em 0;
}
.table-cart > tbody > tr > td.delete {
  font-size: 0.875rem;
  text-align: center;
}
.table-cart > tbody > tr > td.delete a {
  color: #cc0000;
}
@media print, screen and (min-width: 992px) {
  .table-cart {
    margin-bottom: 0;
  }
  .table-cart > thead > tr {
    background-color: #111;
  }
  .table-cart > thead > tr > th {
    text-align: center;
    padding: 1em 0;
  }
  .table-cart > thead > tr > th.merchandise {
    width: auto;
  }
  .table-cart > thead > tr > th.unitprice {
    width: 12em;
  }
  .table-cart > thead > tr > th.quantity {
    width: 8em;
  }
  .table-cart > thead > tr > th.subtotal {
    width: 12em;
  }
  .table-cart > thead > tr > th.delete {
    width: 5em;
  }
  .table-cart > tbody > tr > td.unitprice, .table-cart > tbody > tr > td.subtotal {
    font-size: 0.875rem;
    text-align: center;
  }
  .table-cart > tbody > tr > td.unitprice .price, .table-cart > tbody > tr > td.subtotal .price {
    font-size: 1.142857em;
  }
  .table-cart > tbody > tr > td.delete {
    font-size: 0.875rem;
    text-align: center;
  }
  .table-cart > tbody > tr > td.delete a {
    color: #cc0000;
  }
}
@media print, screen and (max-width: 991px) {
  .table-cart > thead {
    display: none;
  }
  .table-cart > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .table-cart > tbody > tr > td {
    padding: 10px 0;
  }
  .table-cart > tbody > tr > td.merchandise {
    flex: 0 0 100%;
  }
  .table-cart > tbody > tr > td.unitprice {
    padding-left: 10px;
  }
  .table-cart > tbody > tr > td.quantity {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    padding-right: 10px;
  }
  .table-cart > tbody > tr > td.subtotal {
    font-size: 1.13334em;
    text-align: right;
    flex: 0 0 100%;
    padding: 10px 0;
    border-top: solid 1px #777;
  }
  .table-cart > tbody > tr > td.delete {
    text-align: right;
    flex: 0 0 100%;
    padding-top: 0;
  }
}

/**/
.form-control {
  color: #fff;
  border-color: #2F3535;
  background-color: #293232;
  box-shadow: none;
}
.form-control:focus {
  border-color: #4A5454;
  background-color: #181d1d;
  box-shadow: none;
}
.form-control:not(:placeholder-shown) {
  border-color: #2F3535;
  background-color: #131717;
  box-shadow: none;
}

.custom-select {
  border-color: #2F3535;
  background-color: #181d1d;
  box-shadow: none !important;
}

/**/
.cart_merchandise {
  display: flex;
  align-items: center;
}
.cart_merchandise .photo {
  flex: 0 0 120px;
  aspect-ratio: 1/1;
}
.cart_merchandise .photo img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: contain;
}
.cart_merchandise .columns {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 15px;
}
.cart_merchandise .columns .ttl {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 991px) {
  .cart_merchandise .photo {
    flex: 0 0 100px;
  }
  .cart_merchandise .columns .ttl {
    font-size: 0.875rem;
  }
}

/**/
.quantity {
  text-align: center;
}

.quantity .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.quantity .inner .custom-select {
  color: #181d1d;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  height: auto;
  padding: 0.25em 1.75em 0.25em 0.75em;
}



.quantity .inner .btn {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 0.5em 1em;
  margin-left: 5px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  background-color: #aaa;
}
.quantity .inner .btn:hover {
  color: #fff;
  background-color: #333;
}

/**/
.total_price {
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #777;
  padding: 0.65em 0.5em;
}
.total_price .work_txt {
  font-size: 0.9375em;
  font-weight: 700;
}
.total_price .quantity {
  margin-left: auto;
}
.total_price .quantity p {
  margin: 0;
}
.total_price .quantity p .price {
  font-size: 1.25em;
}

.total_price_2 {
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.65em 1em;
  background-color: #E8E8E8;
}
.total_price_2 .work_txt {
  font-size: 1em;
  font-weight: 700;
}
.total_price_2 .quantity {
  font-weight: 700;
  margin-left: auto;
}
.total_price_2 .quantity p {
  margin: 0;
}
.total_price_2 .quantity p .en {
  font-size: 1.25em;
}

.cart_box_1 {
  padding: calc(20px + 30 * (100vw - 320px) / 880) calc(20px + 10 * (100vw - 320px) / 880);
  background-color: #111;
}
@media print, screen and (min-width: 1200px) {
  .cart_box_1 {
    padding: 50px 30px;
  }
}
.cart_box_1 .table-contact {
  border-top: none;
  background-color: #fff;
}
.cart_box_1 .table-contact > tbody > tr:last-child {
  border-bottom: none;
}
.cart_box_1 .table-contact > tbody > tr > th {
  width: 12em;
}
@media print, screen and (max-width: 767px) {
  .cart_box_1 .table-contact > tbody > tr {
    padding: 0.5em 1em;
  }
  .cart_box_1 .table-contact > tbody > tr > th {
    width: 100%;
  }
  .cart_box_1 .table-contact > tbody > tr > td {
    margin-top: 0em;
  }
}

/* -------------------------------
	お客様情報・配送先
-------------------------------- */
/* --- cart2 --- */
.cart_box_a {
  border: solid 1px #4c3c3c;
  height: 100%;
  background-color: #fff;
}
.cart_box_a .ttl {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  margin: 0 0 auto;
  background: #28b472;
}
@media print, screen and (min-width: 992px) {
  .cart_box_a .ttl {
    font-size: 1.3125rem;
  }
}
.cart_box_a .inner {
  font-size: 0.9375rem;
  width: 100%;
  padding: 15px 20px;
  padding: clamp(15px, 2.5vw, 30px) clamp(20px, 4.16667vw, 50px);
}
.cart_box_a .inner .btn {
  min-width: inherit;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.cart_box_a .inner .telphone {
  font-size: 28px;
}

/* ---  --- */
.field-icon {
  color: #555;
  float: right;
  margin-right: 10px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.table-login {
  width: 100%;
  margin: 0 auto 20px;
}
.table-login > tbody > tr > th, .table-login > tbody > tr > td {
  padding: 0;
}
.table-login > tbody > tr > th {
  padding: 10px 0;
}

/* -------------------------------
	送り主情報・配送先
-------------------------------- */
/* ---  ---*/
.contactform .custom-select {
  box-shadow: none !important;
}
.contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
.contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .contactform .select-inline {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #777;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #777;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/**/
.cart_form2 {
  border: solid 1px #777;
  background-color: #222;
}
.cart_form2 .cart_route {
  padding: 3%;
}
.cart_form2 .another_address {
  display: none;
  padding: 0 3% 3%;
}

/* ---  --- */
.cart_payment {
  display: none;
  margin-top: 20px;
  padding: 3%;
  border: solid 1px rgba(255, 255, 255, 0.3);
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #4B4B4B;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	common
-------------------------------- */
p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.text-kakaku {
  color: #747474;
  font-size: 0.8125rem;
  text-align: right;
  margin-bottom: 0.5rem;
}

.title-1 {
  font-weight: 700;
  font-size: calc(18px + 6 * (100vw - 320px) / 880);
  padding-left: 1em;
  border-left: solid 0.25em #777;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1200px) {
  .title-1 {
    font-size: 24px;
  }
}

.title-2 {
  font-weight: 400;
  font-size: calc(18px + 4 * (100vw - 320px) / 880);
  padding-left: 1.2em;
  margin-bottom: 1rem;
  position: relative;
}
.title-2:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #777;
  transform: scale(0.875);
}
@media print, screen and (min-width: 1200px) {
  .title-2 {
    font-size: 22px;
  }
}

/**/
.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.06em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.list-inline-1 > li:nth-of-type(1) {
  display: none;
}
.list-inline-1.md {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.list-inline-1.md > li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.list-inline-1 > li >label{
  margin-left: 0.4em;
}

.list-kome {
  list-style: none;
  padding-left: 0;
}
.list-kome > li {
  padding-left: 1.1em;
  position: relative;
}
.list-kome > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.list-square {
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.list-square > li {
  padding-left: 1.2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  position: relative;
}
.list-square > li:before {
  content: "■";
  position: absolute;
  left: 0;
  opacity: 0.65;
  transform: scale(0.875);
}
.list-square > li:last-child {
  margin-bottom: 0;
}

/**/
.box-style-1 {
  padding: 1.5em;
}

/**/
.law_content {
  font-size: 0.9375rem;
  padding: 3.6%;
  border: solid 1px #ccc;
  background-color: #fafafa;
}
.law_content *:last-child {
  margin-bottom: 0;
}
.law_content .ttl {
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1.2em;
  margin-bottom: .5rem;
  position: relative;
}
.law_content .ttl:before {
  content: "■";
  position: absolute;
  left: 0;
}
.law_content * + .ttl {
  margin-top: 2rem;
}
.law_content ol {
  padding-left: 0;
  margin-left: .5em;
  list-style: none;
  counter-reset: number;
}
.law_content ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
.law_content ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/*# sourceMappingURL=cart.css.map */
