@charset "UTF-8";

@font-face {
  font-family: "monsterat";
  src: url("option/font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "monsterat";
  src: url("option/font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-font: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  --sub-font: "monsterat", sans-serif;
}

html,
body {
  position: relative;
  font-family: var(--main-font);
  margin: 0;
  padding: 0;
  scrollbar-gutter: stable;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
}

@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }

  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

ul,
li,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.link--external a {
  position: relative;
}

.link--external a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1111111111vw;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12" fill="none"><path d="M1.5 3.86963H10.5V10.8696H1.5V3.86963Z" stroke="%23AAAAAA"/><path d="M3.5 1.49072H12.5V8.49072" stroke="%23AAAAAA"/></svg>');
  width: 0.9722222222vw;
  height: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  .link--external a::after {
    width: 3.7333333333vw;
    height: 3.2vw;
    right: 4.2666666667vw;
  }
}

.headerBlock {
  width: 100%;
  height: 4.4444444444vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 10%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
  .headerBlock {
    height: 17.0666666667vw;
  }
}

.headerBlock .innerWrap {
  margin: max(16px, 1.1111111111vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap {
    margin: 4.2666666667vw;
  }
}

.headerBlock .innerWrap__item--left svg {
  width: max(120px, 8.3333333333vw);
  height: auto;
}

.headerBlock .innerWrap__item--left a {
  display: flex;
}

@media (hover: hover) {
  .headerBlock .innerWrap__item--left a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }

  .headerBlock .innerWrap__item--left a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}

.headerBlock .innerWrap__item--right {
  position: relative;
}

.headerBlock .innerWrap__item--right .btnWrap {
  display: flex;
  align-items: center;
  gap: max(16px, 1.1111111111vw);
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap__item--right .btnWrap {
    gap: 4.2666666667vw;
  }
}

.headerBlock .innerWrap__item--right .brandBtn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: var(--sub-font);
  font-size: 0.6944444444vw;
  padding: 0;
  margin-bottom: 0.4166666667vw;
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap__item--right .brandBtn {
    font-size: 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}

.headerBlock .innerWrap__item--right .brandBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-left: 0.2777777778vw solid transparent;
  border-right: 0.2777777778vw solid transparent;
  border-top: 0.2777777778vw solid currentColor;
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap__item--right .brandBtn::after {
    border-left: 1.0666666667vw solid transparent;
    border-right: 1.0666666667vw solid transparent;
    border-top: 1.0666666667vw solid currentColor;
  }
}

.headerBlock .innerWrap__item--right .brandBtn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.2777777778vw;
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap__item--right .brandBtn:focus-visible {
    outline-offset: 1.0666666667vw;
  }
}

.headerBlock .innerWrap__item--right .menuBtn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3472222222vw;
  width: 2.5vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .headerBlock .innerWrap__item--right .menuBtn {
    gap: 1.3333333333vw;
    width: 9.6vw;
  }
}

.headerBlock .innerWrap__item--right .menuBtn i {
  display: block;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.headerBlock .innerWrap__item--right .menuBtn i:nth-child(1),
.headerBlock .innerWrap__item--right .menuBtn i:nth-child(2) {
  width: 100%;
}

.headerBlock .innerWrap__item--right .menuBtn i:nth-child(3) {
  width: 60%;
  align-self: flex-first;
}

.headerBlock .innerWrap__item--right .menuBtn:hover i:nth-child(3),
.headerBlock .innerWrap__item--right .menuBtn:focus i:nth-child(3) {
  width: 100%;
}

.headerBlock .innerWrap__item--right .menuBtn:focus-visible {
  outline: 1px solid #FFF;
  outline-offset: 0.2777777778vw;
}

#modalNav {
  position: fixed;
  height: 100lvh;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

#modalNav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

nav[hidden] {
  display: none;
}

#brandArea,
#menuArea {
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  background: #ECECEC;
  color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s step-end;
}

#brandArea.is-open,
#menuArea.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
}

#brandArea {
  overflow: hidden;
}

#brandArea.is-open {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  #brandArea {
    padding: 1.6666666667vw 1.1111111111vw 3.3333333333vw 1.1111111111vw;
    border-radius: 16px;
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  #brandArea {
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
    padding: 6.4vw 4.2666666667vw 12.8vw 4.2666666667vw;
    top: 21.3333333333vw;
    width: 100%;
  }
}

#brandArea .headArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

#brandArea .headArea__title {
  font-size: 14px;
  font-family: var(--sub-font);
  font-weight: 600;
}

#brandArea .headArea__close {
  width: 3.6111111111vw;
}

@media screen and (max-width: 767px) {
  #brandArea .headArea__close {
    width: 13.8666666667vw;
  }
}

#brandArea .brandList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  overflow-y: auto;
  max-height: calc(100vh - 5.5555555556vw - 24px - 48px - 64px);
}

@media screen and (min-width: 768px) {
  #brandArea .brandList {
    border-radius: 3px;
    grid-template-columns: repeat(12, 1fr);
  }

  #brandArea .brandList li:nth-child(-n+4) {
    grid-column: span 3;
  }

  #brandArea .brandList li:nth-child(n+5) {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  #brandArea .brandList {
    max-height: calc(100vh - 21.3333333333vw - 24px - 48px - 64px);
  }

  #brandArea .brandList li:nth-child(1) {
    border-radius: 3px 0 0 0;
    overflow: hidden;
  }

  #brandArea .brandList li:nth-child(2) {
    border-radius: 0 3px 0 0;
    overflow: hidden;
  }

  #brandArea .brandList li:nth-last-child(6) {
    border-radius: 0 0 0 3px;
    overflow: hidden;
  }

  #brandArea .brandList li:nth-last-child(4) {
    border-radius: 0 0 3px 0;
    overflow: hidden;
  }
}

