@charset "UTF-8";
/* layout
===================================================== */
.l-loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}
.l-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-loading .c-global-logo svg {
  width: 120px;
}

.u-hidden {
  display: none !important;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1001;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding: 0 32px;
  }
}
.l-header .c-header-nav {
  height: 100lvh;
  justify-content: center;
}
.l-header .c-global-lead {
  margin-bottom: 56px;
}
.l-header .c-global-description {
  margin-bottom: 24px;
}
.l-header .c-header-nav__list {
  margin-bottom: 48px;
}
.l-header .c-global-btn {
  margin-bottom: 80px;
}
.l-header .c-global-sns {
  margin-bottom: 48px;
}

.l-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1000;
  background-color: var(--c-text2);
  border-top: var(--c-border) 1px solid;
}
@media (min-width: 768px) {
  .l-sidebar {
    bottom: 32px;
    left: 32px;
    height: auto;
    width: calc((100% - 352px) / 12);
    border-top: none;
    background-color: transparent;
  }
}
.l-sidebar__inner {
  height: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .l-sidebar__inner {
    padding: 0;
  }
}
.l-sidebar .c-sidebar-lead {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .l-sidebar .c-sidebar-lead {
    margin-bottom: 20px;
  }
}

.l-backbtn {
  position: fixed;
  bottom: 72px;
  right: 16px;
  z-index: 999;
}
@media (min-width: 768px) {
  .l-backbtn {
    bottom: 64px;
    right: 32px;
  }
}
.l-backbtn__inner {
  width: 40px;
}

.l-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--g-var-grid-col-gap-sp);
  padding-left: var(--g-var-grid-col-gap-sp);
  padding-right: var(--g-var-grid-col-gap-sp);
}
@media (min-width: 768px) {
  .l-main {
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
  }
}

.l-fv {
  grid-column: 1/span 4;
  height: 100svh;
  width: calc(100% + var(--g-var-grid-col-gap-sp) * 2);
  margin-left: calc(-1 * var(--g-var-grid-col-gap-sp));
  margin-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-fv {
    grid-column: 1/span 12;
    width: calc(100% + var(--g-var-grid-col-gap-pc) * 2);
    margin-left: calc(-1 * var(--g-var-grid-col-gap-pc));
  }
}
.l-fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-fv .c-fv-item {
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.l-fv .c-fv-item.item1 {
  background-image: url(../images/fv-pc1.jpg);
}
.l-fv .c-fv-item.item2 {
  background-image: url(../images/fv-pc2.jpg);
}
.l-fv .c-fv-item.item3 {
  background-image: url(../images/fv-pc3.jpg);
}
.l-fv .c-fv-item.item5 {
  background-image: url(../images/fv-pc5.jpg);
}
.l-fv .c-fv-item.item6 {
  background-image: url(../images/fv-sp6.jpg);
}
@media (min-width: 768px) {
  .l-fv .c-fv-item.item6 {
    background-image: url(../images/fv-pc6.jpg);
  }
}
.l-fv .c-fv-item.item-left {
  width: 100%;
}
@media (min-width: 768px) {
  .l-fv .c-fv-item.item-left {
    width: 40.7824933687%;
    left: 0;
  }
}
.l-fv .c-fv-item.item-right {
  width: 100%;
}
@media (min-width: 768px) {
  .l-fv .c-fv-item.item-right {
    width: 59.2175066313%;
    left: 40.7824933687%;
  }
}
.l-fv .bg-video {
  display: block; /* インライン要素の下の余白を消す */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101lvh; /* または必要に応じて100% */
  object-fit: cover; /* はみ出しても良い場合 */
}
.l-fv .c-global-scroll {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 16px;
  right: 16px;
  writing-mode: vertical-rl;
  z-index: 1000;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .l-fv .c-global-scroll {
    bottom: 32px;
    right: 32px;
  }
}

.l-cate {
  grid-column: 1/span 4;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-cate {
    grid-column: 4/span 6;
  }
}
.l-cate__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cate .c-global-lead {
  margin-bottom: 48px;
}
.l-cate .c-global-description {
  margin-bottom: 32px;
}

.l-items {
  grid-column: 1/span 4;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--c-border);
}
@media (min-width: 768px) {
  .l-items {
    grid-column: 1/span 12;
  }
}
.l-items .c-global-lead {
  text-align: center;
  margin-bottom: 40px;
}
.l-items .l-items__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--g-var-grid-col-gap-sp);
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-items .l-items__list {
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
  }
}
.l-items .l-items__list:last-child {
  margin-bottom: 0;
}
.l-items .c-items-label {
  grid-column: 1/span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--g-var-grid-col-gap-sp);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-items .c-items-label {
    grid-column: 1/span 4;
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
    margin-bottom: 48px;
  }
}
.l-items .c-items-label p:nth-of-type(1) {
  grid-column: 1/span 2;
  margin-bottom: 8px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .l-items .c-items-label p:nth-of-type(1) {
    padding-left: 0px;
    grid-column: 3/span 1;
    margin-left: -32px;
  }
}
.l-items .c-items-label p:nth-of-type(2) {
  grid-column: 1/span 3;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .l-items .c-items-label p:nth-of-type(2) {
    padding-left: 0px;
    grid-column: 3/span 2;
    margin-left: -32px;
  }
}
.l-items .c-items-label span {
  margin-left: calc(-1 * var(--g-var-grid-col-gap-sp));
  grid-column: 1/span 2;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .l-items .c-items-label span {
    grid-column: 2/span 2;
    margin-left: 0;
  }
}

