@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 149px;
}
@media screen and (max-width: 1024px) {
  html {
  scroll-padding-top: 80px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  /* text-align: justify; */
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 1024px) {
  body {
  letter-spacing: 0.05rem;
  }
}
/* font
--------------------------------------*/
.fw_thin {
  font-weight: 100;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

.fw_bol {
  font-weight: 600;
}

/* base
--------------------------------------*/
img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#page-top,
#page-top span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 80px;
  width: 44px;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
  #page-top {
    width: 56px;
    bottom: 20px;
    right: 22px;
  }
}
#page-top:hover {
  -webkit-filter: drop-shadow(3px 3px 3px rgb(187, 187, 187));
          filter: drop-shadow(3px 3px 3px rgb(187, 187, 187));
}
#page-top span {
  position: absolute;
  height: 3px;
  background: #fff;
}
#page-top span:nth-of-type(1) {
  top: 46%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
  left: 25%;
}
@media screen and (max-width: 1024px) {
  #page-top span:nth-of-type(1) {
    width: 12px;
    left: 25%;
  }
}
#page-top span:nth-of-type(2) {
  top: 46%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  right: 25%;
}
@media screen and (max-width: 1024px) {
  #page-top span:nth-of-type(2) {
    width: 12px;
    right: 25%;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  margin: 0px auto;
  padding-top: 20px;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 10px;
  }
}
.header .main-logo {
  width: 30%;
  max-width: 320px;
  box-sizing: border-box;
  padding-left: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .header .main-logo {
            width: 45%;
    padding-left: 20px;
  }
}
.header .main-logo .logo-vcs {
  width: 70%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .header .main-logo .logo-vcs {
    width: 100px;
  }
}
.header .main-logo .logo-vcs:hover {
  opacity: 0.6;
}
.header .main-logo .logo-rc {
  padding-left: 3%;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header .main-logo .logo-rc {
    padding-left: 3%;
    width: 40px;
  }
}
.fix-menu {
  width: 70%;
  align-items: self-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3%;
}
@media screen and (max-width: 1024px) {
  .fix-menu {
    width: 50%;
    padding-right: 20px;
  }
}

.search {
  width: 30%;
  max-width: 400px;
  height: 50px;
  background: #fff;
  border: solid 1px #be0000;
  margin-right: 2%;
  position: relative;
  box-sizing: border-box;
  align-self: center;
}
@media screen and (max-width: 1024px) {
.search {
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
}
}

.search input {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
.search input {
  padding: 0 1rem;
  font-size: 12px;
}
}
.search .search-icon {
  width: 50px;
    height: 100%;
    padding: 0;
    margin: 0;
    right: 0;
    border: none;
    top: 0;
    box-sizing: border-box;
    position: absolute;
    padding: 1rem;
    background: none;
}
@media screen and (max-width: 1024px) {
.search .search-icon {
  width: 40px;
}
}

