@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  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 {
  -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;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
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: 1240px;
  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.8666666667vw;
    height: 9.8666666667vw;
    bottom: 4vw;
    right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
header {
  background: linear-gradient(to bottom, #d9eef7 0%, #d5ebf6 50%, #d0ebf6 100%);
  background-color: #fff;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header {
    background: linear-gradient(to bottom, #d7eef6 0%, #CCE8F4 100%);
  }
}
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: linear-gradient(to bottom, #cfeaf5 0%, #a4d7ec 50%, #74c0e0 100%);
}
.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: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    gap: 1.6vw;
    justify-content: center;
  }
}
.tab-menu li {
  width: 24.33333333%;
  max-width: 367px;
}
@media screen and (max-width: 768px) {
  .tab-menu li {
    width: 21.7333333333vw;
    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.4666666667vw;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}

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

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

.tab-menu {
  list-style: none;
  padding: 0;
  padding-top: 22px;
  display: flex;
  background-color: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    padding-bottom: 3.2vw;
    padding-top: 3.2vw;
    gap: 1.6vw;
  }
}
.tab-menu .active_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.tab-menu li {
  cursor: pointer;
  position: relative;
}
.tab-menu li.active .active_img {
  opacity: 1;
}

.category-menu {
  margin-bottom: 10px;
  justify-content: space-between;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .category-menu {
    gap: 1.0666666667vw;
    flex-direction: column;
    width: 100%;
  }
}
.category-menu button {
  max-width: 490px;
  position: relative;
  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.6666666667vw;
  }
}
.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.4666666667vw;
    margin: 0 auto;
    gap: 2.6666666667vw;
  }
}

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

.product-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px 15px;
}
@media screen and (max-width: 768px) {
  .product-list {
    padding-top: 2.6666666667vw;
    max-width: 91.4666666667vw;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(44.4vw, 1fr));
    gap: 2.6666666667vw;
    display: none;
  }
  .product-list.active {
    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: sticky;
  top: 0;
  z-index: 100;
}

.tab-heading {
  position: sticky;
  top: 116px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .tab-heading {
    top: var(--tab-menu-height, 24vw);
  }
}

.category-menu {
  position: sticky;
  top: 210px;
  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: sticky;
    top: 31vw;
  }
}

.category-menu:after {
  content: "";
  display: block;
  width: calc(100vw - 50px);
  height: calc(100% + 23px);
  position: absolute;
  top: -13px;
  left: 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%;
  transform: translateX(-50%);
  background-color: #fff;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .tab-heading {
    top: var(--tab-menu-height, 24vw);
    top: 17.33333333vw;
  }
}
@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;
  }
}
.Popup_img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .Popup_img {
    max-width: unset;
  }
}

.modaal-container {
  width: unset;
}/*# sourceMappingURL=style.css.map */