.c-items__card {
  grid-column: 1/span 4;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-items__card {
    grid-column: 1/span 12;
    margin-bottom: 56px;
  }
}

.c-global-btn {
  grid-column: 1/span 4;
  justify-self: center;
}
@media (min-width: 768px) {
  .c-global-btn {
    grid-column: 1/span 12;
  }
}

.l-pick {
  grid-column: 1/span 4;
  margin-bottom: 64px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .l-pick {
    grid-column: 1/span 12;
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.l-pick .c-global-lead {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-pick .c-global-lead {
    margin-bottom: 56px;
  }
}
.l-pick .c-pick__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--g-var-grid-col-gap-sp);
  row-gap: 32px;
}
@media (min-width: 768px) {
  .l-pick .c-pick__card {
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
    row-gap: 40px;
  }
}
.l-pick .c-pick__card li:nth-of-type(1) {
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .l-pick .c-pick__card li:nth-of-type(1) {
    grid-column: 1/span 4;
  }
}
.l-pick .c-pick__card li:nth-of-type(2) {
  grid-column: 3/span 2;
}
@media (min-width: 768px) {
  .l-pick .c-pick__card li:nth-of-type(2) {
    grid-column: 5/span 4;
  }
}
.l-pick .c-pick__card li:nth-of-type(3) {
  grid-column: 1/span 4;
}
@media (min-width: 768px) {
  .l-pick .c-pick__card li:nth-of-type(3) {
    grid-column: 9/span 4;
  }
}
.l-pick .c-pick__card li a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: var(--g-font-size-s);
  color: var(--c-text1);
}
.l-pick .c-pick__item {
  display: block;
  background-color: aqua;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-pick .c-pick__item.item1 {
  aspect-ratio: 1/1;
  background-image: url(../images/l-p-s1.jpg);
}
@media (min-width: 768px) {
  .l-pick .c-pick__item.item1 {
    aspect-ratio: 710/473;
    background-image: url(../images/l-p-p1.jpg);
  }
}
.l-pick .c-pick__item.item2 {
  aspect-ratio: 1/1;
  background-image: url(../images/l-p-s2.jpg);
}
@media (min-width: 768px) {
  .l-pick .c-pick__item.item2 {
    aspect-ratio: 710/473;
    background-image: url(../images/l-p-p2.jpg);
  }
}
.l-pick .c-pick__item.item3 {
  aspect-ratio: 710/473;
  background-image: url(../images/l-p-s3.jpg);
}

.l-serch {
  grid-column: 1/span 4;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-serch {
    grid-column: 1/span 12;
    margin-bottom: 120px;
  }
}
.l-serch .c-global-lead {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-serch .c-global-lead {
    margin-bottom: 56px;
  }
}
.l-serch .c-serch-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--g-var-grid-col-gap-pc);
}
@media (min-width: 768px) {
  .l-serch .c-serch-list {
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
  }
}
.l-serch .c-serch-item {
  grid-column: 1/span 4;
}
@media (min-width: 768px) {
  .l-serch .c-serch-item:nth-of-type(1) {
    grid-column: 1/span 4;
  }
  .l-serch .c-serch-item:nth-of-type(2) {
    grid-column: 5/span 4;
  }
  .l-serch .c-serch-item:nth-of-type(3) {
    grid-column: 9/span 4;
  }
}