#brandArea .brandList>li {
  grid-column: span 2;
}

#brandArea .brandList>li:nth-child(-n+4) {
  grid-column: span 3;
}

#brandArea .brandList>li>a {
  display: block;
  text-align: center;
  font-size: min(12px, 0.8333333333vw);
  font-family: var(--sub-font);
  background: #fff;
  color: #000;
  text-decoration: none;
}

#brandArea .brandList__item--noImage {
  background: #DDD;
}

#menuArea {
  box-sizing: border-box;
  width: 21.5277777778vw;
  min-height: 100lvh;
  padding: 1.6666666667vw 1.6666666667vw 0 1.6666666667vw;
  background: #FFF;
  right: 0;
  transform: translateX(100px);
}

@media screen and (max-width: 767px) {
  #menuArea {
    width: calc(100% - 17.0666666667vw);
    padding: 6.4vw 6.4vw 0 6.4vw;
  }
}

#menuArea .headArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menuArea .headArea__close {
  width: 3.6111111111vw;
}

@media screen and (max-width: 767px) {
  #menuArea .headArea__close {
    width: 13.8666666667vw;
  }
}

#menuArea .menuArea__list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__list {
    margin: 0 0 10.6666666667vw 0;
  }
}

#menuArea .menuArea__list li {
  border-bottom: solid 1px #EEE;
}

#menuArea .menuArea__list>li>a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 24px 8px 24px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__list>li>a {
    font-size: 3.7333333333vw;
    padding: 6.4vw 2.1333333333vw 6.4vw 0;
  }
}

#menuArea .menuArea__list>li>a span {
  display: block;
  font-family: var(--sub-font);
  font-size: 10px;
  color: #AAA;
  font-weight: 400;
}

#menuArea .menuArea__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__link {
    gap: 2.1333333333vw;
  }
}

#menuArea .menuArea__link>li>a {
  display: block;
  position: relative;
  padding: 8px 16px 8px 8px;
  background: #ECECEC;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__link>li>a {
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 2.1333333333vw;
  }
}

#menuArea .menuArea__link>li>a::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12" fill="none"><path d="M1 3.87891H10V10.8789H1V3.87891Z" stroke="%23AAAAAA"/><path d="M3 1.5H12V8.5" stroke="%23AAAAAA"/></svg>');
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__link>li>a::after {
    width: 3.4666666667vw;
    height: 3.2vw;
    right: 4.2666666667vw;
  }
}

#menuArea .menuArea__link .linkWrap {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

#menuArea .menuArea__link .linkWrap__icon {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__link .linkWrap__icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

#menuArea .menuArea__link .linkWrap__text {
  font-size: 10px;
  color: #666;
  font-family: var(--sub-font);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #menuArea .menuArea__link .linkWrap__text {
    font-size: 2.6666666667vw;
  }
}

#menuArea .menuArea__link .linkWrap__text span {
  display: block;
  color: #555;
  font-family: var(--main-font);
  font-weight: 400;
}

.footerBlock {
  inline-size: 100%;
  background-image: url(../images/footerBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
}

.footerBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .footerBlock__title {
    margin: 0 auto 8.5333333333vw;
    width: 100%;
    gap: 3.2vw;
  }
}

.footerBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footerBlock__title h2 {
    font-size: 18px;
  }
}

.footerBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.footerBlock__text {
  font-size: 13px;
  color: #EEE;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footerBlock__text {
    width: 36.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  .footerBlock__text {
    font-size: 2.9333333333vw;
    margin-bottom: 17.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .footerBlock .innerWrap {
    width: 83.3333333333vw;
    margin: 0 auto;
    padding-top: 4.4444444444vw;
    padding-bottom: 4.4444444444vw;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footerBlock .innerWrap {
    width: calc(100% - 8.5333333333vw);
    margin: 0 auto;
    padding-top: 17.0666666667vw;
  }
}

.footerBlock .footerWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .footerBlock .footerWrap {
    align-items: center;
    margin-bottom: 17.0666666667vw;
  }
}

.footerBlock .footerWrap__logo svg {
  width: max(9.375vw, 135px);
  height: 100%;
  fill: #CCC;
}

@media screen and (max-width: 767px) {
  .footerBlock .footerWrap__logo svg {
    width: 38.4vw;
  }
}

.footerBlock .footerWrap__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.1111111111vw;
}

@media screen and (max-width: 767px) {
  .footerBlock .footerWrap__sns {
    gap: 5.3333333333vw;
    justify-content: center;
  }
}

.footerBlock .footerWrap__sns li:first-child {
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .footerBlock .footerWrap__sns li:first-child {
    width: 5.3333333333vw;
  }
}

.footerBlock .footerWrap__sns li:last-child {
  width: 15px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .footerBlock .footerWrap__sns li:last-child {
    width: 4vw;
  }
}

