@charset "UTF-8";
* {
  outline: none; }

html {
  font-size: 62.5%; }

@media (min-width: 1024px) {
  .sp-display {
    display: none; } }

.pc-display {
  display: none; }
  @media (min-width: 1024px) {
    .pc-display {
      display: block; } }

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-all;
  font-weight: 400; }
  body.fixed {
    position: fixed; }

body,
a,
.cl-primary {
  color: #333333; }

a,
small,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
button {
  display: block; }/**/

a {
  text-decoration: none; }

a:hover {
  color: #EBDCA9; }

a,
a img,
a svg,
.btn,
input {
  transition: all .2s ease; }

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

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
button {
  cursor: pointer;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  /*border: none;*/ }

textarea,
select,
button {
  border: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  cursor: text; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
.nice-select,
textarea {
  background: white;
  padding: 10px 20px;
  font-size: 1.4rem;
  border-radius: 100px;
  width: 100%;
  border: 1px solid #CACACA; }

input[type="text"].disabled,
input[type="email"].disabled,
input[type="password"].disabled,
input[type="tel"].disabled,
input[type="number"].disabled,
.nice-select.disabled,
textarea.disabled {
  border: 1px solid #CACACA;
  background: #F1F1F1;
  pointer-events: none;
  color: #333333; }

textarea {
  min-height: 150px;
  line-height: 1.6;
  overflow-y: auto;
  font-size: 1.4rem;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-radius: 6px; }

:disabled {
  cursor: not-allowed; }

::placeholder {
  color: #B3B5BA;
  font-size: 1.5rem;
  font-weight: 700; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 12px 15px;
  vertical-align: top;
  line-height: 1.6; }

th {
  text-align: center;
  vertical-align: top; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

sup {
  display: inline-block;
  vertical-align: super; }

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

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.cl-secondary {
  color: #EBDCA9; }

.btn-box {
  margin: 20px auto; }
  .btn-box p.error {
    text-align: center;
    margin-bottom: 30px; }

.btn {
  display: block;
  text-align: center;
  line-height: 1.1;
  padding: 8px 10px 10px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  color: #CACACA;
  border: 1px solid #CACACA;
  font-weight: 500;
  font-size: 1.4rem; }
  .btn:hover {
    color: #fff;
    background: #CACACA; }

.btn-mono {
  border-color: #333333;
  color: #333333; }
  .btn-mono:hover {
    color: #fff;
    background: #333333; }

.btn-line {
  display: flex;
  align-items: center;
  background: #00b900;
  color: white;
  border-radius: 6px;
  padding: 2px 5px;
  font-weight: 300; }
  .btn-line i {
    margin-right: 10px;
    color: #00b900;
    background: white;
    font-size: 3rem;
    outline: 5px solid #00b900;
    outline-offset: -3px; }
  .btn-line:hover {
    background: #00b900;
    opacity: 0.6; }

.btn-primary {
  border-color: #333333;
  background: #333333;
  color: white; }
  .btn-primary:hover {
    color: #333333;
    background: white; }
  .btn-primary.disabled {
    pointer-events: none;
    background: #CACACA;
    border-color: #CACACA;
    color: white; }

.btn-cart {
  text-align: center;
  border-color: #333333;
  background: #333333;
  color: white; }
  .btn-cart:hover {
    color: #333333;
    background: white;
    border-right-color: white;
    border-left-color: white;
    border-bottom-color: white; }
  .btn-cart.all:hover {
    color: #333333;
    background: white;
    border-color: #333333; }
  .btn-cart.disabled {
    pointer-events: none;
    background: #CACACA;
    border-color: #CACACA;
    color: white; }
  .btn-cart i {
    margin-right: 8px; }
  .btn-cart.empty {
    background: #CCCCCC;
    pointer-events: none;
    border: none;
    border-bottom: 2px solid #CCCCCC; }

.btn-reverse {
  border: none;
  color: #fff; }
  .btn-reverse:hover {
    background-position: right center; }

.btn-simulation {
  border-color: #CACACA;
  color: #333333;
  background: #CBE7DB; }
  .btn-simulation:hover {
    color: #fff;
    background: #333333; }

.btn-small {
  padding: 8px 10px;
  width: 90%;
  max-width: 150px;
  font-size: 1.3rem; }

.btn-large {
  font-size: 1.6rem;
  padding: 15px;
  min-width: 270px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em; }
  .btn-large i {
    transition: all .2s ease;
    font-size: 1.7rem;
    margin-right: 10px; }
  .btn-large:hover {
    /*color: $cl-light-yellow;*/ }

.btn-accent {
  background: #F6FF14 !important;
  color: #333333 !important; }
  .btn-accent:hover i {
    color: #EBDCA9; }

.btn-yellow {
  background: #FEEF34;
  color: #333333;
  border-color: #FEEF34; }
  .btn-yellow:hover {
    background: #FEEF34;
    color: #EBDCA9; }

.btn-black {
  color: white;
  background: #333333;
  border-color: #333333; }
  .btn-black:hover {
    background: none;
    border-color: #333333;
    color: #333333; }

.btn-red {
  color: #D00000;
  border-color: #D00000; }
  .btn-red:hover {
    background: #D00000;
    border-color: #D00000;
    color: white; }

.btn-gray {
  background: #B5B7BE;
  border: 2px solid #B5B7BE;
  color: #fff; }
  .btn-gray:hover {
    color: #F6FF14;
    background: #B5B7BE;
    border: 2px solid #B5B7BE; }

.btn-blue {
  background: #00A0E9;
  color: #fff;
  border-color: #00A0E9; }
  .btn-blue:hover {
    background: #00A0E9;
    color: #FEEF34; }

.btn-blue-reverse {
  background: #FFF;
  color: #00A0E9;
  border-color: #00A0E9; }
  .btn-blue-reverse:hover {
    background: #00A0E9;
    color: #FFF; }

.btn-pink {
  background: #e78d87;
  color: #fff;
  border-color: #e78d87; }
  .btn-pink:hover {
    background: #e78d87;
    color: #FEEF34; }

.btn-pink-reverse {
  background: #FFF;
  color: #e78d87;
  border-color: #e78d87; }
  .btn-pink-reverse:hover {
    background: #e78d87;
    color: #FFF; }

.btn-off {
  background: #E5E9EF;
  border: 2px solid #E5E9EF;
  color: #fff;
  pointer-events: none; }
  .btn-off:hover {
    color: #FFF;
    background: #E5E9EF;
    border: 2px solid #E5E9EF; }

.btn-favorite {
  font: var(--fa-font-solid);
  display: inline-block;
  text-align: center;
  color: #ff5757;
  font-weight: 900;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  font-size: 2.5rem; }
  .btn-favorite::before {
    font: var(--fa-font-solid);
    content: "\f004";
    display: inline-block;
    margin-right: 5px;
    transform: translateY(0);
    font-weight: 900;
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
  .btn-favorite:hover {
    color: #ff5757 !important; }

.btn-favorite-checked::before {
  color: #ff5757;
  font-weight: 900;
  animation: favorite 0.2s 1 ease-out; }

@keyframes favorite {
  0% {
    opacity: 0;
    transform: scale(2, 2); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
.pc-display {
  display: none; }

/* BREAD CRUMB */
main .breadcrumb__list:nth-of-type(3),
main .breadcrumb__list:nth-of-type(4),
main .breadcrumb__list:nth-of-type(5) {
  display: none; }
main .breadcrumb__list:last-of-type {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    main .breadcrumb__list:last-of-type {
      margin-bottom: 50px; } }

.breadcrumb__list {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*margin-bottom: 8px;*/
  width: 95vw;
  line-height: 1.2;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .breadcrumb__list {
      width: 80vw; } }
  .breadcrumb__list li {
    margin-right: 10px;
    white-space: nowrap;
    display: inline;
    position: relative;
    white-space: nowrap;
    line-height: 1.0;
    font-size: 1.1rem; }
    .breadcrumb__list li:last-child, .breadcrumb__list li:last-child a {
      color: #939AAD; }
    .breadcrumb__list li:not(:last-child):after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 4px;
      height: 4px;
      border-top: 1px solid #EBDCA9;
      border-right: 1px solid #EBDCA9;
      transform: rotate(45deg); }
    .breadcrumb__list li a {
      display: inline;
      padding-right: 12px; }

/* NAVI FOR MOBILE */
.mb-nav-opened {
  pointer-events: none; }

#mb-nav-wrp {
  width: 30px;
  flex-shrink: 0; }
  #mb-nav-wrp #mb-nav-tgl {
    display: none; }
  #mb-nav-wrp label {
    cursor: pointer; }
  #mb-nav-wrp .mb-nav-open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    transition: background 0.5s, transform 0.5s cubic-bezier(0.76, 0.52, 0.29, 1.25); }
    @media (min-width: 1024px) {
      #mb-nav-wrp .mb-nav-open {
        display: none; } }
    #mb-nav-wrp .mb-nav-open::before, #mb-nav-wrp .mb-nav-open::after {
      content: ""; }
    #mb-nav-wrp .mb-nav-open span, #mb-nav-wrp .mb-nav-open::before, #mb-nav-wrp .mb-nav-open::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 30%;
      width: 40%;
      border-bottom: 1px solid #333333;
      transition: transform 0.5s cubic-bezier(0.76, 0.52, 0.29, 1.25); }
    #mb-nav-wrp .mb-nav-open::before {
      transform: translateY(-6px); }
    #mb-nav-wrp .mb-nav-open::after {
      transform: translateY(6px); }
  #mb-nav-wrp .mb-nav-close {
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    transition: background .5s; }
  #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open {
    background: none; }
    #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open span {
      transform: scaleX(0); }
    #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open::before {
      transform: rotate(45deg); }
    #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open::after {
      transform: rotate(-45deg); }
    #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open::before, #mb-nav-wrp #mb-nav-tgl:checked + .mb-nav-open::after {
      border-color: #333333; }
  #mb-nav-wrp #mb-nav-tgl:checked ~ .mb-nav-close {
    background: rgba(43, 46, 56, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1; }
  #mb-nav-wrp .mb-nav {
    z-index: 99;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 20vw;
    width: 80vw;
    height: 100%;
    background: #fff;
    padding-bottom: 5vh;
    transform: translateX(100vw);
    transition: transform 0.5s cubic-bezier(0.33, 1.01, 0.33, 0.97); }
    #mb-nav-wrp .mb-nav .nav-wrp {
      margin: 50px 30px 15px 20px; }
      #mb-nav-wrp .mb-nav .nav-wrp .search-wrap {
        position: relative; }
        #mb-nav-wrp .mb-nav .nav-wrp .search-wrap .search {
          padding-right: 45px;
          width: 100%;
          margin-bottom: 20px; }
        #mb-nav-wrp .mb-nav .nav-wrp .search-wrap .search-btn {
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -13px;
          font-weight: 400;
          font-size: 1.7rem;
          color: #EBDCA9;
          background: none; }
      #mb-nav-wrp .mb-nav .nav-wrp ul {
        display: flex;
        flex-direction: column; }
        #mb-nav-wrp .mb-nav .nav-wrp ul li {
          padding: 5px 0;
          border-bottom: 1px solid #CCCCCC; }
          #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box {
            text-align: center; }
            #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul {
              display: flex;
              flex-direction: row;
              justify-content: center;
              grid-gap: 10px;
              margin: 0 auto; }
              #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li {
                border-bottom: none;
                font-size: 2.8rem; }
                #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li .fa-line {
                  color: #00b900; }
                #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li .fa-twitter-square {
                  color: #1da1f2; }
                #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li .fa-instagram-square {
                  color: #e1306c; }
                #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li .fa-facebook-square {
                  color: #1877f2; }
                #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box ul li .fa-youtube-square {
                  color: #ff0000; }
            #mb-nav-wrp .mb-nav .nav-wrp ul li .sns-box.brdr-none {
              border: none; }
          #mb-nav-wrp .mb-nav .nav-wrp ul li #acMenu dt {
            display: block;
            cursor: pointer;
            position: relative; }
            #mb-nav-wrp .mb-nav .nav-wrp ul li #acMenu dt:after {
              margin-left: 10px;
              content: "\f107";
              font: var(--fa-font-solid);
              display: inline-block;
              transition: 0.2s; }
            #mb-nav-wrp .mb-nav .nav-wrp ul li #acMenu dt.selected:after {
              transform: rotate(180deg);
              transition: 0.2s; }
          #mb-nav-wrp .mb-nav .nav-wrp ul li #acMenu dd {
            display: none;
            margin-left: 20px; }
          #mb-nav-wrp .mb-nav .nav-wrp ul li.brdr-none {
            border: none; }
          #mb-nav-wrp .mb-nav .nav-wrp ul li .number {
            margin-left: 10px;
            line-height: 23px;
            background: #CAC9CF;
            border-radius: 100px;
            color: #fff;
            text-align: center;
            font-size: 1.3rem;
            width: 23px;
            height: 23px;
            font-weight: 700;
            display: inline-block; }
  #mb-nav-wrp #mb-nav-tgl:checked ~ .mb-nav {
    transform: none; }

header {
  width: 100%;
  background: rgba(245, 239, 213, 0.9);
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 11;
  border-bottom: 1px solid #F4F5F7; }
  header.scroll {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-bottom: none; }
  header .inner {
    padding-left: 1vw;
    padding-right: 1vw; }
  header .logo-nav {
    display: flex;
    align-items: center; }
    header .logo-nav .logo {
      margin-right: 20px;
      margin-left: 10px; }
      header .logo-nav .logo img {
        width: auto;
        height: 34px !important;
        text-align: center; }
    header .logo-nav .gl-nav {
      display: none;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        header .logo-nav .gl-nav {
          display: block; } }
      header .logo-nav .gl-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        header .logo-nav .gl-nav ul li {
          position: relative; }
          header .logo-nav .gl-nav ul li a {
            font-size: 1.3rem;
            line-height: 1.2;
            display: inline-block;
            border-right: 1px solid #666;
            padding-right: 8px;
            margin-right: 8px; }
            header .logo-nav .gl-nav ul li a > i {
              margin-right: 7px; }
          header .logo-nav .gl-nav ul li:last-child a {
            border: none;
            padding: 0;
            margin: 0; }
    header .logo-nav .search-wrap {
      display: none; }
      @media (min-width: 600px) {
        header .logo-nav .search-wrap {
          margin-right: 20px;
          position: relative;
          display: block;
          width: 240px; } }
      @media (min-width: 1024px) {
        header .logo-nav .search-wrap {
          width: 240px; } }
      header .logo-nav .search-wrap .search {
        padding-right: 45px;
        width: 100%; }
      header .logo-nav .search-wrap .search-btn {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -13px;
        font-weight: 400;
        font-size: 1.7rem;
        color: #EBDCA9;
        background: none; }
    header .logo-nav .gl-sub-nav {
      margin-right: 45px;
      margin-left: auto; }
      header .logo-nav .gl-sub-nav a strong {
        display: none; }
        @media (min-width: 1024px) {
          header .logo-nav .gl-sub-nav a strong {
            display: inline; } }
      @media (min-width: 1024px) {
        header .logo-nav .gl-sub-nav {
          margin-right: 0; } }
      header .logo-nav .gl-sub-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        header .logo-nav .gl-sub-nav ul li {
          margin-right: 15px; }
          header .logo-nav .gl-sub-nav ul li:last-child {
            margin-right: 0; }
          header .logo-nav .gl-sub-nav ul li a {
            font-size: 1.4rem;
            font-weight: 600; }
            header .logo-nav .gl-sub-nav ul li a > i {
              margin-right: 7px;
              font-size: 16px; }
          header .logo-nav .gl-sub-nav ul li .number {
            margin-left: 0;
            line-height: 23px;
            background: #CAC9CF;
            border-radius: 100px;
            color: #fff;
            text-align: center;
            font-size: 1.3rem;
            width: 23px;
            height: 23px;
            font-weight: 700;
            display: inline-block; }
            @media (min-width: 600px) {
              header .logo-nav .gl-sub-nav ul li .number {
                margin-left: 5px; } }

footer {
  margin-top: 100px;
  padding-top: 40px;
  background: #F1F1F1; }
  footer .sns-box {
    text-align: center; }
    footer .sns-box p i {
      transform: rotate(16deg); }
      footer .sns-box p i:last-child {
        transform: rotate(270deg); }
    footer .sns-box ul {
      display: flex;
      justify-content: center;
      grid-gap: 10px;
      margin: 0 auto; }
      footer .sns-box ul li {
        font-size: 2.8rem; }
        footer .sns-box ul li .fa-line {
          color: #00b900; }
        footer .sns-box ul li .fa-twitter-square {
          color: #1da1f2; }
        footer .sns-box ul li .fa-instagram-square {
          color: #e1306c; }
        footer .sns-box ul li .fa-facebook-square {
          color: #1877f2; }
        footer .sns-box ul li .fa-youtube-square {
          color: #ff0000; }
  footer .foot-nav nav {
    width: 80vw;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    flex-direction: column; }
    @media (min-width: 1024px) {
      footer .foot-nav nav {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      footer .foot-nav nav div {
        width: calc(100% / 4 - 20px); } }
    footer .foot-nav nav h3 {
      border-bottom: 2px solid #333333; }
    footer .foot-nav nav ul {
      margin: 10px 0;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between; }
      footer .foot-nav nav ul li {
        margin: 5px 0;
        text-align: left; }
        footer .foot-nav nav ul li a {
          font-size: 1.3rem; }
    footer .foot-nav nav .ft-category ul {
      flex-direction: row; }
      footer .foot-nav nav .ft-category ul li {
        width: calc( 100% / 2 ); }
  footer small {
    font-size: 1rem;
    text-align: center;
    color: #CACACA; }

/* SELECT */
.nice-select {
  border: 1px solid #CACACA;
  float: none;
  background: #fff;
  padding: 10px 20px;
  line-height: normal;
  scrollbar-width: thin;
  /*firefox*/ }
  .nice-select:focus {
    outline: 0; }
  .nice-select:after {
    right: 20px;
    border-color: #333333;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px; }
  .nice-select .current {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
  .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1); }
  .nice-select ::-webkit-scrollbar {
    width: 10px; }
  .nice-select ::-webkit-scrollbar-track {
    border-radius: 10px; }
  .nice-select ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
  .nice-select .option {
    font-size: 1.4rem;
    white-space: normal;
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 8px; }

.checkbox span {
  position: relative;
  top: -2px;
  margin-left: 5px; }
.checkbox li {
  position: relative; }
  .checkbox li::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    border-radius: 4px;
    background: #FFF;
    z-index: -1; }
.checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  display: block;
  line-height: 1.5;
  min-height: 18px;
  border-radius: 4px;
  background: white; }
  .checkbox label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    border: 1px solid #999999;
    z-index: 3;
    border-radius: 4px; }
  .checkbox label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    display: block;
    width: 5px;
    height: 10px;
    border-right: 2px solid #00A0E9;
    border-bottom: 2px solid #00A0E9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1; }
  .checkbox label input[type="checkbox"] {
    pointer-events: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 18px;
    height: 18px;
    display: block;
    box-shadow: 40px 0 #FFF;
    z-index: 2;
    margin: 0;
    padding: 0;
    border-radius: 4px; }
    .checkbox label input[type="checkbox"]:focus {
      box-shadow: 40px 0 #FFF;
      background: #FFF; }
    .checkbox label input[type="checkbox"]:checked {
      display: none;
      /*box-shadow: none;
      &:focus {
      	box-shadow: 40px 0 #FFF;
      	opacity: 0;
      }*/ }
  .checkbox label.disabled {
    pointer-events: none; }
    .checkbox label.disabled input {
      cursor: not-allowed; }
    .checkbox label.disabled:before {
      border: 1px solid #CACACA;
      background: #F1F1F1;
      pointer-events: none;
      color: #333333; }
.checkbox.price-agree {
  margin: 20px 0;
  text-align: center; }
  .checkbox.price-agree label {
    display: inline; }

.main-ttl {
  position: relative; }
  .main-ttl h1 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 0 0 10px; }
  .main-ttl .back-text {
    position: absolute;
    white-space: nowrap;
    font-size: 11rem;
    color: #CCCCCC;
    line-height: 1;
    z-index: -1;
    top: -50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: right; }

.remodal-bg {
  max-width: 100vw; }

.remodal-wrapper {
  max-width: 100vw;
  height: 100vh; }

.remodal {
  padding: 50px 30px;
  border-radius: 10px;
  max-width: 860px;
  overflow: hidden;
  text-align: left; }
  @media (min-width: 1024px) {
    .remodal {
      padding: 50px 50px; } }
  .remodal .remodal-close {
    right: 20px;
    left: auto;
    top: 20px; }
    .remodal .remodal-close:before {
      font-family: "Font Awesome 5 Pro" !important;
      content: '\f00d';
      font-weight: 300;
      font-size: 2.2rem; }
    .remodal .remodal-close:hover, .remodal .remodal-close:focus {
      color: #333333; }
  .remodal .remodal-back {
    position: absolute;
    display: block;
    overflow: visible;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    left: 20px;
    right: auto;
    top: 20px; }
    .remodal .remodal-back:before {
      font-family: "Font Awesome 5 Pro" !important;
      content: '\f323';
      font-weight: 300;
      font-size: 1.5rem;
      margin-right: 5px; }
    .remodal .remodal-back:hover, .remodal .remodal-back:focus {
      color: #333333; }
  .remodal h2 i {
    color: #FFDB5A;
    margin: 0 10px; }
  .remodal .text {
    font-size: 1.2rem; }
  .remodal .modal-title {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem; }
  .remodal .modal-content {
    text-align: left; }
    .remodal .modal-content .link-list {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .remodal .modal-content .link-list li {
        margin: 0 10px 10px 0; }
        .remodal .modal-content .link-list li a {
          padding: 10px 12px;
          line-height: 1;
          font-size: 1.2rem;
          background: #CCCCCC;
          color: #333333;
          border-radius: 30px; }
          .remodal .modal-content .link-list li a:hover {
            background: #EBDCA9;
            color: #fff; }

.star-box {
  display: flex;
  align-items: center; }
  .star-box .star {
    display: flex;
    align-items: center;
    margin-right: 5px; }
    .star-box .star li {
      width: 13px;
      margin-right: 2px; }

.label-required,
.label-discretion {
  color: #fff;
  line-height: 1.5;
  padding: 1px 4px 2px;
  font-size: 1.3rem;
  white-space: nowrap;
  border-radius: 4px; }

.label-required {
  background: #D00000; }

.label-discretion {
  background: #CACACA; }

.radio input[type="radio"] {
  display: none; }
  .radio input[type="radio"] + label::before {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    content: '';
    background: #FFF;
    border: solid 1px #999999;
    flex-shrink: 0; }
  .radio input[type="radio"] + label::after {
    position: absolute;
    content: "";
    background-color: #EBDCA9;
    border-radius: 50%;
    display: inline-block;
    content: "";
    opacity: 0; }
  .radio input[type="radio"]:checked + label::before {
    border-color: #00A0E9;
    background: #00A0E9; }
  .radio input[type="radio"]:checked + label::after {
    background: #00A0E9;
    opacity: 1;
    animation: checks-action-after 0.2s ease 0s 1 forwards; }
.radio label[for] {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 1px;
  margin: 0 10px 0px 0;
  cursor: pointer;
  white-space: nowrap; }

.color-list {
  display: flex; }
  .color-list li {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6);
    margin: 3px; }
  .color-list .white {
    background: #fff; }
  .color-list .black {
    background: #000; }
  .color-list .gray {
    background: #D3D2D2; }
  .color-list .brown {
    background: #703E10; }
  .color-list .beige {
    background: #EBD8AB; }
  .color-list .navy {
    background: #3D5A98; }
  .color-list .green {
    background: #478260; }
  .color-list .blue {
    background: #72A5BF; }
  .color-list .red {
    background: #D40D06; }
  .color-list .pink {
    background: #E4A1C1; }
  .color-list .orange {
    background: #EA7831; }
  .color-list .yellow {
    background: #EFDF32; }
  .color-list .purple {
    background: #9042AD; }
  .color-list .natural-white {
    background: linear-gradient(-45deg, #EBD8AB 0%, #EBD8AB 52%, #FFFFFF 52%, #FFFFFF 100%); }

.accordion > dt,
.accordion > h2 {
  /*QA mypage/history*/
  display: block;
  cursor: pointer;
  position: relative; }
  .accordion > dt:after,
  .accordion > h2:after {
    margin-left: 20px;
    content: "\f107";
    font: var(--fa-font-solid);
    display: inline-block;
    transition: 0.2s; }
  .accordion > dt.selected:after,
  .accordion > h2.selected:after {
    transform: rotate(180deg);
    transition: 0.2s; }

.accordion > dd,
.accordion > p {
  display: none;
  margin-left: 10px; }

.page-ttl {
  margin-bottom: 50px; }
  .page-ttl div {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-ttl div i {
      font-size: 6rem;
      margin-bottom: 10px; }
    .page-ttl div h1 {
      font-weight: normal; }

.qty-wrap {
  display: flex;
  justify-content: center;
  user-select: none;
  border: 1px solid #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  line-height: 1.5; }
  .qty-wrap input {
    border: none; }
  .qty-wrap .spinner {
    width: 25px;
    padding: 0;
    pointer-events: none;
    text-align: center; }
  .qty-wrap .spinner::-webkit-inner-spin-button,
  .qty-wrap .spinner::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .qty-wrap .reduce,
  .qty-wrap .increase {
    display: block;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 2rem; }
  .qty-wrap .disabled {
    opacity: 0.3;
    cursor: inherit; }

.item-list ul:not(.color-list):not(.color-text) {
  width: 90vw;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .item-list ul:not(.color-list):not(.color-text) {
      width: 80vw; } }
  .item-list ul:not(.color-list):not(.color-text) li {
    border: 1px solid #CACACA;
    padding: 10px 10px;
    margin-bottom: 20px; }
    .item-list ul:not(.color-list):not(.color-text) li:last-child {
      margin-bottom: 0; }
    .item-list ul:not(.color-list):not(.color-text) li > div {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (min-width: 1024px) {
        .item-list ul:not(.color-list):not(.color-text) li > div {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row;
          align-items: center;
          flex-direction: row;
          align-items: inherit;
          position: relative; } }
      .item-list ul:not(.color-list):not(.color-text) li > div.qty-wrap {
        display: flex;
        flex-direction: row; }
      .item-list ul:not(.color-list):not(.color-text) li > div img {
        width: 100%;
        object-fit: cover; }
        @media (min-width: 1024px) {
          .item-list ul:not(.color-list):not(.color-text) li > div img {
            width: 270px; } }
      .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right {
        width: 100%;
        display: flex;
        flex-direction: column; }
        @media (min-width: 1024px) {
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right {
            margin-left: 20px; } }
        .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .item-title {
          width: 100%;
          display: flex;
          align-items: baseline;
          flex-direction: row;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .item-title {
              flex-direction: initial;
              margin-top: 0px; } }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .item-title h2 {
            font-size: 1.6rem;
            text-align: left;
            font-weight: 500;
            margin-bottom: 5px; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .item-title a {
            margin-left: auto; }
            .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .item-title a i {
              font-size: 1.8rem;
              margin-right: 5px;
              margin-left: 15px; }
        .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right dl {
          padding: 10px;
          border-bottom: 1px solid #CACACA;
          display: flex;
          width: 100%;
          justify-content: space-between; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right dl:first-child {
            border: none; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right dl dt {
            width: 200px; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right dl dd span {
            font-size: 1.2rem;
            margin: 0 5px; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right dl dd .qty-wrap {
            width: 100px; }
        .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .subtotal {
          margin-top: 10px;
          display: flex;
          justify-content: flex-end;
          flex-direction: row;
          align-items: baseline;
          font-size: 1.6rem;
          margin-left: auto; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .subtotal h3 {
            font-size: 1.6rem;
            font-weight: normal;
            margin-right: 30px; }
          .item-list ul:not(.color-list):not(.color-text) li > div div.item-list-right .subtotal span {
            font-size: 1.2rem;
            margin: 0 5px;
            width: 300px; }

.bg-beige {
  background: #F5EFD5;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .bg-beige {
      margin-bottom: 100px; } }

.ac-list dt {
  display: block;
  cursor: pointer;
  position: relative; }
  .ac-list dt:after {
    margin-left: 10px;
    content: "\f107";
    font: var(--fa-font-solid);
    display: inline-block;
    transition: 0.2s; }
  .ac-list dt.selected:after {
    transform: rotate(180deg);
    transition: 0.2s; }

.ac-list dd {
  display: none;
  margin-left: 20px; }

.page-list {
  width: 95vw;
  margin: 0 auto;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem; }
  @media (min-width: 1024px) {
    .page-list {
      width: 80vw;
      gap: 8px;
      font-size: 1.4rem; } }
  .page-list li {
    line-height: 2; }
    .page-list li a {
      padding: 0 8px;
      border: 1px solid black;
      display: block; }
      .page-list li a.prev, .page-list li a.next {
        border: none; }
        .page-list li a.prev i, .page-list li a.next i {
          margin: 0 5px; }
    .page-list li.active {
      background: black;
      color: white;
      padding: 0 8px;
      border: 1px solid black; }

/*LINEバナー*/
.banner {
  /*void220704*/
  text-align: center;
  width: 100vw;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .banner {
      width: 800px;
      margin: 50px auto 0 auto; } }

.line-link {
  background: #D8E7E0;
  text-align: center;
  width: 100%;
  padding: 30px; }
  .line-link h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.3rem; }
    .line-link h3:before {
      content: '';
      position: absolute;
      bottom: -10px;
      display: inline-block;
      width: 60px;
      height: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: black;
      border-radius: 2px; }
  .line-link p {
    font-size: 1.6rem;
    margin: 20px 0; }
  .line-link img {
    width: 150px;
    margin: 0 auto; }

/*最近チェックした商品*/
.browsed-list {
  width: 90vw;
  margin: 80px auto 80px auto;
  overflow-x: auto; }
  @media (min-width: 1024px) {
    .browsed-list {
      width: 80vw; } }
  .browsed-list h3 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px; }
  .browsed-list .item-list {
    display: flex;
    overflow-x: auto;
    grid-gap: 20px;
    scrollbar-width: thin;
    /*firefox*/ }
    .browsed-list .item-list::-webkit-scrollbar {
      height: 8px; }
    .browsed-list .item-list::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px; }
    .browsed-list .item-list::-webkit-scrollbar-thumb {
      background: #CCC;
      border-radius: 10px; }
    @media (min-width: 1024px) {
      .browsed-list .item-list {
        width: 80vw; } }
    .browsed-list .item-list > li {
      flex: 0 0 auto;
      width: calc(100% / 3);
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .browsed-list .item-list > li {
          width: calc(100% / 6); } }
      .browsed-list .item-list > li img {
        border-radius: 6px; }
      .browsed-list .item-list > li .item-img {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 10px; }
        .browsed-list .item-list > li .item-img img {
          object-fit: cover; }
        .browsed-list .item-list > li .item-img .label {
          position: absolute;
          top: 5px; }
          .browsed-list .item-list > li .item-img .label span {
            font-weight: 700;
            line-height: 25px;
            white-space: nowrap;
            padding: 0 10px;
            color: white; }
            .browsed-list .item-list > li .item-img .label span.new {
              background: #F4C902; }
            .browsed-list .item-list > li .item-img .label span.fast {
              background: #ED7830; }
        .browsed-list .item-list > li .item-img.backordered {
          position: relative; }
          .browsed-list .item-list > li .item-img.backordered:before {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 30px;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
            color: white;
            text-align: center; }
        .browsed-list .item-list > li .item-img.undecided {
          position: relative;
          background: black; }
          .browsed-list .item-list > li .item-img.undecided:before {
            font-size: 1.6rem;
            position: absolute;
            top: 45%;
            color: white;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center; }
          .browsed-list .item-list > li .item-img.undecided img {
            opacity: 0.5; }
        .browsed-list .item-list > li .item-img.undecided:before {
          /*入荷未定*/
          content: "入荷未定"; }
        .browsed-list .item-list > li .item-img.backordered:before {
          /*入荷待ち*/
          content: "入荷待ち"; }

.info-text {
  width: 90vw;
  margin: 30px auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .info-text {
      width: 80vw;
      margin: 50px auto; } }

/*passforget*/
.pass-wrap {
  width: 90vw;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .pass-wrap {
      width: 50vw; } }
  .pass-wrap .info {
    margin: 30px auto;
    text-align: center; }
    .pass-wrap .info span {
      font-size: 1.3rem; }
  .pass-wrap .complete {
    padding: 15px;
    background: #DDEAF4;
    margin: 50px auto;
    border-radius: 6px; }
  .pass-wrap input {
    margin-bottom: 10px; }
  .pass-wrap .btn-primary {
    margin: 20px auto; }

/*ページトップへ戻る*/
#page-top {
  position: fixed;
  bottom: 0;
  margin-bottom: 5px;
  right: 10px;
  font-size: 3rem;
  z-index: 10; }
  @media (min-width: 1024px) {
    #page-top {
      display: none; } }

#page-top a {
  background: none repeat scroll 0 0 #CACACA;
  border-radius: 6px;
  color: white;
  display: block;
  opacity: 0.8;
  text-align: center;
  text-decoration: none;
  width: 50px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }

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