@charset "UTF-8";
::-moz-selection {
  background: #232323;
  color: #fff;
}
::selection {
  background: #232323;
  color: #fff;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

:root, html, body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
}

body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
	background: #fff;
}
body::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

a {
  color: #00A6FF;
  font-size: clamp(0.875rem, 0.872rem + 0.27vw, 1rem);
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}
a img {
  transition: all 0.8s ease-out;
}
a img:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  line-height: calc(0.25rem + 1em + 0.25rem);
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
}

*:where(:not(fieldset,progress,meter)) {
  background-origin: border-box;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: none;
  block-size: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block;
}

:where(img,svg,video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input,button,textarea,select), :where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul,ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button, :where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-align: center;
  user-select: none;
}

:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]), :where(input[type="file"])::-webkit-file-upload-button, :where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-align: center;
  user-select: none;
}

:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled] {
  cursor: not-allowed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  line-height: calc(0.25rem + 1em + 0.25rem);
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.l-content {
  display: flex;
  flex: 0 1 1640;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640;
}
@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-basewidth {
  margin: 0 auto;
  max-width: 1640px;
}
@media only screen and (max-width: 640px) {
  .l-basewidth {
    flex: 0 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-basewidth {
    padding: 0 5rem;
    width: auto;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .l-flex {
    flex-direction: column;
  }
}

.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}
.l-halfColumn:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}

.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}
.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn {
  flex: 1 0 0px;
}
@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}
.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-loader {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  display: none;
  font-family: goldenbook, serif;
  font-weight: 700;
  position: relative;
  z-index: 9999;
}
.l-loader__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: white;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.l-loader__logo {
  margin: 0 auto 4.8rem;
  width: 24rem;
}
.l-loader__logo svg {
  fill: #232323;
}
.l-loader__logoArea {
  -webkit-animation: logo 3s ease-in-out both;
  align-items: center;
  animation: logo 3s ease-in-out both;
  color: #232323;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .l-loader__logoArea {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-loader__logoArea {
    width: 100%;
  }
}
.l-loader__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0 auto 1.6rem;
}
@media only screen and (max-width: 640px) {
  .l-loader__ttl {
    margin: 0 auto 8rem;
  }
}

