@charset "UTF-8";
/* css_name constants */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

div {
  text-align: center;
}

img {
  vertical-align: top;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

img,
picture {
  width: 100%;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0 !important;
}

.hidden {
  display: none;
}

.mb12 {
  margin-bottom: 12px;
}

iframe {
  vertical-align: bottom;
}

.mt-20 {
  margin-top: 20px;
}

.mt-34 {
  margin-top: 34px;
}

@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* ---sp--- */
/* ---percent--- */
/*
 * Module
 * -------------------------------------------------------------------
 */
.top {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1100px) {
  .top {
    grid-template-columns: 1fr;
  }
}

.headerarea {
  grid-area: 1/1/2/3;
  padding-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .headerarea {
    padding-bottom: 10px;
  }
}

.main_wrap {
  grid-area: 2/1/3/3;
}

.main {
  display: grid;
  grid-area: 2/1/3/3;
  gap: 0px 61px;
  justify-self: center;
  align-self: start;
  max-width: 1120px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 0 0;
}
@media screen and (max-width: 1100px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .main {
    padding-top: 0;
  }
}

.leftarea {
  grid-area: 2/1/3/2;
  width: 200px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .leftarea {
    display: none;
  }
}

.rightarea {
  grid-area: 2/2/3/3;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .rightarea {
    grid-area: 2/1/3/2; /* Make rightarea full width when tablet */
  }
}

.main_bottom {
  grid-area: 3/1/4/3;
  max-width: 1120px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 103px 0;
}
@media screen and (max-width: 1100px) {
  .main_bottom {
    padding: 0 29px 68px;
  }
}

.footerarea {
  grid-area: 4/1/5/3;
}

#header-frame {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#slider-frame {
  height: clamp(650px, 2.6vw, 680px);
}
@media screen and (max-width: 1100px) {
  #slider-frame {
    height: clamp(430px, 2.6vw, 580px);
    margin-top: 6.8em;
  }
}
@media screen and (max-width: 769px) {
  #slider-frame {
    height: clamp(310px, 2.6vw, 380px);
  }
}

#ranking-frame,
#newitem-frame,
#recommend-frame,
#categories-frame,
#brand-frame,
#footer-frame {
  display: block;
  width: 100%;
}

#sale-frame,
#sale-frame {
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.main_wrap {
  width: 100%;
}

.nav-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: -1000;
  width: 52px;
  height: 52px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #313131;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}
