h1#header-logo span {
    display: none;
}

.header-text{
    color: #ffffff;
    position: absolute;
    z-index: 1005;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.header-cart{
    position: absolute;
    z-index: 1005;
    width:34px;
    top: 17px;
    right: 18%;
}
@media only screen and (min-width: 768px) {
.header-cart{
    right: 7%;
}
}
@media ( max-width : 767px ) {

}
@media only screen and (min-width: 768px) {

}@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height:2.5em !important;
  font-family: 'Noto Serif JP', serif !important;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  /* margin: 1em 40px; */
  margin: 0 auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*汎用class*/
.text-center {
  text-align: center;
}

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

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

@media (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }

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

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

  .tile .col {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }

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

  .pc-text-right {
    text-align: right;
  }
}
.text-small {
  font-size: 80%;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/*共通*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 100%;
}

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


a {
  color: #212121;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 2;
}

ol {
  margin: 1em;
}
ol li {
  margin-bottom: 1em;
}

.ttl-h2 {
  position: relative;
  margin: 20px 0;
  text-align: center;
}

.btn {
  border-radius: 0;
}

.btn-01 {
  /* border: 1px solid #b2a487;
  background-color: #b2a487;
  color: #fff; */
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  /* border: 1px solid #ccbc9b;
  background-color: #ccbc9b;
  color: #fff; */
}

.product-order-num input {
  border-color: #b2a487;
}

.page-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
  }
}
.page-title .large {
  font-size: 48px;
}
@media (max-width: 767px) {
  .page-title .large {
    font-size: 22px;
  }
}
.page-title .small {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-title .small {
    font-size: 14px;
  }
}

.page-subtitle {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #dadada solid 2px;
  padding-bottom: .5em;
  margin: 0 0 1em;
}
.page-subtitle .large {
  font-size: 36px;
}
@media (max-width: 767px) {
  .page-subtitle .large {
    font-size: 20px;
  }
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}
.icon-cart {
  background-position: -176px -64px;
}

.icon-user {
  background-position: -208px -0px;
}

.icon-adduser {
  background-position: -240px -0px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-login {
  background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}

.icon-facebook {
  background-position: -192px -264px;
}

.icon-instagram {
  background-position: -168px -288px;
}

.icon-mail {
  background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
  background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
  background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
}

.content-wrap {
  max-width: 800px;
  margin: 20px auto;
}

/*
 * header
 */
#header-wrapper {
  width: 100%;
  position: absolute;
  height: 70px;
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}

.header-line-nav .header-link {
  float: right;
  padding: 0;
}

.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media ( max-width : 767px ) {
/*ハンバーガーメニュー*/
.header-menu {
  position: fixed;
  z-index: 1005;
}
}
@media only screen and (min-width: 768px) {
/*ハンバーガーメニュー*/
.header-menu {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1005;
}
}

@media (max-width: 767px) {
  .header-menu {
    top: 22px;
    right: 5%;
  }
}
.header-text{
    color: #ffffff;
    position: absolute;
    z-index: 1005;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.footer-menu {
  position: fixed;
  right: 2%;
  bottom: 40px;
  z-index: 1005;
}

.menu-trigger{
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-trigger:hover{
  text-decoration: none;
}

.menu-trigger .text_area{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 1em;
}
@media ( max-width : 768px ) {
  .menu-trigger .text_area{
    margin-right: .6em;
  }
}
.menu-trigger .text_area p{
  margin: 0;
  letter-spacing: 1.4px;
}
.menu-box,
.menu-box span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

  .menu-box {
    width: 30px;
    height: 24px;
  }

.menu-box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media ( max-width : 768px ) {
  .menu-box span{
    height: 2px;
  }
}

.menu-box span:nth-of-type(1) {
  top: 0;
}

.menu-box span:nth-of-type(2) {
  top: 11px;
}
@media (max-width: 767px) {
  .menu-box span:nth-of-type(2) {
    top: 11px;
  }
}

.menu-box span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
@media (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
          animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-17px) rotate(45deg);
          transform: translateY(-17px) rotate(45deg);
}
@media (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}

.menu-trigger.active span {
  background-color: #fff !important;
}

/* header logo */
#header-logo {
  margin: 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
  #header-logo {
    width: 50px;
  }
#header-logo a {
  display: block;
}
#header-logo.open {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #464e54;
}

