@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Tilt+Warp&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 9990;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  bottom: 0;
  left: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9990;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.lity-loader {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: -0.8em;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 9991;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  outline: none !important;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  z-index: 9992;
}

.lity-content {
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 9993;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
}

.lity-close {
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  width: 35px;
  z-index: 9994;
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Baskerville, monospace;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  border: 0;
  display: block;
  line-height: 0;
  max-width: 100%;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 964px;
  width: 100%;
}

.lity-iframe-container {
  height: 0;
  overflow: auto;
  padding-top: 56.25%;
  pointer-events: auto;
  transform: translateZ(0);
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lity-hide {
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  background-color: black;
  display: none;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.lightbox {
  font-weight: normal;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

.lightbox .lb-image {
  /* Image border */
  border: 4px solid white;
  border-radius: 3px;
  display: block;
  height: auto;
  max-height: none;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
  border-radius: 4px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}

.lb-outerContainer:after {
  clear: both;
  content: "";
  display: table;
}

.lb-loader {
  height: 25%;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 43%;
  width: 100%;
}

.lb-cancel {
  background: url(../images/loading.gif) no-repeat;
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.lb-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  outline: none;
}

.lb-prev, .lb-next {
  cursor: pointer;
  display: block;
  height: 100%;
}

.lb-nav a.lb-prev {
  background: url(../images/prev.png) left 48% no-repeat;
  float: left;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s;
  width: 34%;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  background: url(../images/next.png) right 48% no-repeat;
  float: right;
  opacity: 0;
  right: 0;
  transition: opacity 0.6s;
  width: 64%;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
}

.lb-dataContainer:after {
  clear: both;
  content: "";
  display: table;
}

.lb-data {
  color: #ccc;
  padding: 0 4px;
}

.lb-data .lb-details {
  float: left;
  line-height: 1.1em;
  text-align: left;
  width: 85%;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  clear: left;
  color: #999999;
  display: block;
  font-size: 12px;
  padding-bottom: 1em;
}

.lb-data .lb-close {
  background: url(../images/close.png) top right no-repeat;
  display: block;
  float: right;
  height: 30px;
  opacity: 0.7;
  outline: none;
  text-align: right;
  transition: opacity 0.2s;
  width: 30px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

:root {
  --max-width-container: 1344px; /* コンテンツの最大幅 */
  /* 左右の余白：基本は32px */
  --gutter-h: 2rem;
  --gutter-h-small: 1rem;
  /* 上下の余白：基本は8pxの倍数 */
  --gutter-v-8: 8px;
  --gutter-v-16: 16px;
  --gutter-v-24: 24px;
  --gutter-v-32: 32px;
  --gutter-v-40: 40px;
  --gutter-v-48: 48px;
  --gutter-v-56: 56px;
  --gutter-v-64: 64px;
  --gutter-v-72: 72px;
  --gutter-v-80: 80px;
  --gutter-v-88: 88px;
  --gutter-v-96: 96px;
}

/* 中間の灰色 */
/* 明るい灰色 */
/* 非常に明るい灰色 */
:root {
  --color-primary: #002F9C; /* サイトカラー */
  --color-secondary: #023473;
  --color-primary-light: #D7E8F2;
  --color-primary-medium: #7d99d8;
  --color-accent1: #F2CC0F; /* 黄色 */
  --color-accent2: #BE0503; /* 赤 */
  --color-red: #BE0503; /* 赤 */
  --color-dark: #001E5A; /* 紺色 */
  --color-gray-light: #D7D7D7; /* 中間の灰色 */
  --color-gray-lighter: #D7E8F2; /* 明るい灰色 */
  --color-gray-lightest: #F2F2F2; /* 非常に明るい灰色 */
  --color-text: #2F2F2F; /* テキスト */
  --color-background: #FFFFFF; /* 背景 */
  --color-link: #002F9C; /* リンク */
  --color-light-gray: #D7D7D7; /* 薄いグレー */
  --color-very-light-gray: #F2F2F2; /* とても薄いグレー */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lightbox {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  justify-content: center;
}

.lb-data .lb-close {
  position: fixed;
  right: 20px;
  top: 20px;
}

main {
  overflow: hidden;
  width: 100%;
}

.l-contents {
  display: flex;
  flex-direction: row-reverse;
}
.l-contents img {
  max-height: 100%;
  max-width: 100%;
}

.l-section-page {
  margin-bottom: 3rem;
}

.l-section-detail {
  content-visibility: auto;
  margin-bottom: 3rem;
  overflow: hidden;
}

.l-top-image {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1344px) {
  .l-top-image {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width-container);
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 735px) {
  .l-top-image {
    margin-bottom: 0;
  }
}
.l-top-image .l-top-image-item {
  animation: fadeInSlide 1s ease-in-out forwards;
  animation-delay: 1s; /* アニメーション開始遅延 */
  flex-grow: 1;
  max-width: 1280px;
  opacity: 0; /* 初期状態は非表示 */
  position: relative;
  transform: translateX(5%);
}
@keyframes fadeInSlide {
  to {
    opacity: 1; /* フェードインして表示 */
    transform: translateX(0);
  }
}
.l-top-image .l-top-image-item img {
  width: 100%;
}
.l-top-image .l-video-container {
  flex-grow: 1;
  margin-bottom: 1rem;
  max-width: 1280px;
  position: relative;
  transition: opacity 2s ease-in-out;
  transition-delay: 0.8s;
}
@media screen and (max-width: 735px) {
  .l-top-image .l-video-container {
    display: none;
  }
}
.l-top-image .l-video-container.is-visible {
  opacity: 1;
}
@keyframes fadeInSlide {
  to {
    opacity: 1; /* フェードインして表示 */
  }
}
.l-top-image .l-video-container video {
  aspect-ratio: 64/25;
  height: 100%;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-top-image .l-image-container {
  animation: fadeInSlide 1s ease-in-out forwards;
  animation-delay: 0; /* アニメーション開始遅延 */
  display: none;
  flex-grow: 1;
  max-width: 1280px;
  opacity: 0; /* 初期状態は非表示 */
  position: relative;
  transform: translateX(0);
}
@media screen and (max-width: 735px) {
  .l-top-image .l-image-container {
    display: block;
  }
}
@keyframes fadeInSlide {
  to {
    opacity: 1; /* フェードインして表示 */
    transform: translateX(0);
  }
}
.l-top-image .l-image-container img {
  width: 100%;
}

.l-top-container, .l-page-container {
  margin: 0 auto 3rem;
  max-width: var(--max-width-container);
  padding: 2rem 2rem 0;
  width: 100%;
}
@media screen and (max-width: 735px) {
  .l-top-container, .l-page-container {
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem 0;
  }
}
.l-top-container.bg-gray, .l-page-container.bg-gray {
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 735px) {
  .l-top-container.bg-gray, .l-page-container.bg-gray {
    margin-bottom: 2rem;
  }
}
.l-top-container.bg-gray:after, .l-page-container.bg-gray:after {
  background: #eee;
  content: "";
  height: calc(100% - 140px);
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 170px;
  width: 100vw;
  z-index: -1;
}
.l-top-container img, .l-page-container img {
  max-width: 100%;
  width: auto;
}

.site-header .top-head {
  padding: 1.2rem 2rem;
}
.site-header .top-head .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site-header .top-head .top-logo img {
  height: 42px;
  margin-top: -8px;
}
.site-header .top-head .global-menu ul {
  display: flex;
  gap: 10px;
}
.site-header .top-head .global-menu ul li a {
  align-items: center;
  background: #fff;
  border: 1px solid #bbb;
  display: flex;
  padding: 0.5rem 1rem;
}
.site-header .top-head .global-menu ul li img {
  height: 1.2em;
  padding-left: 0.25em;
}
.site-header .top-head .global-menu .c-sp-show {
  display: none;
}
@media screen and (max-width: 735px) {
  .site-header .top-head {
    padding: 0.75rem 1rem;
  }
  .site-header .top-head .top-logo img {
    height: 36px;
  }
  .site-header .top-head .global-menu ul li a {
    font-size: 1.5em;
    padding: 0.25rem 0.5rem;
    text-indent: -9999px;
  }
  .site-header .top-head .global-menu ul li img {
    height: 1.2em;
    padding-left: 0;
  }
  .site-header .top-head .global-menu .c-sp-show {
    display: block;
  }
}

#globalFooter {
  background: var(--color-dark);
  color: #fff;
  content-visibility: auto;
  padding: 1rem 2rem;
}
#globalFooter a {
  color: #fff;
  text-decoration: none;
}
#globalFooter #globalFotter_nav {
  text-align: center;
}
#globalFooter .navItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2rem;
}
#globalFooter .navItems li {
  display: flex;
}
#globalFooter .navItems li a {
  display: flex;
  padding: 1em;
}
#globalFooter .navItems li:not(:first-child):before {
  background: #fff;
  content: "";
  height: 1em;
  margin: auto 0;
  width: 1px;
}
@media screen and (max-width: 735px) {
  #globalFooter .navItems {
    align-items: center;
    flex-direction: column;
  }
  #globalFooter .navItems li:not(:first-child):before {
    display: none;
  }
}
#globalFooter .contactInformation {
  align-items: center;
  display: flex;
  justify-content: center;
}
#globalFooter .contactInformation_name {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  max-width: 340px;
  padding: 20px 40px 20px 0;
  width: 100%;
}
#globalFooter .contactInformation_sns {
  display: flex;
  gap: 20px;
  padding-left: 40px;
}
#globalFooter .contactInformation_sns .officialFBLink,
#globalFooter .contactInformation_sns .officialInstaLink,
#globalFooter .contactInformation_sns .officialXLink,
#globalFooter .contactInformation_sns .officialYTLink {
  height: 30px;
  width: 30px;
}
#globalFooter .contactInformation_sns .officialFBLink span,
#globalFooter .contactInformation_sns .officialInstaLink span,
#globalFooter .contactInformation_sns .officialXLink span,
#globalFooter .contactInformation_sns .officialYTLink span {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100% !important;
  width: 100.67114% !important;
}
#globalFooter .contactInformation_sns .officialFBLink span.iconFB-nega,
#globalFooter .contactInformation_sns .officialInstaLink span.iconFB-nega,
#globalFooter .contactInformation_sns .officialXLink span.iconFB-nega,
#globalFooter .contactInformation_sns .officialYTLink span.iconFB-nega {
  background-image: url(../img/product/icon_fb_nega.svg);
}
#globalFooter .contactInformation_sns .officialFBLink span.iconInsta-nega,
#globalFooter .contactInformation_sns .officialInstaLink span.iconInsta-nega,
#globalFooter .contactInformation_sns .officialXLink span.iconInsta-nega,
#globalFooter .contactInformation_sns .officialYTLink span.iconInsta-nega {
  background-image: url(../img/product/icon_insta_nega.svg);
}
#globalFooter .contactInformation_sns .officialFBLink span.iconX-nega,
#globalFooter .contactInformation_sns .officialInstaLink span.iconX-nega,
#globalFooter .contactInformation_sns .officialXLink span.iconX-nega,
#globalFooter .contactInformation_sns .officialYTLink span.iconX-nega {
  background-image: url(../img/product/icon_x_nega.svg);
}
#globalFooter .contactInformation_sns .officialFBLink span.iconYT-nega,
#globalFooter .contactInformation_sns .officialInstaLink span.iconYT-nega,
#globalFooter .contactInformation_sns .officialXLink span.iconYT-nega,
#globalFooter .contactInformation_sns .officialYTLink span.iconYT-nega {
  background-image: url(../img/product/icon_yt_nega.svg);
}
@media screen and (max-width: 735px) {
  #globalFooter .contactInformation {
    flex-direction: column;
  }
  #globalFooter .contactInformation_name {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px 10px;
  }
  #globalFooter .contactInformation_sns {
    padding-left: 0;
  }
}
#globalFooter #footerLogo-long img {
  height: auto;
  width: 100%;
}
#globalFooter .copyright {
  margin: 40px 0 10px;
  text-align: center;
}