.footerBlock__breadcrumb {
  width: calc(100% - 2.2222222222vw);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--sub-font);
  font-size: 9px;
  line-height: 100%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footerBlock__breadcrumb {
    width: calc(100% - 8.5333333333vw);
    font-size: 2.4vw;
  }
}

.footerBlock__breadcrumb .breadcrumb__list {
  padding: 1.1111111111vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footerBlock__breadcrumb .breadcrumb__list {
    padding: 4.2666666667vw 0;
  }
}

.footerBlock__breadcrumb .breadcrumb__list li a {
  color: #FFF;
}

.footerBlock__copy {
  background: #000;
  color: #999;
  padding: 1.25vw 1.1111111111vw;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy {
    padding: 4.8vw 4.2666666667vw;
    line-height: 100%;
  }
}

.footerBlock__copy>p>small {
  font-family: var(--sub-font);
  font-size: 9px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy>p>small {
    font-size: 2.4vw;
  }
}

.footerBlock__copy>ul {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy>ul {
    padding-top: 1.6vw;
  }
}

.footerBlock__copy>ul li {
  color: #999;
  font-family: var(--main-font);
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy>ul li {
    font-size: 2.6666666667vw;
  }
}

.footerBlock__copy>ul li+li {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy>ul li+li {
    padding-top: 1.6vw;
  }
}

.footerBlock__copy>ul li>a {
  color: #999;
  font-family: var(--main-font);
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .footerBlock__copy>ul li>a {
    font-size: 2.6666666667vw;
  }
}

.wrapper {
  position: relative;
}

.contentswrapper {
  width: 100%;
  position: relative;
}

.visualBlock {
  position: relative;
  inline-size: 100%;
  min-height: calc(100svh - 16px);
  --frameP: 0;
  --blurP: 0;
  --frameColor: 255, 255, 255;
  --frameW: calc(var(--frameP) * 16px);
  --blurAmt: calc(var(--blurP) * 12px);
}

@media screen and (max-width: 767px) {
  .visualBlock {
    width: 100%;
    min-height: 100svh;
    border-width: var(--frameW);
  }
}

.visualBlock__video {
  position: sticky;
  top: 0;
  height: 100svh;
  margin-top: -100svh;
  width: 100%;
  overflow: clip;
  z-index: 1;
}

.visualBlock__video video {
  width: auto;
  height: 100vh;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.visualBlock__video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-sizing: border-box;
  border-color: rgb(var(--frameColor));
  border-width: var(--frameW);
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .visualBlock__video::after {
    border-width: var(--frameW) var(--frameW) 0 var(--frameW);
  }
}

.visualBlock__video>video,
.visualBlock__video>iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  filter: blur(var(--blurAmt));
  will-change: filter;
}

.visualBlock__btn {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .visualBlock__btn {
    text-align: left;
    left: 0;
  }
}

.visualBlock__btn a {
  background: #222;
  display: inline-flex;
  align-items: center;
  padding: 1.6666666667vw;
  font-size: 0.9027777778vw;
  color: #EEE;
  position: relative;
}

@media screen and (max-width: 767px) {
  .visualBlock__btn a {
    padding: 4.2666666667vw;
    display: flex;
    justify-content: space-between;
    font-size: 2.9333333333vw;
  }
}

@media (hover: hover) {
  .visualBlock__btn a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }

  .visualBlock__btn a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.visualBlock__btn .arrow {
  display: inline-block;
  width: 0.2083333333vw;
  height: 0.4166666667vw;
  margin-left: 0.2777777778vw;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 6" fill="none"><path d="M3 3L3.02841e-07 0L0 6L3 3Z" fill="%23888888"/></svg>');
}

@media screen and (max-width: 767px) {
  .visualBlock__btn .arrow {
    width: 0.8vw;
    height: 1.6vw;
    margin-left: 1.0666666667vw;
  }
}

.visualBlock .copyWrap {
  height: 100svh;
  position: relative;
}

.visualBlock .copyWrap__main {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 2.7777777778vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .visualBlock .copyWrap__main {
    font-size: 6.4vw;
  }
}

.visualBlock .copyWrap__main span {
  display: block;
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 1.3888888889vw;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .visualBlock .copyWrap__main span {
    font-size: 4.2666666667vw;
  }
}

.visualBlock__spacer {
  height: 1svh;
}

.visualBlock .leadArea {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .visualBlock .leadArea {
    font-size: 4.2666666667vw;
    padding: max(16px, 4.2666666667vw) max(16px, 4.2666666667vw) max(32px, 8.5333333333vw) max(16px, 4.2666666667vw);
  }
}

.visualBlock .leadArea__title {
  font-size: 1.3888888889vw;
  line-height: 2.4;
  font-weight: 600;
  margin-bottom: 6.6666666667vw;
}

@media screen and (max-width: 767px) {
  .visualBlock .leadArea__title {
    font-size: 4.2666666667vw;
    margin-bottom: 25.6vw;
  }
}

.visualBlock .leadArea__text {
  font-size: 0.9722222222vw;
  line-height: 2.4;
  font-weight: 400;
  max-width: 50vw;
  margin: 0 auto;
  padding-bottom: 8.3333333333vw;
}

@media screen and (max-width: 767px) {
  .visualBlock .leadArea__text {
    font-size: 3.2vw;
    padding-bottom: 32vw;
    max-width: 100%;
  }
}