/* header global nav */
#header-global-nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 90vh;
  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;
  background: rgba(35, 35, 54, 0.8);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1002;
}
#header-global-nav.open {
  z-index: 1002;
  opacity: 1;
  visibility: visible;
}
#header-global-nav.open ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header-global-nav ul {
  width: 90%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media only screen and (min-width: 768px) {
#header-global-nav ul{
text-align: center;
}
}
#header-global-nav ul li {
  margin-bottom: 0.5em;
  line-height:2.0em;
}
#header-global-nav ul li a {
  color: #eee;
  font-size: 1.0rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #header-global-nav ul li a {
    font-size: 1.0rem;
  }
}
#header-global-nav ul li a span {
  font-size: 0.75rem;
  padding-left: 20px;
  color: #aaa;
}
@media (max-width: 767px) {
  #header-global-nav ul li a span {
  font-size: 0.65rem;
    display: block;
    padding-left: 0;
    font-weight: normal;
  }
}
#header-global-nav ul li a:hover {
  text-decoration: none;
  color: white;
}

.scrollPrevent {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header_spacer {
  background: #212121;
  width: 100%;
  height: 70px;
  color: white;
  text-align: center;
  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-bottom: 5%;
}
@media (max-width: 767px) {
  .header_spacer {
    height: 70px;
  }
}
.header_spacer h1 {
  font-size: 60px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_spacer h1 {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .header_spacer h1 {
    font-size: 20px;
  }
}
.header_spacer h1 span {
  display: block;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_spacer h1 span {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .header_spacer h1 span {
    font-size: 16px;
  }
}

/* incart delivery */
.incart-delivery {
  float: right;
}

.incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
}

/*
 * product list
 */
.prd-lst-unit {
  padding: 0 10px;
  text-align: center;
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b2a487;
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 14px;
}

.prd-lst-price {
  color: #abaaaa;
}

.prd-lst-regular {
  text-decoration: line-through;
}

.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}

.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}

.thumb-active img {
  border: 2px solid #b2a487;
}

/*
 * footer
 */
#footer-wrapper {
  background: #000;
  position: relative;
}
#footer-wrapper .cInner{
  max-width: 100%;
}
#footer-wrapper .cInner .row{
  max-width: 1020px;
}
#footer-wrapper .content_01{
  padding: 4.4em 10px;
  border-bottom: 1px solid #fff;
}
#footer-wrapper .content_01 .row{
  max-width: 680px;
}
#footer-wrapper .content_01 p{
  margin: 0;
}
#footer-wrapper .content_01 .button{
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  max-width: 206px;
  margin: 0 auto;
  padding: .5em .2em;
}
#footer-wrapper .content_01 .button a{
  text-decoration: none;
}
#footer-wrapper .content_01 .button:hover{
  background: #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
}
#footer-wrapper .content_01 .button:after{
  content: none;
}
#footer-wrapper .content_02 .row{
  max-width: 635px;
  margin: 0 auto;
}
#footer-wrapper .content_02 ul{
  list-style: none;
}
#footer-wrapper .content_02 ul li{
  color: #fff;
  margin: .2em 0;
}
#footer-wrapper .content_02 ul li a{
  color: #fff;
  text-decoration: none;
  padding: .5em .5em;
  letter-spacing: .5px;
}
#footer-wrapper .content_02 ul li a:hover{
  color: #ccc;
}
@media ( min-width : 769px ) {
  #footer-wrapper .content_02 ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1.5em 0;
  }
}
@media ( max-width : 768px ) {
  #footer-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  #footer-wrapper .cInner{
    width: 100%!important;
  }
  #footer-wrapper .content_01{
    padding: 8% 0;
    order: 2;
    border: none;
  }
  #footer-wrapper .content_02{
    order: 1;
    padding-top: 8%;
  }
  #footer-wrapper .content_03{
    order: 3;
  }
  #footer-wrapper .content_04{
    order: 4;
  }
  #footer-wrapper .content_02 .row{
    max-width: 100%;
  }
  #footer-wrapper .content_02 ul{
    margin-left: 0;
  }
  #footer-wrapper .content_02 ul li{
    margin: .6em 0;
  }
  #footer-wrapper .content_04 {
    height: 0;
    padding-top: 13.6%;
    width: 100%;
  }
  #footer-wrapper .content_04 .row{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
  }
  #footer-wrapper .content_04 .col{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