aside {
  flex-shrink: 0;
}

.l-side-search {
  background: var(--color-very-light-gray);
  height: 100%;
  width: 285px;
}
.l-side-search .p-side-title {
  align-items: center;
  background: var(--color-secondary);
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  padding: 1.25rem 1rem 1.25rem 0;
}
.l-side-search .p-side-title::before {
  background-color: #fff;
  content: "";
  height: 1px;
  margin-right: 0.5em;
  width: 2rem;
}
.l-side-search .p-side-title-sub {
  align-items: center;
  border-bottom: 1px solid var(--color-light-gray);
  color: var(--color-text);
  display: flex;
  font-size: 1.1rem;
  padding: 1.25rem 1rem 1.25rem 0;
}
.l-side-search .p-side-title-sub::before {
  background-color: var(--color-text);
  content: "";
  height: 1px;
  margin-right: 0.5em;
  width: 2rem;
}
.l-side-search .p-side-box {
  padding: 1rem 1rem;
}
.l-side-search .p-side-box:not(:last-child) {
  border-bottom: 1px solid var(--color-light-gray);
}
.l-side-search .p-side-box .c-name {
  font-size: 1.1rem;
}
.l-side-search .p-side-box .c-control, .l-side-search .p-side-box input.c-text, .l-side-search .p-side-box textarea.c-textarea, .l-side-search .p-side-box select.c-select, .l-side-search .p-side-box input.c-checkbox, .l-side-search .p-side-box input.c-radio {
  font-size: 0.9rem;
}
.l-side-search .p-side-box .c-button {
  font-size: 1rem;
}
.l-side-search .p-side-box input.c-text {
  padding: 0.5rem 1rem;
}
.l-side-search .p-side-box .p-control-search {
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
}
.l-side-search .p-side-box .p-control-search label {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.l-side-search ul.c-category-tree {
  font-size: 0.9rem;
  margin: 0 -0.5rem;
}
.l-side-search ul.c-category-tree li ul {
  display: none;
  margin-left: 1rem;
}
.l-side-search ul.c-category-tree li a {
  align-items: center;
  display: flex;
  padding: 0.75rem 0;
  padding-left: 0;
  transition: 0.5s;
}
.l-side-search ul.c-category-tree li a:hover {
  color: var(--color-primary);
  opacity: 0.8;
}
.l-side-search ul.c-category-tree li a:before {
  content: "";
  flex-shrink: 0;
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-right: 0.5em;
  width: 1em;
}
.l-side-search ul.c-category-tree li.js-tree-item > a:before {
  content: "+";
}
.l-side-search ul.c-category-tree li.js-tree-open > a:before {
  content: "\f068";
}

@media screen and (max-width: 735px) {
  .js-side-toggle::after {
    content: "\f002";
    font: var(--fa-font-solid);
    height: 1em;
    text-align: center;
    text-indent: 0;
    width: 1em;
  }
  .js-side-toggle.is-open::after {
    content: "\f00d";
  }
  .c-breadcrumb {
    opacity: 1;
    transition: 0.3s ease-in;
  }
  aside {
    left: -100%;
    opacity: 0;
    position: absolute;
    transition: 0.4s ease-in;
    width: 100%;
  }
  aside:after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s ease-in;
    width: 100%;
    z-index: 1;
  }
  aside .l-side-search {
    left: -100%;
    position: relative;
    transition: 0.5s ease-in;
    z-index: 2;
  }
  body.l-side-open .c-breadcrumb {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    transform: translateY(-100%);
    transition: 0.2s ease-in-out;
  }
  body.l-side-open footer {
    display: none;
  }
  body.l-side-open main {
    left: 0;
    position: fixed;
  }
  body.l-side-open aside {
    left: 0;
    opacity: 1;
    position: absolute;
  }
  body.l-side-open aside:after {
    left: 0;
    opacity: 1;
    transition: 0.5s ease-in;
  }
  body.l-side-open .l-side-search {
    left: 0;
    transition: 0.5s ease-in;
    transition-delay: 0;
  }
}
.c-breadcrumb {
  background-color: var(--color-very-light-gray);
  border-top: 1px solid var(--color-gray-light);
  padding: 0.5rem 2rem;
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-breadcrumb ul li {
  border-left: 1px solid #000;
  font-size: 1rem;
  line-height: 20px;
  margin: 0.5rem 0;
  padding: 0 1rem;
}
.c-breadcrumb ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.c-breadcrumb ul li a {
  color: var(--color-link);
  display: inline-block;
  text-decoration: underline;
  transition: 0.5s;
}
.c-breadcrumb ul li a:hover {
  border-color: black;
}

@media screen and (max-width: 735px) {
  .c-breadcrumb {
    padding: 0.5rem 1rem;
  }
  .c-breadcrumb ul li {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    padding: 0 1rem;
  }
}
label.c-input-wrap {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  margin: 8px 0;
}
label.c-input-wrap:not(:last-child) {
  margin-right: 32px;
}
label.c-input-wrap > input.c-checkbox, label.c-input-wrap input.c-radio {
  margin-right: 8px;
}

/* テキストフィールドのカスタムスタイル */
input.c-text, textarea.c-textarea, select.c-select, input.c-checkbox, input.c-radio {
  font-size: 1.1rem;
}

input.c-text {
  background-color: #fff; /* 背景色 */
  border: 1px solid var(--color-medium-gray); /* 枠線 */
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  padding: 0.75rem 1rem; /* 内部の余白 */
  width: 100%; /* フル幅 */
}
input.c-text:disabled {
  background-color: var(--color-light-gray);
  color: var(--color-medium-gray);
}
input.c-text:-moz-read-only {
  background-color: var(--color-light-gray);
}
input.c-text:read-only {
  background-color: var(--color-light-gray);
}
input.c-text::-moz-placeholder {
  color: var(--color-primary-medium);
}
input.c-text::placeholder {
  color: var(--color-primary-medium);
}

input.c-price {
  position: relative;
}
input.c-price::before {
  content: "yen";
  left: 0;
  position: absolute;
  top: 0;
}

input.c-type-integer {
  padding-right: 2px;
}

/* テキストエリアのカスタムスタイル */
textarea.c-textarea {
  background-color: #fff; /* 背景色 */
  border: 1px solid var(--color-medium-gray); /* 枠線 */
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  line-height: 20px;
  padding: 8px; /* 内部の余白 */
  width: 100%; /* フル幅 */
}
textarea.c-textarea:disabled {
  background-color: var(--color-light-gray);
  color: var(--color-medium-gray);
}
textarea.c-textarea:-moz-read-only {
  background-color: var(--color-light-gray);
}
textarea.c-textarea:read-only {
  background-color: var(--color-light-gray);
}
textarea.c-textarea::-moz-placeholder {
  color: var(--color-medium-gray);
}
textarea.c-textarea::placeholder {
  color: var(--color-medium-gray);
}

/* セレクトボックスのカスタムスタイル */
select.c-select {
  background-color: #fff;
  border: 1px solid var(--color-medium-gray);
  box-sizing: border-box;
  line-height: 18px;
  padding: 8px 24px 8px 8px;
  width: 100%;
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準 */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21.536' height='14.202' viewBox='0 0 21.536 14.202'><path d='M98.851,270.818l10,12,10-12' transform='translate(-98.083 -270.177)' fill='none' stroke='%23707070' stroke-width='3'/></svg>");
  background-position: right 6px top 50%, 0 0; /* 矢印の位置調整 */
  background-repeat: no-repeat;
  background-size: 12px; /* 矢印のサイズ */
}
select.c-select:disabled {
  background-color: var(--color-light-gray);
  color: var(--color-medium-gray);
}
select.c-select::-moz-placeholder {
  color: var(--color-medium-gray);
}
select.c-select::placeholder {
  color: var(--color-medium-gray);
}

select.c-select-year {
  min-width: 120px;
  width: auto;
}

/* フォーカス時のスタイル */
input.c-text:focus,
textarea.c-textarea:focus,
select.c-select:focus {
  border-color: var(--color-deep-red); /* フォーカス時の枠線色 */
  outline: none; /* デフォルトのアウトラインを消す */
}

/* チェックボックスのカスタムスタイル */
/* ラジオボタンのカスタムスタイル */
input.c-radio:checked + * {
  color: var(--color-primary);
}

.c-name {
  font-size: 1.2rem;
}

.c-control {
  margin: 1rem 0 1.5rem;
}
.c-control label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0.5rem 0;
}
.c-control label input {
  margin-right: 0.5rem;
}