.l-footer {
  width: 100%;
  height: 100%;
  border-top: 1px var(--c-border) solid;
}
.l-footer__inner {
  position: relative;
  padding: 100px 32px 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1025px) {
  .l-footer__inner {
    flex-direction: unset;
    gap: 0;
    padding: 120px 32px 32px;
  }
}
@media (min-width: 1025px) {
  .l-footer .c-global-nav {
    margin-right: 1.5915119363%;
  }
}
@media (min-width: 1025px) {
  .l-footer .c-global-sns {
    margin-left: 1.5915119363%;
  }
}
@media (min-width: 1025px) {
  .l-footer .c-global-copy {
    position: absolute;
    right: 32px;
    bottom: 32px;
  }
}

/* component
===================================================== */
.c-header-online {
  position: relative;
  z-index: 1001;
}
.c-header-online a {
  font-size: var(--g-font-size-xxs);
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  color: var(--c-text1);
  white-space: nowrap;
}
.c-header-online::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px; /* ← 画面左端から */
  width: calc(100% + 16px); /* ← ビューポート幅全体 */
  height: 1px;
  background-color: var(--c-text1);
  z-index: 0;
}
@media (min-width: 768px) {
  .c-header-online::after {
    left: -32px; /* ← 画面左端から */
    width: calc(100% + 32px); /* ← ビューポート幅全体 */
  }
}

.c-global-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}

.c-header-hamburger {
  position: relative;
  width: 24px;
  height: 17px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.4s ease-in-out;
}
.c-header-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--c-text1);
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.c-header-hamburger span:nth-of-type(1) {
  top: 0;
}
.c-header-hamburger span:nth-of-type(2) {
  top: 8px;
}
.c-header-hamburger span:nth-of-type(3) {
  bottom: 0;
}
.c-header-hamburger.is-active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c-header-hamburger.is-active span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}
.c-header-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-header-hamburger.is-active span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.c-header-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-header-nav {
    width: 480px;
    top: 0;
    left: calc(100% - 480px);
    border-left: 1px solid var(--c-border);
  }
}
.c-header-nav__list {
  font-size: var(--g-font-size-s);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-header-nav__list a {
  color: var(--c-main);
}

.c-cate-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: var(--g-font-size-l);
  font-family: var(--g-font-family-en);
  gap: 32px 12px;
}
@media (min-width: 768px) {
  .c-cate-list {
    gap: 32px 40px;
    width: 565px;
  }
}

.c-cate-item a {
  color: var(--c-main);
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.c-cate-item a::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
}

.c-sidebar-lead {
  font-size: var(--g-font-size-xxs);
}

.c-sidebar-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .c-sidebar-list {
    flex-direction: column;
  }
}
.c-sidebar-list a {
  font-size: var(--g-font-size-xs);
  color: var(--c-main);
  font-family: var(--g-font-family-en);
}

.c-sidebar-divider {
  color: var(--c-border);
}

@media (min-width: 768px) {
  .c-sidebar-item {
    position: relative;
    padding: 20px 0;
  }
}
.c-sidebar-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-border);
}
.c-sidebar-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-border);
}

.c-items-label {
  color: var(--c-main);
}
.c-items-label p:nth-of-type(1) {
  font-size: var(--g-font-size-xs);
}
.c-items-label p:nth-of-type(2) {
  font-size: var(--g-font-size-xxl);
  font-family: var(--g-font-family-en);
  font-weight: 700;
}
.c-items-label span {
  width: calc(100% + var(--g-var-grid-col-gap-sp));
  height: 1px;
  background-color: var(--c-main);
}
@media (min-width: 768px) {
  .c-items-label span {
    width: 100%;
  }
}

.c-serch-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .c-serch-list {
    gap: 64px;
  }
}

.c-serch-item dt {
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-sub-text);
  margin-bottom: 24px;
  padding-left: 8px;
}
.c-serch-item dd {
  font-size: var(--g-font-size-s);
  color: var(--c-main);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .c-serch-item dd {
    gap: 24px;
  }
}
.c-serch-item dd a {
  color: var(--c-main);
}

.c-global-logo svg {
  display: block;
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .c-global-logo svg {
    width: 130px;
  }
}