@media ( min-width : 768px ) {
  #footer-wrapper .content_04{
    display: none!important;
  }
}


/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
  text-align: right;
  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;
  height: 30px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 1em 0;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    text-align: center;
    display: block;
    height: auto;
  }
}

.footer-nav li {
  line-height: 30px;
}
@media (max-width: 767px) {
  .footer-nav li {
    display: block;
  }
}
.footer-nav li a {
  display: block;
  color: white;
  font-weight: bold;
  padding: 0 1em;
  line-height: 30px;
}
.footer-nav li a.fa {
  padding: 0 1em;
}
.footer-nav li a i {
  font-size: 30px;
  font-weight: normal;
}
.footer-nav li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-nav li.sns {
    display: inline-block;
    border: none;
  }
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2.5em;
}

footer{
  position: relative;
}
/* pagetop */
#pagetop {
  position: fixed;
  right: 1%;
  bottom: 10%;
  display: none;
}

.btn-pagetop {
  display: block;
  /* padding: .7em 2em; */
  padding: 0;
  border: 0;
}
..btn-pagetop:hover{
  border: none!important;
  background: none!important;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    width: auto;
  }

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }

  .header-dropdown.affix {
    position: fixed;
  }

  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
  }

  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background: #b2a487;
  }

  .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  }

  .header-dropdown .btn-dropdown i {
    top: 0;
  }

  .view-cart {
    position: static;
  }

  .view-cart a {
    background-color: #b2a487;
    color: #fff;
  }

  .incart-delivery {
    padding-top: 20px;
    float: none;
  }

  .prd-lst-sort {
    font-size: 14px;
  }

  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }

  .footer-primary .footer-nav:first-child {
    border-top: 3px double #fff;
  }

  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #fff;
  }

  .footer-nav li:first-child {
    border-top: none;
  }

  .footer-nav li:before {
    display: none;
  }

  .footer-nav a {
    display: block;
    padding: 1em !important;
    color: #fff;
  }

  .footer-nav a:hover {
    text-decoration: none;
  }

  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
  }

  .icon-cart {
    background-position: -264px -96px;
  }

  .icon-list {
    background-position: -288px -144px;
  }

  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-w,
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }

  .icon-b,
  .icon-w {
    background-size: 552px 480px;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* 下層コンテンツ用 */
.content_section {
  margin-bottom: 6%;
}
.content_section .row {
  margin-bottom: 3%;
}


.checkList--under li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 15px;
  background: url(https://img21.shop-pro.jp/PA01434/812/etc/icon_check.png?cmsp_timestamp=20190725120057) no-repeat left center;
  padding-left: 20px;
  list-style: none;
}

.checkList--under{
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  list-style: none;
}



.sp-only{
  display: none;
}
@media screen and (max-width:767px){
  .sp-only{
  display: block;
  }
}
table.table--basic {
  width:100%;
	margin: 0px auto 30px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
table.table--basic th {
	width: 200px;
  text-align:left;
	background: #f2f2f2;
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
	vertical-align: middle;
}

table.table--basic td {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}

@media (max-width: 991px){
  table.table--basic th {
    width: 30%;
    font-size: 11px;
  }
  table.table--basic td {
    font-size: 11px;
  }
}

@media ( max-width : 768px ) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}




@media ( max-width : 767px ) {
body{
  font-size: 0.95rem;
}
}
@media only screen and (min-width: 768px) {
body{
  font-size: 0.95rem;
}
}
section{
 text-align:center;
  margin:0 auto;
  padding:4.0em 0;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
.content_inner{
  padding: 0 5%;
  max-width:1000px;
  text-align:center;
  margin:0 auto;
}
.top_lineup .content_inner{
  max-width:600px;
}
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
h1,h2,h3,h4,h5,h6{
 text-align:center; 
}
@media ( max-width : 767px ) {
h2{
  font-size:1.75rem;
}
  h3{
 font-size:1.0rem; 
}
}
@media only screen and (min-width: 768px) {
h2{
  font-size:2.0rem;
  line-height:1.5;
}
  h3{
 font-size:1.25rem; 
}
}

@media ( max-width : 767px ) {
p {
  font-size: 0.75rem;
  line-height: 2.0em;;
}
.item_name{
  font-size: 0.95rem;
}
.item_price{
  margin-top: -0.5em;
}
.item_price small{
  font-size: 0.65rem; 
}
#header-wrapper .menu-trigger.active{
 z-index:99; 
}
.box_slider .item_name{
  margin-top:1.5em;
  font-size: 0.75rem;
  line-height:1.75em;
}
.box_slider .item_price{
  margin-top: -0.5em;
}
.box_slider .item_price small{
  font-size: 0.65rem; 
}
}
@media only screen and (min-width: 768px) {
p {
  font-size: 0.95rem;
  line-height: 2.0em;;
}
 .item_name{
  font-size: 1.0rem;
}
.item_price{
  margin-top: -0.5em;
}
.item_price small{
  font-size: 0.85rem; 
}
#header-wrapper .menu-trigger.active{
 z-index:99; 
}
.box_slider .item_name{
  margin-top:1.5em;
  font-size: 1.0rem;
  line-height:1.75em;
  margin-bottom:1.5em;
}
.box_slider .item_price{
  margin-top: -0.5em;
}
.box_slider .item_price small{
  font-size: 0.85rem; 
}
}
#header-wrapper .menu-trigger.active{
 z-index:99; 
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
h2.lineup{
 margin-bottom:4.0em; 
}
.regular.slick-slider{
  box-sizing:border-box;
  position:relative;
  z-index:2;
}
#header-wrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  transition: 0.5s;
}
#header-wrapper.scroll-nav {
  background: #232336;
}
#header-wrapper.scroll-nav .logo,
#header-wrapper.scroll-nav ul li a {
  color: #000;
}
@media ( max-width : 767px ) {
#lineup ul li {
	background:#ffffff;
   width: 100%;
   margin-bottom: 2em;
}
}
@media only screen and (min-width: 768px) {
#lineup ul li {
	background:#ffffff;
	width: 46%;
   margin:0 2% 2.0em 2% ;
}
}
#lineup ul li {
	background:#ffffff;
   color: #000000;
   text-align:left;
}
#lineup ul li div.inner{
	padding:1.5em;
}
#lineup ul li div.img{
	padding:0;
}