.c-control-group {
  align-items: center;
  display: flex;
  margin: 1rem 0 1.5rem;
}
.c-control-group input:not(:last-child), .c-control-group textarea:not(:last-child), .c-control-group select:not(:last-child), .c-control-group span:not(:last-child) {
  margin-right: 0.25rem;
}
.c-control-group label {
  align-items: center;
  display: flex;
}
.c-control-group label:not(:last-child) {
  margin-right: 1.5rem;
}
.c-control-group label input {
  margin-right: 0.5rem;
}

.c-control-row {
  display: flex;
  margin: 8px 0;
}
.c-control-row .c-input-wrap:not(:last-child) {
  margin-right: 8px;
}

.c-keyword-control-input {
  width: calc(100% - 120px);
}
.c-keyword-control-input:not(:last-child) {
  margin-right: 8px;
}

.c-keyword-control-input-group {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-width: 180px;
}
.c-keyword-control-input-group input, .c-keyword-control-input-group textarea, .c-keyword-control-input-group select {
  margin-bottom: 8px;
}
.c-keyword-control-input-group input:not(:last-child), .c-keyword-control-input-group textarea:not(:last-child), .c-keyword-control-input-group select:not(:last-child) {
  margin-right: 8px;
}
.c-keyword-control-input-group input + select, .c-keyword-control-input-group textarea + select {
  width: 50%;
}

