button {
  color: currentColor;
}

section button:not(.tab) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 3em;
  text-decoration: none;
  cursor: pointer;
}

button:not(.tab) span {
  position: relative;
  z-index: 1;
}

section button:not(.tab) .drawing-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drawing-ellipse {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  -webkit-transition: stroke-dashoffset 0.4s ease-in-out;
  transition: stroke-dashoffset 0.4s ease-in-out;
}

section button:not(.tab):hover .drawing-ellipse {
  stroke-dashoffset: 0;
}

section button.tab {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1.6em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

section button.tab span {
  position: relative;
  z-index: 1;
}

section button.tab .drawing-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section button.tab .drawing-ellipse {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 195;
  stroke-dashoffset: 195;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: stroke-dashoffset 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

section button.tab:hover .drawing-ellipse,
section button.tab.active .drawing-ellipse {
  stroke-dashoffset: 0;
}

body {
  color: #2d2d2d;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg-sp.jpg") center center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 769px) {
  body::before {
    background: url("../images/bg-pc.jpg") center center;
    background-size: cover;
  }
}

#hero {
  position: relative;
  background-color: #fff;
}
#hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#hero h1.fadein {
  opacity: 1;
}
#hero h1 img {
  -webkit-filter: invert(100%) sepia(3%) saturate(7498%) hue-rotate(201deg) brightness(107%) contrast(99%);
          filter: invert(100%) sepia(3%) saturate(7498%) hue-rotate(201deg) brightness(107%) contrast(99%);
}
@media (min-width: 769px) {
  #hero .swiper img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 769px) {
  #about {
    display: grid;
    grid-template-columns: 38.8888888889vw 61.1111111111vw;
  }
}