.infoBlock {
  width: 83.3333333333vw;
  padding-top: 4.4444444444vw;
  padding-bottom: 5.5555555556vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .infoBlock {
    padding: 0;
  }
}

.infoBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  .infoBlock__title {
    display: none;
    gap: 3.2vw;
  }
}

.infoBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.infoBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.infoBlock .listWrap {
  width: 62.5vw;
}

@media screen and (max-width: 767px) {
  .infoBlock .listWrap {
    width: 100%;
  }
}

.infoBlock .listWrap li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoBlock .listWrap li {
    border-bottom: solid 1px #DDD;
  }
}

.infoBlock .listWrap li a {
  padding-bottom: 1.1111111111vw;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBlock .listWrap li a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 3 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3.5L3.02841e-07 6.5L0 0.5L3 3.5Z" fill="%23888888"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  .infoBlock .listWrap li a {
    padding: 5.3333333333vw 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .infoBlock .listWrap li+li {
    padding-top: 1.1111111111vw;
  }
}

.infoBlock .listWrap .itemWrap__date {
  color: #BBB;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .infoBlock .listWrap .itemWrap__date {
    font-size: 2.9333333333vw;
    display: block;
  }
}

.infoBlock .listWrap .itemWrap__text {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .infoBlock .listWrap .itemWrap__text {
    margin-left: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  .infoBlock .listWrap .itemWrap__text {
    font-size: 3.2vw;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .infoBlock .swiper-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .infoBlock .swiper-slide {
    width: 100%;
  }

  .infoBlock .swiper-slide a {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .infoBlock .swiper-button-prev,
  .infoBlock .swiper-button-next {
    position: absolute;
    color: #999;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    top: 65%;
  }

  .infoBlock .swiper-button-prev::after,
  .infoBlock .swiper-button-next::after {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {

  .infoBlock .swiper-button-prev,
  .infoBlock .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .infoBlock .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .infoBlock .swiper-button-next {
    right: 0;
  }
}

.brandBlock {
  background: #ECECEC;
  padding: 5.5555555556vw 0;
}

@media screen and (max-width: 767px) {
  .brandBlock {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}

.brandBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  width: 83.3333333333vw;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .brandBlock__title {
    margin: 0 auto 8.5333333333vw;
    width: 100%;
    gap: 3.2vw;
  }
}

.brandBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .brandBlock__title h2 {
    font-size: 18px;
  }
}

.brandBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.brandBlock .brandList {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: grid;
  gap: 1px;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .brandBlock .brandList {
    grid-template-columns: repeat(12, 1fr);
  }

  .brandBlock .brandList li:nth-child(-n+4) {
    grid-column: span 3;
  }

  .brandBlock .brandList li:nth-child(n+5) {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .brandBlock .brandList {
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
  }

  .brandBlock .brandList li:nth-child(-n+4) {
    grid-column: span 3;
  }

  .brandBlock .brandList li:nth-child(n+5) {
    grid-column: span 2;
  }
}

.brandBlock .brandList__item {
  background: #FFF;
}

.brandBlock .brandList__item--noImage {
  background: #DDD;
}

.areaBlock {
  position: relative;
  padding: 8.3333333333vw 0;
}

@media screen and (max-width: 767px) {
  .areaBlock {
    padding: 21.3333333333vw 4.2666666667vw 25.6vw;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock {
    display: flex;
    justify-content: space-between;
    gap: auto;
    width: 83.3333333333vw;
    margin: 0 auto;
  }
}

.areaBlock__title {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .areaBlock__title {
    gap: 0.8333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock__title {
    margin: 0 auto 8.5333333333vw;
    width: 100%;
    gap: 3.2vw;
  }
}

.areaBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .areaBlock__title h2 {
    font-size: 18px;
  }
}

.areaBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter {
    font-size: min(14px, 0.9722222222vw);
    width: 100%;
    max-width: 62.5vw;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter {
    font-size: 3.2vw;
  }
}

.areaBlock .prefFilter__grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__grid {
    grid-template-rows: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 3px;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter .prefFilter__group+.prefFilter__group {
    padding-top: 2.2222222222vw;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__group {
    display: grid;
    grid-template-columns: 28% 1fr;
    gap: 1.6666666667vw 2.2222222222vw;
    align-items: flex-start;
    padding-bottom: 2.2222222222vw;
    border-bottom: solid 1px #ddd;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__group {
    position: relative;
  }
}

@media screen and (max-width: 767px) {

  .areaBlock .prefFilter__group:nth-of-type(2) .prefFilter__list,
  .areaBlock .prefFilter__group:nth-of-type(4) .prefFilter__list,
  .areaBlock .prefFilter__group:nth-of-type(7) .prefFilter__list {
    margin-left: calc(-100% - 1px);
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__regionBtn {
    all: unset;
    display: block;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__regionBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5.8666666667vw 4.2666666667vw;
    border: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__regionBtn[aria-expanded=true] {
    background: #555;
  }

  .areaBlock .prefFilter__regionBtn[aria-expanded=true] .prefFilter__icon::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 11" fill="none"><path d="M0.5 4.99072H11.5V5.99072H0.5V4.99072Z" fill="%23AAA"/></svg>');
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__icon {
    transition: transform 0.2s ease;
  }

  .areaBlock .prefFilter__icon::before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 11" fill="none"><path d="M5.5 -0.00927734H6.5V10.9907H5.5V-0.00927734Z" fill="%23AAA"/><path d="M0.5 4.99072H11.5V5.99072H0.5V4.99072Z" fill="%23AAA"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.areaBlock .prefFilter__list {
  display: grid;
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__list {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 3.3333333333vw;
    column-gap: 3.3333333333vw;
    row-gap: 1.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    width: 91.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__item.is-disabled {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__item.is-disabled a {
    pointer-events: none;
    color: #999;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__item:not(.is-disabled) a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 3 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3.5L3.02841e-07 6.5L0 0.5L3 3.5Z" fill="%23888888"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .areaBlock .prefFilter__item a {
    font-size: min(13px, 0.9027777778vw);
    display: inline;
    width: auto;
    position: relative;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .areaBlock .prefFilter__item {
    background: #ECECEC;
  }

  .areaBlock .prefFilter__item a {
    position: relative;
    display: block;
    padding: 5.3333333333vw 4.2666666667vw;
    color: #000;
    font-size: 3.2vw;
  }

  .areaBlock .prefFilter__item a::after {
    content: "";
    position: absolute;
    width: 0.8vw;
    height: 1.8666666667vw;
    right: 4.2666666667vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 7" fill="none"><path d="M3 3.49072L3.02841e-07 6.49072L0 0.490723L3 3.49072Z" fill="%23999"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.movieBlock {
  padding-bottom: 6.6666666667vw;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movieBlock {
    padding-bottom: 25.6vw;
  }
}

@media screen and (min-width: 768px) {
  .movieBlock__inner {
    width: 100%;
    height: 100svh;
    overflow: clip;
  }
}

@media screen and (max-width: 767px) {
  .movieBlock__inner {
    width: 100vw;
    height: auto;
  }
}

.movieBlock__inner video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 768px) {
  .movieBlock__inner video {
    height: 100vh;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .movieBlock__inner video {
    width: 100%;
    height: 100%;
  }
}

.instaBlock {
  padding-bottom: 6.6666666667vw;
}

@media screen and (max-width: 767px) {
  .instaBlock {
    padding-bottom: 25.6vw;
  }
}

.instaBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  width: 83.3333333333vw;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .instaBlock__title {
    margin: 0 4.2666666667vw 8.5333333333vw;
    width: calc(100% - 8.5333333333vw);
    gap: 3.2vw;
  }
}

.instaBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .instaBlock__title h2 {
    font-size: 18px;
  }
}

.instaBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.instaBlock__btn {
  font-size: 12px;
  width: 240px;
  margin: 3.3333333333vw auto 0;
}

@media screen and (max-width: 767px) {
  .instaBlock__btn {
    font-size: 3.2vw;
    width: 64vw;
    margin: 10.6666666667vw auto 0;
  }
}

.instaBlock__btn a {
  border-radius: 56px;
  border: solid 1px #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
}

@media screen and (max-width: 767px) {
  .instaBlock__btn a {
    padding: 4.5333333333vw;
  }
}

.instaBlock__btn svg {
  width: 14px;
}

@media screen and (max-width: 767px) {
  .instaBlock__btn svg {
    width: 3.7333333333vw;
  }
}

.instaBlock__btn span {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .instaBlock__btn span {
    margin-left: 1.6vw;
  }
}

.instaBlock .instaList {
  display: flex;
  height: 100%;
}

.instaBlock .instaList__item {
  width: 16.6666666667vw;
  height: 100%;
  aspect-ratio: 1080/1920;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 0.5555555556vw;
}

@media screen and (max-width: 767px) {
  .instaBlock .instaList__item {
    margin-right: 2.1333333333vw;
    width: 49.0666666667vw;
  }
}

.instaBlock .instaList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instaBlock .instaList__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/*
.instaBlock .instaList__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .instaBlock .instaList__item::after {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
*/
.instaBlock .swiper-wrapper {
  transition-timing-function: linear;
}

.modalBlock {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99;
  background: rgb(0, 0, 0);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

.modalBlock.is-open {
  display: block;
}

.modalBlock .videoBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .modalBlock .videoBlock {
    height: 100vh;
    padding: 9.6vw 0;
    gap: 4.4444444444vw;
  }
}

@media screen and (max-width: 767px) {
  .modalBlock .videoBlock {
    height: 100%;
    min-height: 100vh;
    gap: 3.2vw;
    flex-direction: column;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}

.modalBlock .videoBlock__video {
  height: 85.5vh;
  border-radius: 3px;
  overflow: hidden;
  background: #000;
  z-index: 2;
  aspect-ratio: 1080/1920;
}

.modalBlock .btnArea {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.modalBlock .btnArea__follow {
  font-size: 12px;
  width: 240px;
  margin: 3.3333333333vw auto 0;
}

@media screen and (max-width: 767px) {
  .modalBlock .btnArea__follow {
    font-size: 3.2vw;
    width: 64vw;
    margin: 10.6666666667vw auto 0;
  }
}

.modalBlock .btnArea__follow a {
  color: #FFF;
  border-radius: 56px;
  border: solid 1px #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
}

@media screen and (max-width: 767px) {
  .modalBlock .btnArea__follow a {
    padding: 4.5333333333vw;
  }
}

.modalBlock .btnArea__close {
  color: #666;
  font-size: 11px;
  cursor: pointer;
}

.noteBlock {
  padding-bottom: 8.3333333333vw;
}

@media screen and (max-width: 767px) {
  .noteBlock {
    padding-bottom: 4.2666666667vw;
  }
}

.noteBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  width: 83.3333333333vw;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .noteBlock__title {
    margin: 0 4.2666666667vw 8.5333333333vw;
    width: calc(100% - 8.5333333333vw);
    gap: 3.2vw;
  }
}

.noteBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .noteBlock__title h2 {
    font-size: 18px;
  }
}

.noteBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.noteBlock__btn {
  font-size: 12px;
  width: 240px;
  margin: 3.3333333333vw auto 0;
}

@media screen and (max-width: 767px) {
  .noteBlock__btn {
    font-size: 3.2vw;
    width: 64vw;
    margin: 10.6666666667vw auto 0;
  }
}

.noteBlock__btn a {
  border-radius: 56px;
  border: solid 1px #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
}

@media screen and (max-width: 767px) {
  .noteBlock__btn a {
    padding: 4.5333333333vw;
  }
}

.noteBlock__btn svg {
  width: 12px;
}

@media screen and (max-width: 767px) {
  .noteBlock__btn svg {
    width: 3.2vw;
  }
}

.noteBlock__btn span {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .noteBlock__btn span {
    margin-left: 1.6vw;
  }
}

.noteBlock .image {
  margin-bottom: 1.1111111111vw;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .noteBlock .image {
    margin-bottom: 4.2666666667vw;
  }
}

.noteBlock .noteList {
  display: grid;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .noteBlock .noteList {
    width: 83.3333333333vw;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.7777777778vw;
    column-gap: 2.7777777778vw;
    row-gap: 2.2222222222vw;
  }
}

@media screen and (max-width: 767px) {
  .noteBlock .noteList li+li {
    padding-top: 8.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .noteBlock .noteList .detailWrap {
    margin-inline: 4.2666666667vw;
  }
}

.noteBlock .noteList .detailWrap__text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  .noteBlock .noteList .detailWrap__text {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}

.noteBlock .noteList .detailWrap__name {
  display: flex;
  align-items: center;
}

.noteBlock .noteList .detailWrap__name .shop {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 10px;
}

.noteBlock .noteList .detailWrap__name .shop::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_note.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .noteBlock .noteList .detailWrap__name .shop::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-right: 1.0666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .noteBlock .noteList .detailWrap__name .shop {
    font-size: 2.6666666667vw;
  }
}

.noteBlock .noteList .detailWrap__name .staff {
  color: #666;
  font-size: 10px;
}

.noteBlock .noteList .detailWrap__name .staff::before {
  content: "/";
  display: inline-block;
  font-size: 10px;
  margin: 0 4px;
}

.typeBlock {
  width: 83.3333333333vw;
  margin: 0 auto 8.3333333333vw;
}

@media screen and (max-width: 767px) {
  .typeBlock {
    margin: 0 4.2666666667vw 25.6vw;
    width: calc(100% - 8.5333333333vw);
  }
}

.typeBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .typeBlock__title {
    margin-bottom: 8.5333333333vw;
    gap: 3.2vw;
  }
}

.typeBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .typeBlock__title h2 {
    font-size: 18px;
  }
}

.typeBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.typeBlock .tabWrap {
  display: inline-flex;
  justify-content: flex-start;
  gap: 16px;
  border-bottom: solid 1px #BBB;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .typeBlock .tabWrap {
    width: 100%;
    margin: 0 0 8.5333333333vw 0;
    gap: 4.2666666667vw;
  }
}

.typeBlock .tabWrap__item {
  position: relative;
  cursor: pointer;
  padding: 8px 16px 16px;
  font-weight: 600;
  color: #BBB;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .typeBlock .tabWrap__item {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .typeBlock .tabWrap__item {
    padding: 2.1333333333vw 4.2666666667vw 4.2666666667vw;
  }
}

.typeBlock .tabWrap__item.is-active {
  color: #000;
}

.typeBlock .tabWrap__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

.typeBlock .listWrap {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  font-size: 13px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .typeBlock .listWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 3.2vw;
  }
}

.typeBlock .listWrap.is-active {
  display: grid;
  opacity: 1;
}

.typeBlock .listWrap__item {
  position: relative;
  background: #ECECEC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.typeBlock .listWrap__item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 7" fill="none"><path d="M3 3.49072L3.02841e-07 6.49072L0 0.490723L3 3.49072Z" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .typeBlock .listWrap__item::after {
    width: 0.8vw;
    height: 1.8666666667vw;
    right: 4.2666666667vw;
  }
}

.typeBlock .listWrap__item a {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 3px;
  padding: 0.9722222222vw 1.1111111111vw;
}

@media screen and (max-width: 767px) {
  .typeBlock .listWrap__item a {
    gap: 0.8vw;
    padding: 3.7333333333vw 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .typeBlock .listWrap__item {
    border-radius: 3px;
  }
}

.typeBlock__btn {
  font-size: 12px;
  width: 240px;
  margin: 3.3333333333vw auto 0;
}

@media screen and (max-width: 767px) {
  .typeBlock__btn {
    font-size: 3.2vw;
    width: 64vw;
    margin: 10.6666666667vw auto 0;
  }
}

.typeBlock__btn a {
  border-radius: 56px;
  border: solid 1px #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .typeBlock__btn a {
    padding: 4.5333333333vw;
  }
}

.typeBlock__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1111111111vw;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 11" fill="none"><path d="M3 7.37988L0 4.37988L6 4.37988L3 7.37988Z" fill="%23AAAAAA"/></svg>');
  width: 0.4861111111vw;
  height: 0.7638888889vw;
}

@media screen and (max-width: 767px) {
  .typeBlock__btn a::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    right: 4.2666666667vw;
  }
}

.typeBlock__btn svg {
  width: 10px;
}

@media screen and (max-width: 767px) {
  .typeBlock__btn svg {
    width: 2.6666666667vw;
  }
}

.typeBlock__btn span {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .typeBlock__btn span {
    margin-left: 1.6vw;
  }
}

.typeBlock .typeItem01 svg {
  width: 15px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem01 svg {
    width: 4vw;
    height: 4.5333333333vw;
  }
}

.typeBlock .typeItem02 svg {
  width: 25px;
  height: 29px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem02 svg {
    width: 6.6666666667vw;
    height: 7.7333333333vw;
  }
}

.typeBlock .typeItem03 svg {
  width: 19px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem03 svg {
    width: 5.0666666667vw;
    height: 4.5333333333vw;
  }
}

.typeBlock .typeItem04 svg {
  width: 18px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem04 svg {
    width: 4.8vw;
    height: 4.5333333333vw;
  }
}

.typeBlock .typeItem05 svg {
  width: 19px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem05 svg {
    width: 5.0666666667vw;
    height: 4vw;
  }
}

.typeBlock .typeItem06 svg {
  width: 15px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .typeBlock .typeItem06 svg {
    width: 4vw;
    height: 4.5333333333vw;
  }
}

.attributeBlock {
  width: 83.3333333333vw;
  margin: 0 auto 3.8888888889vw;
}

@media screen and (max-width: 767px) {
  .attributeBlock {
    margin: 0 4.2666666667vw 12.8vw;
    width: calc(100% - 8.5333333333vw);
  }
}

.attributeBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .attributeBlock__title {
    margin-bottom: 8.5333333333vw;
    gap: 3.2vw;
  }
}

.attributeBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .attributeBlock__title h2 {
    font-size: 18px;
  }
}

.attributeBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.attributeBlock .tabWrap {
  display: inline-flex;
  justify-content: flex-start;
  gap: 16px;
  border-bottom: solid 1px #BBB;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .attributeBlock .tabWrap {
    width: 100%;
    margin: 0 0 8.5333333333vw 0;
    gap: 4.2666666667vw;
  }
}