.c-keyword-control-input-pages {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
}
.c-keyword-control-input-pages input, .c-keyword-control-input-pages textarea, .c-keyword-control-input-pages select, .c-keyword-control-input-pages span {
  margin-bottom: 8px;
}
.c-keyword-control-input-pages input:not(:last-child), .c-keyword-control-input-pages textarea:not(:last-child), .c-keyword-control-input-pages select:not(:last-child), .c-keyword-control-input-pages span:not(:last-child) {
  margin-right: 8px;
}
.c-keyword-control-input-pages select {
  max-width: 200px;
}

.c-keyword-control-btn .c-button {
  margin-bottom: 8px;
}
.c-keyword-control-btn input, .c-keyword-control-btn textarea, .c-keyword-control-btn select, .c-keyword-control-btn span {
  margin-bottom: 8px;
}

@media screen and (max-width: 735px) {
  .c-keyword-control-input {
    width: 100%;
  }
  .c-keyword-control-input:not(:last-child) {
    margin-right: 0;
  }
}
.c-button {
  align-items: center;
  background-color: #fff; /* 背景色 */
  border: 1px solid var(--color-medium-gray); /* 枠線 */
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  justify-content: center;
  line-height: 18px;
  padding: 8px; /* 内部の余白 */
  white-space: nowrap;
}
.c-button:disabled {
  background-color: var(--color-light-gray);
  color: #000;
  cursor: default;
  opacity: 0.5;
}

.c-button-primary {
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
  color: #fff;
}

.c-button-accent {
  background-color: var(--color-deep-red);
  border-color: var(--color-deep-red);
  color: #fff;
}

.c-button-search {
  align-items: center;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  display: flex;
  line-height: 1.5;
  width: 100%;
}
.c-button-search svg {
  margin-left: 0.5em;
}

.c-button-submit {
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
  color: #fff;
}

.c-button-red {
  background-color: var(--color-deep-red);
  border-color: var(--color-deep-red);
  color: #fff;
}

.c-button-delete {
  color: var(--color-bright-red);
}
.c-button-delete:disabled {
  background-color: var(--color-light-gray);
  color: var(--color-bright-red);
  cursor: default;
  opacity: 0.5;
}

.c-button-small {
  font-size: 1.2rem;
  line-height: 12px;
  padding: 4px 8px;
}