.c-global-scroll {
  font-size: var(--g-font-size-xxs);
  color: var(--c-text1);
}

.c-global-scrollbar {
  position: relative;
  height: 40px;
  width: 1px;
  background-color: var(--c-text1);
  overflow: hidden;
}
.c-global-scrollbar span {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-text2);
  animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.c-global-lead {
  font-size: var(--g-font-size-xl);
  font-weight: 500;
  color: var(--c-sub-text);
}

.c-global-description {
  font-size: var(--g-font-size-s);
}

.c-global-btn {
  background-color: var(--c-main);
  width: 328px;
  height: 56px;
}
.c-global-btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-global-nav {
  font-size: 12px;
}

.c-global__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.c-global__list a {
  color: var(--c-text1);
}

.c-global-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
}
.c-global-sns a {
  color: var(--c-text1);
}

.c-global-copy {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .c-global-vertical {
    display: block;
    width: 1px;
    height: 12px;
    background-color: var(--c-border);
  }
}

/* animation
===================================================== */
.c-header-nav {
  clip-path: inset(0 0 100% 0);
  transition: transform 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transition: clip-path 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
}
@media (min-width: 768px) {
  .c-header-nav {
    clip-path: inset(0 0 0 100%);
  }
}
.c-header-nav.is-open {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
  transition: clip-path 0.4s ease, opacity 0.4s ease;
}
.c-header-nav.is-open .c-global-lead,
.c-header-nav.is-open .c-global-description,
.c-header-nav.is-open .c-header-nav__list li,
.c-header-nav.is-open .c-global-btn,
.c-header-nav.is-open .c-global-sns,
.c-header-nav.is-open .c-global-copy {
  animation: fadeSlideIn 0.8s ease forwards;
  opacity: 0;
}
.c-header-nav.is-open .c-global-lead {
  animation-delay: 0.4s;
}
.c-header-nav.is-open .c-global-description {
  animation-delay: 0.5s;
}
.c-header-nav.is-open .c-header-nav__list li:nth-child(1) {
  animation-delay: 0.6s;
}
.c-header-nav.is-open .c-header-nav__list li:nth-child(2) {
  animation-delay: 0.7s;
}
.c-header-nav.is-open .c-header-nav__list li:nth-child(3) {
  animation-delay: 0.8s;
}
.c-header-nav.is-open .c-header-nav__list li:nth-child(4) {
  animation-delay: 0.9s;
}
.c-header-nav.is-open .c-header-nav__list li:nth-child(5) {
  animation-delay: 1s;
}
.c-header-nav.is-open .c-global-btn {
  animation-delay: 1.1s;
}
.c-header-nav.is-open .c-global-sns {
  animation-delay: 1.2s;
}
.c-header-nav.is-open .c-global-copy {
  animation-delay: 1.3s;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-sidebar {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  pointer-events: none;
}

.l-sidebar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-backbtn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  pointer-events: none;
}

.l-backbtn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-fv-logo {
  opacity: 0;
  visibility: hidden;
  width: 400%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.5s ease-in-out, 1.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .c-fv-logo {
    width: 150%;
  }
}
.c-fv-logo.is-visible {
  opacity: 0.5;
  visibility: visible;
}
.c-fv-logo.is-half {
  opacity: 1;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-fv-logo.is-half {
    width: 50%;
  }
}

.c-fv-item {
  opacity: 0;
  filter: blur(50px);
  transition: opacity 1s ease-in-out;
}
.c-fv-item.is-show {
  opacity: 1;
  filter: blur(0);
}