.attributeBlock .tabWrap__item {
  position: relative;
  cursor: pointer;
  padding: 8px 16px 16px;
  font-weight: 600;
  color: #BBB;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .attributeBlock .tabWrap__item {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .attributeBlock .tabWrap__item {
    padding: 2.1333333333vw 4.2666666667vw 4.2666666667vw;
  }
}

.attributeBlock .tabWrap__item.is-active {
  color: #000;
}

.attributeBlock .tabWrap__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

.attributeBlock .listWrap {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.attributeBlock .listWrap.is-active {
  display: flex;
  opacity: 1;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .attributeBlock .listWrap.is-active {
    gap: 2.6666666667vw;
  }
}

.attributeBlock .listWrap__item {
  position: relative;
}

.attributeBlock .listWrap__item a {
  background: #ECECEC;
  border-radius: 62px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 12px 30px 12px 12px;
}

@media screen and (max-width: 767px) {
  .attributeBlock .listWrap__item a {
    border-radius: 16.5333333333vw;
    font-size: 2.9333333333vw;
    gap: 2.1333333333vw;
    padding: 3.2vw 8vw 3.2vw 3.2vw;
  }
}

.attributeBlock .listWrap__item .icon {
  width: 28px;
  height: 28px;
}

.attributeBlock .listWrap__item .icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .attributeBlock .listWrap__item .icon {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.attributeBlock .listWrap__item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 7" fill="none"><path d="M3 3.49072L3.02841e-07 6.49072L0 0.490723L3 3.49072Z" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .attributeBlock .listWrap__item::after {
    width: 0.8vw;
    height: 1.8666666667vw;
    right: 4.2666666667vw;
  }
}