.nav-pagetop:before {
  display: block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "\e5ce";
  font-size: 3.5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop:hover {
  background: #f2f2f2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.nav-pagetop:hover:before {
  transform: translateY(-4px);
}

.slider {
  margin-bottom: 120px;
}

.banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.banner__wrap {
  line-height: 0;
}
.banner__carousel {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .banner__carousel {
    width: 100%;
    padding-top: 0;
  }
}
.banner__item {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.banner__item > img {
  max-width: 100%;
  width: 100%;
  transition: all 1s ease;
}
.banner__item .swiper-slide-active > img {
  opacity: 1;
}
.banner__box {
  position: relative;
}
.banner .swiper-pagination {
  position: inherit;
  margin-top: 21px;
}
@media screen and (max-width: 769px) {
  .banner .swiper-pagination {
    margin-top: 2px;
  }
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #e4e4e4;
  opacity: 0.5;
  margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 769px) {
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 9px 0 0 !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #c2c2c2;
  opacity: 1;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: grid;
  place-content: center;
  width: 46px;
  height: 46px;
  cursor: pointer;
  top: 20%;
}
.banner .swiper-button-prev::before,
.banner .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border-width: 3px 3px 0 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.banner .swiper-button-prev {
  left: 29%;
}
.banner .swiper-button-prev::after {
  margin-left: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.banner .swiper-button-next {
  right: 30%;
}
.banner .swiper-button-next::after {
  margin-right: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner .banner_title {
  margin-bottom: 10px;
}
.banner .banner_title img {
  width: 100%;
}
.banner__1parts {
  margin-bottom: 10px;
}
.banner__1parts div {
  margin-bottom: 10px;
}
.banner__1parts img {
  display: block;
}
.banner__2parts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.banner__3parts {
  display: grid;
  gap: 10px 0;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
}

.btn__message {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.btn__message span {
  display: inline-block;
  line-height: 1.5;
  padding: 0 1em;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.btn__message span::before, .btn__message span::after {
  background-color: currentcolor;
  bottom: 0;
  content: "";
  display: block;
  height: 1.5em;
  position: absolute;
  width: 1px;
}
.btn__message span::before {
  left: 0;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.btn__message span::after {
  right: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.block {
  display: block !important;
}

.grid {
  display: grid !important;
}

.none {
  display: none !important;
}

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

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

@media screen and (max-width: 600px) {
  .sp-block {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.only-pc {
  display: block !important;
}
@media screen and (max-width: 1100px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .only-sp {
    display: flex !important;
  }
}

@media screen and (max-width: 1100px) {
  .mb-22-sp {
    margin-bottom: 22px;
  }
}

.section-title {
  text-align: center;
  line-height: 0;
  margin-bottom: 19px;
}
@media screen and (max-width: 769px) {
  .section-title {
    margin-bottom: 15px;
  }
}
.section-title img {
  max-width: 100%;
}
.section-title h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 27px;
  text-align: center;
  color: #000;
  position: relative;
  padding: 0.5rem 0 6px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 769px) {
  .section-title h3 {
    font-size: 28px;
    line-height: 22px;
  }
}
@media screen and (max-width: 769px) {
  .section-title h3 {
    margin-top: 11px;
  }
}
.section-title h3 span {
  display: block;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 29px;
  text-align: center;
  color: #080808;
  margin-top: 18px;
}
@media screen and (max-width: 769px) {
  .section-title h3 span {
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
  }
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.recommend {
  position: relative;
}
.recommend__wrap {
  line-height: 0;
}
.recommend__carousel {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.recommend__item {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.recommend__item > img {
  max-width: 100%;
  width: 100%;
  transition: all 1s ease;
}
.recommend__item .swiper-slide-active > img {
  opacity: 1;
}
.recommend__box {
  position: relative;
}
.recommend .slide-content {
  padding: 1rem 0 0;
}
.recommend .swiper-pagination {
  position: inherit;
  margin-top: 20px;
}
.recommend .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #EBEBEB;
  opacity: 0.5;
  margin: 0 31px 0 0 !important;
}
.recommend .swiper-pagination-bullet-active {
  background-color: #313131;
  opacity: 1;
}
.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  display: grid;
  place-content: center;
  width: 46px;
  height: 46px;
  cursor: pointer;
  top: 25%;
}
.recommend .swiper-button-prev::before,
.recommend .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.recommend .swiper-button-prev::after,
.recommend .swiper-button-next::after {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border-width: 3px 3px 0 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.recommend .swiper-button-prev {
  left: 35%;
}
.recommend .swiper-button-prev::after {
  margin-left: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.recommend .swiper-button-next {
  right: 39%;
}
.recommend .swiper-button-next::after {
  margin-right: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.recommend .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.search_component {
  width: 360px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-left: 44px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1100px) {
  .search_component {
    width: 400px;
  }
}
.search_component > input[type=text] {
  color: #8a8a8a;
  border: 1px solid #222222;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 25px;
}
.search_component > input[type=text][type=text] {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 360px;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 45px;
  padding-right: 10px;
}
.search_component > input[type=text][type=text]::placeholder {
  color: #3a3a3a;
}
.search_component .kensaku {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 17px;
  cursor: pointer;
  padding: 10px;
}
.search_component i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.search_component button {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #222222;
  width: 27%;
  height: 48px;
  line-height: 36px;
  border: none;
  border-radius: 0 6px 6px 0;
}
.search_component button:hover {
  background: #bbbbbb;
}
.search_component buttonspan {
  display: block;
  color: #fff;
}

.search_component02 {
  width: 70%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.search_component02 > input[type=text] {
  color: #8a8a8a;
  border: 1px solid #222222;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 25px;
}
.search_component02 > input[type=text][type=text] {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 233px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 45px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .search_component02 > input[type=text][type=text] {
    width: 160px;
  }
}
.search_component02 > input[type=text][type=text]::placeholder {
  color: #3a3a3a;
}
.search_component02 .kensaku {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 17px;
  cursor: pointer;
  padding: 10px;
}
.search_component02 i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.search_component02 button {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #222222;
  width: 40%;
  height: 48px;
  line-height: 36px;
  border: none;
  border-radius: 0 6px 6px 0;
}
.search_component02 button:hover {
  background: #bbbbbb;
}
.search_component02 buttonspan {
  display: block;
  color: #fff;
}

#search-menu {
  position: fixed;
  width: 100%;
  height: 20em;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000",GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#search-menu .wrapper {
  position: relative;
  margin: 3em auto 0 auto;
  padding: 0 1em;
}
#search-menu .wrapper input {
  width: 90%;
  padding: 0 0 0.125em 0;
  background: transparent;
  border: none;
  border-bottom: 3px solid #bfbfbf;
  font-size: 0.9em;
  color: #bfbfbf;
}
#search-menu .wrapper input:focus {
  outline: none;
}
#search-menu .wrapper button {
  position: absolute;
  display: block;
  width: 10%;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #bfbfbf;
  font-size: 4em;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
  color: #fff;
}
#search-menu .wrapper button:focus {
  outline: none;
}

#search-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 0 0 0.5em;
  font-size: 1.5em;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
@media screen and (max-width: 769px) {
  #search-icon {
    padding: 0 0 0.1em 0;
  }
}
#search-icon:hover {
  color: #fff;
}

.search_component03 {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.search_component03 > input[type=text] {
  color: #8a8a8a;
  border: 1px solid;
  border-color: #000 #fff #000 #000;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 25px;
}
.search_component03 > input[type=text][type=text] {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.search_component03 > input[type=text][type=text]::placeholder {
  color: #3a3a3a;
}
.search_component03 .kensaku {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
  padding: 10px;
}
.search_component03 i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.search_component03 button {
  display: block;
  width: 25%;
  height: 40px;
  background: #fff;
  border: 1px solid;
  border-color: #000 #000 #000 #fff;
}
.search_component03 buttonspan {
  display: block;
  color: #fff;
}

.button {
  padding: 17px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.16px;
  margin-top: 17px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .button {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.16px;
  }
}
.button--outline {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid;
  transition: all 0.2s ease;
}
.button--outline:hover {
  background-color: #FFFFFF;
  color: #7d7d7d;
}
@media screen and (max-width: 769px) {
  .button--outline {
    padding: 50px 15px 100px;
  }
}
.button--more {
  position: relative;
  display: block;
  min-width: 250px;
  background-color: #FFFFFF;
  border: 1px solid;
  padding: 15px;
  font-size: 14px;
  line-height: 11px;
  letter-spacing: 1.4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  .button--more {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 3px;
    max-width: 502px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.button--more::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 42px;
  right: -21px;
  background-color: #000000;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 1100px) {
  .button--more::after {
    width: 95px;
    right: -47.5px;
  }
}

@media screen and (max-width: 1100px) {
  .search-box {
    padding-top: 40px;
  }
}
.search-box__form {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .search-box__form {
    max-width: 100%;
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.search-box__form button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .search-box__form button {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .search-box__form img {
    width: 30px;
  }
}

.group-btn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0 6px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 769px) {
  .group-btn {
    gap: 9px 11px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.group-btn > li {
  height: 34px;
}
.group-btn > li.active a {
  color: #ffffff !important;
  background-color: #313131 !important;
}
.group-btn > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  transition: all 0.2s ease;
}
.group-btn > li > a:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}
.group-btn > li > a.active {
  color: #ffffff;
  background-color: #313131;
  pointer-events: none;
  border: 1px solid #313131;
}

.group-btn_2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0 6px;
  grid-template-columns: repeat(3, 1fr);
}
.group-btn_2 > li {
  height: 34px;
}
.group-btn_2 > li.active a {
  color: #ffffff !important;
  background-color: #313131 !important;
}
.group-btn_2 > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  transition: all 0.2s ease;
}
.group-btn_2 > li > a:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}
.group-btn_2 > li > a.active {
  color: #ffffff;
  background-color: #313131;
  pointer-events: none;
  border: 1px solid #313131;
}

.group-btn_3 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
}
.group-btn_3 > li {
  height: 34px;
}
.group-btn_3 > li.active a {
  color: #ffffff !important;
  background-color: #313131 !important;
}
.group-btn_3 > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #545454;
  border-radius: 22px;
  transition: all 0.2s ease;
}
.group-btn_3 > li > a:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}
.group-btn_3 > li > a.active {
  color: #ffffff;
  background-color: #313131;
  pointer-events: none;
  border: 1px solid #313131;
}

.list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-items > li > a {
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease;
}
.list-items > li > a .expansion {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.list-items > li > a .expansion img {
  height: auto;
  opacity: 1;
  transition: 1s all;
}
.list-items > li > a .expansion img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.list-items > li > a > img {
  width: 100%;
  margin-bottom: 9px;
  border: 1px solid #000;
}
.list-items > li > a > h3 {
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-align: left;
}
.list-items > li > a > h3 p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #080808;
  margin-top: 5px;
}
.list-items > li > a > h3 .zei {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 18px;
}
.list-items > li > a .cat-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #080808;
}
.list-items.col3-list > li {
  width: calc((100% - 2 * 20px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 764px) {
  .list-items.col3-list > li {
    width: calc((100% - 2 * 8px) / 3);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.list-items.col3-list > li:nth-child(3n) {
  margin-right: 0;
}
.list-items.col3-list > li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list-items.col4-list > li {
  width: calc((100% - 3 * 20px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 764px) {
  .list-items.col4-list > li {
    width: calc((100% - 3 * 8px) / 4);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.list-items.col4-list > li:nth-child(4n) {
  margin-right: 0;
}
.list-items.col4-list > li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.list-items.col5-list {
  display: grid;
  gap: 0 8px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 769px) {
  .list-items.col5-list {
    gap: 28px 9px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-items.col5-list-2 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 769px) {
  .list-items.col5-list-2 {
    gap: 8px 18px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-items.ranking {
  counter-reset: rank;
}
.list-items.ranking li {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .list-items.ranking li h3 {
    margin-top: 5px;
  }
}
.list-items.ranking li .rank_img {
  width: 111px;
  margin: 0 auto;
  padding-bottom: 9px;
}
.list-items.ranking li img {
  object-fit: cover;
}
.list-items .rank_number::before {
  counter-increment: rank;
  content: "NO." counter(rank);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #080808;
}
.list-items .new::before {
  content: "NEW";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #c5a400;
}
.list-items.categories--inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  max-width: 870px !important;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .list-items.categories--inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.list-items.categories--inner a {
  place-content: center;
  place-items: center;
  position: relative;
  display: block;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #000;
  border-left: 0;
  border-right: 1px solid #e4e4e4;
  padding: 10px 24px 10px 10px;
  height: 5.5em;
}
@media screen and (max-width: 769px) {
  .list-items.categories--inner a {
    font-size: 11.5px;
  }
}
.list-items.categories--inner a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.list-items.categories--inner a:hover {
  background: #e9e9e9;
}

li.overlay {
  position: absolute;
}
li.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: 1;
}
li.overlay::after {
  content: "販売予定";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
  z-index: 1;
}

.tab-content {
  position: relative;
  overflow: hidden;
  padding: 21px 0 0;
}
.tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: auto;
}

.pt_23 {
  padding-top: 23px !important;
}

.content-pane {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transform: translateX(100%) translateY(-50%);
}
.content-pane.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0%);
}
.content-pane.is-exiting {
  opacity: 0;
  transform: translateX(-100%);
}
.content-pane.is-animating {
  transition: opacity 100ms ease;
}

.pt-25 {
  padding-top: 25px;
}
@media screen and (max-width: 769px) {
  .pt-25 {
    padding-top: 16px;
  }
}

.morebtn {
  position: relative;
  width: 300px;
  height: 48px;
  margin: 35px auto;
}
.morebtn.active a {
  color: #313131 !important;
  background-color: #ffffff !important;
  border: 1px solid #313131 !important;
}
.morebtn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 33px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #313131;
  border-radius: 24px;
  transition: all 0.2s ease;
}
.morebtn > a:hover {
  color: #ffffff;
  background-color: #313131;
}
.morebtn > a.active {
  color: #ffffff;
  background-color: #313131;
  pointer-events: none;
}
.morebtn > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  right: 2em;
}

.morebtn_tab {
  height: 40px;
  margin: 15px auto;
}
.morebtn_tab.active a {
  color: #ffffff !important;
  background-color: #313131 !important;
  border: 1px solid #313131 !important;
}
.morebtn_tab > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 28px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #313131;
  border-radius: 24px;
  transition: all 0.2s ease;
}
.morebtn_tab > a:hover {
  color: #ffffff;
  background-color: #313131;
}
.morebtn_tab > a.active {
  color: #ffffff;
  background-color: #313131;
  pointer-events: none;
}
.morebtn_tab > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  right: 2em;
}

.sale {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 769px) {
  .sale {
    padding-top: 52px;
  }
}
.sale__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.sale__carousel {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.sale__item {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.sale .sale_delivery {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  text-align: center;
  color: #222;
  background: #fff;
  border: 0.5px solid #332c2b;
  padding: 24px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .sale .sale_delivery {
    font-size: 12px;
    line-height: 19px;
    padding: 14px;
    margin-bottom: 32px !important;
  }
}
.sale div:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .sale div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sale ul.cal_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.sale ul.cal_2 li {
  width: calc((100% - 10px) / 2);
  list-style-type: none;
}
.sale ul.cal_2 li:not(:last-child) {
  margin-right: 10px;
}
.sale ul.cal_3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: -6px;
}
.sale ul.cal_3 li {
  width: 33.3333333333%;
  list-style-type: none;
}

#suggest-frame {
  margin-top: 1em;
}

.suggest__title {
  display: block;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 29px;
  text-align: center;
  color: #222;
  padding: 0.5rem 0 6px;
  margin-top: 0;
  margin-bottom: 1em;
}
.suggest-btn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.suggest-btn > li {
  height: 34px;
}
.suggest-btn > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #ba0700;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.2s ease;
}
.suggest-btn > li a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style_2.css.map */
