@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  color: #000000;
  background: #fff;
}

p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: underline;
  color: #c71528;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #c71528;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  padding-left: 0;
  font-size: 14px;
}

p, h2, h3, li, label, .search-btn {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
}

footer {
  padding: 10px 0;
  background-color: #000000;
  position: relative;
  bottom: 0;
}
footer .link-pageup {
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 0;
  font-size: 40px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 0;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    opacity: 0.8;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

.link-pageup.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.link-pageup.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
header {
  padding: 15px 0;
  background: #ffffff;
  border-bottom: 4px solid #c53d43;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  header {
    padding: 8px;
  }
}
header .logo-area {
  max-width: 422px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  header .logo-area {
    max-width: 306px;
  }
}
header .logo-area h1 {
  text-decoration: none;
  position: relative;
}
header .logo-area h1 span {
  position: absolute;
  top: 17px;
  left: 305px;
  color: #c53d43;
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 575px) {
  header .logo-area h1 span {
    top: 8px;
    left: 205px;
    font-size: 1.9rem;
  }
}
header .img-logo {
  max-width: 300px;
  height: auto;
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 200px;
  }
}

.bg-img {
  background: url(../img/bg.jpg);
}

.section-info {
  background-color: #ffffff;
  border: 2px solid #000000;
  word-break: break-all;
}
@media (max-width: 575px) {
  .section-info {
    width: 92%;
  }
}

h2 {
  position: relative;
  margin: 25px 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid #000000;
}

.section-title01::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #317db9;
}

.section-title02::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #c53d43;
}

.section-title03::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #27a93b;
}

.section-title04::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #fcc800;
}

.section-title05::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 50%;
  height: 3px;
  background-color: #981571;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.slider-main .slider-thumbnail {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
}
.slider-main .slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 50px;
  color: #c53d43;
  border: none;
  background-color: transparent;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: -30px;
}
.slider-main .slick-arrow.slick-next {
  right: -30px;
}
.slider-main .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto 30px;
  padding-left: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .slider-main .slick-dots {
    margin: 20px auto;
  }
}
.slider-main .slick-dots > li {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 12px;
}
.slider-main .slick-dots > li.slick-active button {
  background-color: #c53d43;
}
.slider-main .slick-dots button {
  position: absolute;
  width: 13px;
  height: 13px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

.slick-slide {
  border: 1px solid #ddd;
}

.list-icon li {
  margin-bottom: 8px;
  list-style: none;
  padding-left: 1.4em;
  position: relative;
}
.list-icon span {
  position: absolute;
  left: 0;
  color: #c71528;
  font-weight: 600;
}

#tab-all h3 {
  font-size: 25px;
}

.tab-pane img {
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .tab-pane img {
    width: 200px;
  }
}

.seaech-h2 {
  margin-top: 0;
  padding: 10px 0;
  color: #ffffff;
  background: #000000;
  letter-spacing: 1px;
  line-height: 1em;
  border-bottom: 0;
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.StyleF_Frame_ .StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  background: white;
}
@media (max-width: 991px) {
  .StyleF_Frame_ .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 4px;
  }
}
.StyleF_Frame_ .StyleF_Item_ a {
  text-decoration: none;
  color: #1e1e5a;
}
.StyleF_Frame_ .StyleF_Item_ .name_ {
  font-weight: 600;
  margin-bottom: 8px;
}
.StyleF_Frame_ .StyleF_Item_ .img_ {
  margin-bottom: 15px;
}
.StyleF_Frame_ .StyleF_Item_ .img_ img {
  width: 100%;
}
.StyleF_Frame_ .StyleF_Item_ .price_ {
  text-align: center;
  margin-bottom: 8px;
}
.StyleF_Frame_ .StyleF_Item_ .cart_ {
  text-align: center;
}
.StyleF_Frame_ .StyleF_Item_ .rdt_, .StyleF_Frame_ .StyleF_Item_ .comment_ {
  display: none;
}