.listBlock {
  width: 83.3333333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .listBlock {
    width: calc(100% - 8.5333333333vw);
    margin: 0 auto;
  }
}

.listBlock__title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .listBlock__title {
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .listBlock__list {
    width: 83.3333333333vw;
    margin-bottom: 4.4444444444vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.3333333333vw;
    column-gap: 3.3333333333vw;
    row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .listBlock__list {
    margin-bottom: 12.8vw;
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}

.listBlock__list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  height: 2em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .listBlock__list li a {
    gap: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}

.listBlock__list li a img {
  width: 18px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .listBlock--type .listBlock__list {
    row-gap: 20px;
    margin-bottom: 8.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .listBlock--type .listBlock__list {
    gap: 3.2vw;
    margin-bottom: 21.3333333333vw;
  }
}

.listBlock--type .listBlock__list li a {
  position: relative;
  height: 1em;
}

.listBlock--type .listBlock__list li a::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #BBB;
  display: block;
}

@media screen and (min-width: 768px) {
  .faqBlock {
    width: 83.3333333333vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .faqBlock {
    width: calc(100% - 8.5333333333vw);
    margin: 0 auto 21.3333333333vw;
  }
}

.faqBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  .faqBlock__title {
    margin-bottom: 8.5333333333vw;
    gap: 3.2vw;
  }
}

.faqBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faqBlock__title h2 {
    font-size: 18px;
  }
}

.faqBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

@media screen and (min-width: 768px) {
  .faqBlock__list {
    width: 62.5vw;
  }
}

.faqBlock__list li+li {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .faqBlock__list li+li {
    padding-top: 2.1333333333vw;
  }
}

.faqBlock__question {
  width: 100%;
  background: #ECECEC;
  color: #000;
  border-radius: 3px;
  border: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6666666667vw 1.1111111111vw;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .faqBlock__question {
    padding: 6.4vw 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}

.faqBlock__question::before {
  content: "Q.";
  font-size: 12px;
  font-family: var(--sub-font);
  font-weight: 600;
  margin-right: 0.5em;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .faqBlock__question::before {
    font-size: 3.2vw;
  }
}

.faqBlock__question::after {
  content: "";
  position: absolute;
  display: block;
  right: 1.1111111111vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 12" fill="none"><path d="M5 0.0195312H6V11.0195H5V0.0195312Z" fill="%23AAAAAA"/><path d="M0 5.01953H11V6.01953H0V5.01953Z" fill="%23AAAAAA"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .faqBlock__question::after {
    right: 4.2666666667vw;
    width: 2.9333333333vw;
    height: 3.2vw;
  }
}

.faqBlock__question.is-open {
  border-radius: 3px 3px 0 0;
}

.faqBlock__question.is-open::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 12" fill="none"><path d="M0 5.01953H11V6.01953H0V5.01953Z" fill="%23AAAAAA"/></svg>');
}