@-webkit-keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* header */
.l-header {
  -webkit-transform: translateY(-100%);
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding: 3rem;
  position: fixed;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .l-header {
    padding: 1rem;
  }
}
.l-header__title {
  width: 24vw;
}
@media only screen and (max-width: 640px) {
  .l-header__title {
    width: 72vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-header__title {
    width: 56vw;
  }
}
.l-header.is-show {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.l-section {
  margin: 0 auto;
  padding: 13.4rem 7.2916666667vw;
}
@media only screen and (max-width: 640px) {
  .l-section {
    overflow: hidden;
    padding: 6rem 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-section {
    overflow: hidden;
    padding: 10rem 4rem;
    width: 100%;
  }
}

.l-menu {
  /* -------------- checked */
}
.l-menu__check {
  display: none;
}
.l-menu__btn {
  cursor: pointer;
  display: flex;
  display: block;
  display: none;
  flex-direction: column;
  font-size: 10px;
  position: relative;
  text-align: center;
  width: 3.2rem;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .l-menu__btn {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__btn {
    display: block;
  }
}
.l-menu__btn::after {
  content: "menu";
  font-family: "ofelia-text", sans-serif;

  font-size: xx-small;
  letter-spacing: 0.005em;
  opacity: 1;
  transition: all 0.5s;
}
.l-menu__bar {
  -webkit-transform-origin: left top;
  background: #232323;
  display: block;
  height: 0.2rem;
  transform-origin: left top;
  transition: all 0.5s;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-menu__bar {
    width: 3.2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__bar {
    width: 3.2rem;
  }
}
.l-menu__bar:not(:last-child) {
  margin: 0 0 0.6rem;
}
.l-menu__bar--middle {
  opacity: 1;
  top: 10px;
}
.l-menu__bar--bottom {
  -webkit-transform-origin: left bottom;
  top: 10px;
  transform-origin: left bottom;
}
.l-menu__text {
  bottom: -1.5rem;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  visibility: visible;
}
.l-menu__close {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.8s 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 9997;
}
.l-menu__navi {
  z-index: 9998;
}
@media only screen and (max-width: 640px) {
  .l-menu__navi {
    -webkit-transform: translate(100%, 0);
    background: #f7f7f7;
    height: 100%;
    height: 100vh;
    opacity: 0;
    padding: 0 5rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(100%, 0);
    transition: all 0.5s 0.5s;
    visibility: hidden;
    width: 0;
    width: 90%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__navi {
    -webkit-transform: translate(100%, 0);
    background: #f7f7f7;
    height: 100%;
    height: 100vh;
    opacity: 0;
    padding: 0 5rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(100%, 0);
    transition: all 0.5s 0.5s;
    visibility: hidden;
    width: 0;
    width: 50%;
  }
}
.l-menu__inner {
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  .l-menu__inner {
    -webkit-transform: translate(2rem, 0);
    opacity: 0;
    transform: translate(2rem, 0);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__inner {
    -webkit-transform: translate(2rem, 0);
    opacity: 0;
    transform: translate(2rem, 0);
  }
}
.l-menu__ttl {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l-menu__ttl {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 0 3rem;
  }
}
.l-menu__body {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .l-menu__body {
    flex-direction: column;
    margin: 8rem auto;
    padding: 1rem 0;
    text-align: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__body {
    flex-direction: column;
    margin: 8rem auto;
    padding: 1rem 0;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .l-menu__border::before {
    background: #232323;
    content: "";
    display: block;
    height: 0.1rem;
    margin: 3rem 0 1.5rem 2rem;
    width: 5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__border::before {
    background: #232323;
    content: "";
    display: block;
    height: 0.1rem;
    margin: 3rem 0 1.5rem 2rem;
    width: 5rem;
  }
}
.l-menu__hpLink + .l-menu__hpLink {
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 640px) {
  .l-menu__hpLink + .l-menu__hpLink {
    margin: 0;
  }
}
.l-menu__hpLink a {
  color: #232323;
  font-family: "ofelia-text", sans-serif;

  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .l-menu__hpLink a {
    display: block;
    font-size: 2.4rem;
    padding: 1.5rem 0 0 2rem;
    position: relative;
    text-align: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__hpLink a {
    display: block;
    font-size: 2.4rem;
    padding: 1.5rem 0 0 2rem;
    position: relative;
    text-align: left;
  }
}
.l-menu__check:checked ~ .l-menu__navi {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition: all cubic-bezier(0, 0.7, 0, 1) 0.5s;
  visibility: visible;
}
.l-menu__check:checked ~ .l-menu__navi .l-menu__inner {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s 0.5s;
}
.l-menu__check:checked ~ .l-menu__btn {
  aspect-ratio: 1/1;
  position: relative;
}
.l-menu__check:checked ~ .l-menu__btn::after {
  opacity: 0;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__text {
  opacity: 0;
  visibility: hidden;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3.2rem;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--middle {
  opacity: 0;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--bottom {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 2.2rem;
  transform: rotate(-45deg);
  width: 3.2rem;
}
.l-menu__check:checked ~ .l-menu__close {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
  transition: all 0.8s cubic-bezier(0, 0.7, 0, 1) 0.1s;
  visibility: visible;
}

.l-footer {
  font-family: "ofelia-text", sans-serif;

  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .l-footer {
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-footer {
    padding: 0 3rem;
  }
}
.l-footer__copy {
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}

.p-hero {
  font-family: "ofelia-text", sans-serif;

  font-weight: 400;
  margin: 0 auto 0.5208333333vw;
  position: relative;
}
.p-hero__title {
  font-size: 14.4rem;
  font-size: clamp(8.8rem, 5.2vw, 14.4rem);
  margin: 0 0 2.4rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__title {
    font-size: 4.8rem;
  }
}
.p-hero__specWrap {
  font-size: 2.4rem;
  margin: 0 0 8rem;
  max-width: 49.4791666667vw;
}
@media only screen and (max-width: 640px) {
  .p-hero__specWrap {
    margin: 0 auto 6rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__specWrap {
    margin: 0 auto 6rem;
    max-width: 100%;
  }
}
.p-hero__label {
  font-size: 9.6rem;
  font-size: clamp(3rem, 3.8vw, 6rem);
  margin: 0 auto 8rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__label {
    font-size: 3.2rem;
    margin: 0 auto 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-hero__spec {
    display: none;
  }
}
.p-hero__specLabel {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__specLabel {
    font-size: 1.2rem;
  }
}
.p-hero__specTxt {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .p-hero__specTxt {
    font-size: 1.4rem;
  }
}
.p-hero__specTxt > span {
  display: inline-block;
}
.p-hero__specTxt + .p-hero__specLabel {
  margin: 2rem 0 0;
}
.p-hero__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .p-hero__text {
    font-size: 1.4rem;
  }
}
.p-hero__text strong {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__text strong {
    font-size: 1.8rem;
  }
}
.p-hero__text + p {
  margin: 2rem 0 0;
}
.p-hero .swiper-container {
  width: 50%;
  z-index: -9999;
}
@media only screen and (max-width: 640px) {
  .p-hero .swiper-container {
    height: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero .swiper-container {
    height: 100%;
  }
}
.p-hero .swiper-container2 {
  height: 100vh;
  width: 50%;
  z-index: -9999;
}
@media only screen and (max-width: 640px) {
  .p-hero .swiper-container2 {
    height: 50%;
    width: 100%;
  }
}
.p-hero .swiper-wrapper {
  overflow: hidden;
}
.p-hero .swiper-inner {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.p-products {
  font-family: "ofelia-text", sans-serif;

  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-products {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-products__inner + .p-products__inner {
  margin-top: 9.375vw;
}
@media only screen and (max-width: 640px) {
  .p-products__inner + .p-products__inner {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__inner + .p-products__inner {
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-products__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__inner {
    width: 100%;
  }
}
.p-products__head {
  margin: 0 0 8rem;
}
@media only screen and (max-width: 640px) {
  .p-products__head {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-products__ttl {
  margin: 0 0 2.4rem;
}
@media only screen and (max-width: 640px) {
  .p-products__ttl {
    margin: 0 0 2rem;
  }
}
.p-products__desc {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .p-products__desc {
    font-size: 1.5rem;
  }
}
.p-products__itemWrap {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  display: -ms-grid;
  display: grid;
  font-weight: 700;
  gap: 8.3333333333vw 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 640px) {
  .p-products__itemWrap {
    display: flex;
    overflow-x: scroll;
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__itemWrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .p-products__items {
    flex: 0 0 70vw;
  }
}
.p-products__img {
  border-radius: 1rem;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
  margin: 0 0 1.6666666667vw;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .p-products__img {
    margin: 0 0 2rem;
  }
}
.p-products__brand {
  font-size: 2.4rem;
  margin: 0 0 1.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .p-products__brand {
    margin: 0 0 2rem;
  }
}
.p-products__name {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}
.p-products__color {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1rem;
}
.p-products__price {
  font-size: 1.2rem;
  margin: 0 0 1.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .p-products__price {
    margin: 0 0 2rem;
  }
}
.p-products__price > span {
  font-size: 1rem;
}
.p-products__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  margin: 0 0 1.6666666667vw;
  padding: 0 1rem 0 0;
}
@media only screen and (max-width: 640px) {
  .p-products__text {
    font-size: 1.3rem;
    margin: 0 0 2rem;
  }
}

.p-brand {
  font-weight: 700;
}
.p-brand__wrap {
  display: -ms-grid;
  display: grid;
  gap: 8.3333333333vw 0.9756097561vw;
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
}
.p-brand__items {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  box-shadow: 0 14px 52px -4px rgba(20, 20, 20, 0.02), 0 14px 18px -5px rgba(20, 20, 20, 0.01);
  padding: 6rem 3rem;
}
.p-brand__logo {
  align-items: center;
  aspect-ratio: 700/188;
  display: flex;
  margin: 0 auto 4rem;
}
.p-brand__text {
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .p-brand__text {
    font-size: 1.2rem;
  }
}
.p-brand__btn {
  margin: 4rem auto 0;
  text-align: center;
}

.l-information__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .l-information__head {
    margin: 0 2rem 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__head {
    margin: 0 5rem 4rem;
  }
}
.l-information__inner {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .l-information__inner {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__inner {
    flex-direction: column;
    margin: 0 5rem;
  }
}
.l-information__img {
  flex: 0 0 40%;
}
@media only screen and (max-width: 640px) {
  .l-information__img {
    margin: 0 0 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__img {
    margin: 0 0 4rem;
  }
}
.l-information__dl {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 640px) {
  .l-information__dl {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__dl {
    padding: 0;
  }
}
.l-information__dt {
  font-size: 2.4rem;
  margin: 0 0 3rem;
}
.l-information__p {
  margin-bottom: 2rem;
}
.l-information__p:last-of-type {
  margin-bottom: 5rem;
}
.l-information__link {
  color: #00A6FF;
  font-size: 1.4rem;
}

.p-shoplist {
  font-family: "ofelia-text", sans-serif;

  font-weight: 700;
}
.p-shoplist__ttl {
  margin: 0 auto 5rem;
  width: 83.1707317073vw;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__ttl {
    margin: 0 3rem 5rem;
  }
}
.p-shoplist__inner {
  -ms-grid-columns: 1fr 2.9268292683vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0 2.9268292683vw;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__inner {
    display: block;
  }
}
.p-shoplist__block {
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 5rem;
  padding: 0 0 5rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 2rem 5rem;
    width: auto;
  }
  .p-shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__block {
    display: block;
    margin: 0 auto 10rem;
  }
}
.p-shoplist__block:nth-of-type(-n+2) {
  border-top: 1px solid #ccc;
  padding: 5rem 0;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block:nth-of-type(-n+2) {
    border-top: none;
    padding: 0 0 5rem;
  }
}
.p-shoplist__overview {
  flex: 0 0 calc(50% - 2rem);
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 640px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    margin: 0 0 2rem;
    width: 100%;
  }
}
.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    width: 100%;
  }
}
.p-shoplist__img {
  border-radius: 1rem;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
  overflow: hidden;
}
.p-shoplist__shopName {
  font-size: 1.8rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
.p-shoplist__shopKana {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.p-shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 2rem auto 1.5rem;
}
.p-shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.5rem 0 0 0;
  max-width: 8rem;
}
.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
  width: calc(100% - 8rem);
}
.p-shoplist__map {
  font-style: italic;
  margin-left: 0.5rem;
}
.p-shoplist__notice {
  font-size: 1rem;
}
.p-shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}
.p-shoplist__sns li {
  margin-right: 10px;
  width: 1.8rem;
}
.p-shoplist__sns li svg {
  fill: #232323;
}

.p-video {
  background: rgba(255, 255, 255, 0.8);
}
.p-video__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .p-video__head {
    margin: 0 2rem 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__head {
    margin: 0 5rem 4rem;
  }
}
.p-video__inner {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .p-video__inner {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__inner {
    flex-direction: column;
    margin: 0 5rem;
  }
}
.p-video__img {
  flex: 0 0 60%;
}
@media only screen and (max-width: 640px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }
}
.p-video__img > iframe {
  aspect-ratio: 560/315;
}
.p-video__dl {
  flex: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 640px) {
  .p-video__dl {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__dl {
    padding: 0;
  }
}
.p-video__dt {
  font-size: 2.4rem;
  margin: 0 0 3rem;
}
.p-video__p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.p-video__p:last-of-type {
  margin-bottom: 5rem;
}
.p-video__link {
  color: #00A6FF;
  font-size: 1.4rem;
}

.sectionLabel {
  align-items: center;
  color: #E4EDF2;
  display: flex;
  flex: 1 1 auto;
  font-family: goldenbook, serif;
  font-size: 4.5rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.c-articleLabelL {
  font-family: "ofelia-text", sans-serif;

  font-size: clamp(6.4rem, 4vw, 9.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .c-articleLabelL {
    font-size: 4rem;
  }
}
.articleLabelM {
  color: #aaa;
  font-family: goldenbook, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  z-index: 50;
}
@media only screen and (max-width: 640px) {
  .articleLabelM {
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.2rem solid;
  border-color: transparent transparent #232323 #232323;
  bottom: 1.5rem;
  font-size: 9px;
  height: 2rem;
  position: fixed;
  right: 1.5rem;
  transform: rotate(135deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 2rem;
}
@media only screen and (min-width: 1024px) {
  .topBtn {
    bottom: 3rem;
    right: 3rem;
  }
}
.topBtn:hover:before {
  opacity: 0.8;
}

.c-linkButton {
  background: linear-gradient(225deg, #fff 0%, #fff 50%, #000 51%, #000 100%);
  background-position: 1% 60%;
  background-size: 240% 110%;
  border: 0.2rem solid #232323;
  border-radius: 5px;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  overflow: hidden;
  padding: 0.8em 4em;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-linkButton:hover {
  background-position: 99% 60%;
  border: 0.2rem solid #232323;
  box-shadow: rgba(0, 12, 32, 0.04) 0 0 1px 0, rgba(10, 31, 68, 0.1) 0 3px 4px 0;
  color: #232323;
}

.linkArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: goldenbook, serif;
  position: relative;
  text-align: left;
  width: 200px;
}
.linkArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}
.linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}
.linkArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
.linkArr:hover .BtnArr__arr, .linkArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}
.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.c-linkUnderLine {
  color: #232323;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.c-linkUnderLine::before, .c-linkUnderLine::after {
  background-color: #232323;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.c-linkUnderLine::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.c-linkUnderLine::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.c-linkUnderLine:hover::before {
  background-color: #232323;
  width: 100%;
}
.c-linkUnderLine:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

.c-linkHoverLine {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.c-linkHoverLine::after {
  background: #232323;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.c-linkHoverLine:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.c-linkHoverLine:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.u-btnArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: goldenbook, serif;
  position: relative;
  text-align: left;
  width: 200px;
}
.u-btnArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}
.u-btnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}
.u-btnArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
.u-btnArr:hover .BtnArr__arr, .u-btnArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}
.u-btnArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.u-linkUnderline {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.u-linkUnderline::before, .u-linkUnderline::after {
  background-color: #ccc;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.u-linkUnderline::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.u-linkUnderline::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.u-linkUnderline:hover::before {
  background-color: #ddd;
  width: 100%;
}
.u-linkUnderline:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

.u-linkHoverline {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.u-linkHoverline::after {
  background: #232323;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.u-linkHoverline:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.u-linkHoverline:hover {
  color: #fff;
}
.u-linkHoverline:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.js-show-b {
  -webkit-transform: translate(0, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 1000ms;
}
.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-4rem, 0);
  opacity: 0;
  transform: translate(-4rem, 0);
  transition: all 1000ms;
}
.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-r {
  -webkit-transform: translate(4rem, 0);
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all 1000ms;
}
.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}