.c-button-add {
  background-color: var(--color-light-gray);
  border-color: var(--color-light-gray);
  font-size: 1.2rem;
  line-height: 12px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.c-genre-search-list-text-only {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 16px 0;
}
.c-genre-search-list-text-only li {
  box-sizing: border-box;
  height: 100%;
}
.c-genre-search-list-text-only li a {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 8px;
}
.c-genre-search-list-text-only li a img {
  margin: -8px 0;
  width: 55px;
}

.c-result-error {
  color: var(--color-bright-red);
  margin: 8px 0;
}
.c-result-error p {
  color: var(--color-bright-red);
  font-size: 1.4rem;
  font-weight: bold;
}

.c-auto-phrase {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: keep-all;
}

.c-pc-show {
  height: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
}

.c-sp-show {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

@media screen and (max-width: 735px) {
  .c-pc-show {
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;
  }
  .c-sp-show {
    height: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
.c-title-area {
  border-bottom: 1px solid var(--color-medium-gray);
  margin-bottom: 1rem;
  width: 100%;
}

.c-title-01 {
  font-size: 32px;
  font-size: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

.c-title-02 {
  border-bottom: 6px solid var(--color-light-gray);
  font-size: 32px;
  font-size: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.c-title-group-area {
  align-items: baseline;
  display: flex;
  margin-bottom: 8px;
  width: 100%;
}
.c-title-group-area > *:not(:last-child) {
  margin-right: 16px;
}

.c-title-group-select {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}
.c-title-group-select > *:not(:last-child) {
  margin-right: 16px;
}
.c-title-group-select > [class^=head] {
  flex-shrink: 0;
}
.c-title-group-select select {
  margin: 8px 0 8px auto;
}

.c-title-head-group {
  align-items: center;
  display: flex;
}

.c-common-block:not(:last-child) {
  margin-bottom: 16px;
}
.c-common-block .u-justify-end p {
  margin-bottom: 16px;
}

ul.c-list-basic {
  list-style-type: disc;
  margin-left: 16px;
}
ul.c-list-basic li {
  margin: 4px 0;
}

.c-list-horizontal-inline ul {
  display: flex;
  flex-wrap: wrap;
}
.c-list-horizontal-inline ul li:not(:first-child)::before {
  content: "・";
}

.c-tab-wrap {
  margin: 2rem 0 0;
}
.c-tab-wrap:not(:last-child) {
  margin-bottom: 2rem;
}

.c-tabs {
  background-color: var(--color-light-gray);
  display: flex;
  gap: 1px;
  padding: 1px 1px 0;
}
.c-tabs li {
  border-bottom: 1px solid var(--color-light-gray);
  flex: 1;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
}
.c-tabs li a {
  align-items: center;
  background-color: var(--color-very-light-gray);
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.c-tabs li.is-active {
  border-bottom-color: #fff;
  color: var(--color-primary);
}
.c-tabs li.is-active a {
  background-color: #fff;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
}
.c-tab-panel {
  background-color: #fff;
  border: 1px solid var(--color-light-gray);
  border-top: none;
  display: none;
  overflow: hidden;
  padding: 8px 16px;
}
.c-tab-panel.is-active {
  display: block;
}

@media screen and (max-width: 735px) {
  .c-tabs {
    font-size: 0.9rem;
  }
  .c-tabs li a {
    padding: 0.75rem 0.25rem;
  }
  .c-tabs li.is-active a {
    text-underline-offset: 8px;
  }
}
.l-top-container .c-tab-wrap {
  margin: 0 auto;
  max-width: 960px;
}

.c-colmuns-box {
  display: flex;
  gap: 32px;
}
.c-colmuns-box .c-column-item {
  flex: 1;
}

.c-grids-box {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 1344px) {
  .c-pc-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 736px) {
  .c-pc-tablet-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 1087px) {
  .c-tablet-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 735px) {
  .c-sp-hidden {
    display: none !important;
  }
}
.p-field-top {
  margin: 1.5rem 2rem;
}
@media screen and (max-width: 735px) {
  .p-field-top {
    margin: 1rem 0.75rem;
  }
}
.p-field-top .p-keyword-top-group {
  display: flex;
  margin: 1rem auto;
  max-width: 640px;
}
.p-field-top .p-keyword-top-group input.c-text {
  background: var(--color-primary-light);
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 735px) {
  .p-field-top .p-keyword-top-group input.c-text {
    line-height: 3rem;
    padding: 0 0.75rem;
  }
}
.p-field-top .p-keyword-top-group button.c-button-search {
  background: var(--color-primary);
  font-size: 1.6rem;
  height: 3rem;
  line-height: 3rem;
  width: 4rem;
}
@media screen and (max-width: 735px) {
  .p-field-top .p-keyword-top-group button.c-button-search {
    font-size: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    width: 4rem;
  }
}
.p-field-top .p-keyword-top-group button.c-button-search svg {
  margin-left: 0;
}

.p-genre-search-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 735px) {
  .p-genre-search-list {
    font-size: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-genre-search-list li {
  box-sizing: border-box;
  height: 100%;
}
.p-genre-search-list li a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-light-gray);
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 1.5rem;
}
@media screen and (max-width: 735px) {
  .p-genre-search-list li a {
    padding-left: 0.5rem;
  }
}
.p-genre-search-list li a img {
  width: 78px;
}
@media screen and (max-width: 735px) {
  .p-genre-search-list li a img {
    width: 50px;
  }
}

.p-series-search-list {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 2rem 0;
  width: 100%;
}
.p-series-search-list li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.p-series-search-list li a {
  display: block;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
.p-series-search-list li a img {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-tag-search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 2rem 0 5rem;
  width: 100%;
}
.p-tag-search-list li a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-text);
  border-radius: 20px;
  color: var(--color-text);
  display: flex;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 735px) {
  .p-tag-search-list li a {
    padding: 0.25rem 1rem;
  }
}
.p-tag-search-list li a:before {
  content: "#";
  padding-right: 0.5rem;
}

.p-category-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 2rem 0;
  width: 100%;
}
@media screen and (min-width: 1344px) {
  .p-category-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 735px) {
  .p-category-list {
    font-size: 0.8rem;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-category-list li {
  box-sizing: border-box;
  height: 100%;
  max-width: 500px;
}
.p-category-list li a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-light-gray);
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
  padding-left: 1.5rem;
}
@media screen and (max-width: 735px) {
  .p-category-list li a {
    padding-left: 0.5rem;
  }
}
.p-category-list li a figure {
  aspect-ratio: 1;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 735px) {
  .p-category-list li a figure {
    width: 75px;
  }
}
.p-category-list li a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-category-list li a p {
  margin: 0.5rem 0;
}

.p-category-list-type2 {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
  margin: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 735px) {
  .p-category-list-type2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-category-list-type2 li {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.p-category-list-type2 li.p-item-new:after {
  align-items: center;
  background: #BE0503;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 0.8rem;
  height: 3em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 3em;
}
.p-category-list-type2 li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-category-list-type2 li a:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: calc(100% + 16px);
  left: -8px;
  opacity: 0;
  position: absolute;
  top: -8px;
  transform: scale(0.2, 0.2);
  transition-duration: 0.3s;
  transition-property: opacity transform;
  transition-timing-function: ease-in-out;
  width: calc(100% + 16px);
}
.p-category-list-type2 li a:hover:after {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}
.p-category-list-type2 li a.p-grid-child {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
}
.p-category-list-type2 li a .p-box-innner {
  flex-grow: 1;
}
.p-category-list-type2 li a figure {
  align-items: center;
  aspect-ratio: 75/47;
  border: 1px solid #EEE;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.p-category-list-type2 li a img {
  max-height: 100%;
  max-width: 100%;
}
.p-category-list-type2 li a p {
  font-size: 1rem;
}
.p-category-list-type2 li a p.p-spec-number {
  color: var(--color-primary);
}
.p-category-list-type2 li a p.p-spec-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-category-list-type2 li a p.p-spec-name:after {
  color: var(--color-primary);
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-left: 0.5em;
}
.p-category-list-type2 li a p.p-spec-price {
  align-content: flex-end;
  flex-grow: 1;
  font-size: 1rem;
}
.p-category-list-type2 li a p.p-spec-price small {
  color: #7E7E7E;
  font-size: 0.8rem;
}

.p-item-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 180px));
  margin: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 735px) {
  .p-item-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 160px));
  }
}
.p-item-list li {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.p-item-list li.p-item-new:after {
  align-items: center;
  background: #BE0503;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 0.8rem;
  height: 3em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 3em;
}
.p-item-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-item-list li a.p-grid-child {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
}
.p-item-list li a .p-box-innner {
  flex-grow: 1;
}
.p-item-list li a figure {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
.p-item-list li a img {
  max-height: 100%;
  max-width: 100%;
}
.p-item-list li a p {
  font-size: 1.1rem;
}
.p-item-list li a p.p-spec-number {
  color: var(--color-primary);
}
.p-item-list li a p.p-spec-name {
  font-size: 0.9rem;
}
.p-item-list li a p.p-spec-price {
  align-content: flex-end;
  flex-grow: 1;
  font-size: 1rem;
}
.p-item-list li a p.p-spec-price small {
  color: #7E7E7E;
  font-size: 0.8rem;
}

.p-item-nothing p {
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
.p-item-nothing p.p-item-nothing-strong {
  font-size: 1.3rem;
  font-weight: 600;
}
.p-item-nothing .p-link-button {
  margin: 2rem 0;
}
.p-item-nothing .p-link-button li a {
  align-items: center;
  border: 1px solid var(--color-light-gray);
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  padding: 1rem;
}
.p-item-nothing .p-link-button li a.p-link-icon-back::after {
  content: "\f518";
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-left: 0.5em;
}

.p-detail-box {
  display: flex;
  justify-content: space-between;
}
.p-detail-box .p-detail-img {
  margin-right: 2rem;
  max-width: 400px;
  width: 40%;
}
.p-detail-box .p-detail-img .p-slider-gallery {
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-img .p-slider-gallery figure {
  display: none;
  position: relative;
}
.p-detail-box .p-detail-img .p-slider-gallery figure:first-child {
  display: block;
}
.p-detail-box .p-detail-img .p-slider-gallery figure.p-item-new:after {
  align-items: center;
  background: #BE0503;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 1.4rem;
  height: 3em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 3em;
}
.p-detail-box .p-detail-img .p-slider-gallery a {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
.p-detail-box .p-detail-img .p-slider-gallery img {
  max-height: 100%;
  max-width: 100%;
}
.p-detail-box .p-detail-img .p-slider-gallery .slick-track .slick-slide {
  display: inline-block;
  left: 0;
  margin-right: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
}
.p-detail-box .p-detail-img .p-slider-thumnail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
  width: 100%;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-track {
  transform: unset !important;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-list {
  width: 100%;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-slide {
  width: 80px;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-slide.slick-active .p-slider-thumnail-child {
  border-color: transparent;
  box-shadow: none;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-slide.slick-active .p-slider-thumnail-child:after {
  opacity: 1;
  transform: scale(1, 1);
}
.p-detail-box .p-detail-img .p-slider-thumnail .p-slider-thumnail-child {
  aspect-ratio: 1;
  border: 1px solid var(--color-light-gray);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex !important;
  height: 80px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  width: 80px;
}
.p-detail-box .p-detail-img .p-slider-thumnail .p-slider-thumnail-child img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.p-detail-box .p-detail-img .p-slider-thumnail .p-slider-thumnail-child:after {
  border: 3px solid var(--color-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.7, 0.7);
  width: 100%;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-track {
  margin-left: 0;
}
.p-detail-box .p-detail-img .p-slider-thumnail .slick-track .slick-slide {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.p-detail-box .p-detail-info {
  width: 60%;
}
.p-detail-box .p-detail-info .p-detail-logo img {
  max-height: 50px;
}
.p-detail-box .p-detail-info .p-detail-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-info .p-detail-type {
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-info dl.p-detail-type {
  display: grid;
  grid-template-columns: 120px auto;
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-info dl.p-detail-type dt, .p-detail-box .p-detail-info dl.p-detail-type dd {
  margin: 0;
  padding: 0;
}
.p-detail-box .p-detail-info dl.p-detail-type dt {
  display: flex;
  justify-content: space-between;
}
.p-detail-box .p-detail-info dl.p-detail-type dt:after {
  content: "：";
  margin-right: 0.5rem;
}
.p-detail-box .p-detail-info .p-detail-price {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-info .p-detail-price small {
  color: #7E7E7E;
  font-size: 0.8rem;
}
.p-detail-box .p-detail-info .p-detail-writing {
  margin-bottom: 1rem;
}
.p-detail-box .p-detail-link {
  margin-bottom: 1rem;
  max-width: 460px;
  text-align: center;
}
.p-detail-box .p-detail-link .p-detail-link-catalog {
  align-items: center;
  border: 1px solid var(--color-light-gray);
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.p-detail-box .p-detail-link .p-detail-link-catalog::after {
  content: "\f518";
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-left: 0.5em;
}
.p-detail-box .p-detail-link .p-detail-link-text {
  color: var(--color-primary);
  display: inline-block;
  margin: 0.5rem 0;
  text-align: center;
  text-decoration: underline;
  word-break: break-all;
}
.p-detail-box .p-detail-link .p-detail-link-arrow {
  align-items: center;
  border: 1px solid var(--color-light-gray);
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.p-detail-box .p-detail-link .p-detail-link-arrow::after {
  content: "\f107";
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-left: 0.5em;
}

@media screen and (max-width: 1087px) {
  .p-detail-box {
    align-items: center;
    flex-direction: column;
  }
  .p-detail-box .p-detail-img {
    margin-bottom: 2rem;
    margin-right: 0;
    width: 100%;
  }
  .p-detail-box .p-detail-img .p-slider-thumnail .slick-slide {
    width: 80px;
  }
  .p-detail-box .p-detail-info {
    width: 100%;
  }
  .p-detail-box .p-detail-info .p-detail-link .p-detail-link-catalog {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}
@media screen and (max-width: 735px) {
  .p-detail-box {
    align-items: center;
    flex-direction: column;
  }
  .p-detail-box .p-detail-img {
    margin-right: 0;
    width: 100%;
  }
  .p-detail-box .p-detail-img .p-slider-thumnail .slick-slide {
    width: 80px;
  }
  .p-detail-box .p-detail-info {
    max-width: 460px;
    width: 100%;
  }
}
table.p-detail-item-information {
  margin-bottom: 1rem;
  width: 100%;
}
table.p-detail-item-information th, table.p-detail-item-information td {
  border: 1px solid var(--color-light-gray);
  border-width: 1px 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}
table.p-detail-item-information th {
  background: var(--color-very-light-gray);
  max-width: 200px;
  overflow-wrap: anywhere;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
  white-space: pre-wrap;
  width: 200px;
  word-break: keep-all;
}
@media screen and (min-width: 1344px) {
  table.p-detail-item-information th {
    max-width: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 735px) {
  table.p-detail-item-information th {
    width: auto;
  }
}
table.p-detail-item-information th::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 10px;
}
table.p-detail-item-information tr.p-detail-item-information-spec th {
  background-color: #e2e2e2;
}

.p-detail-headline {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-left: 45px;
  position: relative;
}
.p-detail-headline::before, .p-detail-headline::after {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-detail-headline::before {
  background: var(--color-primary);
  border-radius: 50%;
  height: 11px;
  left: 20px;
  width: 11px;
}
.p-detail-headline::after {
  background: var(--color-primary);
  height: 1px;
  width: 30px;
}

.p-detail-item-img {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, 180px);
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-item-img li {
  box-sizing: border-box;
  height: 100%;
}
.p-detail-item-img li figure {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.p-detail-item-mark {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-item-mark li {
  box-sizing: border-box;
  max-width: 200px;
}
.p-detail-item-mark li figure {
  margin-bottom: 0.5rem;
}
.p-detail-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-item-list .p-detail-item-list-child {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 180px;
}
.p-detail-item-list .p-detail-item-list-child.p-item-new:after {
  align-items: center;
  background: #BE0503;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 0.8rem;
  height: 3em;
  justify-content: center;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 3em;
}
.p-detail-item-list .p-detail-item-list-child a {
  display: flex;
  flex-direction: column;
}
.p-detail-item-list .p-detail-item-list-child a figure {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--color-light-gray);
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.p-detail-item-list .p-detail-item-list-child a figure img {
  max-height: 100%;
  max-width: 100%;
}
.p-detail-item-list .p-detail-item-list-child a p {
  font-size: 1.1rem;
}
.p-detail-item-list .p-detail-item-list-child a p.p-spec-number {
  color: var(--color-primary);
}
.p-detail-item-list .p-detail-item-list-child a p.p-spec-name {
  font-size: 0.9rem;
}
.p-detail-item-list .p-detail-item-list-child a p.p-spec-price {
  font-size: 1rem;
}
.p-detail-item-list .p-detail-item-list-child a p.p-spec-price small {
  color: #7E7E7E;
  font-size: 0.8rem;
}
.p-detail-item-list .p-detail-item-list-child.is-active figure {
  position: relative;
}
.p-detail-item-list .p-detail-item-list-child.is-active figure:after {
  border: 3px solid var(--color-primary);
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  opacity: 1;
  position: absolute;
  top: -1px;
  transform: scale(1, 1);
  width: calc(100% + 2px);
}

.p-detail-item-lineup .p-detail-item-lineup-box {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, minmax(40px, 80px));
  margin: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 735px) {
  .p-detail-item-lineup .p-detail-item-lineup-box {
    grid-template-columns: repeat(4, minmax(40px, 80px));
  }
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 735px) {
  .p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child:nth-child(n+5) {
    display: none;
  }
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child.p-item-new:after {
  align-items: center;
  background: #BE0503;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 0.6rem;
  height: 2.8em;
  justify-content: center;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 2.8em;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a {
  display: flex;
  flex-direction: column;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a figure {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--color-light-gray);
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a p {
  font-size: 1.1rem;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a p.p-spec-number {
  color: var(--color-primary);
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a p.p-spec-price {
  font-size: 1rem;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child a p.p-spec-price small {
  color: #7E7E7E;
  font-size: 0.8rem;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child.is-active figure {
  position: relative;
}
.p-detail-item-lineup .p-detail-item-lineup-box .p-detail-item-list-child.is-active figure:after {
  border: 3px solid var(--color-primary);
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  opacity: 1;
  position: absolute;
  top: -1px;
  transform: scale(1, 1);
  width: calc(100% + 2px);
}
.p-detail-item-lineup .p-detail-item-list-more {
  max-height: 0;
  max-width: 460px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out, opacity 0.5s ease-out;
  width: 100%;
}
.p-detail-item-lineup .p-detail-item-list-more a {
  background: rgba(170, 170, 170, 0.2);
  color: var(--color-primary);
  display: block;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  text-align: center;
}
.p-detail-item-lineup .p-detail-item-list-more a::after {
  content: "\f107";
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 1em;
  margin-left: 0.5em;
}
.p-detail-item-lineup.is-visible-more .p-detail-item-list-more {
  max-height: 1000px; /* 必要に応じて大きな値に設定 */
  opacity: 1;
}
.p-detail-item-lineup.is-visible-all .p-detail-item-lineup-box .p-detail-item-list-child:nth-child(n+6) {
  display: inline-block;
}
@media screen and (max-width: 735px) {
  .p-detail-item-lineup.is-visible-all .p-detail-item-lineup-box .p-detail-item-list-child:nth-child(n+5) {
    display: inline-block;
  }
}
.p-detail-item-lineup.is-visible-all .p-detail-item-list-more a::after {
  transform: scaleY(-1);
}

.p-detail-item-list.slick-initialized .slick-slide {
  max-width: 200px;
  width: 40vw;
}
.p-detail-item-list.slick-initialized .p-detail-item-list-child a {
  margin: 0 1rem 1rem;
}
.p-detail-item-list.slick-initialized .p-detail-item-list-child a:first-child {
  margin-left: 0;
}
.slick-track {
  display: flex;
}

.slick-dots {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  text-indent: -9999px;
  width: 100%;
}
.slick-dots li {
  background: var(--color-light-gray);
  cursor: pointer;
  height: 8px;
  width: 20px;
}
.slick-dots li.slick-active {
  background: var(--color-primary);
}

.p-detail-item-movie {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-item-movie .p-detail-item-movie-child {
  box-sizing: border-box;
  width: 300px;
}
.p-detail-item-movie .p-detail-item-movie-child iframe {
  height: 164px;
  margin-bottom: 0.5rem;
  width: 300px;
}
.p-detail-item-movie .p-detail-item-movie-child p {
  text-align: center;
}

.slick-initialized .p-detail-item-movie-child {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.p-detail-banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-banner-list .p-detail-banner-list-child {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  position: relative;
}
.p-detail-banner-list .p-detail-banner-list-child .p-detail-banner-list-child-title {
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
.p-detail-banner-list .p-detail-banner-list-child a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.p-detail-banner-list .p-detail-banner-list-child a figure {
  display: flex;
}
.p-detail-banner-list .p-detail-banner-list-child a figure img {
  max-width: 100%;
}

@media screen and (max-width: 735px) {
  .p-detail-banner-list {
    align-items: center;
    flex-direction: column;
  }
  .p-detail-banner-list .p-detail-banner-list-child {
    text-align: center;
  }
}
.p-detail-point-box {
  padding-bottom: 0.5rem;
  padding-top: 0.05rem;
}
.p-detail-point-box .p-detail-point-title {
  color: var(--color-primary);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-right: 50px;
  position: relative;
}
.p-detail-point-box .p-detail-point-title::before, .p-detail-point-box .p-detail-point-title::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-detail-point-box .p-detail-point-title::before {
  background: var(--color-primary);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.p-detail-point-box .p-detail-point-title::after {
  background: var(--color-primary);
  height: 2px;
  width: 100%;
}
.p-detail-point-box .p-detail-point-title span {
  background: linear-gradient(transparent 0%, #fff 0%);
  display: inline-block;
  padding-right: 1em;
}
.p-detail-point-box .p-detail-point-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.p-detail-point-box .p-detail-point-content figure {
  flex-shrink: 0;
  max-width: 50%;
  /* 画像が1280px以上の時のスタイル(JS判定でclass付与) */
}
.p-detail-point-box .p-detail-point-content figure.is-full {
  max-width: 100%;
}
.p-detail-point-box .p-detail-point-content p {
  flex: 1;
  font-size: 1rem;
}

@media screen and (max-width: 735px) {
  .p-detail-point-box .p-detail-point-content {
    flex-direction: column;
  }
  .p-detail-point-box .p-detail-point-content figure {
    display: flex;
    max-width: 100%;
  }
}
.u-w100 {
  width: 100%;
}

.u-h100 {
  height: 100%;
}

.u-text-red {
  color: var(--color-red);
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-link {
  color: var(--color-primary);
  text-decoration: underline;
}

.u-control-flex {
  display: flex;
}

.u-justify-between {
  justify-content: space-between;
}

.u-justify-end {
  display: flex;
  justify-content: flex-end;
}

.u-cell-left {
  text-align: left;
}

.u-cell-center {
  text-align: center;
}

.u-cell-right {
  text-align: right;
}

@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  .no-print {
    display: none !important;
  }
  @page {
    size: A4;
    margin: 1em;
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  border-color: #e5e7eb; /* 2 */
  border-style: solid; /* 2 */
  border-width: 0; /* 2 */
  box-sizing: border-box; /* 1 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  line-height: inherit; /* 2 */
  margin: 0; /* 1 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-size: 1em; /* 4 */
  font-variation-settings: normal; /* 3 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  border-collapse: collapse; /* 3 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 1 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  line-height: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  height: auto;
  max-width: 100%;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.mt-10{
  margin-top: 2.5rem;
}
.block{
  display: block;
}
.table{
  display: table;
}