.faqBlock .answerWrap {
  background: #FAFAFA;
  border-right: solid 1px #EEE;
  border-left: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  padding: 1.6666666667vw 1.1111111111vw;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .faqBlock .answerWrap {
    padding: 6.4vw 4.2666666667vw;
    font-size: 3.2vw;
  }
}

.faqBlock .answerWrap__inner {
  display: flex;
}

.faqBlock .answerWrap__inner::before {
  content: "A.";
  font-size: 12px;
  font-family: var(--sub-font);
  font-weight: 600;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .faqBlock .answerWrap__inner::before {
    font-size: 3.2vw;
  }
}

.faqBlock .answerWrap__item dl+dl {
  padding-top: 1.35em;
}

.faqBlock .answerWrap__item dd {
  margin-inline-start: 0.5em;
}

.faqBlock .answerWrap__item small {
  color: #666;
  font-size: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faqBlock .answerWrap__item small {
    font-size: 2.6666666667vw;
  }
}

.workBlock {
  padding-bottom: 5.5555555556vw;
}

@media screen and (max-width: 767px) {
  .workBlock {
    padding-bottom: 21.3333333333vw;
  }
}

.workBlock__head {
  width: 83.3333333333vw;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .workBlock__head {
    margin: 0 4.2666666667vw 8.5333333333vw;
    width: calc(100% - 8.5333333333vw);
  }
}