.tab-content {
  background-color: #e6edf2;
  position: relative;
}
@media (max-width: 991px) {
  .tab-content {
    border: none;
  }
}

.nav-tabs {
  z-index: 2;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .nav-tabs {
    margin: 0 15px;
  }
}
.nav-tabs .nav-link {
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 0;
  font-size: 0.7rem;
  text-align: center;
  border: none;
  width: 100%;
}
.nav-tabs .nav-link span {
  display: block;
  height: 2.5em;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    padding: 5px 10px;
    font-size: 0.6rem;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    padding: 10px 5px;
  }
}
.nav-tabs .nav-link.active {
  background-color: #e6edf2;
  border: none;
  border-bottom: 2px solid #e6edf2;
}
.nav-tabs .nav-item {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: -1px;
}
.nav-tabs .nav-item:hover img {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .nav-tabs .nav-item:first-of-type {
    width: 80%;
    margin: 0 auto 15px;
    background: none;
    border-radius: 30px;
    border: none;
    border: 2px solid #ccc;
  }
}
.nav-tabs .nav-all {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .nav-tabs .nav-all {
    display: flex;
    padding-top: 10px;
    border-radius: 30px;
    letter-spacing: 1px;
    height: 50px;
    font-size: 1rem;
    position: relative;
  }
  .nav-tabs .nav-all::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 12px;
    right: 10px;
  }
}

.tab-pane h3 {
  font-size: 14px;
  font-weight: 600;
}

.item-logo img {
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .item-logo img {
    width: 200px;
  }
}

.nav {
  justify-content: center;
}

.nav-tabs {
  border-bottom: none;
}

.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 8px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.cart_btn_.order_,
.cart_btn_.reservation_ {
  color: #ffffff;
  border: none;
}

.cart_btn_.order_ {
  background: #317db9 url(../img/caret-right.png) no-repeat 96% center;
  background-size: 8px auto;
}

.cart_btn_.reservation_ {
  background: #27a93b url(../img/caret-right.png) no-repeat 96% center;
  background-size: 8px auto;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  background: #898989;
  color: #fff;
}

#search-btn {
  padding: 12px 35px;
  font-size: 16px;
  background-color: #c53d43;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
}
#search-btn a {
  color: #fff;
  text-decoration: none;
}
#search-btn i {
  margin-right: 10px;
  font-size: 15px;
}
#search-btn.fade {
  opacity: 1;
}/*# sourceMappingURL=custom.css.map */

/* ——————————————————————–——————————————————————–
商品一覧 在庫なし商品に「再販リクエスト」表示　2024.11　
—————————————————————————————————————————————— */
.resale_request{
  text-align: center;
}
.resale_request a{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 6px 8px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
}
.resale_request a::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1e1e5a;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .resale_request a{
    font-size: 16px;
    padding: 8px 8px;
  }
  .resale_request a::after {
    border-width: 8px 0 8px 8px;
    right: 8px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .resale_request a{
    width: 300px;
    font-size: 20px;
    padding: 8px 8px;
  }
  .resale_request a::after {
    border-width: 9px 0 9px 9px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .resale_request a{
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .resale_request a{
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    letter-spacing: normal;
    transform: none;
    padding: 8px;
  }
  .resale_request a::after {
    border-width: 7px 0 7px 7px;
    right: 6px;
  }
}

/* ——————————————————————–——————————————————————–
「J.C.STAFF STORE」とは　追加　2024.11　
—————————————————————————————————————————————— */
.about-us {
  background: #fff;
  border: 2px solid #000000;
}
@media (max-width: 575px) {
  .about-us {
    width: 92%;
  }
}
.about-us h2 {
  font-size: 20px;
  text-align: center;
  padding-bottom: .5em;
}
a.bnr_link {
  display: inline-block;
}
a.bnr_link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 350px;
}