@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto,"Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

li {
  list-style: none;
}

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

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

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
  }
  .imgalpha:hover {
    opacity: .6 !important;
  }
}

.test {
  color: #263c64;
}

@use "mixin" as *;
/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}

.fluid {
  width: 100%;
  height: auto;
}

.inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0vw;
  }
}

.go_top {
  width: 74px;
  height: 74px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .go_top {
    width: 9.86667vw;
    height: 9.86667vw;
    bottom: 4vw;
    right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
  }
}

@use "mixin" as *;
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
@use "mixin" as *;
/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
header {
  background-color: #fff;
  height: 88px;
  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;
}

@media screen and (max-width: 768px) {
  header {
    height: 11.73333vw;
  }
}

header .header_logo {
  width: 400px;
}

@media screen and (max-width: 768px) {
  header .header_logo {
    width: 44vw;
  }
  header .header_logo img {
    vertical-align: middle;
  }
}

/*-------------------------------------------------------------------
mv
/*-------------------------------------------------------------------*/
.mv {
  background-color: #FAAD46;
}

.mv .mv_img {
  max-width: 1920px;
  margin: 0 auto;
}

.mv .mv_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv .mv_img {
    width: 100%;
  }
}

/*-------------------------------------------------------------------
tab-menu
/*-------------------------------------------------------------------*/
.cont_top {
  padding-bottom: 100px;
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .tab-menu {
    gap: 1.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab-menu li {
  width: 24%;
  max-width: 365px;
}

@media screen and (max-width: 768px) {
  .tab-menu li {
    width: 44.93333vw;
    max-width: 100vw;
  }
}

.tab-heading {
  text-align: center;
  width: 738px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .tab-heading {
    max-width: 91.46667vw;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}

.modaal-container {
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .modaal-container {
    max-width: 91.46667vw;
  }
}

/*-------------------------------------------------------------------
tab
/*-------------------------------------------------------------------*/
.modaal-close:after,
.modaal-close:before {
  background-color: #000;
}

.tab-menu {
  list-style: none;
  padding: 0;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #fff;
  padding-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .tab-menu {
    padding-bottom: 3.2vw;
    padding-top: 3.2vw;
    gap: 1.6vw;
  }
}

.tab-menu li {
  cursor: pointer;
}

.category-menu {
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .category-menu {
    gap: 1.06667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.category-menu button {
  max-width: 490px;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .category-menu button {
    max-width: 100%;
    border-radius: 0;
    background: none;
  }
}

.category-menu button:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico_accordion01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .category-menu button:after {
    width: 4vw;
    height: 4vw;
    right: 2.66667vw;
  }
}

.category-menu button.non-active img {
  opacity: 0.5;
}

.category-menu button.active:after {
  background-image: url(../img/ico_accordion02.svg);
}

@media screen and (max-width: 768px) {
  .category-menu button {
    width: 100%;
  }
}

.category-menu img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .category-menu {
    max-width: 91.46667vw;
    margin: 0 auto;
    gap: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .category-section {
    width: 100%;
  }
}

.product-list {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px 15px;
}

@media screen and (max-width: 768px) {
  .product-list {
    padding-top: 2.66667vw;
    max-width: 91.46667vw;
    margin: 0 auto;
    -ms-grid-columns: (minmax(44.4vw, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(44.4vw, 1fr));
    gap: 2.66667vw;
    display: none;
  }
  .product-list.active {
    display: -ms-grid;
    display: grid;
  }
}

[data-category="__all"] {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .product-card {
    width: 44.4vw;
  }
}

.product-card img {
  width: 100%;
}

.product-card h4 {
  margin: 8px 0 4px;
  font-size: 16px;
}

.product-card p {
  margin: 2px 0;
  font-size: 14px;
}

.tab-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.tab-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .tab-heading {
    top: 24vw;
  }
}

.category-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .category-menu {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .category-menu button.active {
    z-index: 1000;
    position: -webkit-sticky;
    position: sticky;
    top: 38vw;
  }
}

.category-menu:after {
  content: "";
  display: block;
  width: calc(100vw - 50px);
  height: calc(100% + 23px);
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}

.tab-heading::after {
  content: "";
  display: block;
  width: calc(100vw - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .tab-heading {
    top: 24vw;
  }
}

@media screen and (max-width: 768px) {
  .tab-heading::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .category-menu button:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: calc(100% + 5.32vw);
    position: absolute;
    top: -2.66vw;
    left: 0;
    z-index: -1;
  }
}
/*# sourceMappingURL=style.css.map */