.workBlock__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .workBlock__title {
    margin-bottom: 8.5333333333vw;
    gap: 3.2vw;
  }
}

.workBlock__title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .workBlock__title h2 {
    font-size: 18px;
  }
}

.workBlock__title span {
  font-family: var(--sub-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}

.workBlock__main {
  position: relative;
  width: 100%;
}

.workBlock__main img {
  width: 100%;
  min-height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
}

.workBlock__main li {
  position: sticky;
  top: 0;
}

.workBlock__main .listWrap {
  color: #FFF;
  position: relative;
}

.workBlock__main .listWrap__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.workBlock__main .number {
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 1.6666666667vw;
  position: relative;
  text-decoration: underline;
  margin-bottom: 1.6666666667vw;
}

@media screen and (max-width: 767px) {
  .workBlock__main .number {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}

.workBlock__main .lead {
  font-size: 1.5277777778vw;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3.3333333333vw;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .workBlock__main .lead {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.workBlock__main .text {
  letter-spacing: 0.075em;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .workBlock__main .text {
    font-size: 2.9333333333vw;
  }
}

.workBlock__main .text p {
  margin-bottom: 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .workBlock__main .text p {
    margin-bottom: 4.2666666667vw;
  }
}

.workBlock .tabWrap {
  display: inline-flex;
  justify-content: flex-start;
  gap: 16px;
  border-bottom: solid 1px #BBB;
  margin: 0 auto 2.2222222222vw;
}

@media screen and (max-width: 767px) {
  .workBlock .tabWrap {
    width: 100%;
    margin: 0;
    gap: 4.2666666667vw;
  }
}

.workBlock .tabWrap__item {
  position: relative;
  cursor: pointer;
  padding: 8px 16px 16px;
  font-weight: 600;
  color: #BBB;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .workBlock .tabWrap__item {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .workBlock .tabWrap__item {
    padding: 2.1333333333vw 4.2666666667vw 4.2666666667vw;
  }
}

.workBlock .tabWrap__item.is-active {
  color: #000;
}

.workBlock .tabWrap__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

.workBlock .mainWrap {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.workBlock .mainWrap.is-active {
  display: block;
  opacity: 1;
}

/*# sourceMappingURL=toppage.css.map */