.c-global-logo.header-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.c-global-logo.header-logo.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes scroll-bar {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
:root {
  /* コンテンツ幅
  ===================================================== */
  --g-var-vh: 790;
  --g-var-vw: 1512;
  --g-var-vw-min: 768;
  --g-var-vw-max: 1920;
  --g-var-vw-min-unit: 768px;
  --g-var-vw-max-unit: 1920px;
  /* line-height
  ===================================================== */
  --t-lineheight-xs: 1;
  --t-lineheight-s: 1.25;
  --t-lineheight-m: 1.5;
  --t-lineheight-l: 1.75;
  --t-lineheight-xl: 2;
  /* color
  ===================================================== */
  --c-text1: #1c1c1c;
  --c-text2: #fff;
  --c-sub-text: #535353;
  --c-border: #dddddd;
  --c-main: #1E71BA;
  /* font-family
  ===================================================== */
  --g-font-family-jp:"futura-pt","dnp-shuei-gothic-gin-std", sans-serif;
  --g-font-family-en:"garamond-premier-pro",serif;
  /* font-family
  ===================================================== */
  --g-font-size-xxs: clamp(1rem, 1 / var(--g-var-vw)* 100* 12vw, 1.2rem);
  --g-font-size-xs: clamp(1.2rem, 1 / var(--g-var-vw)* 100* 14vw, 1.4rem);
  --g-font-size-s: clamp(1.4rem, 1 / var(--g-var-vw)* 100* 16vw, 1.6rem);
  --g-font-size-m: clamp(1.8rem, 1 / var(--g-var-vw)* 100* 20vw, 2rem);
  --g-font-size-l: clamp(2.4rem, 1 / var(--g-var-vw)* 100* 32vw, 3.2rem);
  --g-font-size-xl: clamp(3.2rem, 1 / var(--g-var-vw)* 100* 48vw, 4rem);
  --g-font-size-xxl: clamp(4.8rem, 1 / var(--g-var-vw)* 100* 56vw, 5.6rem);
  /* グリッド
  ===================================================== */
  --g-var-grid-col-pc: 12;
  --g-var-grid-col-sp: 4;
  --g-var-grid-col-gap-pc: 3.2rem;
  --g-var-grid-col-gap-sp: 1.6rem;
  --g-var-grid-row-gap-pc: 3.2rem;
  --g-var-grid-row-gap-sp: 1.6rem;
  /* ラディウス
  ===================================================== */
  --g-radius: 999px;
}

/* common
===================================================== */
html,
body {
  font-size: 62.5%;
  overscroll-behavior-y: none;
  width: 100%;
  line-height: var(--t-lineheight-xs);
  scroll-behavior: smooth;
  font-family: var(--g-font-family-jp);
  font-weight: 400;
  color: var(--c-text1);
}

.no-scroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

img,
video {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}
h3 {
  font-weight: 500;
  color: var(--c-sub-text);
}

.fs-16 {
  font-size: 16px !important;
}

/* 自動抽出
===================================================== */
.c-items__item {
  grid-column: 1/span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--g-var-grid-col-gap-sp);
  row-gap: calc(var(--g-var-grid-col-gap-sp) * 2);
}
@media (min-width: 768px) {
  .c-items__item {
    grid-column: 1/span 12;
    grid-template-columns: repeat(12, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
    row-gap: var(--g-var-grid-row-gap-pc);
  }
}
.c-items__item div:nth-child(odd) {
  grid-column: 1/span 2;
}
.c-items__item div:nth-child(even) {
  grid-column: 3/span 2;
}
@media (min-width: 768px) {
  .c-items__item div:nth-child(odd) {
    grid-column: unset; /* grid-columnをリセット */
  }
  .c-items__item div:nth-child(even) {
    grid-column: unset; /* grid-columnをリセット */
  }
}
@media (min-width: 768px) {
  .c-items__item li:nth-child(4n+1) {
    grid-column: 3/span 2;
  }
  .c-items__item li:nth-child(4n+2) {
    grid-column: 5/span 2;
  }
  .c-items__item li:nth-child(4n+3) {
    grid-column: 7/span 2;
  }
  .c-items__item li:nth-child(4n+4) {
    grid-column: 9/span 2;
  }
}
.c-items__item a {
  display: grid;
  row-gap: var(--gy);
}
.c-items__item p {
  font-size: var(--g-font-size-xs);
  color: var(--c-text1);
  line-height: var(--t-lineheight-s);
}
.c-items__item .price {
  font-size: var(--g-font-size-s);
}
.c-items__item .text-red {
  color: #ff0000;
}
.c-items__item .tt2 {
  color: #ff0000;
}
.c-items__item .photo span {
  display: none;
}
.c-items__item .tt01 {
  display: block;
}
.c-items__item .tt02 {
  display: block;
  color: #ff0000;
}
@media (min-width: 768px) {
  .c-items__item li a span {
    display: none;
  }
}
.c-items__item .ico_box {
  display: none;
}
.c-items__item .ico_box + p {
  display: none;
}
.c-items__item .textOverflow,
.c-items__item .label {
  margin: 2px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */