@charset "UTF-8";
.classy-navbar .nav-brand img {
  height: 50px;
}

.brands-area {
  padding: 0px;
}

.classynav ul li {
  margin: 0px 20px;
}

#scrollUp {
  display: none !important;
}

#category_area div {
  width: 100%;
  text-align: center;
  background-color: #E6E6E6;
  padding: 30px;
}

#contact {
  text-align: center;
  background-color: #E6E6E6;
  padding: 30px;
  margin-top: 30px;
}

.single_column {
  max-width: 1000px;
  margin: 0px auto 20px auto;
}
.single_column .detail_movie {
  width: min(100% - 4rem, 600px);
  text-align: center;
  margin: 30px auto 0px auto;
}
.single_column .detail_movie iframe {
  width: 100%;
}
.single_column .detail_items {
  margin-top: 30px;
}
.single_column .detail_items .detail_items_item {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.single_column .detail_items .detail_items_item .photo {
  aspect-ratio: 1;
  width: min(200px, 35%);
  background-color: #E6E6E6;
  background-size: cover;
}
.single_column .detail_items .detail_items_item .text {
  font-size: 12px;
  flex: 1;
}
.single_column .voice_items {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single_column .voice_items .voice_items_item {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
.single_column .voice_items .voice_items_item .photo {
  aspect-ratio: 1;
  width: min(200px, 35%);
  border-radius: 100px;
  background-color: #E6E6E6;
  background-size: cover;
}
.single_column .voice_items .voice_items_item .text {
  font-size: 12px;
  flex: 1;
}

.single_product_details_area {
  max-width: 1000px;
  margin: 0px auto;
}
.single_product_details_area .single_product_thumb {
  margin-top: 60px;
}

.width100 {
  width: 100%;
}

.btn-wrapper a, .btn-wrapper button {
  min-width: 255px;
}

.flex_ac {
  align-items: center;
}

.btn-wrapper a, .btn-wrapper button {
  min-width: 255px;
}

.btn-wrapper {
  text-align: center;
}

.flex {
  display: flex;
}

.breakpoint-on .classy-navbar .classy-menu {
  background-color: #000;
}

.breakpoint-on .classynav > ul > li > a {
  background-color: #3E3A39;
}

.classycloseIcon .cross-wrap span {
  background: #858585;
}

button:hover {
  cursor: pointer;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
body {
  color: #fff;
}

.classy-nav-container {
  background: #3E3A39;
}

.header_area {
  background: #3E3A39;
  border-bottom: none;
}
.header_area .classynav ul li a {
  color: #fff;
}
.header_area .classynav ul li a:hover {
  color: #FFA500;
}
.header_area .search-area form input {
  background: #000;
  color: #fff;
}
.header_area .search-area form input::-moz-placeholder {
  color: #efefef;
  font-weight: bold;
}
.header_area .search-area form input::placeholder {
  color: #efefef;
  font-weight: bold;
}

.has-down .dd-arrow::before, .megamenu-item .dd-arrow::before {
  background-color: #fff;
}

.classynav > ul > li.has-down.active > .dd-arrow::brfore, .has-down .dd-arrow::brfore, .has-down.active > .dd-arrow::brfore, .megamenu-item .dd-arrow::brfore, .megamenu-item.active > .dd-arrow::brfore {
  background-color: #fff;
}

.classynav > ul > li.has-down.active > .dd-arrow::after, .has-down .dd-arrow::after, .has-down.active > .dd-arrow::after, .megamenu-item .dd-arrow::after, .megamenu-item.active > .dd-arrow::after {
  background-color: #fff;
}

.single_catagory_area:after {
  background-color: unset;
}

.cta-area .cta-content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

.single-product-wrapper {
  background: #3E3A39;
}
.single-product-wrapper .product-description span,
.single-product-wrapper .product-description h6,
.single-product-wrapper .product-description p {
  color: #fff;
}

.footer_area {
  padding: 0;
}

.footer_area .single_widget_area .footer_menu ul li a {
  color: #fff;
}
.footer_area .single_widget_area .footer_menu ul li a:hover {
  color: #FFA500;
}

.logo-text {
  color: #fff;
  font-weight: normal;
}

.mv-section__text {
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 20px;
}

.intro-section {
  background: #3E3A39;
  padding: 60px 60px 80px;
}
.intro-section__title {
  color: #fff;
  font-size: 18px;
}
.intro-section__text {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.category-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.category-section .category-item {
  width: 100%;
  aspect-ratio: 15/9;
  border: 1px solid #fff;
  position: relative;
}
.category-section .category-item:hover {
  opacity: 0.7;
}
.category-section .category-item__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.category-section .category-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  padding: 2px 8px;
  font-size: 14px;
}

.pickup-section {
  position: relative;
}
.pickup-section .bg-img {
  border: 1px solid #fff;
}
.pickup-section .pickup-tag {
  position: absolute;
  top: 10px;
  left: 30px;
  background: #000;
  padding: 4px 30px;
}
.pickup-section .button-area {
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.pickup-section .button-area .cta--text {
  padding-right: 0;
}
.pickup-section .button-area__btn-wrapper {
  background: #fff;
}
.pickup-section .button-area__btn {
  color: #000;
  outline: 1px solid #000;
  border: 2px solid #fff;
  margin: 3px;
  background: linear-gradient(135deg, #fff 0%, #fff 90%, #000 90%, #000 100%);
}

.lineup-section {
  margin-top: 60px;
  background: #3E3A39;
}

.company-info {
  padding: 40px 0;
}
.company-info p {
  margin-bottom: 0;
  line-height: 1.7;
}
.company-info__name {
  font-size: 18px;
}

.footer_area_nav {
  background: #727171;
  padding-top: 40px;
}

.footer_area_cr {
  margin-top: 28px;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.pg-shop .pg-shop-intro {
  background: #3E3A39;
  padding: 80px 0;
}
.pg-shop .pg-shop-intro p {
  text-align: center;
  font-size: 18px;
}
.pg-shop .pg-shop-about__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-shop .pg-shop-about__container {
    padding-top: 30px;
    grid-template-columns: 1fr;
  }
}
.pg-shop .pg-shop-about__container img {
  width: min(320px, 100%);
}
.pg-shop .pg-shop-summary {
  background: #3E3A39;
}
.pg-shop .pg-shop-summary__container {
  padding-top: 32px;
  padding-bottom: 60px;
}
.pg-shop .pg-shop-summary__item {
  display: flex;
  font-size: 16px;
}
.pg-shop .pg-shop-summary__item dt {
  min-width: 120px;
}
.pg-shop .pg-shop-summary__item dd * {
  color: #fff;
}
.pg-shop .pg-shop-summary__item dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.pg-shop .pg-shop-summary__item dd li::before {
  content: "・";
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.pg-product .shop_grid_area {
  background: #3E3A39;
}
.pg-product .category-box {
  background: #fff;
  padding: 20px;
}
.pg-product .category-box .widget-title {
  color: #000;
}
.pg-product .product-topbar .total-products p {
  color: #fff;
}
.pg-product .product-topbar .total-products p span {
  color: #fff;
}
.pg-product .product_lineup_area__container {
  padding-bottom: 80px;
}
.pg-product .product_lineup_area .category_area {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.pg-product .product_lineup_area .button_area {
  margin-top: 40px;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.pg-product-detail .detail-head {
  background: #3E3A39;
  padding: 80px 0 60px;
}
.pg-product-detail .detail-head__flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .pg-product-detail .detail-head__flex {
    flex-direction: column;
  }
}
.pg-product-detail .detail-head .single_product_thumb {
  width: min(400px, 100%);
}
.pg-product-detail .detail-section {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pg-product-detail .detail-section {
    margin-top: 40px;
  }
}
.pg-product-detail .purchase-button {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  outline: 2px solid #fff;
  border: 1px solid #000;
  width: 100%;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.contact__table {
  width: 100%;
  margin: 65px 0 120px;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .contact__table {
    margin: 30px 0 80px;
  }
  .contact__table tr, .contact__table th, .contact__table td {
    width: 100%;
    display: block;
  }
}
.contact__table tr {
  border-bottom: 1px solid #D1CFCF;
}
.contact__table tr td:first-child {
  position: relative;
  width: 300px;
  font-weight: 500;
}
.contact__table tr td {
  padding: 1.5em 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contact__table tr td {
    padding: 0.5rem 0 1rem;
  }
}
.contact__table-req {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3E3A39;
  padding: 6px;
  color: #fff;
  font-size: 0.85em;
  line-height: 0.85em;
}
@media (max-width: 767px) {
  .contact__table-req {
    right: 50px;
  }
}
.contact__table-postcode {
  padding-bottom: 1em;
}
.contact__table-postcode button {
  display: block;
  margin-left: 1.75em;
  padding: 0 1em;
  background-color: #717171;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.contact__table input, .contact__table textarea, .contact__table select {
  padding: 1em;
  background-color: #F1F7FA;
  border: none;
  border-radius: 4px;
  color: #000;
}
@media (max-width: 1250px) {
  .contact__table input._zip1, .contact__table input._zip2, .contact__table textarea._zip1, .contact__table textarea._zip2, .contact__table select._zip1, .contact__table select._zip2 {
    width: min(100px, 20%);
  }
}
.contact__table textarea {
  display: block;
  height: 18em;
  resize: none;
  outline: none;
}
.contact__table .zip_button {
  padding: 10px;
  border-radius: 2px;
  transition: 0.2s;
}
.contact__table .zip_button:hover {
  color: #FFA500;
}
.contact__table._confirm th {
  padding: 8px 0;
}

.contact__submit {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  outline: 2px solid #fff;
  border: 1px solid #000;
  margin: auto;
  transition: 0.2s;
}
.contact__submit:hover {
  background: #000;
  color: #fff;
}

.contact__caption {
  margin-bottom: 20px;
}

.confirm-container {
  width: min(880px, 100%);
  margin-inline: auto;
}

.pg-complete__text {
  text-align: center;
}
.pg-complete__button-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pg-complete__button {
  width: 200px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  outline: 2px solid #fff;
  border: 1px solid #000;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.c-page-title {
  height: min(400px, 20vh);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-page-title__title {
  text-align: center;
  color: #fff;
  font-size: min(32px, 7.5vw);
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.c-page-h3-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #595757;
  padding: 40px 0 20px;
}
.c-page-h3-title__title {
  text-align: center;
  color: #fff;
  font-size: min(32px, 7.5vw);
}
.c-page-h3-title.light {
  background: #3E3A39;
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.c-contact-button-area {
  background: #3E3A39;
  padding: 80px 0;
  margin-top: 30px;
}
.c-contact-button-area__button {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  outline: 2px solid #fff;
  border: 1px solid #000;
  height: 100px;
}
@media (max-width: 767px) {
  .c-contact-button-area__button {
    height: 60px;
  }
}

.sp-style {
  display: none;
}

@media (max-width: 767px) {
  .sp-style {
    display: block;
  }
}
.pc-style {
  display: block;
}

@media (max-width: 767px) {
  .pc-style {
    display: none;
  }
}
.c-product-item {
  transition: 0.2s;
}
.c-product-item .product-img {
  width: min(300px, 100%);
  aspect-ratio: 3/2;
  border: 1px solid #fff;
}
.c-product-item .product-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-product-item .product-price {
  min-height: 2em;
}
.c-product-item:hover {
  background: rgba(255, 255, 255, 0.6);
}