.fix-menu .list {
  padding: 10px 1%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fix-menu .list {
    padding: 0 25px 0 0;
  }
}
.fix-menu .list svg {
  width: auto;
    height: 35px;
    fill: #be0000;
    padding-bottom: 10px;
      stroke: #be0000;
}
@media screen and (max-width: 1024px) {
  .fix-menu .list svg {
    height: 30px;
    padding-bottom: 0px;
}
}
.fix-menu .list .icon {
  width: auto;
  height: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .fix-menu .list .icon {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .fix-menu .list .icon {
    height: 30px;
  }
}
.fix-menu .list .title {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .fix-menu .list .title {
    display: none;
  }
}
.fix-menu .list a {
  color: #be0000;
    display: block;
    line-height: 1;
}
.fix-menu .hamburger-menu {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.fix-menu .hamburger-menu .hamburger-line {
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background-color: #be0000;
  margin: 4px 0;
  transition: all 0.4s ease;
}
.fix-menu .active .hamburger-line:nth-child(1) {
          transform: translateY(6px) rotate(45deg);
}
.fix-menu .active .hamburger-line:nth-child(2) {
          transform: translateY(-4px) rotate(-45deg);
}
.fix-menu .hamburger-box {
  width: 100%;
  display: none;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fix-menu .hamburger-box .inner-list {
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fix-menu .hamburger-box .inner-list li {
  margin-bottom: 15px;
}
.fix-menu .hamburger-box .inner-list li a {
  color: #fff;
}
.fix-menu .hamburger-box .sns {
  width: 30%;
  margin: 0 auto 50px;
}
.fix-menu .hamburger-box .logo {
  width: 160px;
  margin: 0 auto;
}
.fix-menu .active + .hamburger-box {
      display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #be0000;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header #site-map {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  padding: 0 50px;
  background: #be0000;
  color: #fff;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  .header #site-map {
    height: 20px;
    font-size: 10px;
    line-height: 2;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.header #site-map li {
  display: inline-block;
}
.header #site-map li a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header #site-map li a:hover {
  opacity: 0.6;
}

.main-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 149px;
      padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 80px;
    padding-bottom: 30px;
        overflow: hidden;
  }
}
.main-content::before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50px;
  border-left: solid 2px #be0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .main-content::before {
    left: 0px;
  }
}
.main-content::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50px;
  border-left: solid 2px #be0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .main-content::after {
    right: 0px;
  }
}
.main-content h1 {
  margin: 50px 0 30px 100px;
  color: #be0000;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .main-content h1 {
    margin: 30px;
    font-size: 18px;
  }
}
.main-content .search-box {
  width: calc(100% - 40px);
  height: 50px;
  margin: 0 auto 20px;
  position: relative;
}
.main-content .search-box .squeeze-menu {
  width: 25%;
  height: 50px;
  background: #be0000;
  position: relative;
  display: none;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.main-content .search-box .squeeze-menu .open {
  color: #fff;
}
.main-content .search-box .squeeze-menu .close {
  color: #fff;
  display: none;
}
.main-content .search-box .active .open {
  display: none;
}
.main-content .search-box .active .close {
  display: block;
}
.main-content .search-box .active .squeeze-line:nth-child(1) {
  background-color: #be0000;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.main-content .search-box .active .squeeze-line:nth-child(2) {
  background-color: #be0000;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
.main-content .search-box .squeeze-box {
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-content .search-box .active + .squeeze-box {
  display: block;
  position: absolute;
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff4f4;
}
.search-box .search {
  width: 70%;
  height: 50px;
}
.search-box .search .search-icon{
  width: 50px;
}


.inner-content {
  width: calc(100% - 200px);
  max-width: 1400px;
  margin: 0px auto;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .inner-content {
    width: 100%;
  }
}

.filter-menu {
  background: #fff4f4;
  width: 25%;
  margin-right: 5%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .filter-menu {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.filter-menu [class^=section_] {
  margin-bottom: 30px;
}
.filter-menu [class^=section_] [class^=ttl_] {
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #be0000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.filter-menu [class^=section_] .ttl_0 {
  border: none;
  padding: 0;
}
.filter-menu [class^=section_] .checkbox-and-label {
  margin-bottom: 10px;
}
.filter-menu [class^=section_] .checkbox-and-label label {
  padding-left: 5px;
}
.filter-menu [class^=section_] input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter-menu [class^=section_] input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #be0000;
  border-bottom: 2px solid #be0000;
  content: "";
}

.filter-menu .search {
  width: 100%;
}

.card-grid {
  position: relative;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .card-grid {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.card-grid [class^=product-info-card_] {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #be0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .card-grid [class^=product-info-card_] {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.card-grid [class^=product-info-card_] .txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .card-grid [class^=product-info-card_] .txt {
    font-size: 12px;
  }
}
.card-grid [class^=product-info-card_] .item-name {
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
}
.card-grid [class^=product-info-card_] .more-btn {
  text-align: right;
  font-size: 12px;
  color: #757575;
}
.card-grid [class^=product-info-card_]:hover {
  background: #e7c2c2;
}
.card-grid [class^=product-info-card_]:hover img {
  scale: 1.1;
}
.card-grid [class^=product-info-card_]:hover p {
  color: #fff;
}.card-grid [class^=product-info-card_]:hover .mark-teiki {
  color: #be0000;
}

/* endArea
--------------------------------------*/
#footer {
  width: 100%;
  background: #be0000;
  padding: 100px 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 50px 30px 100px;
  }
}
#footer .flexbox {
  margin: 0 auto;
      max-width: 1200px;
}
#footer a {
  display: inline-block;
  color: #fff;
}
#footer p {
  display: inline-block;
  border-bottom: solid 1px #be0000;
  transition: all .4s ease;
}
#footer a:hover {
  color: #fff !important;
}
#footer a p:hover {
  border-bottom: solid 1px #fff;
}

#footer .logo {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  #footer .logo {
    width: 100%;
  }
  #footer .logo img {
    width: 160px;
    margin: 0 auto 50px;
  }
}
#footer .text-link-list-item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #footer .link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer .link a:hover {
  opacity: 0.6;
}
#footer .link .sns {
  width: 160px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .link .sns img {
  width: 35px;
}
@media screen and (max-width: 1024px) {
  #footer .link .sns {
    margin: 0 auto;
  }
}
#footer .link .logo-rc {
  margin-top: 30px;
  width: 160px;
}
#footer .copy {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
#footer .copy {
  margin-top: 50px;
}
}

.fadeCross01 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
}

.fadeCross01.is_active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.fadeCross02 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.fadeCross02.is_active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}


.slick-slide .image {
  width: auto !important;
  height: auto !important;
}

.slick-slide img {
  width: auto;
  height: auto;
  max-height: 500px;
  min-height: 350px;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-next {
  right: 13% !important;
  top: 0 !important;
}

.slick-prev {
  left: 13% !important;
  top: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 10px !important;
  height: 18px !important;
}

.slick-next:before {
  background: url(../images/arrow_r.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-prev:before {
  background: url(../images/arrow_l.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input{
    border:none;
}
.count input{
    text-align: center;
    font-size: 20px;
}
.count input::-webkit-inner-spin-button,
.count input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