@media ( max-width : 767px ) {
#lineup #item-list li:first-child{
    margin-top:-7.5em;
}
}
@media only screen and (min-width: 768px) {
#lineup #item-list li:first-child{
    margin-top:-7.5em;
}
  #lineup #item-list li:nth-child(2){
    margin-top:-7.5em;
}
}
#movie video{
    width:100%; 
}
#care p,#technology p,#concept p{
   margin:2.0em 0; 
}
#view{
    margin-top: -7.5em;
    z-index: 99;
}
#contact img{
    max-width:70px !important; 
}
#contact #item-list ul{
    align-items: flex-start;
}
#thought .slick-slide{
   padding:0.5em 0;
}
#thought .tab_list .line {
    padding-bottom: 10px;
    border-bottom: solid 5px #000000;
    width: 50px;
    margin-bottom: 1em;
    text-align:center;
    margin:0 auto;
}
#care ul.cols-3 li:first-child img{
    max-width:50px !important; 
}
#care ul.cols-3 li img{
    max-width:40px; 
}
#care ul.cols-3 li:last-child img{
    max-width:70px !important; 
}
#care ul.cols-3{
    max-width: 450px;
    text-align:center;
    margin:0 auto;
    padding:1.0em 0;
}
#contact ul.cols-3{
    max-width: 350px;
    text-align:center;
    margin:0 auto;
    padding:1.0em 0;
}
#footer_top a{
    font-size:.85rem;
}
#footer_top ul li{
    text-align:left;
}
#footer_bottom{
    font-size:.75rem; 
}
#footer_bottom ul.cols-3{
    max-width: 900px;
    text-align:center;
    margin:0 auto;
}
adress{
 	text-align:center;
    margin:0 auto;
    padding:2.0em 0;
    font-size:0.75rem;
    text-align:center;
   display: block;
}
.bg_gr{
  background:#F5F5F5;
}
.bg_dgr{
  background:#333333;
   color:#ffffff;
}
.bg_dgr a{
  color:#ffffff;
}
.bg_nv{
  background:#232336;
  color:#ffffff;
}
.bg_nv a{
  color:#ffffff;
}


.btn{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0;
    text-align: center;
    outline: none;
    transition: ease .2s;
    background: #232336;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin: 0 0 2em 0;
}

#lineup .btn{
    float: right;
    margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