.about-switch {
  position: relative;
}
.about-switch > div > div {
  text-align: center;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 56px 0;
}
@media (min-width: 769px) {
  .about-switch > div > div {
    text-align: center;
  }
}
.about-switch .about-main {
  background-color: #fff;
}
@media (min-width: 769px) {
  .about-switch .about-main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-switch h2 {
  font-family: "Yu Gothic Pr6N D", sans-serif;
}
.about-switch h2 img {
  width: 89px;
  margin: 0 auto;
  -webkit-filter: invert(13%) sepia(1%) saturate(1742%) hue-rotate(326deg) brightness(95%) contrast(86%);
          filter: invert(13%) sepia(1%) saturate(1742%) hue-rotate(326deg) brightness(95%) contrast(86%);
}
@media (min-width: 769px) {
  .about-switch h2 img {
    width: 133px;
  }
}
.about-switch h2 span {
  font-size: 1.125rem;
  padding-top: 16px;
  display: inline-block;
}
@media (min-width: 769px) {
  .about-switch h2 span {
    font-size: 1.5rem;
    padding-top: 32px;
  }
}
.about-switch .section-text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding-top: 24px;
  text-align: left;
}
@media (min-width: 769px) {
  .about-switch .section-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 32px;
  }
}
.about-switch button {
  margin: 0 auto;
  display: block;
  color: currentColor;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
@media (min-width: 769px) {
  .about-switch button {
    margin-top: 24px;
  }
}
.about-switch .about-prof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D0DBEC;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-switch .about-prof > div, .about-switch .about-prof .section-text {
  max-width: 22em;
}
.about-switch .about-prof h3 {
  font-size: 0.9375rem;
  text-align: left;
}
.about-switch .about-prof h3 span {
  font-size: 1rem;
}
.about-switch.show-prof .about-prof {
  opacity: 1;
  pointer-events: auto;
}

.snap {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .snap {
    margin-top: 86px;
    overflow: hidden;
  }
}
.snap .swiper {
  background-color: #fff;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .snap .swiper {
    width: 78%;
    padding: 24px 16px;
  }
}
.snap .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media (min-width: 769px) {
  .snap .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (min-width: 769px) {
  .snap .swiper .swiper-slide {
    width: calc((100% - 32px) / 3);
  }
}
.snap .text h3 {
  font-family: "DM Mono", sans-serif;
  font-size: 2.25rem;
  padding-bottom: 24px;
}
.snap .text > div {
  width: 90vw;
  background-color: #FAF0AC;
  margin: 0 0 38px auto;
  padding: 24px 15vw 95px 10vw;
  background: linear-gradient(45deg, transparent 50px, #FAF0AC 50px);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 961px) {
  .snap .text > div {
    margin-top: -16vw;
    margin-left: 10vw;
    margin-bottom: 64px;
    padding-top: calc(16vw + 1.5em);
    padding-bottom: 24px;
  }
}
.snap .text > div::before {
  content: "";
  display: block;
  background: linear-gradient(45deg, transparent 50px, #D0DBEC 50px);
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.snap .text > div .inner {
  position: relative;
}
.snap .text button {
  font-size: 0.875rem;
  position: absolute;
  right: 10vw;
  bottom: 40px;
}
@media (min-width: 769px) {
  .snap .text button {
    position: relative;
    height: 80px;
    right: -68px;
    bottom: initial;
  }
}

.products {
  background-color: #fff;
}
.products h2 {
  font-family: "DM Mono", sans-serif;
  font-size: 2.25rem;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .products h2 {
    margin-bottom: 56px;
  }
}
.products h2 br {
  display: block;
}
.products .inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 56px 0;
}
@media (min-width: 769px) {
  .products .inner {
    padding: 96px 0;
  }
}
.products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 16px;
}
@media (min-width: 769px) {
  .products ul {
    gap: 64px 56px;
  }
}
.products ul li {
  font-family: "Yu Gothic Pr6N D", sans-serif;
  width: calc((100% - 16px) / 2);
  position: relative;
}
@media (min-width: 769px) {
  .products ul li {
    width: calc((100% - 168px) / 4);
  }
}
.products ul li a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products ul li a img {
  max-width: 100%;
  height: auto;
}
.products ul li h3 {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 16px;
  word-break: auto-phrase;
}
.products ul li h3 br:not(.pcOnly) {
  display: block;
}
.products ul li h3 span {
  font-size: 0.875rem;
  color: #595959;
  display: block;
}
.products ul li h3 + p {
  font-size: 1rem;
}
.products ul li h3 + p .tax {
  font-size: 0.8125rem;
}
.products ul li .note {
  font-size: 0.875rem;
  color: #ff0000;
  line-height: 1;
}
.products ul li.new::after, .products ul li.restock::after, .products ul li.soldout::after {
  content: "";
  display: block;
  background: url("../../common/images/icon-new.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 32px;
  top: 6px;
  left: 6px;
}
.products ul li.new::after {
  background-image: url("../../common/images/icon-new.svg");
  width: 49px;
}
.products ul li.restock::after {
  background-image: url("../../common/images/icon-restock.svg");
}
.products ul li.soldout::after {
  background-image: url("../../common/images/icon-soldout.svg");
}

.disabled a {
  pointer-events: none;
  cursor: default;
}

.contents {
  background-color: #fff;
  margin-top: 88px;
  margin-bottom: 88px;
}
.contents .inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 32px 0;
}
.contents h2 {
  font-family: "DM Mono", sans-serif;
  font-size: 2.25rem;
  padding-bottom: 16px;
}
.contents h2 br {
  display: block;
}
@media (min-width: 769px) {
  .contents .tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -50px;
  }
}
.contents .tab-list {
  font-family: "DM Mono", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .contents .tab-list {
    width: 12em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .contents .tab-list li {
    width: 12em;
    height: 3em;
    text-align: center;
  }
}
.contents .tab-panel {
  max-width: 280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 769px) {
  .contents .tab-panel {
    max-width: 584px;
  }
}
.contents .tab-panel li {
  position: relative;
}
@media (min-width: 769px) {
  .contents .tab-panel li {
    width: calc((100% - 24px) / 2);
  }
}
.contents .tab-panel li::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.contents .btn-more {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .contents .tab-wrapper {
    width: 584px;
  }
}/*# sourceMappingURL=index.css.map */