@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Poppins:wght@300;400;500&display=swap");
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark, hr {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
  border-radius: 0px;
  font-weight: normal;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0px;
}

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

*:focus {
  outline: none;
}

/*========================================
Base
========================================*/
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #fff;
  font-family: "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}

::placeholder {
  font-family: "Century Gothic", "Avenir Next", sans-serif;
}

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

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #000;
  -webkit-txt-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

input, button, textarea, select {
  font-family: "Century Gothic", Questrial, Futura, sans-serif;
  color: inherit;
  font-size: 16px;
}

option {
	color: #000;
}

@media screen and (min-width: 769px) {
  html, body,
  input, button, txtarea, select {
    font-size: 16px;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

video {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
  a:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover:hover,
  input[type=button]:hover:hover,
  input[type=submit]:hover:hover,
  button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
h1, h2, h3 {
  line-height: 1.4;
}

small {
  font-size: 0.8rem;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
Layout
====================================================*/
/* -------------------- header -------------------- */
.header {
  width: 100%;
  height: 60px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.header-menu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}
.header-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header-submanu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
}
.header-submanu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-submanu ul li {
  cursor: pointer;
}
.header-search {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  position: fixed;
  left: 0;
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-search {
    height: 60px;
    top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .header-search {
    height: 72px;
    top: 72px;
  }
}
.header-search .form {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-search .form {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .header-search .form {
    width: 38.2%;
  }
}
.header-search .form input[type=search] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
}
.header-search .form input[type=search]:focus {
  border-bottom: 1px solid;
}

#menu-btn-check,
.menu-childcheck {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 180px;
  }
  .header-menu {
    width: calc(50% - 90px);
  }
  .header-submanu {
    width: calc(50% - 90px);
    z-index: 1100;
    padding-right: 20px;
  }
  .header #menu-btn-check {
    display: none;
  }
  .header #menu-btn-check:not(:checked) ~ .menu-content {
    left: -100%;
  }
  .header #menu-btn-check:not(:checked) ~ .menu-content .menu-child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header #menu-btn-check:checked ~ .menu-content {
    top: 0;
    left: 0;
    z-index: 1050;
  }
  .header #menu-btn-check:checked ~ .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 1060;
  }
  .header .menu-btn > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 60px;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  }
  .header .menu-btn span:before {
    bottom: 8px;
  }
  .header .menu-btn span:after {
    top: 8.5714285714px;
  }
  .header .menu-content {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    padding-top: 60px;
    z-index: 200;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
  .header .menu-list {
    font-size: 1.2rem;
    position: relative;
  }
  .header .menu-list li {
    width: 100%;
  }
  .header .menu-list li > a, .header .menu-list li label {
    display: block;
    width: 100%;
    padding: 1.3em 20px;
  }
  .header .menu-list li img {
    width: 32px;
  }
  .header .menu-childbtn span {
    display: block;
    position: relative;
  }
  .header .menu-childbtn span:before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.9em;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    position: absolute;
    right: 0;
  }
  .header .menu-child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
  }
  .header .menu-child._category {
    padding-bottom: 1.5em;
  }
  .header .menu-childcheck:checked ~ .menu-child {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header .menu-childcheck:checked ~ .menu-child span {
    padding-left: 40px;
  }
  .header .menu-childcheck:checked ~ .menu-child span:before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: 0;
    right: auto;
  }
  .header .menu-childawrp {
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
  .header .menu-childawrp a, .header .menu-childawrp p {
    padding: 0.8em 20px !important;
  }
  .header .menu-footer {
    border-top: 1px solid;
    margin: 2vh 20px;
    padding-top: 4vh;
    text-align: center;
  }
  .header .menu-footer p {
		line-height: 1.3;
	}
  .header .menu-footer p + p {
    margin-top: 1em;
  }
  .header .menu-footer a {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
  .header .menu-search {
    margin-top: auto;
    padding: 15px 20px !important;
  }
  .header .toggle-label {
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .toggle-label:after {
    content: "";
    display: block;
    margin-left: auto;
    content: "";
    display: block;
    width: 0.8em;
    height: 0.9em;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header .toggle-content {
    display: block grid;
    -webkit-transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
  .header .toggle-content > * {
    overflow: hidden;
  }
  .header .toggle-input:checked + .toggle-label + .toggle-content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 2em;
  }
  .header .toggle-input:checked + .toggle-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-submanu li {
/*    margin-left: 10px; */
    margin-left: 16px;
  }
  .header-submanu li img {
    width: 22px;
  }
  .header .submanu-contact {
    display: none;
  }
  .search-words {
    padding: 10px 36px;
  }
}
@media screen and (min-width: 769px) {
  .header {
    height: 72px;
    padding: 0 40px;
  }
  .header-logo {
    width: 250px;
  }
  .header-menu {
    width: calc(50% - 125px);
  }
  .header-submanu {
    width: calc(50% - 125px);
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header-submanu li {
    margin-left: 32px;
  }
  .header-submanu li img {
    width: 25px;
  }
  .menu-btn,
  .menu-child .menu-childbtn {
    display: none;
  }
  .menu-sp {
    display: none;
  }
  .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-list {
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-list > li > a, .menu-list > li > label {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
  }
  .menu-drop {
    position: relative;
    z-index: 1060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-drop:hover .menu-child {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .menu-child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    position: fixed;
    width: 100%;
    top: 72px;
    left: 0;
    background: #000;
    padding: 56px 40px;
  }
  .menu-child ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1.5em auto 1.5em auto 1.5em auto 1.5em auto 1.5em auto;
    grid-template-rows: repeat(6, auto);
    gap: 1.5em 5em;
    grid-auto-flow: column;
  }
  .menu-childbtn {
    position: relative;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-childbtn:after {
    content: "";
    width: 0.7em;
    height: 0.6em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fff;
    margin-left: 0.5em;
  }
  .menu-childawrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-childawrp > div {
    width: 50%;
  }
  .menu-childawrp > div label {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 1.5em;
  }
  .search-words {
    padding: 20px 10px 20px 2.5em;
  }
}
.search-words {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  position: fixed;
  background: #000;
  -webkit-box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.1);
}
.search-words p {
  display: inline-block;
  margin-bottom: 0.8em;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .search-words {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .search-words {
    width: 38.2%;
  }
}

.datalist_brand {
	margin-left: 2.5em;
}
.datalist_keyword{
	position: absolute;
	padding-left: 40px;
	background-color: rgb(0,0,0,0.6);
	width: 100%;
}
.search_brand_option,
.search_keyword_option {
	padding: 0.5em 0;
	cursor: pointer;
}
#keyspans {
	position: absolute;
	top: 6px;
	left: 2.5em;
	display: flex;
}
.keyspan {
	padding: 7px 10px;
	background-color: #444;
	margin-left: 7px;
}
.keyspan:first-child {
	margin-left: 0;
}
@media screen and (min-width: 769px) {
	.search_keyword_option {
		margin: 1.5em 3em 0 0;
	}
}
@media screen and (max-width: 768px) {
	.datalist_brand,
	.datalist_keyword {
		overflow-y: scroll;
		scrollbar-width: thin;
		overscroll-behavior-y: none;
	}
	.datalist_brand {
		height: 7em;
	}
	.datalist_keyword {
		height: 60em;
	}
	.search_keyword_option {
		font-size: 1.3em;
	}
	#keyspans {
		left: 3em;
	}
}

/* -------------------- main -------------------- */
.main {
  min-height: 50vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 60px;
    padding-top: 28px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 769px) {
  .main {
    margin-top: 72px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.l-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.l-scontainer {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.l-lcol {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

.l-mcol {
  max-width: 480px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

.l-scol {
  max-width: 360px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container, .l-scontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-container .l-scontainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-container, .l-scontainer, .l-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-wrap > section:last-of-type {
    margin-left: 100px;
  }
}
.pagehead {
  text-align: center;
  border-bottom: 1px solid;
}

.pagettl {
  padding-bottom: 0.5em;
}

.pagesubttl {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .pagehead {
    margin-bottom: 20px;
  }
  .pagettl {
    font-size: 1.7rem;
  }
  .pagesubttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .pagehead {
    margin-bottom: 50px;
  }
  .pagettl {
    font-size: 1.7rem;
  }
  .pagesubttl {
    font-size: 1.2rem;
  }
}
/* -------------------- footer -------------------- */
.footer {
  background: #fff;
  color: #000;
}
.footer img {
  vertical-align: middle;
}
.footer-nav li:not(:last-child) {
  margin-bottom: 1em;
}
.footer-left {
	width: 50%;
}
.footer-link img {
  width: 32px;
}
.footer-bottom {
  border-top: 1px solid;
}
.footer-bottom img {
  width: 1.5em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
    padding-top: 4em;
  }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 1em auto;
  }
  .footer-contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 3em;
  }
  .footer-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-logo {
    padding: 4em 20px;
  }
  .footer-bottom {
    padding: 1em 0;
  }
  .footer-bottom small {
    display: block;
    margin: 1em auto;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 40px 0;
  }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
  }
  .footer-logo {
/*    padding: 40px 0; */
    padding-bottom: 40px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

/*==================================================
component 
====================================================*/
@media screen and (max-width: 768px) {
  br.pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  br.sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hide-pc {
    display: none !important;
  }
}
/* -------------------- text -------------------- */
.c-ta-l {
  text-align: left;
}

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

.c-ta-r {
  text-align: right;
}

.c-underline {
  text-decoration: underline;
}

/* -------------------- parts -------------------- */
.c-linkall {
  text-align: right;
}
.c-linkall a {
  display: inline-block;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  padding-right: 2.5em;
  position: relative;
}
.c-linkall a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  width: 1.5em;
  border-bottom: 1px solid;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

.c-btn {
  width: 100%;
  text-align: center;
  padding: 0.8em;
  cursor: pointer;
  border: 1px solid;
  padding: 1em;
}
.c-btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-sbtn {
  display: inline-block;
  line-height: 1;
  padding: 0.8em;
  cursor: pointer;
/*  border: 1px solid; */
  padding: 0.3em 1em;
}

.c-btn-back {
  background: #777;
}

/* -------------------- pager -------------------- */
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager li {
  margin: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .c-pager li {
    margin: 0 1em;
  }
}
.c-pager li:first-child, .c-pager li:last-child {
/*  width: 20px; */
}
.c-pager li:hover {
  border-bottom: solid 1px #fff;
}
.c-pager .now {
  border-bottom: solid 1px #fff;
}
.c-pager .now a {
  cursor: default;
}
.c-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.5em;
}
.c-pager-prev, .c-pager-next {
  font-size: 0;
}
.c-pager-prev:before, .c-pager-next:before {
  font-size: 1rem;
}
.c-pager-prev:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.8em;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #fff;
}
.c-pager-next:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.9em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.c-pager-current {
  pointer-events: none;
  font-weight: 500;
}

/* -------------------- popup -------------------- */
.c-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  width: 80%;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .c-popup {
    padding: 40px 15px;
    max-width: 600px;
    max-height: 80svh;
  }
}
@media screen and (min-width: 769px) {
  .c-popup {
    padding: 64px 56px;
    max-width: 600px;
    max-height: 600px;
  }
}
.c-popup-ttl {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1em;
}
.c-popup-body {
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .c-popup-body {
    font-size: 0.8rem;
  }
}

.c-closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.c-closebtn:before, .c-closebtn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #fff;
/*  background-color: #000; */
  background-color: #fff;
  position: absolute;
}
.c-closebtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-closebtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

/* -------------------- loading -------------------- */
.c-loading {
  display: none;
}
.c-loading._active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20vh;
}
.c-loading div,
.c-loading div:before,
.c-loading div:after {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.5);
  -webkit-animation-name: bounce_circleG;
          animation-name: bounce_circleG;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.c-loading div:before,
.c-loading div:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.c-loading div:before {
  left: -1.5em;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-loading div {
  position: relative;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-loading div:after {
  left: 1.5em;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}

@keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}
/*==================================================
Itemlist 
====================================================*/
.itemlist-img {
  position: relative;
  aspect-ratio: 1/1.5;
}
.itemlist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.itemlist-ttl {
  padding-top: 1em;
  overflow-wrap: anywhere;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .itemlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .itemlist ul li {
    width: calc(50% - 0.5em);
    margin-bottom: 2.2em;
  }
	.itemlist-ttl {
		font-size: 14px;
	}
	.list .itemlist-ttl {
		font-size: 12px;
	}
	.itemlist-img {
		display: flex;
		overflow-x: scroll;
		scrollbar-width: none;
		scroll-snap-type: x mandatory;
	}
  .itemlist-img img {
		scroll-snap-align: center;
	}
  .itemlist-img img:last-of-type {
/*    display: none; */
  }
}
@media screen and (min-width: 769px) {
  .itemlist ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2em;
  }
  .itemlist ul a {
    opacity: 1 !important;
  }
  .itemlist ul li:hover img:first-of-type {
    opacity: 0;
  }
  .itemlist ul li:hover img:last-of-type {
    opacity: 1;
  }
  .itemlist-img {
    position: relative;
/*    aspect-ratio: 7/10; */
    aspect-ratio: 2/3;
  }
  .itemlist-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .itemlist-img img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .itemlist-foot {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .itemlist-foot {
    margin-top: 100px;
  }
}

/*==================================================
Opening
====================================================*/
html.toppage {
/*  overflow: hidden; */
}
html.toppage .header {
  top: -72px;
}
html.toppage .header-logo {
  position: absolute;
  z-index: 2000;
  top: 50svh;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  overflow: visible;
}
html.toppage .header-logo a {
  pointer-events: none;
}
html.toppage .header-logo img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

html.js-act {
  overflow: auto !important;
}
html.js-act .header {
  top: 0;
}
@media screen and (max-width: 768px) {
  html.js-act .header-logo {
    -webkit-animation: logo-sp 0.6s ease-in-out forwards;
            animation: logo-sp 0.6s ease-in-out forwards;
  }
}
@media screen and (min-width: 769px) {
  html.js-act .header-logo {
    -webkit-animation: logo-pc 0.6s ease-in-out forwards;
            animation: logo-pc 0.6s ease-in-out forwards;
  }
}
html.js-act .header-logo a {
  pointer-events: auto;
}

@-webkit-keyframes logo-sp {
  100% {
    top: 0;
    width: 180px;
    height: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@keyframes logo-sp {
  100% {
    top: 0;
    width: 180px;
    height: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@-webkit-keyframes logo-pc {
  100% {
    top: 0;
    width: 250px;
    height: 72px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@keyframes logo-pc {
  100% {
    top: 0;
    width: 250px;
    height: 72px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.opening.js-act {
  /*
    overflow: hidden;
    opacity: 0;
    z-index: -1;
  */
}

/*==================================================
Toppage
====================================================*/
.toppage {
  margin-top: 0;
  padding-top: 0;
}

.topimg {
  height: 100svh;
  background: url("/common/images/topimg.jpg") center no-repeat;
  background-size: cover;
}

.topsec {
  position: relative;
}
.topsec:before {
  content: "";
  display: block;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .topsec {
    padding-top: 56px;
  }
  .topsec:before {
    width: calc(100% - 40px);
    margin: 0 auto 56px;
  }
}
@media screen and (min-width: 769px) {
  .topsec {
    padding-top: 100px;
  }
  .topsec:before {
    width: calc(100% - 80px);
    margin: 0 auto 100px;
  }
}
.topsec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
	max-width: none;
}
@media screen and (min-width: 769px) {
  .topsec-head {
    margin-bottom: 25px;
  }
}
.topsec-ttl {
/*  font-size: 2.4rem; */
  font-size: 24px;
  line-height: 1;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .topsec-ttl {
/*    font-size: 5rem; */
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topsec .swiper {
    padding-left: 20px;
  }
  .topsec .swiper li {
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .topsec .swiper {
    padding-left: 40px;
  }
/*
  .topsec .swiper li:nth-child(even) {
    width: 32.25%;
    width: 22%;
  }
  .topsec .swiper li:nth-child(odd) {
    width: 28.25%;
    width: 20%;
  }
*/
  .topsec .swiper li {
    width: 20%;
	}
}

.slidebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slidebtn .swiper-button-next {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.9em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.slidebtn .swiper-button-prev {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.8em;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #fff;
}
.slidebtn .swiper-button-next,
.slidebtn .swiper-button-prev {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  cursor: pointer;
  margin: 0 1.5em;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.slidebtn .swiper-button-disabled {
  opacity: 0.15;
  cursor: auto;
}

.brand-list li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1.5;
}
.brand-list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand-list li:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 769px) {
  .brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
		justify-content: center;
  }
  .brand-list li {
/*    width: 50%; */
/*    max-width: 50%; */
    max-height: 100vh;
		width: 33%;
  }
}
.brand-name {
  position: absolute;
  z-index: 10;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-name {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  .brand-name {
    font-size: 2.4rem;
  }
}

/*==================================================
Item
====================================================*/
.item-photo {
  position: relative;
}
.item-id {
  margin-bottom: 0.5em;
}
.item-ttl {
  margin-bottom: 0.5em;
}
.item-price {
  font-weight: 500;
}
.item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-designer li:after {
  content: "/";
  margin: 0 0.5em;
}
.item-price {
  margin-top: 0.5em;
}
.item-cart {
  margin-top: 2em;
}
.item-information {
  margin-top: 30px;
}
.item-information dt {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-information dd {
/*  font-weight: 300; */
  font-weight: 400;
/*  margin-bottom: 2em; */
  margin-bottom: 1em;
}
.item-information dd + dt {
  margin-top: 0.5em;
}
.item-condopen {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
/*  color: #fff; */
  color: #000;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-left: 1em;
}
.item-condclose {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
@media screen and (max-width: 768px) {
  .item-ttl {
    font-size: 1.7rem;
		line-height: 1.2;
  }
  .item-price {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  .item-photo {
    width: 520px;
  }
  .item-detail {
    width: 440px;
  }
  .item-ttl {
    font-size: 1.7rem;
		line-height: 1.2;
  }
  .item-price {
    font-size: 1.7rem;
  }
}

.photo-slider li, .photo-thumbnail li {
/*  aspect-ratio: 7/9; */
  aspect-ratio: 1/1;
}
.photo-slider li img, .photo-thumbnail li img {
  width: 100%;
  height: 100%;
/*  -o-object-fit: cover; */
/*     object-fit: cover; */
  -o-object-fit: contain;
     object-fit: contain;
}
.photo-slider {
  margin-bottom: 20px;
}
.photo-slider li {
  width: 100%;
}
/*
.photo-slider .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.photo-slider .swiper-pagination {
  text-align: center;
  position: static;
  margin: 0 1em;
}
*/
.photo-slider .swiper-pagination {
  margin-top: 10px;
  position: static;
	text-align: center;
}
.photo-slider .swiper-pagination span {
  display: inline-block;
  width: 1.5em;
}
@media screen and (min-width: 769px) {
  .photo-slider .swiper-pagination {
    font-size: 0.8rem;
  }
}
/*
.photo-slider .swiper-button-next {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.9em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.photo-slider .swiper-button-prev {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.8em;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #fff;
}
.photo-slider .swiper-button-next,
.photo-slider .swiper-button-prev {
  cursor: pointer;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.photo-slider .swiper-button-disabled {
  cursor: auto;
  opacity: 0.15;
}
*/
.photo-slider .swiper-button-next,
.photo-slider .swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  content: "";
  width: 0.8em;
  height: 0.9em;
  background: #fff;
}
.photo-slider .swiper-button-next {
  right: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.photo-slider .swiper-button-prev {
  left: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.photo-slider .swiper-button-disabled {
  opacity: 0;
	cursor: auto;
}
@media screen and (max-width: 768px) {
  .photo-thumbnail {
    display: none;
  }
}
.photo-thumbnail li {
  width: 100px;
  cursor: pointer;
}

.leaflet-container {
	background-color: #FFF;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	opacity: 0.6;
}
.leaflet-control-container span {
	font-weight: 100;
	color: #777;
}

.item_quantity {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#quantity_txt {
	padding: 0 15px;
}
#quantity_minus,
#quantity_plus {
	font-size: 24px;
	padding: 0 15px;
}
.quantity_disabled {
	color: #bbb;
	cursor: default;
}

/*================================================
Form
================================================*/
.form label {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.form-required, .form-any {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #fff;
  font-size: 80%;
}
.form-required {
  background: #fff;
}
.form-any {
  background: #ccc;
}
.form-field {
  position: relative;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.6em;
  border: solid 1px #D0D5DD;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .form-field._half > div + div {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .form-field._half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-field._half > input, .form-field._half > div {
    min-width: 50%;
  }
  .form-field._half > input:nth-of-type(odd), .form-field._half > div:nth-of-type(odd) {
    padding-right: 4px;
  }
  .form-field._half > input:nth-of-type(even), .form-field._half > div:nth-of-type(even) {
    padding-left: 4px;
  }
}
.form-field + .form-field {
  margin-top: 1.5em;
}
.form textarea {
  height: 8em;
	color: #fff;
}
.form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input::-moz-placeholder {
  color: #aaa;
  font-size: #000;
}
.form input::-ms-input-placeholder {
  color: #aaa;
  font-size: #000;
}
.form input::placeholder {
  color: #aaa;
  font-size: #000;
}
.form input:focus {
  border: solid 1px #D0D5DD;
}
.form-search input[type=search] {
  padding-left: 2.5em;
}
.form-search:before {
  content: "";
  display: block;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-tel .form-select {
  position: absolute;
  width: 11em;
}
.form-tel .form-select select {
  border: 0;
}
.form-tel input {
  padding-left: 11em;
}
.form .search-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.5em;
  background: url("/common/images/icon_search.svg") no-repeat center;
  background-size: 50%;
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + label {
  cursor: pointer;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form input[type=checkbox] + label {
    padding: 1em 0 1em 2em;
  }
}
.form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #D0D5DD;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form input[type=checkbox]:checked + label:before {
  border: solid 1px #D0D5DD;
  background: #fff;
}
.form input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.4em;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0.4em;
  height: 0.7em;
/*  border-right: 2px solid #fff; */
  border-right: 2px solid #000;
/*  border-bottom: 2px solid #fff; */
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form input[type=radio] {
/*  display: none;*/
	width: 1.2rem;
	height: 1.2rem;
/*	border: 1px solid #000; */
	border: 1px solid #fff;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}
.form input[type=radio]:checked:before {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
/*	background: #000; */
	background: #fff;
	position: absolute;
	top: 15%;
	left: 15%;
}
.form input[type=radio] + label {
  padding: 1em 0 1em 30px;
  min-height: 40px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form input[type=radio] + label {
    padding-left: 40px;
  }
}
.form input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
  margin-right: 0.5em;
}
.form input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
}
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 1em;
  pointer-events: none;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 0.3em;
}
.form-confirm {
  margin: 20px 0;
}
.form-error {
  display: block;
  font-size: 0.8rem;
  color: #D00003;
}
.form-btnbox {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .form-btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-btnbox > div, .form-btnbox > input, .form-btnbox > button {
    margin: 0 20px !important;
  }
  .form-btnbox > div:first-of-type, .form-btnbox > input:first-of-type, .form-btnbox > button:first-of-type {
    margin-left: 0 !important;
  }
  .form-btnbox > div:last-of-type, .form-btnbox > input:last-of-type, .form-btnbox > button:last-of-type {
    margin-right: 0 !important;
  }
}
.form-btn {
  width: 80%;
  min-width: 160px;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .form-btn {
    width: auto;
  }
}
.form-btn._back {
  background: #aaa;
}

/*==================================================
Order
====================================================*/
.order-step {
  counter-reset: number 0;
  max-width: 600px;
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.order-step:before {
  content: "";
  width: 70%;
  border-top: 1px solid;
  position: absolute;
  z-index: -1;
  left: 15%;
}
.order-step li {
  width: 33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.order-step li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 1px solid;
  background: #000;
  text-align: center;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .order-step:before {
    top: 15px;
  }
  .order-step li {
    font-size: 0.8rem;
  }
  .order-step li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
	  font-size: 1.2rem;
  }
  .order-wrap > * + * {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .order-step:before {
    top: 25px;
  }
  .order-step li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.order-sec {
  margin-bottom: 4em;
}
.order-address,
.shipping-type,
.shipping-address{
  margin-bottom: 4em;
}

.order-complete,
.contact-complete {
  text-align: center;
}
.order-complete strong,
.contact-complete strong {
  display: block;
  font-size: 3.5em;
  margin-bottom: 20px;
	color: #000;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(319deg) brightness(112%) contrast(100%);
}
.order-complete strong:before,
.contact-complete strong:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url("/common/images/icon_check.svg") no-repeat center;
  background-size: contain;
}
.order-complete strong:before,
.contact-complete strong:before {
	margin-top: 50px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.order-complete,
	.contact-complete {
	  font-size: 12px;
	}
	.order-complete strong,
	.contact-complete strong {
	  font-size: 24px;
	}
	.order-complete strong:before,
	.contact-complete strong:before {
		font-size: 2rem;
	}
}

.step-current:before {
  background: #fff !important;
  color: #000;
}

.cart-photo {
  aspect-ratio: 1/1;
}
.cart-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .cart {
    margin-bottom: 20px;
  }
  .cart li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 20px 0;
  }
  .cart-photo {
    width: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cart-ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    white-space: pre-line;
  }
  .cart-price {
    width: 5em;
    text-align: right;
  }
  .cart-delete {
    position: absolute;
    top: 0;
    right: -20px;
  }
}
.cart_item_quantity {
	display: flex;
	align-items: flex-end;
	grid-row-start: 2;
	grid-column-start: 2;
}
.cart_quantity_txt {
	font-size: 1.2em;
	padding: 0 12px;
}
.cart_quantity_minus,
.cart_quantity_plus {
	font-size: 1.5em;
	padding: 0 12px;
}
.cart_quantity_disabled {
	color: #bbb;
	cursor: default;
}

@media screen and (min-width: 769px) {
  .cart li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 30px;
    position: relative;
  }
  .cart li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cart li > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cart-photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    margin-right: 20px;
  }
  .cart-ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .cart-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    text-align: right;
    margin-top: auto;
  }
  .cart-delete {
    position: absolute;
    right: -1em;
    top: -1em;
  }
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout dt, .checkout dd {
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin-top: 1.5em;
}
.checkout dt {
  width: 8em;
}
.checkout dd {
  width: calc(100% - 8em);
  text-align: right;
}
.checkout-total, .checkout-total ~ dd {
  border: 0 !important;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.checkout .form-select {
  width: auto;
}
.checkout .form-select select {
  font-size: 0.8rem;
  width: auto;
  margin-left: auto;
  padding: 0.3em 2.5em 0.3em 0.5em;
}
.checkout .form-error {
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
}

/*==================================================
Docs
====================================================*/
.docs-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .docs-language {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .docs-language {
    margin-bottom: 50px;
  }
}
.docs-language p {
  margin: 0 2em;
}
.docs-language p a {
  text-decoration: underline;
}
.docs-body {
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .docs-sec + .docs-sec {
    margin-top: 56px;
  }
}
@media screen and (min-width: 769px) {
  .docs-sec + .docs-sec {
    margin-top: 100px;
  }
}
.docs-sec p + p {
  margin-top: 2em;
}
.docs-subttl {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2em;
}
.docs-table {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .docs-table th, .docs-table td {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }
  .docs-table th {
    padding-top: 1em;
  }
  .docs-table td {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 769px) {
  .docs-table th, .docs-table td {
    padding: 2em 0 0.5em;
    border-bottom: 1px solid;
  }
  .docs-table th {
    padding-right: 100px;
  }
}
.docs ol {
  counter-reset: number 0;
}
.docs ol li {
  margin-top: 2em;
}
.docs ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}