.btn{
    width: 60%;

}
}
@media only screen and (min-width: 768px) {
.btn{
    width: 230px;
}
}
.btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.btn:hover span{
  color:#ffffff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000000;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}



.regular .slick-slide {
    padding: 0;
}
#technology .slick-prev:before {
    content:url(https://arcci-concept.com/img/arrow-prev.png) !important;
}
#technology .slick-next:before {
    content:url(https://arcci-concept.com/img/arrow-next.png) !important;
}
@media ( max-width : 767px ) {
.top_lineup .slick-prev, .top_lineup .slick-next{
  top: 50%;
}
}
@media only screen and (min-width: 768px) {
.top_lineup .slick-prev, .top_lineup .slick-next{
  top: 35%;
}
}

.slick-prev:before {
    content:url(https://arcci-concept.com/img/arrow-prev_wh.png) !important;
}
.slick-next:before {
    content:url(https://arcci-concept.com/img/arrow-next_wh.png) !important;
}
.slick-prev {
    left: -14px !important;
}
.slick-next {
    right: -14px !important;
}
.slick-slide {
    padding: 15px;
}
  .slick-dots {
      bottom: -10px;
  }
  .slick-dots li button{
      padding:15px!important;
  }
  .slick-dots li button:before {
      color: black;
  }
  .slick-dots li.slick-active button:before {
      color: black;
  }


.section-lineup{
  overflow: hidden;
}
.section-lineup  .inner{
    margin: 0 auto;
    width: 150%;
    padding-left: 0;
    padding-right: 0;
  }
  .lineup{
    position: relative;
  }
  .lineup-carousel{
    li{
      text-align: center;
      margin-right: 24px;
    }
    img{
      display: block;
      margin-bottom: 16px;
      width:100%;
    }
  }
  .slick-list{
    overflow: visible;
  }
  .slick-nav-arrows {
    position: absolute;
    top: -40px;
    right: 0%;
  }
  .slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next:before, .slick-prev:before{
    color:#000;
  }
}


#item-list {
  padding:0;
}
#item-list ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	align-items: center;
}
#lineup #item-list ul{
	align-items:stretch;
}
#lineup .sub ul li{
  align-items: center;
  display: block;
}
#item-list ul li {
  list-style-type:none;
  float:left;
  padding-left:0;
}
#item-list ul li .item_name { 
  text-align: center; color: #8D2727; font-size: 1.25rem; 
}
#item-list ul li h2 { text-align: left; }

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.type_car_outer .inner{ 
  margin:0;
  height:100%;
	 padding:3%;
}
@media only screen and (max-width: 767px) {
  ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 50%;
  }
  ul.cols-4 li{
      width:50%;
  }
  ul.cols-3 li{
      width:33.33333%;
  }
  ul.cols-2 li{
      width:50%;
  }
}





#header-logo{
  display: block;
}
#header-logo img{
  padding:5px 0 0 0;
}



@media ( min-width : 769px ) {
  .sp-only{
    display: none;
  }
  .reverse>.col{
    float: right;
  }
}
@media ( max-width : 768px ) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}
.menu-box span {
    background: #FFF !important;
}


.productSlider .slick-next::before, .productSlider .slick-prev::before{
  content: none;
}

div#wrapper {
    overflow: hidden;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
    margin-bottom: 0 !important;
}

@media (max-width: 767px){
.product-order-spec th {
  width: 20% !important;
}

}

/* 20250529 copyright */
.copyright_link {
  line-height: 1;
}

/* 20250617 top よくある質問 */
#faq p {
  margin: 2em 0;
}
#faq .qa-list {
  text-align: left;
  margin-bottom: 2em;
}
#faq .qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}
#faq .qa-list dl:first-child {
  margin-top: 0;
}
#faq .qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
#faq .qa-list .open::after {
  transform: rotate(-45deg);
}
#faq .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 60px;
  font-weight: bold;
  background: #DDD;
}
#faq .qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
#faq .qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
#faq .qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
#faq .qa-list dl dd p {
  margin: 30px 0 0;
}
#faq .qa-list dl dd p:first-child{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #faq .qa-list dl {
    margin: 10px 0 0;
  }
  #faq .qa-list dl::after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  #faq .qa-list dl dt {
    padding: 16px 50px;
    font-size: 14px;
  }
  #faq .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  #faq .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  #faq .qa-list dl dd {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
}